Opened 14 years ago
Closed 13 years ago
#1613 closed defect (fixed)
Cannot establish connection with login.php on Ubuntu 10.04 LTS
Reported by: | martinf | Owned by: | trevorwekel |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | General | Version: | 2.2.0 |
Severity: | minor | Keywords: | |
Cc: | External ID: |
Description
I started the MapGuide service (mgserver.sh) but I wasn't able to do a connection with Maestro or login.php. I solve the problem following Trevor Wekel advice
add the following directory as root “mkdir /var/lock/mgserver”
Then, I was able to establish connection
Change History (2)
comment:1 by , 14 years ago
Owner: | set to |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
On Ubuntu the /var/lock/mgserver directory is not created from the deb packages and does not appear to "stick around" after installation. Creating the directory inside mgserverd.sh is a straightforward solution to the problem.
Fix submitted to branches/2.2 under r5622