Your message dated Wed, 05 Apr 2006 14:04:29 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#358999: fixed in python-4suite 0.99cvs20060405-1
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: python-4suite
Version: 0.99cvs20060302-1
Severity: wishlist
Tags: patch
Hello,
As announced in [0], su behavior will change.
The python-4suite-server init.d executes commands with su without quoting
them.
(The attached patch also fixes a command in python-4suite's documentation.)
The patched version should be compatible with the old and future su.
You can find a login package in experimental if you want to test the
patch.
When the new login package will reach unstable, the severity of this bug
will be raised.
[0] http://lists.debian.org/debian-devel-announce/2006/03/msg00003.html
Kind Regards,
--
Nekral
diff -rauN
../orig/python-4suite-0.99cvs20060302/debian/patches/19-DebianQuickStart.dpatch
./python-4suite-0.99cvs20060302/debian/patches/19-DebianQuickStart.dpatch
---
../orig/python-4suite-0.99cvs20060302/debian/patches/19-DebianQuickStart.dpatch
2006-03-25 18:44:31.000000000 +0100
+++ ./python-4suite-0.99cvs20060302/debian/patches/19-DebianQuickStart.dpatch
2006-03-25 18:54:54.000000000 +0100
@@ -61,7 +61,7 @@
+ <para>Please read this Debian GNU/Linux reletaed paragraphs carefully.
They affect the whole document.</para>
+ <para>Tune your preferred configuration for the 4Suite RDF Controller
(Server) using the /etc/defaults/4ss file.</para>
+ <para>The 4ssd application has been moved to /usr/share/4Suite to comply
File Hirarchy Standard (FHS) because this script is not stand-alone executable.
You have to use 4ss_manager instead.</para>
-+ <para>The preferred way to run 4ss_manager is as user/gruop `ftss' which
is automatically created on installation of python-4suite-server package. To do
so start as root `# su ftss -c 4ss_manager init' or any of the other commands
which modify the repository in /var/lib/4Suite directory.</para>
++ <para>The preferred way to run 4ss_manager is as user/gruop `ftss' which
is automatically created on installation of python-4suite-server package. To do
so start as root `# su ftss -c "4ss_manager init"' or any of the other commands
which modify the repository in /var/lib/4Suite directory.</para>
+ <para>The /etc/init.d/4ss will also start 4ssd as user/group `ftss'. This
can be changed by DAEMON_USER in /etc/defaults/4ss.</para>
+ <para>The PID and the LOG are stored within /var/run/4Suite/4ss.pid and
/var/log/4Suite/4ss.log files until the defaults are changed in
/etc/4Suite/4ss.conf. Do not forget to change the /etc/default/4ss file
too.</para>
+ </section>
diff -rauN
../orig/python-4suite-0.99cvs20060302/debian/python-4suite-server.init.d
./python-4suite-0.99cvs20060302/debian/python-4suite-server.init.d
--- ../orig/python-4suite-0.99cvs20060302/debian/python-4suite-server.init.d
2006-03-25 18:44:31.000000000 +0100
+++ ./python-4suite-0.99cvs20060302/debian/python-4suite-server.init.d
2006-03-25 19:52:57.000000000 +0100
@@ -91,7 +91,7 @@
stop)
echo -n "Stopping $DESC: "
if [ \( -n "$FTSS_USERNAME" -a -n "$FTSS_PASSWORD" \) -o
"$DAEMON_STOPOPTIONS" != "stop" ]; then
- su "$DAEMON_USER" -c "$DAEMON" $DAEMON_STOPOPTIONS 2>&1
>/dev/null
+ su "$DAEMON_USER" -c "\"$DAEMON\" $DAEMON_STOPOPTIONS
>/dev/null 2>&1"
sleep 1
[ -r "$PIDFILE" ] && echo "FAILED." || echo "$NAME."
else
@@ -118,7 +118,7 @@
#
echo -n "Restarting $DESC: "
if [ \( -n "$FTSS_USERNAME" -a -n "$FTSS_PASSWORD" \) -o
"$DAEMON_RESTARTOPTIONS" != "restart" ]; then
- su "$DAEMON_USER" -c "$DAEMON" $DAEMON_RESTARTOPTIONS 2>&1
>/dev/null
+ su "$DAEMON_USER" -c "\"$DAEMON\" $DAEMON_RESTARTOPTIONS
>/dev/null 2>&1"
[ -r "$PIDFILE" ] && echo "$NAME." || echo "FAILED."
else
echo "UNCONFIGURED."
--- End Message ---
--- Begin Message ---
Source: python-4suite
Source-Version: 0.99cvs20060405-1
We believe that the bug you reported is fixed in the latest version of
python-4suite, which is due to be installed in the Debian FTP archive:
python-4suite-common_0.99cvs20060405-1_all.deb
to pool/main/p/python-4suite/python-4suite-common_0.99cvs20060405-1_all.deb
python-4suite-doc_0.99cvs20060405-1_all.deb
to pool/main/p/python-4suite/python-4suite-doc_0.99cvs20060405-1_all.deb
python-4suite-server_0.99cvs20060405-1_all.deb
to pool/main/p/python-4suite/python-4suite-server_0.99cvs20060405-1_all.deb
python-4suite_0.99cvs20060405-1.diff.gz
to pool/main/p/python-4suite/python-4suite_0.99cvs20060405-1.diff.gz
python-4suite_0.99cvs20060405-1.dsc
to pool/main/p/python-4suite/python-4suite_0.99cvs20060405-1.dsc
python-4suite_0.99cvs20060405-1_all.deb
to pool/main/p/python-4suite/python-4suite_0.99cvs20060405-1_all.deb
python-4suite_0.99cvs20060405.orig.tar.gz
to pool/main/p/python-4suite/python-4suite_0.99cvs20060405.orig.tar.gz
python2.3-4suite_0.99cvs20060405-1_i386.deb
to pool/main/p/python-4suite/python2.3-4suite_0.99cvs20060405-1_i386.deb
python2.4-4suite_0.99cvs20060405-1_i386.deb
to pool/main/p/python-4suite/python2.4-4suite_0.99cvs20060405-1_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.
Raphael Bossek <[EMAIL PROTECTED]> (supplier of updated python-4suite 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: Wed, 5 Apr 2006 22:31:19 +0200
Source: python-4suite
Binary: python2.3-4suite python-4suite python-4suite-server
python-4suite-common python2.4-4suite python-4suite-doc
Architecture: source all i386
Version: 0.99cvs20060405-1
Distribution: unstable
Urgency: medium
Maintainer: Raphael Bossek <[EMAIL PROTECTED]>
Changed-By: Raphael Bossek <[EMAIL PROTECTED]>
Description:
python-4suite - An open-source platform for XML and RDF processing
python-4suite-common - Common files used by 4Suite packages
python-4suite-doc - Documentation for 4Suite
python-4suite-server - 4Suite RDF Controller (Server)
python2.3-4suite - An open-source platform for XML and RDF processing for
Python 2.3
python2.4-4suite - An open-source platform for XML and RDF processing for
Python 2.4
Closes: 358999
Changes:
python-4suite (0.99cvs20060405-1) unstable; urgency=medium
.
* Update to latest CVS snapshot 2006-04-05.
* Fixed su usage (Closes: #358999).
Files:
e0a8cdc8710b1b2841e487f8efc3e160 791 python optional
python-4suite_0.99cvs20060405-1.dsc
dc5a0c2ab3a4965882b11dc5646ee9d8 1881707 python optional
python-4suite_0.99cvs20060405.orig.tar.gz
c6483ca27f5770f246bc4627b5dcfa75 16205 python optional
python-4suite_0.99cvs20060405-1.diff.gz
68b5da643876083df67b5356cf91d58c 5482 python optional
python-4suite_0.99cvs20060405-1_all.deb
dafdf8867753f58892067b98b5bb06c0 279860 python optional
python-4suite-common_0.99cvs20060405-1_all.deb
fed9c65c99c3b805b69d5835a434fabe 1548042 python optional
python-4suite-doc_0.99cvs20060405-1_all.deb
94ac3c591aefc38c226efe8f7bad20c1 8518 python optional
python-4suite-server_0.99cvs20060405-1_all.deb
55e3a0ddf93d2d060145144b091a399c 1097916 python optional
python2.3-4suite_0.99cvs20060405-1_i386.deb
bdcd6e4d379058a9aea933e093b6abc8 1097970 python optional
python2.4-4suite_0.99cvs20060405-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFENCq1N2lBq4Nesv8RAil1AJ0WKqgu16d4AYLPBu2iEOzQJ7+zgACgoFPF
XxoyIKRw4TmbqMUJ65fp+Fo=
=Z4SM
-----END PGP SIGNATURE-----
--- End Message ---