mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #04690
[Bug 270934] Re: Mythweb looking in wrong directory for weather map
Marking incomplete as this release isn't supported anymore. Can anyone
confirm that this issue is still present on a supported Mythbuntu/MythTV
release?
** Changed in: mythbuntu
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/270934
Title:
Mythweb looking in wrong directory for weather map
Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
Incomplete
Bug description:
Running 0.21-weekly fixes on 8.04.
Radar weather maps haven't shown up on mythweb since I did my original 0.20.2 / 7.10 Mythbuntu install. Finally getting around to figuring out why and looked in apache error.log, I see that mythweb was looking in /var/www/data/cache rather than /var/www/mythweb/data/cache for the radar image. I had to do the following to get it to work:
/var/www/data/cache$ sudo ln -s ../../mythweb/data/cache/SouthCentralDopplerRadar1800-0 SouthCentralDopplerRadar1800-0
/var/www/data/cache$ sudo ln -s ../../mythweb/data/cache/SouthCentralDopplerRadar1800-1 SouthCentralDopplerRadar1800-1
/var/www/data/cache$ sudo ln -s ../../mythweb/data/cache/SouthCentralDopplerRadar1800-2 SouthCentralDopplerRadar1800-2
/var/www/data/cache$ sudo ln -s ../../mythweb/data/cache/SouthCentralDopplerRadar1800-3 SouthCentralDopplerRadar1800-3
/var/www/data/cache$ sudo ln -s ../../mythweb/data/cache/SouthCentralDopplerRadar1800-4 SouthCentralDopplerRadar1800-4
/var/www/data/cache$
It is probably going to be close to beta time before I can try an 8.10
build, so I wanted to record this now on the chance it is an easy fix
to get in sooner than later.