Custom Query (1118 matches)
Results (187 - 189 of 1118)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#445 | fixed | Geonetwork START fails | ||
Description |
after LiveDVD is built, try manually running start.. fails user@arramagong:~$ cd /usr/lib/geonetwork/ user@arramagong:/usr/lib/geonetwork$ bin/start-geonetwork.sh bin/start-geonetwork.sh: line 1: cd: ../jetty: No such file or directory rm: cannot remove `logs/*request.log*': No such file or directory rm: cannot remove `logs/output.log': No such file or directory mv: cannot stat `logs/geonetwork.log.*': No such file or directory mv: cannot stat `logs/intermap.log.*': No such file or directory mv: cannot stat `logs/geoserver.log.*': No such file or directory bin/start-geonetwork.sh: line 11: logs/output.log: No such file or directory user@arramagong:/usr/lib/geonetwork$ locate jetty /usr/local/share/gisvm/trunk/geonetwork-conf/jetty.xml /usr/local/share/gisvm/trunk/geonetwork-conf/.svn/text-base/jetty.xml.svn-base user@arramagong:/usr/lib/geonetwork$ |
|||
#448 | fixed | All files should be owned by root, and writable by all | ||
Description |
Stefan Hansen wrote: Hi all! I played in the last couple of days a bit with generating an ISO-image from the VM and ran into a few problems. One of them is that some install-scripts change the owner of some files outside $HOME to "user". Unfortunately this doesn't go well when you boot from the LiveDVD. The original "user" is deleted, when the ISO is generated, and a new user is created during the boot process (apparently that is the way things have to be). Files that belonged to the old "user" belong on the LiveDVD to the uid=1000, but the new user has the uid=999. Therefore, the new user cannot write these files and some applications won't work (so far I had problems with Geoserver and Degree, but I haven't tested all applications). So Instead of changing the owner of a file or directory, please keep root as owner and just change the access permissions. If you do so, please only change the write-permissions of a file only if you really, really have to. AFAIK everything writable is loaded into the memory, when you boot from the DVD. cheers, stefan -- Stefan Hansen Software Engineer LISAsoft |
|||
#449 | duplicate | All files should be owned by root, and writable by all | ||
Description |
Stefan Hansen wrote: Hi all! I played in the last couple of days a bit with generating an ISO-image from the VM and ran into a few problems. One of them is that some install-scripts change the owner of some files outside $HOME to "user". Unfortunately this doesn't go well when you boot from the LiveDVD. The original "user" is deleted, when the ISO is generated, and a new user is created during the boot process (apparently that is the way things have to be). Files that belonged to the old "user" belong on the LiveDVD to the uid=1000, but the new user has the uid=999. Therefore, the new user cannot write these files and some applications won't work (so far I had problems with Geoserver and Degree, but I haven't tested all applications). So Instead of changing the owner of a file or directory, please keep root as owner and just change the access permissions. If you do so, please only change the write-permissions of a file only if you really, really have to. AFAIK everything writable is loaded into the memory, when you boot from the DVD. cheers, stefan -- Stefan Hansen Software Engineer LISAsoft |