public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Problems restarting services after they are stopped.
@ 2002-06-01  1:52 Dan Naumov
  2002-06-01  2:16 ` Spider
  2002-06-01 18:26 ` Ken Stevenson
  0 siblings, 2 replies; 4+ messages in thread
From: Dan Naumov @ 2002-06-01  1:52 UTC (permalink / raw
  To: gentoo-dev

Hello.

Having recently installed GPM, I've decided to play with it and this is
what happens:

===================================================
localhost root # /etc/init.d/gpm start
 * Starting
gpm...                                                        [ ok ]

localhost root # /etc/init.d/gpm stop 
 * Stopping
gpm...                                                        [ ok ]

localhost root # /etc/init.d/gpm start
 * WARNING:  "gpm" has already been started.

localhost root # /etc/init.d/gpm restart
 * Stopping
gpm...                                                        [ !! ]
===================================================

This forces me to run "etc/init.d/gpm zap" to manually set gpm to
stopped state but this should really not happen. I've also heard of
other people on #gentoo having similar problems and not with gpm alone,
but pretty much every service. Any ideas on what's wrong ?

Sincerely,
-- 


#-------------------------------------------------------#
|  Dan Naumov (aka Jago on IRC) || Otavantie 2, 50670,  |
|     Otava Folk Highschool     ||   Otava, Finland.    |
#-------------------------------------------------------#
|      User of Gentoo Linux : http://www.gentoo.org     |
#-------------------------------------------------------#



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] Problems restarting services after they are stopped.
  2002-06-01  1:52 [gentoo-dev] Problems restarting services after they are stopped Dan Naumov
@ 2002-06-01  2:16 ` Spider
  2002-06-01  2:22   ` Dan Naumov
  2002-06-01 18:26 ` Ken Stevenson
  1 sibling, 1 reply; 4+ messages in thread
From: Spider @ 2002-06-01  2:16 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1829 bytes --]

gpm is broken and became masked.. 
emerge -C gpm 
emerge gpm

try again :)

//Spider

begin  quote
On 01 Jun 2002 04:52:11 +0300
Dan Naumov <jago@telefragged.com> wrote:

> Hello.
> 
> Having recently installed GPM, I've decided to play with it and this
> is what happens:
> 
> ===================================================
> localhost root # /etc/init.d/gpm start
>  * Starting
> gpm...                                                        [ ok ]
> 
> localhost root # /etc/init.d/gpm stop 
>  * Stopping
> gpm...                                                        [ ok ]
> 
> localhost root # /etc/init.d/gpm start
>  * WARNING:  "gpm" has already been started.
> 
> localhost root # /etc/init.d/gpm restart
>  * Stopping
> gpm...                                                        [ !! ]
> ===================================================
> 
> This forces me to run "etc/init.d/gpm zap" to manually set gpm to
> stopped state but this should really not happen. I've also heard of
> other people on #gentoo having similar problems and not with gpm
> alone, but pretty much every service. Any ideas on what's wrong ?
> 
> Sincerely,
> -- 
> 
> 
> #-------------------------------------------------------#
> |  Dan Naumov (aka Jago on IRC) || Otavantie 2, 50670,  |
> |     Otava Folk Highschool     ||   Otava, Finland.    |
> #-------------------------------------------------------#
> |      User of Gentoo Linux : http://www.gentoo.org     |
> #-------------------------------------------------------#
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev


--
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] Problems restarting services after they are stopped.
  2002-06-01  2:16 ` Spider
@ 2002-06-01  2:22   ` Dan Naumov
  0 siblings, 0 replies; 4+ messages in thread
From: Dan Naumov @ 2002-06-01  2:22 UTC (permalink / raw
  To: gentoo-dev

That issue has nothing to do with gpm itself, as a matter of fact, I
unmerged and merged it again before starting to play with it. Didn't
help. And as I mentioned in my previous email, other people are having
similar issues with restarting different services, not just gpm.

Sincerely,
Dan Naumov

On Sat, 2002-06-01 at 05:16, Spider wrote:
> gpm is broken and became masked.. 
> emerge -C gpm 
> emerge gpm
> 
> try again :)
> 
> //Spider




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] Problems restarting services after they are stopped.
  2002-06-01  1:52 [gentoo-dev] Problems restarting services after they are stopped Dan Naumov
  2002-06-01  2:16 ` Spider
@ 2002-06-01 18:26 ` Ken Stevenson
  1 sibling, 0 replies; 4+ messages in thread
From: Ken Stevenson @ 2002-06-01 18:26 UTC (permalink / raw
  To: gentoo-dev

I had a similar problem with several services when I was installing them
(bind, dhcpd). I didn't have the configuration files setup correctly, so the
services failed on startup. When I tried to restart them, I always got
the ".. has already been started" message and was unable to restart the service.

Ken

On Sat, Jun 01, 2002 at 04:52:11AM +0300, Dan Naumov wrote:
> Hello.
> 
> Having recently installed GPM, I've decided to play with it and this is
> what happens:
> 
> ===================================================
> localhost root # /etc/init.d/gpm start
>  * Starting
> gpm...                                                        [ ok ]
> 
> localhost root # /etc/init.d/gpm stop 
>  * Stopping
> gpm...                                                        [ ok ]
> 
> localhost root # /etc/init.d/gpm start
>  * WARNING:  "gpm" has already been started.
> 
> localhost root # /etc/init.d/gpm restart
>  * Stopping
> gpm...                                                        [ !! ]
> ===================================================
> 
> This forces me to run "etc/init.d/gpm zap" to manually set gpm to
> stopped state but this should really not happen. I've also heard of
> other people on #gentoo having similar problems and not with gpm alone,
> but pretty much every service. Any ideas on what's wrong ?
> 
> Sincerely,
> -- 
> 
> 
> #-------------------------------------------------------#
> |  Dan Naumov (aka Jago on IRC) || Otavantie 2, 50670,  |
> |     Otava Folk Highschool     ||   Otava, Finland.    |
> #-------------------------------------------------------#
> |      User of Gentoo Linux : http://www.gentoo.org     |
> #-------------------------------------------------------#
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev

-- 
Ken Stevenson
kcs@transpack.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-06-01 18:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-01  1:52 [gentoo-dev] Problems restarting services after they are stopped Dan Naumov
2002-06-01  2:16 ` Spider
2002-06-01  2:22   ` Dan Naumov
2002-06-01 18:26 ` Ken Stevenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox