
| 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 » |
|
Sender: alexpeshkoff
Logged In: YES
user_id=423445
Thank you, bug fixed in CVS tree.