Author: stas
Date: Sat Dec 11 08:17:53 2004
New Revision: 111605

URL: http://svn.apache.org/viewcvs?view=rev&rev=111605
Log:
resolved

Modified:
   perl/modperl/trunk/todo/release

Modified: perl/modperl/trunk/todo/release
Url: 
http://svn.apache.org/viewcvs/perl/modperl/trunk/todo/release?view=diff&rev=111605&p1=perl/modperl/trunk/todo/release&r1=111604&p2=perl/modperl/trunk/todo/release&r2=111605
==============================================================================
--- perl/modperl/trunk/todo/release     (original)
+++ perl/modperl/trunk/todo/release     Sat Dec 11 08:17:53 2004
@@ -4,15 +4,6 @@
 
 -- see also todo/api_status
 
-* on restart DSO/static Perl loses STDERR: i.e. this code added to
-  startup.pl:
-
-  my $cnt = Apache::ServerUtil::restart_count();
-  print STDERR "************* $cnt: AAAAAAAAAA *********\n";
-
-  prints 1 but not 2.
-  owner: gozer  
-
 * pools that go out of scope:
 
   perl -MApache2 -MAPR::Pool -MAPR::PerlIO -le '; 
From jeff Sat Dec 11 16:15:32 2004
Return-Path: [EMAIL PROTECTED]
Delivery-Date: Sat Dec 11 08:15:32 2004
Return-path: <[EMAIL PROTECTED]>
Envelope-to: archive@jab.org
Delivery-date: Sat, 11 Dec 2004 08:15:32 -0800
Received: from exprod5mx121.postini.com ([64.18.0.35] helo=psmtp.com)
        by toko.jab.org with smtp (Exim 3.36 #1 (Debian))
        id 1Cd9u8-0007mp-00
        for <archive@jab.org>; Sat, 11 Dec 2004 08:15:32 -0800
Received: from source ([198.144.15.226]) (using TLSv1) by 
exprod5mx121.postini.com ([64.18.4.10]) with SMTP;
        Sat, 11 Dec 2004 10:18:04 CST
Received: from wine.codeweavers.com (localhost.localdomain [127.0.0.1])
        by wine.codeweavers.com (8.12.8/8.12.8) with ESMTP id iBBH6kYD026151;
        Sat, 11 Dec 2004 11:06:46 -0600
Received: from eaugalle.empros.com (mail0.siemens-psc.com [161.134.11.6])
        by wine.codeweavers.com (8.12.8/8.12.8) with ESMTP id iBBH5gYD026088
        for <[EMAIL PROTECTED]>; Sat, 11 Dec 2004 11:05:43 -0600
Received: from porter.empros.com (porter.empros.com [161.134.61.99])
        by eaugalle.empros.com (8.11.2/8.11.2) with ESMTP id iBBGCaT29558
        for <[EMAIL PROTECTED]>; Sat, 11 Dec 2004 10:12:36 -0600
Received: from [161.134.14.41] (vpn14-041.empros.com [161.134.14.41]) by 
porter.empros.com (AIX5.2/8.11.6p2/8.11.0) with SMTP id iBBGEKI46580 for 
<[EMAIL PROTECTED]>; Sat, 11 Dec 2004 10:14:20 -0600
Message-ID: <[EMAIL PROTECTED]>
From: Geoff Hart <[EMAIL PROTECTED]>
User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: C++ iostream compilation problems
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: ClamAV 0.80/588/Sun Nov 14 18:06:21 2004
        clamav-milter version 0.80j
        on 127.0.0.1
X-Virus-Scanned: ClamAV 0.80/588/Sun Nov 14 18:06:21 2004
        clamav-milter version 0.80j
        on 127.0.0.1
X-Virus-Status: Clean
X-Virus-Status: Clean
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0.13
Precedence: bulk
List-Unsubscribe: <http://www.winehq.org/mailman/listinfo/wine-devel>,
        <mailto:[EMAIL PROTECTED]>
List-Id: Wine Developer's List <wine-devel.winehq.org>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <http://www.winehq.org/mailman/listinfo/wine-devel>,
        <mailto:[EMAIL PROTECTED]>
List-Archive: <http://www.winehq.org/hypermail/wine-devel/>
Date: Sat, 11 Dec 2004 10:17:38 -0600
X-pstn-levels: (S:99.90000/99.90000 R:95.9108 P:95.9108 M:94.8624 C:98.9754 )
X-pstn-settings: 1 (0.1500:0.1500) gt3 gt2 gt1 r p m c 
X-pstn-addresses: from <[EMAIL PROTECTED]> [294/10] 
X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on toko.jab.org
X-Spam-Level: 
X-Spam-Status: No, hits=-4.9 required=4.0 tests=BAYES_00 autolearn=ham 
        version=2.64

I'm trying to compile some C++ code, but hit a basic problem
with some of the headers.  Example, even just the single include:

#include <iostream>

yields

wineg++  -c  -mno-cygwin -I.    -o cxx_iostream.o cxx_iostream.cpp
In file included from 
/usr/lib/gcc/i386-redhat-linux/3.4.0/../../../../include/c++/3.4.0/i386-redhat-linux/bits/c++locale.h:42,
                  from 
/usr/lib/gcc/i386-redhat-linux/3.4.0/../../../../include/c++/3.4.0/iosfwd:46,
                  from 
/usr/lib/gcc/i386-redhat-linux/3.4.0/../../../../include/c++/3.4.0/ios:44,
                  from 
/usr/lib/gcc/i386-redhat-linux/3.4.0/../../../../include/c++/3.4.0/ostream:45,
                  from 
/usr/lib/gcc/i386-redhat-linux/3.4.0/../../../../include/c++/3.4.0/iostream:45,
                  from cxx_iostream.cpp:1:
/usr/lib/gcc/i386-redhat-linux/3.4.0/../../../../include/c++/3.4.0/cstdio:167: 
error: `::snprintf' has not been declared
/usr/lib/gcc/i386-redhat-linux/3.4.0/../../../../include/c++/3.4.0/cstdio:168: 
error: `::vfscanf' has not been declared
/usr/lib/gcc/i386-redhat-linux/3.4.0/../../../../include/c++/3.4.0/cstdio:169: 
error: `::vscanf' has not been declared
/usr/lib/gcc/i386-redhat-linux/3.4.0/../../../../include/c++/3.4.0/cstdio:171: 
error: `::vsscanf' has not been declared
....

The error list goes on for a few pages.  This is with Winelib 20041019
on FC2 (gcc 3.4).

Do I need some #defines to correct this?  I tried scanning the gcc
headers with that in mind, but couldn't find any which solved this.

Are the GCC C++ includes incompatible with the winelib headers?

Geoff
From jeff Sat Dec 11 16:15:34 2004
Return-Path: [EMAIL PROTECTED]
Delivery-Date: Sat Dec 11 08:15:34 2004
Return-path: <[EMAIL PROTECTED]>
Envelope-to: archive@jab.org
Delivery-date: Sat, 11 Dec 2004 08:15:34 -0800
Received: from exprod5mx122.postini.com ([64.18.0.36] helo=psmtp.com)
        by toko.jab.org with smtp (Exim 3.36 #1 (Debian))
        id 1Cd9uA-0007my-00
        for <archive@jab.org>; Sat, 11 Dec 2004 08:15:34 -0800
Received: from source ([146.82.138.6]) by exprod5mx122.postini.com 
([64.18.4.10]) with SMTP;
        Sat, 11 Dec 2004 08:18:06 PST
Received: from localhost (localhost [127.0.0.1])
        by murphy.debian.org (Postfix) with QMQP
        id 093442E054; Sat, 11 Dec 2004 10:18:04 -0600 (CST)
Old-Return-Path: <[EMAIL PROTECTED]>
X-Original-To: [EMAIL PROTECTED]
Received: from attila.bofh.it (attila.bofh.it [213.92.8.2])
        by murphy.debian.org (Postfix) with ESMTP id 055062E568
        for <[EMAIL PROTECTED]>; Sat, 11 Dec 2004 10:00:25 
-0600 (CST)
Received: from attila.bofh.it (attila.bofh.it [213.92.8.2])
        by attila.bofh.it (Postfix) with ESMTP id 46BD45F804
        for <[EMAIL PROTECTED]>; Sat, 11 Dec 2004 17:00:25 
+0100 (CET)
From: Christian Christmann <[EMAIL PROTECTED]>
Subject: Re: ATI Radeon Mobility 9700
Date: Sat, 11 Dec 2004 16:55:16 +0100
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL 
PROTECTED]>
To: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Orig-X-Trace: individual.net 
Vgy18qtzv7aXrXhgxRmUkQkNvEqF/7H4yzUP8NE6Ujgco1lKrw
Organization: linux.* mail to news gateway
Sender: [EMAIL PROTECTED]
X-Original-Newsgroups: linux.debian.user.german
X-Original-References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL 
PROTECTED]> <[EMAIL PROTECTED]>
X-Rc-Spam: 2004-08-29_01
X-Rc-Virus: 2004-10-30_01
X-Rc-Spam: 2004-08-29_01
Resent-Message-ID: <[EMAIL PROTECTED]>
Resent-From: [EMAIL PROTECTED]
X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/115841
X-Loop: [EMAIL PROTECTED]
List-Id: <debian-user-german.lists.debian.org>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <mailto:[EMAIL PROTECTED]>
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Archive: <http://lists.debian.org/debian-user-german/>
Precedence: list
Resent-Sender: [EMAIL PROTECTED]
Resent-Date: Sat, 11 Dec 2004 10:18:04 -0600 (CST)
X-pstn-levels: (S:65.94501/99.90000 R:95.9108 P:95.9108 M:94.8624 C:98.9754 )
X-pstn-settings: 1 (0.1500:0.0150) gt3 GT2 gt1 r p m c 
X-pstn-addresses: from <[EMAIL PROTECTED]> [294/10] 
Resent-Bcc: 
X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on toko.jab.org
X-Spam-Level: 
X-Spam-Status: No, hits=-4.9 required=4.0 tests=BAYES_00 autolearn=ham 
        version=2.64

