As far as I could tell it was the fact the users it was installed to did not have the
proper permissions and groups, especially to the group "bin" ( also the bin user) for
future reference, I think is is something the host did to your box to uber-restrict
the user/system permissions, ie:
Permissions set to apache:bin (ownership also)
Startup, and cfserver exits with:
[pid 20739] access("/usr/lib/coldfusion/../registry/cf.registry", F_OK) = 0
[pid 20739] access("/usr/lib/coldfusion/../registry/cf.registry", W_OK) = 0
[pid 20739] stat64("/usr/lib/coldfusion/../registry/cf.registry.template",
{st_mode=S_IFREG|0600, st_size=1829, ...}) = 0
[pid 20739] stat64("/usr/lib/coldfusion/cfml_data.dat", {st_mode=S_IFREG|0444,
st_size=266655, ...}) = 0
[pid 20739] semget(17137834, 1, IPC_CREAT|IPC_EXCL|0x1b0|0660) = -1 EEXIST (File
exists)
[pid 20739] stat64("/usr/lib/coldfusion/cfml_data.dat", {st_mode=S_IFREG|0444,
st_size=266655, ...}) = 0
[pid 20739] semget(17137834, 1, 0x1b0|0660) = -1 EACCES (Permission denied)
[pid 20739] write(2, "Error: performing semget() on Co"..., 60) = 60
[pid 20739] write(2, "Permission denied", 17) = 17
[pid 20739] write(2, "\n", 1) = 1
[pid 20739] _exit(1) = ?
There is no reason why the semget should have been denied.
Jesse Noller
[EMAIL PROTECTED]
Macromedia Server Development
Unix/Linux "special guy"
> -----Original Message-----
> From: Eric Scuccimarra [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 10, 2002 5:08 PM
> To: CF-Linux
> Subject: RE: Installation Problems
>
> Yes it is. We still aren't sure what the problems were but it is working
> now.
>
> Eric
>
> At 05:06 PM 7/10/2002 -0400, you wrote:
> >Eric man, your problem had nothing to do with libraries. It's working now,
> >right?
> >
> >Jesse Noller
> >[EMAIL PROTECTED]
> >Macromedia Server Development
> >Unix/Linux "special guy"
> >
> > > -----Original Message-----
> > > From: Eric Scuccimarra [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, July 10, 2002 5:00 PM
> > > To: CF-Linux
> > > Subject: RE: Installation Problems
> > >
> > > I had Jesse Noller working with me on this today and it appears to be
> > > permission/security issues... I'll try to do your recommendations
> > > tomorrow...
> > >
> > > Thanks
> > >
> > > Eric
> > >
> > > At 05:15 PM 7/10/2002 -0400, you wrote:
> > > >Hi Eric,
> > > >
> > > >Sorry for the delay.
> > > >
> > > >At 03:01 PM 7/10/2002 -0400, you wrote:
> > > > >Results of rpm -qa | grep compat:
> > > >
> > > >1. This one is a must
> > > > >compat-glibc-6.2-2.1.3.2
> > > >
> > > >2. Do you need these, if not I would uninstall them.
> > > > >compat-egcs-6.2-1.1.2.16
> > > > >compat-libs-6.2-3
> > > >
> > > >3. There is a newer one of these that I would
> > > >use. compat-libstdc++-6.2-2.9.0.14
> > > > >compat-libstdc++-6.2-2.9.0.1
> > > >
> > > >4. If this is a server and NOT a workstation, I would get these off
> > > >immediately.
> > > > >compat-egcs-c++-6.2-1.1.2.16
> > > > >compat-egcs-objc-6.2-1.1.2.1
> > > > >compat-egcs-g77-6.2-1.1.2.16
> > > >
> > > >After you do this, check the /etc/httpd/httpd.conf for the following:
> > > >
> > > >a. move the following line to AFTER LoadModule setenvif_module.....
> > > >LoadModule coldfusion_module
> > > >/opt/coldfusion/webserver/apache/mod_coldfusion.so
> > > >
> > > >b. reorder the .c loaders also as follows
> > > >
> > > >AddModule mod_setenvif.c
> > > >AddModule mod_coldfusion.c
> > > >
> > > >c. STOP the cold fusion server
> > > > /etc/rc.d/init.d/coldfusion stop
> > > >
> > > >d. restart the web server
> > > > /etc/rc.d/init.d/httpd restart
> > > >
> > > >e. START the cold fusion server
> > > > /etc/rc.d/init.d
> > > >
> > > >ALL should be good in Cold Fusion land.
> > > > /etc/rc.d/init.d/coldfusion start
> > > >
> > > >Let me know if you have any other errors in removing the packages
> > > >or restarting any of the services. Save and forward any error
> messages
> > > >you get along the way.
> > > >
> > > >Larry
> > > >
> > > > >At 03:15 PM 7/10/2002 -0400, you wrote:
> > > > > >To All,
> > > > > >
> > > > > >I thought I had posted this one night after a battle with 7.2
> > > > > >but maybe it was a coffee induced dream. :-)
> > > > > >
> > > > > >Had to instances with RH 7.2 where it added a couple of
> > > > > >unnecessary compatibility libraries. Check to see
> > > > > >what is loaded and remove any that you are unaware of.
> > > > > >
> > > > > >There is a combination where Apache does not properly
> > > > > >pass things off to the Cold Fusion server.
> > > > > >
> > > > > >run the following command and post the result and
> > > > > >I will compare it against the systems where I had the
> > > > > >problems.
> > > > > >
> > > > > >rpm -qa | grep compat
> > > > > >
> > > > > >Larry
> > > > > >
> > > > > >At 10:43 AM 7/10/2002 -0400, Jesse Noller wrote:
> > > > > > >Yeah. Check httpd.conf, do you see the loadmosule line for
> > > > > > mod_coldfusion.so?
> > > > > > >
> > > > > > >Jesse Noller
> > > > > > > > -----Original Message-----
> > > > > > > > From: Eric Scuccimarra [mailto:[EMAIL PROTECTED]]
> > > > > > > > Sent: Wednesday, July 10, 2002 10:41 AM
> > > > > > > > To: CF-Linux
> > > > > > > > Subject: Installation Problems
> > > > > > > >
> > > > > > > > I just installed CF 5 on a Red Hat 7.2 system running Apache
> > > 1.3.22.
> > > > > > > >
> > > > > > > > The install went just fine but now when I try to access the
> CF
> > > > > Admin tool
> > > > > > > > it gives me a file download prompt instead.:
> > > > > > > > http://216.247.121.229/CFIDE/administrator/index.htm
> > > > > > > >
> > > > > > > > Apparently it's not recognizing the file types - I've never
> had
> > > this
> > > > > > > > problem before. Any advice?
> > > > > > > >
> > > > > > > > Eric
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for
dependable ColdFusion Hosting.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.