[boinc_dev] Help Enable Smartphones for People with Disabilities

2014-11-12 Thread Oded Ben-Dov
Dear friends,

I'm writing this as we've been in touch in the past, and I am turning to
everyone I know to help with this big endeavor.

My company was founded by me and a quadriplegic engineer (paralyzed from
the neck down). We have created a smartphone that people like him can use
through head gestures and voice control.


We have just launched a crowd funding campaign to see the development
through and start reaching those who it can help. The idea is to support
our efforts through small contributions, to help this project become a
reality.

You can check it out here: igg.me/at/sesamephone
(The campaign video can be found here: http://youtu.be/BUBGvCk0TxM)

I'd appreciate it tremendously if you can help* spread the word, share,
tell your friends, and even put a $ in if you can*. Any amount counts, and
we need funds coming in fast in order to make sure the campaign is a
success.

I apologize if you are not interested in receiving this message. Please let
me know and I'll remove you from the list.

*Many many many thanks!*
Oded
___
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.


[boinc_dev] stderrdae.txt - why are there no time stamps in the error file ?

2014-11-12 Thread Toralf Förster
I tried to correlate entries from stderrdae.txt to stdoutdae.txt - but that 
won't work without time stamps :-(

-- 
Toralf
pgp key: 0076 E94E

___
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.


Re: [boinc_dev] stderrdae.txt - why are there no time stamps in theerror file ?

2014-11-12 Thread Rom Walton
To which messages are you referring?

- Rom

-Original Message-
From: boinc_dev [mailto:boinc_dev-boun...@ssl.berkeley.edu] On Behalf Of Toralf 
Förster
Sent: Wednesday, November 12, 2014 1:48 PM
To: boinc_dev@ssl.berkeley.edu
Subject: [boinc_dev] stderrdae.txt - why are there no time stamps in theerror 
file ?

I tried to correlate entries from stderrdae.txt to stdoutdae.txt - but that 
won't work without time stamps :-(

-- 
Toralf
pgp key: 0076 E94E

___
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.
___
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Re: [boinc_dev] stderrdae.txt - why are there no time stamps in theerror file ?

2014-11-12 Thread Toralf Förster
On 11/12/2014 07:55 PM, Rom Walton wrote:
 To which messages are you referring?
 

I do have 115 lines here :

$ wc stderrdae.txt
 115  256 2760 stderrdae.txt

which do map to just 3 different  messages

$ sort -u stderrdae.txt
check_file_signature: decrypt_public error -231
getaddrinfo: Resource temporarily unavailable
getaddrinfo: Success


and the back ground is still this issue I do have: 
https://forums.gentoo.org/viewtopic-p-7646356.html#7646356



 - Rom
 
 -Original Message-
 From: boinc_dev [mailto:boinc_dev-boun...@ssl.berkeley.edu] On Behalf Of 
 Toralf Förster
 Sent: Wednesday, November 12, 2014 1:48 PM
 To: boinc_dev@ssl.berkeley.edu
 Subject: [boinc_dev] stderrdae.txt - why are there no time stamps in theerror 
 file ?
 
 I tried to correlate entries from stderrdae.txt to stdoutdae.txt - but that 
 won't work without time stamps :-(
 


-- 
Toralf
pgp key: 0076 E94E

___
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Re: [boinc_dev] stderrdae.txt - why are there no time stamps in theerror file ?

2014-11-12 Thread Eric J Korpela
Those could be from a process that has been spawned by the core client or
from a library called by the core client.  They inherit stderr and stdout
and anything they write goes directly to the file.  Unless those processes
or libraries add time stamps to their output, it won't be time stamped.

The fix would be to create pipes and link stderr and stdout to the pipes.
A boinc thread/process could watch the pipe and and when a message is
received, time stamp it and write it to the appropriate log file.  Is it
worth the trouble?


On Wed, Nov 12, 2014 at 11:12 AM, Toralf Förster toralf.foers...@gmx.de
wrote:

 On 11/12/2014 07:55 PM, Rom Walton wrote:
  To which messages are you referring?
 

 I do have 115 lines here :

 $ wc stderrdae.txt
  115  256 2760 stderrdae.txt

 which do map to just 3 different  messages

 $ sort -u stderrdae.txt
 check_file_signature: decrypt_public error -231
 getaddrinfo: Resource temporarily unavailable
 getaddrinfo: Success


 and the back ground is still this issue I do have:
 https://forums.gentoo.org/viewtopic-p-7646356.html#7646356



  - Rom
 
  -Original Message-
  From: boinc_dev [mailto:boinc_dev-boun...@ssl.berkeley.edu] On Behalf
 Of Toralf Förster
  Sent: Wednesday, November 12, 2014 1:48 PM
  To: boinc_dev@ssl.berkeley.edu
  Subject: [boinc_dev] stderrdae.txt - why are there no time stamps in
 theerror file ?
 
  I tried to correlate entries from stderrdae.txt to stdoutdae.txt - but
 that won't work without time stamps :-(
 


 --
 Toralf
 pgp key: 0076 E94E

 ___
 boinc_dev mailing list
 boinc_dev@ssl.berkeley.edu
 http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
 To unsubscribe, visit the above URL and
 (near bottom of page) enter your email address.


___
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Re: [boinc_dev] stderrdae.txt - why are there no time stamps in theerror file ?

2014-11-12 Thread David Anderson

Some low-level functions (crypto and network in this case)
write messages to stderr when they fail.
I went through and added timestamps to most of these.
-- David

On 12-Nov-2014 11:12 AM, Toralf Förster wrote:

On 11/12/2014 07:55 PM, Rom Walton wrote:

To which messages are you referring?



I do have 115 lines here :

$ wc stderrdae.txt
  115  256 2760 stderrdae.txt

which do map to just 3 different  messages

$ sort -u stderrdae.txt
check_file_signature: decrypt_public error -231
getaddrinfo: Resource temporarily unavailable
getaddrinfo: Success


and the back ground is still this issue I do have: 
https://forums.gentoo.org/viewtopic-p-7646356.html#7646356




- Rom

-Original Message-
From: boinc_dev [mailto:boinc_dev-boun...@ssl.berkeley.edu] On Behalf Of Toralf 
Förster
Sent: Wednesday, November 12, 2014 1:48 PM
To: boinc_dev@ssl.berkeley.edu
Subject: [boinc_dev] stderrdae.txt - why are there no time stamps in theerror 
file ?

I tried to correlate entries from stderrdae.txt to stdoutdae.txt - but that 
won't work without time stamps :-(





___
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.