On 11 mai 2015, at 08:46, Tim Weippert <we...@weiti.org> wrote: > Hi Thibaut, > > yes i can confirm, this happens in an fresh and newly started Jessie System. > > The Config Files are the Files from the Package, i only commented /etc in > ramstore File. /root is there already. No change from > my side.
ok. > I haven't started any daemons/processes rather than connect via SSH to the > System. For your information my mount table looks after > clean start like this: > > weiti@indoor01:~$ mount > tmpfs on /ram type tmpfs (rw,relatime,size=122880k) > tmpfs on /tmp type tmpfs (rw,relatime,size=122880k) > tmpfs on /run/lock type tmpfs (rw,relatime,size=122880k) > tmpfs on /var/lib/dhcp type tmpfs (rw,relatime,size=122880k) > tmpfs on /var/lib/misc type tmpfs (rw,relatime,size=122880k) > tmpfs on /var/lib/urandom type tmpfs (rw,relatime,size=122880k) > tmpfs on /var/tmp type tmpfs (rw,relatime,size=122880k) > /dev/sda1 on /ram/var/lib/exim4.flash type ext4 > (ro,relatime,errors=remount-ro,data=ordered) > tmpfs on /var/lib/exim4 type tmpfs (rw,relatime,size=122880k) ^ Up to this, it's fine > tmpfs on /ram/var/lib/exim4.flash type tmpfs (rw,relatime,size=122880k) ^ But this is wrong > /dev/sda1 on /ram/var/log.flash type ext4 > (ro,relatime,errors=remount-ro,data=ordered) > tmpfs on /var/log type tmpfs (rw,relatime,size=122880k) ^ again, that's correct > tmpfs on /ram/var/log.flash type tmpfs (rw,relatime,size=122880k) ^ that shouldn't be there. > My thoughs are that these situation are my problem: > > /dev/sda1 on /ram/root.flash type ext4 > (ro,relatime,errors=remount-ro,data=ordered) > tmpfs on /root type tmpfs (rw,relatime,size=122880k) > tmpfs on /ram/root.flash type tmpfs (rw,relatime,size=122880k) > > It seems that root.flash gets mounted twice, on ro from the cf card which is > ok, the other (later?) mount > is an rw tmpfs ... and every sync while go to the tmpfs i think. And after an > reboot these changes are lost, because > the tmpfs get cleared. There's an extraneous (and wrong) mount, and I can't quite figure out where it's coming from. Maybe you could try adding a "-x" to /etc/init.d/flashybrid first line: #!/bin/sh -x and then record the boot output and add it to this bug report. > > When i change fh-sync to do an remount,ro,bind, no errors occures, but > changes weren't synced to CF also. fh-sync isn't the culprit here. The problem lies somewhere with the init script and/or the way the boot sequence happens. The init script has not been changed so I suspect this is a nasty side effect of jessie's switch to systemd. HTH, T. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org