RE: linux netscape hangs in -current

2001-09-05 Thread John Baldwin
-- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Linuxulator: possible Giant pushdown victim

2001-09-06 Thread John Baldwin
On 06-Sep-01 Marcel Moolenaar wrote: On Wed, Sep 05, 2001 at 02:47:28PM -0700, John Baldwin wrote: Yes, you can trace indiviudal processes though, using 'trace pid', and I'm more curious about the traces of the Mozilla processes. Ok, here it is: db ps pid proc addruid

RE: RFC: hack volatile bzero and bcopy

2001-09-06 Thread John Baldwin
for thsi sort of thing in the form of __DEVOLATILE(), __DECONST(), and __DEQUALIFY(). -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail

Re: Now 2 ACPI strangeness, both AMD procs

2001-09-06 Thread John Baldwin
portions of the panic messages. :-P Also, if his box is resetting after panic'ing it might be too fast. Serial consoles are an excellenet remedy for both of these problems. [ Not directly to you Mike, you know all of this already. ] -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb

Re: [acpi-jp 1246] ACPI and PS/2 mouse problem

2001-09-07 Thread John Baldwin
' to see what source line it died on. It's a NULL pointer dereference (as can be seen from the small fault virtual address) so seeing the source line will probably make it rather obvious. Also, compiling ddb into the kernel and getting a traceback would help, too. -- John Baldwin [EMAIL

Re: cp in INSTALLTMP?

2001-09-10 Thread John Baldwin
. FWIW, I'm on alpha. Yes, I've seen this. I'm betting it is timing related, and that dfr's fix to pmap.c will fix this. I found that if I did a buildworld without -j X and then did an installworld it would work ok. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key

Re: Linuxulator: possible Giant pushdown victim

2001-09-10 Thread John Baldwin
a ps macro. Look in sys/modules/vinum IIRC. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

Re: HEADSUP!!!! KSE Milestone-2 COMMITTED

2001-09-12 Thread John Baldwin
code doesn't have to go back all of them out again thus increasing the overall diff size. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail

RE: HEADSUP!! KSE commit imminent.

2001-09-12 Thread John Baldwin
(suser_td as I mentioned earlier, for example) later. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: FreeBSD current is very slow

2001-09-12 Thread John Baldwin
and try again. (2) netchild@ttyp1 % ll /etc/malloc.conf lrwx-- 1 root wheel 2 18 Aug 21:47 /etc/malloc.conf@ - aj That doesn't affect INVARIANTS or WITNESS, which slow the system considerably (esp. WITNESS). -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http

Re: HEADSUP!!!! KSE Milestone-2 COMMITTED

2001-09-12 Thread John Baldwin
() still is a proc related check, not a thread related one as suser_td() seems to imply. No bother, it will all be backed out eventually anyways. :-/ -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve

RE: GENERIC broken on alpha?

2001-09-17 Thread John Baldwin
/src/sys/alpha/compile/GENERIC. Looks like your sources are out of whack perhaps. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL

RE: latest -current breaks kernel compiling

2001-09-18 Thread John Baldwin
On 18-Sep-01 Vincent Poy wrote: With the latest -current sources today, the kernel fails to build after a buildworld. Doh. Something is including sys/mutex.h or sys/sx.h w/o including sys/lock.h. I'll fix in a bit. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb

RE: Seen this lock order reversal?

2001-09-18 Thread John Baldwin
of the pre-KSE kernel, the P_DEADLKTREAT flag moved from p_flag to p_sflag which changed its locking semantics.) -GAWollman -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org

Changes to vesa.c

2001-09-18 Thread John Baldwin
= vesa_vmode_max) { -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

RE: updating /stand on -current

2001-09-19 Thread John Baldwin
buildworld now. /stand is a backup copy of utilities used during the initial installation. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail

Re: Changes to vesa.c

2001-09-18 Thread John Baldwin
On 18-Sep-01 Julian Elischer wrote: yes.. exactly.. should I delete it or will you :-) (it was to allow a hacked X server to use strange resolution.) (not needed any more anyhow) You can. :) Just curious what it was doing there is all. -- John Baldwin [EMAIL PROTECTED] -- http

RE: updating /stand on -current

2001-09-19 Thread John Baldwin
On 19-Sep-01 Vincent Poy wrote: On Wed, 19 Sep 2001, John Baldwin wrote: On 19-Sep-01 Vincent Poy wrote: Just a question, does /stand still exist in -current? If so, how does on update it? I remember the old method was make all install in /usr/src/release/sysinstall

Re: Seen this lock order reversal?

2001-09-19 Thread John Baldwin
On 19-Sep-01 Wilko Bulte wrote: On Tue, Sep 18, 2001 at 03:01:25PM -0700, John Baldwin wrote: On 18-Sep-01 Garrett Wollman wrote: lock order reversal 1st 0xd3a5c11c process lock @ ../../../vm/vm_glue.c:469 2nd 0xc0e3fe30 lockmgr interlock @ ../../../kern/kern_lock.c:239

Re: Seen this lock order reversal?

2001-09-24 Thread John Baldwin
On 23-Sep-01 Wilko Bulte wrote: On Thu, Sep 20, 2001 at 07:40:52PM +0200, Wilko Bulte wrote: On Wed, Sep 19, 2001 at 01:32:28PM -0700, John Baldwin wrote: On 19-Sep-01 Wilko Bulte wrote: On Tue, Sep 18, 2001 at 03:01:25PM -0700, John Baldwin wrote: ... p_flag to p_sflag which

Re: Panic with recursed on non-recursive lock

2001-09-24 Thread John Baldwin
mi_startup() at mi_startup+0x90 begin() at begin+0x43 db --- Ugh, not sure what is causing this. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use

Re: panic on mount

2001-09-25 Thread John Baldwin
in the body of the message -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

RE: panic: lock (sleep mutex) vnode interlock on Alpga

2001-09-25 Thread John Baldwin
if that fixes things? It looks like witness is somehow getting out of sync. One cause could be stale .o files that aren't being recompiled. Perhaps you haven't run make depend in a while? -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john

Re: panic: blockable sleep lock (sx) ...

2001-09-29 Thread John Baldwin
On 30-Sep-01 Marcel Moolenaar wrote: On Sat, Sep 29, 2001 at 12:52:48PM -0700, John Baldwin wrote: could figure out the faulting address that it trapp'd one that would help. You could add KTR tracepoints or some such to store the log message to do that and then examin the KTR buffer

RE: ntfs panic (lockmgr: not exclusive lock holder 470 unlocking

2001-10-04 Thread John Baldwin
On 04-Oct-01 Jun Kuriyama wrote: I tried to use mount_ntfs, but it panic'ed. NTFS and NWFS are currently broken in -current due to the KSE stuff. Please don't use them for now. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john

RE: Panic at vlan_input()

2001-10-05 Thread John Baldwin
? :) -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Panic: resume for ata

2001-10-18 Thread John Baldwin
} 845 if ((newdev = ~devices scp-devices)) { (kgdb) p misdev $1 = 2 I got a crashdump, so more info available on request. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http

Panic: zalloc: item is free

2001-10-18 Thread John Baldwin
; /* virtual address for mapping */ TAILQ_ENTRY(pv_entry) pv_list; TAILQ_ENTRY(pv_entry) pv_plist; vm_page_t pv_ptem;/* VM page for pte */ } *pv_entry_t; So it looks like pv_va of a free'd pv_entry was modified perhaps? -- John Baldwin [EMAIL PROTECTED

RE: disk_clone() bug

2001-10-19 Thread John Baldwin
. Make sense? :) Disklabel should probably fail to actually run in this case since md10e doesn't exist and certainly wouldn't have a valid disklabel to edit if it did exist. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power

