In message <[EMAIL PROTECTED]>, "tony" writes:
>My time clock seems to do two ticks for every one that it should do. I'm not
>sure where to start on fixing this. I had 4.7 installed and did a clean
>install of 5.0 release thats when I noticed the time keeping weirdness.. it
>always kept time perfec
(panic string got lost because the serial console wasn't connected at
the time)
db> trace
Debugger(c02f7be1,1,c412e8fc,2,c0351380) at Debugger+0x50
panic(c02f7160,4c,c0351380,c1502ee0,0) at panic+0x88
propagate_priority(c1502ee0,0,553,c02fb9d3,0) at propagate_priority+0x1ad
_mtx_lock_sleep(c035138
I have a hostap box that lives under my stairs with:
wi0: mem 0xffbef000-0xffbe irq 11 at device 11.0 on
pci0
wi0: 802.11 address: 00:05:5d:ee:23:57
wi0: using RF:PRISM2.5 MAC:ISL3874A(Mini-PCI)
wi0: Intersil Firmware: Primary (1.0.7), Station (1.3.5)
wi0: supported rates: 1Mbps 2Mbps 5.5Mbps
--
>>> Rebuilding the temporary build tree
--
>>> stage 1: bootstrap tools
--
>>> stage 2: cleaning up the object tree
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
I've prepared a patch that brings the ATA driver to the next level.
This is mainly to prepare for other platforms which demanded
some changes to the driver infrastructure.
It also fixes lots of outstanding problems and adds support several
new chipsets including SiS (thanks to Christoph Kukulies
On (2003/02/13 14:00), Soeren Schmidt wrote:
> I've prepared a patch that brings the ATA driver to the next level.
You've brought ata in under cam? ;-)
*duck*
Sorry, couldn't resist.
Ciao,
Sheldon.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body o
It seems Sheldon Hearn wrote:
> On (2003/02/13 14:00), Soeren Schmidt wrote:
>
> > I've prepared a patch that brings the ATA driver to the next level.
>
> You've brought ata in under cam? ;-)
That wouldn't be forward moving now would it ?
> Sorry, couldn't resist.
Ditto.
-Søren
To Unsubscrib
Thus spake Soeren Schmidt <[EMAIL PROTECTED]>:
> I've prepared a patch that brings the ATA driver to the next level.
>
> This is mainly to prepare for other platforms which demanded
> some changes to the driver infrastructure.
>
> It also fixes lots of outstanding problems and adds support severa
It seems David Schultz wrote:
> Thus spake Soeren Schmidt <[EMAIL PROTECTED]>:
> > I've prepared a patch that brings the ATA driver to the next level.
> >
> > This is mainly to prepare for other platforms which demanded
> > some changes to the driver infrastructure.
> >
> > It also fixes lots of
I built world with the new gcc3.2.2, and trid to upgrade my kdelibs.
It's producing the following errors regarding ld-elf.so.1
rm -f htmlpageinfo.cc.temp ;\
if test "$ret" = 0; then echo '#include "htmlpageinfo.moc"' >> htmlpageinfo.cc;
else rm -f htmlpageinfo.cc ; exit $ret ; fi
/usr/libexec/ld-
--- Tony Harverson <[EMAIL PROTECTED]> wrote:
> Good morning,
>
> I'm noticing a problem which is probably related on my -current box. It
> seems to no longer be able to sync before shutting down. The config
> file for the kernel is attached to this message. When I shut it down,
> the final syn
Booting [/boot/kernel/kernel]...
Entering /boot/kernel/kernel at 0xfc33a400...
sio1: gdb debugging port
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reser
Dag-Erling Smorgrav writes:
> Memory modified after free 0xfc7b6000(8184)
> panic: Most recently used by none
It might be interesting to add some printfs to see what the value
is currently, vs what was expected, and where in the zone the
modification happened..
This is a UP box right?
Andrew Gallatin <[EMAIL PROTECTED]> writes:
> This is a UP box right?
Yes, a PWS 600au.
DES
--
Dag-Erling Smorgrav - [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Dag-Erling Smorgrav writes:
> Andrew Gallatin <[EMAIL PROTECTED]> writes:
> > This is a UP box right?
>
> Yes, a PWS 600au.
>
OK, good.. ;) There had been SMP problems with the UMA debug code a
long time ago.
Drew
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-
Hi all,
I've tested 5.0R and CURRENT from today on this server and it
crashes in sysinstall.
Message is:
Fatal error: invalid realloc size of 0! Press key to reboot.
I can prepare the install fine, newfs works and the box
begins to install packets. After a while the message appears.
It happen
This patch makes usbd track a dynamic number of devices using a list
instead of the static array of 4 devices. It's implemented as a list
but it's very easy to change.
--
Adam Migus - Research Scientist
Network Associates Laboratories (http://www.nailabs.com)
TrustedBSD (http://www.trustedbsd.org)
On Thu, 13 Feb 2003, Adam Migus wrote:
:This patch makes usbd track a dynamic number of devices using a list
:instead of the static array of 4 devices. It's implemented as a list
:but it's very easy to change.
Does this list want a lock to protect it? I am unfamiliar with usb
locking at the mom
Me too, so if it does require one someone please tell me. I obviously
read the code and from my understanding no locking is fine but I
could be wrong.
On Thu, Feb 13, 2003 at 11:13:31AM -0500, Andrew R. Reiter wrote:
> On Thu, 13 Feb 2003, Adam Migus wrote:
>
> :This patch makes usbd track a dyn
On Thu, 13 Feb 2003 11:13:31 -0500 (EST)
"Andrew R. Reiter" <[EMAIL PROTECTED]> wrote:
> On Thu, 13 Feb 2003, Adam Migus wrote:
>
> :This patch makes usbd track a dynamic number of devices using a list
> :instead of the static array of 4 devices. It's implemented as a list
> :but it's very easy
John Hay <[EMAIL PROTECTED]> wrote:
> On Wed, Feb 12, 2003 at 08:31:11PM +0200, John Hay wrote:
> > Just switching vchans off on the Dell made the sound work again.
> >
>
> Looks like I have to take that back. I just tried a brand new -CURRENT
> kernel and vchans are now working. I have only trie
Hello
I've got a FreeBSD5.0-R machine that doesn't work with Linux Virtual
Server. This is for SMTP and WWW services.
I'm using LVS-Direct Routing. The LVS machine has the 66.218.0.54 Real
IP and 66.218.0.58 and 66.218.0.59 as Virtual IP's. The FreeBSD machine
has 66.218.0.28 and a Real IP on
On Thu, Feb 13, 2003 at 11:02:29AM -0500, Adam Migus wrote:
> This patch makes usbd track a dynamic number of devices using a list
> instead of the static array of 4 devices. It's implemented as a list
> but it's very easy to change.
Thanks, although I'm not clear as to the future of usbd. With
Joe,
funny you should mention. I actually tried posting this patch three
times. The first two times I actually said in the (more elaborate)
explanation of the patch that I as well am moving toward devd.
So, I see your point and it's why I didn't bother spending more than
30 minutes doing this pat
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Trying a buildworld/buildkernel of today's latest cvs code and the
buildworld has compiled fine but the kernel is giving the error below. I
thought it would be something missing from my kernel file that has been
added to GENERIC so I tried compiling GENERIC and get exactly the same
error. Nothi
On Thu, 2003-02-13 at 03:28, Dag-Erling Smorgrav wrote:
> ===> agp
> /h/des/src/sys/pci/agp_i810.c: In function `agp_i810_match':
> /h/des/src/sys/pci/agp_i810.c:112: `AGP_I85X_CAPID' undeclared (first use in this
>function)
> /h/des/src/sys/pci/agp_i810.c:112: (Each undeclared identifier is repor
did this patch get added to current?
http://people.freebsd.org/~ps/ciss.diff
any chance to get this added to 4.8 also?
I've had no problems with it, everything is working just fine in 5.0R and 4.7
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of
> I'm very sorry about this, I committed only one of the two files. It
> should be fixed now.
Excellent. Not me doing something stupid then!
Cheers ;-)
---
Matt ([EMAIL PROTECTED])
http://www.xtaz.co.uk/
---
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in
Eric Anholt writes:
> As a side note, do any of these AGP chipsets apply to sparc64, alpha,
> ia64?
The alpha UP1000 has an amd-751 chipset and should be able to use
the amd agp module. I tried it shortly after it was brought into
the tree a few years ago, and it locked the box solid. I was
Tinderbox FAQ: http://people.FreeBSD.org/~mike/tinderbox.html
--
>>> Rebuilding the temporary build tree
--
>>> stage 1: bootstrap tools
-
-su-2.05b# mdconfig -a -t vnode -f filesys
mdconfig: ioctl(/dev/mdctl): No such file or directory
-su-2.05b# ls /dev/md*
/dev/mdctl
-su-2.05b#
why does that happen? I'm doing everything the handbook says to...
However,
-su-2.05b# mdconfig -a -t malloc -s 4m
md0
-su-2.05b#
Thanks,
lattera
as you can see below that fixed it! before every time I did an nptdate
command it would be a second off at least.
Thank you for the help!
Tony
root:~# sysctl kern.timecounter.hardware=i8254
kern.timecounter.hardware: ACPI-safe -> i8254
root:~# ntpdate ntp.nasa.gov
13 Feb 16:07:05 ntpdate[12753]:
What is the use of
options FB_INSTALL_CDEV # install a CDEV entry in /dev
for in 5-CURRENT?
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
On Thu, Feb 13, 2003 at 02:08:30PM -0700, [EMAIL PROTECTED] wrote the words in
effect of:
> -su-2.05b# mdconfig -a -t vnode -f filesys
> mdconfig: ioctl(/dev/mdctl): No such file or directory
> -su-2.05b# ls /dev/md*
> /dev/mdctl
> -su-2.05b#
>
> why does that happen? I'm doing everything the ha
* De: Hiten Pandya <[EMAIL PROTECTED]> [ Data: 2003-02-13 ]
[ Subjecte: Re: mdconfig problems ]
> On Thu, Feb 13, 2003 at 02:08:30PM -0700, [EMAIL PROTECTED] wrote the words in
>effect of:
> > -su-2.05b# mdconfig -a -t vnode -f filesys
> > mdconfig: ioctl(/dev/mdctl): No such file or direc
Ken McKittrick wrote:
> I've got a FreeBSD5.0-R machine that doesn't work with Linux Virtual
> Server. This is for SMTP and WWW services.
>
> I'm using LVS-Direct Routing. The LVS machine has the 66.218.0.54 Real
> IP and 66.218.0.58 and 66.218.0.59 as Virtual IP's. The FreeBSD machine
> has 66.21
So I've upgraded my cluster to 5.0-RELEASE, everything is running fine, so
I move the fileserver to 5.0-RELEASE, everything is fine. I attempt to
configure the fileserver to use the 4 network cards in a fec bundle, this
blows up unhappily.
I can create the interface, I can add the other interfaces
All,
Thanks to the hard work of everyone, FreeBSD 5.0 became a reality and
is working better than most even hoped. However, there is still a
lot of work to be done before we can create the RELENG_5/5-STABLE
branch and declare success. Below is a document that I have drafted
with the input and re
On Thu, 13 Feb 2003, Barkley Vowk wrote:
> So I've upgraded my cluster to 5.0-RELEASE, everything is running fine, so
> I move the fileserver to 5.0-RELEASE, everything is fine. I attempt to
> configure the fileserver to use the 4 network cards in a fec bundle, this
> blows up unhappily.
>
> I
Terry
I meant to say LVS/DR. Not LVS/Nat or LVS/Tun. The RealServers/Back-End
machines reply directly back to the client.
As I said, works fine with 4.7. I'm sure it's something 5.0-current
specific. I'm currently processing 500K emails per day with this setup.
:)
Hmmm, I think I need to run
Tinderbox FAQ: http://people.FreeBSD.org/~mike/tinderbox.html
--
>>> Rebuilding the temporary build tree
--
>>> stage 1: bootstrap tools
-
Theres a binary only Linux driver for these things linked to from:
http://www.seattlewireless.net/index.cgi/DlinkDwl650Plus
I'm currently testing the driver found at http://vilos.com/650_plus/ under
Debian, but I would rather not contaminate the Freenet with Linux if I can
help it ;)
Would someon
On 2003-02-13 18:31, Matt <[EMAIL PROTECTED]> wrote:
> Trying a buildworld/buildkernel of today's latest cvs code and the
> buildworld has compiled fine but the kernel is giving the error below.
[...]
> cc -O -pipe -mcpu=pentiumpro -D_KERNEL -Wall -Wredundant-decls -Wnested-
> externs -Wstrict-pr
On Thu, 2003-02-13 at 18:25, Giorgos Keramidas wrote:
> On 2003-02-13 18:31, Matt <[EMAIL PROTECTED]> wrote:
> > Trying a buildworld/buildkernel of today's latest cvs code and the
> > buildworld has compiled fine but the kernel is giving the error below.
> [...]
> > cc -O -pipe -mcpu=pentiumpro -
< said:
> _fpathconf() is quite different from __semctl. It is not a syscall.
> It is a weak alias for fpathconf() which is prototyped normally in
> . The prototype for fpathconf() should be turned into
> a prototype for _fpathconf() by "namespace.h", but statvfs.c is missing
> theinclude of so
At 4:36 PM -0800 2003/02/13, Scott Long wrote:
- the classic 'worldstone'
- webstone - /usr/ports/www/webstone
- Fstress - http://www.cs.duke.edu/ari/fstress
- ApacheBench - /usr/ports/www/p5-ApacheBench
- netperf - /usr/ports/benchmarks/netperf
Are there any other ben
About benchmarks...
FWIW, the reiserfs people were excited about SCO's
release of AIM:
http://caldera.com/developers/community/contrib/aim.html
but the announcement went rather unnoticed in
freebsd-fs.
cheers,
Pedro.
__
Y
On Thu, 13 Feb 2003, Garrett Wollman wrote:
> < said:
>
> > _fpathconf() is quite different from __semctl. It is not a syscall.
> > It is a weak alias for fpathconf() which is prototyped normally in
> > . The prototype for fpathconf() should be turned into
> > a prototype for _fpathconf() by "na
I am having problems with getting any volume out of my VIA sound card.
I just purchased a new system with motherboard:
http://www.ecsusa.com/products/p4vmm2.html
And installed FreeBSD 5.0 on it...
If I play any music files on it, the volume is very low. (I can pick the
speakers up hold them t
> About benchmarks...
>
> FWIW, the reiserfs people were excited about SCO's
> release of AIM:
>
> http://caldera.com/developers/community/contrib/aim.html
>
> but the announcement went rather unnoticed in
> freebsd-fs.
>
Thanks. I've worked with AIM. Wasn't aware it had been released.
> At 4:36 PM -0800 2003/02/13, Scott Long wrote:
>
> > - the classic 'worldstone'
> > - webstone - /usr/ports/www/webstone
> > - Fstress - http://www.cs.duke.edu/ari/fstress
> > - ApacheBench - /usr/ports/www/p5-ApacheBench
> > - netperf - /usr/ports/benchmarks/netperf
>
>
On Thursday 13 February 2003 11:28 pm, Sam Leffler wrote:
> > At 4:36 PM -0800 2003/02/13, Scott Long wrote:
> > > - the classic 'worldstone'
> > > - webstone - /usr/ports/www/webstone
> > > - Fstress - http://www.cs.duke.edu/ari/fstress
> > > - ApacheBench - /usr/ports/www/p5-A
> On Thursday 13 February 2003 11:28 pm, Sam Leffler wrote:
> > > At 4:36 PM -0800 2003/02/13, Scott Long wrote:
> > > > - the classic 'worldstone'
> > > > - webstone - /usr/ports/www/webstone
> > > > - Fstress - http://www.cs.duke.edu/ari/fstress
> > > > - ApacheBench - /usr/po
> "TL" == Terry Lambert <[EMAIL PROTECTED]> writes:
TL> not being overridden, even when the library path is. This is
TL> most likely due to a bug in the GNU configure script. The best
TL> way around those bugs is "do not use GNU configure".
>> FYI, FreeBSD is not the only OS on which this p
Vivek Khera wrote:
> > "TL" == Terry Lambert <[EMAIL PROTECTED]> writes:
> TL> not being overridden, even when the library path is. This is
> TL> most likely due to a bug in the GNU configure script. The best
> TL> way around those bugs is "do not use GNU configure".
>
> >> FYI, FreeBSD is n
57 matches
Mail list logo