-On [2203 08:00], Kenneth Wayne Culver ([EMAIL PROTECTED]) wrote:
>It appears that the de0 driver needs to be slightly updated... just
>letting someone know in case nobody had noticed..
pci_compat.c and isa_compat.c contains lists of the drivers which need
to be updated. We're quite aware. ;
On Wed, Feb 02, 2000 at 05:22:28PM -0500, Jim Bloom wrote:
> Ruslan Ermilov wrote:
> >
> > texinfo is already in bootstrap tools. The problem is that we do not have
> > such a thing like `install' tools. Apparently, every tool we are using
> > at installworld stage, should be compiled `static'
>When committing the patch to get suspend to work I managed to forget to
>commit the parts for pci/[ou]hci_pci.c. The patch is given below. It
>should make your devices suspend.
I tested Nick's big-patchset.
http://www.etla.net/~n_hibma/usb/USB-patch-CURRENT
Without this patch, I ca
On Tue, 1 Feb 2000, Edwin Culp wrote:
> Marc Schneiders wrote:
> > Some problems have disappeared, some remain, to wit:
> >
> > /kernel: cmd ntpd pid 86 tried to use non-present sched_get_priority_max
> > /kernel: cmd ntpd pid 86 tried to use non-present sched_setscheduler
> > ntpd [86]: sched_set
At 23:30 1/02/00 +0100, Andreas Klemm wrote:
>Problems to install parts of -current after make world
>(upgrade from 3.4-STABLE to 4.0)
>
>I wanted to install config to make a new kernel.
>
>As soon as I do a
> cd config
> make install
>I get
> install -c -s -o root -g wheel
It appears that the de0 driver needs to be slightly updated... just
letting someone know in case nobody had noticed..
de0: port 0xe400-0xe47f mem 0xea001000-0xea00107f
irq 10 at device 19.0 on pci0
de0: 21140A [10-100Mb/s] pass 2.2
de0: address 00:c0:f0:1f:21:02
de0: driver is using old-style c
In message <[EMAIL PROTECTED]> Andreas Klemm writes:
: a) Xircom Card isn't detected
:
: Though I get a message during boot:
: devclass_alloc_unit: xe0 already exists, using next available unit number
:
: Ejecting and reinserting doesn't cure the problem.
Known problem. I'm working on a sol
In message <[EMAIL PROTECTED]> Alex writes:
: Many thanks for your explanation. The question is why PNPBIOS tries to
: attach and assign resources to devices that have already been attached
: (things like AT DMA controller, keyboard controller, math coprocessor,
: printer port, etc.) Is it not
Dear Warner,
Many thanks for your explanation. The question is why PNPBIOS tries to
attach and assign resources to devices that have already been attached
(things like AT DMA controller, keyboard controller, math coprocessor,
printer port, etc.) Is it not smart enough to figure it out?And
On Wed, 2 Feb 2000, Glendon M. Gross wrote:
>
> I have been stuck for a few weeks even though I cvsup the latest
> sources... but I tried
>
> make -k world
>
> and it got me out of my slump. Seems to be proceeding fine.
> What does the -k switch do? --Glen Gross
it says to ignore any err
On Wed, 2 Feb 2000, Wes Peters wrote:
> Alex Zepeda wrote:
> >
> > On Sun, 30 Jan 2000, kibbet wrote:
> >
> > > /me looks at the bunch of 386 mobo's... lets not go there.. :)
> >
> > /me looks at the stack of 386sx chips he has and wonders why no-one did 8
> > way SMP with these!
>
> /me reca
Alex Zepeda wrote:
>
> On Sun, 30 Jan 2000, kibbet wrote:
>
> > /me looks at the bunch of 386 mobo's... lets not go there.. :)
>
> /me looks at the stack of 386sx chips he has and wonders why no-one did 8
> way SMP with these!
/me recalls a 32-processor Sequent box, all 386/25s, in the test la
This patch fixes the problem for me. Thanks!!!
-Brian
> On Sun, Jan 30, 2000 at 02:42:39PM -0500, Brian Dean wrote:
> >
> >
> >For what its worth, I am able to reproduce this problem on my system.
>
> Would you mind trying this patch before I send it to Jordan?
>
> Index: lpt.c
>
auth 17836b14 unsubscribe freebsd-current [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Return-Path: <[EMAIL PROTECTED]>
Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18])
by tiberius.accn.org (8.9.3/8.9.3) with ESMTP id VAA19691
for <[EMAIL PROTECTED]>; Sat, 8 Jan 2000 21:41:42 -0500 (EST)
Received: by hub.freebsd.org (Postfix, from userid 538)
id A54E11529C; Sat,
Return-Path: <[EMAIL PROTECTED]>
Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18])
by tiberius.accn.org (8.9.3/8.9.3) with ESMTP id VAA19104
for <[EMAIL PROTECTED]>; Sat, 8 Jan 2000 21:30:36 -0500 (EST)
Received: by hub.freebsd.org (Postfix, from userid 538)
id A62CD151BB; Sat,
On Wed, 2 Feb 2000, Alexander Langer wrote:
> Thus spake The Hermit Hacker ([EMAIL PROTECTED]):
>
> > ===> lib/libcom_err/doc
> > install-info --quiet --defsection="Programming & development tools."
>--defentry="* libcom_err: (com_err).A Common Error Description Library for
>UNIX."
On Wed, Feb 02, 2000 at 04:48:18PM -0500, Ray Kohler wrote:
> On Wed, Feb 02, 2000 at 09:54:04PM +0100, Andreas Klemm wrote:
> > b) Can't mount cdrom
> >
> > mount /cdrom
> > Device busy
> >
> > But I'm not under /cdrom and doesn't have a CD mounted
>
> I always get "Device busy" if I t
On Wed, Feb 02, 2000 at 10:06:56PM +0100, Soren Schmidt wrote:
> It seems Andreas Klemm wrote:
> >
> > b) Can't mount cdrom
> >
> > mount /cdrom
> > Device busy
>
> Have you upgraded you /dev entries ??
Sorry, pointy hat party here ... no cdrom was inserted :-(
I thought it was still i
Ruslan Ermilov wrote:
>
> texinfo is already in bootstrap tools. The problem is that we do not have
> such a thing like `install' tools. Apparently, every tool we are using
> at installworld stage, should be compiled `static' at buildworld stage,
> and then these tools should be used at install
On Wed, Feb 02, 2000 at 15:11:16 -0700, Wes Peters wrote:
> "Kenneth D. Merry" wrote:
> >
> > On Wed, Feb 02, 2000 at 13:03:09 -0500, Thomas Stromberg wrote:
> > > We're currently looking at upgrading several of our FreeBSD servers
> > > (dual PIII-600's, 66MHz PCI) and some Sun Ultra's to Gigabi
[Bcc'ed to -current for testers]
Hi!
The -current bsd.lib.mk is seriously broken, PRECIOUSLIB does not work
since rev 1.88. The attached patch fixes the problem. If we apply it,
the second patch (to Makefile.inc1) will be required for non-root
buildworlds, otherwise it will fail at "stage 4: b
On Sun, Jan 30, 2000 at 02:42:39PM -0500, Brian Dean wrote:
>
>
>For what its worth, I am able to reproduce this problem on my system.
Would you mind trying this patch before I send it to Jordan?
Index: lpt.c
===
RCS file: /home/ncv
Would someone please look at kern/14217 to maybe be included in
4.0-STABLE? I know, I should have asked last week but it just occurred to
me now.
Thank you, Jamie
--
Jamie Howard
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
"Kenneth D. Merry" wrote:
>
> On Wed, Feb 02, 2000 at 13:03:09 -0500, Thomas Stromberg wrote:
> > We're currently looking at upgrading several of our FreeBSD servers
> > (dual PIII-600's, 66MHz PCI) and some Sun Ultra's to Gigabit Ethernet.
> > We plan to hook these machines into our Cisco Cataly
On Wed, Feb 02, 2000 at 02:40:06PM -0400, The Hermit Hacker wrote:
>
> Been following the thread, and dove in today to do it. Remembered to do
> the 'xinstall' upgrade, ps and all the 'kvm related' utils work great ...
>
> now, make installworld fails at:
>
> ===> lib/libcom_err/doc
> install-
On Wed, Feb 02, 2000 at 09:54:04PM +0100, Andreas Klemm wrote:
> b) Can't mount cdrom
>
> mount /cdrom
> Device busy
>
> But I'm not under /cdrom and doesn't have a CD mounted
I always get "Device busy" if I try to mount a CD without one in the
drive, but it works if I actually put
It seems Andreas Klemm wrote:
>
> b) Can't mount cdrom
>
> mount /cdrom
> Device busy
Have you upgraded you /dev entries ??
> # Device Mountpoint FStype Options DumpPass#
> /dev/wd0s2b noneswapsw 0 0
> /dev
On Wed, Feb 02, 2000 at 12:16:41AM +0100, Arjan de Vet wrote:
> I did it after I upgraded to 4.0-current. The old 3.4-stable rc scripts
> may give some small warnings but these are harmless.
Worked for me, thanks !
On Wed, Feb 02, 2000 at 12:04:55AM -0800, Kris Kennaway wrote:
> Before, because
On Tue, Feb 01, 2000 at 10:22:42PM +0100, Arjan de Vet wrote:
> - fresh reboot, xl0 gets its IP address via DHCP and ipf filter rules
> get loaded with a small script:
>
> # flush all rules
> ipf -D
> # enable ipmon
> ipmon -s &
> # load rules
> ipf -f /etc/ipf.conf
>
On 2000-Feb-02 19:07:10 +1100, Bruce Evans <[EMAIL PROTECTED]> wrote:
>On Wed, 2 Feb 2000, Ollivier Robert wrote:
>> Wouldn't work. Autoconf finds the sched_* functions regardless of their
>> presence in the kernel config. file. Autoconf is a compile-time utility
>> whereas we'd need something mor
On Wed, Feb 02, 2000 at 03:07:13PM -0500, Brandon Gale wrote:
> I was under the impression that although the driver functions properly, the
> speed is still at 80MB/sec, and not the full 160MB/sec. Correct?
I can't say as there are only U2 drives connected.
--
B.Walter COSMO-P
Thus spake The Hermit Hacker ([EMAIL PROTECTED]):
> ===> lib/libcom_err/doc
> install-info --quiet --defsection="Programming & development tools." --defentry="*
>libcom_err: (com_err).A Common Error Description Library for UNIX."
>com_err.info /usr/share/info/dir
> install-info: unre
On Wed, Feb 02, 2000 at 02:40:06PM -0400, The Hermit Hacker wrote:
> ===> lib/libcom_err/doc
> install-info --quiet --defsection="Programming & development tools." --defentry="*
>libcom_err: (com_err).A Common Error Description Library for UNIX."
>com_err.info /usr/share/info/dir
> i
Been following the thread, and dove in today to do it. Remembered to do
the 'xinstall' upgrade, ps and all the 'kvm related' utils work great ...
now, make installworld fails at:
===> lib/libcom_err/doc
install-info --quiet --defsection="Programming & development tools." --defentry="*
libco
subscribe
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
David O'Brien wrote:
>
> On Wed, Feb 02, 2000 at 09:50:16AM -0500, Mike Heffner wrote:
> > Do a buildworld in /usr/src, then cd usr.bin/xinstall and do a make install.
> > Then you should be able to go back into /usr/src and do an installworld.
>
> Too much cd'ing and typing.
>
> make build
>
> > I never liked the unknown driver. I vote we kill it and let
> > isa_probe_nomatch() deal with things. (I'll have to write
> > isa_probe_nomatch() but I don't see that as a problem.)
>
> I'll dig out my patches for that area and send you a copy.
>
> We do need something when we use PNPBI
thanks for the reminder about -k David ... had totally forgotten about
that ...
On Wed, 2 Feb 2000, David O'Brien wrote:
> On Wed, Feb 02, 2000 at 09:50:16AM -0500, Mike Heffner wrote:
> > Do a buildworld in /usr/src, then cd usr.bin/xinstall and do a make install.
> > Then you should be able
On Wed, Feb 02, 2000 at 09:50:16AM -0500, Mike Heffner wrote:
> Do a buildworld in /usr/src, then cd usr.bin/xinstall and do a make install.
> Then you should be able to go back into /usr/src and do an installworld.
Too much cd'ing and typing.
make buildowrld
make -k installworld
mak
On Wed, Feb 02, 2000 at 06:53:59PM +0100, Alexander Langer wrote:
> http://bento.freebsd.org/errorlogs/4-full/gma-0.5.log
>
> David? g++ is yours, you should know this better. Is this a bug of the
> port?
Errr. You might want to word your email slightly different.
Anyway, if you look at this li
On Wed, Feb 02, 2000 at 11:00:56AM +0900, Osamu MIHARA wrote:
> Is anybody here working on driver for AIC-7899, Ataptec's Ultra160
> SCSI controller???
It's working fine here:
ahc1: port 0xb400-0xb4ff mem
0xdf80-0xdf800fff irq 11 at device 12.0 on pci0
OptionMode = 3
ahc1: aic7892 Wide Chan
On Wed, Feb 02, 2000 at 13:03:09 -0500, Thomas Stromberg wrote:
> We're currently looking at upgrading several of our FreeBSD servers
> (dual PIII-600's, 66MHz PCI) and some Sun Ultra's to Gigabit Ethernet.
> We plan to hook these machines into our Cisco Catalyst 5000 server. They
> will most like
In article <[EMAIL PROTECTED]>, Jim Bloom <[EMAIL PROTECTED]> wrote:
> John Polstra wrote:
> >
> > Why are you addressing mail to [EMAIL PROTECTED]? The correct
> > address to use is [EMAIL PROTECTED]
>
> Because I replied to a message I received which had
> [EMAIL PROTECTED] The message orig
We're currently looking at upgrading several of our FreeBSD servers
(dual PIII-600's, 66MHz PCI) and some Sun Ultra's to Gigabit Ethernet.
We plan to hook these machines into our Cisco Catalyst 5000 server. They
will most likely move to be running FreeBSD 4.x by the time that we
actually get our b
Please see:
http://bento.freebsd.org/errorlogs/4-full/gma-0.5.log
I can reproduce this error.
What I wonder is, if this is problem of this port, or of the include
files.
David? g++ is yours, you should know this better. Is this a bug of the
port?
Thanks
Alex
--
I doubt, therefore I might be
On Wed, Feb 02, 2000 at 11:54:50AM -0500, Jim Bloom wrote:
> No, I don;t have the log. It has been overwritten by a newer copy.
>
> I looked into PRECIOUSLIB. It appears to be broken in
> /usr/share/mk/bsd.lib.mk. Review this excerpt from the file:
>
[...]
>
> First, _SHLINSTALLFLAGS is used
John Polstra wrote:
>
> In article <[EMAIL PROTECTED]>, Jim Bloom <[EMAIL PROTECTED]> wrote:
> > Will someone please put an MX record up for hub.freebsd.org so it's mail
> > gets rerouted. I have mail queued up for delivery to there.
>
> Why are you addressing mail to [EMAIL PROTECTED]? The c
On Wed, Feb 02, 2000 at 13:06:36 +0100, Alexander Leidinger wrote:
> Hi,
>
> today I've got
>
> (da0:ahc0:0:0:0): SCB 0xb - timed out in Data-in phase really in Data-in phase 44,
>SEQADDR == 0x113
> (da0:ahc0:0:0:0): BDR message in message buffer
> (da0:ahc0:0:0:0): SCB 0xb - timed out in Data-
No, I don;t have the log. It has been overwritten by a newer copy.
I looked into PRECIOUSLIB. It appears to be broken in
/usr/share/mk/bsd.lib.mk. Review this excerpt from the file:
.if defined(PRECIOUSLIB) && !defined(NOFSCHG)
SHLINSTALLFLAGS+= -fschg
.endif
_INSTALLFLAGS:= ${INSTALLFLAGS}
In article <[EMAIL PROTECTED]>, Jim Bloom <[EMAIL PROTECTED]> wrote:
> Will someone please put an MX record up for hub.freebsd.org so it's mail
> gets rerouted. I have mail queued up for delivery to there.
Why are you addressing mail to [EMAIL PROTECTED]? The correct
address to use is [EMAIL P
In article <[EMAIL PROTECTED]>,
Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Wed, 2 Feb 2000, Maxim Sobolev wrote:
>
> > What happed with much-advertised by Polstra cvsup8.freebsd.org cvsup mirror?
>
> He advertised shortly thereafter that it had died :-)
Not "died." Taken out of service tem
On Wed, Feb 02, 2000 at 10:53:49AM -0500, Jim Bloom wrote:
> Ruslan Ermilov wrote:
> >
> > On Tue, Feb 01, 2000 at 02:51:11PM -0500, Jim Bloom wrote:
> > > I did the following and it worked for me:
> > >
> > > cd /usr/src
> > > make buildworld
> > > make installworld
> > >
[Cc'ed to freebsd-current : I earnestly hope you don't mind Arjan]
On Tue, Feb 01, 2000 at 10:25:46PM +0100, Arjan de Vet wrote:
>
> I'm current using a -current of Jan 22.
>
> >With user PPP on tun0 and kernel PPP on ppp0 there seem to be no
> >problems, so far. If something comes up after to
Ruslan Ermilov wrote:
>
> On Tue, Feb 01, 2000 at 02:51:11PM -0500, Jim Bloom wrote:
> > I did the following and it worked for me:
> >
> > cd /usr/src
> > make buildworld
> > make installworld
> > cd /usr/src/usr.bin/xinstall
> > make install
> > cd /usr/src
>
On Tue, Feb 01, 2000 at 02:51:11PM -0500, Jim Bloom wrote:
> I did the following and it worked for me:
>
> cd /usr/src
> make buildworld
> make installworld
> cd /usr/src/usr.bin/xinstall
> make install
> cd /usr/src
> make installworld
>
> The first mak
On 02-Feb-2000 [EMAIL PROTECTED] wrote:
| In UPDATING, we have the note:
|
| 2129:
| {set,get}flags have been added to the tree for rather dubious
| reasons. An unintended side effect of this is that you must
| rebuild install before the rest of the world
Martin Cracauer wrote:
> It seem hardwiring SCSI devices is broken in -current:
>
> LINT seems to recommend:
>
> device ahc
> device scbus0 at ahc0
> device scbus1 at ahc1 bus 0
>
> device sa0 at scbus1 target 4
> device
In UPDATING, we have the note:
2129:
{set,get}flags have been added to the tree for rather dubious
reasons. An unintended side effect of this is that you must
rebuild install before the rest of the world.
cd src/usr.bin/xinstall
make d
Will someone please put an MX record up for hub.freebsd.org so it's mail
gets rerouted. I have mail queued up for delivery to there.
Jim Bloom
[EMAIL PROTECTED]
Matthew Dillon wrote:
>
> :
> :On Tuesday, 1 February 2000 at 18:49:22 -0800, Matthew Dillon wrote:
> :> Did someone do somethin
Hi,
today I've got
(da0:ahc0:0:0:0): SCB 0xb - timed out in Data-in phase really in Data-in phase 44,
SEQADDR == 0x113
(da0:ahc0:0:0:0): BDR message in message buffer
(da0:ahc0:0:0:0): SCB 0xb - timed out in Data-in phase really in Data-in phase 54,
SEQADDR == 0x113
(da0:ahc0:0:0:0): no longer
This reminds me of a simpler way to do it in the current situation. In
all cases except crossbuilding and running the install on the build host
with DESTDIR=/mount_point, The folowing command should work:
make installworld INSTALL=/usr/obj/usr/src/usr.bin/xinstall/xinstall
Jim Bloom
[E
On Wed, Feb 02, 2000 at 09:58:00AM +0600, Max Khon wrote:
> > What's the right thing then?
>
> make buildworld; cd /usr/src/usr.bin/xinstall; make depend all install
> and then, make installworld
IMHO,
make buildworld
make -k installworld
make installworld
is better and does a mor
On Tue, Feb 01, 2000 at 04:23:32PM +0200, Maxim Sobolev wrote:
> I've discovered strange thing - when I'm doing fresh installworld (i.e. make
> DESTDIR=/foo/bar installworld) then include files in
> /foo/bar/usr/include/readline/ are not being installed.
G. I'll fix this in the next few days
Hi there,
... I have an SMP-box (dual PPro, Natoma, mptable output attached) running
-current (with src/sys/dev/sym/sym_hipd.c,v 1.4 2000/01/08 19:58:17)
from around 2000/01/22.
The machine was running a 'ca. mid 1999' -current/SMP happily
for the last few months. I did the upgrade (fresh
On Wed, 2 Feb 2000, Maxim Sobolev wrote:
> What happed with much-advertised by Polstra cvsup8.freebsd.org cvsup mirror?
He advertised shortly thereafter that it had died :-)
Kris
"How many roads must a man walk down, before you call him a man?"
"Eight!"
"That was a rhetorical question!"
"
What happed with much-advertised by Polstra cvsup8.freebsd.org cvsup mirror?
-Maxim
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
It seem hardwiring SCSI devices is broken in -current:
LINT seems to recommend:
device ahc
device scbus0 at ahc0
device scbus1 at ahc1 bus 0
device sa0 at scbus1 target 4
device sa1 at scbus1 target 5
device
On Wed, 2 Feb 2000, Ruslan Ermilov wrote:
> On Wed, Feb 02, 2000 at 01:47:25PM +1100, Bruce Evans wrote:
> > Simpler method: build and install the host xinstall static (NOSHARED=yes)
> > before running installworld. It's too late to do this after installworld
> > corrupts the host's includes and
In message <[EMAIL PROTECTED]> Osamu MIHARA writes:
: Is anybody here working on driver for AIC-7899, Ataptec's Ultra160
: SCSI controller???
I thought that Justin just did commits for this.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of
On Tue, 1 Feb 1900, I am not any sort of Fluffy wrote:
Please fix your mailer. It is over 100 years old.
Kris
"How many roads must a man walk down, before you call him a man?"
"Eight!"
"That was a rhetorical question!"
"Oh..then, seven!" -- Homer Simpson
To Unsubscribe: send mail to [EM
On Wed, 2 Feb 2000, Ollivier Robert wrote:
> According to Bruce Evans:
> > ntp should use the POSIX feature test macros for these functions.
> > Unfortunately, it uses autoconfig, and we turn this into hard coded
> > configuration by committing the generated config.h file as a source
> > file.
>
On Tue, 1 Feb 2000, Andreas Klemm wrote:
> One additional question... What would be the best time to update
> /etc after an update from 3.4-STABLE to 4.0-current ?
>
> - prior or
> - after booting freshly compiled updated system ?
Before, because (in general) it may not boot to multiuser mode a
It seems Alex wrote:
>
> Mike, I couldn't find your fix in the commit logs - perhaps someone else
> committed it? Do you have the revision number? The problem still
> persists:
>
> ata1-slave: ata_command: timeout waiting for intr
> ata1-slave: identify failed
> ad0: 6194MB [13424/15/63] at a
On Tue, 1 Feb 2000, Guido van Rooij wrote:
> ipfstat and its friends (ipf, ipnat and ipmon) now live in /sbin
> It might be you are using an old version (these programs used to live in
> /usr/sbin but are moved to /sbin to be able to use them early atr
> system startup).
Aha! This looks to be th
75 matches
Mail list logo