On Sun, 2 Oct 2005, Koen Martens wrote:
kernel trap 12 with interrupts disabled
Fatal trap 12: page fault while in kernel mode
cpuid = 1; apic id = 06
fault virtual address = 0x24
fault code = supervisor read, page not present
instruction pointer = 0x8:0xc051c253
stack poin
Hello,
I've got an AMD64 compatible machine which dies with
"Too many segments in the physical address map, giving up".
This error is defined in src/sys/amd64/amd64/machdep.c
Changing the following define:
#define PHYSMAP_SIZE(2 * 8)
to
#define PHYSMAP_SIZE(2 * 16)
has solved the probl
I'm applying flock() to a file that is on an NFS server.
The program calling flock() is built on a 4.5 system,
with the 4.5 libraries, etc...
The NFS server is a 4.5-RELEASE system. The program running on a
4.5-release system doesn't display any problems.
But - when I run that same program o
Hi,
I am trying to boot a diskless box (via PXE), both server and diskless
run FreeBSD 6.0-BETA4. The diskless machine hangs after printing
the date on the console. I added debug output to /etc/rc,
/etc/initdiskless and finally /sbin/init. It seems to hang in init
after calling multi_user().
A bi
On Wed, Oct 05, 2005 at 09:07:58PM +0200, Marco Molteni wrote:
> Hi,
>
> I am trying to boot a diskless box (via PXE), both server and diskless
> run FreeBSD 6.0-BETA4. The diskless machine hangs after printing
> the date on the console. I added debug output to /etc/rc,
> /etc/initdiskless and fin
I'd like to announce a new utility for FreeBSD, named "ggtrace". It's a
graphical (X11) utility that displays I/O on a ggate device in a window.
It can attach to any device or file, producing a /dev/ggateN device which
can be used as usual - for example for hosting filesystems. All I/O
requests
I have the following rules:
$fwcmd add 600 pipe 602 src-ip 192.168.0.0/24 out
$fwcmd add 601 pipe 603 dst-ip 192.168.0.0/24 in
$fwcmd pipe 602 config mask src-ip 0x00ff bw 128Kbit/s queue 10KBytes
$fwcmd pipe 603 config mask dst-ip 0x00ff bw 128Kbit/s queue 10KBytes
And my test speed fr
On Wed, 5 Oct 2005 13:14:14 -0700
Brooks Davis <[EMAIL PROTECTED]> wrote:
> On Wed, Oct 05, 2005 at 09:07:58PM +0200, Marco Molteni wrote:
> > Hi,
> >
> > I am trying to boot a diskless box (via PXE), both server and
> > diskless run FreeBSD 6.0-BETA4. The diskless machine hangs after
> > printin
8 matches
Mail list logo