Anyway, waiting for zen1


please can you say what is the /etc/fstab line to mount compressed reiser4 /dev/foo?kernelOfTruth wrote:what hardware-specs do you have ?Dottout wrote:does compression affect fs performance and cpu usage?kernelOfTruth wrote:++Dottout wrote:with latest patches reiser4 is much more responsive here. /me happy
but that's not the only improvement:
thanks to Edward, kde4 now also works, and few other small glitches I had (e.g. launching of acroread, weird behavior, ...) are all gone, it seems
reiser4 FTW !![]()
those who consider trying out reiser4 should give cryptcompress with lzo1 (mkfs.reiser4 -o create=ccreg40,compress=lzo1 /dev/foo) a try
it's rock solid (reiser4 has matured a lot in the meantime), blazing fast, uses much less space than other filesystems and seems to do very well to harddrives (very silent)
Code: Select all
CC arch/x86/kernel/asm-offsets.s
In file included from arch/x86/kernel/asm-offsets_64.c:8,
from arch/x86/kernel/asm-offsets.c:4:
include/linux/sched.h:1006: error: duplicate member 'rcu_read_lock_nesting'
include/linux/sched.h:1007: error: duplicate member 'rcu_flipctr_idx'
make[1]: *** [arch/x86/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2Code: Select all
CC mm/filemap.o
mm/filemap.c: In function ‘wait_on_page_bit’:
mm/filemap.c:541: error: storage size of ‘reason’ isn’t known
mm/filemap.c:542: error: implicit declaration of function ‘set_latency_reason’
mm/filemap.c:547: error: implicit declaration of function ‘restore_latency_reason’
mm/filemap.c:541: warning: unused variable ‘reason’
mm/filemap.c: In function ‘__lock_page’:
mm/filemap.c:602: error: storage size of ‘reason’ isn’t known
mm/filemap.c:602: warning: unused variable ‘reason’
make[1]: *** [mm/filemap.o] Error 1
make: *** [mm] Error 2

(memo to myself: don't use quote pyramides, otherwise mods will lock this threadplease can you say what is the /etc/fstab line to mount compressed reiser4 /dev/foo?
Code: Select all
Auto-merged drivers/acpi/blacklist.c
CONFLICT (content): Merge conflict in drivers/acpi/blacklist.c
Automatic merge failed; fix conflicts and then commit the result.
Code: Select all
<<<<<<< HEAD:drivers/net/tulip/interrupt.c
if (!netif_running(dev))
goto done;
=======
>>>>>>> 522dddb81e91af8dfd8176bc77dc37b95d8b94af:drivers/net/tulip/interrupt.c

I recently had hard lockups with Xorg and it turned out to be due to Xorg 1.4 and the synaptics driver.Nick C wrote:hmmm, does anyone else have any problems with the .24 release and uses a thinkpad t43? For some reason nothing since 2.6.23-kamikaze4 seems to work on my t43, everything boots up fine but hardlocks a few seconds to a minute after X and gdm load up. The worst bit is ive tried to find where the problem is and had no luck, cant find any errors in /var/log/messages or dmesg. Anyone have any suggestions as to how i can try and track this down?
If anyones able to help, my .23-kamikaze4 config is here: http://pastebin.ca/873463
and my current .24-zen-sources config is here: http://pastebin.ca/873465

I had this problem too. Most recent synaptics and libsynaptics fixes it.HecHacker1 wrote:I recently had hard lockups with Xorg and it turned out to be due to Xorg 1.4 and the synaptics driver.Nick C wrote:hmmm, does anyone else have any problems with the .24 release and uses a thinkpad t43? For some reason nothing since 2.6.23-kamikaze4 seems to work on my t43, everything boots up fine but hardlocks a few seconds to a minute after X and gdm load up. The worst bit is ive tried to find where the problem is and had no luck, cant find any errors in /var/log/messages or dmesg. Anyone have any suggestions as to how i can try and track this down?
If anyones able to help, my .23-kamikaze4 config is here: http://pastebin.ca/873463
and my current .24-zen-sources config is here: http://pastebin.ca/873465
So far I haven't seen other posts about the issue, but I assume that synaptics and Xorg 1.4 don't work together.
I am downgrading to Xorg 1.3 right now... hopefully that fixes the issue.

very many thanks!kernelOfTruth wrote:(memo to myself: don't use quote pyramides, otherwise mods will lock this threadplease can you say what is the /etc/fstab line to mount compressed reiser4 /dev/foo?)
mount -o noatime,nodiratime /dev/foo /mountpoint
(just like with other reiser4-partitions)