Re: Re: fixing IRQ storms

2007-04-06 Thread Volker
he PR) and your silo overflows will be gone. I've done that to get a Merlin U630 working (w/o patching sio.c the card was almost unusable). HTH, Volker ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: fixing IRQ storms

2007-04-06 Thread Volker
On 04/06/07 14:28, Mike Tancsa wrote: > At 08:13 AM 4/6/2007, Volker wrote: > >> Mike, >> >> have a look at GNAT: http://www.freebsd.org/cgi/query-pr.cgi?pr=51982 >> >> You need to patch your kernel sources a bit (all info in the PR) and >> your silo ove

licensing question APSL

2008-02-13 Thread Volker
table: What about importing code under the APSL license? Has there been any consensus in the past about that license? I'm not a lawyer but the license seems to be reasonable suited for the BSD projects. PRs in question: bin/67307 bin/67308 PR submitter is the author of the tools. Than

Re: licensing question APSL

2008-02-14 Thread Volker
On 02/14/08 16:02, Brooks Davis wrote: > On Thu, Feb 14, 2008 at 07:39:27AM +0100, Volker wrote: >> PRs in question: bin/67307 bin/67308 > > The quotes on the followup are essentially correct except that explicit > approval is required by core to add new Non-BSD-Licensed cod

Re: licensing question APSL

2008-02-14 Thread Volker
On 02/14/08 20:17, Brooks Davis wrote: > APSL is not generally accepted in the base. It may be acceptable in > certain circumstances, but strong technical justification is generally > required for inclusion. Brooks, so better put that into the ports tree? Thank

"visualize" kernel memory allocations

2008-04-14 Thread Volker
, I need to get the name (or an ID) of the module trying to allocate memory (and display that or - better - filter some allocations out). Thx, Volker ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers

Re: Re: Interrupts issues

2008-09-20 Thread Volker
On 12/23/-58 20:59, Carlos A. M. dos Santos wrote: > On Fri, Sep 19, 2008 at 12:04 PM, Benjie Chen <[EMAIL PROTECTED]> wrote: >> Hi FreeBSD hackers: >> >> I have two Dell workstations that I recently added FreeBSD 6.2 on. One >> is a Precision T3400, one is an Inspiron 530. Nothing fancy. Installed

Re: touch screen recommendation?

2008-10-06 Thread Volker
On 12/23/-58 20:59, Chuck Robey wrote: > I was wondering if anyone here had a recommendation for a touch screen, > specifically to run on FreeBSD? Any user report? I am wondering how this belongs to [EMAIL PROTECTED] Now the real answer: It depends. Touchscreen != Touchscreen, as there are dif

Re: continuous backup solution for FreeBSD

2008-10-06 Thread Volker
and flame me for not doing work for free for other peoples profit but I'm pretty sure there won't be much guys wanting to do that. Volker ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: acl_from_text leaking memory

2009-11-16 Thread volker
have a look at the manpage acl_from_text(3): "...This function may cause memory to be allocated. The caller should free any releasable memory, when the new ACL is no longer required, by calling acl_free(3) with the (void *)acl_t as an argument." Please use an acl_free(void *obj_p)

Re: acl_from_text leaking memory

2009-11-16 Thread volker
>>> memory. >>> >> The suggested fix was appplied to HEAD today. Apparently, the man page >> should >> now be updated. >> >> --- >> Gary Jennejohn >> > Yes, I see and c199317 fixed that leak correctly. Jim is right - the manpage still should n

Re: NFS Client error

2010-03-08 Thread volker
y want to change ${subject} and post to stable@ to drive more attention to your problem. Volker ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: NFS Client error

2010-03-09 Thread volker
fault fails, then you could get this error. > John, thank you for pointing that out. I've forgotten the mmap'ing of files over nfs as a possible source of that problem. With 8-stable I'm seeing mbufs leaking with nfs operation. It may or may not be related to Giulio's problem. Volker ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

southbridge recognition

2010-03-09 Thread volker
orks with 128 byte RAM size, is anybody interested in seeing the nvram(4) driver enhanced for extended memory areas? I do have working code but that assumes an Intel ICH or 440LX chipset (fails for SB{67]xx for some reason :). Thank you for any pointers

