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: 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 loc

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 wit

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 w

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/)

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 tha

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 co

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;

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: 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,

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 his

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 se

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 thro

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 tr

Re: Loopback device dillema

2003-03-06 Thread Hiten Pandya
pback device code looks 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: 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 >

Loopback device dillema

2003-03-06 Thread Hiten Pandya
pback device made default, 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: sen

Re: Removal of netns - politically correct version

2003-03-05 Thread Hiten Pandya
ply your fixes and shuv it in the Attic so it's less horid 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. --

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 e

Re: mbuf cache

2003-03-04 Thread Hiten Pandya
me a bit: if (em_get_buf(i, adapter, NULL) == ENOBUFS) { adapter->dropped_pkts++; em_get_buf(i, adapter, mp); if (adapter->fmp != NULL)

Re: Removal of netns

2003-03-04 Thread Hiten Pandya
not serve if it was moved to the > > Attic? That's 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

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. > >> >

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

Possible patch for limiting APs at startup

2003-03-01 Thread Hiten Pandya
atch available 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 ===

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: > > HP>Craig Rodrigues (Mon, Feb 24, 2003 at 12:07:02PM -0500) wrote: > HP>> The code in ques

Re: Problem with M_COPY_PACKET

2003-02-24 Thread Hiten Pandya
og of rev. 1.109 of sys/sys/mbuf.h. 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: machdep.guessed_bootdev sysctl on i386

2003-02-24 Thread Hiten Pandya
later post to this thread, I have provided a patch. 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: 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: > > DS>is 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

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

machdep.guessed_bootdev sysctl on i386

2003-02-23 Thread Hiten Pandya
which has been reviewed and tested by people 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

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

2003-02-21 Thread Hiten Pandya
be because I can't notice the CPU stopped. 3 actually halts 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]) h

Re: 5-STABLE Roadmap

2003-02-17 Thread Hiten Pandya
ssic 'worldstone' > - webstone - /usr/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 fr

Re: ACPI: working ACPI vs broken ACPI

2003-02-16 Thread Hiten Pandya
n 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], [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: FreeBSD 5, Samba and ACL support

2003-02-16 Thread Hiten Pandya
- http://samba.mirror.ac.uk/samba/whatsnew/samba-2.2.6.html Samba 2.2.6 should work with ACLs with an 'external patch'. See it's release notes for more information. Hope 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

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

2003-02-14 Thread Hiten Pandya
calls. I have 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

Re: mdconfig problems

2003-02-13 Thread Hiten Pandya
# mdconfig -a -t vnode -f /tmp/mdstore (used 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
ources? > > What 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, wr

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

2003-02-10 Thread Hiten Pandya
> compiled in kernel and try to load msdosfs.ko with loader -- then > you're 100% will hit into 'mutex already initialized' (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 app

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. > >>&

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

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: vnode locking question.

2003-02-07 Thread Hiten Pandya
) > If It did, wouldn't that give a panic() with something like: "panic: mutex held on exit to userland..." ... 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

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: VM_METER no longer defined?

2003-01-18 Thread Hiten Pandya
change some long time ago, but there were complications (people busy etc...). I think applicatins to should be changed to use VM_TOTAL, instead of VM_METER, because that's the correct name. This is the same issue with the KMEM_METER define, which will be resolved once I get around to it. I

Re: unexpected machine check on 5.0 alpha

2003-01-16 Thread Hiten Pandya
to use BUS space debug, so that we can easily find out errors, and fix 'em. It reports someting like this: (taken from NetBSD sample) "buffer not aligned to 2 bytes ../../../../dev/ic/aic6360.c:1426" Let me know if anyone is interested in those patches. Cheers. --

Re: Bus DMA for USB - compilation problems.

2003-01-16 Thread Hiten Pandya
from the NetBSD bus_dma interface, you can provide a filter routine, at dma tag creation time (bus_dma_tag_create) to DMA to an address range not accesilbe to the interface -- i.e. if such thing 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/ 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
address: ff:ff:ff:ff:ff:ff > Dec 23 15:17:03 kernel: sis0: MII without any PHY! > > 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

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

2002-12-21 Thread Hiten Pandya
are nge, bge, txp, gx, > 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

Re: PFIL_HOOKS should be made default in 5.0

2002-12-19 Thread Hiten Pandya
t factor from including it in the base kernel should be very > small and perhaps the impact of the code being active in those packet > paths close to immeasurable (I hope.) > > > Both issues make it seem like it should stay an option for 5.0. > > I agree with this. Maybe we sho

PFIL_HOOKS should be made default in 5.0

2002-12-18 Thread Hiten Pandya
have discussed this with Darren, but would just like to make it public, so it can be discussed by the release engineers etc. I apologize but I do not have patches for this. Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send

Re: busdma documentation

2002-12-17 Thread Hiten Pandya
ed, but they have enough information to guide you through. Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ bus_dma-docs.tgz Description: application/tar-gz

Re: busdma documentation

2002-12-16 Thread Hiten Pandya
d. Once step at a time, 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

Re: NFS-related panic on reboot

