Your message dated Fri, 10 Aug 2007 05:17:04 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#434733: fixed in filerunner 2.5.1-18 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: filerunner Version: 2.5.1-12 Severity: dangerous hi, I've lost data using fr to move files from a local dir to a remote smb-mounted volume, on which the selected dest dir wasn't present. The situation was as follows: local fs: /mnt/smb/path/to/my_stuff/dir remote smb fs: /path/to/my_stuff mount remote on /mnt/smb: /mnt/smb[/path/to/my_stuff] fr was open on /mnt/smb/path/to/my_stuff/dir before mounting the smb volume, hence it did still see /dir when 'moving' - ie I managed to click on 'move' before refresh took place. I think fr should 1st copy then delete on success, like other utils do. A (not totally failsafe) patch could be as follow: #---------------------------------------- --- /usr/lib/filerunner/cmd.tcl.orig 2007-07-26 11:42:47.000000000 +0200 +++ /usr/lib/filerunner/cmd.tcl 2007-07-26 11:41:29.000000000 +0200 @@ -371,6 +371,12 @@ global config glob upvar $filelist_var filelist + set r [catch {file mkdir $topwd}] + if {$r} { + tk_dialog .apop "Hey Dimwit!" \ + "Destination $topwd is not a dir (anymore)?!?" "" 0 "OK" + return {} + } foreach sel [$listb_name curselection] { if {[CheckAbort "Move"]} return set elem [lindex $filelist $sel] #---------------------------------------- thanks -- paolo
--- End Message ---
--- Begin Message ---Source: filerunner Source-Version: 2.5.1-18 We believe that the bug you reported is fixed in the latest version of filerunner, which is due to be installed in the Debian FTP archive: filerunner_2.5.1-18.diff.gz to pool/main/f/filerunner/filerunner_2.5.1-18.diff.gz filerunner_2.5.1-18.dsc to pool/main/f/filerunner/filerunner_2.5.1-18.dsc filerunner_2.5.1-18_i386.deb to pool/main/f/filerunner/filerunner_2.5.1-18_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jose Carlos Medeiros <[EMAIL PROTECTED]> (supplier of updated filerunner package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 09 Aug 2007 11:47:08 -0300 Source: filerunner Binary: filerunner Architecture: source i386 Version: 2.5.1-18 Distribution: unstable Urgency: low Maintainer: Jose Carlos Medeiros <[EMAIL PROTECTED]> Changed-By: Jose Carlos Medeiros <[EMAIL PROTECTED]> Description: filerunner - X-Based FTP program & file manager Closes: 434733 436840 Changes: filerunner (2.5.1-18) unstable; urgency=low . * Call install to ext.so file, without -s option to complain with DEB_BUILD_OPTIONS=nostrip option. (Closes: #436840) * Fixed wrong delete orig files when moving to a dir that no more exists. Thanks to Paolo <[EMAIL PROTECTED]> for patch. (Closes: #434733) Files: 7af6951585635d38357ea853202c9c3c 651 net optional filerunner_2.5.1-18.dsc c5c4152a9d8a04c086903c9633f84450 12038 net optional filerunner_2.5.1-18.diff.gz b90f7f08825e178b6ee6805545547e85 139498 net optional filerunner_2.5.1-18_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGu/EuGKGxzw/lPdkRAs8kAJ9uT+J6qUSNqeYXmAkkhpP5n2YYewCeMs8g 5xl1WXqyE7+CeXiXGUSixkQ= =byBz -----END PGP SIGNATURE-----
--- End Message ---

