On Mon, Aug 25, 2003 at 13:49:30 -0700, Nate Lawson wrote:
> Ken is aware of the following problem. It is in both cd(4) and da(4) as
> well as stable and current. One possible approach would be to run
> {da,cd}register() from a task queue and not at interrupt time.
That would be tricky, since th
In message: <[EMAIL PROTECTED]>
"Nick H. - Network Operations" <[EMAIL PROTECTED]> writes:
: That occurs when I do a kldload if_nge.ko
Try again. I've seen exactly this on some cardbus cards whose drivers
are dynamically loaded via devd on card insertion. Sometimes I need
to detach/a
I plan to implement support for the "grplist" Hesiod Type, and would like some
advice and/or sanity checks. It seems that the best way is to modify
getgrouplist() and make it little more than a call to nsdispatch(), similar
to getgrent_r(). I would write backend methods such as files_grplist,
Cameron Grant wrote:
> cg 2003/08/14 18:24:36 PDT
>
> FreeBSD src repository
>
> Modified files:
>sys/sys soundcard.h
> Log:
> add a few missing bits for future use
>
> Revision ChangesPath
> 1.42 +27 -1 src/sys/sys/soundcard.h
FYI, this change breaks
On Monday 25 August 2003 09:27 pm, Craig Boston wrote:
> Anyway, I'm attaching a quick workaround if anyone else running current
> runs in to this.
Earth to brain, come in please! Actually attaching the patch this time.
--- unix_mixer.c.orig Mon Aug 25 21:10:46 2003
+++ unix_mixer.cMon
On Mon, Aug 25, 2003 at 19:25:42 +0200, Thomas Quinot wrote:
> Le 2003-08-25, Matt ?crivait :
>
> > db> trace
> > free_hcb(c40f1040,c03c7e40,101,c41d5800,c1528130) at free_hcb+0x2e
> > atapi_action(c40f1440,c41d5800,c0132b33,c41db000,c41d5800) at
> > atapi_action+ox56c
>
> OK, so that presumably
The last known good state of my system was a world and kernel from
Sunday, Aug 24 at approx 12:00 EDT.
This problem is from a kernel built from sources current as of
Aug 26th at approx 22:00 EDT
Here's the sequence - I booted the system, had a panic while running
sysctl from etc/rc.d/devd. It c
Just a follow up to this - cannot get it to panic with DDB compiled
in. hmmm...
On Mon, 25 Aug 2003, Bryan Liesner wrote:
>
> The last known good state of my system was a world and kernel from
> Sunday, Aug 24 at approx 12:00 EDT.
>
> This problem is from a kernel built from sources current a
It looks like the Nvidia driver is attempting to allocate memory while
holding a spinlock. Either that or we're explicitly in a critical
section when it calls the UMA memory allocation routine (or malloc in
this case). That's most likely a problem in the Nvidia driver (judging
solely from your b
On Mon, Aug 25, 2003 at 11:20:23AM -0500, Glenn Johnson wrote:
> On Mon, Aug 25, 2003 at 11:14:25AM +0100, Stuart Walsh wrote:
>
> > On Sun Aug 24, 10:42P -0500, Glenn Johnson wrote:
> >
> > > On Sun, Aug 24, 2003 at 01:22:39PM +0200, Wilko Bulte wrote:
> > >
> > > > On Sat, Aug 23, 2003 at 04:45:
On Mon, Aug 25, 2003, Garrett Wollman wrote:
> < said:
>
> > Yep, looks broken. In the POSIX standard, the functionality of
> > statfs() is provided by statvfs(), so implementing the latter may
> > be a way out that doesn't involve breaking any ABIs.
>
> statfs() is a lot more useful interface t
On Mon, Aug 25, 2003 at 18:29:49 -0600, Kenneth D. Merry wrote:
> On Mon, Aug 25, 2003 at 13:49:30 -0700, Nate Lawson wrote:
> > Ken is aware of the following problem. It is in both cd(4) and da(4) as
> > well as stable and current. One possible approach would be to run
> > {da,cd}register() from
In message: <[EMAIL PROTECTED]>
"Kenneth D. Merry" <[EMAIL PROTECTED]> writes:
: If it is possible to create a task queue that uses a kernel thread instead,
: that might be a generally useful thing. (And it might solve this
: particular issue.)
I'm not sure that a taskqueue can do thi
eh? i silently assumed that it already was commited! i used bluetooth
on my T30 on -current which is maybe three weeks old and it works!
and to make this very clear, it did NOT work on a -current from around
the time when i sent that email below. the patch fixed it back then,
nothing else did.
so
On Fri, 22 Aug 2003, Mark Tinguely wrote:
> >
> > I got another pmap related panic on my HTT SMP machine. If I don't get
> > that completely wrong, it dies again after accessing the return value of
> > pmap_pte_quick().
>
> I haven't buried myself in the 5.x pmap/vm code, but I did a visual in
The mail message (file: document_9446.pif) you sent to [EMAIL PROTECTED] contains a
virus (WORM_SOBIG.F).
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Hi,
I have SENDMAIL_MC and SENDMAIL_SUBMIT_MC defined in /etc/make.conf
(both with the full path, i.e. /etc/mail/...). From the documentation
I take it, that this should work. My installworld however breaks because
src/etc/sendmail/Makefile strips the pathname from the variables before
trying to
On Tue, Aug 26, 2003 at 08:46:12AM +0200, Tobias Roth wrote:
> eh? i silently assumed that it already was commited! i used bluetooth
> on my T30 on -current which is maybe three weeks old and it works!
>
> and to make this very clear, it did NOT work on a -current from around
> the time when i sen
On Sun, Aug 24, 2003 at 11:27:05AM +0200, Soren Schmidt wrote:
>
> ATAng has just been committed. You need to make world after this update
> as atacontrol etc needs to pick up the changes.
>
After updating to ATAng my DVD drive isn't detected. I get following message:
ata1-slave: FAILURE - ATA_ID
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> ATAng has just been committed. You need to make world after this update
> as atacontrol etc needs to pick up the changes.
Just want to report initial success with this - my smp machine previously
would not recognize my offboard pci-based ide device
It could be a memory problem. Could you also please apply an assert
to pmap_enter_quick() + INVARIANTS. This is a quick test that checks
all the other paths that call pmap_enter_quick() are locked out so
that two processors cannot be using the PADDR1/PMAP1 at the same time.
--- pmap.c.orig Mon Aug
On Tue, 26 Aug 2003, Mark Tinguely wrote:
> It could be a memory problem. Could you also please apply an assert
> to pmap_enter_quick() + INVARIANTS. This is a quick test that checks
> all the other paths that call pmap_enter_quick() are locked out so
> that two processors cannot be using the PADD
MY APOLOGIES, I am s embarrassed.
I should have placed that in pmap_pte_quick(), not pmap_enter_quick().
--Mark Tinguely [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsub
Hi,
When running 'systat -vmstat 1' on FreeBSD 5.1-CURRENT #1: Mon Aug 25
14:54:14 EDT 2003, the interrupts section shows irq's 0 and 6 as stray. I
remember this would happen on 4.x when I took out lpt drivers from the
kernel, and didn't disable lpt in the bios. This however is not the cas
On Tue, 26 Aug 2003, Mark Tinguely wrote:
>
> MY APOLOGIES, I am s embarrassed.
>
> I should have placed that in pmap_pte_quick(), not pmap_enter_quick().
This one panics, too, right at boot time.
regards,
le
--
Lukas Ertl eMail: [EMAIL PROTECTED]
UNIX Systemadm
Mark Tinguely wrote:
>
> It could be a memory problem. Could you also please apply an assert
> to pmap_enter_quick() + INVARIANTS. This is a quick test that checks
> all the other paths that call pmap_enter_quick() are locked out so
> that two processors cannot be using the PADDR1/PMAP1 at the sam
JYI,
I tested machdep.hlt_logical_cpus=0/1, buildworld,
and found no particular reason to disable HTT
as below with Zeon 2.8Ghz x 2, 1GBmem, Slow IDE HDD.
It may not be the common case, so just for your info.
# sysctl machdep.hlt_logical_cpus=0
# /usr/bin/time make -j32 buildworld
191
Thank-you,
The fact that pmap_pte_quick() panics on the untrue mutex should
indicate that it is possible that 2 processors may enter pmap_pte_quick()
at the same time and therefore it is possible to have the one processor
invalidate the VA/PA mapping using PADDR1/PMAP1. If that is true then
the fi
My DVD drive is no longer working.. anyway around this?
Before ATAng:
acd1: DVD-ROM at ata1-slave PIO4
After ATAng:
ata1-slave: FAILURE - ATA_IDENTIFY status=51
error=4
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebs
Soren,
My machine panic when pax a directory to the software raid. The same step works just
fine for an
older kernel before the ATAng commit. After this panic, the raid is broken and has to
be created
manually. The controller is a Highpoint 370 with bios 2.34 with 2 IDE IBM DTLA-307030
attached
On Tue, 26 Aug 2003, Mike Jakubik wrote:
> When running 'systat -vmstat 1' on FreeBSD 5.1-CURRENT #1: Mon Aug 25
> 14:54:14 EDT 2003, the interrupts section shows irq's 0 and 6 as stray. I
> remember this would happen on 4.x when I took out lpt drivers from the
> kernel, and didn't disable l
any plans to commit this?
On Wed, 27 Aug 2003, Bruce Evans wrote:
> On Tue, 26 Aug 2003, Mike Jakubik wrote:
>
> > When running 'systat -vmstat 1' on FreeBSD 5.1-CURRENT #1: Mon Aug 25
> > 14:54:14 EDT 2003, the interrupts section shows irq's 0 and 6 as stray. I
> > remember this would happe
On Tue, 26 Aug 2003, Wiktor Niesiobedzki wrote:
> On Sun, Aug 24, 2003 at 11:27:05AM +0200, Soren Schmidt wrote:
> >
> > ATAng has just been committed. You need to make world after this update
> > as atacontrol etc needs to pick up the changes.
> >
> After updating to ATAng my DVD drive isn't dete
On Tue, 26 Aug 2003, Julian Elischer wrote:
> any plans to commit this?
It's been queued since April already ...
[Context lost to top posting]
Bruce
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubs
When trying to burn with -current from 11 August or later I get a panic.
panic: vm_fault_copy_wired: page missing
This happens with both ULE and 4BSD schedulers.
I'm using the sym driver on a Tekram 390u3d, LSI 53C1010-33 chip
CD Writer is a Plextor 4/2/20
I can see several vm_* files was updated
last night's sources:
free_hcb()
atapi_action()
xpt_run_dev_sendq()
xpt_action()
probe_start()
...
appears to be a memory access error.
-Alfred
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe,
On 26-Aug-2003 Yamada Ken Takeshi wrote:
> JYI,
> I tested machdep.hlt_logical_cpus=0/1, buildworld,
> and found no particular reason to disable HTT
> as below with Zeon 2.8Ghz x 2, 1GBmem, Slow IDE HDD.
>
> It may not be the common case, so just for your info.
>
># sysctl machdep.hlt_log
> free_hcb()
> atapi_action()
> xpt_run_dev_sendq()
> xpt_action()
> probe_start()
> ...
>
I think some people are already tracking this down related to the recent
update of the ata drivers.
Ken
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org
On Wed, 27 Aug 2003 03:10:27 +1000 (EST)
Bruce Evans <[EMAIL PROTECTED]> wrote:
> On Tue, 26 Aug 2003, Wiktor Niesiobedzki wrote:
>
> > On Sun, Aug 24, 2003 at 11:27:05AM +0200, Soren Schmidt wrote:
> > >
> > > ATAng has just been committed. You need to make world after this
> > > update as ataco
Hi,
good and bad news. Good news is that -current installation
CD-Rom (JPSNAP of yesterday) doesn't panic during boot
anymore, which was the case previously (or when inserting
the card). Thanks a lot, this is a very good progress, I'm
very pleased !
But the fix opened another problem. The card is
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I just did a full world rebuild. After which, I ran mergemaster.
When I do a regular boot I get this error:
Bus error
Pid 43 (rcorder), uid 0: exited on signal 10
Can't exec getty '/usr/libexec/getty' for port /dev/ttyv*'
The ttvy are 0-5.
I can
Over the past few weeks, I have posted messages about panics
that I've been having. No answers at all.
Yesterday, I posted about a repeatable problem where dumps just
destroy my IDE drive. No answers. Pretty serious problem. No, my
swap partition doesn't start at sector 0.
Have I offended so
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mike Loiterman wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> I just did a full world rebuild. After which, I ran mergemaster.
>
> When I do a regular boot I get this error:
>
> Bus error
> Pid 43 (rcorder), uid 0: exited on signal
Hi,
I compiled world and kernel tonight (Aug 26th) on my Thinkpad
R40 with a CD/RW drive. I tried my old settings with cam
enabled so I can use cdrecord.
During boot I got a kernel panic about 10 seconds after the
kernel detected the CD/RW drive. Here some info:
Fatal trap 12: page fault whil
On 26-Aug-2003 Bryan Liesner wrote:
>
>
> Over the past few weeks, I have posted messages about panics
> that I've been having. No answers at all.
>
> Yesterday, I posted about a repeatable problem where dumps just
> destroy my IDE drive. No answers. Pretty serious problem. No, my
> swap par
Alexander Leidinger wrote:
In this configuration I see a lot of "nfs server ...: is not responding"
and "nfs server ...: is alive again" when I copy large files (e.g. a CD
image). All of them happen in the same second. I haven't looked at the
state or priority of the cp process when this happens.
With -current built as of a few hours ago, I get Panicstring: command not
in queue with heavy scsi io. I tried building in INVARIANT* off and that
didnt help. Any hints of a workaround? or an earlyer date and time to
cvsyp to to not get it?
#0 doadump () at /usr/src/sys/kern/kern_shutdown.c:240
Moreover, it does seem to panic only on write attempts before even
printing its usual "Starting to write..." prompt. On other operations
(reading info, blanking etc) everything goes all right, at least here
(IDE burner, _NEC CD-RW NR-9100A 2.12 with ATAPICAM). Oh yes, and writing
with burncd or cdr
On Tue, 2003-08-26 at 18:05, Vulpes Velox wrote:
> I had similar problem with a 7200 and OGL. I solved the problem by turning off
> some of the options in the X config.
>
> On Tue, 26 Aug 2003 12:21:56 -0500 (GMT)
> Sean Welch <[EMAIL PROTECTED]> wrote:
>
> > Is anyone else seeing this issue? I'
I have precisely the same symptoms as what Glenn listed.
I have now tried the forcepcimode option on the laptop and
unfortunately experienced what appears to be the opposite
effect to what Glenn noted. I get a black screen with lots
of disk activity. I can log in remotely (at least that
seemed t
At Fri, 22 Aug 2003 09:37:25 -0700 (PDT),
Nate Lawson wrote:
>
> On Fri, 22 Aug 2003, Greg J. wrote:
> > It needs the quirks DA_Q_NO_SYNC_CACHE & DA_Q_NO_PREVENT.. The reason it
> > didn't work before is because I didn't uncomment DA_Q_NO_SYNC_CACHE.
> >
> > the only error it gives when I plug it
On Tue, 26 Aug 2003 13:27:11 -0700
Eric Anholt <[EMAIL PROTECTED]> wrote:
> On Tue, 2003-08-26 at 18:05, Vulpes Velox wrote:
> > I had similar problem with a 7200 and OGL. I solved the problem by turning
> > off some of the options in the X config.
> >
> > On Tue, 26 Aug 2003 12:21:56 -0500 (GMT)
On Tue, Aug 26, 2003 at 01:27:11PM -0700, Eric Anholt wrote:
> On Tue, 2003-08-26 at 18:05, Vulpes Velox wrote:
>
> > I had similar problem with a 7200 and OGL. I solved the problem by
> > turning off some of the options in the X config.
> >
> > On Tue, 26 Aug 2003 12:21:56 -0500 (GMT) Sean Welch
53 matches
Mail list logo