2002-12-14 Thread Hiten Pandya
verpc(sp->s_dvp, sp->s_name, sp->s_namlen, sp->s_cred, - NULL)); + curthread)); } /* %%% 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

sysctl_sysctl_next_ls() panic in case of empty node

2002-12-03 Thread Hiten Pandya
arding this bug, 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 #in

Re: Where is APM0 ???

2002-12-01 Thread Hiten Pandya
tion is > "HOW TO ENABLE IT IN device.hints file???" > apm saver also talks what It need #APM enable# (see dmesg file in prev > message). > > Or, may be exist any another way to "shutdown -p now" machine. (Means only > power down by using ACPI functions) Try disa

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

2002-12-01 Thread Hiten Pandya
be killed. It's wchan ('ps axO wchan|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 Pandy

Re: Harry Potter and the Disappearing Disklabel

2002-11-29 Thread Hiten Pandya
'm tempted to point the finger at GEOM, but hate to say anything > > like that. > > Same problem hit me yesterday. Haven't figured out the cause yet. > > Sam FWIW, find-sb in /usr/src/tools/tools, does a good job of finding UFS1 and UFS2 slices. It is somewh

Re: MD broken in current

2002-11-28 Thread Hiten Pandya
the MD_SHUTDOWN to before the > tsleep should catch all of these cases, and Giant ensures that the > wakeup() does not occur after the flag is tested but before the > tsleep(). > Is anyone planning to take this task, because, I think its important that it is fixed. Or should it b

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

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

2002-11-26 Thread Hiten Pandya
I was going to work on this task at one point in time, but now that my school exam timetable has changed, I will not be able to do it; for the next 2/3 months anyway. If someone wants to give a go at this task, then they are most welcome 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: ACLs on the boot partition?

2002-11-26 Thread Hiten Pandya
t; have tunefs. Is my only choice now to take the drive out and put it in > > > another FreeBSD machine 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 /yo

Re: MD broken in current

2002-11-26 Thread Hiten Pandya
the information, although I am not sure if that is the best/sane way of doing it. The URL for the patch is: http://www.unixdaemons.com/~hiten/work/diffs/md.c.patch Cheers. -- Hiten Pandya ([EMAIL PROTECTED], [EMAIL PROTECTED]) http://www.unixdaemons.com/~hiten/ Index: md.c

Re: I'm impressed, but ...

2002-11-25 Thread Hiten Pandya
happens when any process hangs in the `ufs' state. It syncs the disks, when you `shutdown` or `fastboot`. This indicates a bug in the kernel. > As I said, I'm happy to help analyse and debug these issues, but I don't know > where to look :-) Can you try using `ktrace`, lik

Re: Lost disklabel

2002-11-18 Thread Hiten Pandya
here something obvious that > I'm missing about how to fix this problem? Hi there. I am not sure if this is a 100% solution, but can 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

Re: mdconfig /tmp problem

2002-11-15 Thread Hiten Pandya
U /dev/md10c >/dev/null > mount /dev/md10c /tmp > /bin/chmod 1777 /tmp > There is also another problem. mdconfig/md 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, b

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

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

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

2002-11-09 Thread Hiten Pandya
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 this can be > > done or even if it is possible to do. > > I

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

2002-11-08 Thread Hiten Pandya
, then we will have to remove the PCI_ALLOW_UNSUPPORTED_I0_RANGE from ``options'' files and add entries for hw.pci.enable_io_modes and this loader 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

Re: acpid implementation?

2002-11-08 Thread Hiten Pandya
xist anywhere, or has anyone 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: WIne freezes -current for half a year

2002-11-03 Thread Hiten Pandya
on, and provide more 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 Unsubscrib

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

2002-11-02 Thread Hiten Pandya
encil and paper and five minutes of preparation. Yup. Anyway, no one to blame, because I 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],

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

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

2002-11-02 Thread Hiten Pandya
t" field of all a, > b and c partitions. > > BTW, is there is a way to turn GEOM off, something like 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,

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

2002-11-02 Thread Hiten Pandya
ov 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], [EM

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

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 1

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 inclu

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

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 t

Lock information from SMP Kernel of June 7

2002-06-07 Thread Hiten Pandya
then I apologise for the inconvenience. 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.

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 coupl

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

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: 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).

Re: MAKEDEV in current

2002-05-21 Thread Hiten Pandya
ntries unless you have NODEVFS 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! Mu

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 exp

Re: make includes

2002-05-14 Thread Hiten Pandya
sr/include.old) > make incsinstall 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: -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: -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 th

re: alpha tinderbox failure

2002-05-11 Thread Hiten Pandya
case 3: ck ^= (int)*d++ << 16; --n; case 2: ck ^= (int)*d++ << 8; --n; case 1: ck ^= (int)*d++; --n; } return(ck); } %%% Thanks. Regards. P.S. JFYI. :-) -- Hiten

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

mutex Giant problems in latest -current

2002-05-04 Thread Hiten Pandya
2002/05/04 02:07:36; 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/

Re: 3Com 3c905C-TX

2002-05-02 Thread Hiten Pandya
the MTX_NETWORK_LOCK macro) and UMA zone locks, a name 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 __

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

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

  1   2   >