<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugzilla.rosa.ru/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://bugzilla.rosa.ru/"
          
          maintainer="d.postnikov@rosa.ru"
>

    <bug>
          <bug_id>631</bug_id>
          
          <creation_ts>2012-08-09 17:15:24 +0400</creation_ts>
          <short_desc>df reports /sys/fs/fuse/connections: No such file or directory</short_desc>
          <delta_ts>2012-08-20 16:16:35 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>ROSA-based products</classification>
          <product>ROSA Fresh</product>
          <component>Packages from Main</component>
          <version>Marathon</version>
          <rep_platform>i586</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>374</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>Normal</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Andrey Ponomarenko">aponomarenko</reporter>
          <assigned_to name="ROSA Linux Bugs">bugs</assigned_to>
          <cc>denis.silakov</cc>
          
          <cf_platform>---</cf_platform>
          <cf_security_code></cf_security_code>
          <cf_package>coreutils-8.12-5.2-rosa.lts2012.0.i586.rpm</cf_package>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>3008</commentid>
    <comment_count>0</comment_count>
    <who name="Andrey Ponomarenko">aponomarenko</who>
    <bug_when>2012-08-09 17:15:24 +0400</bug_when>
    <thetext>The df command from coreutils reports on each call in clear ROSA Marathon 2012 that `/sys/fs/fuse/connections&apos;: No such file or directory

$ df -h
df: `/sys/fs/fuse/connections&apos;: No such file or directory
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda1        12G  4.2G  6.8G  39% /
/dev/sda6       2.3G  1.2G  1.1G  52% /home</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3149</commentid>
    <comment_count>1</comment_count>
    <who name="Denis Silakov">denis.silakov</who>
    <bug_when>2012-08-17 15:02:02 +0400</bug_when>
    <thetext>Does the problem disappear if you replace /etc/mtab with a symlink to /proc/mounts, e.g.:

rm -f /etc/mtab
ln -s /proc/mounts /etc/mtab

?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3209</commentid>
    <comment_count>2</comment_count>
    <who name="Andrey Ponomarenko">aponomarenko</who>
    <bug_when>2012-08-20 16:12:18 +0400</bug_when>
    <thetext>Yes, it does. But the output has been changed.

Before:

df: `/sys/fs/fuse/connections&apos;: No such file or directory
df: `/sys/fs/fuse/connections&apos;: No such file or directory
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda1        12G  4.2G  6.8G  39% /
/dev/sda6       2.3G  1.2G  1.1G  53% /home

After:

Filesystem      Size  Used Avail Use% Mounted on
rootfs           12G  4.2G  6.8G  39% /
devtmpfs        490M     0  490M   0% /dev
tmpfs           503M  244K  502M   1% /dev/shm
tmpfs           503M  2.5M  500M   1% /run
/dev/sda1        12G  4.2G  6.8G  39% /
tmpfs           503M  2.5M  500M   1% /run
tmpfs           503M     0  503M   0% /sys/fs/cgroup
tmpfs           503M     0  503M   0% /media
/dev/sda6       2.3G  1.2G  1.1G  53% /home</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3210</commentid>
    <comment_count>3</comment_count>
    <who name="Denis Silakov">denis.silakov</who>
    <bug_when>2012-08-20 16:16:35 +0400</bug_when>
    <thetext>Difference is expected. /etc/mtab as used in ROSA is deprecated, we should use a symlink to /proc/mounts instead, as discussed in bug #374. And &quot;/sys/fs/fuse/connections&quot; appears in /etc/mtab due to the same reasons as duplicated entries in bug #374.

*** This bug has been marked as a duplicate of bug 374 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>