> Dann nimm doch den vesa-Treiber fürs erste, der sollte eigentlich immer
> gehen.

Hast Du zufällig eine XF86Config-4 Konfigurationsdatei, in der Vesa
eingestellt ist? Falls ja, wäre ich Dir dankbar, wenn Du sie mir posten
könntest.

Und falls Du es von Hand weißt, verrate mir bitte, welche Module dafür
im Kernel aktiviert sein müssen.

Vielen Dank
Gruß
Christian


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)
From jeff Sat Dec 11 16:15:45 2004
Return-Path: [EMAIL PROTECTED]
Delivery-Date: Sat Dec 11 08:15:45 2004
Return-path: <[EMAIL PROTECTED]>
Envelope-to: archive@jab.org
Delivery-date: Sat, 11 Dec 2004 08:15:45 -0800
Received: from exprod5mx118.postini.com ([64.18.0.32] helo=psmtp.com)
        by toko.jab.org with smtp (Exim 3.36 #1 (Debian))
        id 1Cd9uL-0007nT-00
        for <archive@jab.org>; Sat, 11 Dec 2004 08:15:45 -0800
Received: from source ([66.35.250.220]) (using TLSv1) by 
exprod5mx118.postini.com ([64.18.4.10]) with SMTP;
        Sat, 11 Dec 2004 09:17:39 MST
Received: from sc8-sf-list1-b.sourceforge.net ([10.3.1.7] 
helo=projects.sourceforge.net)
        by sc8-sf-spam2.sourceforge.net with esmtp (Exim 4.33)
        id 1CcqH9-0003Ch-Ta; Fri, 10 Dec 2004 11:17:59 -0800
Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.12] 
helo=sc8-sf-mx2.sourceforge.net)
        by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30)
        id 1CcqDd-0001XZ-A6
        for [EMAIL PROTECTED]; Fri, 10 Dec 2004 11:14:21 -0800
