sf...@users.sourceforge.net:
> You forgot "-f" option for strace.

I've found one possibility of a problem.
Although I don't know whether it is the cause of your problem, I think
it is worth to try this patch.

J. R. Okajima

diff --git a/mount.aufs.c b/mount.aufs.c
index 2188187..5495599 100644
--- a/mount.aufs.c
+++ b/mount.aufs.c
@@ -110,7 +110,7 @@ static void do_mount(char *dev, char *mntpnt, int argc, 
char *argv[],
                     unsigned char flags[])
 {
        int i;
-       const int ac = argc + 7;
+       const int ac = argc + 10;
        char *av[ac], **a;
 
        /* todo: eliminate the duplicated options */

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

Reply via email to