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

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] fo

Re: buildkernel borken

2002-04-23 Thread Hiten Pandya
Hi, I dont think the fix I am suggesting is correct, but it worked when I last tried to build my CURRENT kernel (yesterday), and it came out right. Do the following: o Remove the following from src/share/mk/bsd.dep.mk beginning at line 31 as suggested in the error output: %%% .if !target

Re: Heads up: -current sucks today :-)

2002-04-23 Thread Hiten Pandya
--- John Baldwin <[EMAIL PROTECTED]> wrote: > > I have been seeing a 'witness_get exhausted' message for quite a long > > time. I have disabled SMP on my kernel as of now, but still have to > > figure out where and why this message is coming. > > The witness_get thing was fixed a week or so ago

Re: [REVIEW] - Kernel path changes in -current man pages

2002-04-19 Thread Hiten Pandya
--- Mark Santcroos <[EMAIL PROTECTED]> wrote: > On Fri, Apr 19, 2002 at 12:13:47AM +0100, Hiten Pandya wrote: > > If anyone recalls, I sent a post before which was about changing the > > kernel path changes in the (only) -current man pages. As these are > > related to

[REVIEW] - Kernel path changes in -current man pages

2002-04-18 Thread Hiten Pandya
o the -CURRENT branch. Thanks. Regards. -- 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 Index: fstat.1 === RCS file: /home/ncvs/src/us

Re: Heads up: -current sucks today :-)

2002-04-18 Thread Hiten Pandya
--- Robert Watson <[EMAIL PROTECTED]> wrote: > I've had four seperate and distinct panics on my -current box from > yesterday in the last twenty minutes. -CURRENT appears to be somewhat > unstable. Yes, this is -CURRENT; please wear a hard hat and avoid > manipulating critical data using you -CU

Re: pcm?

2002-04-15 Thread Hiten Pandya
orking in 4.5 but perhaps theres better support in > 5.0 but I didn't find any info in NOTES What problem did you exactly have in 4.5 with the pcm support? Regards. -- Hiten Pandya Finger [EMAIL PROTECTED] for PGP public key --- 4FB9 C4A9 4925 CF97 9BF3 ADDA 861D 5DBD E4E3 03C3 ---

Re: Mouse in Xfree86 4.2.0

2002-04-15 Thread Hiten Pandya
>anyway to get /dev/mouse working as in FreeBSD 4? Technically the MAKEDEV script still exists in src/etc/MAKEDEV*, but it is only copied to /dev if you have disabled the DEVFS k-option, afaik. -- Hiten Pandya -- <[EMAIL PROTECTED]> __

Re: Testers for an icc compiled kernel wanted

2002-04-15 Thread Hiten Pandya
--- Alexander Leidinger <[EMAIL PROTECTED]> wrote: > Hi, > > I've got a lot of LINT compiled with icc. If someone feels > adventuresomely he may grab > http://www.leidinger.net/FreeBSD/icc_20020415.diff, apply it, and do a FYI, You need to rename your online patch from icc_2020415.diff to icc_

Re: Some info on the kgmon(8) manual page (regarding current) needed

2002-03-27 Thread Hiten Pandya
--- Robert Watson <[EMAIL PROTECTED]> wrote: > I'd avoid your later changes involving describing how getbootfile() relies > on sysctl in the kgmon(8) man page. That's an implementation detail of > the API, not of kgmon, and while it probably won't change, putting the > information there increases

Re: Some info on the kgmon(8) manual page (regarding current) needed

2002-03-27 Thread Hiten Pandya
--- Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > How about http://people.FreeBSD.org/~keramida/diff/kgmon.txt ? Hmm, the patch looks pretty good, but we can use a bit of rewording which will reflect what the code does. Something like the following: -- START -- Extract the name list from the s

Re: Some info on the kgmon(8) manual page (regarding current) needed

2002-03-27 Thread Hiten Pandya
oo" What are your suggestions? In any case, I will take the precautions which Giorgos has put in place, and will produce the patches accordingly. :) Thanks, -- Hiten Pandya __ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy

Re: Some info on the kgmon(8) manual page (regarding current) needed

2002-03-27 Thread Hiten Pandya
> Generate diffs -- send-pr. Does this apply to all the manual pages in -CURRENT? where /kernel should be /boot/kernel/kernel? If this is the case, then I can just send one or two big PRs which have the patches. What are your suggestions? :) Thanks, -- Hiten Pandya http://jfs4bsd.sf.

Some info on the kgmon(8) manual page (regarding current) needed

2002-03-27 Thread Hiten Pandya
Hi all, According to -current, isnt the kernel file located /boot/kernel? How come the kgmon(8) is still refering to /kernel? Is this a bug or I am unaware of something? :) If it is a bug, than I probably someone can commit the change in behalf of me.. :) Thanks, -- Hiten Pandya http

Re: perldoc broken?

2002-03-27 Thread Hiten Pandya
ge in the perldoc.PL file and then rebuild the utilties.. (in /usr/src/contrib/perl5), but this is how it can be done.. I solved it this way.. but I may be wrong.. ;) After this, you should be able to run 'perldoc open' nicely without glitches.. hehe. Regards, -- Hiten Pandya ht

WITNESS messages in Mar 21 Kernel

2002-03-27 Thread Hiten Pandya
efore the Thu Mar 21 kernel. I am attaching my uname output below, with my kernel config file, if someone is interested. FreeBSD hpdi.ath.cx 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Thu Mar 21 20:05:18 GMT 2002 [EMAIL PROTECTED]:/c1/obj/data/dev/src/sys/CURRENT5 i386 Thanks, Regards, -- Hiten P

Re: BTX halted

2002-03-25 Thread Hiten Pandya
at > could be causing this? The problem didn't show last time I used a > snapshost, last December or 4.5-R install disks. Hi Miguel, Could you please send us the register dump. Someone will analyse it and will get back to you. Or could you please file a Problem Report for this issue. :)

Re: Yet another build failure

2002-03-19 Thread Hiten Pandya
--- "M. Warner Losh" <[EMAIL PROTECTED]> wrote: > : > : I do... In fact, I was planning to do this today. Does this only apply > : -stable? > > Yes. Hmm, I will have to try this out on a -stable box when I get one, as I only have -current as of Mar 19 2002. :) Regards, -- Hiten __

Re: Yet another build failure

2002-03-18 Thread Hiten Pandya
--- "M. Warner Losh" <[EMAIL PROTECTED]> wrote: > On my -stable box: > ===> usr.bin/xlint/llib > /usr/obj/home/imp/FreeBSD/src/usr.bin/xlint/llib/../xlint/xlint -cghapbx -L > /usr/libdata/lint -Cposix > /home/imp/FreeBSD/src/usr.bin/xlint/llib/llib-lposix > /usr/libexec/ld-elf.so.1: Shared object

Re: cvs commit: src/sys/kern kern_mtxpool.c src/sys/sys kernel.h src/sys/vm vm_fault.c vm_glue.c vm_map.c vm_map.h vm_pageout.c vm_zone.c

2002-03-17 Thread Hiten Pandya
Hi, Sorry to unwantedly butt in, but the patch supplied by Seigo actually solved the vm_map.c locking problems which used to come up on my system. Just some info. :) Regards, -- Hiten Pandya -- <[EMAIL PROTECTED]> --- Matthew Dillon <[EMAIL PROTECTED]> wrote: > I have n

Re: -current lock warning...

2002-03-16 Thread Hiten Pandya
> The patch attached below renames the lock of the kernel_map to > "kernel_map" once witness gets ready to run. This eliminated all of > the lock order reversals on my PC. I will check it out. I will check this out on my dual-processor machine. Thanks for the patch. :-)

Re: -current lock warning...

2002-03-16 Thread Hiten Pandya
--- Poul-Henning Kamp <[EMAIL PROTECTED]> wrote: > >I haven't seen this. I built a kernel today, and I have a dual processor > >machine. Are you using any special kernel options, such as VFS_BIO_DEBUG > >or something, or am I talking nuts? :) > > Well, I have. On a single CPU net-booting -curr

Re: -current lock warning...

2002-03-16 Thread Hiten Pandya
--- Poul-Henning Kamp <[EMAIL PROTECTED]> wrote: > I get this one on every single boot. We're not shipping the snapshot > with that in place, right ? > > real memory = 268423168 (262132K bytes) > avail memory = 257003520 (250980K bytes) > acquiring duplicate lock of same type: "thrd_sleep" > 1

Re: 5.x packages and request for help.

2002-03-14 Thread Hiten Pandya
where my ENABLE_NLS dillema can be solved.. thanks, regards, -- Hiten Pandya -- <[EMAIL PROTECTED]> __ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/ To Unsubscribe: send mail to [EMAIL PROTECTED] with &q

Re: Warnings in my bootup (dmesg.boot)

2002-03-11 Thread Hiten Pandya
nore it (if you don't have problems) or specify the > settings on the ifconfig line (if you do). > Already done. Thanks. :) Also, I am going to CC the ACPI stuff to Mike Smith sometime today (after I eat). :) Regards, -- Hiten Pandya http://jfs4bsd.sf.net - JFS for FreeBSD (JFS4BSD) http:/

Warnings in my bootup (dmesg.boot)

2002-03-11 Thread Hiten Pandya
able in autoselect mode rl0: Ethernet address: 00:10:a7:04:d7:91 -- Why would it be unstable in autoselect mode? -- And also, what does kernel profiling (profile option) really mean, and what would be the use of it? Thanks, -- Hiten Pandya http://jfs4bsd.sf.net - JFS for FreeBSD (JFS4BSD)

Re: binutils (libintl.h) problem (was: weird binutils problem)

2002-03-09 Thread Hiten Pandya
--- David Wolfskill <[EMAIL PROTECTED]> wrote: > I'm not obrien, but yes, that is exactly what it means. Hmm, but I haven't defined it anywhere, and trust me on that, as I cvsup'ed a clean copy of the 'src' tree today, an deleting the old one. __ D

Re: binutils (libintl.h) problem (was: weird binutils problem)

2002-03-09 Thread Hiten Pandya
Error code 1 Stop in /data/dev/src/contrib/binutils/bfd. -- end of attached log -- -- Hiten Pandya http://jfs4bsd.sf.net - JFS for FreeBSD (JFS4BSD) http://www.FreeBSD.org - The Power to Serve msg35886/pgp0.pgp Description: PGP signature

binutils (libintl.h) problem (was: weird binutils problem)

2002-03-08 Thread Hiten Pandya
ty, could it be because of a kernel option(s) which I am using? Regards, -- Hiten Pandya http://jfs4bsd.sf.net - JFS for FreeBSD (JFS4BSD) http://www.FreeBSD.org - The Power to Serve msg35868/pgp0.pgp Description: PGP signature

Re: Weird binutils error (libintl.h not found) in 5.0-CURRENT

2002-03-08 Thread Hiten Pandya
Saying that, I haven't use ENABLE_NLS anywhere. This happened to me, a couple of weeks ago, but I had to go Germany, so I wasn't able to report it then. All my buildworld's use to work perfectly, but I am getting this problem for some reason which I can't seem to figure out. Also, I downloaded

Re: Preparing innocent users for -current

2002-03-08 Thread Hiten Pandya
--- Murray Stokely <[EMAIL PROTECTED]> wrote: > We're collecting notes for a "Testing Guide" similar to the one we > published leading up to FreeBSD 4.5. More than anything, we need > information from developers about how users can best test the new > functionality. Using k-options such as INV

Re: Preparing innocent users for -current

2002-03-08 Thread Hiten Pandya
--- Murray Stokely <[EMAIL PROTECTED]> wrote: > On Fri, Mar 08, 2002 at 11:33:27AM -0800, Hiten Pandya wrote: > > Shouldn't this be CC'ed to -doc as well? Maybe someone will write > > an article on a little release note kinda thing for this issue. Just >

Re: Preparing innocent users for -current

2002-03-08 Thread Hiten Pandya
--- Warner Losh <[EMAIL PROTECTED]> wrote: > : 3. xconsole causes periodic panics. The problem (according to BDE) is "a > : well-know bug in printf(9)," caused by "The TIOCCONS ioctl ... panics > when > : printf() is called while sched_lock is held." I reported this bug in > : October 2001, if any

Re: Preparing innocent users for -current

2002-03-08 Thread Hiten Pandya
Shouldn't this be CC'ed to -doc as well? Maybe someone will write an article on a little release note kinda thing for this issue. Just an opinion from a -current user. :) -- Hiten --- Doug Barton <[EMAIL PROTECTED]> wrote: > On Fri, 8 Mar 2002, Murray Stokely wrote: > > >As discussed a

Re: Weird binutils error (libintl.h not found) in 5.0-CURRENT

2002-03-08 Thread Hiten Pandya
--- Michael Lucas <[EMAIL PROTECTED]> wrote: > pedicular~;locate libintl.h > /usr/local/include/libintl.h > /usr/src/contrib/texinfo/lib/libintl.h > pedicular~;pkg_info -W /usr/local/include/libintl.h > /usr/local/include/libintl.h was installed by package gettext-0.10.35_1 > pedicular~; Thanks!

Weird binutils error (libintl.h not found) in 5.0-CURRENT

2002-03-08 Thread Hiten Pandya
Mar 8 17:18:35 GMT 2002. Am I doing something wrong? All help is appreciated. Included, is my 'make buildworld' output. I will supply anything else for this, if needed. Thanks, Regards, -- Hiten Pandya http://jfs4bsd.sf.net - JFS for FreeBSD (JFS4BSD) htto://www.FreeBSD.org - The Powe

Re: Why isn't PAM_smb available for FreeBSD?

2002-02-15 Thread Hiten Pandya
--- Terry Lambert <[EMAIL PROTECTED]> wrote: > Works fine in FreeBSD, but to have a FreeBSD with the NSS, > which is required for pam_smb, you have to run -current, > since NSS is not supported in -stable or -release. Hi Terry, According to the pam_smb webpage, it states that it works cleanly wi

Re: Why isn't PAM_smb available for FreeBSD?

2002-02-15 Thread Hiten Pandya
--- Chris Faulhaber <[EMAIL PROTECTED]> wrote: > See ports/security/pam_smb --- Joseph Scott <[EMAIL PROTECTED]> wrote: > This probably belongs to -questions more than -current. At any > rate, we do have one in the ports collection: security/pam_smb Hi, Thanks for that. :) Regards, -- Hiten

Why isn't PAM_smb available for FreeBSD?

2002-02-15 Thread Hiten Pandya
hi all, I was wondering, after seeing that Linux has pam_smb, why can't FreeBSD have it too. I can get the pam_smb compiling under FreeBSD, from http://www.samba.org, so I was wondering why it isn't in our CVS tree. Thanks, Regards, -- Hiten Pandya -- <[EM

Re: reboot and sync behaviour.

2002-02-11 Thread Hiten Pandya
I have had lots of these :) --- Julian Elischer <[EMAIL PROTECTED]> wrote: > This succeeded, but looks suspicious to me. > syncing disks... 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 regards, -- Hiten __ Do You Yahoo!? Send FREE Valentine eCa

Re: reboot and sync behaviour.

2002-02-08 Thread Hiten Pandya
I have had lots of these :) --- Julian Elischer <[EMAIL PROTECTED]> wrote: > This succeeded, but looks suspicious to me. > syncing disks... 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 regards, -- Hiten __ Do You Yahoo!? Send FREE Valentine eCa

