Re: Gvinum RAID1+0

2010-02-24 Thread krad
On 24 February 2010 00:59, Pieter de Goeje pie...@degoeje.nl wrote: On Tuesday 23 February 2010 23:11:37 Andrew Klaassen wrote: From the lack of response, am I correct to conclude that Gvinum can't do RAID1+0 (as opposed to RAID0+1)? I'll bite. Is there a particular reason why you want

static build of usr.bin/host fails to link

2010-02-24 Thread Erik Norgaard
Hi: I am trying to build a custom crunch file for pxeboot/jumpstart. I have taken the make files from rescue as a template adding the extras I need. But I have problem linking usr.bin/host in the crunch file, I can't figure out what libraries to link with and include with CRUNCH_LIBS+= on

Re: Netgraph VLan support

2010-02-24 Thread Ross Cameron
Bump On Tue, Feb 23, 2010 at 3:32 PM, Ross Cameron ross.came...@linuxpro.co.za wrote: Hi there all I've trying to setup nested VLans using netgraph and most of my googling suggests that this can be done.    But alas it is not working on this side. I'm running a standard FreeBSD

Will this work with AMD64?

2010-02-24 Thread Paul Halliday
http://processorfinder.intel.com/details.aspx?sSpec=SLANP CPU: Intel(R) Xeon(R) CPU X5460 @ 3.16GHz (3158.77-MHz 686-class CPU) I am just reading this (the marked as 5xx numbers has me confused): # Intel 64-bit Xeon™ (“Nacona”). This processor is fabricated on 90nm process

install.cfg for Documentation Installation Menu on 8.0-RELEASE

2010-02-24 Thread don Juan
Hi, What come up with 8.0-RELEASE is the new FreeBSD Documentation Installation Menu in sysinstall. I would like to know what command for install.cfg to configure my installation with, say, English Documentation. i've found this question already posted to this forum but it's still unanswered.

Syncing disks takes forever

2010-02-24 Thread Leslie Jensen
I often experience long shutdown times on my laptop due to the syncing of disks. Usually I just leave it and the pc will shutdown eventually. Today I saw a new message that I think is related. ACPI error cannot release mutex [ECMX] synclevel mismatch: mutex 1 current 0 20090521 emutex-529 . .

NFSv4 and setfacl?

2010-02-24 Thread Chris
I managed to get NFSv4 working this weekend. Then I went to try to try setting and ACL with setfacl and it wouldn't work. ACL's were the reason I was interested in NFSv4. And I can't google the problem as I keep getting pages refering to NFSv4 style ACL's. So does NFSv4 on freebsd

Re: Will this work with AMD64?

2010-02-24 Thread Chuck Swiger
On Feb 24, 2010, at 7:02 AM, Paul Halliday wrote: http://processorfinder.intel.com/details.aspx?sSpec=SLANP CPU: Intel(R) Xeon(R) CPU X5460 @ 3.16GHz (3158.77-MHz 686-class CPU) I am just reading this (the marked as 5xx numbers has me confused): The CPU you are looking up is a

kde4/python26 and pth help.

2010-02-24 Thread Jimmie James
On a freshly installed 8-STABLE box (4 days old) and up to date ports, KDE4 will not install for me, always the same errors. I've even removed all ports and reinstalled from scratch and hit the same errors. I have no /etc/make.conf. I'm at a loss here, I have no idea why this is happening. I

Any generic way to fix problem that configure doesn't find libraries in /usr/local/lib?

2010-02-24 Thread Yuri
Every time I run configure script it fails to find libraries in /usr/local/lib because it has some hard-coded paths not including /usr/local/lib and /usr/local/lib. Every time I need to edit configure to fix it up. Is there any generic tool or way that fixes this problem more easily? Yuri

Re: Any generic way to fix problem that configure doesn't find libraries in /usr/local/lib?

2010-02-24 Thread Charlie Kester
On Wed 24 Feb 2010 at 12:05:10 PST Yuri wrote: Every time I run configure script it fails to find libraries in /usr/local/lib because it has some hard-coded paths not including /usr/local/lib and /usr/local/lib. Every time I need to edit configure to fix it up. Is there any generic tool or

nvidia: link_elf: symbol KPTmap undefined

2010-02-24 Thread Per olof Ljungmark
uname: FreeBSD 7.3-PRERELEASE #1: Sun Feb 14 12:07:05 CET 2010 pciconf: vgap...@pci0:64:0:0:class=0x03 card=0x020d10de chip=0x014e10de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'NVIDIA Quadro FX 540 (NV43)' class = display subclass = VGA Rebuilt

how to disable loadable kernel moduels?

2010-02-24 Thread Robert Bonomi
I'm building custom kernels for use in 'hostile' environments -- where I need to enforce restricted capabilities, even in the event of malicious 'root' access. (if the bad guy has *physical* access to the machine, I know I'm toast, so I don't try to protect against _that_ in software --

about incoming and outgoing trafficc

2010-02-24 Thread Yavuz Maşlak
I have 2 lines to reach to the internet. I use 2 gateway. one of 2 gateway is a freebsd7.2 gateway. I activated pf on freebsd7.2. I have a fileserver which has a real ip. the fileserver's default gateway is other gateway server. When a traffic comes from internet via freebsd gateway towards

Re: how to disable loadable kernel moduels?

2010-02-24 Thread Bruce Cran
On Wed, 24 Feb 2010 16:47:25 -0600 (CST) Robert Bonomi bon...@mail.r-bonomi.com wrote: I'm building custom kernels for use in 'hostile' environments -- where I need to enforce restricted capabilities, even in the event of malicious 'root' access. (if the bad guy has *physical* access to the

