Search found 15 matches

by n4af
06 Jul 2010, 20:27
Forum: Help
Topic: FFS Consistently hangs on Synchronize
Replies: 15
Views: 2633

Re: FFS Consistently hangs on Synchronize

Hi Zenju -

I am having problems with the hang destroying my USB drive MFT. I do not think
it has anything to do with FFS, but is keeping me from doing anything to
recreate right now.

Tks, Howard
by n4af
02 Jul 2010, 00:36
Forum: Help
Topic: Make trouble on Mepis8.5
Replies: 2
Views: 1275

Re: Make trouble on Mepis8.5

Ok, I think he is complaining about includes.
I see a stringConv.h but no string.h ?
Tks, Howard
by n4af
02 Jul 2010, 00:22
Forum: Help
Topic: Make trouble on Mepis8.5
Replies: 2
Views: 1275

Make trouble on Mepis8.5

Hi Zenju -

Wonder if you have come across this ?
Following Compile.txt, make wxWidgets seems to all run ok, so switch back to
FFS directory and do a make (from root).
{Start Snippet}

root@mepis1:/home/n4af/ffs# make
if ; then mkdir OBJ; fi
g++ -o OBJ/removeBOM tools/removeBOM.cpp
./OBJ ...
by n4af
02 Jul 2010, 00:02
Forum: Help
Topic: FFS Consistently hangs on Synchronize
Replies: 15
Views: 2633

Re: FFS Consistently hangs on Synchronize

Something is pretty flakey. My problem seems to be with items in /lib/udev-
like Iphone-set-info and Console.
I took /lib/udev out of the mix (exclude) and the sync ran (literally) to
99.99% w/ 5sec to go. The file it failed on was legit. I even cp it over to
make sure. So still scratching my head ...
by n4af
01 Jul 2010, 20:48
Forum: Help
Topic: FFS Consistently hangs on Synchronize
Replies: 15
Views: 2633

Re: FFS Consistently hangs on Synchronize

Hi Zenju -

CORRECTION . The problem is not as global as Ext4;
I just backed up my home directory on Ubuntu 10.04 w/ no problems (Ext4).

Normally, the procedure here is to back up the entire partition that is not
booted, but just mounted r/o.
Most of my testing has been against another ext4 ...
by n4af
01 Jul 2010, 17:03
Forum: Help
Topic: FFS Consistently hangs on Synchronize
Replies: 15
Views: 2633

Re: FFS Consistently hangs on Synchronize

Correct. I have done this same backup with Clonezilla, FSarchiver, Lucky
Backup, and Rdiff-Backup.

Using FreeFileSync, the sync works ok --USING EXT3.on Mepis 8.5 partition.
Consistently fails trying to sync ext4 partion-- Ubuntu Lucid or Linux Mint 9.

Tks, Howard
by n4af
30 Jun 2010, 23:40
Forum: Help
Topic: FFS Consistently hangs on Synchronize
Replies: 15
Views: 2633

Re: FFS Consistently hangs on Synchronize

Was not totally sure where to put the trace points, but here is the source:

void FreeFileSync::copyFile(const Zstring& sourceFile,
const Zstring& targetFile,
bool copyFileSymLinks,
CopyFileCallback* callback)
{
using FreeFileSync::CopyFileCallback;
std::cout << __FILE__ << " -> " << __LINE ...
by n4af
30 Jun 2010, 23:26
Forum: Help
Topic: FFS Consistently hangs on Synchronize
Replies: 15
Views: 2633

Re: FFS Consistently hangs on Synchronize

Clean compile. Will test shortly.

Tks, Howard
by n4af
30 Jun 2010, 22:24
Forum: Help
Topic: FFS Consistently hangs on Synchronize
Replies: 15
Views: 2633

Re: FFS Consistently hangs on Synchronize

Sorry, I am probably doing this wrong:


std::cout << __FILE__ << " -> " << __LINE__ << std::endl;
produces
shared/fileHandling.cpp:1474: error: ���cout��� is not a member of ���std���
shared/fileHandling.cpp:1480: error: ���cout��� is not a member of ���std���
shared/fileHandling.cpp:1492 ...
by n4af
30 Jun 2010, 18:55
Forum: Help
Topic: FFS Consistently hangs on Synchronize
Replies: 15
Views: 2633

Re: FFS Consistently hangs on Synchronize

Thank you for the quck response Zenju.

I have recompiled, removing type=record,noseek, so the line reads
::fopen(filename.c_str(), "rb"; ----------------- by commenting out the type
ending.
Because I left the semicolon off, the first compile failed- so I know it is
reading fileIO.cpp

The ...
by n4af
29 Jun 2010, 16:35
Forum: General Discussion
Topic: FreeFileSync Hangs
Replies: 5
Views: 1629

Re: FreeFileSync Hangs

Not sure how to close this--
I moved this problem over to HELP, as it seems a more appropriate location...
by n4af
29 Jun 2010, 16:33
Forum: Help
Topic: FFS Consistently hangs on Synchronize
Replies: 15
Views: 2633

FFS Consistently hangs on Synchronize

(Moving from Open Discussion)
Have tried maybe 20 times. Always hangs. Usually the screen clears indicating
heavy i/o, but my event monitor does not show heavy i/o or memory usage--maybe
tight loop ??
Update--just tried on ext3 file and ran ok.
EXT4 solid failure. adding NODELALLOC to mount d/n ...
by n4af
29 Jun 2010, 11:42
Forum: General Discussion
Topic: FreeFileSync Hangs
Replies: 5
Views: 1629

Re: FreeFileSync Hangs

I am reading from mounted partition sdc6 -mounted as /media/sdc6 (LinuxMint9)
and writing to USB 1tb ntfs hard drive mounted as /media/sdd5
(/media/sdd5/sync/sdc6)
I have tried mounting sdc6 as both r/o and as r/w. the usb drive is r/w.
When FFS hangs/loops, I must click on X multiple times and ...
by n4af
29 Jun 2010, 11:18
Forum: General Discussion
Topic: FreeFileSync Hangs
Replies: 5
Views: 1629

Re: FreeFileSync Hangs

[404, Invalid URL: http://blountscreek.org/hang1.png]
[404, Invalid URL: http://blountscreek.org/hang3.png]
by n4af
29 Jun 2010, 11:16
Forum: General Discussion
Topic: FreeFileSync Hangs
Replies: 5
Views: 1629

FreeFileSync Hangs

Have tried maybe 20 times. Always hangs. Usually the screen clears indicating
heavy i/o, but my event monitor does not show heavy i/o or memory usage--maybe
tight loop ??
Update --just tried on ext3 file and ran ok.
EXT4 solid failure. adding NODELALLOC to mount d/n make a difference.
Ubuntu10 ...