Bug 1699

Summary: stmpclean would choke on some common setups
Product: Sisyphus Reporter: Michael Shigorin <mike>
Component: stmpcleanAssignee: Dmitry V. Levin <ldv>
Status: CLOSED FIXED QA Contact:
Severity: minor    
Priority: P3 CC: ldv, placeholder
Version: unstable   
Hardware: all   
OS: Linux   

Description Michael Shigorin 2002-12-12 11:08:54 MSK
stmpclean-0.1-alt2 would not handle at least two cases properly:

- /tmp being a symlink to /var/tmp (quite common situation);
- large (&gt;2Gb) files (int32 is a bottleneck).

It is annoying :-)
---

---
alt2..alt3 changelog:

* Wed Oct 30 2002 Dmitry V. Levin &lt;<a href="mailto:ldv@altlinux.org&gt" target="_new">ldv@altlinux.org&gt</a>; 0.1-alt3

- Rebuilt in new environment.

Hence the above should hold true too.
Comment 1 imz 2002-12-13 12:39:46 MSK
The /tmp-symlink problem made me switch from symlinking to another way of doing the same configuration: mount the real location at /tmp/ with --bind. A line like this in fstab does this:

/var/TMP        /tmp            auto    auto,bind       0 0
Comment 2 imz 2002-12-13 12:39:46 MSK
The /tmp-symlink problem made me switch from symlinking to another way of doing the same configuration: mount the real location at /tmp/ with --bind. A line like this in fstab does this:

/var/TMP        /tmp            auto    auto,bind       0 0
Comment 3 Michael Shigorin 2002-12-13 18:13:43 MSK
Thanks, it\'s overall cleaner (but won\'t work on Linux 2.2 which is in wide use).

Probably worth adding if not to the email sent along with this \&quot;problem\&quot; then to documentation?

edited on: 13-12 18:14
Comment 4 Michael Shigorin 2002-12-13 18:13:43 MSK
Thanks, it\'s overall cleaner (but won\'t work on Linux 2.2 which is in wide use).

Probably worth adding if not to the email sent along with this \&quot;problem\&quot; then to documentation?

edited on: 13-12 18:14
Comment 5 Dmitry V. Levin 2002-12-15 00:32:26 MSK
1. stmpclean won\'t follow symlinks, it\'s design feature.
If you replaced /tmp directory with symlink, you also have to edit /etc/cron.daily/stmpclean.

2. What\'s wrong with large files?

edited on: 15-12 00:33
Comment 6 Dmitry V. Levin 2002-12-15 00:32:26 MSK
1. stmpclean won\'t follow symlinks, it\'s design feature.
If you replaced /tmp directory with symlink, you also have to edit /etc/cron.daily/stmpclean.

2. What\'s wrong with large files?

edited on: 15-12 00:33
Comment 7 Michael Shigorin 2002-12-15 19:44:45 MSK
1: ok (but then add the --bind recipe to doc?
OTOH: if /tmp itself is a symlink then either we\'ve got bigger problems or it\'s _normal_.

2: complains regarding \&quot;inappropriate data type\&quot; or smth along that, can\'t quote the message as it\'s (sleepily) deleted.  The file in question was 7G sized but that should be *perfectly* ok.

edited on: 15-12 19:46
Comment 8 Michael Shigorin 2002-12-15 19:44:45 MSK
1: ok (but then add the --bind recipe to doc?
OTOH: if /tmp itself is a symlink then either we\'ve got bigger problems or it\'s _normal_.

2: complains regarding \&quot;inappropriate data type\&quot; or smth along that, can\'t quote the message as it\'s (sleepily) deleted.  The file in question was 7G sized but that should be *perfectly* ok.

edited on: 15-12 19:46
Comment 9 Dmitry V. Levin 2002-12-15 20:30:36 MSK
LFS support fixed in stmpclean-0.1-alt4.
Comment 10 Dmitry V. Levin 2002-12-15 20:30:36 MSK
LFS support fixed in stmpclean-0.1-alt4.