Re: Nightmare on FreeBSD Street: NIC Drivers

2008-02-25 Thread W. D.
At 20:05 2/24/2008, Pyun YongHyeon wrote:
On Sat, Feb 23, 2008 at 01:09:06PM -0600, W. D. wrote:
  Compiled, built kernel, and world per:
  
  http://www.f.csce.kyushu-u.ac.jp/~shigeaki/software/freebsd-nfe.html
  
  Still getting timeout errors.  Seems like more of them
  with this nfe driver.  
  
  FreeBSD 6.2, Asus M2NPV-VM, nVidia Ethernet.
  
  Can anyone help me debug this problem or suggest a solid,
  reliable, and compatible PCI NIC to use instead?
  

nfe(4) is not part of official release of FreeBSD 6.3-RELEASE or
RELENG_6. I don't have any 6.x box with nfe(4) hardwares so it's
hard to fix ATM. Would you try nfe(4) on 7.0-RELEASE or HEAD?
If you still see watchdog timeout errors on 7.0-RELEASE or HEAD
please let me know.

I don't have time to build a new 7.0 box.  Also, Plesk doesn't
yet support 7.x:
http://www.parallels.com/en/products/plesk/reqs/

I guess I'll just have to plug-in a supported card:
http://www.freebsd.org/releases/6.2R/hardware-i386.html#ETHERNET


Bummer.



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

Start Here to Find It Fast!™ - http://www.US-Webmasters.com/best-start-page/
$8.77 Domain Names - http://domains.us-webmasters.com/

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


Re: 6.3 DHCP and static_routes

2008-02-25 Thread Andrea Venturoli

Ed Maste ha scritto:


As of FreeBSD 6.3 dhclient supports RFC3442, the classless static route
option.  If your DHCP server is including this option but not encoding
the default route using the option you'll have no default route.


Thanks for the answer; this is in fact my case.
It would be great news if I could get it to work properly! Obviously 
repeating the static routes in rc.conf was an hack due to lack of this 
support.



Now I fiddled with my dhcpd.conf and came up with this:

option local-route code 121 = string;
option local-route 00:0a:01:02:7f;
option local-route 18:c0:A8:65:0a:01:02:0d;
option local-route 18:c0:A8:67:0a:01:02:0f;
option local-routew code 249 = string;
option local-routew 00:0a:01:02:7f;
option local-routew 18:c0:A8:65:0a:01:02:0d;
option local-routew 18:c0:A8:67:0a:01:02:0f;

The problem is that only the latest route gets in the table; in this case:

192.168.10310.1.2.15  UGS 00vr0


In order to get a default route I have to comment the other two.

Any hint on this?

Thanks a lot.

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


Capturing dmesg upon system crash on 6.3

2008-02-25 Thread Yehonatan Yossef
Hello,
 
I'm a freebsd newbee, trying to port an ethernet driver from Linux to
FreeBSD 6.3.
I'm facing a system reboot upon loading of the driver, and I could use a
tool for capturing dmesg upon system crash (such as netconsole on
Linux).
 
Can anyone link me to an appropriate tool?
Sorry for sending this to three mailing lists, but I don't really know
which one is active and relevant to this question.
 
 
Cheers,
 
Yehonatan Yossef
Mellanox Technologies INC
Office: +972-4-9097200 ext. 301 
Cell: +972-54-2345031 ([EMAIL PROTECTED] callto:yonyossef )
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dual core CPU's, but only 2 CPU's in-use?

2008-02-25 Thread Tigger
On Sun, 24 Feb 2008 15:59:49 +0100
Kris Kennaway [EMAIL PROTECTED] wrote:

 Tigger wrote:
  On Sun, 24 Feb 2008 12:46:23 +0100
  Dominic Fandrey [EMAIL PROTECTED] wrote:
  
  Tigger wrote:
  Hello. I have a Xeon system with 2 CPU's installed (dual-cores).
  Under FreeBSD 6.2, a systat reported 4 CPUs in use and so did
  dmesg. 
 
  Under FreeBSD 6.3, dmesg is reporting the 4 CPUs, but systat is
  only reporting 2 CPUs (CPU 0 and CPU 2). 
 
  How do I enabled the second cores on the CPU's or are they really
  running but systat is not reporting the CPU load across the cores?
  You can run 'top -S' to check how many idle processes exist. If
  there are four, everything is fine.
 
  
  
  Sadly, no luck. Only cpu0 and cpu2 are reported:
  
PID USERNAME  THR PRI NICE   SIZERES STATE  C   TIME   WCPU
  COMMAND 11 root1 171   52 0K 8K CPU2   2 143:43
  92.38% idle: cpu2 13 root1 171   52 0K 8K RUN0
  142:33 92.04% idle: cpu0
 
 Are your CPUs really dual-core, or single core + hyperthreaded?
 
 Kris
 

Thank you! Your email sent me off to do what I should have done first -
some research. I assumed (wrongly) that 'Logical CPUs per core: 2'
meant 'Dual Core', and when I saw the following:

FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  6
 cpu3 (AP): APIC ID:  7

I also thought 'Dual Core', however this is not the case. The CPU's
are single core with Hyper Threading Tech.

But this research has also lead to some confusion. Its clear there are
2 CPU with 2 Logical cores each, but only 2 cores are in use - why?

Also, the 'man (4) smp' talks about (possible) performance issues with
Hyper Threading enabled - does this mean I should set
'machdep.hlt_logical_cpus 1' (it is currently set to 0) - or because the
Logical Cores are not being used I can forget about this?

-Tig



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


Re: Recursive mutex safe on FreeBSD 6.2

2008-02-25 Thread Heiko Wundram (Beenic)
Am Montag, 25. Februar 2008 11:28:36 schrieb navneet Upadhyay:
 can we use recursive mutex on 6.2 freebsd ??

Why not? FreeBSD is POSIX-compliant (unless otherwise specified; see pthread.h 
for details), and AFAIK it is for recursive mutexes (at least I haven't found 
anything else so far while using them).

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


Conflit with apache13 when I use apache13-modssl

2008-02-25 Thread Nicolas Letellier

Hello,

I use apache13-modssl. However, when I want to install a port like 
php5, I have this error :



===  Installing for apache-1.3.41

===  apache-1.3.41 conflicts with installed package(s):
 apache+mod_ssl-1.3.41+2.8.31

 They install files into the same place.
 Please remove them first with pkg_delete(1).
*** Error code 1


php5 port requires port apache13. How could I repair this problem? php5 
port is already installed but I have this warning. How precise I want to 
use apache13-modssl and not apache13 ?


Thanks.

Nicolas

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


Recursive mutex safe on FreeBSD 6.2

2008-02-25 Thread navneet Upadhyay
can we use recursive mutex on 6.2 freebsd ??
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dual core CPU's, but only 2 CPU's in-use?

2008-02-25 Thread Kris Kennaway

Tigger wrote:

On Sun, 24 Feb 2008 15:59:49 +0100
Kris Kennaway [EMAIL PROTECTED] wrote:


Tigger wrote:

On Sun, 24 Feb 2008 12:46:23 +0100
Dominic Fandrey [EMAIL PROTECTED] wrote:


Tigger wrote:

Hello. I have a Xeon system with 2 CPU's installed (dual-cores).
Under FreeBSD 6.2, a systat reported 4 CPUs in use and so did
dmesg. 


Under FreeBSD 6.3, dmesg is reporting the 4 CPUs, but systat is
only reporting 2 CPUs (CPU 0 and CPU 2). 


How do I enabled the second cores on the CPU's or are they really
running but systat is not reporting the CPU load across the cores?

You can run 'top -S' to check how many idle processes exist. If
there are four, everything is fine.



Sadly, no luck. Only cpu0 and cpu2 are reported:

  PID USERNAME  THR PRI NICE   SIZERES STATE  C   TIME   WCPU
COMMAND 11 root1 171   52 0K 8K CPU2   2 143:43
92.38% idle: cpu2 13 root1 171   52 0K 8K RUN0
142:33 92.04% idle: cpu0

Are your CPUs really dual-core, or single core + hyperthreaded?

Kris



Thank you! Your email sent me off to do what I should have done first -
some research. I assumed (wrongly) that 'Logical CPUs per core: 2'
meant 'Dual Core', and when I saw the following:

FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  6
 cpu3 (AP): APIC ID:  7

I also thought 'Dual Core', however this is not the case. The CPU's
are single core with Hyper Threading Tech.

But this research has also lead to some confusion. Its clear there are
2 CPU with 2 Logical cores each, but only 2 cores are in use - why?

Also, the 'man (4) smp' talks about (possible) performance issues with
Hyper Threading enabled - does this mean I should set
'machdep.hlt_logical_cpus 1' (it is currently set to 0) - or because the
Logical Cores are not being used I can forget about this?


hyperthreading is not enabled by default on 6.x.  See the security 
advisory for discussion and how to enable it.


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


Re: Capturing dmesg upon system crash on 6.3

2008-02-25 Thread Mel
On Monday 25 February 2008 10:28:12 Yehonatan Yossef wrote:

 I'm facing a system reboot upon loading of the driver, and I could use a
 tool for capturing dmesg upon system crash (such as netconsole on
 Linux).

Your kernel isn't setup for driver development:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html

Basically, your system is rebooting cause the kernel panics and you're not 
setup for crash dumps, or anything that could help you diagnose the panic.
-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dual core CPU's, but only 2 CPU's in-use?

2008-02-25 Thread Tigger
On Mon, 25 Feb 2008 11:30:13 +0100
Kris Kennaway [EMAIL PROTECTED] wrote:

 Tigger wrote:
  On Sun, 24 Feb 2008 15:59:49 +0100
  Kris Kennaway [EMAIL PROTECTED] wrote:
  
  Tigger wrote:
  On Sun, 24 Feb 2008 12:46:23 +0100
  Dominic Fandrey [EMAIL PROTECTED] wrote:
 
  Tigger wrote:
  Hello. I have a Xeon system with 2 CPU's installed (dual-cores).
  Under FreeBSD 6.2, a systat reported 4 CPUs in use and so did
  dmesg. 
 
  Under FreeBSD 6.3, dmesg is reporting the 4 CPUs, but systat is
  only reporting 2 CPUs (CPU 0 and CPU 2). 
 
  How do I enabled the second cores on the CPU's or are they
  really running but systat is not reporting the CPU load across
  the cores?
  You can run 'top -S' to check how many idle processes exist. If
  there are four, everything is fine.
 
 
  Sadly, no luck. Only cpu0 and cpu2 are reported:
 
PID USERNAME  THR PRI NICE   SIZERES STATE  C   TIME   WCPU
  COMMAND 11 root1 171   52 0K 8K CPU2   2 143:43
  92.38% idle: cpu2 13 root1 171   52 0K 8K RUN0
  142:33 92.04% idle: cpu0
  Are your CPUs really dual-core, or single core + hyperthreaded?
 
  Kris
 
  
  Thank you! Your email sent me off to do what I should have done
  first - some research. I assumed (wrongly) that 'Logical CPUs per
  core: 2' meant 'Dual Core', and when I saw the following:
  
  FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
   cpu0 (BSP): APIC ID:  0
   cpu1 (AP): APIC ID:  1
   cpu2 (AP): APIC ID:  6
   cpu3 (AP): APIC ID:  7
  
  I also thought 'Dual Core', however this is not the case. The CPU's
  are single core with Hyper Threading Tech.
  
  But this research has also lead to some confusion. Its clear there
  are 2 CPU with 2 Logical cores each, but only 2 cores are in use -
  why?
  
  Also, the 'man (4) smp' talks about (possible) performance issues
  with Hyper Threading enabled - does this mean I should set
  'machdep.hlt_logical_cpus 1' (it is currently set to 0) - or
  because the Logical Cores are not being used I can forget about
  this?
 
 hyperthreading is not enabled by default on 6.x.  See the security 
 advisory for discussion and how to enable it.
 
 Kris
 

