Skip to content

Cannot save crontab - No space left on device #3054

@bezik46

Description

@bezik46

motionEye Version 0.42.1
Motion Version 4.3.1
OS Version motionEyeOS dev20201026

Getting error:

[ Error writing /data/etc/crontabs.1117: No space left on device ]

As per wiki: https://github.com/motioneye-project/motioneyeos/wiki/Tweaks#running-commands-at-regular-intervals-cron-support

both partitions are writable, there is plenty of space left

Filesystem                Size      Used Available Use% Mounted on
/dev/root               213.0M    184.5M     13.5M  93% /
devtmpfs                932.8M         0    932.8M   0% /dev
tmpfs                   997.3M     16.0K    997.3M   0% /dev/shm
tmpfs                   997.3M    248.0K    997.0M   0% /tmp
/dev/mmcblk1p1           29.9M     11.0M     18.9M  37% /boot
/dev/mmcblk1p3            6.1G      6.0G         0 100% /data
/dev/mmcblk1p3            6.1G      6.0G         0 100% /home/ftp/sdcard
/dev/mmcblk1p3            6.1G      6.0G         0 100% /home/ftp/storage
overlay                   6.1G      6.0G         0 100% /usr
overlay                   6.1G      6.0G         0 100% /var/log
overlay                   6.1G      6.0G         0 100% /var/lib
/dev/sda1               457.4G     52.8G    381.3G  12% /data/media/sda1
/dev/sda1               457.4G     52.8G    381.3G  12% /home/ftp/storage/sda1

[root@MotionEYE ~]# mount
/dev/root on / type ext4 (ro,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=955164k,nr_inodes=188303,mode=755)
proc on /proc type proc (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /dev/shm type tmpfs (rw,relatime,mode=777)
tmpfs on /tmp type tmpfs (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
/dev/mmcblk1p1 on /boot type vfat (ro,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro)
/dev/mmcblk1p3 on /data type ext4 (rw,noatime,data=ordered)
/dev/mmcblk1p3 on /home/ftp/sdcard type ext4 (rw,noatime,data=ordered)
/dev/mmcblk1p3 on /home/ftp/storage type ext4 (rw,noatime,data=ordered)
overlay on /usr type overlay (rw,relatime,lowerdir=/usr,upperdir=/data/usr,workdir=/data/.overlay-usr)
overlay on /var/log type overlay (rw,relatime,lowerdir=/var/log,upperdir=/data/log,workdir=/data/.overlay-log)
overlay on /var/lib type overlay (rw,relatime,lowerdir=/var/lib,upperdir=/data/varlib,workdir=/data/.overlay-varlib)
/dev/sda1 on /data/media/sda1 type ext4 (rw,relatime,data=ordered)
/dev/sda1 on /home/ftp/storage/sda1 type ext4 (rw,relatime,data=ordered)

I need to reboot the unit nightly as it does hang from time to time (and then only power unplug works)
Any ideas why save fails?

I only try to add a single line!

0 2 * * * /sbin/reboot

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions