Re: locking problems in IPv6 code

2003-06-21 Thread Hiten Pandya
On Thu, Jun 19, 2003 at 03:17:03PM -0700, John-Mark Gurney wrote: I am running FreeBSD 5.1-R on a sparc64 machine, and am getting warnings about mallocing data w/ a lock aquired. dmesg output: malloc() of 64 with the following non-sleepablelocks held: exclusive sleep mutex netisr lock r = 0

Re: Software watchdog patch

2003-06-21 Thread Hiten Pandya
On Fri, Jun 20, 2003 at 09:47:07PM -0500, Sean Kelly wrote: Greetings. I look forward to any feedback, whether positive or negative. Hello Sean, this stuff looks really promising. Anyways, I can't comment about the code as I have had no time to read it, but here are a

Re: ACPI testing/debugging guide?

2003-06-17 Thread Hiten Pandya
On Tue, Jun 17, 2003 at 04:29:59PM -0600, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Dan Nelson [EMAIL PROTECTED] writes: : In the last episode (Jun 17), Scott Lambert said: : Is there some list of actions to preform and data to collect that : would assist with getting

Re: ALTQ for FreeBSD 5.1?

2003-06-13 Thread Hiten Pandya
On Fri, Jun 13, 2003 at 09:39:37AM +, Holger Kipp wrote: Erik Paulsen Skaalerud ([EMAIL PROTECTED]) wrote: Is anyone working on ALTQ intergration for FreeBSD 5.1? [...] I recently took interest in this (about a month ago) and had ALTQ port updated to work with the latest

Re: ALTQ for FreeBSD 5.1?

2003-06-12 Thread Hiten Pandya
On Fri, Jun 13, 2003 at 03:04:52AM +0200, Erik Paulsen Skaalerud wrote: Is anyone working on ALTQ intergration for FreeBSD 5.1? Looks like the FreeBSD-ALTQ went drop dead, as they havent made anything new since the release of FreeBSD 5.0.(http://www.rofug.ro/projects/freebsd-altq/) I

Re: Bluetooth stack for FreeBSD

2003-06-06 Thread Hiten Pandya
On Wed, Jun 04, 2003 at 09:32:32AM -0700, Maksim Yevmenkin wrote: Dear Hackers, Another release is available for download at http://www.geocities.com/m_evmenkin/ngbt-fbsd-20030604.tar.gz I am regret to announce that this is probably the last release. My company has announced that they

Re: s4bios

2003-06-04 Thread Hiten Pandya
On Tue, Jun 03, 2003 at 05:32:05PM +0200, Mark Santcroos wrote: Is there anyone that has succesfully used acpiconf -s 4? I'm very interested in your reports. If you haven't tried yet, but are willing to help me, please report me your findings. Hello Mark, I may not be totally

Re: VFS: C99 sparse format for struct vfsops

2003-06-03 Thread Hiten Pandya
On Mon, Jun 02, 2003 at 08:17:03AM -0700, Terry Lambert wrote: Hiten Pandya wrote: My fingers have been itching to do this since the day phk@ planted this idea in my brain (re: cdevsw initialisations). Basically, it changes the vfsops to use C99 sparse format, just like cdevsw. It removes

Re: VFS: C99 sparse format for struct vfsops

2003-06-03 Thread Hiten Pandya
On Mon, Jun 02, 2003 at 09:28:05AM -0700, Terry Lambert wrote: This is a different thing entirely... you are not adding elements in the cdevsw case. Er, huh? Did you read Poul's HEADSUP mail for cdevsw sparse init? The VFSOP case is less of a problem than the VOP case, but

Re: 5.2-RELEASE TODO

2003-06-03 Thread Hiten Pandya
On Tue, Jun 03, 2003 at 05:32:35PM +0900, SUZUKI Shinsuke wrote: I discussed this issued within KAME. Here's our rough plan about this synchronization. If you have some opinion, please let me know. When I've finished each merge, I'll ask you how to proceed. - sync per feature; don't

VFS: C99 sparse format for struct vfsops

2003-06-02 Thread Hiten Pandya
Gang, My fingers have been itching to do this since the day phk@ planted this idea in my brain (re: cdevsw initialisations). Basically, it changes the vfsops to use C99 sparse format, just like cdevsw. It removes a lot of junk default initialisations, and duplication. Just like phk@ said in

SI_SUB_RAID and SI_SUB_VINUM

2003-03-24 Thread Hiten Pandya
Hi Gang! I was wondering, what's the point of making Vinum use a totally different SYSINIT type? Isn't there a possibility it can just use SI_SUB_RAID? Cheers. -- Hiten To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: ENOMEM error diagnosis?

2003-03-15 Thread Hiten Pandya
Lucky Green (Fri, Mar 14, 2003 at 06:40:58PM -0800) wrote: I am seeing a lot of crashes of GBDE, causing ENOMEM errors to scroll rapidly on the console. Whenever this happens, the server becomes unresponsive to keyboard or any other input and has to be power cycled. Is there some debug setting

Re: MAKEDEV lost in 5.0-CURRENT?

2003-03-12 Thread Hiten Pandya
Hartmann, O. (Wed, Mar 12, 2003 at 04:59:52PM +0100) wrote: On Wed, 12 Mar 2003, Sergey A. Osokin wrote: :On Wed, Mar 12, 2003 at 04:44:25PM +0100, Hartmann, O. wrote: : Where are the MAKEDEV and MAKEDEV.local scripts in 5.0-CURRENT? : I cvsupdate today last time and did a find through

Re: xl: discard frame without packet header

2003-03-07 Thread Hiten Pandya
Juli Mallett (Fri, Mar 07, 2003 at 12:18:38AM -0600) wrote: This fixed yet? xl0: discard frame w/o packet header Fatal trap 12:

Loopback device dillema

2003-03-06 Thread Hiten Pandya
, and if this is not agreed upon, then someone needs to fix case when loopback device is not in the kernel config, and is going to be loaded as a module. Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: Loopback device dillema

2003-03-06 Thread Hiten Pandya
Brooks Davis (Thu, Mar 06, 2003 at 11:00:11AM -0800) wrote: On Thu, Mar 06, 2003 at 01:38:54PM -0500, Hiten Pandya wrote: To conclude, I would like to see the loopback device made default, and if this is not agreed upon, then someone needs to fix case when loopback device

Re: Loopback device dillema

2003-03-06 Thread Hiten Pandya
terribly ugly anyway. :-) Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Removal of netns - politically correct version

2003-03-05 Thread Hiten Pandya
when someone wants to restart the effort of maintaining it. Not that I can do anything about it, but I can't see why this discussion is getting bigger and bigger for no reason. Cheers. PS. Just my 2 cents. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten

Re: mbuf cache

2003-03-04 Thread Hiten Pandya
!= NULL) m_freem(adapter-fmp); adapter-fmp = NULL; adapter-fmp = NULL; } Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten

Re: mbuf cache

2003-03-04 Thread Hiten Pandya
Hiten Pandya (Tue, Mar 04, 2003 at 07:01:15PM -0500) wrote: Petri Helenius (Wed, Mar 05, 2003 at 01:42:05AM +0200) wrote: This does look odd... maybe there's a leak somewhere... does in use go back down to a much lower number eventually? What kind of test are you running

Re: Removal of netns

2003-03-04 Thread Hiten Pandya
netncp if I am not mistaken and thanks to Tim and Max Khon, it's now fixed, IIRC. Kudos to them. :-) -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

NTP server change

2003-03-03 Thread Hiten Pandya
/work/diffs/sysinstall-46235.patch Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ Index: menus.c === RCS file: /home/ncvs/src/usr.sbin/sysinstall/menus.c,v retrieving revision 1.368

Re: Possible patch for limiting APs at startup

2003-03-03 Thread Hiten Pandya
John Baldwin (Mon, Mar 03, 2003 at 02:49:21PM -0500) wrote: On 02-Mar-2003 Juli Mallett wrote: * De: Hiten Pandya [EMAIL PROTECTED] [ Data: 2003-03-01 ] [ Subjecte: Possible patch for limiting APs at startup ] Hello. Just as the topic says, do you think this patch is good

Possible patch for limiting APs at startup

2003-03-01 Thread Hiten Pandya
at the following location: http://www.unixdaemons.com/~hiten/work/diffs/eremove.patch -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ Index: sys/i386/i386/mp_machdep.c === RCS file: /home/ncvs

Re: machdep.guessed_bootdev sysctl on i386

2003-02-24 Thread Hiten Pandya
. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Problem with M_COPY_PACKET

2003-02-24 Thread Hiten Pandya
); if(new == NULL) return NULL; if(m-m_flags M_PKTHDR) M_COPY_PKTHDR(new, m); What you need, is m_dup_pkthdr(). M_COPY_PKTHDR has been deprecated for several reasons, that are outlined in the commit log of rev. 1.109 of sys/sys/mbuf.h. Cheers. -- Hiten

Re: Problem with M_COPY_PACKET

2003-02-24 Thread Hiten Pandya
Harti Brandt (Mon, Feb 24, 2003 at 08:46:13PM +0100) wrote: On Mon, 24 Feb 2003, Hiten Pandya wrote: HPCraig Rodrigues (Mon, Feb 24, 2003 at 12:07:02PM -0500) wrote: HP The code in question looks like: HP = HP struct

Re: busdma documentation

2003-02-24 Thread Hiten Pandya
Harti Brandt (Mon, Feb 24, 2003 at 11:41:57AM +0100) wrote: On Mon, 24 Feb 2003, Dag-Erling Smorgrav wrote: DSis there any? if so, where? Hiten Pandya was/is working on this. Last time I had a look it had not much moved from NetBSD towards FreeBSD. Don't know about the current state

machdep.guessed_bootdev sysctl on i386

2003-02-23 Thread Hiten Pandya
on IRC with positive results. Comments / objections appreciated. Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ Index: src/sbin/sysctl/sysctl.c === RCS file: /home/ncvs/src/sbin/sysctl

Re: machdep.guessed_bootdev sysctl on i386

2003-02-23 Thread Hiten Pandya
[EMAIL PROTECTED] (Mon, Feb 24, 2003 at 07:10:59AM +0100) wrote: In message [EMAIL PROTECTED], Hiten Pandya writes: --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello gang. Nothing big, but important... Can someone tell me

Re: reproducable ACPI hang on 5.0-RELEASE + Asus A7V mobo

2003-02-21 Thread Hiten Pandya
the drives and the fans, but powering evrything back up gives me a nice freeze. 4 just hangs. I don't think the S4 (-s4) state is supported, but I may be wrong. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to [EMAIL PROTECTED

Re: 5-STABLE Roadmap

2003-02-17 Thread Hiten Pandya
/ports/www/webstone - Fstress - http://www.cs.duke.edu/ari/fstress - ApacheBench - /usr/ports/www/p5-ApacheBench - netperf - /usr/ports/benchmarks/netperf There is a possibilty that we can use the MMap benchmark tool from the Linux 'vmregress' suite of benchmarks. -- Hiten Pandya

Re: FreeBSD 5, Samba and ACL support

2003-02-16 Thread Hiten Pandya
that helps. Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: ACPI: working ACPI vs broken ACPI

2003-02-16 Thread Hiten Pandya
. Is anybody working on this ? Martin I've been trying to load that URL since yesterday, but it's not working from here. Can you elaborate on what it does? Try the following URL: - http://cvsweb.no.netbsd.org/bsdweb.cgi/src/sys/dev/acpi/acpi_ec.c Cheers. -- Hiten Pandya ([EMAIL PROTECTED

KASSERT's for vfs_{get,copy}opt()

2003-02-14 Thread Hiten Pandya
passed this patch around on IRC, and have not seen any objections. Can the right maintainer of sys/kern/vfs_mount.c commit/review the patch attached with this mail. Also available from: http://www.unixdaemons.com/~hiten/work/diffs/vfs_mount.c.patch Cheers. -- Hiten Pandya ([EMAIL

Re: mdconfig problems

2003-02-13 Thread Hiten Pandya
file for backing...) # ls /dev/md* /dev/mdctl /dev/md0 ... Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Best method to produce patches?

2003-02-11 Thread Hiten Pandya
is the recommend method to use for playing with the source? I already found a small change in libc that should probably get committed but I want to generate the patch properly for everyone's approval. Checkout the development(7) manual page, written by Matt Dillon. Cheers. -- Hiten Pandya ([EMAIL

Re: kld problem ? (was: Re: MSDOSFS wastes 256k when nothing is mounted!)

2003-02-10 Thread Hiten Pandya
' (or something like that) panic later in boot process. (i.e. msdosfs_init() is called twice for some reason) I not sure if it's applicable to KLDs at all or to msdosfs only. This also happens when the Linux kernel module is loaded twice. Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL

Re: GEOM and Extended Slices

2003-02-08 Thread Hiten Pandya
On Fri, Feb 07, 2003 at 07:49:54PM -0800, walt wrote the words in effect of: Hiten Pandya wrote: Hi gang. Recently removing the NO_GEOM option from my kernel; I noticed that my dos extended slices dev entries disappeared under a GEOM kernel... I've been using extended slices on both

Re: GEOM and Extended Slices

2003-02-08 Thread Hiten Pandya
On Sat, Feb 08, 2003 at 06:03:53AM -0800, walt wrote the words in effect of: Hiten Pandya wrote: On Fri, Feb 07, 2003 at 07:49:54PM -0800, walt wrote the words in effect of: Hiten Pandya wrote: Hi gang. Recently removing the NO_GEOM option from my kernel; I noticed that my dos

Re: vnode locking question.

2003-02-07 Thread Hiten Pandya
... ... or something like that? -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

GEOM and Extended Slices

2003-02-07 Thread Hiten Pandya
anything for `grep -i extend`. So, is it just me, or is this is a problem? -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: VM_METER no longer defined?

2003-01-18 Thread Hiten Pandya
not Release Engineer, so final decision is up to you. Cheers. P.S. Apologies for taking long to reply, I was out party-ing. :^) -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Nuke MIN/MAX duplications

2003-01-18 Thread Hiten Pandya
complications on my machine -- it is a slow poke 166Mhz processor! Patch can also be found at: http://www.unixdaemons.com/~hiten/work/diffs/minmax_fix.patch Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ Index: alpha/alpha/busdma_machdep.c

Re: Bus DMA for USB - compilation problems.

2003-01-16 Thread Hiten Pandya
happens, the routine is asked to take over the task. The BusLogic driver is a very good driver to read for bus_dma related things. I personally found it good, as it covers many cases. JFYI. HTH. Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten

Re: unexpected machine check on 5.0 alpha

2003-01-16 Thread Hiten Pandya
../../../../dev/ic/aic6360.c:1426 Let me know if anyone is interested in those patches. Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: HOWTO: Basic-block profiling on -current.

2003-01-06 Thread Hiten Pandya
Hello. This is just cool! I was wondering, did you receive my mail on this issue? It seems that I sent mail to you before too, but never got a reply. Thanks. - Hiten On Mon, Jan 06, 2003 at 02:28:52PM +0100, Poul-Henning Kamp wrote the words in effect of: I have committed the bits needed

Does anyone have an lge(4) supported NIC?

2002-12-27 Thread Hiten Pandya
Hi all. Sorry for cross posting, but if someone on the channel has an lge(4) supported NIC and you are willing to test some patches, can you please contact me privately? Cheers. -- Hiten Pandya http://www.unixdaemons.com/~hiten/ [EMAIL PROTECTED], [EMAIL PROTECTED] To Unsubscribe: send mail

Re: SIS 962 chipset, problems ...

2002-12-23 Thread Hiten Pandya
! I thought first that this is a similar problem to the one where the physical is at id 1, not 0. But it still doesn't work. IIRC, this is the same problem, that was posted on -hackers -- something to do with the Card not reading the MAC address from the EEPROM. I may be wrong. -- Hiten Pandya

Re: VLAN v.s. NIC with VLAN hardware support bug.

