Hi, I'm new to aufs. I've install the aufs2-standalone version 2.6.32.
I have /varstatic and /vardynamic mounted under /var using aufs. If I create a file "test.sh" (see below) under /var, chmod +x and run it I get: -bash: ./test.sh: /bin/sh: bad interpreter: Text file busy However, if I create it directly in /vardynamic it runs fine, both executed from /vardynamic and /var. Is this a known bug? Can I do something here? test.sh #!/bin/sh echo test /proc/mounts rootfs / rootfs rw 0 0 /dev/root / ext2 rw,noatime,errors=remount-ro 0 0 tmpfs /lib/init/rw tmpfs rw,nosuid,relatime,mode=755 0 0 proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0 tmpfs /dev tmpfs rw,relatime,size=10240k,mode=755 0 0 tmpfs /dev/shm tmpfs rw,nosuid,nodev,relatime 0 0 devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620 0 0 tmpfs /tmp tmpfs rw,relatime 0 0 tmpfs /vardynamic tmpfs rw,relatime 0 0 aufs /var aufs rw,relatime,si=d8543625 0 0 /sys/module/aufs/parameters/brs:1 /sys/module/aufs/parameters/nwkq:4 /sys/fs/aufs/si_d8543625/* /vardynamic=rw /varstatic=ro /vardynamic/.aufs.xino ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev