<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Lessfs-1.4.9 is available for download</title>
	<atom:link href="http://www.lessfs.com/wordpress/?feed=rss2&#038;p=623" rel="self" type="application/rss+xml" />
	<link>http://www.lessfs.com/wordpress/?p=623</link>
	<description>Open source data de-duplication &#38; data tiering for less</description>
	<lastBuildDate>Wed, 18 Mar 2015 13:40:57 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.7</generator>
	<item>
		<title>By: David</title>
		<link>http://www.lessfs.com/wordpress/?p=623&#038;cpage=1#comment-2077</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Thu, 04 Aug 2011 11:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=623#comment-2077</guid>
		<description><![CDATA[Hi,
     I&#039;ve compiled and used BerkelyDB but how do I &quot;know&quot; that lessfs is using BerekelyDB. 
Here is my lessfs.cfg


# Enable informational messages about compression.
DEBUG = 5
HASHNAME=MHASH_TIGER192
#HASHNAME=MHASH_SHA256
# The (chopped) hashlen in bytes, minimum is 20.
HASHLEN = 24
BLOCKDATA_IO_TYPE=file_io
BLOCKDATA_PATH=/data/dta/blockdata.dta
#
BLOCKUSAGE_PATH=/data/mta
BLOCKUSAGE_BS=1048576
#
META_PATH=/data/mta
META_BS=1048576
#
DIRENT_PATH=/data/mta
DIRENT_BS=1048576
#
TUNEFORSPEED=yes
#
FREELIST_PATH=/data/dta
FREELIST_BS=1048576
#
FILEBLOCK_PATH=/data/mta
FILEBLOCK_BS=1048576
#
HARDLINK_PATH=/data/mta
HARDLINK_BS=1048576
#
SYMLINK_PATH=/data/mta
SYMLINK_BS=1048576
#
CACHESIZE=512
# Flush data to disk after X seconds.
COMMIT_INTERVAL=10
#
LISTEN_IP=127.0.0.1
LISTEN_PORT=100
# Not more then 2 on most machines.
MAX_THREADS=16
#DYNAMIC_DEFRAGMENTATION on or off, default is off.
DYNAMIC_DEFRAGMENTATION=on
COREDUMPSIZE=2560000000
# Consider SYNC_RELAX=1 or SYNC_RELAX=2 when exporting lessfs with NFS.
SYNC_RELAX=0
# When BACKGROUND_DELETE=on lessfs will spawn a thread to delete
# a file as a background task. This is a recently added feature
# and is therefore disabled by default.
BACKGROUND_DELETE=on
# Requires openssl and lessfs has to be configured with --with-crypto
ENCRYPT_DATA=off
# ENCRYPT_META on or off, default is off
# Requires ENCRYPT_DATA=on and is otherwise ignored.
ENCRYPT_META=off
# You don&#039;t like fsck?
ENABLE_TRANSACTIONS=on
# Select a blocksize to fit your needs.
BLKSIZE=131072
COMPRESSION=qlz
MIN_SPACE_FREE=2
MIN_SPACE_CLEAN=5


Also, deleting files does not seem to free up space in the lessfs filesytem. I&#039;ve hit the limit in space and need to free up data. Is there something I&#039;m missing in deletions?

Thanks,
             David]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
     I&#8217;ve compiled and used BerkelyDB but how do I &#8220;know&#8221; that lessfs is using BerekelyDB.<br />
Here is my lessfs.cfg</p>
<p># Enable informational messages about compression.<br />
DEBUG = 5<br />
HASHNAME=MHASH_TIGER192<br />
#HASHNAME=MHASH_SHA256<br />
# The (chopped) hashlen in bytes, minimum is 20.<br />
HASHLEN = 24<br />
BLOCKDATA_IO_TYPE=file_io<br />
BLOCKDATA_PATH=/data/dta/blockdata.dta<br />
#<br />
BLOCKUSAGE_PATH=/data/mta<br />
BLOCKUSAGE_BS=1048576<br />
#<br />
META_PATH=/data/mta<br />
META_BS=1048576<br />
#<br />
DIRENT_PATH=/data/mta<br />
DIRENT_BS=1048576<br />
#<br />
TUNEFORSPEED=yes<br />
#<br />
FREELIST_PATH=/data/dta<br />
FREELIST_BS=1048576<br />
#<br />
FILEBLOCK_PATH=/data/mta<br />
FILEBLOCK_BS=1048576<br />
#<br />
HARDLINK_PATH=/data/mta<br />
HARDLINK_BS=1048576<br />
#<br />
SYMLINK_PATH=/data/mta<br />
SYMLINK_BS=1048576<br />
#<br />
CACHESIZE=512<br />
# Flush data to disk after X seconds.<br />
COMMIT_INTERVAL=10<br />
#<br />
LISTEN_IP=127.0.0.1<br />
LISTEN_PORT=100<br />
# Not more then 2 on most machines.<br />
MAX_THREADS=16<br />
#DYNAMIC_DEFRAGMENTATION on or off, default is off.<br />
DYNAMIC_DEFRAGMENTATION=on<br />
COREDUMPSIZE=2560000000<br />
# Consider SYNC_RELAX=1 or SYNC_RELAX=2 when exporting lessfs with NFS.<br />
SYNC_RELAX=0<br />
# When BACKGROUND_DELETE=on lessfs will spawn a thread to delete<br />
# a file as a background task. This is a recently added feature<br />
# and is therefore disabled by default.<br />
BACKGROUND_DELETE=on<br />
# Requires openssl and lessfs has to be configured with &#8211;with-crypto<br />
ENCRYPT_DATA=off<br />
# ENCRYPT_META on or off, default is off<br />
# Requires ENCRYPT_DATA=on and is otherwise ignored.<br />
ENCRYPT_META=off<br />
# You don&#8217;t like fsck?<br />
ENABLE_TRANSACTIONS=on<br />
# Select a blocksize to fit your needs.<br />
BLKSIZE=131072<br />
COMPRESSION=qlz<br />
MIN_SPACE_FREE=2<br />
MIN_SPACE_CLEAN=5</p>
<p>Also, deleting files does not seem to free up space in the lessfs filesytem. I&#8217;ve hit the limit in space and need to free up data. Is there something I&#8217;m missing in deletions?</p>
<p>Thanks,<br />
             David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jose</title>
		<link>http://www.lessfs.com/wordpress/?p=623&#038;cpage=1#comment-2036</link>
		<dc:creator><![CDATA[jose]]></dc:creator>
		<pubDate>Fri, 29 Jul 2011 22:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=623#comment-2036</guid>
		<description><![CDATA[i wonder if lessfs could be used together with levelDB: http://google-opensource.blogspot.com/2011/07/leveldb-fast-persistent-key-value-store.html]]></description>
		<content:encoded><![CDATA[<p>i wonder if lessfs could be used together with levelDB: http://google-opensource.blogspot.com/2011/07/leveldb-fast-persistent-key-value-store.html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernd Martin Wollny</title>
		<link>http://www.lessfs.com/wordpress/?p=623&#038;cpage=1#comment-1905</link>
		<dc:creator><![CDATA[Bernd Martin Wollny]]></dc:creator>
		<pubDate>Tue, 12 Jul 2011 10:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=623#comment-1905</guid>
		<description><![CDATA[lessfs 1.4.9 Crashes: 
Jul 12 11:48:37 virustest kernel: lessfs[24889]: segfault at 0 ip 080599f9 sp b2a79120 error 4 in lessfs[8048000+29000]

FILE lib_safe.c - LINE 211 - PID 8449 : Tue Jul 12 11:57:35 2011 - Entering function : mark_dirty : 1310464655:433840
seems to be the last entry]]></description>
		<content:encoded><![CDATA[<p>lessfs 1.4.9 Crashes:<br />
Jul 12 11:48:37 virustest kernel: lessfs[24889]: segfault at 0 ip 080599f9 sp b2a79120 error 4 in lessfs[8048000+29000]</p>
<p>FILE lib_safe.c &#8211; LINE 211 &#8211; PID 8449 : Tue Jul 12 11:57:35 2011 &#8211; Entering function : mark_dirty : 1310464655:433840<br />
seems to be the last entry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernd Martin Wollny</title>
		<link>http://www.lessfs.com/wordpress/?p=623&#038;cpage=1#comment-1904</link>
		<dc:creator><![CDATA[Bernd Martin Wollny]]></dc:creator>
		<pubDate>Tue, 12 Jul 2011 09:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=623#comment-1904</guid>
		<description><![CDATA[@Peter
depending on the storage that you have chosen lessfs will free the space after defragmentation or never.]]></description>
		<content:encoded><![CDATA[<p>@Peter<br />
depending on the storage that you have chosen lessfs will free the space after defragmentation or never.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Franczewski</title>
		<link>http://www.lessfs.com/wordpress/?p=623&#038;cpage=1#comment-1884</link>
		<dc:creator><![CDATA[Peter Franczewski]]></dc:creator>
		<pubDate>Thu, 07 Jul 2011 13:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=623#comment-1884</guid>
		<description><![CDATA[Hello,
I am testing Lessfs 1.4.9 and have two question:
1. When I copied data on Lessfs and then delete it, status shown by df -h command is incorrect, because it shows that there is used space on disk but there are no files on Lessfs volume.
Is there any posibility to fix it ?
2. Which filesystem works best with Lessfs (currently I am using XFS) ?]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
I am testing Lessfs 1.4.9 and have two question:<br />
1. When I copied data on Lessfs and then delete it, status shown by df -h command is incorrect, because it shows that there is used space on disk but there are no files on Lessfs volume.<br />
Is there any posibility to fix it ?<br />
2. Which filesystem works best with Lessfs (currently I am using XFS) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin</title>
		<link>http://www.lessfs.com/wordpress/?p=623&#038;cpage=1#comment-1825</link>
		<dc:creator><![CDATA[Marcin]]></dc:creator>
		<pubDate>Tue, 28 Jun 2011 11:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=623#comment-1825</guid>
		<description><![CDATA[I wanted to create database, destination dir was empty.]]></description>
		<content:encoded><![CDATA[<p>I wanted to create database, destination dir was empty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.lessfs.com/wordpress/?p=623&#038;cpage=1#comment-1822</link>
		<dc:creator><![CDATA[Pete]]></dc:creator>
		<pubDate>Mon, 27 Jun 2011 17:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=623#comment-1822</guid>
		<description><![CDATA[I received a segfault at first, too.  Then I realized that the database had been changed from BTREE to hash, I believe, in version 1.4.5.   I had previously created my databases using 1.4.0, so I ended up having to rollback to 1.4.0, copying my data off, re-creating my DBs, and then copying the data back.   Maybe yours is a similar problem?]]></description>
		<content:encoded><![CDATA[<p>I received a segfault at first, too.  Then I realized that the database had been changed from BTREE to hash, I believe, in version 1.4.5.   I had previously created my databases using 1.4.0, so I ended up having to rollback to 1.4.0, copying my data off, re-creating my DBs, and then copying the data back.   Maybe yours is a similar problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin</title>
		<link>http://www.lessfs.com/wordpress/?p=623&#038;cpage=1#comment-1818</link>
		<dc:creator><![CDATA[Marcin]]></dc:creator>
		<pubDate>Sun, 26 Jun 2011 16:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=623#comment-1818</guid>
		<description><![CDATA[Now it&#039;s better, i&#039;m not getting segfault.  I have a question/suggestion.  Would it be possible to lessfs creates needed subdirectory by self? Now it only throws &quot;User defined signal 1&quot; which isn&#039;t much helpfull. 
I didn&#039;t get any notification about using tokyocabinet while doing mklessfs.
Ad.B. Sometimes i try corner case values to check how software deal with it.
Thanks!]]></description>
		<content:encoded><![CDATA[<p>Now it&#8217;s better, i&#8217;m not getting segfault.  I have a question/suggestion.  Would it be possible to lessfs creates needed subdirectory by self? Now it only throws &#8220;User defined signal 1&#8243; which isn&#8217;t much helpfull.<br />
I didn&#8217;t get any notification about using tokyocabinet while doing mklessfs.<br />
Ad.B. Sometimes i try corner case values to check how software deal with it.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maru</title>
		<link>http://www.lessfs.com/wordpress/?p=623&#038;cpage=1#comment-1817</link>
		<dc:creator><![CDATA[maru]]></dc:creator>
		<pubDate>Sun, 26 Jun 2011 15:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=623#comment-1817</guid>
		<description><![CDATA[Hi Marcin,

Attached is lessfs-1.4.10 which should solve the problems that you are reporting.
It also adds a warning that using tc as datastore is deprecated.

I would like to advise you to :

A. Use file_io instead of TC
BLOCKDATA_IO_TYPE=file_io
BLOCKDATA_PATH=/data/dta/blockdata.dta
B. Use a much larger BLKSIZE. At least 64k or even better 128k.
BLKSIZE=131072
This only works with a recent &gt;=2.6.26 kernel since fuse otherwise does not support big_writes.
C. Use at least 4 threads, especially if you would ever when want to enable replication since this allocates 1 thread.
MAX_THREADS=4

Can you confirm that mklessfs now works for you?

Thanks,

Mark]]></description>
		<content:encoded><![CDATA[<p>Hi Marcin,</p>
<p>Attached is lessfs-1.4.10 which should solve the problems that you are reporting.<br />
It also adds a warning that using tc as datastore is deprecated.</p>
<p>I would like to advise you to :</p>
<p>A. Use file_io instead of TC<br />
BLOCKDATA_IO_TYPE=file_io<br />
BLOCKDATA_PATH=/data/dta/blockdata.dta<br />
B. Use a much larger BLKSIZE. At least 64k or even better 128k.<br />
BLKSIZE=131072<br />
This only works with a recent >=2.6.26 kernel since fuse otherwise does not support big_writes.<br />
C. Use at least 4 threads, especially if you would ever when want to enable replication since this allocates 1 thread.<br />
MAX_THREADS=4</p>
<p>Can you confirm that mklessfs now works for you?</p>
<p>Thanks,</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin</title>
		<link>http://www.lessfs.com/wordpress/?p=623&#038;cpage=1#comment-1813</link>
		<dc:creator><![CDATA[Marcin]]></dc:creator>
		<pubDate>Sun, 26 Jun 2011 11:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=623#comment-1813</guid>
		<description><![CDATA[Hello!
I&#039;ve got problem with mklessfs, i&#039;m getting segmentation fault. I filled bug at gentoo bugzilla ( https://bugs.gentoo.org/371923 ).  Here is config file:
DEBUG = 1
HASHNAME=MHASH_TIGER192
HASHLEN = 24
BLOCKDATA_PATH=/tmp/lessfsdb/dta
BLOCKDATA_BS=1048576
BLOCKUSAGE_PATH=/tmp/lessfsdb/mta
BLOCKUSAGE_BS=1048576
DIRENT_PATH=/tmp/lessfsdb/mta
DIRENT_BS=1048576
FILEBLOCK_PATH=/tmp/lessfsdb/mta
FILEBLOCK_BS=1048576
META_PATH=/tmp/lessfsdb/mta
META_BS=1048576
HARDLINK_PATH=/tmp/lessfsdb/mta
HARDLINK_BS=1048576
SYMLINK_PATH=/tmp/lessfsdb/mta
SYMLINK_BS=1048576
FREELIST_PATH=/tmp/lessfsdb/mta
FREELIST_BS=1048576
CACHESIZE=256
COMMIT_INTERVAL=10
LISTEN_IP=127.0.0.1
LISTEN_PORT=100
MAX_THREADS=2
DYNAMIC_DEFRAGMENTATION=on
COREDUMPSIZE=2560000000
SYNC_RELAX=0
ENCRYPT_DATA=off
ENCRYPT_META=on
ENABLE_TRANSACTIONS=on
BLKSIZE=4096
COMPRESSION=qlz

Test case:
# ls /tmp&#124;grep lessfsdb
# mklessfs -c /etc/lessfs.cfg
User defined signal 1
# mkdir /tmp/lessfsdb
# mklessfs -c /etc/lessfs.cfg
# ls /tmp/lessfsdb/
replog.dta
 
Meseems there should be more files and dirs. Let&#039;s go on:
# rm /tmp/lessfsdb/replog.dta
# mkdir /tmp/lessfsdb/dta
# mkdir /tmp/lessfsdb/mta
# mklessfs -c /etc/lessfs.cfg
Segmentation fault
# ls -R /tmp/lessfsdb/
/tmp/lessfsdb/:
dta  mta  replog.dta

/tmp/lessfsdb/dta:
blockdata.tch  blockdata.tch.wal

/tmp/lessfsdb/mta:
blockusage.tch      dirent.tcb      fileblock.tch      freelist.tcb      hardlink.tcb      metadata.tcb      symlink.tch
blockusage.tch.wal  dirent.tcb.wal  fileblock.tch.wal  freelist.tcb.wal  hardlink.tcb.wal  metadata.tcb.wal  symlink.tch.wal

Here is gdb backtrace:
# gdb mklessfs
GNU gdb (Gentoo 7.2 p1) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type &quot;show copying&quot;
and &quot;show warranty&quot; for details.
This GDB was configured as &quot;i686-pc-linux-gnu&quot;.
For bug reporting instructions, please see:
...
Reading symbols from /usr/sbin/mklessfs...Reading symbols from /usr/lib/debug/usr/sbin/mklessfs.debug...done.
done.
(gdb) run -c /etc/lessfs.cfg
Starting program: /usr/sbin/mklessfs -c /etc/lessfs.cfg
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
0x080515f9 in formatfs () at lib_common.c:1365
1365    lib_common.c: No such file or directory.
        in lib_common.c
(gdb) thread apply all bt full

Thread 1 (Thread 0xb7b496c0 (LWP 1904)):
#0  0x080515f9 in formatfs () at lib_common.c:1365
        stbuf = {st_dev = 13258579423029886975, __pad1 = 60214, __st_ino = 3086606272, st_mode = 1, st_nlink = 3086938193,
          st_uid = 3086869904, st_gid = 3082131464, st_rdev = 13245790139998797825, __pad2 = 37792, st_size = -4611699109352850648,
          st_blksize = -1212020095, st_blocks = -5207481559359298160, st_atim = {tv_sec = -1208135692, tv_nsec = 134855320}, st_mtim = {
            tv_sec = 134855464, tv_nsec = -1073744872}, st_ctim = {tv_sec = -1208000448, tv_nsec = 134855464},
          st_ino = 13257840790522169872}
        nextinode = 0
        stiger = 0x809bc60 &quot;▒3▒Ks▒25T▒7T▒▒▒▒a32l▒u▒\211\222&quot;
        blockdatadir = 
        crypto = {
          passwd = &quot;\230▒\t\b(▒\t\bP\v▒\230▒\t\b@`▒▒(▒\t\b0\v▒▒\t\b6\v▒▒O▒▒02▒\230▒\t\b(▒\t\b27000000\20002▒(▒\t\b&quot;,
          iv = &quot;▒O▒\230▒\t\b&quot;}
        hashstr = 
        inuse = {offset = 579199192178230068, size = 134855464, allocated_size = 13256911686020500368, inuse = 578378338028834804}
        __PRETTY_FUNCTION__ = &quot;formatfs&quot;
#1  0x08059949 in main (argc=3, argv=0xbffff4b4) at mklessfs.c:183
        dbg = 
        rnd = 
        ckpasswd = 
        p = 

Thanks for help.]]></description>
		<content:encoded><![CDATA[<p>Hello!<br />
I&#8217;ve got problem with mklessfs, i&#8217;m getting segmentation fault. I filled bug at gentoo bugzilla ( <a href="https://bugs.gentoo.org/371923" rel="nofollow">https://bugs.gentoo.org/371923</a> ).  Here is config file:<br />
DEBUG = 1<br />
HASHNAME=MHASH_TIGER192<br />
HASHLEN = 24<br />
BLOCKDATA_PATH=/tmp/lessfsdb/dta<br />
BLOCKDATA_BS=1048576<br />
BLOCKUSAGE_PATH=/tmp/lessfsdb/mta<br />
BLOCKUSAGE_BS=1048576<br />
DIRENT_PATH=/tmp/lessfsdb/mta<br />
DIRENT_BS=1048576<br />
FILEBLOCK_PATH=/tmp/lessfsdb/mta<br />
FILEBLOCK_BS=1048576<br />
META_PATH=/tmp/lessfsdb/mta<br />
META_BS=1048576<br />
HARDLINK_PATH=/tmp/lessfsdb/mta<br />
HARDLINK_BS=1048576<br />
SYMLINK_PATH=/tmp/lessfsdb/mta<br />
SYMLINK_BS=1048576<br />
FREELIST_PATH=/tmp/lessfsdb/mta<br />
FREELIST_BS=1048576<br />
CACHESIZE=256<br />
COMMIT_INTERVAL=10<br />
LISTEN_IP=127.0.0.1<br />
LISTEN_PORT=100<br />
MAX_THREADS=2<br />
DYNAMIC_DEFRAGMENTATION=on<br />
COREDUMPSIZE=2560000000<br />
SYNC_RELAX=0<br />
ENCRYPT_DATA=off<br />
ENCRYPT_META=on<br />
ENABLE_TRANSACTIONS=on<br />
BLKSIZE=4096<br />
COMPRESSION=qlz</p>
<p>Test case:<br />
# ls /tmp|grep lessfsdb<br />
# mklessfs -c /etc/lessfs.cfg<br />
User defined signal 1<br />
# mkdir /tmp/lessfsdb<br />
# mklessfs -c /etc/lessfs.cfg<br />
# ls /tmp/lessfsdb/<br />
replog.dta</p>
<p>Meseems there should be more files and dirs. Let&#8217;s go on:<br />
# rm /tmp/lessfsdb/replog.dta<br />
# mkdir /tmp/lessfsdb/dta<br />
# mkdir /tmp/lessfsdb/mta<br />
# mklessfs -c /etc/lessfs.cfg<br />
Segmentation fault<br />
# ls -R /tmp/lessfsdb/<br />
/tmp/lessfsdb/:<br />
dta  mta  replog.dta</p>
<p>/tmp/lessfsdb/dta:<br />
blockdata.tch  blockdata.tch.wal</p>
<p>/tmp/lessfsdb/mta:<br />
blockusage.tch      dirent.tcb      fileblock.tch      freelist.tcb      hardlink.tcb      metadata.tcb      symlink.tch<br />
blockusage.tch.wal  dirent.tcb.wal  fileblock.tch.wal  freelist.tcb.wal  hardlink.tcb.wal  metadata.tcb.wal  symlink.tch.wal</p>
<p>Here is gdb backtrace:<br />
# gdb mklessfs<br />
GNU gdb (Gentoo 7.2 p1) 7.2<br />
Copyright (C) 2010 Free Software Foundation, Inc.<br />
License GPLv3+: GNU GPL version 3 or later<br />
This is free software: you are free to change and redistribute it.<br />
There is NO WARRANTY, to the extent permitted by law.  Type &#8220;show copying&#8221;<br />
and &#8220;show warranty&#8221; for details.<br />
This GDB was configured as &#8220;i686-pc-linux-gnu&#8221;.<br />
For bug reporting instructions, please see:<br />
&#8230;<br />
Reading symbols from /usr/sbin/mklessfs&#8230;Reading symbols from /usr/lib/debug/usr/sbin/mklessfs.debug&#8230;done.<br />
done.<br />
(gdb) run -c /etc/lessfs.cfg<br />
Starting program: /usr/sbin/mklessfs -c /etc/lessfs.cfg<br />
[Thread debugging using libthread_db enabled]</p>
<p>Program received signal SIGSEGV, Segmentation fault.<br />
0x080515f9 in formatfs () at lib_common.c:1365<br />
1365    lib_common.c: No such file or directory.<br />
        in lib_common.c<br />
(gdb) thread apply all bt full</p>
<p>Thread 1 (Thread 0xb7b496c0 (LWP 1904)):<br />
#0  0x080515f9 in formatfs () at lib_common.c:1365<br />
        stbuf = {st_dev = 13258579423029886975, __pad1 = 60214, __st_ino = 3086606272, st_mode = 1, st_nlink = 3086938193,<br />
          st_uid = 3086869904, st_gid = 3082131464, st_rdev = 13245790139998797825, __pad2 = 37792, st_size = -4611699109352850648,<br />
          st_blksize = -1212020095, st_blocks = -5207481559359298160, st_atim = {tv_sec = -1208135692, tv_nsec = 134855320}, st_mtim = {<br />
            tv_sec = 134855464, tv_nsec = -1073744872}, st_ctim = {tv_sec = -1208000448, tv_nsec = 134855464},<br />
          st_ino = 13257840790522169872}<br />
        nextinode = 0<br />
        stiger = 0x809bc60 &#8220;▒3▒Ks▒25T▒7T▒▒▒▒a32l▒u▒\211\222&#8243;<br />
        blockdatadir =<br />
        crypto = {<br />
          passwd = &#8220;\230▒\t\b(▒\t\bP\v▒\230▒\t\b@`▒▒(▒\t\b0\v▒▒\t\b6\v▒▒O▒▒02▒\230▒\t\b(▒\t\b27000000\20002▒(▒\t\b&#8221;,<br />
          iv = &#8220;▒O▒\230▒\t\b&#8221;}<br />
        hashstr =<br />
        inuse = {offset = 579199192178230068, size = 134855464, allocated_size = 13256911686020500368, inuse = 578378338028834804}<br />
        __PRETTY_FUNCTION__ = &#8220;formatfs&#8221;<br />
#1  0x08059949 in main (argc=3, argv=0xbffff4b4) at mklessfs.c:183<br />
        dbg =<br />
        rnd =<br />
        ckpasswd =<br />
        p = </p>
<p>Thanks for help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
