#17346: WRT54GL sudden reboots and low memory
--------------------------+-----------------------------------
  Reporter:  anonymous    |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  highest      |  Milestone:  Barrier Breaker 14.07
 Component:  base system  |    Version:  Barrier Breaker 14.07
Resolution:               |   Keywords:
--------------------------+-----------------------------------

Comment (by anonymous):

 Observations:
 I can create files in /etc/config/, e.g. with dd
 /etc/passwd seems to be reset after a reboot, too.
 /overlay is always empty. Creating files there is possible, but they don't
 appear in the root, even after remounting.

 mount says:
 overlayfs:/tmp/root on / type overlayfs
 (rw,noatime,lowerdir=/,upperdir=/tmp/root)

 shouldn't that read:
 overlayfs:/overlay on / type overlayfs
 (rw,noatime,lowerdir=/,upperdir=/overlay)

 Current mt:
 rootfs on / type rootfs (rw)
 /dev/root on /rom type squashfs (ro,relatime)
 proc on /proc type proc (rw,noatime)
 sysfs on /sys type sysfs (rw,noatime)
 tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
 tmpfs on /tmp/root type tmpfs (rw,noatime,mode=755)
 overlayfs:/tmp/root on / type overlayfs
 (rw,noatime,lowerdir=/,upperdir=/tmp/root)
 tmpfs on /dev type tmpfs (rw,relatime,size=512k,mode=755)
 devpts on /dev/pts type devpts (rw,relatime,mode=600)
 debugfs on /sys/kernel/debug type debugfs (rw,noatime)


 proposed mt:
 rootfs on / type rootfs (rw)
 /dev/root on /rom type squashfs (ro,relatime)
 proc on /proc type proc (rw,noatime)
 sysfs on /sys type sysfs (rw,noatime)
 tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
 /dev/mtdblock5 on /overlay type jffs2 (rw,noatime)
 overlayfs:/overlay on / type overlayfs
 (rw,noatime,lowerdir=/,upperdir=/overlay)
 tmpfs on /dev type tmpfs (rw,relatime,size=512k,mode=755)
 devpts on /dev/pts type devpts (rw,relatime,mode=600)
 debugfs on /sys/kernel/debug type debugfs (rw,noatime)

--
Ticket URL: <https://dev.openwrt.org/ticket/17346#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to