Opened 14 years ago

Closed 14 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 idefix, 14 years ago

If you have installed Haiku with Installer, the InstallerFinishScript should have created the /boot/var/tmp folder.

comment:2 by MrSunshine, 14 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 mmadia, 14 years ago

Version: R1/alpha1R1/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 axeld, 14 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 axeld, 14 years ago

Resolution: fixed
Status: newclosed

The Bootscript now will take care of creating (and emptying) the /tmp dir since hrev35614.

Note: See TracTickets for help on using tickets.