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

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

    <bug>
          <bug_id>13934</bug_id>
          
          <creation_ts>2008-01-08 18:10:24 +0300</creation_ts>
          <short_desc>gconf_sync_state может убивать чужие процессы</short_desc>
          <delta_ts>2008-01-19 20:07:30 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>GConf</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>critical</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Vitaly Lipatov">lav</reporter>
          <assigned_to name="Alexey Rusakov">ktirf</assigned_to>
          <cc>aris</cc>
    
    <cc>lav</cc>
    
    <cc>ldv</cc>
    
    <cc>msp</cc>
    
    <cc>shrek</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>60614</commentid>
    <comment_count>0</comment_count>
    <who name="Vitaly Lipatov">lav</who>
    <bug_when>2008-01-08 18:10:24 +0300</bug_when>
    <thetext>В принципе, можнопросто запустить

$ /usr/sbin/gconf_install_schema
kill: не задан идентификатор процесса
Попробуйте `kill --help&apos; для получения более подробного описания.

$ rpm -qf /usr/sbin/gconf_install_schema
GConf-2.20.1-alt1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>60618</commentid>
    <comment_count>1</comment_count>
    <who name="Dmitry V. Levin">ldv</who>
    <bug_when>2008-01-08 18:41:28 +0300</bug_when>
    <thetext>$ cat gconf_sync_state
#!/bin/sh -e
ps ax | awk &apos;/\/usr\/lib\/gconfd-2/ { print $1 }&apos; | xargs kill -HUP

Hint:
# /sbin/start-stop-daemon --test -K -s HUP -x /usr/lib/gconfd-2
Would send signal 1 to 1234.
Would send signal 1 to 5678.
Would send signal 1 to 9012.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>60671</commentid>
    <comment_count>2</comment_count>
    <who name="Dmitry V. Levin">ldv</who>
    <bug_when>2008-01-09 00:56:49 +0300</bug_when>
    <thetext>Повышаю severity ввиду того что скрипт в нынешнем виде способен убивать чужие
процессы.

#!/bin/sh -e

[ -x /usr/lib/gconfd-2 ] || exit 0
exec /sbin/start-stop-daemon -K -q -o -s HUP -x /usr/lib/gconfd-2</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>60672</commentid>
    <comment_count>3</comment_count>
    <who name="Alexey Rusakov">ktirf</who>
    <bug_when>2008-01-09 02:05:18 +0300</bug_when>
    <thetext>Ого. Какие вещи start-stop-daemon умеет, оказывается. Спасибо. Отправляю -alt2.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>