nozomi interface to 3g / umts cards

2006-04-15 Thread Volker
i interface. As I've never developed kernel modules or device drivers I would probably need one of the current hackers (probably from core team) as a mentor and also as a commiter. Again, main question is currently: Is anybody already working on the nozomi interface?

USB device with multiple interfaces, sample code anyone?

2006-05-29 Thread Volker
to it? Or any pseudo-code or graphical explanation on how the usb code is actually doing device enumeration? Thanks, Volker ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

puc question

2006-07-26 Thread Volker
lution for that. I'm currently rebuilding world and a sio-free kernel to check that out. Greetings, Volker ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

ASIX Ax88772 anybody?

2006-08-19 Thread Volker
list? If not I'll try to do an axe rewrite. I do have a Linksys USB200M v2 ethernet NIC (USB 2.0, 10/100M) which is using this chip. Greetings, Volker ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fre

installing fbsd from foreign system

2007-01-28 Thread Volker
kernel can find? Greetings, Volker ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: freebsd-hackers-digest V4 #565

1999-07-30 Thread Kuehn, Volker
Sorry I know i should not mail to the mailinglist. But I can not unsubscribe Please help me To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

[mount.c]: Option "user"-patch

1999-08-29 Thread Volker Stolz
-aachen.de/~stolz/mount.diff http://www-i2.informatik.rwth-aachen.de/~stolz/umount.diff. Discussion welcome! Regards, Volker (not subscribed to the list) -- Volker Stolz * st...@pool.informatik.rwth-aachen.de * PGP To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-

Re: [mount.c]: Option "user"-patch

1999-08-30 Thread Volker Stolz
I suppose there already was a rather lengthy discussion about a "user"-option. I hope this sysctl-thing will make it into the mount-manpage, because if not, it might turn out to be a really FAQ :) -- Volker Stolz * st...@pool.informatik.rwth-aachen.de * PGP To Unsubscribe: send mail

Re: Slowly Gnome on FreeBSD 7.0

2008-05-20 Thread Werth, Volker
Volker Werth schrieb am 20.05.2008 16:53 _ Am Dienstag, 20. Mai 2008 16:07 schrieb John Timony: > Hi,all > > I have tried to post this =question to the=20right mail list,but have no > responds,so i try to post her

Re: error 1 lba 752976 while booting from USB key to install

2008-07-10 Thread Werth, Volker
Volker Werth schrieb am 10.07.2008 15:07 _ Am Donnerstag, 10. Juli 2008 14:46 schrieb Matthias Apitz: > Hello, > > I've some server (a 2 years old HP NAT 1000s storage system) and > I want to drop the installed

Re: Intel Q35 works (patch attached)

2008-07-28 Thread Werth, Volker
Volker Werth schrieb am 28.07.2008 09:00 _ Am Samstag, 26. Juli 2008 00:13 schrieb Ted Faber: > Some recent work in the AGP drivers seems to have combined to make > FreeBSD support the Intel Q35 in my Intel Optipl

6.1 libpthread: pthread_create and _pq_insert_tail: Already in priority queue

2006-03-22 Thread Volker Stolz
on what it should be able to do with threads, but I couldn't find anything "interesting". Cheers, Volker -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME "All the excitement lies in pattern matching." (SPJ et al.) pgp5nA256gLN4.pgp Description: PGP signature

Re: ping over IPSEC works in only one direction

2001-02-05 Thread Volker Stolz
ou forget them only in the posting? If not, this is likely to be a source of confusion. -- \usepackage[latin1]{inputenc}! Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Serial port open

2001-03-19 Thread Volker Jahns
ibutes */ tcsetattr(rfd, TCSANOW, &op); close(rfd); /* 2nd service */ } } between the 1st call to close and the 2nd call to open the system spends some 3 (three !) seconds. volker@nemo testing > time ./io_fbsd-2 open: errno 0 open: errno 0 real0m2.998

Re: smbfs: disconnected servers

2001-05-30 Thread Volker Stolz
ailable. -- Abstrakte Syntaxträume. Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: [RFC] whois(1) - recursive IP searches

