Comment 1 for bug 781226

Revision history for this message
Leonid Borisenko (leonidborisenko) wrote :

  I can't reproduce this bug.

  But problem related to executing 'install' command is definitely exists in init script.

  Try to apply following patch to /usr/lib/uwsgi/init/snippets and rerun init script with problem configuration file. Does error message disappears after applying of patch or not?

--- /usr/lib/uwsgi/init/snippets.orig 2011-05-11 21:12:24.000000000 +0300
+++ /usr/lib/uwsgi/init/snippets 2011-05-11 21:08:14.000000000 +0300
@@ -45,6 +45,7 @@
 extract_id()
 {
   local KIND="$1"
+ shift
   local CONFNAME="$@"

   local CONFFILE="$(path_to_conffile_with_name "$CONFNAME")"