The only security advisory I could find was for 5.x and contained info
on how to disable, not enable.

http://security.freebsd.org/advisories/FreeBSD-SA-05:09.htt.asc

Also, 'machdep.hlt_logical_cpus' is already set to 0 (I'm assuming the
'hlt' means 'halt' in the sysctl switch).

-Tig

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


Re: Conflit with apache13 when I use apache13-modssl

2008-02-25 Thread Mel
On Monday 25 February 2008 11:32:50 Nicolas Letellier wrote:

 I use apache13-modssl. However, when I want to install a port like
 php5, I have this error :


 ===  Installing for apache-1.3.41

 ===  apache-1.3.41 conflicts with installed package(s):
   apache+mod_ssl-1.3.41+2.8.31

   They install files into the same place.
   Please remove them first with pkg_delete(1).
 *** Error code 1


 php5 port requires port apache13. How could I repair this problem? php5
 port is already installed but I have this warning. How precise I want to
 use apache13-modssl and not apache13 ?


echo APACHE_PORT=www/apache13-modssl /etc/make.conf
-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Conflit with apache13 when I use apache13-modssl

2008-02-25 Thread Nicolas Letellier

Mel a écrit :

On Monday 25 February 2008 11:32:50 Nicolas Letellier wrote:

  

I use apache13-modssl. However, when I want to install a port like
php5, I have this error :


===  Installing for apache-1.3.41

===  apache-1.3.41 conflicts with installed package(s):
  apache+mod_ssl-1.3.41+2.8.31

  They install files into the same place.
  Please remove them first with pkg_delete(1).
*** Error code 1


php5 port requires port apache13. How could I repair this problem? php5
port is already installed but I have this warning. How precise I want to
use apache13-modssl and not apache13 ?




echo APACHE_PORT=www/apache13-modssl /etc/make.conf
  

It's perfect ! Thank you !

-Nicolas

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


Re: Dual core CPU's, but only 2 CPU's in-use?

2008-02-25 Thread Ivan Voras
Tigger wrote:

 The only security advisory I could find was for 5.x and contained info
 on how to disable, not enable.
 
 http://security.freebsd.org/advisories/FreeBSD-SA-05:09.htt.asc

It's the same security issue, but it's handled differently on 5.x since
it's old.

See machdep.hyperthreading_allowed sysctl.

Also, try benchmarking the system with and without hyperthreading (on
the real work the machine will be doing) since in some cases turning on
hyperthreading will result in globally lower performance.



signature.asc
Description: OpenPGP digital signature


RE: Capturing dmesg upon system crash on 6.3

2008-02-25 Thread Yehonatan Yossef
  I'm facing a system reboot upon loading of the driver, and 
 I could use 
  a tool for capturing dmesg upon system crash (such as netconsole on 
  Linux).
 
 Your kernel isn't setup for driver development:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-ha
 ndbook/kerneldebug.html
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kern
 elconfig.html
 
 Basically, your system is rebooting cause the kernel panics 
 and you're not setup for crash dumps, or anything that could 
 help you diagnose the panic.
 --
 Mel

I've setup the dumpdev/dumpdir and I get a vmcore image upon a crash.

I don't really understand how to use kgdb in order to read it but more
than that - I don't need that much of data. I only want the dmesg report
at the moment, see at what point my driver went crazy. Is it possible?

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


Re: Dell Inspiron 6400 Intel PRO/Wireless 3495 trouble

2008-02-25 Thread miggir
FRANCISCO JOSE CORTAZAR FRANCO wrote:
 ME ESTA FALLANDO EL CONTROLADOR DE DE LA RED INALAMBIRCA, NO LO TENGO COMO LO 
 PUEDO CONSEGUIR.

 FCO
Echale un ojo a
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/config-network-setup.html
en la parte de NDIS
No lo he mirado mucho pero puede ser lo que buscas.

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


Re: tape splitter

2008-02-25 Thread Nikos Vassiliadis
On Saturday 23 February 2008 01:41:09 Peter Giessel wrote:
 i know dump do this, but i need other thing to be written to more than
  1 tape.
 
 Well sonny in the old days we would create a volume with tar or cpio,
  then uuencode it, then run it through split.

 I believe gtar
 ( /usr/ports/archivers/gtar   if I recall correctly)
 can do this directly.

pax(1)  as well supports multi-volume archives. I have used it
once or twice, since the removal of gtar from the base system.

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


FreeBSD bind performance in FreeBSD 7

2008-02-25 Thread Oliver Herold
Hi,

I saw this bind benchmarks just some minutes ago,

http://new.isc.org/proj/dnsperf/OStest.html

is this true for FreeBSD 7 (current state: RELENG_7/7.0R) too? Or is
this something verified only for the state of development back in August
2007?

--Oliver
-- 
QOTD:
Ludwig Boltzmann, who spend much of his life studying statistical
mechanics died in 1906 by his own hand.  Paul Ehrenfest, carrying
on the work, died similarly in 1933.  Now it is our turn.
-- Goodstein, States of Matter


pgpk9F3F3wvHw.pgp
Description: PGP signature


Re: Capturing dmesg upon system crash on 6.3

2008-02-25 Thread Mel
On Monday 25 February 2008 13:32:01 Yehonatan Yossef wrote:
   I'm facing a system reboot upon loading of the driver, and
 
  I could use
 
   a tool for capturing dmesg upon system crash (such as netconsole on
   Linux).
 
  Your kernel isn't setup for driver development:
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-ha
  ndbook/kerneldebug.html
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kern
  elconfig.html
 
  Basically, your system is rebooting cause the kernel panics
  and you're not setup for crash dumps, or anything that could
  help you diagnose the panic.
  --
  Mel

 I've setup the dumpdev/dumpdir and I get a vmcore image upon a crash.

 I don't really understand how to use kgdb in order to read it but more
 than that - I don't need that much of data. I only want the dmesg report
 at the moment, see at what point my driver went crazy. Is it possible?


Uhm, no. Fundamental logic flaw: when a kernel is stopped, you can't issue 
userland commands. All you have when you use ddb, is the contents of the 
registers, ram and backtrace.

You really want ddb in the kernel: when a kernel panics, it'll drop to ddb and 
you can examine registers and do a backtrace, instead of dumping core and 
rebooting. It should point exactly to where your driver went crazy.
-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Capturing dmesg upon system crash on 6.3

2008-02-25 Thread Yehonatan Yossef
I'm looking into the syslogd capabilities at the moment, it might be
enough.
I've tried following the serial console setup you've pointed, but when I
added the 'console=comconsole' to loader.conf the OS hanged during
boot time, had to re-install the system.

I'm currently porting Mellanox ethernet driver, InfiniBand will be
probably next. Mail me outside this list if you're interested in
InfiniBand.

Yehonatan Yossef
Mellanox Technologies INC
Office: +972-4-9097200 ext. 301 
Cell: +972-54-2345031 ([EMAIL PROTECTED])
 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Monday, February 25, 2008 3:29 PM
 To: Yehonatan Yossef
 Cc: freebsd-questions@freebsd.org; [EMAIL PROTECTED]; 
 [EMAIL PROTECTED]
 Subject: Re: Capturing dmesg upon system crash on 6.3
 
 Yehonatan, good day.
 
 Mon, Feb 25, 2008 at 11:28:12AM +0200, Yehonatan Yossef wrote:
  I'm a freebsd newbee, trying to port an ethernet driver 
 from Linux to 
  FreeBSD 6.3.
  I'm facing a system reboot upon loading of the driver, and 
 I could use 
  a tool for capturing dmesg upon system crash (such as netconsole on 
  Linux).
 
 May be serial console will help you?
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/seri
 alconsole-setup.html
 
 Out of curiosity: are you porting some InfiniBand drivers to FreeBSD?
 --
 Eygene
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Capturing dmesg upon system crash on 6.3

2008-02-25 Thread Yehonatan Yossef
 On Monday 25 February 2008 13:32:01 Yehonatan Yossef wrote:
I'm facing a system reboot upon loading of the driver, and
  
   I could use
  
a tool for capturing dmesg upon system crash (such as 
 netconsole 
on Linux).
  
   Your kernel isn't setup for driver development:
   http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-ha
   ndbook/kerneldebug.html
   http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kern
   elconfig.html
  
   Basically, your system is rebooting cause the kernel panics and 
   you're not setup for crash dumps, or anything that could help you 
   diagnose the panic.
   --
   Mel
 
  I've setup the dumpdev/dumpdir and I get a vmcore image 
 upon a crash.
 
  I don't really understand how to use kgdb in order to read 
 it but more 
  than that - I don't need that much of data. I only want the dmesg 
  report at the moment, see at what point my driver went 
 crazy. Is it possible?
 
 
 Uhm, no. Fundamental logic flaw: when a kernel is stopped, 
 you can't issue userland commands. All you have when you use 
 ddb, is the contents of the registers, ram and backtrace.
 
 You really want ddb in the kernel: when a kernel panics, 
 it'll drop to ddb and you can examine registers and do a 
 backtrace, instead of dumping core and rebooting. It should 
 point exactly to where your driver went crazy.
 --
 Mel
 

I meant making the dmesg log sent over the network/serial console to a
linux machine. I just found out about syslogd, I'm trying to figure out
how to use it.
DDB sounds like a great option for deeper debugging, I'll use it.

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


Re: Capturing dmesg upon system crash on 6.3

2008-02-25 Thread Eygene Ryabinkin
Yehonatan, good day.

Mon, Feb 25, 2008 at 11:28:12AM +0200, Yehonatan Yossef wrote:
 I'm a freebsd newbee, trying to port an ethernet driver from Linux to
 FreeBSD 6.3.
 I'm facing a system reboot upon loading of the driver, and I could use a
 tool for capturing dmesg upon system crash (such as netconsole on
 Linux).

May be serial console will help you?
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup.html

Out of curiosity: are you porting some InfiniBand drivers to FreeBSD?
-- 
Eygene
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Capturing dmesg upon system crash on 6.3

2008-02-25 Thread Eygene Ryabinkin
Mon, Feb 25, 2008 at 03:41:03PM +0200, Yehonatan Yossef wrote:
 I'm looking into the syslogd capabilities at the moment, it might be
 enough.

Syslog can die too early to spot everything.  But your mileage may vary.

 I've tried following the serial console setup you've pointed, but when I
 added the 'console=comconsole' to loader.conf the OS hanged during
 boot time, had to re-install the system.

You mean that nothing were seen on the other end of the serial cable?
I had not used serial console in FreeBSD for a while, so maybe others
can tell if the Handbook is still correct?

And if the only change that was made to make the OS hang was the
change in the loader.conf, then you could just use LiveFS CD and
edit loader.conf at your system -- there is no point in wasting
time reinstalling the whole system.
-- 
Eygene
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


hardware problem

2008-02-25 Thread Tsu-Fan Cheng
Hi guys,
   this is really not about freebsd per sa. But this is the only
computer-related forum I use. so please forgive me.
my desktop was relocated due to my recent moving to a new
apartment. After settling down at the new place, I plug in the cables
and the computer won't start up. I open the case and found out that
when i switched on the power supply from the back, the power fan and
cpu fan will spin for a split second then stop. I tried to debug by
unplugging the cables, when doing so, sometimes the fans will spin for
10 seconds, maybe, but most of the time, it just stopped right after
the power switched on. I also try to hold down the start button on the
front for a while, but no good. I was told the mother board maybe
short-circuit. can anyone give a second opinion?? thanks!!

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


Re: Capturing dmesg upon system crash on 6.3

2008-02-25 Thread Mel
On Monday 25 February 2008 14:44:28 Yehonatan Yossef wrote:
  On Monday 25 February 2008 13:32:01 Yehonatan Yossef wrote:
 I'm facing a system reboot upon loading of the driver, and
   
I could use
   
 a tool for capturing dmesg upon system crash (such as
 
  netconsole
 
 on Linux).
   
Your kernel isn't setup for driver development:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-ha
ndbook/kerneldebug.html
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kern
elconfig.html
   
Basically, your system is rebooting cause the kernel panics and
you're not setup for crash dumps, or anything that could help you
diagnose the panic.
--
Mel
  
   I've setup the dumpdev/dumpdir and I get a vmcore image
 
  upon a crash.
 
   I don't really understand how to use kgdb in order to read
 
  it but more
 
   than that - I don't need that much of data. I only want the dmesg
   report at the moment, see at what point my driver went
 
  crazy. Is it possible?
 
 
  Uhm, no. Fundamental logic flaw: when a kernel is stopped,
  you can't issue userland commands. All you have when you use
  ddb, is the contents of the registers, ram and backtrace.
 
  You really want ddb in the kernel: when a kernel panics,
  it'll drop to ddb and you can examine registers and do a
  backtrace, instead of dumping core and rebooting. It should
  point exactly to where your driver went crazy.
  --
  Mel

 I meant making the dmesg log sent over the network/serial console to a
 linux machine. I just found out about syslogd, I'm trying to figure out
 how to use it.
 DDB sounds like a great option for deeper debugging, I'll use it.

Ooh, sorry, totally got your question wrong.
Serial should really be the way to go. But it depends when you load your 
driver. If your driver panics the kernel before it gets to loading syslogd, 
there may not be much sent.
You could help this by not loading the network interface on bootup, but via 
cron instead, so that you're sure syslogd is up and running when you load the 
driver. Of course this assumes a working main network interface and that the 
driver isn't loaded automatically by /boot/loader.conf.
-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: hardware problem

2008-02-25 Thread DAve
Tsu-Fan Cheng wrote:
 Hi guys,
this is really not about freebsd per sa. But this is the only
 computer-related forum I use. so please forgive me.
 my desktop was relocated due to my recent moving to a new
 apartment. After settling down at the new place, I plug in the cables
 and the computer won't start up. I open the case and found out that
 when i switched on the power supply from the back, the power fan and
 cpu fan will spin for a split second then stop. I tried to debug by
 unplugging the cables, when doing so, sometimes the fans will spin for
 10 seconds, maybe, but most of the time, it just stopped right after
 the power switched on. I also try to hold down the start button on the
 front for a while, but no good. I was told the mother board maybe
 short-circuit. can anyone give a second opinion?? thanks!!
 
 TFC

IMO, experience says the worst thing you can do to a computer is leave
it sit a year running, and then move it.

I would get a grounding wrist strap, open the case, remove all cards and
memory, disconnect all hard drives, clean with a soft brush (never a
vacuum cleaner), reseat all cards and memory, reconnect all hard drives,
and then try to restart it.

Even without a post code announcing a problem, I have fixed many moved
PCs this way.

DAve

-- 
Google finally, after 7 years, provided a logo for
veterans. Thank you Google. What to do with my signature now?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: hardware problem

2008-02-25 Thread Derek Ragona

At 08:06 AM 2/25/2008, Tsu-Fan Cheng wrote:

Hi guys,
   this is really not about freebsd per sa. But this is the only
computer-related forum I use. so please forgive me.
my desktop was relocated due to my recent moving to a new
apartment. After settling down at the new place, I plug in the cables
and the computer won't start up. I open the case and found out that
when i switched on the power supply from the back, the power fan and
cpu fan will spin for a split second then stop. I tried to debug by
unplugging the cables, when doing so, sometimes the fans will spin for
10 seconds, maybe, but most of the time, it just stopped right after
the power switched on. I also try to hold down the start button on the
front for a while, but no good. I was told the mother board maybe
short-circuit. can anyone give a second opinion?? thanks!!

TFC


It sounds like you have something shorting out the motherboard.  I would 
remove everything you can, all add-on cards etc.  Just leave a video card, 
unless video is on the motherboard.  I would disconnect all the drives 
too.  The idea is to remove everything, so you can check just the 
motherboard alone.  If the motherboard still won't power on, remove and 
reseat the RAM.  If it still won't power up, remove and re-seat the CPU.


I would guess something inside the case was moved around enough in your 
move to cause the short.


-Derek

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Welcome to jaxtr!

2008-02-25 Thread jaxtr
Congratulations, Sunil! Your phone link is now active:
http://www.jaxtr.com/freebsd-questions
   
What's next?

1. Link your phones to your account: http://www.jaxtr.com/user/settings.jsp

2. Post your jaxtr widget to hear from your online friends: 
http://www.jaxtr.com/user/mycallbox.jsp

3. Invite your global friends to call them for free: 
http://www.jaxtr.com/user/announce.jsp


Enjoy!

-The jaxtr Team (http://www.jaxtr.com/teamjaxtr)
Any questions?  Check out our FAQs: http://www.jaxtr.com/user/faq.jsp

PS  Don’t forget to add your phone link to your email signature, IM, blog, web 
page... anywhere!
http://www.jaxtr.com/freebsd-questions


Sent by jaxtr, 855 Oak Grove, Suite 100, Menlo Park, California 94025. If you 
received this message in error, please send an email to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: hardware problem

2008-02-25 Thread D G Teed
Every system I've seen with his description of the problem, where
the power supply can't even run it's own fan, is having a power supply
problem.  Power supplies are very often low quality these days and can't
handle the stresses of typical electrical grid fluctuations.  Most people
who deal with hardware have a spare power supply around just for
testing as this is a very common problem.  Motherboards typically
do not stop power supply fans when they can't post.

On Mon, Feb 25, 2008 at 10:35 AM, DAve [EMAIL PROTECTED] wrote:

  IMO, experience says the worst thing you can do to a computer is leave
  it sit a year running, and then move it.

  I would get a grounding wrist strap, open the case, remove all cards and
  memory, disconnect all hard drives, clean with a soft brush (never a
  vacuum cleaner), reseat all cards and memory, reconnect all hard drives,
  and then try to restart it.

  Even without a post code announcing a problem, I have fixed many moved
  PCs this way.

  DAve

  --
  Google finally, after 7 years, provided a logo for
  veterans. Thank you Google. What to do with my signature now?


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

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


Re: hardware problem

2008-02-25 Thread Tsu-Fan Cheng
thank you all for helping. I will reinstall my main again from
scratch. one thing i want to know is that if my m-board is short
somewhere, does this mean my board is damaged? or it's okay if i can
find out what is wrong, and so most likely i need to buy a power
supply, is that right at the moment?? thans!!

TFC

On Mon, Feb 25, 2008 at 10:22 AM, D G Teed [EMAIL PROTECTED] wrote:
 Every system I've seen with his description of the problem, where
  the power supply can't even run it's own fan, is having a power supply
  problem.  Power supplies are very often low quality these days and can't
  handle the stresses of typical electrical grid fluctuations.  Most people
  who deal with hardware have a spare power supply around just for
  testing as this is a very common problem.  Motherboards typically
  do not stop power supply fans when they can't post.



  On Mon, Feb 25, 2008 at 10:35 AM, DAve [EMAIL PROTECTED] wrote:
  
IMO, experience says the worst thing you can do to a computer is leave
it sit a year running, and then move it.
  
I would get a grounding wrist strap, open the case, remove all cards and
memory, disconnect all hard drives, clean with a soft brush (never a
vacuum cleaner), reseat all cards and memory, reconnect all hard drives,
and then try to restart it.
  
Even without a post code announcing a problem, I have fixed many moved
PCs this way.
  
DAve
  
--
Google finally, after 7 years, provided a logo for
veterans. Thank you Google. What to do with my signature now?
  
  
   ___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]

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


FreeBSD SAMBA file server performance - strange behaviour

2008-02-25 Thread Nenad Mihajlovic

Hi all,

Recently I have received the reuest from the colleague to create the  
homebrewn NAS for his small office, so I started checking the possible  
options, and having good, stable and long relationship with FreeBSD  
I've settled again for it.
Machine is not something special, Pentium D with 1G RAM and single  
SATA150 disk, 3Com 1G server card in the PCI slot, connected to the  
desktop though 1Gbps unmanaged switch.

If needed I'll provide the full config and setup information.

After installing the bare FreeBSD 7.0RC3 and Samba 3.x.xx - whichewer  
was included in the packages - I wanted to have the job done quickly,  
the machine appeared on the network and everyone seemed to be happy  
and live happily everafter.
Until dear friend of mine started using the machine to do the actual  
work - basic editing of the wedding videos.


When trying to upload the single file to file server, he was getting  
the varying speed of 5-13 MBps, from his machine to file server -  
which is unacceptably low for any kind of transfer speed.


Interestingly enough, when he tried to copy _TWO_ files to file  
server, the transfer speed vould jump to the 25-27 MB/sec and keep  
permanent, without much fluctuation.


After I tried to copy the files from one directory to another, iostat  
has shown me the speed in excess of 29 MB/sec while copying the files  
between two directories on the same server, so the disk access should  
not be the problem.


On the other hand, i experienced that when i try PING on the File  
server's IP address from the fileserver, i get performance increase in  
the transfer speed - the bigger the traffic i generate, the better the  
results, which max out at 25-27 MB/sec with flood ping.


Has anyone else experienced any similar behaviour?

Regards,

Nenad

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


Re: hardware problem

2008-02-25 Thread Derek Ragona

At 09:58 AM 2/25/2008, Tsu-Fan Cheng wrote:

thank you all for helping. I will reinstall my main again from
scratch. one thing i want to know is that if my m-board is short
somewhere, does this mean my board is damaged? or it's okay if i can
find out what is wrong, and so most likely i need to buy a power
supply, is that right at the moment?? thans!!

TFC


I would look for the short first.  You may need to replace nothing.  Be 
sure to check the Motherboard case connectors to the switchs and LEDs as well.


-Derek




On Mon, Feb 25, 2008 at 10:22 AM, D G Teed [EMAIL PROTECTED] wrote:
 Every system I've seen with his description of the problem, where
  the power supply can't even run it's own fan, is having a power supply
  problem.  Power supplies are very often low quality these days and can't
  handle the stresses of typical electrical grid fluctuations.  Most people
  who deal with hardware have a spare power supply around just for
  testing as this is a very common problem.  Motherboards typically
  do not stop power supply fans when they can't post.



  On Mon, Feb 25, 2008 at 10:35 AM, DAve [EMAIL PROTECTED] wrote:
  
IMO, experience says the worst thing you can do to a computer is leave
it sit a year running, and then move it.
  
I would get a grounding wrist strap, open the case, remove all 
cards and

memory, disconnect all hard drives, clean with a soft brush (never a
vacuum cleaner), reseat all cards and memory, reconnect all hard 
drives,

and then try to restart it.
  
Even without a post code announcing a problem, I have fixed many 
moved

PCs this way.
  
DAve
  
--
Google finally, after 7 years, provided a logo for
veterans. Thank you Google. What to do with my signature now?
  
  
   ___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

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


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

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



__ Information from ESET NOD32 Antivirus, version of virus 
signature database 2900 (20080225) __


