Re: kern/46619: Installation hangs on IBM Thinkpad T23

2003-01-19 Thread Arun Sharma
Actually, a simpler workaround is to set: hw.eisa_slots=0 in the boot loader. This machine also requires: unset acpi_load in order to boot. -Arun To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

pxeboot on RC1 or later ?

2002-12-29 Thread Arun Sharma
I'm trying to debug a kernel problem with the RC1 install CD (I get a hang) - basically playing with various kernel options and putting debug printfs. pxeboot sounded like just the thing I needed - burning CDs or floppies being too cumbersome for me. I've followed the recipe and get to the point

Re: pthreads using rfork_thread?

2002-12-22 Thread Arun Sharma
"Jamie Burns" <[EMAIL PROTECTED]> writes: > Hello, > > I read somewhere that a pthreads library was being put together for 5.0 that > used rfork_thread. > > Can anyone tell me how this is going? I'm not aware of an official plan to do this, but many months ago, I ported a MxN threading model im

Re: 5.0-DP2 boot failure on a 440GX motherboard

2002-12-03 Thread Arun Sharma
On Tue, Dec 03, 2002 at 10:59:40PM -0500, Chuck Robey wrote: > > I have debugged this some more. I'm able to boot, if I boot from serial > > console and am careful not to tickle the vga driver too much i.e. > > interact with the machine over the network or over the serial console. > > > > The momen

Re: 5.0-DP2 boot failure on a 440GX motherboard

2002-12-03 Thread Arun Sharma
On Wed, Nov 20, 2002 at 05:35:53PM -0800, Arun Sharma wrote: > On Wed, Nov 20, 2002 at 04:36:58PM -0800, Arun Sharma wrote: > > This is a dual Pentium III motherboard, with 2 x PIII at 850 MHz. > > 5.0-DP1 worked just fine on this machine. However, with DP2, I get a > > garble

Re: startx -listen_tcp = core dump

2002-11-23 Thread Arun Sharma
On Sun, Nov 17, 2002 at 12:17:15AM -0800, Arun Sharma wrote: > Works fine when I don't specify -listen_tcp. Has anyone seen this ? Sorry for the terse message. Here's some more information. This appears to be related to int10 initialization. I have a ATI Radeon card. XFree86.0.log:

Re: 5.0-DP2 boot failure on a 440GX motherboard

2002-11-20 Thread Arun Sharma
On Wed, Nov 20, 2002 at 04:36:58PM -0800, Arun Sharma wrote: > This is a dual Pentium III motherboard, with 2 x PIII at 850 MHz. > 5.0-DP1 worked just fine on this machine. However, with DP2, I get a > garbled console (Everything is ok till the Timecounter.. message). > > Sometimes

5.0-DP2 boot failure on a 440GX motherboard

2002-11-20 Thread Arun Sharma
This is a dual Pentium III motherboard, with 2 x PIII at 850 MHz. 5.0-DP1 worked just fine on this machine. However, with DP2, I get a garbled console (Everything is ok till the Timecounter.. message). Sometimes the CD manages to boot and get into sysinstall, but hangs shortly thereafter. Even the

startx -listen_tcp = core dump

2002-11-17 Thread Arun Sharma
Works fine when I don't specify -listen_tcp. Has anyone seen this ? -Arun To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: panic with -current

2002-07-27 Thread Arun Sharma
On Sat, Jul 27, 2002 at 05:15:08PM -0400, John Baldwin wrote: > > Knowing the actual panic message would help. :) My bad. I was loading the wrong version of a kernel module (ipfw). -Arun To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of th

panic with -current