RE: lock order reversal on Alpha

2001-10-19 Thread John Baldwin
. Alternatively, we should have MI devices for the RTC and i8254 timers so that this code wouldn't be duplicated all over the place. *sigh* If this is a UP box you should be able to just continue from this for now. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http

Erm, who broke nice?

2001-10-19 Thread John Baldwin
I know that some people are complaining about the performance of current and all, but breaking nice so that we can't make processes run slower is just going too far. :) nice -20 buildworld setpriority: Permission denied. Any ideas? -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org

RE: Erm, who broke nice?

2001-10-19 Thread John Baldwin
On 19-Oct-01 John Baldwin wrote: I know that some people are complaining about the performance of current and all, but breaking nice so that we can't make processes run slower is just going too far. :) nice -20 buildworld setpriority: Permission denied. Any ideas? Idea #1: PEBKAC due

Test tweak for F00F bug..

2001-10-23 Thread John Baldwin
; - goto restart; + ucode = T_PRIVINFLT; + i = SIGILL; + break; } #endif if (i == -1) -- John Baldwin [EMAIL PROTECTED] -- http

Re: -CURRENT freeze under high load

2001-10-24 Thread John Baldwin
. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

RE: Fix (Re: panic: mutex i4b_isic_rx already initialized)

2001-10-25 Thread John Baldwin
this mail. Ideally the algo would be changed to not try and init the mutex twice, but I haven't looked at the code in detail. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http

Re: cvs commit: src Makefile.inc1

2001-10-25 Thread John Baldwin
. That is probably the best solution to the problem. Drew -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

RE: where is the idle_loop in current ?

2001-10-25 Thread John Baldwin
to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL

RE: kernel build error

