Re: GNUstep and libkvm

2005-01-23 Thread Pascal Hofstee
On Thu, 6 Jan 2005 22:05:31 -0800, Pascal Hofstee [EMAIL PROTECTED] wrote: Well .. i noticed that kvm_getargv indeed only seems to use /proc in case that apparently the commandline argument list grows beyond a certain size, as i have been able to establish by trial and error. OK .. i created a

Re: GNUstep and libkvm

2005-01-23 Thread Pascal Hofstee
OOpps .. forgot to actually attach my kvmtest. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: configured irq .. is not in bitmap of probed irqs 0 -- what does it mean?

2005-01-23 Thread Andrew L. Neporada
On Sat, Jan 22, 2005 at 02:52:21PM -0700, M. Warner Losh wrote: Chances are you don't have things configured quite correctly in the bios. The interrupts aren't asserting proplerly. Interrupts 3,4,10,11 are reserved for ISA cards in BIOS. Tweaking PnP aware OS [Y/N] setting doesn't help. I've

operation sequence of ioctl's

2005-01-23 Thread Anton Wöllert
Hello, my question is how a ioctl is called when i use int ioctl(fd ) from userland. i think first, a trap is generated through the handler in exeption.S, that calls the routine for system-calls, and that calls via the syscall-vector-table the function sys_ioctl (? i think). by the way, where

Re: timing error question responses

2005-01-23 Thread Chris Landauer
hihi, peter, alin-adrian, don - thanx for your quick answers and suggestions (i don't think that i tried to run this program on any of my 4.x systems and i know i haven't tried to run it on anything else, since i don't use anything else for real work; apparently, pentiums sort of use ieee

5.3-STABLE: handle_workitem_freefile panic

2005-01-23 Thread Dmitry Morozovsky
Dear colleagues, my new testing server (RELENG_5 from 21 Jan) yesterday hangs with handle_workitem_freefile panic (most probably during background fsck). I did not enable kernel dumps yet, but most frustrating item for me was that system hangs, not rebooted. Line involved was

Re: 5.3-STABLE: handle_workitem_freefile panic

2005-01-23 Thread Dmitry Morozovsky
On Sun, 23 Jan 2005, Dmitry Morozovsky wrote: DM I'm building debig kernel now and enabling kernel dumps, just to be sure, but DM it seems some sporadic file system inconsistencies... Hmmm... it reveals geom_mirror I use (over two SATA drives) both does not support dumping, and hides

Re: freebsd problem: Cannot detect Hard Disk (SATA)

2005-01-23 Thread Dmitry Morozovsky
On Sat, 22 Jan 2005, Dmitry Morozovsky wrote: DM DA There is: DM DA http://www.ambrisko.com/doug/ata/ata_stable_sata_7.patch DM DA for 4.10. That deals with Intel and Promise SATA stuff and DM DA ata-raid fixes/enhancements. It deals with legacy and enhanced modes DM DA for Intel SATA.

Re: 5.3-STABLE: handle_workitem_freefile panic

2005-01-23 Thread Pawel Jakub Dawidek
On Sun, Jan 23, 2005 at 05:38:55PM +0300, Dmitry Morozovsky wrote: + On Sun, 23 Jan 2005, Dmitry Morozovsky wrote: + + DM I'm building debig kernel now and enabling kernel dumps, just to be sure, but + DM it seems some sporadic file system inconsistencies... + + Hmmm... it reveals geom_mirror

Re: 5.3-STABLE: handle_workitem_freefile panic

2005-01-23 Thread Dmitry Morozovsky
On Sun, 23 Jan 2005, Pawel Jakub Dawidek wrote: PJD You cannot dump to GEOM providers, especially from rank 1 geoms. PJD It is better to create more mirrors for every partition you want to mirror PJD (or slice) instead of whole disk. PJD One of the benefits is that gmirror marks mirror as clean

Re: 5.3-STABLE: handle_workitem_freefile panic

2005-01-23 Thread Pawel Jakub Dawidek
On Sun, Jan 23, 2005 at 07:24:26PM +0300, Dmitry Morozovsky wrote: + However: how can the be achieved the following goal: have mirrored swap (to + keep redundancy and HA) and a place to dump panic images to, modulo having + scratch disk and/or scratch unused partition? When you have dedicated

Re: 5.3-STABLE: handle_workitem_freefile panic

2005-01-23 Thread Dmitry Morozovsky
On Sun, 23 Jan 2005, Pawel Jakub Dawidek wrote: PJD + However: how can the be achieved the following goal: have mirrored swap (to PJD + keep redundancy and HA) and a place to dump panic images to, modulo having PJD + scratch disk and/or scratch unused partition? PJD PJD When you have

Re: configured irq .. is not in bitmap of probed irqs 0 -- what does it mean?

2005-01-23 Thread Bernd Walter
On Sun, Jan 23, 2005 at 01:42:46PM +0300, Andrew L. Neporada wrote: On Sat, Jan 22, 2005 at 02:52:21PM -0700, M. Warner Losh wrote: Chances are you don't have things configured quite correctly in the bios. The interrupts aren't asserting proplerly. Interrupts 3,4,10,11 are reserved for

Re: Two keyboards

2005-01-23 Thread Julian Elischer
[EMAIL PROTECTED] wrote: - Oorspronkelijk bericht - then the ukbd driver should handle it.. have you tried it? Do you mean I can use a different driver. now when I connect it it works but I can't type anymore. When I remove the scanner I can type again Just disable the entry in

Re: GNUstep and libkvm

2005-01-23 Thread Peter Pentchev
On Sun, Jan 23, 2005 at 01:17:31AM -0800, Pascal Hofstee wrote: OOpps .. forgot to actually attach my kvmtest. It didn't make it through this time, either. Note that the FreeBSD mailing list manager rejects attachments of certain types, so if you are sending a C source file as, say,