search for: readerror

Displaying 10 results from an estimated 10 matches for "readerror".

2008 Jul 30
3
Dealing with image PDF's
...f (startswith(mimetype, "image/tif")) { // Inspired by http://mjr.towers.org.uk/comp/sxw2text string safefile = shell_protect(file); string cmd = "tifftopnm " + safefile + " | gocr -f UTF8 -"; try { dump = stdout_to_string(cmd); } catch (ReadError) { cout << "\"" << cmd << "\" failed - skipping\n"; return; } // Tiff:End I don't really understand all the code in omindex.cc but was wondering if I could OCR when no text was returned while trying to process PDF's...
2008 Jul 30
3
Dealing with image PDF's
...f (startswith(mimetype, "image/tif")) { // Inspired by http://mjr.towers.org.uk/comp/sxw2text string safefile = shell_protect(file); string cmd = "tifftopnm " + safefile + " | gocr -f UTF8 -"; try { dump = stdout_to_string(cmd); } catch (ReadError) { cout << "\"" << cmd << "\" failed - skipping\n"; return; } // Tiff:End I don't really understand all the code in omindex.cc but was wondering if I could OCR when no text was returned while trying to process PDF's...
2006 Oct 02
1
Omindex.cc BSD bug
...roblem: On function stdout_to_string a popen is called, but is not closed properly (according the popen manual) because is using fclose instead of pclose and hence processes created by popen are not killed. Solution: Omindex.cc line 201, replace fclose by pclose : If (pclose(sh) == -1) throw read ReadError(); This must correct the problem, I'm not sure if will cause the same error in other platforms or UNIX. Cheers
2002 Feb 07
1
[Fwd: Re: meaning of "IO Error: skipping the delete...."]]
...t; Dear Mr. Rusty, > Thanks for the reply. The problem was sorted out by changing the uid option in > rsyncd.conf file to root. > We are facing two more problem now.... > 1) while transferring the files, sometimes the transfer breaks in between and gives > us the error message: "readerror: connection reset by peer" I know that there's a patch someone submitted a while back that may (or may not) fix that one. I don't remember where it is, so I'm sending this to the list also in hopes that this will jog someone's memory ;-) > 2) sometimes it shows error mess...
2009 Feb 02
2
Ticket #282: omindex-assorted-enhancements.patch woes
...n unhelpfully converts all non-ASCII characters to // "?" so we use --html instead, which produces HTML entities. - string cmd = "unrtf --nopict --html 2>/dev/null " + shell_protect(file); MyHtmlParser p; try { - p.parse_html(stdout_to_string(cmd)); } catch (ReadError) { cout << "\"" << cmd << "\" failed - skipping\n"; return; --- 426,435 ---- } else if (mimetype == "text/rtf") { // The --text option unhelpfully converts all non-ASCII characters to // "?" so we use --ht...
2006 Aug 02
0
tray icons not in Gnome Notification Area
Running for example NetMetter http://readerror.gmxhome.de/ or uTorrent http://utorrent.com Dapper drake, Wine 0.9.18 -Tray icons show in its own window in left upper corner :/ (Cedega shows it in Notification Area, but with wrong background) -minimizing and maximizing back app from tray will make that app window move a little left and up -mi...
2006 Mar 15
1
DO NOT REPLY [Bug 3609] New: Bad behavior when there are IO errors on reading.
...fil in zeros. Which is worse! Bad data and no indication. The error is also i rsync 2.5.7 from RHEL 3. There are no error message in either case. The minimum requerement is an error message, and an error exit code. The best solution, would be to be able to select to skip changes from files with readerrors, and just continue with other files. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
2009 Feb 03
1
PowerPoint 2007 filter
....xml ppt/notesSlides/notesSlide*.xml ppt/comments/comment*.xml"; */ string cmd = "unzip -p " + safefile + " ppt/slides/slide*.xml"; try { XmlParser xmlparser; xmlparser.parse_html(stdout_to_string(cmd)); dump = xmlparser.dump; } catch (ReadError) { cout << "\"" << cmd << "\" failed - skipping\n"; return; } // End: PowerPoint 2007 .pptx FYI the mime type I entered was: mime_map["pptx"] = "application/vnd.openxmlformats-officedocument.presentationml.pr...
2009 Jul 21
1
zpool import is trying to tell me something...
.../usr/lib/zfs/availdevs -p ... pool name="tank" id="12156936533394213216" poolversion="14" used="0" size="0" replacementsize="0" readbytes="0" writebytes="0" readoperations="0" writeoperations="0" readerrors="0" writeerrors="0" checksumerrors="0" devicestate="VDEV_STATE_CANT_OPEN" devicestatus="VDEV_AUX_NO_REPLICAS" poolstate="POOL_STATE_ACTIVE" poolstatus="ZPOOL_STATUS_VERSION_OLDER" ... Somebody is trying to tell me something, bu...
2002 Jan 23
6
meaning of "IO Error: skipping the delete...."
On 23 Jan 2002, Nitin Agarwal <nitin.agarwal@timesgroup.com> wrote: > Hi, > I am Nitin from India working with a leading Indian newspaper "The Times > > of India". > We recently downloaded "rsync" and found it to be very useful and good > utility. > We tried to implement it between our main server and the DRS (Disaster > Recovery System), located