1b17a
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
When i go to run googleearth i take this error:
Code:
Warning: Unable to create symlink for lock '/home/deadreamer/.googleearth/instance-running-lock'. File exists. Any ideas?
__________________
==================================== | -------> UNIX. Live Free Or Die! <-------- | ==================================== You can say: I can't do something because is difficult. You must say: I tried a lot before say that I can't. Never Give up. http://unixsystems.dyndns.org/ I am not an BSD expert. But I really want to help. Don't afraid to ask me anything. If I can I will help! Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416 Last edited by sk8harddiefast; July 25th, 2010 at 09:39. |
|
#2
|
||||
|
||||
|
Hmm, from /usr/local/share/google-earth/bin/googleearth:
Code:
#!/bin/sh
#
# Google Earth startup script
#
<much snipped script>
LD_LIBRARY_PATH=.:${GOOGLEEARTH_DATA_PATH}:${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH
rm -f ${HOME}/.googleearth/instance-running-lock
if [ -x "${GOOGLEEARTH_DATA_PATH}/googleearth-bin" ]
then
cd "${GOOGLEEARTH_DATA_PATH}/"
exec "./googleearth-bin" "$@"
fi
echo "Couldn't run Google Earth (googleearth-bin). Is GOOGLEEARTH_DATA_PATH set?"
exit 1
# end of googleearth ...
__________________
Quid habemus reliquum? Nutrimentum anatum! Внимание: лифт вниз не поднимает |
|
#3
|
||||
|
||||
|
Quote:
/compat/linux/home/USERNAME/.googleearth/instance-running-lock |
|
#4
|
||||
|
||||
|
No. Is not clearing it on start
__________________
==================================== | -------> UNIX. Live Free Or Die! <-------- | ==================================== You can say: I can't do something because is difficult. You must say: I tried a lot before say that I can't. Never Give up. http://unixsystems.dyndns.org/ I am not an BSD expert. But I really want to help. Don't afraid to ask me anything. If I can I will help! Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416 |
|
#5
|
||||
|
||||
|
Quote:
If you need a /compat/linux/home/ tree in the first place, why not symlink it to your normal [/usr]/home/? I suppose a solution would be to add a line to the script that deleted the /compat/linux/ subtended lock file as well.
__________________
Quid habemus reliquum? Nutrimentum anatum! Внимание: лифт вниз не поднимает |
|
#6
|
||||
|
||||
|
Quote:
I am no friend of additional symlinks, that had not automatically been installed from the port :-( The newest port seems to use only /compat/linux/home/USERNAME/.googleearth/ for the lockfile. As far as I can see there is no lockfile in /usr/home/USERNAME/.googleearth/ (anymore). |
|
#7
|
|||
|
|||
|
I'm confused about the very existence of /compat/linux/home/ . That shouldn't necessary at all, right? I don't have one, and Google Earth starts up fine here.
Adam |
|
#8
|
||||
|
||||
|
Yeah, I've never had googleearth create such a thing for me, and it does run well enough here. ( google-earth-5.2.1.1329 )
__________________
Quid habemus reliquum? Nutrimentum anatum! Внимание: лифт вниз не поднимает |
|
#9
|
||||
|
||||
|
Quote:
I see this behaviour on three machines, all 9.0-CURRENT (amd64). Solution: Deleting /compat/linux/home/ seems to bring no disadvantages. Now acroread and googleearth are working with /usr/home/ again
Last edited by rhurlin; July 23rd, 2010 at 20:40. Reason: Completion |
|
#10
|
|||
|
|||
|
Well, again, for what it's worth, print/acroread8 never created /compat/linux/home here
|
|
#11
|
|||
|
|||
|
On mine FreeBSD 8.0, KDE 4.4.5 Goggle-Earth doesn't start:
Code:
/usr/local/bin/googleearth %f
Fatal error in __driConfigOptions line 1, column 0: unknown encoding.
Google Earth has caught signal 6.
We apologize for the inconvenience, but Google Earth has crashed.
This is a bug in the program, and should never happen under normal
circumstances. A bug report and debugging data have been written
to this text file:
/usr/home/ajtim/.googleearth/crashlogs/crashlog-4c4a0b3d.txt
Please include this file if you submit a bug report to Google.
Last edited by DutchDaemon; July 24th, 2010 at 02:12. Reason: proper formatting: http://forums.freebsd.org/showthread.php?t=8816 |
|
#12
|
||||
|
||||
|
Quote:
__________________
==================================== | -------> UNIX. Live Free Or Die! <-------- | ==================================== You can say: I can't do something because is difficult. You must say: I tried a lot before say that I can't. Never Give up. http://unixsystems.dyndns.org/ I am not an BSD expert. But I really want to help. Don't afraid to ask me anything. If I can I will help! Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416 |
|
#13
|
|||
|
|||
|
So googleearth created /compat/linux/home/ ?
Adam |
|
#14
|
||||
|
||||
|
Quote:
__________________
==================================== | -------> UNIX. Live Free Or Die! <-------- | ==================================== You can say: I can't do something because is difficult. You must say: I tried a lot before say that I can't. Never Give up. http://unixsystems.dyndns.org/ I am not an BSD expert. But I really want to help. Don't afraid to ask me anything. If I can I will help! Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416 |
|
#15
|
||||
|
||||
|
Uh, are you passing any weird environment stuff? You using the normal script to start googleearth? Are you perchance starting it as root? Can you just
# rm -r /usr/compat/linux/home && ln -s /home /usr/compat/linux/home?
__________________
Quid habemus reliquum? Nutrimentum anatum! Внимание: лифт вниз не поднимает |
| The Following User Says Thank You to fronclynne For This Useful Post: | ||
sk8harddiefast (July 25th, 2010) | ||
|
#16
|
||||
|
||||
|
Quote:
![]() Thanks
__________________
==================================== | -------> UNIX. Live Free Or Die! <-------- | ==================================== You can say: I can't do something because is difficult. You must say: I tried a lot before say that I can't. Never Give up. http://unixsystems.dyndns.org/ I am not an BSD expert. But I really want to help. Don't afraid to ask me anything. If I can I will help! Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416 Last edited by DutchDaemon; July 25th, 2010 at 18:18. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| google-earth | lumiwa | Installation and Maintenance of FreeBSD Ports or Packages | 2 | June 24th, 2010 12:12 |
| Google Earth shuts down when viewing a picture | Lasse | Multimedia | 1 | January 23rd, 2010 19:52 |
| google-earth: error code 29 | caesius | General | 1 | December 7th, 2009 01:31 |
| Google Earth, version `GLIBCXX_3.4.9' not found | DavidMarec | Installation and Maintenance of FreeBSD Ports or Packages | 11 | October 1st, 2009 22:29 |
| google-earth has no picture | caesius | Installation and Maintenance of FreeBSD Ports or Packages | 6 | August 28th, 2009 13:58 |