Re: apache2's perchild MPM not working under 5.0-RELEASE

2003-07-17 Thread Martin Blapp
Hi, apache2's perchild MPM works with with libthr or libkse. So please update. Martin Martin Blapp, [EMAIL PROTECTED] [EMAIL PROTECTED] -- ImproWare AG, UNIXSP ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 61 826 93 00

Re: mount_ext2fs : device not found

2003-07-17 Thread Ruben de Groot
On Thu, Jul 17, 2003 at 12:40:10AM +0200, Marc Hufschmitt typed: I've a IDE hard drive sliced in 4 part ad0s1 : NTFS ad0s2 : linux swap ad0s3 : linux ext2fs ad0s4[a-f] : ffs (FreeBSD 5.1) mount_ntfs /dev/ad0s1 /mnt/XP : It works. mount_ext2fs /dev/ad0s3 /mnt/linux : /dev/ad0s3 not

Re: Announcing DragonFly BSD!

2003-07-17 Thread Murray Stokely
On Wed, Jul 16, 2003 at 12:42:07PM -0700, Matthew Dillon wrote: Hello everyone! For the last few months I have been investigating and then working on a new approach to the BSD kernel. This has snowballed into a far more ambitious project which is now ready for wider

Re: Announcing DragonFly BSD!

2003-07-17 Thread Paul Robinson
On Thu, Jul 17, 2003 at 05:00:48AM -0700, Murray Stokely wrote: I hope Dragonfly will produce the same kinds of synergies with the FreeBSD Project that our ongoing relationships with NetBSD, OpenBSD, and various Linux projects have. I'm especially interested in seeing you succeed with

Re: atapicam hangs system

2003-07-17 Thread Daniel Lang
Hi, I managed to do some more investigations. Daniel Lang wrote on Tue, Jul 15, 2003 at 04:25:56PM +0200: [..] After two successful writes, the system hung again, as before. _No_ messages on the console. I found out, that the hangs do not appear (or way less likely), if the writing speed used

Jail sysctls and new flags to sysctls.

2003-07-17 Thread Pawel Jakub Dawidek
Hello hackers. I've prepare a quite handy patch. This patch adds sysctls for every jails. Sysctls are created automatically when jail is created and destroyed when jail is removed. If jail with ID 3 is created we got new sysctls: security.jails.3.path (RD) security.jails.3.host

Re: running 5.1-RELEASE with no procfs mounted (lockups?)

2003-07-17 Thread Robert Watson
On Tue, 15 Jul 2003, Josh Brooks wrote: I have loaded two 5.1-RELEASE systems, both of them have PROCFS and PSEUDOFS in the kernel, and yet neither of them have a procfs mounted. There is no procfs line in /etc/fstab by default, and no procfs is mounted on the system in any way.

Re: Announcing DragonFly BSD!

2003-07-17 Thread Matthew Dillon
:Hi Matt, : : I hope this project manages to explore new boundaries of performance :and am pleased that you chose the FreeBSD stable development branch as :a suitable starting point for your endeavors. I hope Dragonfly will :produce the same kinds of synergies with the FreeBSD Project that our

Re: atapicam hangs system

2003-07-17 Thread Thomas Quinot
Le 2003-07-17, Daniel Lang écrivait : I found out, that the hangs do not appear (or way less likely), if the writing speed used is = 12. But they seem to occur very likely if the (attempted) writing speed is like 48. Hum, nasty, nasty. Looks like the amount of interrupts caused by high-speed

Re: apache2's perchild MPM not working under 5.0-RELEASE

2003-07-17 Thread Dominic Marks
On 17/07/2003 10:00, Martin Blapp wrote: Hi, apache2's perchild MPM works with with libthr or libkse. Great, I'll document this at my nearest oppurtunity. So please update. Martin Martin Blapp, [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: Jail sysctls and new flags to sysctls.

2003-07-17 Thread Pawel Jakub Dawidek
On Thu, Jul 17, 2003 at 06:07:48PM +0200, Pawel Jakub Dawidek wrote: + Patch add also two flags to sysctls: + CTLFLAG_USERINV - sysctl is invisible for unprivileged users + CTLFLAG_JAILINV - sysctl is invisible in jail environment Note, that things like

Re: mount_ext2fs : device not found

2003-07-17 Thread Kris Kennaway
On Thu, Jul 17, 2003 at 12:40:10AM +0200, Marc Hufschmitt wrote: I've a IDE hard drive sliced in 4 part ad0s1 : NTFS ad0s2 : linux swap ad0s3 : linux ext2fs ad0s4[a-f] : ffs (FreeBSD 5.1) mount_ntfs /dev/ad0s1 /mnt/XP : It works. mount_ext2fs /dev/ad0s3 /mnt/linux : /dev/ad0s3 not

ptrace threads

2003-07-17 Thread Kevin Wooten
Is it possible (and how, if it is) to control individual threads of a process under ptrace? If not what does this require, some kind of manual interaction with the thread library? Some general direction pointing would be very helpful, thanks. -kw

Possible issue with in-kernel ELF loader.

2003-07-17 Thread Matthew Dillon
I got an odd bug report for DragonFly today. Apparently the module loader was broken, the kernel complained about not being able to find 'globaldata'. It turns out that the kernel's internal ELF loader is misinterpreting an ABS symbol (i.e. set with .SET in assembly) whos value is

Re: ptrace threads

2003-07-17 Thread Julian Elischer
It is teh nextthing to look at.. The ptrace interface doesn't extend to coverthreads at all. We willneed to design somewhole new system.. One posibility is the benedict arnold thread(*), that talks with the debugger and controlls teh other threads.. :-) (*) considerred a traitor by some and