Subject | fb_lock_mgr running with wrong user ID |
---|---|
Author | noctamid@gmx.de |
Post date | 2007-10-03T00:54Z |
Hello,
why is fb_lock_mgr running with root user id? It should run under firebird ID:
ls -l /usr/local/firebird/bin
-r-xr-x--- 1 firebird firebird 5120 Oct 3 01:22 fb_inet_server
-r-sr-s--- 1 root firebird 258856 Oct 3 01:22 fb_lock_mgr
cat /etc/xinetd.d/firebird
service gds_db
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = firebird
server = /usr/local/firebird/bin/fb_inet_server
}
ps axu |grep fb
root 24673 0.0 0.0 10140 1436 ? S 02:36 0:00 /usr/local/firebird/bin/fb_lock_mgr
So fb_lock_mgr is always running with root ID and it creates databases as root. Where is the fault? Why is it not running with firebird user ID?
FirebirdCS-2.0.3.12981-1.amd64.tar.gz on Gentoo
Thank you very much for help
Nils
--
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
why is fb_lock_mgr running with root user id? It should run under firebird ID:
ls -l /usr/local/firebird/bin
-r-xr-x--- 1 firebird firebird 5120 Oct 3 01:22 fb_inet_server
-r-sr-s--- 1 root firebird 258856 Oct 3 01:22 fb_lock_mgr
cat /etc/xinetd.d/firebird
service gds_db
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = firebird
server = /usr/local/firebird/bin/fb_inet_server
}
ps axu |grep fb
root 24673 0.0 0.0 10140 1436 ? S 02:36 0:00 /usr/local/firebird/bin/fb_lock_mgr
So fb_lock_mgr is always running with root ID and it creates databases as root. Where is the fault? Why is it not running with firebird user ID?
FirebirdCS-2.0.3.12981-1.amd64.tar.gz on Gentoo
Thank you very much for help
Nils
--
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail