debug5.0problems
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
On Tue, 26 Nov 2002, Terry Lambert wrote:
> Julian Elischer wrote:
> > > The answer is that "the code doesn't care what thread"; it would
> > > prefer
In message: <[EMAIL PROTECTED]>
"M. Warner Losh" <[EMAIL PROTECTED]> writes:
: In message: <[EMAIL PROTECTED]>
: Aurelien Nephtali <[EMAIL PROTECTED]> writes:
: : I've got a panic by unplugging my NIC then plugging it again and then doing
: : a dhclient . I've attached some
In message: <[EMAIL PROTECTED]>
Aurelien Nephtali <[EMAIL PROTECTED]> writes:
: I've got a panic by unplugging my NIC then plugging it again and then doing
: a dhclient . I've attached some informations about the panic.
Kill the dhclient after you unplug the interface, but before you p
+---[ Daniel Flickinger ]--
| Every program in ooo-1.0.1 I have tried seems to be working
| correctly, but syslog is logging copious quantities of:
|
| cmd soffice.bin pid 817 tried to use non-present sched_get_priority_min
| cmd soffice.bin pid 817 tried to use
On Tue, 26 Nov 2002, Hiten Pandya wrote:
> There is also a problem, when the md(4) driver is passed a 0 byte file,
> i.e. mdconfig -a -t -vnode -f /tmp/mdimage.zero. It simply hangs the
> process in the `mddestroy' state, making it unkillable.
>
> David Wolfskill tested a patch, which I made. It
Julian Elischer wrote:
> > The answer is that "the code doesn't care what thread"; it would
> > prefer to not have to think in terms of threads at all, but if
> > you want to force it to, then it's going to think in terms of
> > "blocking contexts for the benefit of FreeBSD code it calls",
> > and
On Tue, 26 Nov 2002, Terry Lambert wrote:
>
>
> Uh, how exactly is that less obnoxious, given it's the same code
> with a different name and an obnoxious inline instead of a macro?
> 8-).
it's shorter ..
>
>
> > You can always get from a thread to a single process but the reverse
> > always
subscribe freebsd-current
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Terry Lambert wrote:
> Did you want me to update the patch to use your FIRST_THREAD_IN_PROC
> macro and resend it?
OK; here it is, whether you wanted it or not.
-- Terry
smbfs_thr.diff.gz
Description: GNU Zip compressed data
First of all, the patch was just to get to the point of compilability,
which other prople said they would "take it from there". I don't
have a NetWare server to test against in my apartment. I'd be just as
happy to _let_ the other people who wanted to "take it from there" do
do, now that I made i
I'll look into this ;)
--
Tom Rhodes
On Tue, 26 Nov 2002 10:44:29 +1100 (EST)
Andy Farkas <[EMAIL PROTECTED]> wrote:
> On Tue, 19 Nov 2002, Carl Schmidt wrote:
>
> > The following PR has two patches attached which address the lack of
> > some documentation of make.conf in the manual page. It a
some comments:
firstly:
ncp_conn_locklist(int flags, struct proc *p)
{
! struct thread *td = TAILQ_FIRST(&p->p_threads); /* XXX
*/
!
! return lockmgr(&listlock, flags | LK_CANRECURSE, 0, td);
}
can't you use unidifs? :-)
ok
there is a Macro to find the first thread
As Nate kindly pointed out, my laptop needed a BIOS upgrade. With the
upgrade, I can boot fine with ACPI enabled, although some
sleep/suspend/resume stuff doesn't work right. Nate's already reported
that.
Thanks,
Matt
- Original Message -
From: "Matthew Emmerton" <[EMAIL PROTECTED]>
To:
On Tuesday, November 26, 2002, at 02:09 PM, Andy Farkas wrote:
On Mon, 25 Nov 2002, Fred Condo wrote:
I have a system whose ethernet card is at ISA irq 9, port 0x280, iomem
0xd8000. FreeBSD 4.7-R correctly detects and uses this card with
those
settings; FreeBSD 5.0-DP2 does not. Please forgiv
On 2002-11-26 19:21, Ray Kohler <[EMAIL PROTECTED]> wrote:
> On Wed, Nov 27, 2002 at 02:02:12AM +0200, Giorgos Keramidas wrote:
> > $FreeBSD: src/sys/dev/sound/isa/ad1816.c,v 1.24 2002/06/09 14:20:17 hm Exp $
> > [...]
>
> cg's latest commit (Tuesday) makes the above change and fixes these
> e
On Wed, Nov 27, 2002 at 02:02:12AM +0200, Giorgos Keramidas wrote:
> On 2002-11-26 16:33, Gary Jennejohn <[EMAIL PROTECTED]> wrote:
> > Ray Kohler <[EMAIL PROTECTED]> wrote:
> > > On Tue, Nov 26, 2002 at 12:53:39PM +0100, Jan Stocker wrote:
> > > > CVSuped (2 mins ago) -current kernel is broken:
>
On Mon, Nov 25, 2002 at 08:13:46PM -0500, Andrew Gallatin wrote:
> > It is not out of date. The code means:
> >
> > "If you've given me a counter then I'll use it otherwise I'll try to
> > allocate one with malloc()."
>
> Ah, duh. Thanks. I'd better start providing one in my driver
On 2002-11-26 16:33, Gary Jennejohn <[EMAIL PROTECTED]> wrote:
> Ray Kohler <[EMAIL PROTECTED]> wrote:
> > On Tue, Nov 26, 2002 at 12:53:39PM +0100, Jan Stocker wrote:
> > > CVSuped (2 mins ago) -current kernel is broken:
> > >
> > > cc1: warnings being treated as errors
> > > /usr/src/sys/dev/soun
Terry Lambert wrote:
> > I'll take a whack at it and send it out by tomorrow, working or not.
>
> Don't bother. 8-).
>
> The attached patch makes it compile, and takes a shot at doing the
> right thing.
Just a followup... select definitely won't work (IMO), but needs
someone who is threads-sav
--
>>> Rebuilding the temporary build tree
--
>>> stage 1: bootstrap tools
--
>>> stage 2: cleaning up the object tree
Nate Lawson wrote:
> > It's not so much that I volunteered as I said that I'd help with
> > thread/proc issues..
> > The trouble was that there are places where it used a proc in the old
> > code, but in some cases it needs to be a proc, and in other cases it now
> > needs to be a thread. But all t
Damn, I think I found a problem. Perhaps it might be what's
causing your problem. Do you have I686_CPU defined in
your kernel? If so can you either try it with a kernel
without I686_CPU or with CPU_DISABLE_SSE?
Yes, I've I686_CPU and CPU_ENABLE_SSE in my kernel.
Trying it without could take a w
On Tue, Nov 26, 2002 at 01:10:45PM -0800, Julian Elischer wrote the words in effect of:
>
>
> On Tue, 26 Nov 2002, Nate Lawson wrote:
>
> > On Tue, 26 Nov 2002, Hiten Pandya wrote:
> > > On Tue, Nov 26, 2002 at 08:10:50PM +0100, Martijn Pronk wrote the words in
>effect of:
> > > > In file inclu
On Tue, 26 Nov 2002, Julian Elischer wrote:
>
> On Tue, 26 Nov 2002, Nate Lawson wrote:
>
> > On Tue, 26 Nov 2002, Hiten Pandya wrote:
> > > On Tue, Nov 26, 2002 at 08:10:50PM +0100, Martijn Pronk wrote the words in
>effect of:
> > > > In file included from /home/src/sys/netncp/ncp_conn.c:46:
>
On Tue, 26 Nov 2002, Mike Makonnen wrote:
> These are benign. Those scripts are used by NetBSD only.
> You don't see the errors on boot because of a 2>&/dev/null in /etc/rc.
>
> Cheers.
>
Yes, I don't see these errors. But some scripts can change execution order
without anchors like "mountall"
F
On Tue, Nov 26, 2002 at 10:16:28AM -0800, Cameron Grant wrote:
> cg 2002/11/26 10:16:28 PST
>
> Modified files:
> sys/dev/sound/isaad1816.c mss.c sbc.c
> sys/dev/sound/pciaureal.c cmi.c ds1.c emu10k1.c maestro.c
> t4dwave.c
> sys/dev/sound
John,
John Baldwin wrote:
On 26-Nov-2002 Lars Eggert wrote:
>#12 0xc02a93e6 in do_dup (td=0xc60a2a80, type=DUP_FIXED, old=-1, new=4,
> retval=0xc60a2b18) at /usr/src/sys/kern/kern_descrip.c:485
Hmm, old = -1, this might be fixed by a patch I committed today to fix
bugs in do_dup(). Please
These are benign. Those scripts are used by NetBSD only.
You don't see the errors on boot because of a 2>&/dev/null in /etc/rc.
Cheers.
--
Mike Makonnen <[EMAIL PROTECTED]>
GPG Key-ID: 0xDBCC68B9 GPG-KEY: http://www.identd.net/~mtm/mtm.asc
Key fingerprint = D228 1A6F C64E 120A A1C9 A3AA DAE1
Hello there,
I have -CURRENT from Saturday on my box. I have SB 128PCI on my board, the
module detects it without problems and seems to work fine. But the problem
is that the sound is not clear; there happen to be some itchy noises from
time to time, when I push up the system load. I wonder wheth
Hello.
In the revision 1.5 of src/etc/rc.d/Makefile Gordon introduces the
following breakage into rc_ng scripts (didn't find it early, because
installed boxes works as expected and the bug introduce itself
a) only with a new installations;
b) when rcorder run manually)
root@girvas-gw:/etc/rc.d#
* De: Robert Watson <[EMAIL PROTECTED]> [ Data: 2002-11-26 ]
[ Subjecte: Re: 5.0-DP2 ACLs on UFS2 ]
> ACLs should work fine on any UFS2 partition where ACLs are enabled. I'm
> wondering if it's actually UFS2, or if dumpfs is lying to you. Could you
libufs stores the UFS version in disk.d
On Tue, 26 Nov 2002 [EMAIL PROTECTED] wrote:
> On Tue, 26 Nov 2002, Hiten Pandya wrote:
>
> > On Tue, Nov 26, 2002 at 11:21:28AM -0700, [EMAIL PROTECTED] wrote the words in
>effect of:
> > > On Tue, 26 Nov 2002, Bruno Miguel wrote:
> > >
> > > > On 25 Nov 2002 at 23:34, [EMAIL PROTECTED] wrote..
On Mon, 25 Nov 2002 [EMAIL PROTECTED] wrote:
> I've recently installed FreeBSD 5.0-DP2 to get myself familiar with the
> upcoming ACLs present in -CURRENT before the release itself. I've setup
> a test machine with one 45gb ide drive with one slice and two partitions
> (/ and swap) and installed
On 26-Nov-2002 Lars Eggert wrote:
> John Baldwin wrote:
>
>> On 18-Oct-2002 Lars Eggert wrote:
>>
>> >John Baldwin wrote:
>> >
>> >>What is line 488 of src/sys/kern/kern_descrip.c?
>> >
>> >fhold(fp) in do_dup().
>
> Still see this issue on today's -current. It's easily reproducible with
> a si
=> > coraegis1# kldload if_sk
=> > skc0: port 0x1400-0x14ff mem
=> > 0xf400-0xf4003fff
=> >irq 3 at device 12.0 on pci0
=> > skc0: SysKonnect SK-NET Gigabit Ethernet Adapter SK-9843 SX
=> > sk0: on skc0
=> > sk0: Ethernet address: 00:00:5a:99:1c:6c
=> > skc0: no PHY found!
=
On Tue, 26 Nov 2002, Marc Recht wrote:
> > I'd like some feedback on whether some heavy threaded apps (GNOME,
> > OpenOffice, Java, etc) have any problems with this patch before
> > asking re@ for commit permission. BTW, it also needs testing on
> > alpha.
> I tried it on i386 (athon-xp) and ever
On Tue, 26 Nov 2002, Nate Lawson wrote:
> On Tue, 26 Nov 2002, Hiten Pandya wrote:
> > On Tue, Nov 26, 2002 at 08:10:50PM +0100, Martijn Pronk wrote the words in effect
>of:
> > > In file included from /home/src/sys/netncp/ncp_conn.c:46:
> > > /home/src/sys/netncp/ncp_conn.h:174: field `nc_lock
Nate Lawson wrote:
On Tue, 26 Nov 2002, Hiten Pandya wrote:
On Tue, Nov 26, 2002 at 08:10:50PM +0100, Martijn Pronk wrote the words in effect of:
In file included from /home/src/sys/netncp/ncp_conn.c:46:
/home/src/sys/netncp/ncp_conn.h:174: field `nc_lock' has incomplete type
/home/src/sy
On Mon, 25 Nov 2002, Robert Faulds wrote:
> I have a Tyan K7 dual AMD MP200+ system running CURRENT and can not
> get my SysKonnect 9843 GigE to work.
> I've tried several different methods of loading the driver (static
> in the kernel, loaded from /boot/loader.conf, and kldload after
> booting to
On Tue, 26 Nov 2002, Hiten Pandya wrote:
> On Tue, Nov 26, 2002 at 08:10:50PM +0100, Martijn Pronk wrote the words in effect of:
> > In file included from /home/src/sys/netncp/ncp_conn.c:46:
> > /home/src/sys/netncp/ncp_conn.h:174: field `nc_lock' has incomplete type
> > /home/src/sys/netncp/ncp_co
John Baldwin wrote:
On 18-Oct-2002 Lars Eggert wrote:
>John Baldwin wrote:
>
>>What is line 488 of src/sys/kern/kern_descrip.c?
>
>fhold(fp) in do_dup().
Still see this issue on today's -current. It's easily reproducible with
a simple "cd ~sunhee" in a tcsh, where ~sunhee is on NFS:
panic: m
Daniel Flickinger wrote:
I just brought up ooo-1.0.l without the java. I had
IBM's latest and greatest Linux-java, but it did not
want to recognize it so I left the box checked for no
java in setup.
Everything runs as advertised on openoffice --it looks
good. I tried a few
On Tue, Nov 26, 2002 at 08:10:50PM +0100, Martijn Pronk wrote the words in effect of:
> Martijn Pronk wrote:
>
> >Robert Watson wrote:
> >
> >>The build of netncp is currently broken on 5.0-CURRENT, and I'd like to
> >>see this fixed before 5.0-RELEASE. Unfortunately, we're having a lot of
> >>tr
On Tue, 26 Nov 2002, Hiten Pandya wrote:
> On Tue, Nov 26, 2002 at 11:21:28AM -0700, [EMAIL PROTECTED] wrote the words in
>effect of:
> > On Tue, 26 Nov 2002, Bruno Miguel wrote:
> >
> > > On 25 Nov 2002 at 23:34, [EMAIL PROTECTED] wrote...
> > >
> > > > How do I enable ACLs on the boot partition
While trying to suspend my IBM T23, I ran into a panic. "acpiconf -s" for
values 1,2,3 does nothing (failing with "acpi0: AcpiGetSleepTypeData
failed - AE_NOT_FOUND"). But acpiconf -s 4 panics.
scsuspend(c3352600,c32cf058,c03f4d6c,c3335d80,0) at scsuspend+0x17
bus_generic_suspend(c3335480,c324d
On Thu, 21 Nov 2002, Mitsuru IWASAKI wrote:
> > On Sat, 5 Oct 2002, Mitsuru IWASAKI wrote:
> > > From: Nate Lawson <[EMAIL PROTECTED]>
> > > Subject: ACPI errors and then panic
> > > Date: Fri, 4 Oct 2002 17:14:31 -0700 (PDT)
> > > Message-ID: <[EMAIL PROTECTED]>
> > >
> > > > My laptop appears to
You'll need to enable the ACPI debug output and send this out so we can get
a better idea of what is going on.
Thanks,
Bob
-Original Message-
From: Matthew Emmerton [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 26, 2002 5:54 AM
To: [EMAIL PROTECTED]; Mitsuru IWASAKI
Cc: [EMAIL PROT
Hi,
I've got a panic by unplugging my NIC then plugging it again and then doing
a dhclient . I've attached some informations about the panic.
-- Aurélien
Script started on Tue Nov 26 20:17:13 2002
[m[27m[Jnebula# [K[47C/sys/i386/compile/NEBULA[71Dggdb -k
GNU gdb 5.2.1 (FreeBSD)
Copyri
Martijn Pronk wrote:
Robert Watson wrote:
The build of netncp is currently broken on 5.0-CURRENT, and I'd like to
see this fixed before 5.0-RELEASE. Unfortunately, we're having a lot of
trouble finding a test environment, which is the natural and immediate
follow-on to the compile fixes :-).
Hi Mitsuru,
Tried your patch today and S3 still doesn't work for me. It does seem to
suspend but resumes back immediately after suspending. (The same behaviour
as with other acpica snapshots)
This is the register dump on suspend and resume. Does this make sense to
you or someone else? (As in is t
On Tue, Nov 26, 2002 at 11:21:28AM -0700, [EMAIL PROTECTED] wrote the words in effect
of:
> On Tue, 26 Nov 2002, Bruno Miguel wrote:
>
> > On 25 Nov 2002 at 23:34, [EMAIL PROTECTED] wrote...
> >
> > > How do I enable ACLs on the boot partition? tunefs -a enable /dev/ad0s1a
> > > indicates it got
I'd like some feedback on whether some heavy threaded apps (GNOME,
OpenOffice, Java, etc) have any problems with this patch before
asking re@ for commit permission. BTW, it also needs testing on
alpha.
I tried it on i386 (athon-xp) and every app I've tried stalled/locked or
crashed right away. M
On Tue, 26 Nov 2002, Bruno Miguel wrote:
> On 25 Nov 2002 at 23:34, [EMAIL PROTECTED] wrote...
>
> > How do I enable ACLs on the boot partition? tunefs -a enable /dev/ad0s1a
> > indicates it got set (in single user mode with / mounted readonly). But I
> > still can't set anything with setfacl(1).
On Tue, Nov 26, 2002 at 09:00:37PM +1100, Bruce Evans wrote the words in effect of:
> On 26 Nov 2002, Vladimir B. Grebenschikov wrote:
>
> > # mdconfig -a -t vnode ./bootimg.bin
> > mdconfig: ioctl(/dev/mdctl): Bad address
>
> This should be ... "-t vnode -f ./bootimg.bin".
>
> The bug is just
+---[ Marcin Dalecki ]--
|
| (I'm still fetching the whole Linux emulation environment just
| to get openoffice up and running again... g...)
make -DNATIVE_BOOTSTRAP install
for /usr/ports/java/jdk13
should avoid needing the Linux Emu just to get Java running...
I hav
Mark Santcroos wrote:
On Mon, Aug 26, 2002 at 03:01:48AM +0900, Mitsuru IWASAKI wrote:
>How about this one?
>http://people.freebsd.org/~iwasaki/acpi/vga_pci-20020228.tar.gz
>
>This simply set PCI_POWERSTATE_D0 for VGA device on wakeup.
This didn't work unfortunately.
The problem is actually a
David Holm wrote:
On Tuesday 26 November 2002 18:19, Marcin Dalecki wrote:
During a compile of the openoffice-pl package I have just noticed, that
1. Well it depends on java...
2. java depends on the Linux emulation stuff.
3. The automatic fetching of the linux stuff is still looking for RedHat
On 25 Nov 2002 at 23:34, [EMAIL PROTECTED] wrote...
> How do I enable ACLs on the boot partition? tunefs -a enable /dev/ad0s1a
> indicates it got set (in single user mode with / mounted readonly). But I
> still can't set anything with setfacl(1). I tried booting to the fixit
> floppy, hoping to se
On Tuesday 26 November 2002 18:19, Marcin Dalecki wrote:
> During a compile of the openoffice-pl package I have just noticed, that
> 1. Well it depends on java...
> 2. java depends on the Linux emulation stuff.
> 3. The automatic fetching of the linux stuff is still looking for RedHat
> 7.1 files a
During a compile of the openoffice-pl package I have just noticed, that
1. Well it depends on java...
2. java depends on the Linux emulation stuff.
3. The automatic fetching of the linux stuff is still looking for RedHat 7.1 files
at the ftp.redhat.com FTP site.
Well I could live with using OpenOf
> -Original Message-
> From: Ray Kohler <[EMAIL PROTECTED]>
> To: Jan Stocker <[EMAIL PROTECTED]>
> Date: Tue, 26 Nov 2002 07:12:37 -0500
> Subject: Re: Kernel broken
>
> On Tue, Nov 26, 2002 at 12:53:39PM +0100, Jan Stocker wrote:
> > CVSuped (2 mins ago) -current kernel is broken:
> >=20
I too could compile successfully last night without any problems.. it fixes the "pcm
lock problems when using witness and invariant options ..." atleast for me.
dheeraj
-Original Message-
From: Ray Kohler <[EMAIL PROTECTED]>
To: Jan Stocker <[EMAIL PROTECTED]>
Date: Tue, 26 Nov 2002 07
ACPI stiil fails miserably on my Thinkpad T23 with these patches.
I've attached the ASL and DSDT data in tar.gz format.
Output from boot -v (transcribed by hand, so forgive any obvious typos)
Note -- the 'o' character in 'So' below is really o with an umlat. I
suspect the space in 'T ' is a non-
Terry Lambert wrote:
> Have you applied the most recent ACPI patches, and turned on
> debugging output (at least "hw.acpi.verbose=1") to see if it
> fixes the problem (and if it doesn't, at least report what's
> going on)?
It looks like the author of the ACPI code has already replied
to your post;
John Angelmo wrote:
> Terry Lambert wrote:
> > Is this a Dell Lattitude? They are known to have heat problems.
> >
> > There's also the possibility that the CPU is a desktop CPU in
> > the laptop; people aren't supposed to do that, either, but it
> > can crank up the heat.
>
> No it's a Evo N114
perfect, thanks ... worked like a charm ...
On Mon, 25 Nov 2002, Daniel C. Sobral wrote:
> "Marc G. Fournier" wrote:
> >
> > Maybe i'm missing something that i need to load, but I took the pcm device
> > out of my kernel config, figuring that I could use the snd_pcm module ...
> > loaded it, but
Terry Lambert wrote:
Is this a Dell Lattitude? They are known to have heat problems.
There's also the possibility that the CPU is a desktop CPU in
the laptop; people aren't supposed to do that, either, but it
can crank up the heat.
-- Terry
Hello
No it's a Evo N114 with an Athlon 4 in it,
Okay here a detailed description...
a) Install a minumum -current from snapshot CD (2 days old).
b) Add a cvsup-package without gui (i made before with pkg_create -b blah).
c) Get -current fom cvs repo (with cvsup...).
d) cd /usr/src && make buildworld (works fine)
e) copying my kernel-conf.
f
Changing the locks from "void *" to "struct mtx *" seems to fix the problem.
Mark
diff -u -r ../../../../vendor/sys/dev/sound/isa/ad1816.c ./isa/ad1816.c
--- ../../../../vendor/sys/dev/sound/isa/ad1816.c Thu Nov 14 17:00:39 2002
+++ ./isa/ad1816.c Tue Nov 26 13:03:17 2002
@@ -53,7 +53,
On Tue, Nov 26, 2002 at 12:53:39PM +0100, Jan Stocker wrote:
> CVSuped (2 mins ago) -current kernel is broken:
>
> cc1: warnings being treated as errors
> /usr/src/sys/dev/sound/isa/ad1816.c: In function `ad1816_lock':
> /usr/src/sys/dev/sound/isa/ad1816.c:81: warning: dereferencing `void *'
> poi
First: sorry for sending same error i'ven't seen this thread
I've the same prob on a freshly installed system with /usr/src only from CVS
repository and /usr/obj clean (It is a minimum installed -current from a 2
days onld snapshot CD).
Jan
> -Original Message-
> From: [EMAIL PR
On 2002-11-26 12:37:25 (+0100), Robert Drehmel <[EMAIL PROTECTED]> wrote:
> On Mon, Nov 25, 2002 at 10:04:23PM +0100, Philip Paeps wrote:
> > Before it is a few megs of the same. Basically Mutt reading my mailbox.
> > Anything else I can do to help?
>
> You could give the attached patch a try.
O
On Tue, Nov 26, 2002 at 06:19:41AM +, cameron grant wrote:
> >I have no idea why, but this commit broke kernel building:
> >
> >cc -c -O -pipe -mcpu=athlon -Wall -Wredundant-decls -Wnested-externs
> >-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline
> >-Wcast-qual -fformat-ext
CVSuped (2 mins ago) -current kernel is broken:
cc1: warnings being treated as errors
/usr/src/sys/dev/sound/isa/ad1816.c: In function `ad1816_lock':
/usr/src/sys/dev/sound/isa/ad1816.c:81: warning: dereferencing `void *'
pointer
/usr/src/sys/dev/sound/isa/ad1816.c:81: request for member `mtx_lock
--
>>> Rebuilding the temporary build tree
--
>>> stage 1: bootstrap tools
--
>>> stage 2: cleaning up the object tree
On Mon, Nov 25, 2002 at 10:04:23PM +0100, Philip Paeps wrote:
> Before it is a few megs of the same. Basically Mutt reading my mailbox.
> Anything else I can do to help?
You could give the attached patch a try.
Were you by any chance using truss(1) just before mutt started
to hang?
ciao,
-rober
Hi,
> If I choose to make world under -CURRENT the laptop gets hotter (well
> the processor/hd and so on gets used and causes heat) now, the fan
> starts to spin faster and so on, but the computer never gets cooler even
> a day after a build it still is hot and the fan never stops spinning, is
Hello
If I choose to make world under -CURRENT the laptop gets hotter (well
the processor/hd and so on gets used and causes heat) now, the fan
starts to spin faster and so on, but the computer never gets cooler even
a day after a build it still is hot and the fan never stops spinning, is
there
On 26 Nov 2002, Vladimir B. Grebenschikov wrote:
> # mdconfig -a -t vnode ./bootimg.bin
> mdconfig: ioctl(/dev/mdctl): Bad address
This should be ... "-t vnode -f ./bootimg.bin".
The bug is just low quality option parsing. ./bootimg.bin is garbage
when it is not preceded by -f, and garbage ar
Hi
# mdconfig -a -t vnode ./bootimg.bin
mdconfig: ioctl(/dev/mdctl): Bad address
# truss mdconfig -a -t vnode ./bootimg.bin
open("/dev/mdctl",0x2,00)= 3 (0x3)
ioctl(3,MDIOCATTACH,0x8058c00) ERR#14 'Bad address'
# ls -l /dev/mdctl
crw---
On Tue, Nov 26, 2002 at 09:48:27AM +0900, Mitsuru IWASAKI wrote:
> Hi,
>
> > the new snapshot boots fine here.
> >
> > However, I still get the message
> >
> > acpi0: AcpiGetSleepTypeData failed - AE_NOT_FOUND
>
> OK, never mind. This is normal because your DSDT doesn't have
> _S1_ object.
>
On Mon, 25 Nov 2002, Kirk McKusick wrote:
> Date: Mon, 25 Nov 2002 01:08:30 -0800 (PST)
> From: Julian Elischer <[EMAIL PROTECTED]>
> To: Kirk McKusick <[EMAIL PROTECTED]>
> cc: [EMAIL PROTECTED], Robert Watson <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED]
> Su
82 matches
Mail list logo