Re: 9.1-RELEASE slow boot

2013-06-11 Thread Fernando Apesteguía
On Fri, Jun 7, 2013 at 11:04 PM, Polytropon free...@edvax.de wrote: On Fri, 7 Jun 2013 19:38:34 +0200, Fernando Apesteguía wrote: Since I updated to 9.1-RELEASE my boot process seems to stall for a while. Booting in verbose mode shows messages like these ones: Opening device da0 - 6 (repeated

RE: How to switch Datgram/Connected mtu modes?

2013-06-11 Thread Alex Liptsin
Hi. Yes. There is no such entry. The only way I found is to compile inside the kernel options IPOIB_CM . Can I do it manually without compiling the kernel each time I want to switch between the modes? Maybe add it somehow to sysctl or loader.conf? Regards, Alex Liptsin Software Quality

Re: Bourne shell if syntax

2013-06-11 Thread Christoph Kukulies
On 10.06.2013 20:53, lcon...@go2france.com wrote: script fragment: PTR=`dig @some.dns +short +norec -x a.b.c.d` echo $PTR if [ $PTR ==] ; then Use something like (== is wrong, btw.) #!/bin/sh if [ X$1 = X ] ; then echo foo fi -- Christoph echo $PTR

Re: mail/claws-mail: exporting mail filters?

2013-06-11 Thread O. Hartmann
On Sat, 08 Jun 2013 10:11:52 +0200 Herbert J. Skuhra hsku...@eumx.net wrote: On Sat, 8 Jun 2013 09:04:12 +0200 O. Hartmann ohart...@zedat.fu-berlin.de wrote: Since I use on several boxes private and in the deprtment the same email accounts, I'd like to export the mail filters I created

Cannot make open-vm-tools on 9.1

2013-06-11 Thread Olivier Nicole
Hi, I have a strange thin happening to me. I upgraded two machines from 8.3 to 9.1: FreeBSD sysl2.cs.ait.ac.th 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #3: Fri May 31 14:59:20 ICT 2013 root@fbsd63:/usr/obj/usr/src/sys/GENERIC i386 I did both upgrade in parallel. On the first machine, I

Re: Bourne shell if syntax

2013-06-11 Thread Jan Henrik Sylvester
On 06/10/2013 21:10, dte...@freebsd.org wrote: Character sentinels are not required. FreeBSD's sh(1) knows (because [ is a built-in) that when you quote a parameter, that it is not (even if the value begins with -) not an operator. What you are saying here is at least misleading. I just

Re: I'm having big problems with Broadcom NIC (gbe0) on HP ProLiant DL380p 128GB Ram, NIC model HP Ethernet 1Gb 4-port 331FLR, after installed it cannot use a ping command, sometime it can do that but

2013-06-11 Thread Jason Birch
On Tue, Jun 11, 2013 at 8:08 PM, Surat Sodchuen carbopol...@gmail.comwrote: thank for your kindness i tired that your suggestion but cannot resolve problem. for more information ... FreeBSD 9.1-Release on HP ProLiant DL380p Gen8 128GB of Ram every time when booting process it seem freezing

information about configurable load-time parameters

2013-06-11 Thread Meny Yossefi
Hi, I'm using FreeBSD 9.1 and looking for a way to pass a module parameters on load time. I came across the 'TUNABLE' macros which provided a decent solution. The question that remains is how to notify the user about those configurable load-time parameters ? I guess I'm looking for some kind

Re: Bourne shell if syntax

2013-06-11 Thread Teske, Devin
On Jun 11, 2013, at 2:56 AM, Jan Henrik Sylvester wrote: On 06/10/2013 21:10, dte...@freebsd.org wrote: Character sentinels are not required. FreeBSD's sh(1) knows (because [ is a built-in) that when you quote a parameter, that it is not (even if the value begins with -) not an operator.

Fatal trap 12: page fault while in kernel mode in FreeBSD 9.1

2013-06-11 Thread rab fulton
Hi, I recently upgraded from 9.0 to 9.1 and have scince been seeing a lot of system freezes. The system will sometimes freeze when I launch an application soon after startup. If it does not freeze soon after startup it tends to run fine for the rest of the day. Full copy of core.txt @

pkg-devel problem with incremental update

2013-06-11 Thread Michael Gass
Installed pkg-devel 1.1.0.b3 and get the following message about incremental update whenever update is called. sudo pkg update Updating repository catalogue pkg: incremental update is not possible as repo format is inappropriate, trying full upgrade packagesite repository catalogue is

libchk issue

2013-06-11 Thread Walter Hurry
On my system (9.1-RELEASE-p3 on amd64), libchk reports: Unresolvable link(s) found in: /usr/local/lib/liblangtag-gobject.so.2 liblangtag.so.1 'pkg which' informs me that: /usr/local/lib/liblangtag-gobject.so.2 was not found in the database How can I fix the problem?

Re: 9.1-RELEASE slow boot

2013-06-11 Thread Fernando Apesteguía
On Tue, Jun 11, 2013 at 8:19 AM, Fernando Apesteguía fernando.apesteg...@gmail.com wrote: On Fri, Jun 7, 2013 at 11:04 PM, Polytropon free...@edvax.de wrote: On Fri, 7 Jun 2013 19:38:34 +0200, Fernando Apesteguía wrote: Since I updated to 9.1-RELEASE my boot process seems to stall for a while.

incomplete PLIST for devel/liblangtag [WAS Re: libchk issue]

2013-06-11 Thread Anton Shterenlikht
On my system (9.1-RELEASE-p3 on amd64), libchk reports: Unresolvable link(s) found in: /usr/local/lib/liblangtag-gobject.so.2 liblangtag.so.1 'pkg which' informs me that: /usr/local/lib/liblangtag-gobject.so.2 was not found in the database

Re: 9.1-RELEASE slow boot

2013-06-11 Thread Adam Vande More
On Tue, Jun 11, 2013 at 4:43 PM, Fernando Apesteguía fernando.apesteg...@gmail.com wrote: I recompiled the GENERIC kernel and changed SCSI_DELAY to 2000 instead the default 5000. Still no luck. It doesn't make any difference so I suppose something else changed. Any ideas? Thanks in