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

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

    <bug>
          <bug_id>15269</bug_id>
          
          <creation_ts>2008-04-08 15:24:57 +0400</creation_ts>
          <short_desc>Ошибка проверки версии в /etc/init.d/postgresql</short_desc>
          <delta_ts>2008-05-12 14:32:09 +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>postgresql8.3-server</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></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sergey N. Yatskevich">syatskevich</reporter>
          <assigned_to name="Michael Bochkaryov">misha</assigned_to>
          <cc>misha</cc>
    
    <cc>mithraen</cc>
    
    <cc>ns</cc>
    
    <cc>thresh</cc>
    
    <cc>vvk</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>67775</commentid>
    <comment_count>0</comment_count>
    <who name="Sergey N. Yatskevich">syatskevich</who>
    <bug_when>2008-04-08 15:24:57 +0400</bug_when>
    <thetext>Ошибка проверки версии в скрипте запуска сервера postgresql из-за чего сервер не
запускается.

Есть:
if [ `cat &quot;$PG_CHROOT_DIR$PGDATA/PG_VERSION&quot;` != &apos;8.2&apos; ];&lt;-&gt;then
    msg_starting postgresql
    failure &quot;Old version. Need to Upgrade. See /usr/share/doc/postgresql-8.2/
    echo
    return 1
fi

Должно быть:
if [ `cat &quot;$PG_CHROOT_DIR$PGDATA/PG_VERSION&quot;` != &apos;8.3&apos; ];&lt;-&gt;then
    msg_starting postgresql
    failure &quot;Old version. Need to Upgrade. See /usr/share/doc/postgresql-8.3/
    echo
    return 1
fi</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>67784</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Bochkaryov">misha</who>
    <bug_when>2008-04-08 15:53:50 +0400</bug_when>
    <thetext>Действительно, в проверке ошибка есть.
Сегодня постараюсь залить исправленный вариант.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>67975</commentid>
    <comment_count>2</comment_count>
    <who name="Michael Bochkaryov">misha</who>
    <bug_when>2008-04-10 19:12:47 +0400</bug_when>
    <thetext>Пакет исправлен и уехал в Сизиф с версией 8.3.1-alt3.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>