http://bugzilla.novell.com/show_bug.cgi?id=564816 http://bugzilla.novell.com/show_bug.cgi?id=564816#c2 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |jnelson-suse@jamponi.net --- Comment #2 from Ján Kupec <jkupec@novell.com> 2010-02-10 13:29:35 UTC --- Wow, i'm staring at the code but i can't see how could there be no file after successful download... I see no code that could remove the file after aria finishes in MediaAria2c.cc. The program then continues in MediaHandler/MediaSetAccess (no clue there either), and ends in Fetcher doing: if ( filesystem::hardlinkCopy( tmp_file, dest_full_path ) != 0 ) { if ( ! PathInfo(tmp_file).isExist() ) ERR << tmp_file << " does not exist" << endl; .. ZYPP_THROW( Exception("Can't hardlink/copy " + tmp_file.asString() + " to " + dest_dir.asString())); } How come? Jon, if you still can reproduce this, can you help us hunt it down? Either using gdb, or by inserting some checks into the code. Also, i never seen such error so far except of this report. Could it be something specific with your aria2c setup? Perhaps your aria is deleting the file after downloading :O) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.