Friday, January 28, 2011

Scan for patient anomalies

Start working in a clinic.





============================================================================================================================ Hi Marcel, I had tried with device class to 0x200404 and it didn't make any difference. I use the "scotest.c" to simplify the debug. The actual application is much more complicated. But the issue is similar with test result of "scotest.c". I assume the "scotest.c" should give me some valid data, as I sent so many real data from one side. I can actually receive real data with some USB dongles. But I have problem CSR chipset USB dongles with relatively newer firmware. That is something real confused me. Regards, Cooper -----Original Message----- From: linu ... @vger.kernel.org [mailto: linu ... @vger.kernel.org ] On Behalf Of Marcel Holtmann Sent: Monday, March 15, 2010 10:38 PM To: Cooper Xu Cc: linu ... @vger.kernel.org Subject: RE: A strange compatible problem for eSCO audio with CSR USB Bluetooth dongle Hi Cooper , no top posting on this mailing list. We do proper inline quoting. I used the attached scotest.c to do the test for both client and server. This file is from Bluez 4.58. I modified a little because the original is sending packets too fast. I turned off eSCO according to Nick's suggestion. the scotest.c tool is just for basic testing. There is no guarantee that it does the right job. Some devices might send silence if the Headset or Handsfree profile is not fully setup. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majo ... @vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majo ... @vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html On Tue, 2010-07-13 at 03:27 -0700, Mikko Ohtamaa wrote: Mikko Ohtamaa wrote: So the question is.. how to write a query which renders recurrent events in a calendar view? Any pointers... I would hate to be the first person on earth trying this :( hi mikko, maybe these are some pointers... dateable. kalends defines the API for events (there is just an __init__.py which defines the interfaces), especially for recurring events based on recurrence rules from the dateutil.rrule [1] (which is extremely powerful). dateable.chronos defines calendar views with recurrence support. both packages do not implement recurring events - this has to be done by other packages, like vs.event. in vs.event you can see how recurrence support is provided by an adapter for events: adapter configuration: vs.event.content.configure.zcml adapter factory: vs.event.content.recurrence.VSRecurrenceSupport especially the method getOcurrenceDays and getRecurrenceRule are important. here you can see, how occurences of an event can be fetched: vs.event.browser.vs_event_view.VSEventView.nextDates as tom said, there is the plone.app.event package which purpose is to provide content types, views and utilities for calendarish events in one place - peeled out from Products.ATContentTypes. work has started at the cathedral sprint in march 2010 and it's far from finished yet. but some words on this package: - at the current state it won't use dateable.chronos and dateable. kalends - but it uses dateutil.rrule for recurrence support - it uses Products.DateRecurringIndex for indexing the ocurrences of an recurring event. Products.DateRecurringIndex [2] is rewritten to support dateutil.rrule. i've done some API changes recently which aren't commited yet, so don't rely on what you see there. - help welcomed. i think a sprint with a dedicated team working on plone.app.event will be necessary. best, hannes [1] http://labix.org/python-dateutil#head-470fa22b2db72000d7abe698a5783a46b0731b57 [2] https://svn.plone.org/svn/collective/Products.DateRecurringIndex/branches/DateRecurringIndex2-dateutils/ _______________________________________________ Product-Developers mailing list Prod ... @lists.plone.org http://lists.plone.org/mailman/listinfo/product-developers

Wednesday, January 26, 2011

Protect Yourself

Save on Auto Insurance





============================================================================================================================== Done Cheers! Benjamin Reed escribió: Tomás Heredia wrote: Hi all!! Since 1.5.96 (may be since 1.5.94, not sure, but 1.5.93 worked OK), I get a general strafeping failure (all configured nodes on poller package Strafer ) every time I restart opennms. The alarms go out exactly five minutes after the restart. Any Ideas o how to solve this? or should I file a bug? Generally a good idea to err on the side of opening a bug, we can always close them, but it's easy to lose bug reports in the shuffle if they're just posted to the stream of emails in -discuss. Please open a bug and mark the target milestone 1.5.97, and I'll make sure to look into it. ------------------------------------------------------------------------ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ------------------------------------------------------------------------ _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-discuss mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-discuss ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-discuss mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-discuss

Tuesday, January 25, 2011

Help diagnose diseases

Learn More





========================================================================================================================== Hi, First off, I haven't read the previous questions you have had, so forgive me if I give you duplicate info. Sounds like you need to configure a JDBCDescriptorsStore, by default slide uses a MemoryDescriptorsStore which just stores the information about files in memory. Using a JDBCDescriptorStore will make the information persistent. That said, there is a section in the domain.xml that you can uncomment to get this. The actual content is being stored, just not the associated metadata. With slide creating the directories from my experience it was relative from the working directory that you started your servlet container from, ie, I started tomcat from tomcat/bin/ and the directories were relative to that. Standard disclaimer: YMMV. Cheers Dave -----Original Message----- From: Miroslav Zubcic [mailto: mv ... @crol.cz ] Sent: Monday, 28 May 2001 1:58 AM To: slid ... @jakarta.apache.org Subject: files and users all around the filesystem OK, this is my third question about slide. :-( After I got it working I have found that files uploaded from some client for testing are dissaperaing, that is, files _are_ where they are but are not visible to client after logging out and logging in again. Also I have found /users, /var/tomcat/slide/users /var/tomcat/slide/WEB-INF/users, and /var/tomcat/files, /var/tomcat/slide/files, and /var/tomcat/conf/files. :-( That is ... directories are created without my control all around without changing paths in Domain.xml - BTW, I don't know for that paths, are that paths relative to slide directory or filesystem. jdk is: 1.2.2 tomcat is: tomcat-3.2.2-beta5.1 I see people are using slide with more or less trouble, where my trouble can be? Right now, I'm trying to install slide from scratch, and configure it again, with reading docs/faq - again and again. (cofein and nicotin are with me). Can some good soul send me his configuration - withtout passwords and personal paths of course - or even some pointers where I can solve problem. -- This signature intentionally left blank

Monday, January 24, 2011

Verify patient insurance

Start training online today.





============================================================================================================================ On 05/29/2010 06:27 PM, Andreas Vox wrote: Hi! After the discussion we had today at LGM about creating an Libre Graphics Foundation or similar, I'd like to make a proposal for the charter. I've concentrated on aims and membership, not procedures. As an umbrella organization, it should concentrate on connecting people and organizing partnerships between its members. The member organizations would actually carry out the projects. This would also keep costs and membership fees to a minimum. Ok, I'm expecting comments! /Andreas 0 Libre Graphics Libre Graphics is a term that describes the idea that people use floss tools to create and distribute free content. (needs expanding) 1 Name The name of the organization is Libre Graphics Network (TBD) Network seems a bit bland and ambiguous to me. I think it's worth trying to generate a number of possibilities, some admittedly not very good, yet sometimes bad ideas lead to unexpected better ideas. So if we begin to think of possible words which might fit into a framework like 'Libre Graphics X', here are some of my idease for X: Affiliation; Amalgamation; Assembly (or Assemblage - a legitimate English word); Association; Cartel; Chamber; Coalition; Commission; Committee; Confederation; Confluence; Congress; Consortium; Convergence; Cooperative; Council; Ensemble; Enterprise; Family; Fellowship; Forum; Foundation; Fraternity; Gang; Group; Guild; Harmony; Institute; League; Legion; Mob; Nexus; Partnership; Posse; Service; Society; Squad; Syndicate; Tribe; Troupe ; Union; Unity Again, these are just ideas to toss around coming from a thesaurus search. Greg _______________________________________________ CREATE mailing list CRE ... @lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/create Bonsoir, Le compte-rendu de la réunion est en ligne : http://meetbot.fedoraproject.org/fedora-meeting/2010-02-21/fedora-meeting.2010-02-21-19.34.html Pour rappel, les actions décidées lors de la réunion : * bochecha - faire la demande de la ML sur le Trac, en précisant tout ça * MrTom - réfléchit à expliciter le processus d'intégration de l'équipe de traduction du wiki - réfléchit à faire une grève symbolique des traducteur francophone de fedora * Bouska - envoyer un mail à la liste pour motiver les troupes * UNASSIGNED - lancer un appel à animateurs de stand sur le forum ---------- Mathieu Bridon _______________________________________________ fr-users mailing list fr-u ... @lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/fr-users

Friday, January 21, 2011

Get fabulous threads

Start dressing in style.





============================================================================================================================ Rui's note on qjackctl prompted me to look at http://www.rncbc.org and then http://www.rncbc.org/drupal/node/191 which lead to http://qmidictl.sourceforge.net/ and http://qmidinet.sourceforge.net/ ... Both of these apps look awesome. Any chance these can be made available through PlanetCCRMA or even better, through fedora which already carries up-to-date versions of qtractor. Also, one issue I've found w/ controllers in general is that there is a need for a simple scripting language, or a comprehensive set of "built-in special functions" to handle "state" and "computation" in midi controllers. Do qmidictl or qmidinet have any solutions for this? One quick example I ran into recently. I've setup a very useful remote control to a TC Electronics Finalizer. One of the features it has is a MIDI-controlled "fader" (e.g. for doing smooth fadeouts/ fadeins ). I've got that mapped to a 100MM slider on a behringer controller and it's SWEET. But also, it's linear. What I need is to map the midi controllers 0-127 to a logarithmic curve so as to match human loudness perception. This doesn't seem possible in qmidiroute... (?) What tools would allow this, or any other "computed" mapping to be done? (see also see http://old.nabble.com/using-qmidiroute-for-midi-device-control....-ts27963116.html ) Is there an easy way to add scripting languages to Qt apps? (something like 'Guile' would be nice). Niels http://nielsmayer.com PS: thanks to http://www.rncbc.org/drupal/node/183 , I will also be taking a look at qtractor-0.4.5-1.fc12.x86_64 which i've installed, but not yet explored ( rosegarden4-10.02.1-1.fc12.x86_64 works well for me so far). _______________________________________________ music mailing list mus ... @lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/music Mark Phippard wrote: On Tue, Jan 20, 2009 at 11:55 AM, Hyrum K. Wright < hyru ... @mail.utexas.edu > wrote: I just want to be able to prepare resources on my end. We (CollabNet) plan to make binaries available as we did for 1.5 to help get as many testers as possible. That's my plan. The way I look at it, the time we've spent waiting for the current issues to resolve has been well spent as a " presoak " period. I see no reason to hold the RC very long after we branch. I agree. Trunk seems pretty solid, I just wanted to be sure you (and others of course) thought the same. I guess we just need to push forward on cleaning up these remaining issues so we can get the release started. Yup. I've been pushing for a while now, and figured a laissez-faire attitude would be best. :) Additional resources toward cleaning up TODO-1.6 would of course be welcomed. -Hyrum ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1038524

arbcombo -- Upcoming Diesel Truck Regulation Education Classes and Events

The California Air Resources Board (ARB) is conducting upcoming
training classes and holding other events to educate truck
owners, operators, and heavy duty diesel vehicle and equipment
sellers about California regulations that affect them. The
events include One-Stop Truck Events, Vehicle and Equipment
Seller trainings, and a number of training classes.

The events and training classes will provide information about
statewide idling limits, Heavy-Duty Vehicle Inspection Program
(HDVIP), engine labeling, Truck and Bus Regulation, Drayage Truck
Regulation, Tractor and Trailer Greenhouse Gas Regulation,
Transport Refrigeration Unit Regulation, and associated funding
opportunities.

The topics for each event may vary. For instance, certain
training classes will focus on the Tractor-Trailer Greenhouse Gas
regulation compliance planning and reporting, while others will
provide information about the Truck and Bus regulation with a
focus on agricultural vehicle extension reporting.

The events and training classes are being held on various dates
and at different locations throughout California. Specific
times, locations, and information about each event's topic are
available at: http://www.arb.ca.gov/msprog/onrdiesel/training.htm
.


Background

The Air Resources Board has a long history of adopting
regulations to reduce criteria pollutant and greenhouse gas
emissions. In 1998, California identified diesel exhaust
particulate matter (PM) as a toxic air contaminant based on its
potential to cause cancer, premature death, and other health
problems. Diesel engines also contribute to California's fine
particulate matter (PM 2.5) air quality problems. Those most
vulnerable are children whose lungs are still developing and the
elderly who may have other serious health problems. In
addition, in September 2007, the Board adopted a State
Implementation Plan in coordination with local air districts to
meet federal ambient air quality deadlines. The (SIP) identifies
the reductions needed to attain national ambient air quality
standards for ozone and PM2.5. The largest share of new emission
reductions in the 2007 SIP is expected from trucks.

A number of regulations are now in effect that that require
diesel engine owners to take steps to reduce their engine
emissions. All truck owners must maintain engines so that they
do not smoke excessively, must limit unnecessary idling, and meet
other state emission reduction requirements. Nearly all trucks
and buses with a manufacturer's gross vehicle weight rating
greater than 14,000 pounds and transport refrigeration units that
operate in California are required to have exhaust retrofits or
to upgrade to cleaner engines early. The regulations are part of
the state's plan to meet federal ambient air quality standards
and to protect public health.

The California Global Warming Solutions Act of 2006 (AB 32)
established requirements to achieve reductions of greenhouse gas
(GHG) emissions. AB 32 requires the Air Resources Board (the
Board or ARB) and other state agencies to adopt regulations and
other requirements that would reduce statewide GHG emission
levels to the equivalent of 1990 levels by 2020. The
Tractor-Trailer GHG rulemaking is one of 44 early action measures
identified by the Board.

For further information, please contact 8666diesel@arb.ca.gov or
call 866-6diesel.


You are receiving this single arbcombo email because you are a
subscriber to or have made a public comment to one or more of the
following lists: ag, arber, diesel-retrofit, gmbond, hdghg,
inuseag, inuseidling, moyer, onrdiesel, porttruck, sbidling,
schoolbus, truck-idling, tru.

======================================================================
You are subscribed to one of the lists aggregated to make this
particular ARB combination listserve broadcast. To UNSUBSCRIBE:
Please go to http://www.arb.ca.gov/listserv/listserv.php and enter
your email address and click on the button "Display Email Lists."
To unsubscribe, please click inside the appropriate box to uncheck it
and go to the bottom of the screen to submit your request. You will
receive an automatic email message confirming that you have
successfully unsubscribed. Also, please read our listserve disclaimer
at http://www.arb.ca.gov/listserv/disclaim.htm .

The energy challenge facing California is real. Every Californian
needs to take immediate action to reduce energy consumption. For
a list of simple ways you can reduce demand and cut your energy
costs, visit the Flex Your Power website at www.fypower.org .
======================================================================

arbcombo -- ARB Cost of Implementation Fee Regulation Amendments Workshop Materials posted. Jan. 21, 2011. Sacramento

The Air Resources Board has posted materials for the Public
Workshop on proposed amendments to the AB 32 Cost of
Implementation Fee Regulation (COI Regulation) on January 21,
2011, 1:30 PM to 5:00 PM, in Sacramento.

Materials posted
include:

Meeting Agenda
Meeting Presentation
Proposed Regulation Amendments

The COI Regulation provides a schedule of fees to be paid by
sources of greenhouse gas emissions to support the
administration
costs of implementing AB 32, the California Global Warming
Solutions Act of 2006. The Regulation was adopted by ARB
pursuant to Health and Safety Code Section 38597. Under AB 32,
ARB has developed numerous measures supported by the regulation
to reduce greenhouse gas emissions and help clean the air,
protect the environment and drive innovative new solutions to
clean energy.

To download a copy of the posted material, go to:
http://www.arb.ca.gov/cc/adminfee/meetings/meetings.htm

For more information on the COI Regulation, go to:
http://www.arb.ca.gov/cc/adminfee/adminfee.htm or contact Bill
Blackburn at bblackbu@arb.ca.gov or (916) 322-7154.

You are receiving this single arbcombo email because you are a
subscriber to or have made a public comment to one or more of the
following lists: cc, ghg-rep.

======================================================================
You are subscribed to one of the lists aggregated to make this
particular ARB combination listserve broadcast. To UNSUBSCRIBE:
Please go to http://www.arb.ca.gov/listserv/listserv.php and enter
your email address and click on the button "Display Email Lists."
To unsubscribe, please click inside the appropriate box to uncheck it
and go to the bottom of the screen to submit your request. You will
receive an automatic email message confirming that you have
successfully unsubscribed. Also, please read our listserve disclaimer
at http://www.arb.ca.gov/listserv/disclaim.htm .

The energy challenge facing California is real. Every Californian
needs to take immediate action to reduce energy consumption. For
a list of simple ways you can reduce demand and cut your energy
costs, visit the Flex Your Power website at www.fypower.org .
======================================================================

Thursday, January 20, 2011

Perform important diagnoses

Start scanning patients.





============================================================================================================================ Hi guys - we are pretty much done on organising the Retreat for this weekend. The food is all ordered (thanks for the responses on food preferences), the Tipis are due to go up on Thursday. The weather looks OK, here is the link for anyone that wants to get updates before they come: http://news.bbc.co.uk/weather/forecast/308?area=SO21 . We will have to walk across grass from the Tipis the conference facilities so it would be a good idea to bring waterproof jacket/umbrella and waterproof shoes just in case. When you get to the Hursley site you will need to follow the signs to the 'Club House', it's quite well sign posted and well away from the main buildings. It would be great if everyone could make it in time for the evening meal on Friday - this will be at about 19:00. Just as a reminder - check this site for details about how to get to Hursley and other info http://sites.google.com/site/apacheretreat/home If you are planning to come and have not signed up on the EventBrite site - please do so now :-) http://apache.eventbrite.com/ . The caterers can deal with a few extra bodies but not many.... In terms of what we do for the weekend - just like always with Barcamps - I don't have a plan :-) In fact it's completely up to you. If you want to sit in a corner and code for the weekend that will be fine. If you want to play pool all weekend (yes, there is a pool table) that will be fine too. If you come prepared to talk about what you are doing that would be great. Send any questions you have to this list, I'll be watching it and picking them up. Zoë On Mon, 2010-03-01 at 09:36 -0500, Adam Jackson wrote: On Sun, 2010-02-28 at 15:49 +0100, Hans de Goede wrote: On 02/28/2010 03:39 PM, Henrique Junior wrote: As Chen Lei said, the fact that JOGL needs this code may mean that it will be blocked forever for packaging, but I do not particularly see a big problem. For more details, please, read the log in bugzilla and give your ideas regarding this question. AFAIK we have had problems like this before with various bits of Xorg (iirc) needing the sources of other bits to build. The "usual" solution for this, is to give a package a -source subpackage, which contains the extracted sources (and installs them under /usr/src So I think the best way to handle this is to package gluegen, and include gluegen's sources as a gluegen-source subpackage, and then make jogl BuildRequire gluegen-source. Yeah, we did this for Mesa from FC5 through F9. Certainly not ideal, but such is life. I wouldn't consider this a blocker for packaging, though I'd like to see it fixed eventually. Usually when this kind of source build dependency exists it's not a trivial thing to fix. We still do it now for x11vnc with xorg-x11-server. %package source Summary: Xserver source code required to build VNC server (Xvnc) Group: Development/Libraries BuildArch: noarch Dave. -- devel mailing list dev ... @lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Take Advantage of Flexible Financial Aid Packages For Those Who Qualify

Take Advantage of Flexible Financial Aid Packages For Those Who Qualify


OnlineStudentFinancialAid.com
I want a degree in:
1 Business
2 Criminal Justice
3 Education
4 Graphic Design
5 Healthcare
6 Human Services
7 Legal
8 Technology
image
Financial aid is available for those who qualify.

Flexible Financing Options May Be Available


If you're exploring options for paying for your online degree, Onlinestudentfinancialaid is your quickest resource for finding schools and programs that may offer financial aid packages.
It's fast, easy, informative, and free.

request Info

For further information about our email partner's policy regarding cookies, please click here
Click here if you wish to unsubscribe from this message.

Wednesday, January 19, 2011

Produce statistical analysis of diseases

Begin a new future





======================================================================================================================= Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=591388 --- Comment #2 from Christoph Wickert < cwic ... @fedoraproject.org > 2010-10-30 17:59:19 EDT --- REVIEW FOR pbuilder-0.196-1.fc13.src.rpm FIX - MUST: pbuilder.noarch: W: spelling-error %description -l en_US chroot -> cheroot , ch root, ch-root pbuilder.noarch: W: spelling-error %description -l en_US debootstrap -> de bootstrap, de-bootstrap, bootstrapped pbuilder.noarch: W: spelling-error %description -l en_US dsc -> dc, sc, desc pbuilder.noarch: E: description-line-too-long C "pbuilder update" updates the image to the current state of testing/unstable/whatever pbuilder.noarch: W: only-non-binary-in-usr-lib pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/B92test-pkg pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/pbuildd/hookdir/A10dpkg-l.sh pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/pbuilder-test/002_libfile pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/rebuild/buildall pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/D90chrootmemo pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/F90chrootmemo pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/execute_paramtest.sh pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/pbuilder-test/003_makecheck pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/pbuilder-test/000_prepinstall pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/pbuildd/buildd.sh pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/B90list-missing pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/D80no-man-db-rebuild pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/D10tmp pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/D20addnonfree pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/pbuilder-test/004_ldd pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/workaround/E50-initscripts-2.86.ds1-7.workaround.sh pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/execute_installtest.sh pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/workaround/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/C10shell pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/B90lintian pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/pbuilder-distribution.sh pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/pbuilder-test/001_apprun pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/lvmpbuilder/lvmbuilder pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/rebuild/getlist pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/B91debc pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/B91dpkg-i pbuilder.noarch: W: spurious-executable-perm /usr/share/doc/pbuilder-0.196/examples/C11screen pbuilder.noarch: W: no-manual-page-for-binary debuild-pbuilder pbuilder.noarch: W: no-manual-page-for-binary pdebuild-user-mode-linux pbuilder.noarch: W: no-manual-page-for-binary pdebuild pbuilder.noarch: W: no-manual-page-for-binary pbuilder-user-mode-linux pbuilder.noarch: W: no-manual-page-for-binary pbuilder pbuilder.src: W: spelling-error %description -l en_US chroot -> cheroot , ch root, ch-root pbuilder.src: W: spelling-error %description -l en_US debootstrap -> de bootstrap, de-bootstrap, bootstrapped pbuilder.src: W: spelling-error %description -l en_US dsc -> dc, sc, desc pbuilder.src: E: description-line-too-long C "pbuilder update" updates the image to the current state of testing/unstable/whatever pbuilder.src:70: E: hardcoded-library-path in %{_prefix}/lib/%{name} pbuilder.src: W: invalid-url Source0: http://ftp.de.debian.org/debian/pool/main/p/pbuilder/pbuilder_0.196.tar.gz HTTP Error 404: Not Found 2 packages and 0 specfiles checked; 3 errors, 40 warnings. Can be ignored: spelling-error, no-manual-page-for-binary, only-non-binary-in-usr-lib, hardcoded-library-path Need to be fixed: description-line-too-long, spurious-executable-perm OK - MUST: named according to the Package Naming Guidelines OK - MUST: spec file name matches the base package %{name} OK - MUST: package meets the Packaging Guidelines OK - MUST: Fedora approved license and meets the Licensing Guidelines FIX - MUST: License field in spec file matches the actual license: GPL is no valid license FIX - MUST: license file included in %doc: no license included OK - MUST: spec is in American English OK - MUST: spec is legible TBD - MUST: sources match the upstream source by MD5 OK - MUST: successfully compiles and builds into binary rpms on x86_64 N/A - MUST: If the package does not successfully compile, build or work on an architecture, then those architectures should be listed in the spec in ExcludeArch. OK - MUST: all build dependencies are listed in BuildRequires. N/A - MUST: handles locales properly with %find_lang N/A - MUST: Every binary RPM package (or subpackage) which stores shared library files (not just symlinks) in any of the dynamic linker's default paths, must call ldconfig in %post and %postun. OK - MUST: Package does not bundle copies of system libraries. N/A - MUST: If the package is designed to be relocatable, the packager must state this fact in the request for review, along with the rationalization for relocation of that specific package. OK - MUST: owns all directories that it creates OK - MUST: no duplicate files in the %files listing OK - MUST: Permissions on files are set properly, includes %defattr(...) OK - MUST: consistently uses macros OK - MUST: package contains code, or permissable content N/A - MUST: Large documentation files should go in a -doc subpackage OK - MUST: Files included as %doc do not affect the runtime of the application N/A - MUST: Header files must be in a -devel package N/A - MUST: Static libraries must be in a -static package N/A - MUST: library files that end in .so are in the -devel package. N/A - MUST: devel packages must require the base package using a fully versioned dependency OK - MUST: The package does not contain any .la libtool archives. N/A - MUST: Packages containing GUI applications must include a %{name}.desktop file, and that file must be properly installed with desktop-file-install in the %install section. OK - MUST: package does not own files or directories already owned by other packages. OK - Should: at the beginning of %install, the package runs rm -rf %{buildroot}. OK - MUST: all filenames valid UTF-8 SHOULD Items: FIX - SHOULD: Source package includes license text(s) as a separate file. N/A - SHOULD: The description and summary sections in the package spec file should contain translations for supported Non-English languages, if available. OK - SHOULD: builds in mock. OK - SHOULD: compiles and builds into binary rpms on all supported architectures. OK - SHOULD: functions as described. N/A - SHOULD: Scriptlets are sane. N/A - SHOULD: Usually, subpackages other than devel should require the base package using a fully versioned dependency. N/A - SHOULD: pkgconfig(.pc) files should be placed in a -devel pkg OK - SHOULD: no file dependencies outside of /etc, /bin, /sbin, /usr/bin, or /usr/sbin N/A - SHOULD: package should contain man pages for binaries/scripts. Other items: Fix - not latest stable version, upstream is already at 0.199 OK - SourceURL valid OK - Compiler flags ok OK - Debuginfo complete OK - SHOULD: package has a %clean section, which contains rm -rf %{buildroot}. N/A - SHOULD: Packages containing pkgconfig(.pc) files must 'Requires: pkgconfig'. TODO items: - please update the package to 0.199 so I can check the TBD points. - fix the FIX items - use the full allowed 80 characters for the lines in description, but not more - %doc %{_datadir}/doc -> %{_docdir} - include docs: AUTHORS, ChangeLog, COPYING, README, THANKS - build and include the mapages (pbuilder-uml.conf refers to man 5 pbuilder-uml.conf) - Create and own /var/cache/pbuilder/pbuildd/ - Missing Requires: sudo - usr/bin/pdebuild requires dpkg-parsechangelog, dpkg-architecture and dpkg-buildpackage, thus we need dpkg-devel instead of just dpkg - usr/bin/debuild-pbuilder requires usr/bin/debuild from Debian's devscripts package -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list pack ... @lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/package-review

Tuesday, January 18, 2011

Help diagnose diseases







====================================================================================================================== Jarek Jasiewicz wrote: How much RAM you have? 4 GB try to calculate ony one output map if p[rogram do not responce after 3 munutes brak it. GRASS 6.5.svn (spearfish60):~ > r.stream dir=drainage_SFD@user1 stream=stream_SFD@user1 strahler=strahler Reading maps... Finding nodes... Creating springs index... - too much time - GRASS 6.5.svn (spearfish60):~ > r.stream dir=drainage_SFD@user1 stream=stream_SFD@user1 shreeve=shreeve Reading maps... Finding nodes... Creating springs index... - too much time - GRASS 6.5.svn (spearfish60):~ > r.stream dir=drainage_SFD@user1 stream=stream_SFD@user1 class=class Reading maps... Finding nodes... Creating springs index... Writing maps... 100% class OK margherita Jarek Margherita Di Leo pisze: Hi Jarek, Hi list I downloaded and compiled the latest version, commented lines 87 and 88 in io.c file /* G_free(rDirs);*/ /* G_free(rStreams);*/ it does not abort now, but it does not go after this: GRASS 6.5.svn (spearfish60):~ > r.stream dir=drainage_SFD@user1 stream=stream_SFD@user1 strahler=strahler shreeve=shreeve class=class Reading maps... Finding nodes... Creating springs index... I tried first in a big region, then in the spearfish. I thought .. can it be a 64 bit problem? My system is Ubuntu 8.04: uname -a Linux marghe 2.6.24-24-generic #1 SMP Fri Jul 24 22:15:50 UTC 2009 x86_64 GNU/Linux Did anyone try r.stream on a 64 bit architecture? Any suggestion or hint appreciate Cheers margherita -- Eng. Margherita Di Leo Ph.D. Student Methods and Technologies for Environmental Monitoring Department of Environmental Engineering and Physics (DIFA) University of Basilicata Campus Macchia Romana 85100 - Potenza Italy Office: +39-0971205363 Fax: +39-0971205160 E-mail: dileomargherita AT gmail DOT com Skype: dileomargherita URL: http://www.difa.unibas.it/A_Manager_PP.do?azione=visualizzaHomePage&id=106 _______________________________________________ grass-user mailing list gras ... @lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user

Choose your Verizon phone, charger and headset now!

If you are unable to see the message below, click here to view.
Free messaging phone and get a Bluetooth headset and vehicle charger.
Verizon  Wireless
GET A PHONE, CHARGER AND HEADSET.  Transmit your signal with a total messaging package - for free. New 2  year single line activation required.
Choose Your Phone:
LG  Cosmos(TM)
LG  Cosmos(TM)
Features Sliding Bar
design w/ QWERTY
keyboard, 1.3 Megapixel
camera/camcorder, and
Bluetooth capable.
> Buy Now
OR
Samsung Intensity(TM)
Samsung Intensity(TM)
Features full-slide
QWERTY keyboard,
Mobile IM and picture
messaging.
>Buy Now
Included with your Free Phone: Bluetooth(R) Headset
Bluetooth(R) Headset
Talk hands-free for up
to 11 hours!
Vehicle Power Charger
Vehicle Charger
Charge your phone while
on the go.
Why Order ONLINE? FREE activation (Fridays through Mondays), FREE  Overnight Shipping and Instant Online Discounts
THE AIRWAVES  ANXIOUSLY AWAIT YOUR COMMAND. RULE THE AIR.
Not available in stores. Only available with new 2 year single line activation on the Package page. Not available with equipment upgrades or Family Share Plans.
Activation fee/line: $35 ($25 for secondary Family SharePlan lines w/2 yr Agmts).
IMPORTANT CONSUMER INFORMATION: Subject to Customer Agmt, Calling Plan, & credit approval. Up to $175 early termination fee ($350 for advanced devices), & other charges. Device capabilities: Add'l charges & conditions apply. Offers & coverage, varying by service, not available everywhere. While supplies last.
Free Overnight Shipping is only available for purchases placed on VerizonWireless.com within the U.S. only, excluding Alaska and Hawaii. Orders placed by 4:30 pm local time Monday - Friday excluding holidays will deliver by the next business day. (Orders placed after 4:30 pm local time on Friday and before 4:30 pm local time on Monday will deliver on Tuesday.) Subject to credit authorization, verification and inventory availability. Signature will be required upon delivery.
(C) 2011 Verizon Wireless
Verizon Wireless | One Verizon Way | Mail Code: 180WVB | Basking Ridge, NJ 07920

We respect your privacy. Please review our privacy policy for more information
about click activity with Verizon Wireless and links included in this email.

If you no longer wish to receive future emails, you may unsubscribe, or easily adjust
your subscription preferences from your profile information.
Learn More

For further information about our email partner's policy regarding cookies, please click here
Click here if you wish to unsubscribe from this message.