All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miklos Szeredi <miklos@szeredi.hu>
To: Jordi Pujol <jordipujolp@gmail.com>
Cc: linux-fsdevel@vger.kernel.org
Subject: Re: overlayfs patches for ovl_copy_up & ovl_rename
Date: Tue, 31 May 2011 11:01:26 +0200	[thread overview]
Message-ID: <87tycbi6qh.fsf@tucsk.pomaz.szeredi.hu> (raw)
In-Reply-To: <201105271703.32695.jordipujolp@gmail.com> (Jordi Pujol's message of "Fri, 27 May 2011 17:03:32 +0200")

Hello Jordi,

Jordi Pujol <jordipujolp@gmail.com> writes:

> that is a list of some errors found when doiing a remaster that uses
> overlayfs as a filesystem modification layer,

Thanks for testing.

> After doing a big package upgrade we note that the rootdir has some errors, 
> this is only a little percent of the total files contained in the filesystem,
> 44 files of 86173
>
> overlayfs mounted on /tmp/live-net-remaster-pro1Wm/chroot type overlayfs 
> options rw,relatime,lowerdir=/tmp/live-net-remaster-
> pro1Wm/image/00filesystem.squashfs,upperdir=/home/tmp.7P8ARuGANF 
>
> CASE 1: complete directory /usr/share/doc/xorg disappears,
> is in lowerdir, has not been modified, but rootdir does not show it,

I see the common theme in all these cases: a file should be there in
rootdir but isn't.

I also see that you are using 'find'.  Does the file show if you are
using 'ls'?

 ls /tmp/live-net-remaster-pro1Wm/chroot/usr/share/doc/ | grep xorg
 ls -d /tmp/live-net-remaster-pro1Wm/chroot/usr/share/doc/xorg

Could you please do a strace of 'find'

  strace -v -o /tmp/strace find /tmp/live-net-remaster-pro1Wm/chroot/usr/share/doc/ -maxdepth 1 -name 'xorg*'

And send the resulting trace in /tmp/strace?

Thanks,
Miklos

  reply	other threads:[~2011-05-31  9:01 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-04 14:59 overlayfs patches for ovl_copy_up & ovl_rename Jordi Pujol
2011-05-05  9:06 ` Miklos Szeredi
2011-05-09  6:38   ` Jordi Pujol
2011-05-10 16:20     ` Miklos Szeredi
2011-05-17  8:43       ` Miklos Szeredi
2011-05-17 17:18         ` Jordi Pujol
2011-05-17 18:07           ` Miklos Szeredi
2011-05-18  7:44             ` Jordi Pujol
2011-05-18  8:42               ` Miklos Szeredi
2011-05-19  7:47                 ` Jordi Pujol
2011-05-19  8:49                   ` Miklos Szeredi
2011-05-19  9:24                     ` Jordi Pujol
2011-05-19  9:52                       ` Miklos Szeredi
2011-05-19 13:34                         ` Jordi Pujol
2011-05-21  5:10                       ` Jordi Pujol
2011-05-23  9:21                         ` Miklos Szeredi
2011-05-24 15:53                           ` Jordi Pujol
2011-05-27 15:03                           ` Jordi Pujol
2011-05-31  9:01                             ` Miklos Szeredi [this message]
2011-05-19  8:52                   ` Jordi Pujol

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tycbi6qh.fsf@tucsk.pomaz.szeredi.hu \
    --to=miklos@szeredi.hu \
    --cc=jordipujolp@gmail.com \
    --cc=linux-fsdevel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.