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

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

    <bug>
          <bug_id>13759</bug_id>
          
          <creation_ts>2007-12-21 11:43:46 +0300</creation_ts>
          <short_desc>Good</short_desc>
          <delta_ts>2013-09-27 11:24:48 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>Distributions</classification>
          <product>Branch 4.0</product>
          <component>hotplug</component>
          <version>4.0</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>WONTFIX</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="ashen">ashen</reporter>
          <assigned_to name="Nobody&apos;s working on this, feel free to take it">nobody</assigned_to>
          <cc>cas</cc>
    
    <cc>erthad</cc>
    
    <cc>mike</cc>
          
          <qa_contact name="Q.A. 4.0">qa-4.0</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>59800</commentid>
    <comment_count>0</comment_count>
    <who name="ashen">ashen</who>
    <bug_when>2007-12-21 11:43:46 +0300</bug_when>
    <thetext>При перезапуске сервиса hotplug в /var/log/messages выводится такое:
Dec 21 10:22:42 oasu3 usb.rc: chown: cannot access `/proc/bus/usb/001/005&apos;: No 
such file or directory
Dec 21 10:22:42 oasu3 usb.rc: chmod: cannot access `/proc/bus/usb/001/005&apos;: No 
such file or directory
Т.е. нет доступа к сканеру. На 
http://alien.slackbook.org/dokuwiki/doku.php?id=slackware:fixes#usb_scanner_and_hotplug
сказано, что это ошибка в скрипте /etc/hotplug/usb.rc.
Рецепт:
в /etc/hotplug/usb.rc
строку
devbus=$( ( echo -n 000 ; cat $devlink/../../devnum ) | grep -o ...\$ )
заменить на 
devbus=$( ( echo -n 000`echo $devlink| sed &apos;s/^.*usb\([0-9]\+\)\/.*$/\1/&apos;` ) |
grep -o ...\$ )

После перегрузки hotplug&apos;а сообщение usb.rc: chown: cannot access из 
системного журнала исчезает.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>71703</commentid>
    <comment_count>1</comment_count>
    <who name="Mikhail Gusarov">dottedmag</who>
    <bug_when>2008-06-13 12:59:26 +0400</bug_when>
    <thetext></thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>82343</commentid>
    <comment_count>2</comment_count>
    <who name="Michael Shigorin">mike</who>
    <bug_when>2008-12-06 20:40:04 +0300</bug_when>
    <thetext>Зальёшь исправленный?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>142841</commentid>
    <comment_count>3</comment_count>
    <who name="Andrey Cherepanov">cas</who>
    <bug_when>2013-09-27 11:24:48 +0400</bug_when>
    <thetext>Пакет hotplug уже не используется и удалён.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>