<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/fuse-convmvfs/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/fuse-convmvfs/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 20 Apr 2011 12:36:11 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/fuse-convmvfs/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>NFSD exports</title><link>https://sourceforge.net/p/fuse-convmvfs/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;NFSD exports dir mount with convmvfs not recode names.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 20 Apr 2011 12:36:11 -0000</pubDate><guid>https://sourceforge.netfb5d9d7d1015428d4f8decf24b803ccda0afbb50</guid></item><item><title>problems with symlink creation and xattr-calls</title><link>https://sourceforge.net/p/fuse-convmvfs/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;On the Debian side I have received this bug report&lt;/p&gt;
&lt;p&gt;&lt;a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594021" rel="nofollow"&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594021&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There is also a patch attached in that bug report. Please check.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stanislav Maslovski</dc:creator><pubDate>Sun, 05 Sep 2010 11:08:52 -0000</pubDate><guid>https://sourceforge.net40e3ff77b49167339c16b338fcc6b252ecbab464</guid></item><item><title>Wrong evaluation of file access permissions (symlink)</title><link>https://sourceforge.net/p/fuse-convmvfs/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have a symlink pointing to a directory within a tree of converted file names. &lt;br /&gt;
(srcdir /mnt/dir is convmvfs-mounted on /dir and my symlink is to /dir/subdir).&lt;/p&gt;
&lt;p&gt;When accessing the symlink destination the file permissions of the destination are used &lt;br /&gt;
(as expected), but owner/group information is taken from the symlink itself. &lt;/p&gt;
&lt;p&gt;A workaround is to set the symlinks owner/group to the same as the symlink destination.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">makmm</dc:creator><pubDate>Thu, 01 Jul 2010 13:40:57 -0000</pubDate><guid>https://sourceforge.net24cb5abbfef139d9f28321b4ef83289a06bf4274</guid></item><item><title>convmvfs sometimes segfaults</title><link>https://sourceforge.net/p/fuse-convmvfs/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm using convmvfs-0.2.2. Sometimes it segfaults with&lt;br /&gt;
following trace:&lt;/p&gt;
&lt;p&gt;Core was generated by `/usr/local/bin/convmvfs -o&lt;br /&gt;
ro,allow_root,direct_io,srcdir=/home/samba,icharset='.&lt;br /&gt;
Program terminated with signal 11, Segmentation fault.&lt;br /&gt;
#0  0xb7d4cfac in memcpy () from /lib/libc.so.6&lt;br /&gt;
(gdb) bt&lt;br /&gt;
#0  0xb7d4cfac in memcpy () from /lib/libc.so.6&lt;br /&gt;
#1  0xb7ec94ec in std::string::_S_copy_chars ()&lt;br /&gt;
from /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libstdc++.so.6&lt;br /&gt;
#2  0xb7ec95a3 in std::basic_string&amp;lt;char,&lt;br /&gt;
std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt;&lt;br /&gt;
&amp;gt;::basic_string () from&lt;br /&gt;
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libstdc++.so.6&lt;br /&gt;
#3  0x08049f04 in outinconv (s=&amp;lt;value optimized out&amp;gt;,&lt;br /&gt;
ic=0x804f898) at convmvfs.cpp:154&lt;br /&gt;
#4  0x0804c3d2 in convmvfs_getattr (opath=0xb5cafa80&lt;br /&gt;
"/outgoing/bota/Philosophy/ТХКНЯНТХЪ",&lt;br /&gt;
stbuf=0xb38fb1ac) at convmvfs.cpp:170&lt;br /&gt;
#5  0xb7f1c56f in fuse_process_cmd () from&lt;br /&gt;
/usr/lib/libfuse.so.2&lt;br /&gt;
#6  0xb7f1e068 in fuse_destroy () from&lt;br /&gt;
/usr/lib/libfuse.so.2&lt;br /&gt;
#7  0xb7f2348f in fuse_reply_err () from&lt;br /&gt;
/usr/lib/libfuse.so.2&lt;br /&gt;
#8  0xb7f2265e in fuse_reply_err () from&lt;br /&gt;
/usr/lib/libfuse.so.2&lt;br /&gt;
#9  0xb7f25566 in fuse_session_process () from&lt;br /&gt;
/usr/lib/libfuse.so.2&lt;br /&gt;
#10 0xb7f21660 in fuse_session_loop () from&lt;br /&gt;
/usr/lib/libfuse.so.2&lt;br /&gt;
#11 0xb7e02512 in start_thread () from /lib/libpthread.so.0&lt;br /&gt;
#12 0xb7d9c65e in clone () from /lib/libc.so.6&lt;br /&gt;
(gdb) f 3&lt;br /&gt;
#3  0x08049f04 in outinconv (s=&amp;lt;value optimized out&amp;gt;,&lt;br /&gt;
ic=0x804f898) at convmvfs.cpp:154&lt;br /&gt;
154             res += string(buf,OUTINBUFLEN - obleft);&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 23 Aug 2006 18:35:24 -0000</pubDate><guid>https://sourceforge.net4867ece9dda2665d9811501084bf097a59310a15</guid></item></channel></rss>