2001-10-26 Thread John Baldwin
): undefined reference to `vm_object_set_writeable_dirty' *** Error code 1 Stop in /usr/obj/usr/src/sys/GALAXY. *** Error code 1 It's already fixed. re-cvsup. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use

Re: WARNING: Driver mistake: destroy_dev on 154/0

2001-10-30 Thread John Baldwin
the asr driver from your kernel config until somebody fixes its use of destroy_dev() Maybe we should remove it from GENERIC? Warner, do you think we need an updating entry for this? -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc

RE: Fatal trap 12 with recent current (notebook with network pc-

2001-10-31 Thread John Baldwin
) kernel: type 12 trap, code=0 Stopped at device_set_flags+0x9: movl%eax,0x3c(%edx) kernel config is: Please provide a backtrace. (trace in ddb should do the trick) -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power

Re: kernel won't build - atomic.c/atomic.h errors...

2001-11-10 Thread John Baldwin
On 11-Nov-01 Bruce Evans wrote: On Sat, 10 Nov 2001, John Baldwin wrote: On 08-Nov-01 Bruce Evans wrote: The i386 machine/atomic.h still uses archaic constraints for some input-output operands (0 for the first operand). These never worked right and if fact don't actually work

Re: Test tweak for F00F bug..

2001-10-24 Thread John Baldwin
On 24-Oct-01 Julian Elischer wrote: have you tested the foof bug itself? cjc did. The change has already been committed. On Wed, 24 Oct 2001, Giorgos Keramidas wrote: On Tue, Oct 23, 2001 at 10:57:18AM -0700, John Baldwin wrote: Anyone running -current on a true Pentium with the F00F

Re: daily run output passwd diff

2001-11-12 Thread John Baldwin
be a bit difficult. If you do this, I'd rather you make sed handle the $FreeBSD$ case as a completely separate case, so something like: sed -e '/\$FreeBSD\$/; //s/blah blah/blah/' or some such (I forget how sed does multiple expressions). -- John Baldwin [EMAIL PROTECTED] -- http

Re: namespace pollution with struct thread?

2001-11-12 Thread John Baldwin
underscores.) -GAWollman -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: daily run output passwd diff

2001-11-12 Thread John Baldwin
. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

RE: loader from Nov 13 reboots instantly

2001-11-13 Thread John Baldwin
the new loader just in case. :) Probably should do a 'make clean' in /sys/boot before rebuilding the loader as well. -- John Baldwin [EMAIL PROTECTED] http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED

Re: PATCH: sysinstall to remove userconfig code

2001-11-13 Thread John Baldwin
in the environment. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

RE: initgroups

2001-11-13 Thread John Baldwin
); - if (setgroups(ngroups, groups) 0) { - _warn(setgroups); - return (-1); - } - return (0); + return setgroups(ngroups, groups); } Style nit: return (setgruops(ngroups, groups)); Also, commit the manpage patch in the PR as well. -- John Baldwin

Re: daily run output passwd diff

2001-11-13 Thread John Baldwin
On 13-Nov-01 Robert Watson wrote: On Mon, 12 Nov 2001, John Baldwin wrote: What if someone comments out a line in the password file of a user? Then this won't hide that password. When this originally went in, it took a long while to get a sed line people were happy with. Replacing

Re: initgroups

2001-11-13 Thread John Baldwin
On 13-Nov-01 Terry Lambert wrote: John Baldwin wrote: + return setgroups(ngroups, groups); } Style nit: return (setgruops(ngroups, groups)); return (setgroups(ngroups, groups)); (avoiding cut-and-paste error). Yes, my mailer eats tabs and sucks as is well

Re: daily run output passwd diff

2001-11-13 Thread John Baldwin
On 13-Nov-01 Robert Watson wrote: On Tue, 13 Nov 2001, John Baldwin wrote: My temptation would actually be to ignore any commented lines in either file for the purposes of the diff. For the purposes of security checking, you care mostly about the uncommented lines. This would allow

Re: initgroups

2001-11-13 Thread John Baldwin
On 13-Nov-01 Terry Lambert wrote: John Baldwin wrote: return (setgruops(ngroups, groups)); return (setgroups(ngroups, groups)); (avoiding cut-and-paste error). Yes, my mailer eats tabs and sucks as is well documented, the point was the ()'s. :) I didn't fix

RE: bootloader / assert() failed

2001-11-14 Thread John Baldwin
if you are running -current. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

RE: lock order reversal for today's -CURRENT

2001-11-14 Thread John Baldwin
/device_pager.c:143 Nov 14 08:59:25 localhost /boot/kernel/kernel: 2nd 0xc03feca0 pool mutex @ /usr/src/sys/kern/kern_sx.c:329 This is due to the sx worker locks not using MTX_NOWITNESS with the pool mutex changes. It's not a problem though. -- John Baldwin [EMAIL PROTECTED]http

Re: RE: lock order reversal for today's -CURRENT

2001-11-14 Thread John Baldwin
. : :-- : :John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Would it make sense for me to add a new MTX flag that disables certain non-applicable warnings? Err, that's what MTX_NOWITNESS sort of does. This one is a bit hard, as you need a way to tell witness to ignore the lock

RE: Problems with HD being detected in -CURRENT

2001-11-15 Thread John Baldwin
+327243 [15359/16/63] at ata0-slave UDMA66 The DLTA disks are known to have problems although this isn't the type of problem it's typically known to have. My guess is you need a new disk however. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use

RE: BTX issue, and general report on SMP issues...

2001-11-15 Thread John Baldwin
. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: PATCH: sysinstall to remove userconfig code

2001-11-15 Thread John Baldwin
in the loader to do it manually, but that's hardly intuitive. :( We need a Forth hacker to write up a nice interface for manipulating the hints. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail

Re: card_if.h: No such file or directory

2001-11-15 Thread John Baldwin
On 16-Nov-01 Makoto Matsushita wrote: obrien Ok, who (and what) broke the kernel build? If you met at modules/an, I've fixed with src/sys/modules/an/Makefile rev 1.6. Sorry if your point is different. Yes, he was just a bit slowing in reading his commit mail I guess. :) -- John

Re: BTX issue, and general report on SMP issues...

2001-11-16 Thread John Baldwin
On 16-Nov-01 Jim Bryant wrote: It's not the BIOS failing it... The BTX bootstrap loader V 1.00 detects the keyboard, and refuses to proceed without it. Err, no. BTX cares zero, zilch, nada about keyboards. Can you please provide the error message you get? -- John Baldwin [EMAIL

RE: Sysinstall is still horribly broken.

2001-11-19 Thread John Baldwin
a / filesystem to put /etc/fstab in. Probably we should use an explicit fsck_ffs or fsck -t ffs when fscking existing filesystems from sysinstall. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe

Re: BTX issue, and general report on SMP issues...

2001-11-19 Thread John Baldwin
On 18-Nov-01 Jim Bryant wrote: John Baldwin wrote: On 16-Nov-01 Jim Bryant wrote: It's not the BIOS failing it... The BTX bootstrap loader V 1.00 detects the keyboard, and refuses to proceed without it. Err, no. BTX cares zero, zilch, nada about keyboards. Can you please provide

Re: BTX issue, and general report on SMP issues...

2001-11-19 Thread John Baldwin
? once ya get used to the wheels, it's amazing how much you use it... You can get USB mice with wheels I think. If the keyboard has a USB hub, then it shouldn't care what the mouse is like. Does the keyboard have a PS/2 port or some such? -- John Baldwin [EMAIL PROTECTED]http

RE: Sysinstall is still horribly broken.

2001-11-19 Thread John Baldwin
to fix in this evening. With devfs /dev should have all existing disks and partitions. At least if you open the device it will create it for you if it is valid. We should always use the devfs /dev if it is present and fall back to /mnt/dev from the CD if it is not. -- John Baldwin [EMAIL

RE: buildkernel fails for advansys device

2001-11-21 Thread John Baldwin
On 21-Nov-01 Darren Henderson wrote: Installed 4.4 Release then pullded in the CURRENT source via cvsup yesterday (11/20). Building a kernel (after a buildworld) with device adv fails with the info below... Do you have 'device scbus'? -- John Baldwin [EMAIL PROTECTED]http

Re: kernel won't build - atomic.c/atomic.h errors...

2001-11-10 Thread John Baldwin
) -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: adding athlon xp to bsd.cpu.mk

2001-10-29 Thread John Baldwin
); memcpy(cpu_model+32, regs, sizeof regs); } -cg Doh, my bad. :) /me shuffles off into the corner.. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org

Re: adding athlon xp to bsd.cpu.mk

2001-10-28 Thread John Baldwin
or the bios is reprogramming the cpu, that is actually what amd have named the 1.0+ghz durons. -cg To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http

RE: Latest 2001/09/21 -current breaks buildkernel at /usr/src/sy

2001-09-21 Thread John Baldwin
have COMPAT_SVR4 in your kernel? -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: how to make acpi go away.

2001-09-25 Thread John Baldwin
of these. The Inspiron needs this line in loader.conf: debug.acpi.avoid=_SB_.PCI0.PX40.SIO_ Then it will probably work. My Inspiron 5000e needs this. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve

RE: panic: inthand_add: Can't initialize ICU

2001-09-27 Thread John Baldwin
(foo);) and getting a stack trace would be very helpful. -Maxim -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ Copyright (c) 1992-2001 The FreeBSD Project

Re: panic: inthand_add: Can't initialize ICU

2001-09-27 Thread John Baldwin
On 27-Sep-01 SXren Schmidt wrote: It seems John Baldwin wrote: I found that I am no longer able to boot -current kernel on my machine. The system panices right after initialising ed0 driver: [...] ed0: NE2000 PCI Ethernet (RealTek 8029) port 0xe800-0xe81f irq 9 at device 9.0

Re: how to make acpi go away.

2001-09-28 Thread John Baldwin
., device hints in device.hints, and loader tweaks in loader.conf. I suppose ACPI debug options relate to the kernel and not the loader, so device.hints is perhaps the more accurate place. Warner -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx

Re: Fix sysinstall problem

2001-09-24 Thread John Baldwin
from /usr/obj somewhere. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

RE: panic: blockable sleep lock (sx) ...

2001-09-29 Thread John Baldwin
0xc01c49fa in softclock () #26 0xc01aff5e in ithread_loop () #27 0xc01af43c in fork_exit () -- Marcel Moolenaar USPA: A-39004 [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- John Baldwin [EMAIL

Re: Still panic() with userland binary on CURRENT

2001-11-26 Thread John Baldwin
for another warning sweep of LINT perhaps. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: where is the idle_loop in current ?

2001-11-26 Thread John Baldwin
low priority work, create a idle priority kthread to do it and make sure it yields when there is other work to do of higher priority. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail

Re: Still panic() with userland binary on CURRENT

2001-11-26 Thread John Baldwin
On 26-Nov-01 Garrett Wollman wrote: On Mon, 26 Nov 2001 09:43:31 -0800 (PST), John Baldwin [EMAIL PROTECTED] said: - realitexpire, td); + realitexpire, td-td_proc); Ouch, something this simple definitely caused a warning, it looks like warnings

Re: Panic changing screen mode with vidcontrol

2001-11-27 Thread John Baldwin
if the TSS is broken somehow? Can you narrow this down to a particular commit? -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: cvs commit: src/sys/conf files src/sys/dev/ciss ciss.c cissi

2001-11-28 Thread John Baldwin
, u_long cmd, caddr_t addr, int32_t flag, struct proc *p) +ciss_ioctl(dev_t dev, u_long cmd, caddr_t addr, int32_t flag, d_thread_t *p) { struct ciss_softc *sc; interror; -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power

Re: where is the idle_loop in current ?

2001-11-28 Thread John Baldwin
On 28-Nov-01 Bruce Evans wrote: On Mon, 26 Nov 2001, John Baldwin wrote: We don't do preemption in the kernel yet, so they need to yield the CPU when another thread is available. The page zeroing thread does this wrong as it should check procrunnable() instead of switching after doing N

Re: PATCHES for Kris Kennaway to commit

2001-10-08 Thread John Baldwin
, and there isn't a good way to workaround that, since you always have to bootstrap from something. I've used this approach many times myself in testing release Makefile changes. It's not that hard. :-P -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john

RE: Error compiling kernel

2001-10-11 Thread John Baldwin
On 11-Oct-01 Gunnar Flygt wrote: cvsuped two days ago, and made buildworld today, which went OK. Tried make kernel (aka GENERIC). It fails at nfsclient code: Already fixed two days ago. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john

Re: Strike three, you're out

2001-10-15 Thread John Baldwin
buffer regularly, in a safe context. Something like that, yes. Chuck Paterson has patches to do all this for our printf() if I can extract them. It basically ends up with 3 different versions of printf in the kernel. I'll see if I can't get ahold of them. -- John Baldwin [EMAIL PROTECTED

Re: NIS client does perform Ok when my duplex is right (Was: Re:

2001-10-17 Thread John Baldwin
great. I use it on one of my alpha's that doesn't autoneg by default. You don't set ifconfig_xl0 to anything, but instead create a start_if.xl0 file similar to this: cat /etc/start_if.dc0 /sbin/ifconfig dc0 media auto #/sbin/ifconfig dc0 media 10baseT/UTP /sbin/dhclient dc0 -- John Baldwin

RE: Kernel seems to hang on acpi

2001-10-17 Thread John Baldwin
of the power key to resume, and thus when it does resume, it immediately suspends again, which is annoying. Same thing happens if I suspend via Fn-Esc and then close the lid and try to resume. Thanks! Jan -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http

Patch Review: i386 asm cleanups in the kernel

2001-12-05 Thread John Baldwin
to accept the contraints type on v so we can use iq rather than ir for char operations (this last came from Peter Jeremy and bde). I'm running it here on my laptop w/o problems and would like to commit it in a day or so. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power

cu(8) completely broken

2001-12-06 Thread John Baldwin
Well, it would seem that the cu upgrade has totally hosed cu now: # cu -l /dev/cuaa1 -s 9600 usage: tip [-v] [-speed] [system-name] Can we get this fixed please? -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org

Re: Patch Review: i386 asm cleanups in the kernel

2001-12-05 Thread John Baldwin
that cc does, in fact, represent eflags in the clobber list. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: cvs commit: src/sys/kern subr_diskmbr.c

2001-12-10 Thread John Baldwin
of the PC architecture they are also good so that you don't break BIOS's. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

RE: Motion for removal of xargs(1) from base system

2001-12-10 Thread John Baldwin
the problems you have so they can be addressed. What Unix command doesn't have idiosyncratic syntax anyways? -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Motion for removal of xargs(1) from base system

2001-12-10 Thread John Baldwin
cut you up into little places, grind those up in a blender, mix with the appropriate substances and use the result to paint bikesheds? Hmmm.. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail

Re: Patch Review: i386 asm cleanups in the kernel

2001-12-11 Thread John Baldwin
stack-like regs correctly. */ ! ! void ! notice_update_cc (exp) ! rtx exp; Application asms are apparently in the All else set. Ok, I've axed all the cc clobbers from the patch now. Any objections to it now? It's still at ~jhb/patches/i386_asm.patch. -- John Baldwin [EMAIL

Re: buildworld broken on globaldata.h

2001-12-12 Thread John Baldwin
sys/pcpu.h (it includes machine/pcpu.h already), but that patch looks ok. libkvm will need the same fix. My bad, I was so busy testing kernels and making sure they worked in various combinations I didn't test a buildworld. :( -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb

Re: panic: kernel trap doesn't have ucred

2001-12-12 Thread John Baldwin
in that case, yes. For now that KASSERT() can just be commented out until I figure out how to make that a more proper assert. Bruce -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL

Re: Patch Review: i386 asm cleanups in the kernel

2001-12-13 Thread John Baldwin
)); ... main() { return bsfl(23); } rm (mask) works too. Ok, that's simpler then. The other changes seem to be OK. I checked about 1/4 of them. Ok, well, I've updated the patch at the same location. Bruce -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power

Re: Patch Review: i386 asm cleanups in the kernel

2001-12-13 Thread John Baldwin
On 13-Dec-01 John Baldwin wrote: static void do_cpuid(u_int ax, u_int *p) { + +p[0] = ax; __asm __volatile( cpuid -: =a (p[0]), =b (p[1]), =c (p[2]), =d (p[3]) -: 0 (ax) +: +a (p[0]), =b (p[1]), =c (p[2]), =d (p[3]) ); } 0 here was bogus. Just

RE: problems compiling various things...

2001-12-13 Thread John Baldwin
such in your build. Or NO_WERROR=yes. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http://www.FreeBSD.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Patch Review: i386 asm cleanups in the kernel

2001-12-13 Thread John Baldwin
On 14-Dec-01 David Xu wrote: I persist with adding cc, because it does not hurt anything. It doesn't do anything either except add repo bloat and obfuscate the code a bit more. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use the Power to Serve! - http

Re: How to get OPIE to work??

2001-12-17 Thread John Baldwin
-K to prevent automatic (SRA) login (Well, my system is probably one month old. If something has been broken afterwards, forget the above.) A note in UPDATING about using opie rather than s/key would be nice. -- John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/ Power Users Use

<    1   2   3   4   5   6   7   8   9   10   >