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
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
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
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
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/)
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
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
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;
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
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,
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
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
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
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
Juli Mallett (Fri, Mar 07, 2003 at 12:18:38AM -0600) wrote:
> This fixed yet?
>
>
> xl0: discard frame w/o packet header
>
>
> Fatal tr
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
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
>
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
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.
--
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
me a bit:
if (em_get_buf(i, adapter, NULL) == ENOBUFS) {
adapter->dropped_pkts++;
em_get_buf(i, adapter, mp);
if (adapter->fmp != NULL)
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
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.
> >>
>
/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
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
===
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
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
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
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
[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
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
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
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
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
- 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
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
# 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
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
> 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
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.
> >>&
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
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
)
>
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
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
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
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.
--
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
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
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
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
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
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
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
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
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
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
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
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
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
'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
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
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
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
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
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
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
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
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
/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
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
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
, 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
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
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
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],
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
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,
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
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
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
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
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
--- 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
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.
--- 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
[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 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
--- 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).
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
--- "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
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
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
--- 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
--- 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
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
> 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
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/
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
__
--- 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
--- 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 - 100 of 162 matches
Mail list logo