
| Key: |
CORE-22
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
gmork123
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
SFID: 876822#
Submitted By: gmork123
Hi, installation fails on debian with FirebirdSS-1.5.0.4231-
RC8.i686.tar.gz. It complains about -forever account
which does not exist when starting database during
install.
Turns out that /opt/firebird/misc/firebird.init.d.debian
has a syntax problem:
FB_OPTS=-start -forever
should be
FB_OPTS="-start -forever"
I changed this, repacked buildroot.tar.gz, and redid
install. That seems to solve the problem
|
|
Description
|
SFID: 876822#
Submitted By: gmork123
Hi, installation fails on debian with FirebirdSS-1.5.0.4231-
RC8.i686.tar.gz. It complains about -forever account
which does not exist when starting database during
install.
Turns out that /opt/firebird/misc/firebird.init.d.debian
has a syntax problem:
FB_OPTS=-start -forever
should be
FB_OPTS="-start -forever"
I changed this, repacked buildroot.tar.gz, and redid
install. That seems to solve the problem |
Show » |
| The cvs commits can not be displayed for repository Firebird at the moment since the log has not yet been parsed. The log will be parsed the next time the VcsService runs. If you have administrators privileges you can hasten the next time the service will run in the service section of the Administration pages.
|
|