2001-06-22 Thread Volker Stolz
23'). Why not keep whois(1) lean and put the "custom" stuff in a port? On the other hand, I fully understand that people might disagree :) -- Abstrakte Syntaxträume. Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Broken PCI-IDE RZ1000 & ata

2000-11-02 Thread Volker Stolz
y sight, though. -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Virus alerts messages

2000-11-02 Thread Volker Stolz
e's going to get their heads washed. -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Broken PCI-IDE RZ1000 & ata

2000-11-02 Thread Volker Stolz
ound used to be on by default in > GENERIC. Hm...You could set flags on wd?, but not on ata/ad. And this beast is so broken you never reach rc.sysctrl for setting pio. -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Broken PCI-IDE RZ1000 & ata

2000-11-02 Thread Volker Stolz
Am 02. Nov 2000 um 17:15 MET schrieb Soren Schmidt: > ... the "new and improved" ATA driver states the fact > that this chip is broken and can corrupt your data, end of story. Nope, I didn't find any references on this controller. -- Volker Stolz * [EMAIL PROTECTED

Re: Broken PCI-IDE RZ1000 & ata

2000-11-02 Thread Volker Stolz
Am 02. Nov 2000 um 17:58 MET schrieb Soren Schmidt: > > Nope, I didn't find any references on this controller. > > The ATA driver states the buggyness in the probe. How about putting this in the man-page ;) But why will 4.1-RELEASE happily use WDMA2? -- Volker Stolz * [EMAIL

Re: high speed timestamp counter