Re: undefined reference to `pfs_statfs'

2002-01-08 Thread Hiten Pandya
hi, there is a note for this in the UPDATING file, that u have to add the following to your kernel config: options PSEUDOFS the latest kernels have to have pseudofs inorder for PROCFS to work.. a dependancy... regards, - Hiten - <[EMAIL PROTECTED]> --- "ADRIAN.BROWNE" <[EMAIL PROTECTED]

Re: smp hang on -current?

2002-01-02 Thread Hiten Pandya
--- Alfred Perlstein <[EMAIL PROTECTED]> wrote: > I have a box, I've enabled SMP, and APIC, disabled > WITNESS and > INVARIANTS. It hangs after probing scsi right > before > mountroot. It looks like something may be botched > with interrupts: hi, happy new year 2002!, > > APIC_IO: Testing 82

JFS4BSD Project @ SourceForge.net

2001-12-17 Thread Hiten Pandya
ite: jfs4bsd.sourceforge.net If you are not intending to join the project, please ignore this mail. Thank You for your co-operation, Regards, Hiten Pandya <[EMAIL PROTECTED]> __ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions

Re: [OT] RMS Suing was [SUGGESTION] - JFS for FreeBSD

2001-12-12 Thread Hiten Pandya
TED] | TCP/IP since RFC 956 > FreeBSD committer | BSD since 4.3-tahoe > Never attribute to malice what can adequately be > explained by incompetence. > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with &quo

[SUGGESTION] - JFS for FreeBSD

2001-12-10 Thread Hiten Pandya
servers for high performance and maximum throughput... = -Hiten, Thank You, Yours Sincerely, Hiten Pandya, <[EMAIL PROTECTED]> <http://www.geocities.com/hitmaster2k> __ Do You Yahoo!? Send your FREE holiday greetings

what is PSEUDOFS?

2001-12-06 Thread Hiten Pandya
hi all... i would like to know if possible what is PSEUDOFS... cause i forgot to update my kernel configuration file, regarding the message in the UPDATING section... i know what DEVFS is... after the lecture at the BSDCon 2001 Europe by phk = thanks... regards... Hiten Pandya

snd_pcm bringing its problems (sound.c)

2001-11-30 Thread Hiten Pandya
... and two processors enabled as well as all the kernel debugging options... i am attaching my 'dmesg -a' output with this message.. help is appreciated... thanks.. Yours Sincerely, Hiten Pandya <[EMAIL PROTECTED]> <http://www.geocit

sysinstall - no extended partitions

2001-11-29 Thread Hiten Pandya
hi.. i wanted to know... that why doesn't the sysinstall utility support the viewing of extended partitions... i mean.. why doesn't it support the viewing of exisitng FAT32/FAT16 extended/logical partitons is not supported... thanks.. regards Yours Sincerely, <[EMAIL PROTECTED]>

Re: i386/32269: [PATCH] - categorizing (XXX Lines) in NOTES

2001-11-26 Thread Hiten Pandya
hi all, i am attaching the pointer to the PR of this... thanks.. and i am very sorry for any misbehavment i have caused and i will see to it so that it does not happen again, regards... Hiten Pandya <[EMAIL PROTECTED]> Note: forwarded message at

[PATCH] - categorizing (XXX Lines) in NOTES

2001-11-26 Thread Hiten Pandya
hi all, this patch will put an end to those XXX lines in the NOTES file, which were regarding uncategorized options.. such as USERCONFIG etc. I am also attaching a tar.gz package which has the patch compressed and archived. thanks.. regards... Hiten Pandya <[EMAIL PROTECTED]> &

[PATCH] - categorizing (XXX Lines) in NOTES

2001-11-26 Thread Hiten Pandya
hi all, this patch will put an end to those XXX lines in the NOTES file, which were regarding uncategorized options.. such as USERCONFIG etc. I am also attaching a tar.gz package which has the patch compressed and archived. thanks.. regards... Hiten Pandya <[EMAIL PROTECTED]> &

[PATCH] - categorizing (XXX Lines) in NOTES

2001-11-25 Thread Hiten Pandya
ptions VM_KMEM_SIZE options VM_KMEM_SIZE_MAX ! options VM_KMEM_SIZE_SCALE --- 2963,2966 options VM_KMEM_SIZE options VM_KMEM_SIZE_MAX ! options VM_KMEM_SIZE_SCALE ---(end) = regards, Hiten Pandya <[E

some info

2001-11-24 Thread Hiten Pandya
hi all, sorry for running -current.. but i am an enthusiastic and challenging man...(boy)... anyways.. whats a mutex and a lock order reversal... if you could point to some good manual on these subjects... thanks... help is appreciated... thanks again... = regards, Hiten Pandya <[EM

Re: some info (new)

2001-11-24 Thread Hiten Pandya
the problem :-) hi, i know that bit.. the WITNESS option is commented which says about the mutexes, but what i mean.. if i wanted to patch a lock order reversal... how would i do that... (i am newbie [not so newbie..]).. thanks... = regards, Hiten Pandya <[EMAIL PROTECTED]> <http://

Re: some info (new)

2001-11-24 Thread Hiten Pandya
same time... one more question... if there is a lock order reversal.. is there a way that can be solved.. for e.g. by using on of the MTX_XX things... thanks... regards... Hiten Pandya <[EMAIL PROTECTED]> --- Maxime Henrion <[EMAIL PROTECTED]> wrote: > Hiten Pandya wrote: > >

Re: problems with 'make buildworld' on current

2001-11-23 Thread Hiten Pandya
ncomplete type > *** Error code 1 > > 4 error codes follow this one, all the same, and > then a "stop in /usr/src". > > = regards, Hiten Pandya <[EMAIL PROTECTED]> <http://geocities.com/hitmaster2k>

Re: [SUGGESTION] - disallowing shutdown after su(1)

2001-11-22 Thread Hiten Pandya
its ok... but is there a list of problems that are awaiting to be resolved in the CURRENT branch... thanks... --- "Vladimir B. Grebenschikov" <[EMAIL PROTECTED]> wrote: > Hiten Pandya writes: > > hi all, > > > > correct me if i am wrong.. but.. >

[SUGGESTION] - disallowing shutdown after su(1)

2001-11-22 Thread Hiten Pandya
at.. src/sbin/shutdown.c... thanks... = regards, Hiten Pandya <[EMAIL PROTECTED]> <http://geocities.com/hitmaster2k> Guys!... stay away from Ein

checking in...

2001-11-18 Thread Hiten Pandya
... it seems that linux-netscape* dont seem to be working properly.. thanks... = regards, Hiten Pandya <[EMAIL PROTECTED]> <http://geocities.com/hitmaster2k> Guys!... stay away from Ein

<    1   2