The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: FreeBSD SAMBA file server performance - strange behaviour

2008-02-25 Thread Derek Ragona

At 09:38 AM 2/25/2008, Nenad Mihajlovic wrote:

Hi all,

Recently I have received the reuest from the colleague to create the
homebrewn NAS for his small office, so I started checking the possible
options, and having good, stable and long relationship with FreeBSD
I've settled again for it.
Machine is not something special, Pentium D with 1G RAM and single
SATA150 disk, 3Com 1G server card in the PCI slot, connected to the
desktop though 1Gbps unmanaged switch.
If needed I'll provide the full config and setup information.

After installing the bare FreeBSD 7.0RC3 and Samba 3.x.xx - whichewer
was included in the packages - I wanted to have the job done quickly,
the machine appeared on the network and everyone seemed to be happy
and live happily everafter.
Until dear friend of mine started using the machine to do the actual
work - basic editing of the wedding videos.

When trying to upload the single file to file server, he was getting
the varying speed of 5-13 MBps, from his machine to file server -
which is unacceptably low for any kind of transfer speed.

Interestingly enough, when he tried to copy _TWO_ files to file
server, the transfer speed vould jump to the 25-27 MB/sec and keep
permanent, without much fluctuation.

After I tried to copy the files from one directory to another, iostat
has shown me the speed in excess of 29 MB/sec while copying the files
between two directories on the same server, so the disk access should
not be the problem.

On the other hand, i experienced that when i try PING on the File
server's IP address from the fileserver, i get performance increase in
the transfer speed - the bigger the traffic i generate, the better the
results, which max out at 25-27 MB/sec with flood ping.

Has anyone else experienced any similar behaviour?

Regards,

Nenad


Just as an FYI, you may find it better to use FreeNAS, which is based on 
FreeBSD.


http://www.freenas.org/


-Derek




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

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



__ Information from ESET NOD32 Antivirus, version of virus 
signature database 2900 (20080225) __


The message was checked by ESET NOD32 Antivirus.

http://www.eset.com



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: FreeBSD SAMBA file server performance - strange behaviour

2008-02-25 Thread Bill Moran
In response to Nenad Mihajlovic [EMAIL PROTECTED]:

 Hi all,
 
 Recently I have received the reuest from the colleague to create the  
 homebrewn NAS for his small office, so I started checking the possible  
 options, and having good, long and stable relationship with FreeBSD  
 I've settled again for it.
 Machine is not something special, Pentium D with 1G RAM and single  
 SATA150 disk, 3Com 1G server card in the PCI slot, connected to the  
 desktop though 1Gbps unmanaged switch.
 If needed I'll provide the full config and setup information.
 
 After installing the bare FreeBSD 7.0RC3 and Samba 3.x.xx - whichewer  
 was included in the packages - I wanted to have the job done quickly,  
 the machine appeared on the network and everyone seemed to be happy  
 and live happily everafter.
 Until dear friend of mine started using the machine to do the actual  
 work - basic editing of the wedding videos.
 
 When trying to upload the single file to file server, he was getting  
 the varying speed of 5-13 MBps, from his machine to file server -  
 which is unacceptably low for any kind of transfer speed.
 
 Interestingly enough, when he tried to copy _TWO_ files to file  
 server, the transfer speed vould jump to the 25-27 MB/sec and keep  
 permanent, without much fluctuation.
 
 After I tried to copy the files from one directory to another, iostat  
 has shown me the speed in excess of 29 MB/sec while copying the files  
 between two directories on the same server, so the disk access should  
 not be the problem.
 
 On the other hand, i experienced that when i try PING on the File  
 server's IP address from the fileserver, i get performance increase in  
 the transfer speed - the bigger the traffic i generate, the better the  
 results, which max out at 25-27 MB/sec with flood ping.
 
 Has anyone else experienced any similar behaviour?

This is a pretty wild guess, but can you verify that the ethernet settings
are correct?  If the interface is set to autoneg, can you verify that
both ends (the FreeBSD machine and the switch itself) have negotiated
the same speed/duplex?

Wouldn't be the first time I saw a switch negotiate a different speed/
duplex than the NIC on the other end.

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


Setting Variables in expect Scripts From Shell Output

2008-02-25 Thread Martin McCormick
While running an expect script, is it possible to set an
expect script variable to the string kept in a shell variable?

I can generate the shell variable just fine but when I
try to export it to the expect script for later use with something like:

set LOGFILENAME [exec echo \$TMPFILE]

something happens without error, but a later attempt to see the
contents of it such as

send_user $LOGFILENAME\n

proves that it never got set. It just echoes the literal string
LOGFILENAME.

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


FreeBSD SAMBA file server performance - strange behaviour

2008-02-25 Thread Nenad Mihajlovic

Hi all,

Recently I have received the reuest from the colleague to create the  
homebrewn NAS for his small office, so I started checking the possible  
options, and having good, long and stable relationship with FreeBSD  
I've settled again for it.
Machine is not something special, Pentium D with 1G RAM and single  
SATA150 disk, 3Com 1G server card in the PCI slot, connected to the  
desktop though 1Gbps unmanaged switch.

If needed I'll provide the full config and setup information.

After installing the bare FreeBSD 7.0RC3 and Samba 3.x.xx - whichewer  
was included in the packages - I wanted to have the job done quickly,  
the machine appeared on the network and everyone seemed to be happy  
and live happily everafter.
Until dear friend of mine started using the machine to do the actual  
work - basic editing of the wedding videos.


When trying to upload the single file to file server, he was getting  
the varying speed of 5-13 MBps, from his machine to file server -  
which is unacceptably low for any kind of transfer speed.


Interestingly enough, when he tried to copy _TWO_ files to file  
server, the transfer speed vould jump to the 25-27 MB/sec and keep  
permanent, without much fluctuation.


After I tried to copy the files from one directory to another, iostat  
has shown me the speed in excess of 29 MB/sec while copying the files  
between two directories on the same server, so the disk access should  
not be the problem.


On the other hand, i experienced that when i try PING on the File  
server's IP address from the fileserver, i get performance increase in  
the transfer speed - the bigger the traffic i generate, the better the  
results, which max out at 25-27 MB/sec with flood ping.


Has anyone else experienced any similar behaviour?

Regards,

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


FreeBSD SAMBA file server performance - strange behaviour

2008-02-25 Thread Nenad Mihajlovic

Hi all,

Recently I have received the reuest from the colleague to create the  
homebrewn NAS for his small office, so I started checking the possible  
options, and having good, long and stable relationship with FreeBSD  
I've settled again for it.
Machine is not something special, Pentium D with 1G RAM and single  
SATA150 disk, 3Com 1G server card in the PCI slot, connected to the  
desktop though 1Gbps unmanaged switch.

If needed I'll provide the full config and setup information.

After installing the bare FreeBSD 7.0RC3 and Samba 3.x.xx - whichewer  
was included in the packages - I wanted to have the job done quickly,  
the machine appeared on the network and everyone seemed to be happy  
and live happily everafter.
Until dear friend of mine started using the machine to do the actual  
work - basic editing of the wedding videos.


When trying to upload the single file to file server, he was getting  
the varying speed of 5-13 MBps, from his machine to file server -  
which is unacceptably low for any kind of transfer speed.


Interestingly enough, when he tried to copy _TWO_ files to file  
server, the transfer speed vould jump to the 25-27 MB/sec and keep  
permanent, without much fluctuation.


After I tried to copy the files from one directory to another, iostat  
has shown me the speed in excess of 29 MB/sec while copying the files  
between two directories on the same server, so the disk access should  
not be the problem.


On the other hand, i experienced that when i try PING on the File  
server's IP address from the fileserver, i get performance increase in  
the transfer speed - the bigger the traffic i generate, the better the  
results, which max out at 25-27 MB/sec with flood ping.


Has anyone else experienced any similar behaviour?

Regards,

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


Re: FreeBSD SAMBA file server performance - strange behaviour

2008-02-25 Thread Wojciech Puchar
address from the fileserver, i get performance increase in the transfer speed 
- the bigger the traffic i generate, the better the results, which max out at 
25-27 MB/sec with flood ping.


Has anyone else experienced any similar behaviour?

yes. there was (but at 100Mbit/s) autonegotiation problems, switch got 
half duplex while computer worked full duplex - which lead to packet 
losses. setting manually to 100Mbit/s half-duplex (on server) fixed this.


but check, it may not be your case
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Capturing dmesg upon system crash on 6.3

2008-02-25 Thread Dieter
 I'm looking into the syslogd capabilities at the moment, it might be
 enough.
 I've tried following the serial console setup you've pointed, but when I
 added the 'console=3Dcomconsole' to loader.conf the OS hanged during
 boot time, had to re-install the system.

I assume the info you need is not getting captured in /var/log?

Perhaps your system needs a firmware setting changed to use a RS-232 console?

I assume it is not waiting for a control line, e.g. carrier detect, to go high?

Some systems have buggy firmware and still read from the ps2 keyboard
even though they are printing to the RS-232 console.