Received: from colo-br-02.atl.jboss.com ([216.24.169.35])
        by sc8-sf-mx2.sourceforge.net with esmtp (TLSv1:AES256-SHA:256)
        (Exim 4.41)
        id 1CcqDa-0001HX-KK
        for [EMAIL PROTECTED]; Fri, 10 Dec 2004 11:14:21 -0800
Received: from colo-br-02.atl.jboss.com (localhost [127.0.0.1])
        by colo-br-02.atl.jboss.com (8.12.11/8.12.11) with ESMTP id 
iBAJEHJa009649
        for <[EMAIL PROTECTED]>; Fri, 10 Dec 2004 14:14:17 -0500
Message-ID: <[EMAIL PROTECTED]>
From: gafanha <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Spam-Score: -4.8 (----)
Subject: [JBoss-user] [Clustering/JBoss] - Re: How to create a new partition 
????
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.0.9-sf.net
Precedence: bulk
Reply-To: [EMAIL PROTECTED]
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/jboss-user>,
        <mailto:[EMAIL PROTECTED]>
List-Id: The JBoss User main mailing list <jboss-user.lists.sourceforge.net>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/jboss-user>,
        <mailto:[EMAIL PROTECTED]>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=jboss-user>
X-Original-Date: Fri, 10 Dec 2004 14:14:17 -0500 (EST)
Date: Fri, 10 Dec 2004 14:14:17 -0500 (EST)
X-pstn-levels: (S:40.96467/99.90000 R:95.9108 P:95.9108 M:94.8624 C:98.9754 )
X-pstn-settings: 1 (0.1500:0.0000) gt3 gt2 GT1 r p m c 
X-pstn-addresses: from <[EMAIL PROTECTED]> [294/10] 
X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on toko.jab.org
X-Spam-Level: 
X-Spam-Status: No, hits=-4.9 required=4.0 tests=BAYES_00 autolearn=ham 
        version=2.64