2002-07-27 Thread Arun Sharma
This is with the GENERIC kernel. Known problem ? How can I get a -current kernel that boots to multiuser so that I can tinker around with it ? Are there any magic config files that suppress these panics ? db> trace _mtx_lock_flags(7069307e,0,c03ff2e0,530) at _mtx_lock_flags+0x3e securelevel_ge(bf

Page faults in kernel mode

2002-06-09 Thread Arun Sharma
Running on a dual celeron box. CPU: Pentium II/Pentium II Xeon/Celeron (367.50-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x665 Stepping = 5 Features=0x183fbff real memory = 201326592 (196608K bytes) avail memory = 191365120 (186880K bytes) FreeBSD/SMP: Multiprocessor System Detected

Lock order reversal with a recent SMP kernel

2002-06-09 Thread Arun Sharma
lock order reversal 1st 0xc9c48d98 sis0 (network driver) @ /usr.current/src/sys/pci/if_sis.c:804 2nd 0xc0328600 allproc (allproc) @ /usr.current/src/sys/kern/kern_fork.c:309 Is this a problem ? -Arun To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in

Re: KSE/threads progress report

2001-08-06 Thread Arun Sharma
On 7 Aug 2001 05:07:13 +0200, Daniel Eischen <[EMAIL PROTECTED]> wrote: > > At this stage diffs must be pushing close to 1MB (maybe more) > > (I don't know as I don't know yet how to get p4 to generate diffs :-) > > Isn't it just `p4 diff` ? The diff produced by the above command is not accepted

Re: BP6 motherboard and hangs ...

2001-03-18 Thread Arun Sharma
In muc.lists.freebsd.current, you wrote: > > Anyone have any experience with the Abit BP6 motherboards? I've been > reporting and talking about problems with -CURRENT the past little while, > where when I start X, it pretty much dies soon after ... well, this > weekend, I needed to make my syste

Re: Xircom RealPort 10/100 LAN modem?

2000-05-21 Thread Arun Sharma
In muc.lists.freebsd.questions, you wrote: > > Does anyone know of support for this PCMCIA card in FreeBSD? I have looked > everywhere and can't seem to find it anywhere...not good. I also have a > Linksys LANmodem 33.6 10Bast-T PCMCIA NIC. Anyone know if that one is > supported? For those inter

Wrong permissions on /dev ?

2000-05-21 Thread Arun Sharma
I upgraded my 4.0-release laptop to 5.0-current today and my xe0 was recognized by the driver and everything was great. There is a minor nit about the permissions on /dev. It was not readable by others. So ps wouldn't work, because it could not open /dev/null. -Arun To Unsubscribe: se

kern/18524 - SMP cpu stats

2000-05-14 Thread Arun Sharma
Can someone responsible for SMP please look at this PR: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18524 This is necessary for tools like xosview, ktop etc to display per cpu stats. -Arun To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of

Abit BP6 - UDMA66 and non IBM disks

2000-05-08 Thread Arun Sharma
I have the following disk: ad4: 9787MB [19885/16/63] at ata2-master using UDMA33 and am experiencing hangs when I run it with UDMA66. I originally suspected this to be a cooling problem. But uncommenting the hlt instruction and reducing the temperature by 10 deg C, didn't help it. I read the

Re: KDE 2-preALPHA

2000-05-02 Thread Arun Sharma
In muc.lists.freebsd.current, you wrote: > Has anyone had any luck with kde 2-preALPHA on -current. I couldn't get > it to recognize QT even after installing the QT snapshot, and ldconfig did > wierd things. When I finally found the libs(via a reboot), I still got > unresolved symbols. No bina

Re: malloc.conf

2000-03-25 Thread Arun Sharma
On Sat, Mar 25, 2000 at 12:11:50PM -0800, Jordan K. Hubbard wrote: > > I did and created malloc.conf as documented there. And things were > > fine after that. Wouldn't it be better if the build process created > > a default /etc/malloc.conf ? > > It's purely an optional file; one doesn't need to

Re: malloc.conf

2000-03-25 Thread Arun Sharma
On Sat, Mar 25, 2000 at 09:05:18PM +0100, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Arun Sharma writes: > >On Sat, Mar 25, 2000 at 08:55:16PM +0100, Poul-Henning Kamp wrote: > >> > >> Please read the malloc(3) manual page. > >> > >

Re: malloc.conf

2000-03-25 Thread Arun Sharma
On Sat, Mar 25, 2000 at 08:55:16PM +0100, Poul-Henning Kamp wrote: > > Please read the malloc(3) manual page. > I did and created malloc.conf as documented there. And things were fine after that. Wouldn't it be better if the build process created a default /etc/malloc.conf ? -Arun To

malloc.conf

2000-03-25 Thread Arun Sharma
After upgrading to 4.0 from source, I had a simple program which called malloc core dump on me. After ktrace'ing it and creating /etc/malloc.conf it was happier. But I can't find malloc.conf anywhere in /usr/src. How does it get created during the build ? -Arun To Unsubscribe: send mai

Re: ucontext

2000-03-22 Thread Arun Sharma
On Wed, Mar 22, 2000 at 02:48:24PM -0500, Daniel Eischen wrote: > On Wed, 22 Mar 2000, Arun Sharma wrote: > > > On Wed, Mar 22, 2000 at 08:04:37AM -0500, Daniel Eischen wrote: > > > > > > I had them implemented and working for i386, and even had a hacked up >

Re: ucontext

2000-03-22 Thread Arun Sharma
On Wed, Mar 22, 2000 at 08:04:37AM -0500, Daniel Eischen wrote: > > I had them implemented and working for i386, and even had a hacked up > libc_r that used them instead of setjmp/longjmp. This was a few months > ago under 4.0-current. At the time, I thought they'd be better off > implemented a

ucontext

2000-03-21 Thread Arun Sharma
On Tue, Sep 07, 1999 at 01:21:59PM +0200, Marcel Moolenaar wrote: > Peter Wemm wrote: > > > > Before getting too far here, can we consider some other standard interfaces? > > > > #include > > > > int getcontext(ucontext_t *ucp); > > int setcontext(const ucontext_t *ucp); > >

Re: current lockups

2000-03-18 Thread Arun Sharma
> Compiling Mozilla with make -j 2 got -current to lock up, twice in > succession. I'm running a fairly recent snapshot (a week or two old) > on a Dual celeron box (BP6) with UDMA66 enabled. > > The kernel had DDB enabled. I was running X, but I didn't see any > signs of the kernel attempting to

Re: current lockups

2000-03-06 Thread Arun Sharma
On Mon, Mar 06, 2000 at 08:27:18PM +0100, Dave Boers wrote: > > Has this been fixed ? Is anyone interested in investigating ? > > I'll post more info if I find anything. > > I'm interested in the fix, of course :-) But where to start looking? I've > had three lockups so far (none before january 2

current lockups

2000-03-04 Thread Arun Sharma
Compiling Mozilla with make -j 2 got -current to lock up, twice in succession. I'm running a fairly recent snapshot (a week or two old) on a Dual celeron box (BP6) with UDMA66 enabled. The kernel had DDB enabled. I was running X, but I didn't see any signs of the kernel attempting to get into the

Re: ABIT BP6, UDMA-66 and wdc AC310200

2000-02-22 Thread Arun Sharma
On Tue, Feb 22, 2000 at 11:54:40AM +0100, Soren Schmidt wrote: > It seems Arun Sharma wrote: > > I have the above hardware combination and here's the dmesg from > > 4.0-current: > > > > atapci0: port 0xf000-0xf00f at device 7.1 on pci0 > > atapci1: por

ABIT BP6, UDMA-66 and wdc AC310200

2000-02-22 Thread Arun Sharma
I have the above hardware combination and here's the dmesg from 4.0-current: atapci0: port 0xf000-0xf00f at device 7.1 on pci0 atapci1: port 0xb400-0xb4ff,0xb000-0xb003,0xac00-0xac07 irq 11 at device 19.0 on pci0 ata2: at 0xac00 on atapci1 atapci2: port 0xc000-0xc0ff,0xbc00-0xbc03,0xb800-0