If all else fails there is the aim a video camera at the screen method.  :-(
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Compiling new kernel fails on 7.0RC3

2008-02-25 Thread Luke Jee
Did you comment device scbus and device da in your kernel config  
file,  device umass require them


Luke Jee
Prevantage Inc.

On 2008-2-25, at 上午6:34, E. J. Cerejo [EMAIL PROTECTED]  
wrote:


After having a few problems with Fbsd 6.3 stable I decided to try  
7.0 which impressed me right away because I noticed right away that  
it performed better on my computer.  Now I decided to build my own  
custom kernel and after running the first command:


%buildkernel KERNCONF=mykernel

I get this error after it runs for about 15 minutes:

linking kernel.debug
vpo.o(.text+0x6b): In function `vpo_attach':
/usr/src/sys/dev/ppbus/vpo.c:159: undefined reference to  
`cam_simq_alloc'
vpo.o(.text+0xc2):/usr/src/sys/dev/ppbus/vpo.c:164: undefined  
reference to `cam_sim_alloc'
vpo.o(.text+0xd1):/usr/src/sys/dev/ppbus/vpo.c:168: undefined  
reference to `cam_simq_free'
vpo.o(.text+0xef):/usr/src/sys/dev/ppbus/vpo.c:172: undefined  
reference to `xpt_bus_register'
vpo.o(.text+0x106):/usr/src/sys/dev/ppbus/vpo.c:173: undefined  
reference to `cam_sim_free'
vpo.o(.text+0x14d):/usr/src/sys/dev/ppbus/vpo.c:196: undefined  
reference to `xpt_periph'
vpo.o(.text+0x15c):/usr/src/sys/dev/ppbus/vpo.c:196: undefined  
reference to `xpt_create_path'
vpo.o(.text+0x18f):/usr/src/sys/dev/ppbus/vpo.c:203: undefined  
reference to `xpt_setup_ccb'
vpo.o(.text+0x1ac):/usr/src/sys/dev/ppbus/vpo.c:207: undefined  
reference to `xpt_action'

vpo.o(.text+0x422): In function `vpo_action':
/usr/src/sys/dev/ppbus/vpo.c:357: undefined reference to `xpt_done'
vpo.o(.text+0x463):/usr/src/sys/dev/ppbus/vpo.c:383: undefined  
reference to `xpt_done'
vpo.o(.text+0x48c):/usr/src/sys/dev/ppbus/vpo.c:396: undefined  
reference to `xpt_done'
vpo.o(.text+0x4af):/usr/src/sys/dev/ppbus/vpo.c:402: undefined  
reference to `xpt_done'
vpo.o(.text+0x4c3):/usr/src/sys/dev/ppbus/vpo.c:408: undefined  
reference to `xpt_done'
vpo.o(.text+0x57a):/usr/src/sys/dev/ppbus/vpo.c:434: more undefined  
references to `xpt_done' follow

udbp.o(.text+0x47): In function `ng_udbp_disconnect':
/usr/src/sys/dev/usb/udbp.c:857: undefined reference to  
`ng_rmnode_self'

udbp.o(.text+0xab): In function `udbp_detach':
/usr/src/sys/dev/usb/udbp.c:450: undefined reference to  
`ng_rmnode_self'
udbp.o(.text+0xc0):/usr/src/sys/dev/usb/udbp.c:452: undefined  
reference to `ng_unref_node'

udbp.o(.text+0x742): In function `udbp_attach':
/usr/src/sys/dev/usb/udbp.c:375: undefined reference to `ng_newtype'
udbp.o(.text+0x770):/usr/src/sys/dev/usb/udbp.c:381: undefined  
reference to `ng_make_node_common'
udbp.o(.text+0x7b7):/usr/src/sys/dev/usb/udbp.c:384: undefined  
reference to `ng_name_node'
udbp.o(.text+0x7cc):/usr/src/sys/dev/usb/udbp.c:385: undefined  
reference to `ng_unref_node'

udbp.o(.text+0x91f): In function `ng_udbp_rcvmsg':
/usr/src/sys/dev/usb/udbp.c:705: undefined reference to  
`M_NETGRAPH_MSG'
udbp.o(.text+0x9d9):/usr/src/sys/dev/usb/udbp.c:733: undefined  
reference to `ng_address_ID'
udbp.o(.text+0x9f2):/usr/src/sys/dev/usb/udbp.c:733: undefined  
reference to `ng_snd_item'
udbp.o(.text+0xa01):/usr/src/sys/dev/usb/udbp.c:733: undefined  
reference to `ng_free_item'
udbp.o(.text+0xa0d):/usr/src/sys/dev/usb/udbp.c:734: undefined  
reference to `M_NETGRAPH_MSG'

udbp.o(.text+0xa85): In function `udbp_in_transfer_cb':
/usr/src/sys/dev/usb/udbp.c:531: undefined reference to  
`ng_package_data'
udbp.o(.text+0xaaa):/usr/src/sys/dev/usb/udbp.c:531: undefined  
reference to `ng_address_hook'
udbp.o(.text+0xabe):/usr/src/sys/dev/usb/udbp.c:531: undefined  
reference to `ng_snd_item'

udbp.o(.text+0xc81): In function `ng_udbp_rmnode':
/usr/src/sys/dev/usb/udbp.c:815: undefined reference to  
`ng_unref_node'
udbp.o(.text+0xc94):/usr/src/sys/dev/usb/udbp.c:817: undefined  
reference to `ng_make_node_common'
udbp.o(.text+0xccd):/usr/src/sys/dev/usb/udbp.c:820: undefined  
reference to `ng_name_node'
udbp.o(.text+0xcde):/usr/src/sys/dev/usb/udbp.c:821: undefined  
reference to `ng_unref_node'

udbp.o(.text+0xd25): In function `ng_udbp_rcvdata':
/usr/src/sys/dev/usb/udbp.c:752: undefined reference to `ng_free_item'
udbp.o(.rodata+0x20): In function `ng_udbp_disconnect':
/usr/src/sys/dev/usb/udbp.c:851: undefined reference to  
`ng_parse_int32_type'
udbp.o(.rodata+0x3c):/usr/src/sys/dev/usb/udbp.c:855: undefined  
reference to `ng_parse_struct_type'

udbp.o(.rodata+0x64): In function `udbp_detach':
/usr/src/sys/dev/usb/udbp.c:434: undefined reference to  
`ng_parse_int32_type'
udbp.o(.rodata+0x70):/usr/src/sys/dev/usb/udbp.c:440: undefined  
reference to `ng_parse_int32_type'

umass.o(.text+0x1c): In function `umass_cam_detach_sim':
/usr/src/sys/dev/usb/umass.c:2694: undefined reference to  
`xpt_bus_deregister'
umass.o(.text+0x38):/usr/src/sys/dev/usb/umass.c:2695: undefined  
reference to `cam_sim_free'

umass.o(.text+0x40c): In function `umass_cam_quirk_cb':
/usr/src/sys/dev/usb/umass.c:3236: undefined reference to `xpt_done'
umass.o(.text+0x424):/usr/src/sys/dev/usb/umass.c:3245: 

Re: FreeBSD bind performance in FreeBSD 7

2008-02-25 Thread Kris Kennaway

Oliver Herold wrote:

Hi,

I saw this bind benchmarks just some minutes ago,

http://new.isc.org/proj/dnsperf/OStest.html

is this true for FreeBSD 7 (current state: RELENG_7/7.0R) too? Or is
this something verified only for the state of development back in August
2007?


I have been trying to replicate this.  ISC have kindly given me access 
to their test data but I am seeing Linux performing much slower than 
FreeBSD with the same ISC workload.


  http://people.freebsd.org/~kris/scaling/bind-pt.png

Summary:

* FreeBSD 7.0-R with 4BSD scheduler has close to ideal scaling on this test.

* The drop above 6 threads is due to limitations within BIND.

* Linux 2.6.24 has about 35% lower performance than FreeBSD, which is 
significantly at variance with the ISC results.  It also doesn't scale 
above 3 CPUs.


* I am trying to understand what is different about the ISC 
configuration but have not yet found the cause.  They were testing 
2.6.20.7 so it is possible that there was a major regression before the 
2.6.22 and .24 kernels I tested.  Or maybe something is broken with the 
Intel gige driver in Linux (they were using broadcom hardware).  The 
graph is showing performance over 10ge, but I get the same peak 
performance over gige when I query from 2 clients (the client benchmark 
is very sensitive to network latency so a single client is not enough to 
saturate BIND over gige).


* 7.0 with ULE has a bug on this workload (actually to do with workloads 
involving high interrupt rates).  It is fixed in 8.0.


* Changes we have in progress to improve UDP performance do not help 
much with this particular workload (only about 5%), but with more 
scalable applications we see 30-40% improvement.  e.g. NSD 
(ports/dns/nsd) is a much faster and more scalable DNS server than BIND 
(because it is better optimized for the smaller set of features it 
supports).


Kris


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


Re: Setting Variables in expect Scripts From Shell Output

2008-02-25 Thread Roger Olofsson



Martin McCormick skrev:

While running an expect script, is it possible to set an
expect script variable to the string kept in a shell variable?

I can generate the shell variable just fine but when I
try to export it to the expect script for later use with something like:

set LOGFILENAME [exec echo \$TMPFILE]

something happens without error, but a later attempt to see the
contents of it such as

send_user $LOGFILENAME\n

proves that it never got set. It just echoes the literal string
LOGFILENAME.

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




If you're not too worried about speed my old trick to circumvent this 
was to simply write the variable to a temporary file then read in that 
file for the send_user thing later on...Providing the send_user is a 
script, mind you.


Just my nickels worth...remember to delete the tempfile though.

/R


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


OpenLDAP 2.4.8 and FreeBSD/nss_ldap == not working?

2008-02-25 Thread O. Hartmann

Hello,
apart from the fact that OpenLDAP 2.4.8 in conjunction with DB 4.6 ist 
absolutely BETA as mentioned in their docu, nevertheless I woul like 
asking about a problem I discovered.


Bevor upgrading (I did becauso of the syncrepl-facility) I stopped slapd 
and dumped its DB via slapcat -l outfile.ldif into a secure dumpfile. 
Then I removed the old DB-files in the database directory. Then I used 
slapadd -l outfile.ldif for restoring the database and after I 
recompiled everthing dependend on the ldap-client libs (nss_ldap, 
pam_ldap, pam_mkhomedir, sudo, postgresql), I was able to safely restart 
slapd. Everything seemed to work on a glimpse, but something was wrong.
I've group-objects (ou=groups, POSIX groups) in my DIT with attribute 
memberUID=. With OpenLDAP 2.3.41 'id' shows up a user's UID, GID 
and membership in additional groups, but with LDAP 2.4.8, only the UID 
and GID is shown:


uid=2002(ohartmann) gid=2002(ohartmann) groups=2002(ohartmann) (OpenLDAP 
2.4.8)


but it should be

uid=2002(ohartmann) gid=2002(ohartmann) 
groups=2002(ohartmann),512(Domain Admins),513(Domain 
Users),544(Administrators),2045(development) (2.3.41)


Either something in the schemata has changed or something is wrong. I 
tried to find out via the doku at OpenLDAP.ORG, but can't find any 
revealing infos.


Can anybody help?

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


Re: FreeBSD bind performance in FreeBSD 7

2008-02-25 Thread Chris

 * 7.0 with ULE has a bug on this workload (actually to do with workloads
 involving high interrupt rates).  It is fixed in 8.0.

Kris can you say anything more about interrupt workload bugs on ULE?
On all my 7.0 servers I now am using ULE even on the UP ones as it was
said there is slight improvements for UP also but all the machines can
get intterupts intensive, lots of high speed transfers using nic
interrupts.  In this scenario am I better of using 4BSD?

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


What periodic process strips executable permissions?

2008-02-25 Thread Shawn Barnhart
I wrote a shell script to email me the output of ntpdc -p and put it in my 
crontab.


It works for a week, and at some point over the weekend my script loses its 
executable permissions for me (user) but not for group or other.


Is there a FreeBSD periodic job that runs periodically and removes executable 
permissions?  I'm pretty sure I didn't make it SUID.  It was rwxr-xr-x and 
there are other scripts in the same directory rwxr--r-- that don't lose their 
permissions.


I ran through the scripts in /etc/periodic but didn't see anything that made 
sense as a culprit.



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


Re: FreeBSD bind performance in FreeBSD 7

2008-02-25 Thread Kris Kennaway

Chris wrote:

* 7.0 with ULE has a bug on this workload (actually to do with workloads
involving high interrupt rates).  It is fixed in 8.0.


Kris can you say anything more about interrupt workload bugs on ULE?
On all my 7.0 servers I now am using ULE even on the UP ones as it was
said there is slight improvements for UP also but all the machines can
get intterupts intensive, lots of high speed transfers using nic
interrupts.  In this scenario am I better of using 4BSD?


I can't say for sure, you would have to do measurements of your 
throughput.  It probably won't matter on UP though.


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


Re: 6.3 DHCP and static_routes

2008-02-25 Thread Ed Maste
On Mon, Feb 25, 2008 at 10:30:06AM +0100, Andrea Venturoli wrote:

 Ed Maste ha scritto:
 
 As of FreeBSD 6.3 dhclient supports RFC3442, the classless static route
 option.  If your DHCP server is including this option but not encoding
 the default route using the option you'll have no default route.
 
 Thanks for the answer; this is in fact my case.
 It would be great news if I could get it to work properly! Obviously 
 repeating the static routes in rc.conf was an hack due to lack of this 
 support.
 
 
 Now I fiddled with my dhcpd.conf and came up with this:
 
 option local-route code 121 = string;
 option local-route 00:0a:01:02:7f;
 option local-route 18:c0:A8:65:0a:01:02:0d;
 option local-route 18:c0:A8:67:0a:01:02:0f;
 option local-routew code 249 = string;
 option local-routew 00:0a:01:02:7f;
 option local-routew 18:c0:A8:65:0a:01:02:0d;
 option local-routew 18:c0:A8:67:0a:01:02:0f;

Yes, the problem is that your local-route option overrides the previous
one each time, so only the last one takes effect.  You need to put them
all together as a single option, probably like

option local-route 
18:c0:A8:65:0a:01:02:0d:18:c0:A8:67:0a:01:02:0f:00:0a:01:02:7f;

and the same for the Windows code 249 version of the option.

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


Re: What periodic process strips executable permissions?

2008-02-25 Thread Chuck Swiger

On Feb 25, 2008, at 1:18 PM, Shawn Barnhart wrote:
I wrote a shell script to email me the output of ntpdc -p and put it  
in my crontab.


It works for a week, and at some point over the weekend my script  
loses its executable permissions for me (user) but not for group or  
other.


Is there a FreeBSD periodic job that runs periodically and removes  
executable permissions?  I'm pretty sure I didn't make it SUID.  It  
was rwxr-xr-x and there are other scripts in the same directory  
rwxr--r-- that don't lose their permissions.


There's nothing which comes with FreeBSD which would make such a  
change in permissions.  Check whether your other cron jobs or anything  
customized with the periodic scripts are doing stuff you don't  
expect.  :-)


--
-Chuck

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


Re: 6.3 DHCP and static_routes

2008-02-25 Thread Andrea Venturoli

Ed Maste ha scritto:

On Mon, Feb 25, 2008 at 10:30:06AM +0100, Andrea Venturoli wrote:



Yes, the problem is that your local-route option overrides the previous
one each time, so only the last one takes effect.  You need to put them
all together as a single option, probably like

option local-route 
18:c0:A8:65:0a:01:02:0d:18:c0:A8:67:0a:01:02:0f:00:0a:01:02:7f;

and the same for the Windows code 249 version of the option.


Thanks a lot, this solved it.

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


ntptrace: Command not found.

2008-02-25 Thread Per olof Ljungmark

Hi,
Some confusion here. A fresh 7.0-PRERELEASE install, sources from 
yesterday, no ports installed yet.


I usually configure ntpd as part of the setup procedure and check back 
later if it is syncing. Well, today I was in for a surprise I cannot 
explain:


%/usr/sbin/ntptrace
/usr/sbin/ntptrace: Command not found.

but
%ll /usr/sbin/ntptrace
-r-xr-xr-x  1 root  wheel  1728 Feb 25 23:49 /usr/sbin/ntptrace

%ntptime
ntp_gettime() returns code 0 (OK)
works...

All other boxes here running various incarnations of this OS responds to 
this command. What did I screw up?


Thanks,

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


Re: ntptrace: Command not found.

2008-02-25 Thread Alex Zbyslaw

Per olof Ljungmark wrote:


Hi,
Some confusion here. A fresh 7.0-PRERELEASE install, sources from 
yesterday, no ports installed yet.


I usually configure ntpd as part of the setup procedure and check back 
later if it is syncing. Well, today I was in for a surprise I cannot 
explain:


%/usr/sbin/ntptrace
/usr/sbin/ntptrace: Command not found.


ntptrace is a perl script.  On my system it starts:

#! /usr/local/bin/perl -w

and if that is missing the diagnostic is Command not found.

Install perl!

Looks like all base dependencies on perl haven't quite gone away.

--Alex

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


Re: ntptrace: Command not found.

2008-02-25 Thread Per olof Ljungmark

Alex Zbyslaw wrote:

Per olof Ljungmark wrote:


Hi,
Some confusion here. A fresh 7.0-PRERELEASE install, sources from 
yesterday, no ports installed yet.


I usually configure ntpd as part of the setup procedure and check back 
later if it is syncing. Well, today I was in for a surprise I cannot 
explain:


%/usr/sbin/ntptrace
/usr/sbin/ntptrace: Command not found.


ntptrace is a perl script.  On my system it starts:

#! /usr/local/bin/perl -w

and if that is missing the diagnostic is Command not found.

Install perl!

Looks like all base dependencies on perl haven't quite gone away.

--Alex


Indeed. Just got Perl in and

%ntptrace
localhost: stratum 3, offset -0.016361, root distance 0.001830

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


disk detach re-atach alone

2008-02-25 Thread Natham
Hi:

I have  freebsd server as my primary data storage.  it has 4 disk 2 on
a RAID 0, 2 on a RAID 1. I dont know why mis hard drives just keep
detaching ataching themselves alone this is causing me serius
performance issue (rebuild RAID1) and posible data loss on raid 0 i
REALLY need help. Here its the dmesg:

Copyright (c) 1992-2008 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.3-RELEASE-p1 #0: Sat Feb 23 22:12:17 UTC 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MLDS
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3600+ (1900.01-MHz K8-class CPU)
  Origin = AuthenticAMD  Id = 0x60fb1  Stepping = 1
  
Features=0x178bfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT
  Features2=0x2001SSE3,CX16
  AMD Features=0xea500800SYSCALL,NX,MMX+,FFXSR,RDTSCP,LM,3DNow!+,3DNow!
  AMD Features2=0x11fLAHF,CMP,SVM,ExtAPIC,CR8,Prefetch
  Cores per package: 2
real memory  = 1073545216 (1023 MB)
avail memory = 1022660608 (975 MB)
ACPI APIC Table: A M I  OEMAPIC 
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
ioapic0 Version 1.1 irqs 0-23 on motherboard
kbd1 at kbdmux0
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
hptrr: HPT RocketRAID controller driver v1.1 (Feb 23 2008 22:10:20)
acpi0: A M I OEMRSDT on motherboard
acpi0: Power Button (fixed)
acpi0: reservation of fec0, 1000 (3) failed
acpi0: reservation of fee0, 1000 (3) failed
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x2008-0x200b on acpi0
acpi_hpet0: High Precision Event Timer iomem 0xfed0-0xfed003ff on acpi0
Timecounter HPET frequency 2500 Hz quality 900
cpu0: ACPI CPU on acpi0
cpu1: ACPI CPU on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
pci0: memory, RAM at device 0.0 (no driver attached)
isab0: PCI-ISA bridge port 0x2f00-0x2f7f at device 1.0 on pci0
isa0: ISA bus on isab0
pci0: serial bus, SMBus at device 1.1 (no driver attached)
ohci0: OHCI (generic) USB controller mem 0xfbefb000-0xfbefbfff irq
21 at device 2.0 on pci0
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: OHCI (generic) USB controller on ohci0
usb0: USB revision 1.0
uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 10 ports with 10 removable, self powered
ehci0: EHCI (generic) USB 2.0 controller mem 0xfbefac00-0xfbefacff
irq 22 at device 2.1 on pci0
ehci0: [GIANT-LOCKED]
usb1: EHCI version 1.0
usb1: companion controller, 10 ports each: usb0
usb1: EHCI (generic) USB 2.0 controller on ehci0
usb1: USB revision 2.0
uhub1: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub1: 10 ports with 10 removable, self powered
atapci0: nVidia nForce MCP55 UDMA133 controller port
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 4.0 on
pci0
ata0: ATA channel 0 on atapci0
ata1: ATA channel 1 on atapci0
atapci1: nVidia nForce MCP55 SATA300 controller port
0xd480-0xd487,0xd400-0xd403,0xd080-0xd087,0xd000-0xd003,0xcc00-0xcc0f
mem 0xfbef9000-0xfbef9fff irq 23 at device 5.0 on pci0
ata2: ATA channel 0 on atapci1
ata3: ATA channel 1 on atapci1
atapci2: nVidia nForce MCP55 SATA300 controller port
0xc880-0xc887,0xc800-0xc803,0xc480-0xc487,0xc400-0xc403,0xc080-0xc08f
mem 0xfbef8000-0xfbef8fff irq 20 at device 5.1 on pci0
ata4: ATA channel 0 on atapci2
ata5: ATA channel 1 on atapci2
atapci3: nVidia nForce MCP55 SATA300 controller port
0xc000-0xc007,0xbc00-0xbc03,0xb880-0xb887,0xb800-0xb803,0xb480-0xb48f
mem 0xfbef7000-0xfbef7fff irq 21 at device 5.2 on pci0
ata6: ATA channel 0 on atapci3
ata7: ATA channel 1 on atapci3
pcib1: ACPI PCI-PCI bridge at device 6.0 on pci0
pci1: ACPI PCI bus on pcib1
re0: RealTek 8169SB/8110SB Single-chip Gigabit Ethernet port
0xe800-0xe8ff mem 0xfbfffc00-0xfbfffcff irq 16 at device 0.0 on pci1
miibus0: MII bus on re0
rgephy0: RTL8169S/8110S/8211B media interface on miibus0
rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,
1000baseT-FDX, auto
re0: Ethernet address: 00:14:d1:38:7f:fc
re0: [FAST]
xl0: 3Com 3c905C-TX Fast Etherlink XL port 0xec00-0xec7f mem
0xfbfff800-0xfbfff87f irq 17 at device 1.0 on pci1
miibus1: MII bus on xl0
xlphy0: 3c905C 10/100 internal PHY on miibus1
xlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
xl0: Ethernet address: 00:04:76:31:e8:94
fwohci0: VIA Fire II (VT6306) port 0xe480-0xe4ff mem
0xfbfff000-0xfbfff7ff irq 18 at device 4.0 on pci1
fwohci0: OHCI version 1.10 (ROM=1)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:10:dc:00:01:07:19:7f
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: IEEE1394(FireWire) bus on fwohci0
fwe0: Ethernet over 

Re: hardware problem

2008-02-25 Thread Chris Whitehouse

Derek Ragona wrote:

At 08:06 AM 2/25/2008, Tsu-Fan Cheng wrote:

Hi guys,
   this is really not about freebsd per sa. But this is the only
computer-related forum I use. so please forgive me.
my desktop was relocated due to my recent moving to a new
apartment. After settling down at the new place, I plug in the cables
and the computer won't start up. I open the case and found out that
when i switched on the power supply from the back, the power fan and
cpu fan will spin for a split second then stop. I tried to debug by
unplugging the cables, when doing so, sometimes the fans will spin for
10 seconds, maybe, but most of the time, it just stopped right after
the power switched on. I also try to hold down the start button on the
front for a while, but no good. I was told the mother board maybe
short-circuit. can anyone give a second opinion?? thanks!!

TFC


It sounds like you have something shorting out the motherboard.  I would 
remove everything you can, all add-on cards etc.  Just leave a video 
card, unless video is on the motherboard.  I would disconnect all the 
drives too.  The idea is to remove everything, so you can check just the 
motherboard alone.  If the motherboard still won't power on, remove and 
reseat the RAM.  If it still won't power up, remove and re-seat the CPU.


I would guess something inside the case was moved around enough in your 
move to cause the short.


-Derek

Agree. The symptoms, fans starting and almost immediately stopping, say 
the power supply is starting, detecting a short and shutting down. If 
the video card is AGP double check it is properly seated, I've had that 
same result several times particularly with AGP cards lifting very 
slightly at the inboard end.


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


Re: hardware problem

2008-02-25 Thread Tsu-Fan Cheng
hi guys,
   just take every part out and dust with a brush, reseat the m-board
and hook on the power supply, switch on the power and both fans spin
for quite a while, seeing this, I switch it off and start to connect
all the cables. After all is done, i turn on the power again, and this
time it stop again after a short spin. and I looked everywhere on the
board and found some silverish dust on the board, i dust it away, but
this time, the fans and the LED light on the board never spin or lit
up when i switch it on, i wonder if something i did kill the power
this time, any idea?? thank you for your help.

TFC

On Mon, Feb 25, 2008 at 7:53 PM, Chris Whitehouse [EMAIL PROTECTED] wrote:

 Derek Ragona wrote:
  At 08:06 AM 2/25/2008, Tsu-Fan Cheng wrote:
  Hi guys,
 this is really not about freebsd per sa. But this is the only
  computer-related forum I use. so please forgive me.
  my desktop  was relocated due to my recent moving to a new
  apartment. After settling down at the new place, I plug in the cables
  and the computer won't start up. I open the case and found out that
  when i switched on the power supply from the back, the power fan and
  cpu fan will spin for a split second then stop. I tried to debug by
  unplugging the cables, when doing so, sometimes the fans will spin for
  10 seconds, maybe, but most of the time, it just stopped right after
  the power switched on. I also try to hold down the start button on the
  front for a while, but no good. I was told the mother board maybe
  short-circuit. can anyone give a second opinion?? thanks!!
 
  TFC
 
  It sounds like you have something shorting out the motherboard.  I would
  remove everything you can, all add-on cards etc.  Just leave a video
  card, unless video is on the motherboard.  I would disconnect all the
  drives too.  The idea is to remove everything, so you can check just the
  motherboard alone.  If the motherboard still won't power on, remove and
  reseat the RAM.  If it still won't power up, remove and re-seat the CPU.
 
  I would guess something inside the case was moved around enough in your
  move to cause the short.
 
  -Derek
 
 Agree. The symptoms, fans starting and almost immediately stopping, say
 the power supply is starting, detecting a short and shutting down. If
 the video card is AGP double check it is properly seated, I've had that
 same result several times particularly with AGP cards lifting very
 slightly at the inboard end.

 Chris

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

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


Re: Welcome to jaxtr!

2008-02-25 Thread Alphons Fonz van Werven

jaxtr wrote:


Congratulations, Sunil! Your phone link is now active:


So everybody on the list can now call eachother for free? Cool :-)

Alphons (btw: Sunil is a Dutch dishwasher detergent brand...)

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: Adduser and bcrypt password hashes

2008-02-25 Thread Alphons Fonz van Werven

[EMAIL PROTECTED] wrote:


something goes wrong while using adduser with bcrypt password hashes on
 FreeBSD 7.0-RC3:


I assume bcrypt means the blowfish cypher?

In any case, thanks for the alert!

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: hardware problem

2008-02-25 Thread Da Rock
On Mon, 2008-02-25 at 20:38 -0500, Tsu-Fan Cheng wrote:
 hi guys,
just take every part out and dust with a brush, reseat the m-board
 and hook on the power supply, switch on the power and both fans spin
 for quite a while, seeing this, I switch it off and start to connect
 all the cables. After all is done, i turn on the power again, and this
 time it stop again after a short spin. and I looked everywhere on the
 board and found some silverish dust on the board, i dust it away, but
 this time, the fans and the LED light on the board never spin or lit
 up when i switch it on, i wonder if something i did kill the power
 this time, any idea?? thank you for your help.
 
 TFC
 

Looks like that little bit of dust was making the system still seem like
its alive. I'd say its well and truely dead now- what do you reckon
guys?

New M/B and CPU...

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


Where is connect?

2008-02-25 Thread a arcadia
This is likely a silly question but where exactly is the source for
connect?  Under /usr/src/lib/libc/sys there is connect.2 but  no
connect.c, or any other socket functions for that matter.

Thanks

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


7.0-RC2 will not install

2008-02-25 Thread leegold
Hi,

Trying FreeBsd 7.0-RC2.

Disk 1 will not boot. 

I think it's my new SATA DVD drive causing the trouble. 

dmeg during boot:
...
...
...
acd0:DVDR Mad Dog CDDVDW TS-H6538/MD00 at ata4-master SATA ISO
GEOM_LABEL: Label for provider acd0 is iso9660/FreeBSD_Installs
amass0: CBI reset failed, TIMEOUT
...
and it freezes right here.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Where is connect?

2008-02-25 Thread Giorgos Keramidas
On 2008-02-25 21:23, a arcadia [EMAIL PROTECTED] wrote:
 This is likely a silly question but where exactly is the source for
 connect?  Under /usr/src/lib/libc/sys there is connect.2 but  no
 connect.c, or any other socket functions for that matter.

It is a system call.  The userlevel part of system calls is,
traditionally, only a very thin wrapper around their kernel
counterparts.

If you look at `/usr/src/sys/kern/syscalls.master' you can see a line
which maps the connect(2) system call to the connect() kernel function:

% 98  AUE_CONNECT STD { int connect(int s, caddr_t name, \
% int namelen); }

The connect() function itself is easy to locate in src/sys/kern:

% [EMAIL PROTECTED]:/usr/src/sys/kern$ grep -n '^connect' *.c
% uipc_syscalls.c:501:connect(td, uap)
% [EMAIL PROTECTED]:/usr/src/sys/kern$

This is the entry point of the connect(2) system call.  Things go on
from this point into the network stack  protocol support code.

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


Re: 7.0-RC2 will not install

2008-02-25 Thread Jason Morgan
On Mon, Feb 25, 2008 at 09:32:57PM -0500, leegold wrote:
 Hi,
 
 Trying FreeBsd 7.0-RC2.
 
 Disk 1 will not boot. 
 
 I think it's my new SATA DVD drive causing the trouble. 
 
 dmeg during boot:
 ...
 ...
 ...
 acd0:DVDR Mad Dog CDDVDW TS-H6538/MD00 at ata4-master SATA ISO
 GEOM_LABEL: Label for provider acd0 is iso9660/FreeBSD_Installs
 amass0: CBI reset failed, TIMEOUT
 ...
 and it freezes right here.

Try booting with ACPI disabled. I have the same problem with an older
system; have to run without ACPI on 7.0 for some reason. 6.3 worked
fine. I posted twice here regarding the problem but never received a
reply. Let the list know if it is an ACPI issue.

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


Open source quiry

2008-02-25 Thread Daniel Jennings
Hello,

 

Recently I was told that 2wire dsl gateways http://www.2wire.com use a
variant of rt FreeBSD. 

 

If this is true are they required to make the source code available to the
public? And if so how does one go about getting the GPL source

 

Thankfully

 

Daniel

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


Re: Open source quiry

2008-02-25 Thread Sean Cavanaugh
most likely it uses a stripped down version of common open source programs 
with just configuration settings. if that's the case, there's nothing for 
them to release to the public domain.


-Sean

--
From: Daniel Jennings [EMAIL PROTECTED]
Sent: Monday, February 25, 2008 7:33 PM
To: freebsd-questions@FreeBSD.org
Subject: Open source quiry


Hello,



Recently I was told that 2wire dsl gateways http://www.2wire.com use a
variant of rt FreeBSD.



If this is true are they required to make the source code available to the
public? And if so how does one go about getting the GPL source



Thankfully



Daniel

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



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


Re: Open source quiry

2008-02-25 Thread Giorgos Keramidas
On 2008-02-26 11:33, Daniel Jennings [EMAIL PROTECTED] wrote:
 Hello,
 Recently I was told that 2wire dsl gateways http://www.2wire.com use a
 variant of rt FreeBSD. 

The FreeBSD license allows reuse of the source code.  In fact, this is
one of the stated goals of the project.  `To provide a modern UNIX
system, with no strings attached.'

 If this is true are they required to make the source code available to
 the public? And if so how does one go about getting the GPL source

Not necessarily.  Depending on how meticulous they have been in their
efforts to properly compartmentalize their own stuff, the BSD license
allows commercial reuse of the source code.

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


Headline news / UK over 50s Housing Weekly

2008-02-25 Thread Open Eye Corporation Limited
-   Shaw Healthcare set to expand its proposed GBP100m residential care 
home acquisition plan.
-   Bank of Ireland in EUR75m care home fund
-   Claimar Care buys Ravenscroft.
-   USA interloper gets approval for its Worcestershire nursing home.
-   Over 50s housing part of Somerset scheme.
-   Builders sought for proposed Westfield nursing home
-   Bellway Homes to rehabilitate Lambeth Hospital
-   Hampshire nursing home scheme to cost extra GBP5.2m.
-   Seniors housing to be incorporated in Liverpool plan
-   Decision expected today on Huddersfield care home
-   First turf cut on Newcastle’s extra care village
-   Retirees object to Calne social housing proposal
-   Seniors Housing Trends seminar planned
-   Nursing home watchdogs slam Bury care home
-   Pre-fabricated nursing home built in two weeks
-   McCarthy  Stone start Fenham retiree project
-   Chippenham care home boss facing 17 charges of resident neglect
-   Newmarket residential scheme gets go-ahead
-   Work to start on new Abbeyfield nursing home
-   Residential care costs in the UK set to soar
-   Fury at McCarthy  Stone retiree flats plan

All these stories will appear in the next edition of the UK over 50s Housing 
Weekly News.

If you have an interest in Retirement Village development, Retirement flats and 
Apartments, Care Homes, Extra Care, Sheltered Housing, Dementia, Hospice, Home 
Care or The Over 50s Housing Market then this is a specialist weekly news 
publication that you should be reading.

Published every Monday, it is available only via email on subscription.

If focuses on news, trends and background reading for all Developers, Builders, 
Architects, Town Planners, Financiers, Council Officers and Senior Executives 
in the Care Home / Retirement Village sectors.

To read last week’s edition, go to:
http://www.seniorshousing.co.uk/core/uk-achw/UK-ACHW-18-2-08.pdf

If you wish to subscribe, download the subscription form from:
http://www.seniorshousing.co.uk/core/uk-achw/UK-ACHW-Sub.pdf 

If you wish to advertise, pricing and reader profile is available at:
http://www.seniorshousing.co.uk/core/uk-achw/UK-ACHW-ReaderProfile.pdf 

If you wish to be added to our database:
Email [EMAIL PROTECTED] and nominate the email address to be added


Open Eye Corporation Limited

Suite 212,   
28 Old Brompton Road,
South Kensington, 
London SW7 3SS

P:  (020) 7681 2020
F:  (020) 7657 3555
E:  [EMAIL PROTECTED]
W: www.seniorshousing.co.uk 


This email was sent to [EMAIL PROTECTED]

To unsubscribe please provide the email address to be un-subscribed which is 
above, to [EMAIL PROTECTED] with UNSUBSCRIBE in the subject 
All requests in writing processed within 48 hours.

Please do not reply to this message, this mailbox is not monitored. Direct all 
correspondence to [EMAIL PROTECTED]

 
The contents of this e-mail (and attachments) are intended only to be read or 
used by the named addressee. If you have received this message in error, please 
notify us immediately. Any unauthorized form of reproduction of this message is 
strictly prohibited. The sender does not warrant or guarantee that this e-mail 
(and attachments) are free of errors, viruses or interference, or have been 
received in the form sent.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Inscripción 2008

2008-02-25 Thread Escuela Sistemica Argentina
html

head
meta http-equiv=Content-Language content=es
meta http-equiv=Content-Type content=text/html; charset=windows-1252
titledirectores/title
style
!--
div.Section1
{page:Section1;}
span.GramE
{}
span.SpellE
{}
 div.MsoNormal
{mso-style-parent:;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:Times New Roman;
margin-left:0cm; margin-right:0cm; margin-top:0cm}
--
/style
/head

body
div align=center
table id=table1 cellSpacing=0 cellPadding=0 width=550 border=0
  tbody
  tr
tdimg height=47 src=cid:2620an$IN328012040029290@desktop width=550 
border=0/td/tr
  tr
td
  p class=MsoBodyText style=MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center 
  align=centerspan class=GramEbspan 
  style=FONT-SIZE: 10pt; FONT-FAMILY: Lucida Sans; text-shadow: 
autodirectores/span/b/spanbspan 
  style=FONT-SIZE: 10pt; FONT-FAMILY: Lucida Sans; text-shadow: auto: 
Dr. 
  Horacio span class=SpellESerebrinsky/span - Dr. Marcelo R. span 
  class=SpellECeberio/span/span/b/p
  p class=MsoBodyText style=MARGIN: 0cm 0cm 0ptbspan 
  style=FONT-SIZE: 9pt; FONT-FAMILY: Lucida Sans; text-shadow: 
auto/span/bnbsp;/p
  p class=MsoBodyText style=MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center 
  align=centerspan style=FONT-FAMILY: Lucida SansLab 
  /b/spanbspan 
  style=FONT-SIZE: 14pt; FONT-FAMILY: Lucida SansEscuela sistémica 
  Argentina/span/bspan style=FONT-FAMILY: Lucida Sans es una 
  institución que desarrolla actividades de formación de Terapeutas 
  familiaresnbsp;sistémicos, investigación y asistencia 
  psicológica./span/p
  p class=MsoBodyText style=MARGIN: 0cm 0cm 0ptbspan 
  style=FONT-FAMILY: Lucida Sans; text-shadow: auto/span/bnbsp;/p
  p class=MsoBodyText style=MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center 
  align=centerembspan 
  style=FONT-SIZE: 36pt; COLOR: red; FONT-FAMILY: Book Antiqua; 
text-shadow: autoAbierta 
  la Inscripción/span/b/em/p
  p class=MsoBodyText style=MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: center 
  align=centerembspan 
  style=FONT-SIZE: 24pt; COLOR: red; FONT-FAMILY: Book Antiqua; 
text-shadow: autoInicio 
  de actividades: Marzo 2008/span/b/em/p
  p class=MsoBodyTextIndent 
  style=MARGIN: 0cm 0cm 6pt 14.15pt; TEXT-ALIGN: center 
align=centerspan 
  style=FONT-SIZE: 8pt; COLOR: black/spannbsp;/p
  p class=MsoBodyText 
  style=MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: justifyfont 
  face=Times New Romanbspan 
  style=COLOR: teal; FONT-FAMILY: Lucida SansPostgrado en el Modelo 
  Sistémico:/span/b/font/p
  p class=MsoBodyText 
  style=MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: justifyfont 
  face=Times New Romanspan class=SpellEspan 
  style=FONT-FAMILY: Lucida SansE.S.A/span/spanspan 
  style=FONT-FAMILY: Lucida Sans. desarrolla un Postgrado de alta 
  excelencia académica centrado en el modelo sistémico. En pos de este 
  objetivo, diseña un programa que integranbsp; teoría y practica y que 
  permite potenciar la creatividad de la psicoterapia y otros contextos. 
  /span/font/p
  p class=MsoBodyText 
  style=MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: justifyfont 
  face=Times New Romanspan style=FONT-FAMILY: Lucida SansDuración: 3 
  años con la posibilidad de realizar el postgrado en 2 años. 
  /span/font/p
  p class=MsoBodyText 
  style=MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: justifyfont 
  face=Times New Romanspan style=FONT-FAMILY: Lucida SansModalidades 
  de cursada: Regular con frecuencia semanal (3 años o 2 años), Intensivo 
  con frecuencia mensual (2 años)/span/font/p
  p class=MsoBodyText 
  style=MARGIN: 0cm 0cm 0pt 36pt; TEXT-INDENT: -7.2pt; TEXT-ALIGN: 
justifyspan 
  style=FONT-FAMILY: Times New Roman·/spanfont 
  face=Times New Romannbsp; span style=FONT-FAMILY: Lucida Sans1er 
  año: span class=GramEJueves/span de 13 a 15 y de 19 a 21hs 
  /span/font/p
  p class=MsoBodyText 
  style=MARGIN: 0cm 0cm 0pt 36pt; TEXT-INDENT: -7.2pt; TEXT-ALIGN: 
justifyspan 
  style=FONT-FAMILY: Times New Roman·/spanfont 
  face=Times New Romannbsp; span style=FONT-FAMILY: Lucida Sans2do 
  año: span class=GramEMiércoles/span de 13 a 15 y de 19 a 21hs 
  /span/font/p
  p class=MsoBodyText 
  style=MARGIN: 0cm 0cm 0pt 36pt; TEXT-INDENT: -7.2pt; TEXT-ALIGN: 
justifyspan 
  style=FONT-FAMILY: Times New Roman·/spanfont 
  face=Times New Romannbsp; span style=FONT-FAMILY: Lucida Sans3er 
  año: span class=GramELunes/span de 13 a 15 y de 19 a 21hs 
  /span/font/p
  p class=MsoBodyText 
  style=MARGIN: 0cm 0cm 0pt 28.8pt; TEXT-ALIGN: justifyfont 
  face=Times New Romanspan 
  style=FONT-FAMILY: Lucida Sans/span/fontnbsp;/p
  p class=MsoBodyText 
  style=MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: justifyfont 
  face=Times New Romanbspan 
  style=COLOR: teal; FONT-FAMILY: Lucida SansPostgrado 

------☆ 人生は 一度きり・・ ・  ☆------

2008-02-25 Thread アクセス・アップ支援隊

………【超お薦め】………
 ★ 在宅ビジネス失敗者の私にも収入が!!真剣な方のみクリックOK ★ 
  ☆--- この方法があなたの月収をたった5ヶ月で7倍にします!☆

  ☆●☆   もう 儲からないなんて言わせません!☆●☆
     http://g-revo.com/hp9ssl/?c=305092
………
┏┓ 
業界NEWS 〜 アクセス・アップ支援隊 〜 
┗┛
[EMAIL PROTECTED] 様 
広告主様からご依頼いただいた本日のホームページ情報です。
ご興味がございましたらアクセスしてみてくださいね ! 


ネットワークビジネスで成功する秘訣は?
『今までのやり方を捨てること』です!

☆リストアップの必要はあまりせん
☆セミナー・イベントに行く必要もありません
○ー○ライフで稼げなかった私がこのビジネスをはじめて
3ヶ月でトータル109万の収入!
  ↓   ↓   ↓
http://new-homebiz.com/hp8/?c=305092



一般的にMLM成功率は「約16%」と言われています。

  つまり失敗者がほとんどなのです。

ですが当社は・・・

なんと!成功率が「約98%」にも及ぶのです!

  つまり失敗するほうがマレなわけです。

●世界約4万社あるMLM事業5位の優良会社!
●安心!母体会社は設立から半世紀、無借金経営!
●日本を拠点に、これからアジア進出!

このような歴史と実績のある会社です。

なぜにこんなにも成功者が多いのか!?

秘密はココに隠されています
  ↓ ↓ ↓ ↓
   http://39.go2.jp

加えて・・・

●始めてスグに、6桁月収獲得可能!
●遅くても、3年で月収100万円以上獲得!
●早ければ1年、もしくは数ヶ月で7桁月収に到達!
●最高月収はなんと、650万円以上!
●将来的には不労収入ゲットで、セミリタイア可能!

つまり、必ず当たる宝くじを買ったも同然なのです!

しかし・・・

★★これが1番大事です!★★
1:個々の能力に関わらず、やる気がある
2:夢や目標に向かって、真剣である
3:上手く行っている人から学ぶ姿勢がある

以上、3点のことができれば、必ず成功できます!

■こんな方は是非■
・今の自分を変えたい方
・今の収入に不満な方
・将来に不安を抱えている方
・外で働けない主婦
・病弱で外で働けない方
・大きな夢や目標がある方
・お金持ちに成りたい方

始めるなら、今が絶好のチャンスです!
  ↓ ↓ ↓ ↓
  http://39.go2.jp

完全在宅で仕事ができます!
強力なシステム、マーケティングプラン搭載!

資料請求は無料です!
無理勧誘は致しません!
個人情報は必ずお守り致しますので、ご安心を!
  ↓ ↓ ↓ ↓
  http://39.go2.jp






………【超お薦め】………
▼ 私がココのメルマガ発行システムを選ぶ理由 ▼−限りなく稼いでください−
--
■初心者にも分かり易い ■毎月紹介報酬システム導入 ■情報商材の販売もできる
《5部/7部広告受注ツール完備》 至れり尽くせりのメルマガ発行システム !
詳しくは→  http://maga.readymade.jp/hakkou/cgi-bin/in.cgi?id=916 
………

━

【広告募集中!!】

各種広告を取り揃えております !
1回500円の激安広告から5部以上の大配信まで豊富な広告宣伝プランを
ご用意させていただいておりますので、是非ご利用くださいませ。
詳しくは→  http://e-net.velvet.jp/access-up/ をご覧ください!!


●メールマガジンの購読、解除について
当メールマガジンは一括投稿サイトへ投稿された方、無料投稿された方へ
配信させていただいております。
投稿または登録した覚えのない方は、お手数ですが下記のURLより各自で
解除をお願い致します。原則として当方での手続きは致しておりません。
また、解除につきましては、サーバーシステムの関係上、
1日から2日ほどお時間をいただくこともございますのでご了承ください。
解除URL →→ http://e-net.velvet.jp/access-up/
-
Info : アクセス・アップ支援隊
Web : http://e-net.velvet.jp/access-up/


………【超お薦め】………
★ 収入を得るための【絶対必要】な【基本ツール】を持っていますか !
^^^
月収100万円の近道をご覧ください。
→ http://maga.readymade.jp/hakkou/cgi-bin/in.cgi?id=916
………
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Adobe Flashplayer

2008-02-25 Thread herbert langhans
Hi Daemons,
anybody has some experience what flashplayer to use for Firefox 2.0 on BSD 7.0 
RC2? I checked in the ports and find /usr/ports/www/linux-flashplugin9 - but it 
obviously requires linux support.

Is there anything more elegant, like a BSD version of it? What do you use for 
your firefox browsers??

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


Re: Adobe Flashplayer

2008-02-25 Thread Ian Smith

- Original Message 
From: herbert langhans [EMAIL PROTECTED]
To: freebsd-questions@FreeBSD.org
Sent: Tuesday, February 26, 2008 6:48:08 AM
Subject: Adobe Flashplayer

Hi Daemons,
anybody has some experience what flashplayer to use for Firefox 2.0 on BSD 7.0 
RC2? I checked in the ports and find /usr/ports/www/linux-flashplugin9 - but it 
obviously requires linux support.

Is there anything more elegant, like a BSD version of it? What do you use for 
your firefox browsers??

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


##
##

Hi Herbs,

www/swfdec-plugin works well. I'm running it with Firefox 2.0 on 7.0-RC2 as we 
speak and haven't had any problems. It doesn't support every flash function but 
it's still pretty good - youtube seems to work well.

Ian.




  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

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


Re: Adobe Flashplayer

2008-02-25 Thread Aryeh M. Friedman

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

herbert langhans wrote:
| Hi Daemons,
| anybody has some experience what flashplayer to use for Firefox 2.0 on 
BSD 7.0 RC2? I checked in the ports and find 
/usr/ports/www/linux-flashplugin9 - but it obviously requires linux support.


First of all 9 doesn't work you need to install 7
|
| Is there anything more elegant, like a BSD version of it? What do you 
use for your firefox browsers??

|

There are some OS hacks such a gnash and swfdec but the same to very 
under powered... for example most custom apps that use 9 can't run on 
either one and some flash 7+ stuff kills them... so welecome to the 
wonderful world of flash on FreeBSD (there are about 50 to 100 people I 
know of that are waiting for a working version that beats 7)


-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHw75kk8GFzCrQm4ARArKlAKCEIsfFip77buvF01SxyoScgKS5eACguGaW
nGjUZjelHnRwN0M2YR3EV7Y=
=EMRZ
-END PGP SIGNATURE-

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