2000-11-02 Thread Volker Stolz
Am 02. Nov 2000 um 19:00 MET schrieb Hao Zhang: > I am trying to read the on board Pentium Time Stamp Counter. Is there an API > in Unix that allows me to read it directly? Try 'man 4 perfmon'. Remember it requires an option in the kernel, though. -- Volker Stolz * [EMAIL PROT

$CDB in /usr/src/usr.sbin/pw/Makefile

2000-12-20 Thread Volker Stolz
´d suggest a PR for removing the variable or at least setting it to "" in a top-level makefile. -- \usepackage[latin1]{inputenc}! Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: waiting for new files in a directory

2000-12-28 Thread Volker Stolz
askell.org), I´d throw in a forkIO() and would get a neatly multi-threaded solution where one thread reads the FIFO and queues up requests while the other thread queries him for more work -- I don´t know about threaded perl, though. -- \usepackage[latin1]{inputenc}! Volker Stolz * [EMAIL PROTEC

Re: waiting for new files in a directory

2000-12-28 Thread Volker Stolz
On Thu, Dec 28, 2000 at 01:35:08PM +0100, Dag-Erling Smorgrav wrote: > What are you guys smoking? *shrug* Can you spell "event-driven"? There are ways to do things much more elegantly today (see all the references to kevent()). -- \usepackage[latin1]{inputenc}! Volker Stolz * [EM

Questions on i2c

2001-01-04 Thread Volker Stolz
/dev/iic*? Regards, Volker -- \usepackage[latin1]{inputenc}! Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: ipfw/ipf IP filtering thoughts

2003-11-30 Thread Volker Stolz
n ab- straction which translates to ipfw rules. Volker -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME rage against the finite state machine ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers

Re: unexpected trafic

2004-04-30 Thread Volker Stolz
In local.freebsd-hackers, you wrote: > My freebsd5.1 emits some trafic: > 20:32:41.496039 129dial.supernet.kz.52075 > GATEKEEPER.MCAST.NET.1718: udp 31 H.323 ("VoIP") Gatekeeper Discovery http://www.cs.columbia.edu/~hgs/rtp/h323.html -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S

Re: Article on Sun's DTrace

2004-07-05 Thread Volker Stolz
into the kernel but hooked in and removed on-the-fly. Volker -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME Neu! Ändern Sie den Anfangstag Ihrer Woche ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/free

g++ and substring extraction

2001-07-10 Thread Volker Sturm
tures? Volker Sturm To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: licq & socks5 (fwd)

2001-08-15 Thread Volker Stolz
7; FreeBSD monster.ikea.net 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #27: Sun Aug 12 16:42:41 CEST 2001 [EMAIL PROTECTED]:/opt/obj/opt/src/sys/MONSTER i386 -- Neues aus Genua? http://germany.indymedia.org/ Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME To Unsubscribe: send mail to [EMAIL P

Re: DRI, XFree86-4.0.3 and -current.

2001-09-07 Thread Volker Stolz
t, but the build stopped with: cleaning in programs/Xserver/hw/xfree86/input/calcomp... cd: can't cd to calcomp [Might be my fault, after-all. R-To: -multimedia?] -- Neues aus Genua? http://germany.indymedia.org/ Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME To Unsubscribe: send mail to [EMA

Re: login(1) now forks the shell instead of exec'ing it ?

2001-10-27 Thread Volker Stolz
urse this would imply some magic, I'm sure. [F'Up to -hackers. Maybe someone has a flash of inspiration?] -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Bad crash with if_bge when loaded as module in loader.conf

2003-02-13 Thread Volker Stolz
In local.freebsd-hackers, you wrote: > Even more bad is that there is no escape from serial console, > I can do what I like, call boot(), panic() etc. I get a endless > loop. > This is 4.7 STABLE from today. It panics when I try to ifconfig > the bge0 interface. Wild guess: You have miibus compile

Re: DHCP Client DoS

2003-02-18 Thread Volker Stolz
In local.freebsd-hackers, you wrote: > We've recently found a problem with dhclient that can DoS a DHCP > server. If you have schg flags set on /etc/resolv.conf to stop dhcp > overwriting your existing nameservers, the problem occurs. > Basically, the client just keeps rejecting the IP details it h

Re: Are write() calls guaranteed atomic?

2003-06-03 Thread Volker Stolz
In local.freebsd-hackers, you wrote: > Thanks for the info, very helpful! What reference did you get that from? > I searched high and low to find a definitive answer (like the one above) > before posting. You can find an online version of the Single Unix Specification v3 at http://www.unix-syste

ITIMER_VIRTUAL running in child after fork()?

2003-06-18 Thread Volker Stolz
The man page for fork() says: "· All interval timers are cleared; see setitimer(2)." So clearly ITIMER_VIRTUAL should be cleared as well, but a quick test showed that a fork()ed child still has the VIRTUAL (& PROF) timer running. Is this right? -- http://www-i2.informatik.rwth-aachen.de/stolz/ **

Re: PAM, setusercontext, kdm and ports/32273

2002-01-27 Thread Volker Stolz
Wonderful \hbox (0.80312pt too nice) in paragraph at lines 16--18 Volker Stolz * [EMAIL PROTECTED] Please use PGP or S/MIME for correspondence! To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

RS232/V24 Driver

2002-03-02 Thread Volker Sturm
not, are there ways to analyze the protocol by a monitor or whatever technique appropriate? Regards, Volker Sturm To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: idprio

2002-03-26 Thread Volker Stolz
n starve realtime processes, or idletime processes can starve normal priority processes. -- Wonderful \hbox (0.80312pt too nice) in paragraph at lines 16--18 Volker Stolz * [EMAIL PROTECTED] Please use PGP or S/MIME for correspondence! To Unsubscribe: send mail to [EMAIL PROTECTED] with "un

RE: freebsd-hackers-digest V4 #565

1999-07-30 Thread Kuehn, Volker
Sorry I know i should not mail to the mailinglist. But I can not unsubscribe Please help me To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

[mount.c]: Option "user"-patch

1999-08-29 Thread Volker Stolz
-aachen.de/~stolz/mount.diff http://www-i2.informatik.rwth-aachen.de/~stolz/umount.diff. Discussion welcome! Regards, Volker (not subscribed to the list) -- Volker Stolz * [EMAIL PROTECTED] * PGP To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: [mount.c]: Option "user"-patch

1999-08-30 Thread Volker Stolz
I suppose there already was a rather lengthy discussion about a "user"-option. I hope this sysctl-thing will make it into the mount-manpage, because if not, it might turn out to be a really FAQ :) -- Volker Stolz * [EMAIL PROTECTED] * PGP To Unsubscribe: send mail to [EMAIL PROTE