Here is the error:
drm0: port 0xa000-0xa0ff mem
0xec02-0xec02,0xe000-0xe7ff irq 10 at device 0.0 on pci2
info: [drm] Initialized radeon 1.9.0 20020828 on minor 0
error: [drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held
error: [drm:radeon_unlock] *ERROR* Process
John Baldwin wrote:
>On 06-Nov-2003 Peter Schultz wrote:
>> John Baldwin wrote:
>>> On 05-Nov-2003 Peter Schultz wrote:
>>>
I have a Tyan S1832DL w/dual pii 350s and it's not able to boot. Seems
to be having trouble with my adaptec scsi controller, I get a whole
bunch of output like
lock order reversal
1st 0xc67aa490 vnode interlock (vnode interlock) @ /usr/src/sys/ufs/ffs/ffs_sna
pshot.c:651
2nd 0xc102f110 system map (system map) @ /usr/src/sys/vm/vm_map.c:2258
Stack backtrace:
backtrace(c07feb63,c102f110,c080cef8,c080cef8,c080cf6e) at backtrace+0x17
witness_lock(c102f110,8
Hi Guys,
Source as of 4 hours ago I get the following in make world ...
Cheers,
Mark
Full log of error follows :
objcopy -S -O binary boot1.out boot1
dd if=/dev/zero of=boot2.ldr bs=276 count=1 2>/dev/null
nm -t d boot1.out | awk '/([0-9])+ T xread/ { x = $1 - ORG1;
printf("#define X
Bruce Evans wrote:
On Sat, 8 Nov 2003, Morten Johansen wrote:
Scott Long wrote:
Bruce Evans wrote:
[... possibly too much trimmed]
The problem here is that the keyboard controller driver tries to be too
smart. If it detects that the hardware FIFO is full, it'll drain it into
a per-softc, per-fu
TB --- 2003-11-11 06:34:26 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org
TB --- 2003-11-11 06:34:26 - starting CURRENT tinderbox run for amd64/amd64
TB --- 2003-11-11 06:34:26 - checking out the source tree
TB --- cd /home/des/tinderbox/CURRENT/amd64/amd64
TB --- /usr/bin/cvs -f -R -q -d/home/
Alex Wilkinson <[EMAIL PROTECTED]> writes:
> Can someone please elaborate on the acronym KVA ?
Kernel virtual address space
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/free
TB --- 2003-11-11 07:29:17 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org
TB --- 2003-11-11 07:29:17 - starting CURRENT tinderbox run for i386/i386
TB --- 2003-11-11 07:29:17 - checking out the source tree
TB --- cd /home/des/tinderbox/CURRENT/i386/i386
TB --- /usr/bin/cvs -f -R -q -d/home/ncvs
I've been busy installing various OSes on a spare disk in order to try
to reproduce some of fefe's benchmarks. In the process, I've noticed
a couple of bogons in boot0 and disklabel:
- disklabel -B trashes the partition table:
# dd if=/dev/zero of=/dev/ad0 count=20
# fdisk -i ad0
(crea
[EMAIL PROTECTED] (Dag-Erling Smørgrav) writes:
>This probably happens because fdisk silently allows the user to
>create a partition that overlaps the partition table. Arguably
>pilot error, but very confusing at the time, and fdisk should warn
>about it.
...and here's the patch.
RB_BOOTINFO, defined in reboot.h, not found in
sys/boot/i386/boot2/boot2.c ..
can somebody fix this?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[E
On Mon, 2003-11-10 at 23:39, Alex Wilkinson wrote:
> On Mon, Nov 10, 2003 at 09:02:03AM +, Doug Rabson wrote:
>
> I wasn't involved in converting taskqueue from 4.x-style SWIs to kernel
> threads so I can't be sure but this does look reasonable. I've been
> wondering ab
With INVARIANTS enabled, I get a kernel panic when I run tcpdump on a
"tun" interface. The message is "tunoutput: attempted use of a free mbuf!".
This occurs because tun creates temporary mbufs on the stack and does
not initialize m_flags, so it may or may not have the M_FREELIST bit set
depending
Hi,
I just upgraded from a ~week old -CURRENT, added 'device apic' and
'device acpi' to my kernel config and rebooted. No joy -- my network
card (3com xl model) disappeared. The same kernel without 'device apic'
works. Message on the console is:
xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xb40
Hi,
Every time I try to do verbose boot my todays CURRENT panics with message:
panic: unknown/reserved trap
The normal boot process gives no error.
Panics occur durring GEOM setup. The other thing, is when I tried Oct 29'th
kernel, after boot -v (which succed) I got some new disks:
ad6s1da
ad6s1
On Mon, 10 Nov 2003 20:13:49 +0100
Max Laier <[EMAIL PROTECTED]> wrote:
> I certainly doubt that! On his homepage he has own patchsets for early
> 4.x releases and gives KAME as a resource for 5.x patchsets. So prove
> me wrong (by finally finding that mysterious thread) or stop spreading
> that k
Alex Wilkinson wrote:
> Can someone please elaborate on the acronym KVA ?
>
> $ sysctl -d kern.ipc.maxpipekva
> kern.ipc.maxpipekva: Pipe KVA limit
>
> This doesn't tell me enough.
Kernel Virtual Address
The fast pipe code in FreeBSD uses page lending between the
processes participating in the
I have core dump caused by "panic: bad pte" on FreeBSD 5.1-CURRENT SMP
cvsuped on date=2003.11.04.02.02.00. System runs "make -j 64 buildworld"
in a cycle and sometimes paniced with message "bad pte".
-
Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual addre
On Mon, 10 Nov 2003, Don Lewis wrote:
> On 10 Nov, Lukas Ertl wrote:
> > On Mon, 10 Nov 2003, Don Lewis wrote:
> >>
> >> If fifo_open() is interrupted, fifo_close() never gets called, and the
> >> resources are not recovered. I wish doing the resource recovery in
> >> fifo_inactive() would have w
On 2003.11.11 11:15:11 +0200, Anton Yudin wrote:
>
> RB_BOOTINFO, defined in reboot.h, not found in
> sys/boot/i386/boot2/boot2.c ..
> can somebody fix this?
I'm rather sure bde already fixed this some hours ago in
src/sys/boot/i386/boot2/boot2.c v 1.66.
--
Simon L. Nielsen
Fr
On Tue, 11 Nov 2003 09:36:14 +0100
[EMAIL PROTECTED] (Dag-Erling Smørgrav) wrote:
> - boot0 off-by-one error:
>Now, boot0 identifies my FreeBSD partitions as "BSD" instead of
>"FreeBSD". It also identifies my Debian partition (type 0x83) as
>"BSD" instead of "Linux" and my Debian sw
Scott Long wrote:
Bruce Evans wrote:
On Sat, 8 Nov 2003, Morten Johansen wrote:
Scott Long wrote:
Bruce Evans wrote:
[... possibly too much trimmed]
The problem here is that the keyboard controller driver tries to be too
smart. If it detects that the hardware FIFO is full, it'll drain it
in
cc -elf -ffreestanding -Os -fno-builtin -fno-guess-branch-probability -fomi
t-frame-pointer -mno-align-long-strings -mrtd -DUFS1_AND_UFS2 -I/usr/src/
sys/boot/i386/boot2/../../common -I/usr/src/sys/boot/i386/boot2/../btx/lib
-I. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmi
Thomas T. Veldhouse wrote:
cc -elf -ffreestanding -Os -fno-builtin -fno-guess-branch-probability -fomi
t-frame-pointer -mno-align-long-strings -mrtd -DUFS1_AND_UFS2 -I/usr/src/
sys/boot/i386/boot2/../../common -I/usr/src/sys/boot/i386/boot2/../btx/lib
-I. -Wall -Waggregate-return -Wbad-func
G'day,
It appears that files with size greater than 65536 bytes when read from
a cd9660 mounted filesystem appear corrupted.
Happens on any cd-rom I try regardless of where it was burnt,
even the original 5.1-RELEASE-i386-miniinst.iso now appears corrupt.
# uname -v
FreeBSD 5.1-CURRENT #0: Sat N
Hi,
The simple scenario:
$ mkdir foo
$ cd foo
$ touch foo
$ cp foo foo2
cp: foo: Invalid argument
The problem lies in:
src/bin/cp/utils.c:163
if (munmap(p, fs->st_size) < 0) {
warn("%s", entp->fts_path);
rval
Alexander Leidinger <[EMAIL PROTECTED]> writes:
> Do you have a second disk in the system? Are you able to switch to the
> second disk with boot0? I have a current system where I'm not able to
> switch to the second disk (master on secondary ata channel).
Yes, I can switch back and forth between t
On Monday 10 November 2003 17:10, Nils Segerdahl wrote:
> Problem:
> when connecting my laptop (Compaq evo N1020v) to the network, the kernel
> halts right after execution of re_diag() in the re-device driver.
> The loopback test fails.
> The interface works ok if I remove the test from the driver,
On Tue, 11 Nov 2003, Dag-Erling [iso-8859-1] Smørgrav wrote:
> I've been busy installing various OSes on a spare disk in order to try
> to reproduce some of fefe's benchmarks. In the process, I've noticed
> a couple of bogons in boot0 and disklabel:
>
> - disklabel -B trashes the partition table
On 11-Nov-2003 Harald Schmalzbauer wrote:
> On Monday 10 November 2003 19:33, John Baldwin wrote:
>> On 08-Nov-2003 Harald Schmalzbauer wrote:
>> > On Thursday 06 November 2003 17:33, John Baldwin wrote:
>> >> On 06-Nov-2003 Harald Schmalzbauer wrote:
>> >> > Hello,
>> >> >
>> >> > I have one repr
On 11-Nov-2003 John Hay wrote:
>> >> >> With the new interrupt code I get:
>> >> >> <...>
>> >> >> OK boot
>> >> >> cpuid = 0; apic id = 00
>> >> >> instruction pointer = 0x0:0xa00
>> >> >> stack pointer = 0x0:0xffe
>> >> >> frame pointer = 0x0:0x0
>> >> >> code segment
On 11-Nov-2003 John Hay wrote:
>> >
>> > Upgrading a Asus P2L97-DS dual Pentium II 266MHz box, I got this panic
>> > when booting:
>> >
>> >
>> > Console: serial port
>> > BIOS drive A: is disk0
>> > BIOS drive C: is disk1
>> > BIOS drive D: is disk2
>> > BIOS drive E
On Mon, 10 Nov 2003, Jason wrote:
> I just wanted to let someone know that my buildworld fails at
> /usr/src/sys/boot/i386/boot2/boot2.c at line 362. I get an undefined
> error for RB_BOOTINFO, by adding #define RB_BOOTINFO 0x1f it worked.
Sorry, I broke it last night. it is now fixed.
> Also
Code from yesterday evening (11/10 around 5PM EST). Just updated this
morning. I saw no updates to ip_output.c but there were changes to a couple
of other files in sys/netinet so figured I'd give it a whirl...
panic: mutex inp not owned at /usr/src/sys/netinet/ip_output.c:218
cpuid= -;
Debugger("
On Mon, 10 Nov 2003, Jason wrote:
> >This is usually where rescue falls over. Try building with out -j and see
> >where it des then.
> >
> >You may want to clear out /usr/obj.
> >
> I always rm /usr/obj, and running without -j4 may have done it because
> it worked.
This was a bug in the rescue b
On Mon, 10 Nov 2003, Yannick FAHAM wrote:
> > > after compiling the kernel, the boot process freeze on the hardware
> > > enumeration. I have disabled acpi and boot in verbose mode and I have
> > > many errors message like
> > > (probe0)... Error 22.
> > > Sorry for my english, i'm french.
> >
> >
On Tuesday 11 November 2003 08:40 am, Steve Ames wrote:
> Code from yesterday evening (11/10 around 5PM EST). Just updated this
> morning. I saw no updates to ip_output.c but there were changes to a couple
> of other files in sys/netinet so figured I'd give it a whirl...
>
> panic: mutex inp not ow
Dag-ErlingSm?rgrav wrote (2003/11/11):
> - boot0 off-by-one error:
>The OS table in boot0.s is as follows:
> .byte os_misc-. # Unknown
> ...
> .byte os_bsd-. # NetBSD
>Now, boot0 identifies my FreeBSD partitions as "BSD" inst
On 11-Nov-2003 Jason wrote:
> I just wanted to let someone know that my buildworld fails at
> /usr/src/sys/boot/i386/boot2/boot2.c at line 362. I get an undefined
> error for RB_BOOTINFO, by adding #define RB_BOOTINFO 0x1f it worked.
> Also it failed at sendmail.fc or something, I don't use send
On 11-Nov-2003 Stijn Hoop wrote:
> Hi,
>
> I just upgraded from a ~week old -CURRENT, added 'device apic' and
> 'device acpi' to my kernel config and rebooted. No joy -- my network
> card (3com xl model) disappeared. The same kernel without 'device apic'
> works. Message on the console is:
>
>
On Tue, 2003-11-11 at 17:48, Doug White wrote:
> On Mon, 10 Nov 2003, Yannick FAHAM wrote:
>
> > > > after compiling the kernel, the boot process freeze on the hardware
> > > > enumeration. I have disabled acpi and boot in verbose mode and I have
> > > > many errors message like
> > > > (probe0)..
On Tue, 11 Nov 2003, Lukas Ertl wrote:
> Unfortunately, we are still seeing a problem here: we are running uvscan
> (virus scanner), and while running it we are still seeing increasing unpcb
> usage and orphaned unix domain sockets.
>
> We added some debug printfs to the fifo routines and found ou
> >> > Upgrading a Asus P2L97-DS dual Pentium II 266MHz box, I got this panic
> >> > when booting:
> >> >
> >> >
...
> >> > CPU: Pentium II/Pentium II Xeon/Celeron (267.27-MHz 686-class CPU)
> >> > Origin = "GenuineIntel" Id = 0x633 Stepping = 3
> >> >
> >> > Fea
FreeBSD 5.1-CURRENT #0: Tue Oct 14 21:36:51 PDT 2003
Recent CVSUP and portupgrade.
# make installworld ; ls
mkdir -p /tmp/install.yzJOG6oG
for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find
grep ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl test true uname wc
zic; do
On 11 Nov, Lukas Ertl wrote:
> On Tue, 11 Nov 2003, Lukas Ertl wrote:
>
>> Unfortunately, we are still seeing a problem here: we are running uvscan
>> (virus scanner), and while running it we are still seeing increasing unpcb
>> usage and orphaned unix domain sockets.
>>
>> We added some debug pri
Hi John,
> Actually, try adding an 'AGPSize' option in the 'Device' section with a
value
> set to the size of your aperture. I Think X uses a 1mb aperture by
default
> and it may be that it is failing to allocate some buffers due to your
screen
> resolution combined with the small default size of
Hello -
I seem to not be able to get the IP address of a site. I am guessing its an issue
with gethostbyname() and have a - at the end of the hostname...
Both mozilla and ping cannot resolve the address. However, I works just fine using
Windows and IE. I am not sure if this is just a FreeBS
On 11 Nov, Don Lewis wrote:
> On 11 Nov, Lukas Ertl wrote:
>> Sorry, I probably missed an important part: we're creating the FIFOs on
>> nullfs mounts - the test script works great on plain UFS mounts, but the
>> null layer seems to VREF the vnode once again, so v_usecount is 2, thus it
>> is miss
On Tue, 11 Nov 2003, Don Lewis wrote:
> Now that I've had some time to think about it, if you reuse the same
> fifo, you'll run into the same problem that caused me to abandon my
> previous fifo_inactive() version of the cleanup code, which is stale
> data being left in the fifo after both ends ha
On 11-Nov-2003 John Hay wrote:
>> >> > Upgrading a Asus P2L97-DS dual Pentium II 266MHz box, I got this panic
>> >> > when booting:
>> >> >
>> >> >
> ...
>> >> > CPU: Pentium II/Pentium II Xeon/Celeron (267.27-MHz 686-class CPU)
>> >> > Origin = "GenuineIntel" Id =
On Tue, Nov 11, 2003 at 03:28:25PM -0500, John Baldwin wrote:
>
> On 11-Nov-2003 John Hay wrote:
> >> >> > Upgrading a Asus P2L97-DS dual Pentium II 266MHz box, I got this panic
> >> >> > when booting:
> >> >> >
> >> >> >
> > ...
> >> >> > CPU: Pentium II/Pentium II Xe
On Tue, Nov 11, 2003 at 03:08:55PM -0500, David Hill wrote:
> Hello -
>
>
> I seem to not be able to get the IP address of a site. I am
> guessing its an issue with gethostbyname() and have a - at the end of
> the hostname...
...which is illegal.
Kris
pgp0.pgp
Description: PGP signature
John Baldwin wrote:
On 11-Nov-2003 Jason wrote:
I just wanted to let someone know that my buildworld fails at
/usr/src/sys/boot/i386/boot2/boot2.c at line 362. I get an undefined
error for RB_BOOTINFO, by adding #define RB_BOOTINFO 0x1f it worked.
Also it failed at sendmail.fc or something, I
John Baldwin wrote:
On 11-Nov-2003 Jason wrote:
I just wanted to let someone know that my buildworld fails at
/usr/src/sys/boot/i386/boot2/boot2.c at line 362. I get an undefined
error for RB_BOOTINFO, by adding #define RB_BOOTINFO 0x1f it worked.
Also it failed at sendmail.fc or something, I
TB --- 2003-11-11 19:41:26 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org
TB --- 2003-11-11 19:41:26 - starting CURRENT tinderbox run for i386/i386
TB --- 2003-11-11 19:41:26 - checking out the source tree
TB --- cd /home/des/tinderbox/CURRENT/i386/i386
TB --- /usr/bin/cvs -f -R -q -d/home/ncvs
On Tue, Nov 11, 2003 at 12:42:38PM -0500, John Baldwin wrote:
> On 11-Nov-2003 Stijn Hoop wrote:
> > I would be glad to supply other information if asked.
>
> Do you have ACPI enabled? If so, a probable fix will be committed shortly.
Yes I have. Turning it off made the problem disappear, but the
On November 10, 2003 12:44 pm, Soren Schmidt wrote:
> For me its just the server end that fails, I've not seen the client hang.
I'm having a bad NFS day... not sure if it is the same lockups described in
this thread. In fact perhaps I'm posting to the wrong group since the server
in questoin is
That seems to have done the job (v 1.48 of tcp_syncache.c). At least its
been up for nearly an hour which is a definate positive!
Thanks.
-Steve
- Original Message -
From: "Sam Leffler" <[EMAIL PROTECTED]>
To: "Steve Ames" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, November
On Mon, 2003-11-10 at 13:50, Bjoern Fischer wrote:
> Hello,
>
> there is a problem in ali_agp.c (both, -CURRENT and -STABLE): If I
> boot the generic kernel, it panics in agp_ali.c, when it tries to
> allocate memory for the gatt. Some simlpe tests showed, that the
> initial aperture size is repor
Getting a lock order reversal when the system first boots up. And this is the only
time it seems to happen.
Nov 11 15:16:31 cosmin kernel: lock order reversal
Nov 11 15:16:31 cosmin kernel: 1st 0xc1ee165c vm object (vm object) @
/usr/src/sys/vm/swap_pager.c:1323
Nov 11 15:16:31 cosmin kernel: 2
On 11-Nov-2003 John Hay wrote:
> Hmmm, I'll have to open it up to see if it has an AGP slot, but it is in
> the server room at work. :-/ Here is a dmesg with a kernel of about Nov 3.
>
> John
> --
> John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]
>
> pcib1: at device 1.0 on pci0
> pci1: on
On 11-Nov-2003 Jason wrote:
> John Baldwin wrote:
>
>>On 11-Nov-2003 Jason wrote:
>>
>>
>>>I just wanted to let someone know that my buildworld fails at
>>>/usr/src/sys/boot/i386/boot2/boot2.c at line 362. I get an undefined
>>>error for RB_BOOTINFO, by adding #define RB_BOOTINFO 0x1f it worke
On 11-Nov-2003 Eric Anholt wrote:
> On Mon, 2003-11-10 at 13:50, Bjoern Fischer wrote:
>> Hello,
>>
>> there is a problem in ali_agp.c (both, -CURRENT and -STABLE): If I
>> boot the generic kernel, it panics in agp_ali.c, when it tries to
>> allocate memory for the gatt. Some simlpe tests showed,
Florian C. Smeets wrote:
Hi!
I have a problem with an SMP machine. The motherboard is a bp6. Mostly
the machine already locksup during boot, it is not even resonding to
serial console. One time i was able to login, i could see (in top) that
[...]
To end this... Johns checkins from today seem t
Hi.
> I can lock the NFS server up every time simply by
> mounting the nfs partition
> (i'm using -t for tcp nfs and exporting with
> -maproot=0:0), and then running
> "iozone -a" on the nfs client box. It takes a while,
> but the 4.9-RELEASE box
> will always lock up solid eventually. Not good
On 31 Oct, Kelley Reynolds wrote:
> --- Original Message ---
> From: Matt Smith <[EMAIL PROTECTED]>
> Sent: Fri, 31 Oct 2003 08:55:49 +
> To: Robert Watson <[EMAIL PROTECTED]>
> Subject: Re: Still gettnig NFS client locking up
>
>> Robert Watson wrote:
>> > On Tue, 28 Oct 2003, Soren Schmidt w
Hi
I've just started playing with some D-link DWL-AG520 PCI adapters with the
Atheros 5212 chipset.
The one adapter is configured in hostap mode, and the other one as a client.
When I set the media option to a lower speed that the maximum, then it only
works for the adapter in client mode, but
On Mon, 2003-11-10 at 21:10, Jason wrote:
> Here is the error:
>
> drm0: port 0xa000-0xa0ff mem
> 0xec02-0xec02,0xe000-0xe7ff irq 10 at device 0.0 on pci2
> info: [drm] Initialized radeon 1.9.0 20020828 on minor 0
> error: [drm:radeon_cp_init] *ERROR* radeon_cp_init called withou
On Tuesday 11 November 2003 01:52 pm, Johann Hugo wrote:
> Hi
>
> I've just started playing with some D-link DWL-AG520 PCI adapters with the
> Atheros 5212 chipset.
>
> The one adapter is configured in hostap mode, and the other one as a
> client. When I set the media option to a lower speed that t
I'm getting the following message when transfering data to a freebsd-current server
via an nfs mount from another fbsd client.
malloc() of "64" with the following non-sleepable locks held:
exclusive sleep mutex inp r = 0 (0xc1d250ac) locked @
/usr/src/sys/netinet/udp_usrreq.c:378
The message
TB --- 2003-11-11 22:26:04 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org
TB --- 2003-11-11 22:26:04 - starting CURRENT tinderbox run for ia64/ia64
TB --- 2003-11-11 22:26:04 - checking out the source tree
TB --- cd /home/des/tinderbox/CURRENT/ia64/ia64
TB --- /usr/bin/cvs -f -R -q -d/home/ncvs
On Tue, 11 Nov 2003, cosmin wrote:
> I'm getting the following message when transfering data to a
> freebsd-current server via an nfs mount from another fbsd client.
>
> malloc() of "64" with the following non-sleepable locks held: exclusive
> sleep mutex inp r = 0 (0xc1d250ac) locked @
> /usr
On 11-Nov-2003 Jason wrote:
> Here is the error:
>
> drm0: port 0xa000-0xa0ff mem
> 0xec02-0xec02,0xe000-0xe7ff irq 10 at device 0.0 on pci2
> info: [drm] Initialized radeon 1.9.0 20020828 on minor 0
> error: [drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held
>
TB --- 2003-11-11 23:53:04 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org
TB --- 2003-11-11 23:53:04 - starting CURRENT tinderbox run for sparc64/sparc64
TB --- 2003-11-11 23:53:04 - checking out the source tree
TB --- cd /home/des/tinderbox/CURRENT/sparc64/sparc64
TB --- /usr/bin/cvs -f -R -q
On Tue, 11 Nov 2003, Tim Middleton wrote:
> The server is a P3-1ghz Intel STL2 box, with 1 gig of ram. Using the onboard
> fxp ethernet at 100baseTX. It is not using dhcp. Nothing much else is running
> on this server box as I'm just testing it. When the server locks the box can
> not even be ping
Don't crosspost -current and -questions. Thanks.
On Tue, 11 Nov 2003 [EMAIL PROTECTED] wrote:
>
> FreeBSD 5.1-CURRENT #0: Tue Oct 14 21:36:51 PDT 2003
>
> Recent CVSUP and portupgrade.
>
> # make installworld ; ls
> mkdir -p /tmp/install.yzJOG6oG
> for prog in [ awk cap_mkdb cat chflags chmod ch
On Tue, 11 Nov 2003, John Hay wrote:
> > >> >> > acpi0: on motherboard
Here's the mobo model.
you might check for a BIOS update...
--
Doug White| FreeBSD: The Power to Serve
[EMAIL PROTECTED] | www.FreeBSD.org
___
[EMA
Eric Anholt wrote:
On Mon, 2003-11-10 at 21:10, Jason wrote:
Here is the error:
drm0: port 0xa000-0xa0ff mem
0xec02-0xec02,0xe000-0xe7ff irq 10 at device 0.0 on pci2
info: [drm] Initialized radeon 1.9.0 20020828 on minor 0
error: [drm:radeon_cp_init] *ERROR* radeon_cp_init ca
I'm having trouble installing with the 5.1-CURRENT-20031110-JPSNAP
floppies I got off snapshots.jp.freebsd.org. First off, I tried to
create a new slice and it wants to use /dev/ad0p1. I don't believe the
p is correct. I tried again without changing the slices at all, and
when newfs ran the
On Wednesday 12 November 2003 00:54, Sam Leffler wrote:
> Not sure what you're trying to accomplish by setting the media when
> operating in hostap mode. It should be ignored, but I'm not sure exactly
> what will happen. Locking the tx rate on the client side makes more sense
> and should be hono
I'm not having any problems with my -CURRENT client. My server is
running 4.9-STABLE, so I can't comment on the state of the NFS server
code in -CURRENT. For what it's worth, my NFS usage is not very heavy,
and is mostly reading, with very little writing.
So far I only have problems in a mixed -
Thanks to all that replied.
I did have rev 1.153 of atapi-cd.c but was unable to rebuild because of
the RB_BOOTINFO thingy. Have re-cvsup'd and all is well reading the
CD, many thanks.
However what now isn't so well is upon every "reboot" and "shutdown"
just after the syncing disks and Uptime
Hello,
On recently compiled kernels, I often get panics which seemed to be interrupt related.
Among other things, almost all of them claims that "Kernel trap 30", which seemd to be
strange.
The kernel I am currently running, namely,
FreeBSD servers.frontfree.net 5.1-CURRENT FreeBSD 5.1-CURREN
Hi,
> On Sun, 09 Nov 2003 17:19:07 +0100
> Andre Oppermann <[EMAIL PROTECTED]> said:
oppermann> The patch is here (relative to -CURRENT as of 2003-11-09):
oppermann> http://www.nrg4u.com/freebsd/tcphostcache+ipfastforward-20031109.patch
The patch cannot be compiled:
cc -c -O -pipe -mar
Hi Andre,
Your patch applies just fine for me now on Oct 10th current
sources. Everything seems to be working fine on dual processor Dell
2500 with SMP kernel. This is a network backup machine. I don't see
any problems, just as fast as always and seems to be solid so far,
it has only been run
Hi,
> On Sun, 09 Nov 2003 17:19:07 +0100
> Andre Oppermann <[EMAIL PROTECTED]> said:
oppermann> The patch is here (relative to -CURRENT as of 2003-11-09):
oppermann> http://www.nrg4u.com/freebsd/tcphostcache+ipfastforward-20031109.patch
It panics at boot around invoking rtsol(8):
Fata
Hajimu UMEMOTO wrote:
>
> Hi,
>
> > On Sun, 09 Nov 2003 17:19:07 +0100
> > Andre Oppermann <[EMAIL PROTECTED]> said:
>
> oppermann> The patch is here (relative to -CURRENT as of 2003-11-09):
> oppermann> http://www.nrg4u.com/freebsd/tcphostcache+ipfastforward-20031109.patch
>
> The pat
Hi,
> On Tue, 11 Nov 2003 18:06:05 +0100
> Andre Oppermann <[EMAIL PROTECTED]> said:
oppermann> However there is a problem in netkey/key.c with the static variable
oppermann> ipsec_esp_auth which is unused if IPSEC_ESP is not defined.
Thanks. I've just committed to define ipsec_esp_auth
ork. :-^
The updated patch is here:
http://www.nrg4u.com/freebsd/tcphostcache+ipfastforward-2003.patch
If you could try again please?
--
Andre
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
ann> pointer route which obviously doesn't work. :-^
oppermann> The updated patch is here:
oppermann> http://www.nrg4u.com/freebsd/tcphostcache+ipfastforward-2003.patch
oppermann> If you could try again please?
It panics at another point on boot.
panic: page fault
panic m
Ken Menzel wrote:
>
> Hi Andre,
>Your patch applies just fine for me now on Oct 10th current
> sources. Everything seems to be working fine on dual processor Dell
> 2500 with SMP kernel. This is a network backup machine. I don't see
> any problems, just as fast as always and seems to be sol
we have to free the allocated route. It was trying to free a null
> oppermann> pointer route which obviously doesn't work. :-^
>
> oppermann> The updated patch is here:
>
> oppermann> http://www.nrg4u.com/freebsd/tcphostcache+ipfastforward-2003.patch
>
> opper
TB --- 2003-11-12 05:00:01 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org
TB --- 2003-11-12 05:00:01 - starting CURRENT tinderbox run for alpha/alpha
TB --- 2003-11-12 05:00:01 - checking out the source tree
TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha
TB --- /usr/bin/cvs -f -R -q -d/home/
>
> > > >> >> > acpi0: on motherboard
>
> Here's the mobo model.
>
> you might check for a BIOS update...
Nope, I'm running the latest - 1008.
John
--
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists
On Tue, Nov 11, 2003 at 09:09:28AM -0800, [EMAIL PROTECTED] wrote:
> cd /usr/src; make -f Makefile.inc1 hierarchy
> cd /usr/src/etc;make distrib-dirs
> mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p /
>
>
> That's where it hangs, any help?
Which process is running? What sta
95 matches
Mail list logo