tisja...@verizon.net:
> 84    execve(= "/sbin/mount.aufs", ["/sbin/mount.aufs", "aufs&quo= t;, 
> "/memfs/union", "-n", "-o",
> "rw,br:/= memfs/rootfs=3Drw:/memfs/in"...], [/* 10 vars */]) =3D 0
> 84 =    uname({sys=3D"Linux", node=3D"(none)", ...= }) =3D 0
> 84    open("/dev/tty", O_RDWR|O_NOCT= TY|O_NONBLOCK) =3D -1 ENXIO (No such 
> device or address)
> 84  =   --- SIGSEGV (Segmentation fault) @ 0 (0) ---

You found the point.
/sbin/mount.aufs tried opening /dev/tty, but there is no such entry on
your system.
- I don't know why open("/dev/tty") is issued. I'd suggest the C runtime
  startup routine on your system (or your build envionment).
- Also I'd suggest you to investigate why your system doesn't have
  /dev/tty. Since you executed this mount command from your initrd or
  initramfs, it should have /dev/console which is equivalent to
  /dev/tty, isnt' it?

By the way, would make your mail to follow the standard format?
Your mail message doesn't have some necessary header fields, and it is
very hard for me to read your mail.


J. R. Okajima


------------------------------------------------------------------------------
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