On Mon, Apr 25, 2011 at 12:12, [email protected] <[email protected]> wrote: > > I'm trying to use the systemd-tmpfiles-clean service with a backup directory, > but it always fails to start, with the "Value too large for defined data > type" error, which I think means largefile support is not enabled by default > on these tools (I'm on a 32 bit system) and probably others, as I have lots > of files > 2GB in this directory. > Is this intentional or a bug? > I think that's a bug anyway, as that means that putting a correct conf file > in /etc/tmpfiles.d can make the service fail, so /tmp and other directories > will not be cleaned. Supporting largefile would be nice though.
Does adding: AC_SYS_LARGEFILE to: configure.ac make it work? _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
