Package: twiki
Version: 20040902-3
Severity: important

After upgrading from 20040902-1.1 to 20040902-3, we experienced the
following error when trying to save topics or attach files to topics:

   Topic save error
   During save of file Remedy.RemedyUpgradeProcess an error was found by
   the version control system. Please notify your Globix Wiki administrator.
   
   Save attachment error /usr/bin/ci -q -l -m'%COMMENT%' -t-none
   -w'tristan' %FILENAME% 2>&1
   ci: 2>&1,v: Permission denied
   
   Go back in your browser and save your changes locally.

We were able to fix this problem by commenting out the following line in
TWiki.cfg:

   $endRcsCmd        = " 2>&1" if( $OS eq "UNIX" );

The "2>&1" redirection, I think, isn't happening, because the calls to exec
in TWiki.pm's readFromProcess* subroutines use a syntax that doesn't
call a shell.

Adam

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.25
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages twiki depends on:
ii  apache2-common                2.0.54-2   next generation, scalable, extenda
ii  debconf                       1.4.30.13  Debian configuration management sy
ii  libalgorithm-diff-perl        1.19.01-1  a perl library for finding Longest
ii  libdigest-sha1-perl           2.10-1     NIST SHA-1 message digest algorith
ii  libnet-perl                   1:1.19-1   Implementation of Internet protoco
ii  libtext-diff-perl             0.35-2     Perform diffs on files and record 
ii  perl [libmime-base64-perl]    5.8.4-8    Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl]    5.8.4-8    Core Perl modules
ii  rcs                           5.7-14     The GNU Revision Control System

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to