From lawrence.cahoon at hotmail.com Wed Nov 5 05:52:22 2008 From: lawrence.cahoon at hotmail.com (Lawrence Cahoon) Date: Tue, 4 Nov 2008 21:52:22 -0800 Subject: Small bug in Version 4.6.1 wrapper scripts Message-ID: Hi: I found (and fixed, I think) a small bug in the mc-wrapper.sh file. As delivered, the 6th line of the script is: MC_PWD="`cat $MC_PWD_FILE`" but I think it should be: MC_PWD="cat `$MC_PWD_FILE`" I think the same kind of problem exists in the mc-wrapper.csh file on line 12: setenv MC_PWD "`cat $MC_PWD_FILE`" should probably be: setenv MC_PWD "cat `$MC_PWD_FILE`" This showed up because (on my machine) the output of "id" gives my Windows-XP user name (enclosed in brackets, as I think it expects). When I "named" my laptop, I happened to give it my full name in firstName + " " + middleName + " " + lastName format. So: As delivered, the script does not correctly handle the case where the MC_PWD_FILE environment variable contains an embedded space. Following is the output from "mc -V". GNU Midnight Commander 4.6.1 Virtual File System: tarfs, extfs, cpiofs, ftpfs, fish With builtin Editor Using the ncurses library With optional subshell support With mouse support on xterm With support for X11 events Regards Lawrence Cahoon _________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From roland.illig at gmx.de Wed Nov 5 23:37:58 2008 From: roland.illig at gmx.de (Roland Illig) Date: Thu, 06 Nov 2008 00:37:58 +0100 Subject: Small bug in Version 4.6.1 wrapper scripts In-Reply-To: References: Message-ID: <49122E56.8090500@gmx.de> Lawrence Cahoon schrieb: > Hi: > I found (and fixed, I think) a small bug in the mc-wrapper.sh file. As > delivered, the 6th line of the script is: > MC_PWD="`cat $MC_PWD_FILE`" > but I think it should be: > MC_PWD="cat `$MC_PWD_FILE`" I don't think you tested exactly this change successfully. The real fix is MC_PWD=`cat "$MC_PWD_FILE"` You can leave out the outer double quotes in a variable assignment (at least in sh; I don't know csh). Your suggestion of enclosing only the MC_PWD_FILE variable in backticks is wrong, since that variable contains a file name, and that file isn't executable. In the current mc's source, it has already been fixed. Thank you anyway for mentioning it. Roland From INVALID.NOREPLY at gnu.org Tue Nov 11 08:22:33 2008 From: INVALID.NOREPLY at gnu.org (Leonid Evdokimov) Date: Tue, 11 Nov 2008 08:22:33 +0000 Subject: [bug #24808] mc shows wrong metadata for ".." directory Message-ID: <20081111-142232.sv65263.83930@savannah.gnu.org> URL: Summary: mc shows wrong metadata for ".." directory Project: GNU Midnight Commander Submitted by: darkk Submitted on: ??? 11 ??? 2008 14:22:32 Category: Screen output Severity: 3 - Normal Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any Release: 4.6.1 Operating System: GNU/Linux _______________________________________________________ Details: mc always shows 0755 as ".." permissions ?? that's incorrect behaviour. Much better way is to show nothing as mc does not show mtime, size and some other attributes of ".." at all. User, group and some other values are broken too, seems, src/screen.c should be patched to check for ".." in more places. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From janek_listy at wp.pl Fri Nov 14 17:46:25 2008 From: janek_listy at wp.pl (Janek Kozicki) Date: Fri, 14 Nov 2008 18:46:25 +0100 Subject: Symlink-safe rename? Message-ID: <20081114184625.5e95fb8b@szpak> Hi, I'm a happy mc user since 1996. After many years my $HOME becomes a bit messy and I'd like to clean up a bit and organize my files. The problem is that I didn't abstain from using symlinks. Now if I will re-organize my files all the symlinks will become dangling. And If I will change my personal stuff's directory structure it will be a major problem for me. A solution is quite simple - scan whole $HOME (or a configurable set of directories) for symlinks and remember them in memory. Then everytime when a rename/move is performed scan this list and update appropriate symlinks. I started by adding an option for that in src/option.c I see that I will need to probably modify src/file.c:move_dir_dir() and move_file_file() (and what else to modify?) Questions: 1. where in the code should I store a std::list of scanned symlinks? 2. where in the code should I fill that list with contents (scanning the $HOME dir)? 3. would you accept a patch like that _if_ I happen to write it? 4. is anybody going to help me a bit more with this idea? 5. why on debian I have mc 4.6.2-pre1 while on http://www.ibiblio.org/mc/ there's only mention of 4.6.1 ? my best regards -- Janek Kozicki | From INVALID.NOREPLY at gnu.org Wed Nov 19 10:01:57 2008 From: INVALID.NOREPLY at gnu.org (elena) Date: Wed, 19 Nov 2008 10:01:57 +0000 Subject: [bug #17269] localized headers in .mc/history In-Reply-To: <20060919-112444.sv36205.57809@savannah.gnu.org> References: <20060802-124815.sv20032.51671@savannah.gnu.org> <20060802-151832.sv26390.62487@savannah.gnu.org> <20060802-140908.sv20032.46143@savannah.gnu.org> <20060913-122823.sv36205.28497@savannah.gnu.org> <20060913-100025.sv20032.51449@savannah.gnu.org> <20060913-153817.sv36205.51800@savannah.gnu.org> <20060913-165515.sv36205.54525@savannah.gnu.org> <20060919-112444.sv36205.57809@savannah.gnu.org> Message-ID: <20081119-100155.sv70931.30639@savannah.gnu.org> Follow-up Comment #8, bug #17269 (project mc): teens wearing thongsr _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From INVALID.NOREPLY at gnu.org Wed Nov 19 10:07:42 2008 From: INVALID.NOREPLY at gnu.org (elena) Date: Wed, 19 Nov 2008 10:07:42 +0000 Subject: [bug #19721] Aborting a FISH file transfer still causes the FISH layer to consume the whole file In-Reply-To: <20070507-181832.sv41304.56007@savannah.gnu.org> References: <20070427-114045.sv36205.32834@savannah.gnu.org> <20070427-142017.sv41304.77917@savannah.gnu.org> <20070427-163847.sv36205.49379@savannah.gnu.org> <20070502-162029.sv36205.46307@savannah.gnu.org> <20070507-160626.sv36205.38172@savannah.gnu.org> <20070507-181832.sv41304.56007@savannah.gnu.org> Message-ID: <20081119-100741.sv70931.92167@savannah.gnu.org> Follow-up Comment #6, bug #19721 (project mc): http://teenswearingthongs.pornlivenews.com/ teens wearing thongs _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From INVALID.NOREPLY at gnu.org Wed Nov 19 11:31:33 2008 From: INVALID.NOREPLY at gnu.org (Alice) Date: Wed, 19 Nov 2008 11:31:33 +0000 Subject: [bug #19436] read (subshell_pty...): No such file or directory (2) on mc compiled with subshel In-Reply-To: <20070421-122447.sv36205.39889@savannah.gnu.org> References: <20070328-120738.sv58080.19234@savannah.gnu.org> <20070329-045007.sv36205.39621@savannah.gnu.org> <20070421-122447.sv36205.39889@savannah.gnu.org> Message-ID: <20081119-113132.sv70934.98921@savannah.gnu.org> Follow-up Comment #3, bug #19436 (project mc): http://teensblowjobvideos.pornlivenews.com/ teen adult video http://teensblowjobvideos.pornlivenews.com/articles/601213/blonde-girl-sucking-cock blonde teen girl _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From INVALID.NOREPLY at gnu.org Sun Nov 23 08:59:27 2008 From: INVALID.NOREPLY at gnu.org (Benjamin Wolsey) Date: Sun, 23 Nov 2008 08:59:27 +0000 Subject: [bug #24906] Can't parse unified diff header, occurence of /^---/ Message-ID: <20081123-095926.sv60230.72660@savannah.gnu.org> URL: Summary: Can't parse unified diff header, occurence of /^---/ Project: GNU Midnight Commander Submitted by: hrazdii Submitted on: So 23 Nov 2008 09:59:26 CET Category: None Severity: 3 - Normal Release: None Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: Problem: In my patch file is "---" on the beginning of line. For better explanation i was changed my patchfs script: # diff patchfs_ patchfs 142c142 < error "Can't parse unified diff header" --- > error "Can't parse unified diff header >>$$buf<<" The script output is: $ /usr/share/mc/extfs/patchfs list adonis.patch.bz2 -rw-r--r-- 1 igor igor 566 02-09-2008 04:00 adonis/bin/adv_sugg_maintain.sh.diff -rw-r--r-- 1 igor igor 1936 09-05-2008 23:52 adonis/bin/archiv.sh.diff Can't parse unified diff header >>--- where ar.last_update >= "2008-09-25" -group by 1,2 -order by 1,2; << In one of original data file is line with "--" (a sql comment without blank space on the bebinning): -- where ar.last_update >= "2008-09-25" _______________________________________________________ Follow-up Comments: ------------------------------------------------------- Date: So 23 Nov 2008 09:59:26 CET By: Benjamin Wolsey This item has been reassigned from the project Gnash - The GNU Flash player bugs tracker to your tracker. The original report is still available at bugs #24885 Following are the information included in the original report: [field #0] Item ID: 24885
[field #1] Group ID: 8191
[field #2] Open/Closed: Open
[field #3] Severity: 3 - Normal
[field #4] Privacy: Public
[field #8] : Unknown bugs Field Display Type
[field #9] Category: utilities
[field #10] Submitted by: hrazdii
[field #11] Assigned to: None
[field #12] Submitted on: Do 20 Nov 2008 06:17:52 CET
[field #13] Summary: Can't parse unified diff header, occurence of /^---/
[field #14] Original Submission: Problem: In my patch file is "---" on the beginning of line. For better explanation i was changed my patchfs script: # diff patchfs_ patchfs 142c142 < error "Can't parse unified diff header" --- > error "Can't parse unified diff header >>$$buf<<" The script output is: $ /usr/share/mc/extfs/patchfs list adonis.patch.bz2 -rw-r--r-- 1 igor igor 566 02-09-2008 04:00 adonis/bin/adv_sugg_maintain.sh.diff -rw-r--r-- 1 igor igor 1936 09-05-2008 23:52 adonis/bin/archiv.sh.diff Can't parse unified diff header >>--- where ar.last_update >= "2008-09-25" -group by 1,2 -order by 1,2; << In one of original data file is line with "--" (a sql comment without blank space on the bebinning): -- where ar.last_update >= "2008-09-25"
[field #16] Item Group: None
[field #17] Status: None
[field #18] Component Version: None
[field #19] Operating System: None
[field #20] Reproducibility: None
[field #21] Size (loc): None
[field #22] Fixed Release: None
[field #23] Planned Release: None
[field #24] Effort: 0.00
[field #28] Priority: 5 - Normal
[field #31] Percent Complete: 0%
[field #33] Release: None
[field #58] Custom Select Box #1: None
[field #59] Custom Select Box #2: None
[field #60] Custom Select Box #3: None
[field #61] Custom Select Box #4: None
[field #62] Custom Select Box #5: None
[field #63] Custom Select Box #6: None
[field #64] Custom Select Box #7: None
[field #65] Custom Select Box #8: None
[field #66] Custom Select Box #9: None
[field #67] Custom Select Box #10: None
------------------------------------------------------- Date: So 23 Nov 2008 09:59:23 CET By: Benjamin Wolsey Looks like one of your bugs has got lost, mc. Greetings from the Gnash team. ------------------------------------------------------- Date: Do 20 Nov 2008 08:12:46 CET By: Benjamin Wolsey What is this about, please? ------------------------------------------------------- Date: Do 20 Nov 2008 07:47:36 CET By: Igor Hrazdil a clumsy single-purpose patch is: --- patchfs_ 2008-11-20 06:07:51.000000000 +0100 +++ patchfs 2008-11-20 07:42:18.000000000 +0100 @@ -10,6 +10,7 @@ use strict; use POSIX; use File::Temp 'tempfile'; +use IO::Handle; # standard binaries my $bzip = 'bzip2'; @@ -149,6 +150,15 @@ } } +sub _b +{ + my ($buf, $c)=@_; + return if $$buf !~ /^--- /; + $c = IO::Handle::getc(*I); + IO::Handle::ungetc(*I, ord($c)); + return 1 if ord($c) == 43; # ord("+") +} + # list files affected by patch sub list { @@ -168,7 +178,7 @@ # recognize diff type if (!$unified && !$context) { - $unified=1 if (/^--- /); + $unified=1 if _b(\$_); $context=1 if (/^\*\*\* /); if (!$unified && !$context) { $len+=length; @@ -176,7 +186,7 @@ } } - if (($unified && /^--- /) || ($context && /^\*\*\* [^\*]*$/)) { + if (($unified && _b(\$_)) || ($context && /^\*\*\* [^\*]*$/)) { # start of new file if ($state==1) { printf "-rw-r--r-- 1 %s %s %d %s %s%s\n", $uid, $gid, $len, datetime($time), $prefix, $f ------------------------------------------------------- Date: Do 20 Nov 2008 06:23:21 CET By: Igor Hrazdil I forget, the patchfs script version is 1.17: http://cvs.savannah.gnu.org/viewvc/mc/vfs/extfs/patchfs.in?revision=1.17&root=mc&view=markup ------------------------------------------------------- Date: So 23 Nov 2008 09:59:26 CET By: Igor Hrazdil Problem: In my patch file is "---" on the beginning of line. For better explanation i was changed my patchfs script: # diff patchfs_ patchfs 142c142 < error "Can't parse unified diff header" --- > error "Can't parse unified diff header >>$$buf<<" The script output is: $ /usr/share/mc/extfs/patchfs list adonis.patch.bz2 -rw-r--r-- 1 igor igor 566 02-09-2008 04:00 adonis/bin/adv_sugg_maintain.sh.diff -rw-r--r-- 1 igor igor 1936 09-05-2008 23:52 adonis/bin/archiv.sh.diff Can't parse unified diff header >>--- where ar.last_update >= "2008-09-25" -group by 1,2 -order by 1,2; << In one of original data file is line with "--" (a sql comment without blank space on the bebinning): -- where ar.last_update >= "2008-09-25" _______________________________________________________ Reply to this item at: _______________________________________________ Nachricht geschickt von/durch Savannah http://savannah.gnu.org/ From INVALID.NOREPLY at gnu.org Mon Nov 24 11:46:27 2008 From: INVALID.NOREPLY at gnu.org (andre petrov) Date: Mon, 24 Nov 2008 11:46:27 +0000 Subject: [bug #19436] read (subshell_pty...): No such file or directory (2) on mc compiled with subshel In-Reply-To: <20081119-113132.sv70934.98921@savannah.gnu.org> References: <20070328-120738.sv58080.19234@savannah.gnu.org> <20070329-045007.sv36205.39621@savannah.gnu.org> <20070421-122447.sv36205.39889@savannah.gnu.org> <20081119-113132.sv70934.98921@savannah.gnu.org> Message-ID: <20081124-114626.sv70927.93162@savannah.gnu.org> Follow-up Comment #4, bug #19436 (project mc): http://adultdatinginengland.pornlivenews.com - adult dating in England _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From INVALID.NOREPLY at gnu.org Wed Nov 26 10:52:07 2008 From: INVALID.NOREPLY at gnu.org (asedra) Date: Wed, 26 Nov 2008 10:52:07 +0000 Subject: [bug #20182] enter vfs with cmdline buffer In-Reply-To: <20071006-090319.sv58618.72936@savannah.gnu.org> References: <20070616-073643.sv58618.54805@savannah.gnu.org> <20070823-175810.sv36205.81566@savannah.gnu.org> <20070823-160117.sv58618.22731@savannah.gnu.org> <20070824-173408.sv36205.7039@savannah.gnu.org> <20071006-090319.sv58618.72936@savannah.gnu.org> Message-ID: <20081126-105206.sv71049.189@savannah.gnu.org> Follow-up Comment #5, bug #20182 (project mc): http://lesbianslickingpussy.pornlivenews.comsexy lesbian girls http://lesbianslickingpussy.pornlivenews.com/articles/611606/girl-licking-girl girl licking girl _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From INVALID.NOREPLY at gnu.org Wed Nov 26 11:00:52 2008 From: INVALID.NOREPLY at gnu.org (asedra) Date: Wed, 26 Nov 2008 11:00:52 +0000 Subject: [bug #19721] Aborting a FISH file transfer still causes the FISH layer to consume the whole file In-Reply-To: <20081119-100741.sv70931.92167@savannah.gnu.org> References: <20070427-114045.sv36205.32834@savannah.gnu.org> <20070427-142017.sv41304.77917@savannah.gnu.org> <20070427-163847.sv36205.49379@savannah.gnu.org> <20070502-162029.sv36205.46307@savannah.gnu.org> <20070507-160626.sv36205.38172@savannah.gnu.org> <20070507-181832.sv41304.56007@savannah.gnu.org> <20081119-100741.sv70931.92167@savannah.gnu.org> Message-ID: <20081126-110051.sv71049.25440@savannah.gnu.org> Follow-up Comment #7, bug #19721 (project mc): http://lesbianslickingpussy.pornlivenews.com/articles/611716/teen-lesbian-sex-action teen lesbians from http://lesbianslickingpussy.pornlivenews.com _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From INVALID.NOREPLY at gnu.org Wed Nov 26 14:19:21 2008 From: INVALID.NOREPLY at gnu.org (larisa) Date: Wed, 26 Nov 2008 14:19:21 +0000 Subject: [bug #21030] "preserve Attributes" unchecked, but chmod errors still there In-Reply-To: <20070917-220402.sv36205.63423@savannah.gnu.org> References: <20070911-093808.sv57722.11718@savannah.gnu.org> <20070913-123531.sv36205.2364@savannah.gnu.org> <20070913-154930.sv36205.94070@savannah.gnu.org> <20070913-143434.sv57722.43298@savannah.gnu.org> <20070917-220346.sv36205.73955@savannah.gnu.org> <20070917-220402.sv36205.63423@savannah.gnu.org> Message-ID: <20081126-141920.sv71018.94976@savannah.gnu.org> Follow-up Comment #5, bug #21030 (project mc): http://adultdatinginusa.smut.com/sex-dating-in-hawaii.htm Sex Dating in Hawaii http://adultdatinginusa.smut.com/adult-sex-dating-in-florida-girl-lloking-for-men.htm Adult sex dating in Florida. Girl looking for men http://adultdatinginusa.smut.com/adult-dating-in-california.htm Adult Dating in California _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From INVALID.NOREPLY at gnu.org Wed Nov 26 14:19:31 2008 From: INVALID.NOREPLY at gnu.org (larisa) Date: Wed, 26 Nov 2008 14:19:31 +0000 Subject: [bug #18042] cannot specify port number in shell link In-Reply-To: <20061030-201146.sv53419.53788@savannah.gnu.org> References: <20061017-125118.sv53419.97238@savannah.gnu.org> <20061027-121503.sv13840.75338@savannah.gnu.org> <20061028-144321.sv26390.16214@savannah.gnu.org> <20061030-120454.sv13840.18204@savannah.gnu.org> <20061030-201146.sv53419.53788@savannah.gnu.org> Message-ID: <20081126-141931.sv71018.17806@savannah.gnu.org> Follow-up Comment #5, bug #18042 (project mc): http://adultdatinginusa.smut.com/find-woman-in-seattle-adult-dating-in-washington.htm Find woman in Seattle. Adult dating in Washington http://adultdatinginusa.smut.com/adult-dating-in-new-york-united-states.htm Adult dating in New York United States http://adultdatinginusa.smut.com/online-dating-in-indiana-women-seeking-for-men.htm Online dating in Indiana. Women seeking for men _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From INVALID.NOREPLY at gnu.org Wed Nov 26 16:08:42 2008 From: INVALID.NOREPLY at gnu.org (elena) Date: Wed, 26 Nov 2008 16:08:42 +0000 Subject: [bug #19721] Aborting a FISH file transfer still causes the FISH layer to consume the whole file In-Reply-To: <20081126-110051.sv71049.25440@savannah.gnu.org> References: <20070427-114045.sv36205.32834@savannah.gnu.org> <20070427-142017.sv41304.77917@savannah.gnu.org> <20070427-163847.sv36205.49379@savannah.gnu.org> <20070502-162029.sv36205.46307@savannah.gnu.org> <20070507-160626.sv36205.38172@savannah.gnu.org> <20070507-181832.sv41304.56007@savannah.gnu.org> <20081119-100741.sv70931.92167@savannah.gnu.org> <20081126-110051.sv71049.25440@savannah.gnu.org> Message-ID: <20081126-160842.sv70931.40005@savannah.gnu.org> Follow-up Comment #8, bug #19721 (project mc): http://teensexmovies.pornlivenews.com/articles/616930/teen-girl-giving-blowjob teen blowjob video http://teensexmovies.pornlivenews.com/articles/616929/young-lesbians-fucking-video young teen lesbians http://teensexmovies.pornlivenews.com/articles/616928/download-free-teen-sex-videos free teen sex video _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From INVALID.NOREPLY at gnu.org Thu Nov 27 12:16:01 2008 From: INVALID.NOREPLY at gnu.org (margo) Date: Thu, 27 Nov 2008 12:16:01 +0000 Subject: [bug #22300] Hang on directory change when not run as root In-Reply-To: <20080426-152107.sv65499.90777@savannah.gnu.org> References: <20080213-025719.sv65499.64611@savannah.gnu.org> <20080309-125737.sv36205.18208@savannah.gnu.org> <20080425-165859.sv65499.50134@savannah.gnu.org> <20080426-152107.sv65499.90777@savannah.gnu.org> Message-ID: <20081127-121600.sv71073.94024@savannah.gnu.org> Follow-up Comment #4, bug #22300 (project mc): http://freepornclips.smut.com free porn clips http://freepornclips.smut.com/office-sex-videos.htm office sex _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From INVALID.NOREPLY at gnu.org Thu Nov 27 12:24:22 2008 From: INVALID.NOREPLY at gnu.org (margo) Date: Thu, 27 Nov 2008 12:24:22 +0000 Subject: [bug #17269] localized headers in .mc/history In-Reply-To: <20081119-100155.sv70931.30639@savannah.gnu.org> References: <20060802-124815.sv20032.51671@savannah.gnu.org> <20060802-151832.sv26390.62487@savannah.gnu.org> <20060802-140908.sv20032.46143@savannah.gnu.org> <20060913-122823.sv36205.28497@savannah.gnu.org> <20060913-100025.sv20032.51449@savannah.gnu.org> <20060913-153817.sv36205.51800@savannah.gnu.org> <20060913-165515.sv36205.54525@savannah.gnu.org> <20060919-112444.sv36205.57809@savannah.gnu.org> <20081119-100155.sv70931.30639@savannah.gnu.org> Message-ID: <20081127-122421.sv71073.8678@savannah.gnu.org> Follow-up Comment #9, bug #17269 (project mc): http://freepornclips.smut.com free adult videos _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/