boot loaders and USB devices

2010-02-24 Thread Aiza
My PC does not have the BIOS option to boot from USB. I use an USB cabled external hard drive for taking backups. It has FreeBSD installed on it which I want to boot from so the motherboard cabled hard drive file systems are un-mounted during the dump. This USB drive will only be attached to

Re: how to disable loadable kernel moduels?

2010-02-24 Thread Lars Eighner
On Wed, 24 Feb 2010, Robert Bonomi wrote: I'm building custom kernels for use in 'hostile' environments -- where I need to enforce restricted capabilities, even in the event of malicious 'root' access. (if the bad guy has *physical* access to the machine, I know I'm toast, so I don't try to

Re: how to disable loadable kernel moduels?

2010-02-24 Thread Eduardo
If you do not want to change the secure level you can compile a static kernel: # static kernel makeoptions NO_MODULES=yes put the above inside the kernel config file. On Wed, Feb 24, 2010 at 8:19 PM, Bruce Cran br...@cran.org.uk wrote: On Wed, 24 Feb 2010 16:47:25 -0600 (CST) Robert Bonomi

Re: can I do away with most things-java?

2010-02-24 Thread Gary Kline
On Tue, Feb 23, 2010 at 11:56:18PM +0100, Torgeir Hoffmann wrote: Hi Gary, On 23 February 2010 23:28, Gary Kline kl...@thought.org wrote: Some years ago I thought that future java tools would have BSD ports that did not demand that we fetch them ourselves? Now,

Re: how to disable loadable kernel moduels?

2010-02-24 Thread C. P. Ghost
On Wed, Feb 24, 2010 at 11:47 PM, Robert Bonomi bon...@mail.r-bonomi.com wrote: Can somebody point me towrads the source module(s) that contain the syscall 'dispatch' code and/or the loadable module implementation. According to /usr/src/sys/kern/syscalls.master, the kldload() syscall ID is

Re: can I do away with most things-java?

2010-02-24 Thread Warren Block
On Wed, 24 Feb 2010, Gary Kline wrote: Still cannot find the Latest tzupdater; it's like 90 links to find the bloody thing. Aaarrrgh. cd /usr/ports/java/jdk16 make config turn off TZUPDATE -Warren Block * Rapid City, South Dakota USA

left over restore file restoresymtable

2010-02-24 Thread Aiza
The man for restore says this. Note that restore leaves a file restoresymtable in the root directory to pass information between incremental restore passes. This file should be removed when the last incremental has been restored. What root directory is this talking about? If system is booted

Re: how to disable loadable kernel moduels?

2010-02-24 Thread Robert Bonomi
From owner-freebsd-questi...@freebsd.org Wed Feb 24 18:04:25 2010 Date: Wed, 24 Feb 2010 17:38:45 -0600 (CST) From: Lars Eighner luvbeas...@larseighner.com To: Robert Bonomi bon...@mail.r-bonomi.com Cc: questi...@freebsd.org Subject: Re: how to disable loadable kernel moduels? On Wed, 24

Re: can I do away with most things-java?

2010-02-24 Thread Gary Kline
On Wed, Feb 24, 2010 at 07:29:22PM -0700, Warren Block wrote: On Wed, 24 Feb 2010, Gary Kline wrote: Still cannot find the Latest tzupdater; it's like 90 links to find the bloody thing. Aaarrrgh. cd /usr/ports/java/jdk16 make config turn off TZUPDATE Thanks very much

Re: kde4/python26 and pth help.

2010-02-24 Thread Adam Vande More
On Wed, Feb 24, 2010 at 12:11 PM, Jimmie James jimmie...@gmail.com wrote: On a freshly installed 8-STABLE box (4 days old) and up to date ports, KDE4 will not install for me, always the same errors. I've even removed all ports and reinstalled from scratch and hit the same errors. I have no

Re: left over restore file restoresymtable

2010-02-24 Thread Michael Powell
Aiza wrote: The man for restore says this. Note that restore leaves a file restoresymtable in the root directory to pass information between incremental restore passes. This file should be removed when the last incremental has been restored. What root directory is this talking about?

Re: kde4/python26 and pth help.

2010-02-24 Thread Jimmie James
On 02/24/10 23:28, Adam Vande More wrote: On Wed, Feb 24, 2010 at 12:11 PM, Jimmie James jimmie...@gmail.com mailto:jimmie...@gmail.com wrote: On a freshly installed 8-STABLE box (4 days old) and up to date ports, KDE4 will not install for me, always the same errors. I've even

Re: kde4/python26 and pth help.

2010-02-24 Thread Adam Vande More
On Wed, Feb 24, 2010 at 10:47 PM, Jimmie James jimmie...@gmail.com wrote: On 02/24/10 23:28, Adam Vande More wrote: On Wed, Feb 24, 2010 at 12:11 PM, Jimmie James jimmie...@gmail.com mailto:jimmie...@gmail.com wrote: On a freshly installed 8-STABLE box (4 days old) and up to date

Re: kde4/python26 and pth help.

2010-02-24 Thread Dima Panov
On Thursday 25 February 2010 14:47:08 Jimmie James wrote: On 02/24/10 23:28, Adam Vande More wrote: On Wed, Feb 24, 2010 at 12:11 PM, Jimmie James jimmie...@gmail.com mailto:jimmie...@gmail.com wrote: On a freshly installed 8-STABLE box (4 days old) and up to date ports, KDE4