And how to avoid that a node adds to a partition???

Do I need to create a new partition for that node ???

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858230#3858230

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858230


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
From jeff Sat Dec 11 16:15:48 2004
Return-Path: [EMAIL PROTECTED]
Delivery-Date: Sat Dec 11 08:15:48 2004
Return-path: <[EMAIL PROTECTED]>
Envelope-to: archive@jab.org
Delivery-date: Sat, 11 Dec 2004 08:15:48 -0800
Received: from exprod5mx122.postini.com ([64.18.0.36] helo=psmtp.com)
        by toko.jab.org with smtp (Exim 3.36 #1 (Debian))
        id 1Cd9uO-0007nk-00
        for <archive@jab.org>; Sat, 11 Dec 2004 08:15:48 -0800
Received: from source ([128.36.229.215]) by exprod5mx122.postini.com 
([64.18.4.10]) with SMTP;
        Sat, 11 Dec 2004 09:18:20 MST
Received: from haskell.cs.yale.edu (localhost.localdomain [127.0.0.1])
        by www.haskell.org (Postfix) with ESMTP
        id 799E536883B; Sat, 11 Dec 2004 10:41:40 -0500 (EST)
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from haskell.cs.yale.edu (localhost.localdomain [127.0.0.1])
        by www.haskell.org (Postfix) with ESMTP
        id 40C3A3687BF; Sat, 11 Dec 2004 10:41:39 -0500 (EST)
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Received: from glass.cse.ogi.edu (glass.cse.ogi.edu [129.95.44.145])
        by www.haskell.org (Postfix) with ESMTP id F10283687BF
        for <[EMAIL PROTECTED]>; Sat, 11 Dec 2004 10:41:37 -0500 (EST)
Received: from glass.cse.ogi.edu (localhost.localdomain [127.0.0.1])
        by glass.cse.ogi.edu (8.12.8/8.12.8) with ESMTP id iBBFrEFF024545
        for <[EMAIL PROTECTED]>; Sat, 11 Dec 2004 07:53:14 -0800
Received: (from [EMAIL PROTECTED])
        by glass.cse.ogi.edu (8.12.8/8.12.8/Submit) id iBBFrDZg024541;
        Sat, 11 Dec 2004 07:53:13 -0800
Date: Sat, 11 Dec 2004 07:53:13 -0800
From: Sven Panne <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.1.5
Precedence: list
Cc: 
Subject: cvs commit: fptools/libraries/GLUT Makefile fptools/libraries/OpenAL
 Makefile fptools/libraries/OpenGL Makefile
X-BeenThere: [EMAIL PROTECTED]
List-Id: All CVS commit messages <cvs-all.haskell.org>
List-Unsubscribe: <http://www.haskell.org/mailman/listinfo/cvs-all>,
        <mailto:[EMAIL PROTECTED]>
List-Archive: <http://www.haskell.org//pipermail/cvs-all>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <http://www.haskell.org/mailman/listinfo/cvs-all>,
        <mailto:[EMAIL PROTECTED]>
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-pstn-levels: (S:99.90000/99.90000 R:95.9108 P:95.9108 M:94.8624 C:98.9754 )
X-pstn-settings: 1 (0.1500:0.1500) gt3 gt2 gt1 r p m c 
X-pstn-addresses: from <[EMAIL PROTECTED]> [294/10] 
X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on toko.jab.org
X-Spam-Level: 
X-Spam-Status: No, hits=-4.9 required=4.0 tests=BAYES_00 autolearn=ham 
        version=2.64

panne       2004/12/11 07:53:13 PST

  Modified files:
    libraries/GLUT       Makefile 
    libraries/OpenAL     Makefile 
    libraries/OpenGL     Makefile 
  Log:
  Added dependecies on #include files
  
  Revision  Changes    Path
  1.29      +11 -0     fptools/libraries/GLUT/Makefile
  1.8       +2 -0      fptools/libraries/OpenAL/Makefile
  1.40      +25 -0     fptools/libraries/OpenGL/Makefile
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries
From jeff Sat Dec 11 16:15:43 2004
Return-Path: [EMAIL PROTECTED]
Delivery-Date: Sat Dec 11 08:15:43 2004
Return-path: <[EMAIL PROTECTED]>
Envelope-to: archive@jab.org
Delivery-date: Sat, 11 Dec 2004 08:15:43 -0800
Received: from exprod5mx127.postini.com ([64.18.0.41] helo=psmtp.com)
        by toko.jab.org with smtp (Exim 3.36 #1 (Debian))
        id 1Cd9uJ-0007nD-00
        for <archive@jab.org>; Sat, 11 Dec 2004 08:15:43 -0800
Received: from source ([63.87.227.167]) by exprod5mx127.postini.com 
([64.18.4.10]) with SMTP;
        Sat, 11 Dec 2004 10:18:15 CST
Received: from dayton.akorn.net [216.1.128.73] by e-government.com with ESMTP
  (SMTPD32-8.13) id AFFF30200112; Sat, 11 Dec 2004 10:19:27 -0500
Received: from localhost (localhost [127.0.0.1])
        by dayton.akorn.net (Postfix) with ESMTP id BE26831AFE9
        for <[EMAIL PROTECTED]>; Sat, 11 Dec 2004 10:18:30 -0500 (EST)
Received: from dayton.akorn.net ([127.0.0.1])
 by localhost (dayton.akorn.net [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 06952-07 for <[EMAIL PROTECTED]>;
 Sat, 11 Dec 2004 10:18:30 -0500 (EST)
Received: by dayton.akorn.net (Postfix, from userid 504)
        id 9670631B013; Sat, 11 Dec 2004 10:18:30 -0500 (EST)
X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 10 Dec 2004 16:09:19 -0500
X-Virus-Scanned: by amavisd-new at contesting.com
To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: [DX-NEWS]  ARLP051 Propagation de K7RA
X-Virus-Scanned: by amavisd-new at contesting.com
X-mxGuard-Info: Processed by e-government.com using mxGuard v1.5.0
X-mxGuard-Spool-ID: 0fff3020011286f4
X-mxGuard-Sender: [EMAIL PROTECTED]
X-mxGuard-Spam-Score: 0
X-Note: This message has been scanned for spam and viruses using mxGuard for 
IMail
Precedence: bulk
Sender: [EMAIL PROTECTED]
X-pstn-levels: (S:99.90000/99.90000 R:95.9108 P:95.9108 M:94.8624 C:98.9754 )
X-pstn-settings: 1 (0.1500:0.1500) gt3 gt2 gt1 r p m c 
X-pstn-addresses: from <[EMAIL PROTECTED]> [294/10] 
X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on toko.jab.org
X-Spam-Level: 
X-Spam-Status: No, hits=-4.0 required=4.0 tests=BAYES_00,DATE_IN_PAST_12_24,
        NO_REAL_NAME autolearn=no version=2.64

SB PROP @ ARL $ARLP051
ARLP051 Propagation de K7RA

ZCZC AP51
QST de W1AW  
Propagation Forecast Bulletin 51  ARLP051
>From Tad Cook, K7RA
Seattle, WA  December 10, 2004
To all radio amateurs 

SB PROP ARL ARLP051
ARLP051 Propagation de K7RA

This weekend is the ARRL 10-Meter Contest. Conditions aren't great
at this point in the solar cycle, but this can be a fun single-band
operating activity. Unfortunately, we may see a recurrence of some
unsettled to active geomagnetic conditions from the last solar
rotation. The predicted planetary A index for December 10-13 is 8,
20, 30 and 12, so that suggests some rough conditions on Sunday.
The predicted solar flux for those same days is 85-90, with the
values rising gradually and peaking around 105 from December 22-25.

Average daily sunspot numbers for this week were 46, down from 55.1
for the previous week. Average daily solar flux dropped nearly 14
points to 97.

We received mail concerning K5SWW's 10-meter observation of
Scandinavian CW signals mentioned in last week's Propagation
Forecast Bulletin, ARLP050.

Joe Clayton, W2REH wrote: "This 'Scandinavian Express' opening is
not unusual at all. There were signals here in South Jersey around
2100z from SM, OH etc on 10 and 15. Some were a little raspy,
suggesting a bit of aurora, I guess. This is a regular opening that
we tend to look for in the contests in the afternoon, particularly
if someone needs a northern multiplier like JW, or is short a
Scandinavian mult on 10 or 15."

Bill Hohnstein, K0HA of Seward Nebraska has been looking at this
propagation for the past couple of months by listening for beacons
from Scandinavian countries. He copied the OH5RAC beacon on 28.231
MHz at 1957z on November 28. He received an email from OH6IY, who
operates the beacon, reporting that Bill's was the first reception
report from outside Europe. The beacon operates at 4.5 watts from a
modified British paging transmitter hooked through 30 meters of
RG-213 to a dipole on a water tower. OH5IY says the radiation toward
the United States is very low due to the dipole orientation and the
low height off the tank roof.

OH5IY wrote: "The propagation is 'post-Auroral,' the Au ended here
some hours ago and I am surprised to note the sigs get to USA. The
antenna is a dipole with ends pointing to AZ 300 degrees, so there
is several minima to east coast, but the skewed Au paths have
allowed the propagation from the northern lobe to you."

Bill thinks the propagation from his end may be a first hop via F2,
with a trans-equatorial-like spread F-hop after that. Check out
Bill's impressive antenna farm on the http://www.qrz.com site by
looking up K0HA.

John Laney, K4BAI has noticed the same loud Scandinavian signals on
both 10 and 15 meters, often after openings to the rest of Europe
have been closed for a couple of hours. He thinks this is more often
observed during major DX contests, because more Scandinavian
stations may be on during those times. Chip Margelli, K7JA wrote,
"That's the usual afternoon OH/SM/LA/UA1Z opening that is more
commonly observed on 21 MHz. Sometimes it does extend up to 28 MHz,
and indeed the Scandinavian side is always in darkness."

Joe Schroeder, W9JUV wrote that he observed the same propagation,
but on both days of the CQ World Wide when he was running QRP. When
European signals started to fade, he worked OH, SM and UA1 stations.

W3DF, W9DY, and N5AW also sent in similar remarks about the late 10
meter propagation to Scandinavia.

Ken Brown, N4SO wrote to remind us that there is a log of current or
recent WWV solar flux and mid-latitude K and A index data on the
http://www.DXCentral.com site.

If you would like to comment or have a tip, email the author at,
[EMAIL PROTECTED]

For more information concerning propagation and an explanation of
the numbers used in this bulletin see the ARRL Technical Information
Service propagation page at,
http://www.arrl.org/tis/info/propagation.html.

Sunspot numbers for December 2 through 8 were 62, 58, 43, 46, 47, 26
and 40 with a mean of 46. 10.7 cm flux was 105.6, 100.8, 97.4, 95.9,
93.2, 89.7 and 96.5, with a mean of 97. Estimated planetary A
indices were 4, 3, 1, 8, 19, 15 and 10 with a mean of 8.6.
Estimated mid-latitude A indices were 4, 1, 0, 7, 11, 9 and 9, with
a mean of 5.9.
NNNN
/EX


----------------------------------------------------------
Archives  http://www.mail-archive.com/dx-news@njdxa.org
THE DXR is sponsored by the North Jersey DX Association.
Please visit our website:
http://www.njdxa.org/index.php
scroll to bottom for subscribe/unsubscribe options
----------------------------------------------------------
From jeff Sat Dec 11 16:15:51 2004
Return-Path: [EMAIL PROTECTED]
Delivery-Date: Sat Dec 11 08:15:51 2004
Return-path: <[EMAIL PROTECTED]>
Envelope-to: archive@jab.org
Delivery-date: Sat, 11 Dec 2004 08:15:51 -0800
Received: from exprod5mx124.postini.com ([64.18.0.38] helo=psmtp.com)
        by toko.jab.org with smtp (Exim 3.36 #1 (Debian))
        id 1Cd9uR-0007ng-00
        for <archive@jab.org>; Sat, 11 Dec 2004 08:15:51 -0800
Received: from source ([217.160.180.71]) (using TLSv1) by 
exprod5mx124.postini.com ([64.18.4.10]) with SMTP;
        Sat, 11 Dec 2004 08:18:19 PST
Received: from mail.convergence2.de ([217.160.180.71])
        by mail.convergence2.de with esmtp (Exim 4.34)
        id 1Cd9vq-000415-HF; Sat, 11 Dec 2004 17:17:18 +0100
Received: with ECARTIS (v1.0.0; list directfb-cvs); Sat, 11 Dec 2004 17:17:15 
+0100 (CET)
Received: from mail.convergence.de ([212.227.36.84] helo=email.convergence2.de)
        by mail.convergence2.de with esmtp (TLSv1:AES256-SHA:256)
        (Exim 4.34)
        id 1Cd9vn-00040r-4H
        for [EMAIL PROTECTED]; Sat, 11 Dec 2004 17:17:15 +0100
Received: from www.directfb.org ([212.227.36.83] helo=cvs.directfb.org)
        by email.convergence2.de with esmtp (Exim 4.34)
        id 1Cd9vm-000404-O8
        for [EMAIL PROTECTED]; Sat, 11 Dec 2004 17:17:14 +0100
Received: from dok by cvs.directfb.org with local (Exim 3.36 #1 (Debian))
        id 1Cd9vS-000401-00
        for <[EMAIL PROTECTED]>; Sat, 11 Dec 2004 16:16:54 +0000
To: [EMAIL PROTECTED]
From: Denis Oliver Kropp via CVS <[EMAIL PROTECTED]>
Mail-Followup-To: [EMAIL PROTECTED]
Subject: [directfb-cvs] DirectFB
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 11 Dec 2004 16:16:54 +0000
X-archive-position: 971
X-ecartis-version: Ecartis v1.0.0
Sender: [EMAIL PROTECTED]
Errors-to: [EMAIL PROTECTED]
X-original-sender: [EMAIL PROTECTED]
Precedence: bulk
List-help: <mailto:[EMAIL PROTECTED]>
List-unsubscribe: <mailto:[EMAIL PROTECTED]>
List-software: Ecartis version 1.0.0
List-Id: directfb-cvs <directfb-cvs.mail>
X-List-ID: directfb-cvs <directfb-cvs.mail>
List-subscribe: <mailto:[EMAIL PROTECTED]>
List-owner: <mailto:[EMAIL PROTECTED]>
List-post: <mailto:[EMAIL PROTECTED]>
X-list: directfb-cvs
X-pstn-levels: (S:99.90000/99.90000 R:95.9108 P:95.9108 M:94.8624 C:98.9754 )
X-pstn-settings: 1 (0.1500:0.1500) gt3 gt2 gt1 r p m c 
X-pstn-addresses: from <[EMAIL PROTECTED]> [294/10] 
X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on toko.jab.org
X-Spam-Level: 
X-Spam-Status: No, hits=-4.9 required=4.0 tests=BAYES_00 autolearn=ham 
        version=2.64

CVSROOT:        /cvs/directfb
Module name:    DirectFB
Changes by:     dok     20041211 16:16:54

Modified files:
        .              : configure.in 

Log message:
Don't check for directfb-csource at all, if UniQuE is disabled.

Reply via email to