Hello, Junjiro and list, I do not know if it is a problem of aufs, but it can be and I expose the problem in this list
I am using the new kernel sidux-amd64 2.6.29-0.slh.1 in a Live system, This kernel has aufs2 integrated (non-module) and squasfs 4.0 (module), the file system mounting is as follows: # mount tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755) proc on /proc type proc (rw,noexec,nosuid,nodev) sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) procbususb on /proc/bus/usb type usbfs (rw) udev on /dev type tmpfs (rw,mode=0755) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620) rootfs on / type rootfs (rw) /dev/sda1 on /lnet/image type ext3 (ro,noatime,errors=continue,data=ordered) tmpfs on /lnet/cow type tmpfs (rw,noatime,size=2061756k) tmpfs on /lnet/xino type tmpfs (rw) tmpfs on /lnet/uloop type tmpfs (rw,size=2061756k) /dev/loop0 on /lnet/00filesystem.squashfs type squashfs (ro,noatime) /dev/loop1 on /lnet/10tws.squashfs type squashfs (ro,noatime) /dev/loop2 on /lnet/90pcjordi.squashfs type squashfs (ro,noatime) /dev/sda6 on /home type reiserfs (rw,noatime) /dev/sda2 on /media/winxp type ntfs (ro,noexec,nosuid,nodev,dmask=0022,fmask=0133,nls=utf8) /dev/sda5 on /media/windows type vfat (rw,noexec,nosuid,nodev,iocharset=cp850,utf8,quiet,umask=000,shortname=lower) /home/JPLive/cacheapt-amd64 on /var/cache/apt type none (rw,bind) /home/JPLive/libapt-amd64 on /var/lib/apt type none (rw,bind) /dev on /tmp/live-net-remaster-prohO3/chroot/dev type none (rw,bind) /dev/pts on /tmp/live-net-remaster-prohO3/chroot/dev/pts type none (rw,bind) when executing the remount command in the mount point, the system answers: # mount -o remount,rw /lnet/image Killed. can see a dump in / var/log/messages, that is attached and when executing the remount in the device, it works: # mount -v -o remount,rw /dev/sda1 /dev/sda1 on /lnet/image type ext3 (rw,noatime,errors=continue,data=ordered) to verify, issue a mount command: # mount /dev/sda1 on /lnet/image type ext3 (rw,noatime,errors=continue,data=ordered) Can you say an opinion about where the problem can be, Thanks in advance, Jordi Pujol
Mar 24 11:13:10 pcjplive kernel: PGD 1f91c067 PUD 1f8a7067 PMD 0 Mar 24 11:13:10 pcjplive kernel: CPU 1 Mar 24 11:13:10 pcjplive kernel: Modules linked in: af_packet nvidia(P) ppdev lp xt_state xt_tcpudp xt_limit powernow_k8 ipt_REJECT iptable_nat nf_nat nf_co nntrack_ipv4 cpufreq_stats nf_conntrack nf_defrag_ipv4 cpufreq_powersave iptable_filter cpufreq_performance cpufreq_ondemand ip_tables freq_table kvm_amd cp ufreq_conservative x_tables kvm nls_cp850 nls_cp437 vfat fat nls_utf8 ntfs nls_base reiserfs dm_crypt dm_mod snd_hda_codec_realtek snd_hda_intel snd_usb_aud io snd_hda_codec snd_pcm_oss snd_mixer_oss snd_pcm serio_raw snd_usb_lib i2c_viapro snd_hwdep snd_page_alloc psmouse pcspkr k8temp i2c_core evdev btusb blue tooth snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device quickcam_messenger usbvideo videodev snd v4l1_c ompat soundcore v4l2_compat_ioctl32 shpchp rtc_cmos pci_hotplug parport_pc rtc_core parport rtc_lib button squashfs uloop ext3 jbd mbcache usbhid hid loop s d_mod usb_storage sg sr_mod cdrom ata_generic pata_acpi sata_via floppy ehci_hcd uhci_hcd usb Mar 24 11:13:10 pcjplive kernel: core pata_via libata scsi_mod atl1 mii thermal processor fan Mar 24 11:13:10 pcjplive kernel: Pid: 8204, comm: mount Tainted: P 2.6.29-0.slh.1-sidux-amd64 #1 System Product Name Mar 24 11:13:10 pcjplive kernel: RIP: 0010:[<ffffffffa019659d>] [<ffffffffa019659d>] free_rb_tree_fname+0xd/0xc0 [ext3] Mar 24 11:13:10 pcjplive kernel: RSP: 0018:ffff88001f8dbeb8 EFLAGS: 00010296 Mar 24 11:13:10 pcjplive kernel: RAX: ffffffffa0196670 RBX: 0000000000008001 RCX: 0000000000000000 Mar 24 11:13:10 pcjplive kernel: RDX: 0000000000000000 RSI: ffff88004bcc8540 RDI: 0000000000008001 Mar 24 11:13:10 pcjplive kernel: RBP: ffff88004bcc8540 R08: 0000000000000000 R09: 00007fb731141a58 Mar 24 11:13:10 pcjplive kernel: R10: 0000000000000000 R11: 0000000000000246 R12: ffff88007c0080c8 Mar 24 11:13:10 pcjplive kernel: R13: 0000000000008001 R14: ffff88003787c400 R15: 0000000000ed9f70 Mar 24 11:13:10 pcjplive kernel: FS: 00007fb7319797d0(0000) GS:ffff88007f801c80(0000) knlGS:0000000000000000 Mar 24 11:13:10 pcjplive kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b Mar 24 11:13:10 pcjplive kernel: CR2: 0000000000008001 CR3: 000000001f915000 CR4: 00000000000006e0 Mar 24 11:13:10 pcjplive kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 Mar 24 11:13:10 pcjplive kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 Mar 24 11:13:10 pcjplive kernel: Process mount (pid: 8204, threadinfo ffff88001f8da000, task ffff88007e5d9320) Mar 24 11:13:10 pcjplive kernel: 0000000000000000 0000000000008001 ffff88004bcc8540 ffff88007c0080c8 Mar 24 11:13:10 pcjplive kernel: RSP <ffff88001f8dbeb8> Mar 24 11:13:10 pcjplive kernel: ---[ end trace cbbb03675dbddb3c ]---
rootfs mounted on / type rootfs options rw none mounted on /sys type sysfs options rw,nosuid,nodev,noexec none mounted on /proc type proc options rw,nosuid,nodev,noexec udev mounted on /dev type tmpfs options rw,size=10240k,mode=755 /dev/sda1 mounted on /lnet/image type ext3 options rw,noatime,errors=continue,data=ordered tmpfs mounted on /root/lnet type tmpfs options rw tmpfs mounted on /lnet/cow type tmpfs options rw,noatime,size=2061756k tmpfs mounted on /lnet/xino type tmpfs options rw aufs mounted on / type aufs options rw,si=586e167f205f3525,xino=/lnet/xino/.aufs.xino,nowarn_perm tmpfs mounted on /lnet/uloop type tmpfs options rw,size=2061756k /lnet/image/JPLiveLXDE64/00filesystem.squashfs mounted on /lnet/00filesystem.squashfs type squashfs options ro,noatime using loop device /dev/loop0 /lnet/image/JPLiveLXDE64/10tws.squashfs mounted on /lnet/10tws.squashfs type squashfs options ro,noatime using loop device /dev/loop1 /lnet/image/JPLiveLXDE64/90pcjordi.squashfs mounted on /lnet/90pcjordi.squashfs type squashfs options ro,noatime using loop device /dev/loop2 tmpfs mounted on /lib/init/rw type tmpfs options rw,nosuid,mode=755 usbfs mounted on /proc/bus/usb type usbfs options rw,nosuid,nodev,noexec tmpfs mounted on /dev/shm type tmpfs options rw,nosuid,nodev devpts mounted on /dev/pts type devpts options rw,nosuid,noexec,gid=5,mode=620,ptmxmode=000 /dev/sda6 mounted on /home type reiserfs options rw,noatime /dev/sda2 mounted on /media/winxp type ntfs options ro,nosuid,nodev,noexec,uid=0,gid=0,fmask=0133,dmask=022,nls=utf8,errors=continue,mft_zone_multiplier=1 /dev/sda5 mounted on /media/windows type vfat options rw,nosuid,nodev,noexec,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=cp850,quiet,utf8 /dev/sda6 mounted on /var/cache/apt type reiserfs options rw,noatime /dev/sda6 mounted on /var/lib/apt type reiserfs options rw,noatime
------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com