[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: redhat-config-services error (Eric Rose)
- From: Ben Stringer <ben burbong com>
- To: Fedora List <fedora-list redhat com>
- Subject: Re: redhat-config-services error (Eric Rose)
- Date: Thu, 29 Jan 2004 12:12:13 +1100
On Thu, 2004-01-29 at 11:52, Eric Rose wrote:
> When I attempt to edit the services running on my machine using the
> command:
>
> #/usr/bin/redhat-config-services &
>
> Nothing happens
>
> (well I get a pid, and then a
> [1]+ Done /usr/bin/redhat-config-services)
>
> Is there any way I can figure out what is killing my
> redhat-config-services?
Use "strace" on it.
# strace /usr/bin/redhat-config-services
This will show all the system calls that the executable makes, and may
give you a hint about what is causing it to fail.
For what it's worth, it "works fine for me" (tm).
Cheers, Ben
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]