Opened 15 years ago
Closed 15 years ago
#4844 closed bug (fixed)
Missing /boot/var/tmp
Reported by: | MrSunshine | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
/tmp points to /boot/var/tmp that does not exist on a fresh install, atleast not mine :)
Change History (5)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
i did install it with the installer, it went to so i could press "Close" and then i rebooted when trying to run some automake stuff it complained about /tmp/12451234.412 does not exist, so i investigated and there was no /boot/var/tmp folder in my system :) might just have been a glitch i guess :)
comment:3 by , 15 years ago
Version: | R1/alpha1 → R1/Development |
---|
Since B_COMMON_TEMP_DIRECTORY now is /boot/common/cache/tmp , should InstallerFinishScript be updated to mkdir -p "$target/common/cache/tmp"
?
comment:4 by , 15 years ago
Thanks Matt, the InstallerFinishScript has been corrected in hrev35502. I look into deleting/recreating /tmp from the Bootscript, and then I will close this bug.
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The Bootscript now will take care of creating (and emptying) the /tmp dir since hrev35614.
If you have installed Haiku with Installer, the InstallerFinishScript should have created the
/boot/var/tmp
folder.