2002-12-21 Thread Hiten Pandya
, em, ti (ti aren't affected by reported bug as it strips the priority bits at driver level). Dan, I believe you submitted a PR about this [1], what does patch try to solve, regarding VLAN hardware support? [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/46405 Cheers. -- Hiten Pandya ([EMAIL

Re: PFIL_HOOKS should be made default in 5.0

2002-12-19 Thread Hiten Pandya
like it should stay an option for 5.0. I agree with this. Maybe we should put in the release notes, that: PFIL_HOOKS is required for IPFILTER -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to [EMAIL PROTECTED

Re: busdma documentation

2002-12-16 Thread Hiten Pandya
, and hopefully I will have all this done. If I get enough time after this, I will be doing an article on bus_dma, but not sure yet. NOTE: The above copy is work in progress -- the man page conversion should be finished hopefully by end of this week. Cheers. -- Hiten Pandya ([EMAIL PROTECTED

Re: NFS-related panic on reboot

2002-12-14 Thread Hiten Pandya
--- nfs_vnops.c 11 Oct 2002 14:58:32 - 1.189 +++ nfs_vnops.c 14 Dec 2002 16:25:14 - @@ -1468,7 +1468,7 @@ { return (nfs_removerpc(sp-s_dvp, sp-s_name, sp-s_namlen, sp-s_cred, - NULL)); + curthread)); } /* %%% Cheers. -- Hiten Pandya ([EMAIL

sysctl_sysctl_next_ls() panic in case of empty node

2002-12-03 Thread Hiten Pandya
, please do not hesitate to contact me for more information. Cheers. P.S. Patch and test code attached with this mail. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ /* * Code for reproducing Sysctl (empty node) bug. */ #include sys/param.h #include sys

Re: unkillable process - 'mdconfig -t vnode' on small file

2002-12-01 Thread Hiten Pandya
|grep mdconf') is mddest. Hello. I recently reported this issue, and Ian Dowse had a fix to correct this situation in the mddestroy() routine in src/sys/dev/md/md.c. Please update your tree, and rebuild. Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com

Re: Where is APM0 ???

2002-12-01 Thread Hiten Pandya
functions) Try disabling ACPI, it _might_ work this way. But if your system supports ACPI, then don't bother with APM imho. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: Harry Potter and the Disappearing Disklabel

2002-11-29 Thread Hiten Pandya
/tools/tools, does a good job of finding UFS1 and UFS2 slices. It is somewhat similar to scan_ffs but way more advanced. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: MD broken in current

2002-11-28 Thread Hiten Pandya
the tsleep(). Is anyone planning to take this task, because, I think its important that it is fixed. Or should it be put on the 5.0-todo list? If not, we should put it in the BUGS section of mdconfig/ or the md(4) manual page. IMO. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http

Re: MD broken in current

2002-11-26 Thread Hiten Pandya
://www.unixdaemons.com/~hiten/work/diffs/md.c.patch Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ Index: md.c === RCS file: /home/ncvs/src/sys/dev/md/md.c,v retrieving revision 1.74

Re: ACLs on the boot partition?

2002-11-26 Thread Hiten Pandya
and set it from there? If you are using UFS1, did you follow the procedures in /sys/ufs/ufs/README.acls ? No, not using USF1. / was formatted UFS2. tunefs -a /your/filesystem I think thats the one. Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com

Re: Searching for users of netncp and nwfs to help debug 5.0 problems

2002-11-26 Thread Hiten Pandya
to take my place. Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Searching for users of netncp and nwfs to help debug 5.0 problems

2002-11-26 Thread Hiten Pandya
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 included from

Re: I'm impressed, but ...

2002-11-25 Thread Hiten Pandya
. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Lost disklabel

2002-11-18 Thread Hiten Pandya
you try using the find-sb utility. You can run this utility as root, once you have compiled it: # cd /usr/src/tools/tools/find-sb # make # ./find-sb device-name: e.g. /dev/ad0 Hope that helps. Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http

Re: mdconfig /tmp problem

2002-11-15 Thread Hiten Pandya
driver messes up when a 0 byte file is passed: # touch /tmp/tmp.fake; mdconfig -a -t vnode -f /tmp/tmp.fake I have not been able to collect debugging data, but when I have some, I will pass it on. FYI. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com

Re: Will official-NVIDIA-driver for 4.7 work with -CURRENT ?

2002-11-13 Thread Hiten Pandya
On Sat, Nov 09, 2002 at 08:40:21AM -0500, Hiten Pandya wrote the words in effect of: On Fri, Nov 08, 2002 at 07:21:32PM -0800, Brooks Davis wrote the words in effect of: On Fri, Nov 08, 2002 at 10:09:10PM -0500, Hiten Pandya wrote: P.S. hw.pci should moved somewhere global, but donno how

blimitd fixes (was: ports broken by KSE changes)

2002-11-13 Thread Hiten Pandya
/user.h: removal of struct kp_eproc from struct user. So, I have just used the version 50 and 500023 in my patches. Note: This only applies to -current. blimitd users: http://www.unixdaemons.com/~hiten/work/ports/blimitd-patches Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED

Re: acpid implementation?

2002-11-08 Thread Hiten Pandya
started out on something without telling anyone? :) Why do you need an acpid? -- Hiten Pandya [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Will official-NVIDIA-driver for 4.7 work with -CURRENT ?

2002-11-08 Thread Hiten Pandya
tunable to the loader(8) manual page or some such. Patch also available at: http://www.unixdaemons.com/~hiten/work/diffs/pci_pci.patch Cheers. P.S. hw.pci should moved somewhere global, but donno how this can be done or even if it is possible to do. -- Hiten Pandya [EMAIL PROTECTED], [EMAIL

Re: WIne freezes -current for half a year

2002-11-03 Thread Hiten Pandya
information about you system, like dmesg, sysctl -a etc. This will aid the developers in diagnosing your situation. Also, providing what type of errors you get etc, would help too. Cheers. -- Hiten Pandya [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

Re: Unsucessful with 5.0-CURRENT Installation on a 120G IDE HDD

2002-11-02 Thread Hiten Pandya
on Fri Nov 1 05:04:37 2002 When I go to Configure-Fdisk in sysinstall, it shows this WARNING message, which, I dont get in my old NON-GEOM system. If there is anymore data you would like, then please do not hesitate to contact me. Cheers. -- Hiten Pandya [EMAIL PROTECTED], [EMAIL PROTECTED

Re: GEOM gets whole disk geometry for slice (instead of slice geometry)

2002-11-02 Thread Hiten Pandya
NOGEOM kernel option? I want my old good disklabel back. I think it is NO_GEOM, but I am not sure, grep'ing for NO_GEOM does not come up with anything though, but give it a try. Cheers. -- Hiten Pandya [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

Re: Unsucessful with 5.0-CURRENT Installation on a 120G IDE HDD

2002-11-02 Thread Hiten Pandya
On Sat, Nov 02, 2002 at 10:38:33AM -0800, walt wrote the words in effect of: Hiten Pandya wrote: Hmm, OK. Let me rephrase it all. I have a 120G IDE disk, which is under LBA mode. It is the second disk on my system. I have been using it with my old (julyish) -current for a while

Re: Unsucessful with 5.0-CURRENT Installation on a 120G IDE HDD

2002-11-02 Thread Hiten Pandya
was aware it -current was gonna punish me one day anyway, so. no regrets. I will try your method out anyway. Lets see how it goes. :) Thanks again. -- Hiten Pandya [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

Unsucessful with 5.0-CURRENT Installation on a 120G IDE HDD

2002-11-01 Thread Hiten Pandya
Hi there. I tried installing the 5.0-CURRENT-20021028-JPSNAP ISO today, on my 120G harddrive, which is the second one on the system. Sysinstall failed to get the right geometry of the disk, even though the BIOS was in LBA mode. My 50G FreeBSD partition (ad1s3) as two partitions, 1000MB and a

Re: Unsucessful with 5.0-CURRENT Installation on a 120G IDE HDD

2002-11-01 Thread Hiten Pandya
On Fri, Nov 01, 2002 at 08:56:44PM +, Hiten Pandya wrote the words in effect of: Hi there. I tried installing the 5.0-CURRENT-20021028-JPSNAP ISO today, on my 120G harddrive, which is the second one on the system. Sysinstall failed to get the right geometry of the disk, even though

Re: libc in CURRENT fails as of 1200 GMT today

2002-10-30 Thread Hiten Pandya
On Wed, Oct 30, 2002 at 04:48:23PM +, Daniel Flickinger wrote the words in effect of: [ ... ] I have not seen a commit since that time --4+ hours. everything else compiled; obviously a lot of incompletes without libc Hey there. Could you please do a `make includes',

Re: The official GEOM is in the tree speech.

2002-10-05 Thread Hiten Pandya
PHK, I salute you! -- Hiten --- Poul-Henning Kamp [EMAIL PROTECTED] wrote: Ok, we've reached a milestone which have been on the radar for 8½ years, at least for some of us: GEOM is far from done yet, but unless I have overlooked something, it now meets and in may areas exceeds the

Re: ../../../vm/uma_core.c:1327: could sleep with pcm0:play:0 locked from

2002-06-08 Thread Hiten Pandya
--- Juan Francisco Rodriguez Hervella [EMAIL PROTECTED] wrote: ../vm/uma_core.c:1160 ../../../vm/uma_core.c:1327: could sleep with process lock locked from ../../../kern/kern_prot.c:511 ../../../vm/uma_core.c:1327: could sleep with process lock locked from Hope this help. Do you think these

Lock information from SMP Kernel of June 7

2002-06-07 Thread Hiten Pandya
. Thanks. Regards. P.S. MPTable Output, dmesg(1) output attached. -- Hiten Pandya http://storm.uk.FreeBSD.org/~hiten Finger [EMAIL PROTECTED] for PGP public key -- 4FB9 C4A9 4925 CF97 9BF3 ADDA 861D 5DBD E4E3 03C3 Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983

Buildworld errors caused by libfetch.so

2002-06-06 Thread Hiten Pandya
[CC'ed to des@] Hi all. I am experiencing buildworld errors caused by the latest libfetch.so. The CVSUP source is just a couple of minutes old. Thanks. -- Hiten Pandya http://storm.uk.FreeBSD.org/~hiten Finger [EMAIL PROTECTED] for PGP public key -- 4FB9 C4A9 4925 CF97 9BF3 ADDA 861D 5DBD

Re: Buildworld errors caused by libfetch.so

2002-06-06 Thread Hiten Pandya
--- Doug Barton [EMAIL PROTECTED] wrote: On Thu, 6 Jun 2002, Hiten Pandya wrote: [CC'ed to des@] Hi all. I am experiencing buildworld errors caused by the latest libfetch.so. The CVSUP source is just a couple of minutes old. Make sure that your next cvsup catches the update

Re: Deadlock using snapshots

2002-06-03 Thread Hiten Pandya
--- Peter Jeremy [EMAIL PROTECTED] wrote: I decided to do some experimenting with snapshots and managed to deadlock my system. (Basically, I had a cron job that was trying to snapshot all my filesystems every 5 minutes - with a view to being able to undo any accidents I might make). I'd

Build Errors in Latest -CURRENT

2002-06-03 Thread Hiten Pandya
Build errors encountered in the latest buildworld of -current. Error output attached with mail. Hope it helps. Uname(1) of the system is: FreeBSD 5.0-CURRENT #0: Sat May 4 19:07:01 BST 2002 Thanks. -- Hiten Pandya http://storm.uk.FreeBSD.org/~hiten Finger [EMAIL PROTECTED] for PGP public

Re: MAKEDEV in current

2002-05-21 Thread Hiten Pandya
in your kernel configuration file. Also, read the src/UPDATING file more information. Regards. -- Hiten Pandya -- [EMAIL PROTECTED], [EMAIL PROTECTED] __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com To Unsubscribe

Re: How to dump a 4gig system on panic ?

2002-05-17 Thread Hiten Pandya
--- Marc G. Fournier [EMAIL PROTECTED] wrote: Well, downloaded the files (a .tar.gz would be nice? *grin*) and the client built perfectly, and kldload worked fine ... is there some way someone can suggest of 'simulating a crash'? Some way to test to make sure that it is working as expected?

Re: make includes

2002-05-14 Thread Hiten Pandya
Regards. -- Hiten Pandya Finger [EMAIL PROTECTED] for PGP Public Key See complete mail headers for address information WWW: http://storm.uk.FreeBSD.org/~hiten/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Review requested for newly added manual page devinfo(8)

2002-05-12 Thread Hiten Pandya
Hello, As per the request of rwatson; and a courtesy which I would like to fulfil. I would be very greatful if you could take a look at the newly added manual page, available at: src/usr.sbin/devinfo/devinfo.8 It was added on Sunday May/12 by Robert Watson. Thank you, Regards. -- Hiten

re: alpha tinderbox failure

2002-05-11 Thread Hiten Pandya
; --n; case 1: ck ^= (int)*d++; --n; } return(ck); } %%% Thanks. Regards. P.S. JFYI. :-) -- Hiten Pandya http://storm.uk.FreeBSD.org/~hiten Finger [EMAIL PROTECTED] for PGP public key -- 4FB9 C4A9 4925 CF97 9BF3 ADDA 861D 5DBD

Re: -current and vmware2

2002-05-11 Thread Hiten Pandya
--- Julian Elischer [EMAIL PROTECTED] wrote: seems something broke in the networking side of things using host-only networking.. vmnet1 doesn;t show up any more.. Does vmware2 crash when it is started? I was recently trying vmware2 on FreeBSD-CURRENT, but gaveup because it tried to load the

Re: -current and vmware2

2002-05-11 Thread Hiten Pandya
--- Julian Elischer [EMAIL PROTECTED] wrote: yeah I just tracked it doen to if_tap not working as a module any more... don't know what broke it but it's not showing up in /dev/ (devfs) any more and not creating interfaces.. Exactly the same problem, but when kldload is called, it

Re: UMA lock order reversal

2002-05-05 Thread Hiten Pandya
On Sun, 5 May 2002, Doug Barton wrote: With yesterday's -current: lock order reversal 1st 0xcc5987a4 DIRHASH (UMA zone) @ /usr/Local/src-current/sys/vm/uma_core.c:297 2nd 0xc76c2224 PCPU 256 (UMA cpu) @ /usr/Local/src-current/sys/vm/uma_core.c:1630 I see the same one when I run

mutex Giant problems in latest -current

2002-05-04 Thread Hiten Pandya
; author: alc; state: Exp; lines: +0 -3 o Remove GIANT_REQUIRED from vm_map_lookup_entry() and vm_map_check_protection(). o Call vm_map_check_protection() without Giant held in munmap(). %% Thanks. -- Hiten Pandya http://storm.uk.FreeBSD.org/~hiten Finger [EMAIL

Re: 3Com 3c905C-TX

2002-05-02 Thread Hiten Pandya
is used. Branch: MAIN CVS Tags: HEAD Those are the only two revisions made to the if_xl.c driver in the timeframe you have provided; and I don't think they can cause the issue you have described, IMHO. -- Hiten Pandya __ Do You Yahoo!? Yahoo

Re: Uptime of 8909 days on 5-CURRENT

2002-04-28 Thread Hiten Pandya
--- Kris Kennaway [EMAIL PROTECTED] wrote: I'm seeing this too, but I expect it's probably caused by out of sync kernel and world. I haven't yet been able to test this hypothesis. Just wondering, could this be because of the recent changes made to the time code by phk? (uh oh, hiten.. you are

Re: i386 tinderbox failure

2002-04-28 Thread Hiten Pandya
%%% : iedowse 2002/04/28 03:24:38 PDT : : Modified files: :usr.sbin/pstat pstat.8 pstat.c : Log: : Oops, remove references to NLOCKED and NWANTED, now that they no : longer exist. %%% I beleive this unbreaks pstat. :-) -- Hiten

Re: Page fault in swp_pager_meta_build()

2002-04-28 Thread Hiten Pandya
--- Matthew Dillon [EMAIL PROTECTED] wrote: No idea, but the last time someone had a weird swap issue it turned out that they had swapon'd the same swap partition twice. The system's checks are not sufficient if you swapon the same device from different mounts. So check that

Re: Uptime of 8909 days on 5-CURRENT

2002-04-28 Thread Hiten Pandya
--- Lamont Granquist [EMAIL PROTECTED] wrote: I'm seeing this too, but I expect it's probably caused by out of sync kernel and world. I haven't yet been able to test this hypothesis. I don't think so, I did: [...] Just cvsup again and rebuild your kernel, and that will fix the problem.

Spin lock (?) problems with MUTEX_PROFILING

2002-04-24 Thread Hiten Pandya
profiling lock not in order list I had no idea how to debug this, so I am sending it to the -current list and cc'ing a copy to DES. I am also attaching my kernel configuration file for reference purposes. Thanks -- Hiten Pandya http://storm.uk.FreeBSD.org/~hiten Finger [EMAIL PROTECTED] for PGP

  1   2   >