<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>12476</bug_id>
          
          <creation_ts>2007-08-06 03:31:54 +0400</creation_ts>
          <short_desc>Проблема с запуском moin-instance-setup</short_desc>
          <delta_ts>2009-05-10 09:33:33 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>moin</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>patch</keywords>
          <priority>P2</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Evgeny Sinelnikov">sin</reporter>
          <assigned_to name="Fr. Br. George">george</assigned_to>
          <cc>erthad</cc>
    
    <cc>george</cc>
    
    <cc>kirill</cc>
    
    <cc>mike</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>53674</commentid>
    <comment_count>0</comment_count>
    <who name="Evgeny Sinelnikov">sin</who>
    <bug_when>2007-08-06 03:31:54 +0400</bug_when>
    <thetext>При попытке запуска скрипта не находится директория с http-сервера.
Помог вот такой патч:
--- moin-instance-setup.orig    2007-06-20 19:53:24 +0400
+++ moin-instance-setup 2007-08-06 03:16:24 +0400
@@ -12,7 +12,7 @@
 #
 # Instance     AUid:UGid

-HTTPD=`ls -1 /var/log/httpd* | sed &apos;s@.*/\([a-z0-9]*\).*@\1@&apos; | sort -u | tail -1`
+HTTPD=`ls -1d /var/log/httpd* | sed &apos;s@.*/\([a-z0-9]*\).*@\1@&apos; | sort -u | tail -1`
 case &quot;`uname`-$HTTPD&quot; in
   Linux-httpd2)
        APACHECFG=&quot;/etc/httpd2/conf&quot;

Я не особо вдавался в подробности эвристического анализа, но мне это помогло,
особенно при пересборке образа OpenLectory.
Steps to Reproduce:
1. moin-instance-setup site
2.
3.
Actual Results:  
ERROR: Unknown httpd

Expected Results:  
Created instance....</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>53704</commentid>
    <comment_count>1</comment_count>
    <who name="Fr. Br. George">george</who>
    <bug_when>2007-08-06 15:32:35 +0400</bug_when>
    <thetext>Ну, особого анализа там нет :). Скрипт я переделаю. Одна беда: apache2 в Сизифе
бежит быстро (спасибо solo), особенно в плане конфигов, а я пока привязан к branch.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>61894</commentid>
    <comment_count>2</comment_count>
    <who name="Fr. Br. George">george</who>
    <bug_when>2008-01-25 13:17:55 +0300</bug_when>
    <thetext>Видимо, всё откладывается до python5.5 -&gt; moinmoin 1.6.+</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>63764</commentid>
    <comment_count>3</comment_count>
    <who name="Michael Shigorin">mike</who>
    <bug_when>2008-02-15 23:35:48 +0300</bug_when>
    <thetext>Дооткладывались? :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>63768</commentid>
    <comment_count>4</comment_count>
    <who name="Mikhail Gusarov">dottedmag</who>
    <bug_when>2008-02-15 23:37:29 +0300</bug_when>
    <thetext>python5.5 выпустили? :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>78490</commentid>
    <comment_count>5</comment_count>
    <who name="kirill">kirill</who>
    <bug_when>2008-09-23 12:40:33 +0400</bug_when>
    <thetext>Чем плодить ошибки, лучше продолжу здесь: 
moin-1.7.1-alt1

По умолчанию moin-instance-setup создаёт нерабочую конфигурацию из-за 
двух опечаток в скрипте. Опечатки исправлены в git, см. 
http://git.altlinux.org/people/kirill/packages/moin.git?p=moin.git;a=commitdiff;h=d905d72e11231d93bbf82e4025c5d4e8555325e1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>78725</commentid>
    <comment_count>6</comment_count>
    <who name="Fr. Br. George">george</who>
    <bug_when>2008-09-25 18:39:55 +0400</bug_when>
    <thetext>Fixed in 1.7.2</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>