I'm about to commit KSE milestone 2.
I need to complete the merge over the whole kernel tree plus a few other parts.
And I need to see a "make world" complete and run.
If I have to keep re-doing this because people are committing,
I'll never get there, because it's a 2 hour cycle
At the ris
On Wed, Sep 12, 2001 at 10:57:31AM +0900, Kazutaka YOKOTA wrote:
> Please send ENTIRE output, if possilbe, rather than partial exerpt.
> Also send "boot -v" output when the acpi module is not loaded.
> Please also tell which motherboard you have.
> It would be also useful to dump ACPI data blocks
Please send ENTIRE output, if possilbe, rather than partial exerpt.
Also send "boot -v" output when the acpi module is not loaded.
Please also tell which motherboard you have.
It would be also useful to dump ACPI data blocks using acpidump(8).
>Here's some more info on my ps/2 mouse problems I ma
On Tue, 11 Sep 2001, Garrett Wollman wrote:
> <
>said:
>
> > Peter, Matt and I, (and a bunch of testers)
> > have been banging on the KSE kernel for two weeks now.
> > The state of the patch is:
> > Everything runs except nwfs and smbfs (my head hurts whe I read them)
>
> I'm glad to see tha
Here's some more info on my ps/2 mouse problems I managed to dig up
from boot -v and some other errors I wanted ot know if I should worry
about.
atkbdc0: port 0x64,0x60 irq 1 on acpi0
atkbd0: flags 0x1 irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0047
atkbd: keyboard ID 0x
On Tue, Sep 11, 2001 at 12:36:54PM +0900, Kazutaka YOKOTA wrote:
> It now appears that some IBM ThinkPad models assign a distinct PnP ID
> to the PS/2 mouse port.
I don't have an IBM ThinkPad, but my ps/2 mouse no longer works with
a current as of yesterday.
>
> If you have ThinkPad and its
On Tue, 11 Sep 2001, Bob Bishop wrote:
> Hi,
>
> At 15:32 -0400 11/9/01, Garrett Wollman wrote:
> >I'm glad to see that, with a little help, you've managed to get the
> >code into good-enough shape to make this work out. This is an
> >important unit of functionality for FreeBSD 5.0 and I than
At 12:57 PM -0700 9/11/01, Julian Elischer wrote:
>The state of the patch is:
>Everything runs except nwfs and smbfs (my head hurts whe I read them)
>
>We will be committing this in the next day or so, as we have really hit
>a dead end as far as how far we can go without doing this.
>
>We expect t
kern.module_path seems to be incorrect in my fresh
install of -CURRENT. As a result, kernel modules
are not loading.
This value is set in /boot/defaults/loader.conf as
module_path="/boot/kernel;/boot/modules;/modules"
but apparently should read:
module_path="/boot/kernel/;/boot/modules/;/modu
Hi,
At 15:32 -0400 11/9/01, Garrett Wollman wrote:
>I'm glad to see that, with a little help, you've managed to get the
>code into good-enough shape to make this work out. This is an
>important unit of functionality for FreeBSD 5.0 and I thank you and
>Matt and Peter for all the work you've done
On Tue, 11 Sep 2001 13:05:57 -0700, "David O'Brien" <[EMAIL PROTECTED]> said:
> Why are you using the client from isc-dhcp2 when that is the
> same client in the base system?
In fact, having looked at my rc.conf now, I am using the one from the
base system.
--
Michael D. Harnois
On Tue, Sep 11, 2001 at 01:28:12PM -0500, Michael Harnois wrote:
> For the last five days or so, dhclient from isc-dhcp2 has not worked
> with -current on my machine. It reports "dc0: not found". Some others
> reported a similar problem with postfix which was cured by
> recompiling. The same solut
< said:
> Peter, Matt and I, (and a bunch of testers)
> have been banging on the KSE kernel for two weeks now.
> The state of the patch is:
> Everything runs except nwfs and smbfs (my head hurts whe I read them)
I'm glad to see that, with a little help, you've managed to get the
code into good-e
Peter, Matt and I, (and a bunch of testers)
have been banging on the KSE kernel for two weeks now.
The state of the patch is:
Everything runs except nwfs and smbfs (my head hurts whe I read them)
We will be committing this in the next day or so, as we have really hit
a dead end as far as how far
For the last five days or so, dhclient from isc-dhcp2 has not worked
with -current on my machine. It reports "dc0: not found". Some others
reported a similar problem with postfix which was cured by
recompiling. The same solution does not work with dhclient.
--
Michael D. Harnois
Well, FreeBSD-CURRENT will have bugs... That's why it's -CURRENT and not
-STABLE
Ken
On Mon, 10 Sep 2001, Liu Siwei wrote:
> Hi,all:
> Do you run freebsd-current? what current? I make a
> clean SNAP of freebsd-current through make release.
> And make a CD. I install freebsd-current from my
On 10 Sep 2001, Dag-Erling Smorgrav wrote:
> It's not just linux_sendsig() - I get this panic even when not running
> Linux programs:
> ...
> #10 0xc01a529d in panic (fmt=0xc02a9d20 "blockable sleep lock (%s) %s @ %s:%d")
> at ../../../kern/kern_shutdown.c:657
> #11 0xc01c5432 in witness_lock
John Baldwin <[EMAIL PROTECTED]> wrote:
> Yes, I've seen this. I'm betting it is timing related, and that dfr's fix to
> pmap.c will fix this.
Indeed it is gone now. "make installworld" works fine without cp.
--
Christian "naddy" Weisgerber [EMAIL PROTECTED]
To Uns
On 10 Sep, David Hill wrote:
[-current is slow]
>
> FreeBSD-current, by default, has debugging turned on in the kernel. Try
> recompiling your kernel without the debugging options, and it should work
> very quickly.
Just put this symlink into /etc and try again.
(2) netchild@ttyp1 % ll /etc/ma
I don't think this is just my system, and no binutils changes have been made
recently, (and the disk is NOT full, anywhere near), and noone else has
complained about a related build problem either:
--
cd /usr/src/usr.sbin/con
On Tue, Sep 11, 2001 at 00:25:34 -0700, Peter Wemm wrote:
>
> Also, check that the kern.module_path sysctl has got a trailing / on
> each component.You can do a 'ktrace kldload msdosfs' and you should be
> able to see the path searching for linker.hints and the .ko files
> as NAMI calls.
>
Th
On Tue, Sep 11, 2001 at 00:25:34 -0700, Peter Wemm wrote:
>
> Also, check that the kern.module_path sysctl has got a trailing / on
> each component.You can do a 'ktrace kldload msdosfs' and you should be
> able to see the path searching for linker.hints and the .ko files
> as NAMI calls.
ker
Dear Friend
Sept 2001 Newsletter
Here is another way for your organization to raise money in a painless way
Cash rebates of up to 30% from BenefitsAll become welcome donations to your
organization when your members shop online with Borders, Disney, Dell, Gap, Esprit and
300 plus retailers
23 matches
Mail list logo