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 <[email protected]> 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:[email protected]] On Behalf > Of Toralf Förster > > Sent: Wednesday, November 12, 2014 1:48 PM > > To: [email protected] > > 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 > [email protected] > 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 [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
