Fedora :: Service Dead But Subsys Locked

Aug 8, 2011

I have cloned linux installation from USB drive to another. The system is Fedora core and it is used as a software for encoding live stream (it's using PCI encoding cards). The system works well on original hardware configuration, however when I use this cloned flash drive on another hardware configuration one service will not start. It is a "calld" service and it is a service which has a protection which limits its execution to original hardware platform only (mac authentication probably). I need to get this service up, so when I type command "service calld starts/tatus" or "etc/init.d/calld start" I get response "service is dead and subsystems are locked". I tried matching mac address to original hardware configuration but still the same. This is a config file of service /etc/init.d/calld

#!/bin/bash
#
# /etc/rc.d/init.d/calld
#
# Starts the calld
#
# chkconfig: 345 44 56
# description: xxxxxx
# processname: calld

### BEGIN INIT INFO
# Provides: calld
# Required-Start: $syslog $local_fs
# Required-Stop: $syslog $local_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: start and stop calld
# Description: xxxxxx
### END INIT INFO
# Source function library.....

I wonder is it possible to get it up by changing its configuration.

View 6 Replies


ADVERTISEMENT

Fedora Security :: Snort Dead But Subsys Locked

Mar 4, 2009

I am trying to get snort running but I get this with service snortd status:

snort dead but subsys locked
service snortd restart
Stopping snort: [FAILED]
Starting snort: [ OK ]

[root@Fedora tylerm]# tail -f /var/log/messages
Mar 4 05:17:54 Fedora kernel: device eth0 entered promiscuous mode
Mar 4 05:17:54 Fedora kernel: device eth0 left promiscuous mode
Mar 4 05:17:54 Fedora snort[3280]: Initializing daemon mode
Mar 4 05:17:54 Fedora kernel: device eth0 entered promiscuous mode
Mar 4 05:17:54 Fedora snort[3282]: PID path stat checked out ok, PID path set to /var/run/
Mar 4 05:17:54 Fedora snort[3282]: Writing PID "3282" to file "/var/run//snort_eth0.pid"
Mar 4 05:17:54 Fedora snort[3282]: Daemon initialized, signaled parent pid: 3280
Mar 4 05:17:54 Fedora snort[3280]: Daemon parent exiting
Mar 4 05:17:54 Fedora snort[3282]: FATAL ERROR: OpenAlertFile() => fopen() alert file /var/log/snort/alert: Permission denied
Mar 4 05:17:54 Fedora kernel: device eth0 left promiscuous mode
Mar 4 05:18:42 Fedora ntpd[2300]: synchronized to 128.10.19.24, stratum 1
Mar 4 05:18:42 Fedora ntpd[2300]: time reset +0.906114 s
Mar 4 05:18:42 Fedora ntpd[2300]: kernel time sync status change 0001

View 2 Replies View Related

Red Hat / Fedora :: HTTPD Dead But Subsys Locked - Firewall Disabled

Dec 3, 2010

I have installed httpd on Fedora 13 with yum, but it is not working when I type in a browser : localhost

Code: [comp42 html]$ sudo /etc/init.d/httpd start
Starting httpd: [ OK ]
[comp42 html]$ sudo /etc/init.d/httpd restart
Stopping httpd: [FAILED]
Starting httpd: [ OK ]
[comp42 html]$ sudo /etc/init.d/httpd stop
Stopping httpd: [FAILED]
[comp42 html]$ sudo /etc/init.d/httpd status
httpd is stopped
[comp42 html]$ sudo /etc/init.d/httpd start
Starting httpd: [ OK ]
[comp42 html]$ sudo /etc/init.d/httpd status
httpd dead but subsys locked
[comp42 html]$ sudo /etc/init.d/httpd help
[comp42 html]$ sudo /etc/init.d/httpd fullstatus
Connection refused
[comp42 html]$

Tried to reinstall several times, but nothing works. My firewall is disabled, does not work either while enabled. My httpd conf is the default one. What is going wrong?

View 3 Replies View Related

General :: PCDCD Dead But Subsys Locked

Oct 11, 2010

I cannot start the pcsc deamon :

Code:
[root@jonas ~]# /sbin/service pcscd status
pcscd dead but subsys locked
[root@jonas ~]# /sbin/service pcscd start
Starting PC/SC smart card daemon (pcscd): [OK]
[root@jonas ~]# /sbin/service pcscd status
pcscd dead but subsys locked

What does this mean and what can I do about it?

View 4 Replies View Related

General :: Observiced Dead But Subsys Locked

Aug 3, 2011

I'm getting error while starting some service in Linux.

# /etc/init.d/observiced start
Starting Oracle Secure Backup services... 2011/08/02.23:03:01 child didn't lock rock file - child never locked rock file (FSP rock file manager) [FAILED]

When I see the status it gives me as mentioned below.
# /etc/init.d/observiced status
observiced dead but subsys locked

View 4 Replies View Related

General :: Fedora13 - HTTPD Dead But Subsys Locked

Jul 24, 2010

I have installed fedora 13 recently and installed IDPS(snort) on it. But now I am not able to start service httpd. When I write service httpd start, it says OK, but I know it is a false message bcoz when I write service httpd stop it gives me Failed.

On writing service httpd status it gives a message:
httpd dead but subsys locked
I have tried "rm -f /var/lock/subsys/httpd" - no solution
yum update hasn't solved my problem as well.

I have to show my project running at my college. And I can not understand properly the technical instructions as I am new to linux.

View 2 Replies View Related

Server :: RHEL5 - Dovecot Dead But Subsys Locked

Mar 14, 2010

I also looked into the mail logs and found the following.
Mar 14 10:15:43 quant dovecot: Auth process died too early - shutting down
file or directory
Mar 14 10:15:43 quant dovecot: child 4442 (auth) returned error 127

View 3 Replies View Related

CentOS 5 :: Noob Q: <daemon_name> Dead But Subsys Locked?

Jul 7, 2010

but I think I have a reasonable handle on the /etc/init.d, /sbin/service, chkconfig, and runlevels stuff under CentOS. However, when I install particular daemons (not part of CentOS distro), I get a weird issue. If I log in as root and do /sbin/service <daemon> status, it says "... is running...", however, if I log in as a non su, and do the same /sbin/service ... status, it says "xxx dead but subsys locked." Is the daemon running or not? I assume it's some kind of privilege issue with how the daemon is setup versus the non root login.I would like to have users be able to use service to query daemon status as works with the base daemons like sshd and httpd.

View 2 Replies View Related

CentOS 5 :: Httpd Services Dead But Subsys Locked

Nov 12, 2010

I have centos 5.5 64bit installed. When I start the httpd service I get the above message. The message is bogus because the server is running and web pages work. Is there a fix out there to resolve this?

View 4 Replies View Related

CentOS 5 Server :: Httpd Dead But Subsys Locked?

Aug 8, 2011

I've got a box with a fresh installation of CentOS 5.6, but had several configs copied from an old 4.8 box that I've now got to finish. Most everything seems fine, but I can't get apache running. It reports that it starts up fine, but immediately stops and reports "httpd dead but subsys locked"Most of the advice I've found while searching suggests to just delete the http.pid file and restart, which doesn't help in my case. I did find a few problems where SELinux was restricting httpd from creating or touching certain files (I found reports in /var/log/messages) but I've worked through that.

So the big question here is: /var/log/messages and /var/log/httpd/error_log are now empty, and don't show any more errors when I restart httpd. Does anyone know where else I can look for reporting/logging on what's happening to httpd to cause it to die?

View 1 Replies View Related

Fedora :: F13 - Nxserver - Service Is Dead

Sep 26, 2010

Quote:

When I look the Services panel, nxserver is listed but shows as "Service is Dead". Does this mean anything specifically? Could it be related to firewall or security issues? Right above it a related program to nxserver, nxsensor, is listed and it's shown as operational.

Same thing here in my Services panel. Just getting into using NX...the display seems near Win RDP quality over the home lan. I'm now trying to get the sound to work. What is this 'dummy output' in my Sound preferences and where did my sound cards go? I have one onboard sc and a PCI card, neither recognized via the NX client session. Looking to get ESD going which might be the issue.

View 3 Replies View Related

Fedora :: HTTPD Enabled - This Service Is Dead

Mar 26, 2010

I have opened up the Service Configuration window that shows all the services and their status. My httpd says that it is enabled, but also that "this service is dead" and there is a orangish triangle. I can run phpMyAdmin on my server, but I can't run it from any other PC on my network.

View 13 Replies View Related

Fedora Servers :: Openvpn Service Is Dead

Apr 12, 2010

i just installed Fedora 12, clean without anything change in it. I opened services dialog, and the openvpn service have status:dead, however it shows that it is enabled.when i try to run it as:/sbin/service openvpn start.It write OK. However if check it:/sbin/service openvpn status it write that service not running. What is a point of a problem? I have opened openvpn in FireWall,however without success, may be some additionsl services for openvpn are not running?

View 1 Replies View Related

OpenSUSE :: Zypper Service Be Dead For 11.2?

Oct 16, 2010

When would the zypper service be dead for openSUSE 11.2?

View 2 Replies View Related

Server :: HTTPD Service Get Dead Any Time

May 2, 2011

My mail server is getting problem since 3 days. It automatically get hang and httpd service get dead any time. How I can check what is effecting server, load, network traffic etc...

View 13 Replies View Related

Server :: Service HTTPD Status Dead But PID File Exists

Apr 14, 2011

I am using CentOS 5.6 with Apache 2.2.17. The Apache was compiled from source using RPM build to comply with PCI requirements. Also Plesk 9.3 is used as a control panel, but other than the config files the Apache is pretty standard. When the httpd is started, there are no errors reported in /var/log/messages or in the error_log, and the httpd starts, shows up in ps and the pid file exists in /var/run/httpd.pid.

However when you check the status 'service httpd status' you get 'httpd dead but subsys locked'. You can add websites normally, and the proper config files are generated so I am pretty sure this isn't a control panel issue as I have other servers running the same control panel and Apache 2.2.16 compiled and installed the same way as the 2.2.17 and there are no problems.

View 1 Replies View Related

General :: Squid Service Is Dead - Error "no Running Copy"

May 4, 2010

i have squid running in my network the problem i am facing is that once a week the squid service is dead, i checked the log files bu could not figure out what the problem is it gives me the error squid dead but pid file exist squid error no running copy i have written a script that just moves the compressed log files from the /var/log/squid files to /media/usbdisk the script is as follows i suspect that this problem arises because of the script coz the script runs every week and the next day i get this problem

[Code]...

View 4 Replies View Related

Red Hat / Fedora :: Shows Unrecognized Service After Restart Service Smb

Feb 28, 2010

i can smb in centos 5 and i run service smb restart, it shows :smb: unrecognized service..... i run rpm -qa |grep samba,it shows

samba-common-3.0.33-3.7.el5
samba-client-3.0.33-3.7.el5
.....

View 2 Replies View Related

Fedora :: Start A Service Before Network Service?

Nov 6, 2010

I need to start a service before network service How to?

View 1 Replies View Related

Fedora Installation :: KDE Dead / Recover This?

Jan 16, 2009

I have enabled desktop effects in KDE on Fedora 10.

I clicked "everything is OK", and accepted the settings and then everything went black ...

Then I have restarted X, logged again, still nothin' ... all black .... windows and action is present, but I can't see anything ...

How can I recover this ? I am using gnome now, ...

View 5 Replies View Related

Fedora :: Nautilus Is Dead - How To Fix/remove It

Feb 15, 2010

My part time hobby PC, running FC12, has started misbehaving following some recent updates. I hadn't booted the machine for about 10 days. It booted OK, I checked for updates, applied them, and then my problems started.When I boot now I get LONG delays after logging in and eventually will get the following error:

Could not display "x-nautilus-desktop:///".
Error DBus error.org.freedesktop.DBus.Error.NoReply:

Did not receive a reply, etc, etc...Have tried re-installing Nautilus, same problem. Being a relative Linux (though not Unix) newbie, what is Nautilus? Do I need it? Can I just get rid of it? Is there an alternative I can install that does work?

View 5 Replies View Related

Fedora :: Replacing Dead Disk In Lvm?

Jul 4, 2010

I know that this topic has been posted, responded to, and maybe even resolved, many times here, but I am stuck here with partially dead fileserver and need some pointers.

Problem: one disk drive that was part of a logical volume died. I have a replacement, but I can't get it into the LV and get the LV back up again.

pvcreate --uuid <uuid of dead drive> /dev/sdX1, where /dev/sdX1 is the newly created drive and its partition.
vgcfgrestore VolGroup
vgscan VolGroup
vgchange -ay VolGroup
e2fsck /dev/mapper/VolGroup-LogVol

but, e2fsck can't find a superblock. Apparently this drive is the first in the LV sequence, and it is not formatted as part of the LV.

So how to I get this new disk formatted into the LV without reformatting the entire LV and losing what data I still have?

(FWIW: this is on F11)

View 2 Replies View Related

Fedora Networking :: Samba NMB - Dead After A Reboot

Feb 8, 2009

I've got a problem with samba and the nmb service. My system boots in Gnome

Ive set up Samba and it works ok, untill I reboot, then I have to go into services and restart Nmb service. the services bit says its dead after a reboot, its running on run levels 2345 I had a few hicups setting it up took me a couple of days to figure out the fire wall and SElinus were blocking things, so I ticked all the samba things - and it works a whole lot better.

I have to admit its a whole lot more polished than last time I tried linux - Red Hat 5. I like the Yum installer it takes a lot of guess work out for us novices, one thing I would like is to be able to edit and open things as root in Gnome or just log into it as root so that you can set things up, but I'll save that question for another day.

View 5 Replies View Related

Fedora :: 11 Intel Graphics Dead After Update?

Sep 21, 2009

I have Fedora 11. After my most recent update, I can't log in. Every time I authenticate, the logon window disappears, the screen goes black briefly, and then I am back at the log in window I entirely reinstalled, and then it worked, until I updated to the newest kernel then it didn't work anymore. Update: I now generated a xorg.conf with system-config-display --noui I manually removed and reinstalled xorg-x11-drv-intel with yum. It didn't work. By the way: now the start hangs on "Starting atd: OK" If I specify "vesa" in xorg.conf, then it gets past the point, but display doesn't load properly.

View 14 Replies View Related

Fedora Networking :: Wireless Dead After Suspend

Jan 4, 2010

I have FC 12 install on a Compaq nx9600 that comes with a Broadcom BMC4306 wireless card. I'm not sure what my kernel is, but I have all of the updates for FC 12.Whenever my laptop resumes from Hibernation/Suspend my Enable Wireless check box in the Network Manager is greyed out and it will not come back till I reboot the computer. Is there any one out there that can help with this problem, as I do not want to disable my Hibernation/Suspend as I tend to forget to turn the laptop off for a few days on end, and this beast sucks a lot of power so it is a drain on my power bill.

View 2 Replies View Related

Fedora :: HP Server Dead In Water After Reboot?

Jun 9, 2010

I have been running Fedora 12 on my HP Proliant DL140 Server for about 6 months now without any issues, yesterday I ran yum update and rebooted afterwards but the server now wont boot

View 14 Replies View Related

Red Hat / Fedora :: RHEL 6 Network Manager Dead

Jun 28, 2011

I'm having major network issues. I cannot get a real IP address with this RHEL installation I have. Im using a Braodcom NetLink ethernet card and the tg3 driver that came with my install cd. When I go to services it says my NetworkManager is enables but dead.

View 5 Replies View Related

Fedora Installation :: HTTPD Services Dead - Cannot Resurrect

Feb 1, 2009

Since I started using Fedora 10 I can't login as root. Even though the system recognizes the root password when it requires it for certain administrative tasks it refuses to let me login as root.

When I try to edit httpd.conf I get the message "could not save file..." it doesn't even prompt me for the root password. My httpd service is dead and I can't resurrect it, what should I do?

View 2 Replies View Related

Fedora Installation :: 10 Headless Install With Dead AGP Socket

Mar 9, 2009

I find myself in the strange position of having an old P4 system that I want to throw Fedora 10 on - it's a considerable upgrade from the old 866Mhz P3 that I've been using to do some number crunching on. (It's a personal project, but it's CPU intensive, so the P4 is a welcome upgrade.) My problem with it is that the motherboard's AGP socket is dead, and I can't find a PCI graphics card, so I'm trying to do a totally headless install - I have no idea what errors may be shown, if any. All I know is that whatever I've tried up till now hasn't worked.

1. Remove the hard drive from the P4, stick it into a spare, semi working system (AMD Athlon, RAM isn't working too well), install F10 on the hard drive, remove the drive, put it back into the P4, and let it boot. Results: Nothing. No DHCP announcement, so I don't know if it's done anything.

2. Try a variation of a PXE boot using the vnc parameter. I've copied the instructions here with no luck. Tried it using a nearby mirror (mirror.nus.edu.sg) as well as method=cdrom, with no luck on either. Results: Also nothing.Should I give up on this, or is there anything else I should try?

View 2 Replies View Related

Fedora Servers :: Nmb Dead But Pid File Exists - At Shutdown?

Mar 11, 2009

After booting I noticed that sometimes nmb was not running. The command # service nmb status gives nmbd dead but pid file exists The timestamp of the pid file suggests that at the last shutdown the pid file was not removed, and I guess this prevented nmb to start properly during booting (Although during booting the messages is [OK]).

If I shut down nmb manually, everything is fine. I checked the log in /var/log/samba/log.nmbd and it doesn't show any error. As mentioned, this occurs only occasionally, and I have no idea what may be causing this.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved