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 As
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" >> /path/
On Sat, 08 Jun 2013 10:11:52 +0200
"Herbert J. Skuhra" wrote:
> On Sat, 8 Jun 2013 09:04:12 +0200
> "O. Hartmann" 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 and
> > import them to other boxes
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 manage
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 ju
On Tue, Jun 11, 2013 at 8:08 PM, Surat Sodchuen wrote:
> 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 about 15 seconds
>
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 of
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
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 @ http://pas
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 up-to-date,
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?
On Tue, Jun 11, 2013 at 8:19 AM, Fernando Apesteguía
wrote:
> On Fri, Jun 7, 2013 at 11:04 PM, Polytropon 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 messag
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
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
14 matches
Mail list logo