Hrm... Babelfish was absolutely of no use trying to translate what was just
said... ;P I might be able to find a core file for ya, but all that
other stuff you're talking....huh? Man, whatever happened to a nice easy
install...? I reinstalled this am (everything! - put the new RAM in, and
the computer started whining about the darned 'suspend to disk' partition
not being big enough; what a load of crap), and it's still doing this. I've
never had this problem on this particular computer before... I wonder if
installing it as 'server' instead of 'workstation' is having anything to do
with this...?
Kernel: 2.2.17-21mdksecure
Argh....
George Mclin
-----Original Message-----
From: Justin Buist [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 27, 2001 3:42 PM
To: CF-Linux
Subject: RE: Funky errors trying to start or stop CFLinux after new instal
l...
On Tue, 27 Feb 2001, Matt Liotta wrote:
> Did you set the correct file permissions on the registry?
The only way I see that as possibly causing a problem here is if a
ftok() call is being made to grab a key for the shared memory segment, and
that stat call were being based on the registry file. It's possible.
>
> -Matt
> > -----Original Message-----
> > [root@turdball /root]# /opt/coldfusion/bin/stop
> > Error: performing shmget() on ColdFusion Registry shared
> > memory:Identifier
> > removed
> > Aborted (core dumped)
Seems odd that the server would be unalbe to release it's shared memory
segment on shutdown -- and shmget() is reported that the shmid has been
_removed_ of all things. If you've got a core file I wouldn't mind
looking at that either.
BTW -- what kernel are you running?
> > 'secured' and whatnot). Anyone have any groovy insight as to
> > what the prob
> > might be here?
Use the 'ipcs' command to take a peek at existing shared memory segments
before and after you try and startup the server -- you might find a clue
there. You could try wrapping cfserver within 'strace' also to get a look
at the exact shmget() call that it's issuing so you could find out what
shmid it's trying to use (then compare that shmid to what you see in
'ipcs').
If you find the offending shared memory segment you could try wrenching it
out via 'ipcrm' but I really doubt that't going to fix anything.
Justin Buist
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
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.