Your message dated Thu, 15 Dec 2016 21:30:12 +0100
with message-id <[email protected]>
and subject line Re: systemd: improve handling of some settings from
/etc/default/tmpfs
has caused the Debian Bug report #764303,
regarding systemd: improve handling of some settings from /etc/default/tmpfs
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
764303: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764303
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: systemd
Version: 208-8
Severity: wishlist
Dear Maintainer,
it looks like systemd ignores some settings in
"/etc/default/tmpfs" config file from "initscripts" package.
I have 2 variables set there: "RAMTMP=yes" & "TMP_SIZE=4G";
systemd enables tmpfs mounted as "/tmp",
but, unfortunately, ignores the size (in my case, it gets set to 1.9G).
According to: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674755#63
it's controlled only by systemd postinst;
I've looked at that, and it seems that only "RAMTMP" is taken into account:
...
# Do a one-time migration of the RAMTMP setting
if dpkg --compare-versions "$2" lt "204-8"; then
if [ -f /etc/default/rcS ]; then
. /etc/default/rcS
fi
if [ -f /etc/default/tmpfs ]; then
. /etc/default/tmpfs
fi
if [ "$RAMTMP" = "yes" ]; then
# systemctl enable will work even when systemd is not the active PID 1.
systemctl enable tmp.mount || true
fi
fi
...
----
Best wishes,
Bob
--- End Message ---
--- Begin Message ---
On Tue, 07 Oct 2014 04:31:05 +0300 Bob Bib <[email protected]> wrote:
> Package: systemd
> Version: 208-8
> Severity: wishlist
>
> Dear Maintainer,
>
> it looks like systemd ignores some settings in
> "/etc/default/tmpfs" config file from "initscripts" package.
>
> I have 2 variables set there: "RAMTMP=yes" & "TMP_SIZE=4G";
> systemd enables tmpfs mounted as "/tmp",
> but, unfortunately, ignores the size (in my case, it gets set to 1.9G).
>
> According to: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674755#63
> it's controlled only by systemd postinst;
> I've looked at that, and it seems that only "RAMTMP" is taken into account:
>
> ...
We only did a bare minimum migration for jessie. And no further
migration will be done for stretch.
So closing this old bug report.
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---
_______________________________________________
Pkg-systemd-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers