Server :: Service Starting Error - Opennms ?

Jul 17, 2011

I followed the below link for installing disk space alert in opennms its not automatically alertin disk space so i followed the procedure below i getting such a error can somebody point out where im making mistake in installation

[url]

Im getting mail alert for allnode down events i opennms..but not gettting mail regarding disk &memory down events:

Stopping OpenNMS: Trying to stop OpenNMS but it's already stopped.

[ OK ]

Starting OpenNMS: Started OpenNMS, but it stopped running: for details see /opt/opennms/logs/daemon/output.log

View 1 Replies


ADVERTISEMENT

Server :: Openvpn Error During Starting The Service

Jul 21, 2011

WHEN I START /openvpn /etc/openvpn/server.conf im getting the following error i had installed the configuration by following link [url]

I had pasted i error log below:

View 1 Replies View Related

Software :: Add Service Desk Feature With Existing OpenNMS Installation

Dec 24, 2010

I want to add service desk feature with my existing OpenNMS installation. For that I have already installed OTRS and SiT. But I gone through the OpenNMS wiki, and I can't find the OTRS plugins for the OpenNMS. The link provided in that site which is an SF link, also not working.

View 1 Replies View Related

General :: Starting Xfs Service On Centos 5.3 Shows Error

Oct 7, 2010

while starting xfs service on centos 5.3 shows error as starting xfs :mkdir:cannot create directory "/tmp/.font-unix':too many links

View 6 Replies View Related

CentOS 5 Server :: Service Not Starting On Bootup?

Jul 19, 2010

I have a service I've made an init script for, and it's added to chkconfig, which shows it "on" in all the correct runlevels. When I start or stop this service using the "service" command all is fine, but it does not start on it's own at bootup. I am currently at a loss to determine why it is not starting. Here is the script:

#!/bin/bash
# chkconfig: 2345 95 10
# description: Start or stop home automation
#

[Code]....

View 4 Replies View Related

Fedora Installation :: Start The Service Of Httpd Error Message Displayed: Starting Httpd: (98)Address Already In Use ?

Sep 19, 2010

I have installed fedora 13 in my system. httpd server is also installed. when I tried to start the service of httpd, following error message displayed: Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80

View 1 Replies View Related

Server :: Get Snmp Output In Opennms In Ubuntu9.10

Feb 12, 2010

I have installed opennms and net-snmp-5.5 in ubuntu9.10.Both are working properly but, i dont know how to get snmpwalk,snmpget,snmpset outputs in opennms.

View 3 Replies View Related

Server :: Get Disk Alert In Opennms Monitoring Tool?

Jul 27, 2011

i had configured disk alert and getting javamal alert for node down events but still im facing issue in getting disk space alert im following these below link [URL] im using foollowinglink for conf datacollection-config-xmlfile

[URL]

View 2 Replies View Related

Server :: Opennms - Unable To Receive Mail Alert

Jul 11, 2011

As per OpenNMS wiki documents, I configured everything for email notification of alarms. I am able to view notification under notifications, but I haven�t seen any mail alerts forwarded to recipient mail ID. Below are configuration files. Please review and suggest the required settings/actions. SMTP Server Details: SMTP Relay Server, OS: Linux

i also made the configuartion by opennms configuration material in opennms.org i edit the following conf file

1. javamail-configuration.properties file

[code]....

View 14 Replies View Related

Server :: Block The Particular Pop3 And Imap Port Monitoring In Opennms?

Jul 16, 2011

I had installed opennms im getting email alert when all port are getting down and i also getting pop and imap messaage to whn th eport get dwn i want to stop asap mesage of pop3 and imap..whether its poasssible to block partilar imap and pop3 port .

View 2 Replies View Related

Server :: Error When Restarting Network Service

Jun 19, 2011

I use red hat linux. When I start up network service. I get below error in eth2
root@vls etc]# service network restart
Shutting down interface eth2: [OK]
Shutting down loopback interface: [OK]
Bringing up loopback interface: [OK]
Bringing up interface eth2: RTNETLINK answers: File exists
Error adding address 10.1.1.82 for eth2. [OK]

I paste the ifcfg-eth2 in here
[root@vls network-scripts]# cat ifcfg-eth2
# Intel Corporation 82572EI Gigabit Ethernet Controller (Copper)
DEVICE=eth2
BOOTPROTO=none
BROADCAST=10.1.255.255
HWADDR=00:80:82:8F:B4:A2
IPADDR=10.1.1.82
NETMASK=255.255.0.0
NETWORK=10.1.0.0
ONBOOT=yes
GATEWAY=10.1.1.249
TYPE=Ethernet
USERCTL=yes
IPV6INIT=no
PEERDNS=yes
So, what is the problem of error adding address?

View 1 Replies View Related

Fedora :: Starting A Service Later Than Usual?

Feb 25, 2010

I would like to start some of my services (VNC Server, FTP Server, HTTP server) in the background AFTER I've booted into the GUI. How can I achieve this?

View 2 Replies View Related

Fedora :: No Pid - Cannot Create One - Service Not Starting?

Nov 1, 2010

I installed privoxy to use with tor however, it seems privoxy didnt create a pid file.I tried creating one many times with no avail. Ive reinstalled many times and still have yet to get privoxy to run.When I try to start the service I get told:$ sudo service privoxy restartNo /var/run/privoxy.pid file found, exiting.Starting Privoxy, Failed.

View 2 Replies View Related

Ubuntu :: Service Not Starting During Boot?

Mar 19, 2010

I'm having a problem getting my MPD service to start during boot. This started a week or so ago. It's no big deal, just a pain. It start fine when I run the script in a terminal. I changed the start priority with update-rc.d. I occasionally get a segfault message in my syslog and messages log. Not sure what it means.

Mar 18 22:44:25 tony-laptop kernel: [ 1244.162897] mpd[3874]: segfault at c00 ip 0806f7d2 sp b6f2a130 error 4 in mpd[8048000+4e000]
Mar 18 22:55:28 tony-laptop kernel: [ 1907.414336] mpd[4759]: segfault at c ip 00194d1d sp b6f9bcd4 error 4 in libpthread-2.10.1.so[18d000+15000]

View 4 Replies View Related

General :: Starting A Service At Startup?

May 11, 2010

I want to start a service and a script SiteMonitor.sh at startup.

Here is brief working of SiteMonitor.sh(This script monitors the ip addresses of machines which are using http service of the host. This script checks this after every 5 seconds therefore i have run it at background.)

To start with i have modified /etc/rc.local file.

Here is the content of my /etc/rc.local file.

Code:
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

[Code]....

View 14 Replies View Related

General :: Error When Starting - Gmux Server

Jul 8, 2009

I am trying to install SAP Gui for linux 710r9 on fedora 10. After installing and configuring the client correctly I was able to LOGIN in to my SAP and use it properly, but when I select connect it gives me error box saying "Error when starting "gmux sever"." how to remove this error.

View 1 Replies View Related

General :: FTP Error - 421 Service Not Available, Remote Server Has Closed Connection

Mar 23, 2011

We have one FTP server. Users are uploding files to the perticular directory remotely. but today some users got below error message.

421 Service not available, remote server has closed connection.

(vsftpd service is up and running) What are the possible causes for this error and from where I should start troubleshooting?

View 5 Replies View Related

Fedora :: DHCPD Service Not Starting On Boot

Jan 19, 2010

I just installed F12 from scratch and I'm facing a curious situation with dhpd. The service is enabled, but It fails to start on boot. I see the following error on /var/log/messages:

Jan 18 17:15:28 neo dhcpd: No subnet declaration for eth1 (no IPv4 addresses).
Jan 18 17:15:28 neo dhcpd: ** Ignoring requests on eth1. If this is not what
Jan 18 17:15:28 neo dhcpd: you want, please write a subnet declaration
Jan 18 17:15:28 neo dhcpd: in your dhcpd.conf file for the network segment
Jan 18 17:15:28 neo dhcpd: to which interface eth1 is attached. **

However service dhcpd start, works just fine when I login, after the system boots:

Jan 18 17:26:49 neo dhcpd: Internet Systems Consortium DHCP Server 4.1.0p1
Jan 18 17:26:49 neo dhcpd: Copyright 2004-2009 Internet Systems Consortium.
Jan 18 17:26:49 neo dhcpd: All rights reserved.
Jan 18 17:26:49 neo dhcpd: For info, please visit [URL]
Jan 18 17:26:49 neo dhcpd: WARNING: Host declarations are global. They are not limited to the scope you declared them in.
Jan 18 17:26:49 neo dhcpd: Not searching LDAP since ldap-server, ldap-port and ldap-base-dn were not specified in the config file
Jan 18 17:26:49 neo dhcpd: Wrote 0 deleted host decls to leases file.
Jan 18 17:26:49 neo dhcpd: Wrote 0 new dynamic host decls to leases file.
Jan 18 17:26:49 neo dhcpd: Wrote 5 leases to leases file.
Jan 18 17:26:49 neo dhcpd: Listening on LPF/eth1/00:30:48:80:2e:7e/192.168.1.0/24
Jan 18 17:26:49 neo dhcpd: Sending on LPF/eth1/00:30:48:80:2e:7e/192.168.1.0/24
Jan 18 17:26:49 neo dhcpd: Sending on Socket/fallback/fallback-net

So it can't be a problem with my dhcpd.conf file.

View 2 Replies View Related

Programming :: Writing A Service In C++ And Starting At Boot?

Nov 10, 2010

I created a small C++ program which starts a server in a separate thread and waits the user to press q using the standard input/output. Something like:

Code:
printf(...);
server->Start();

[code]....

View 8 Replies View Related

Ubuntu :: Preventing Ssh Service From Starting At Boot?

Sep 22, 2010

Since my desktop (Ubuntu 10.4.1 for now) has no need for anyone trying to ssh into it, I want to prevent ssh from starting as a service when I boot up.

If I type: sudo update-rc.d -f ssh-agent remove

in terminal, will that stop the service for all boots (until I run: sudo update-rc.d ssh-agent defaults -- in terminal)?

I've already removed (unchecked) ssh agent key from my startup applications

View 1 Replies View Related

CentOS 5 Server :: Host Or Domain Name Not Found. Name Service Error : Postfix?

Jun 7, 2011

Tearing my hair out on this one a little bit, having problems sending message from web based PHP form to user inbox.I keep getting: Undelivered Mail Returned to Sender<me@mydomain.co.uk>: Host or domain name not found. Name service error for name=mydomain.co.uk type=A: Host not found.Running these commands:

$ hostname = mydomain.co.uk
$ hostname -f = mydomain.co.uk
$ postconf -n =

[code]....

View 6 Replies View Related

Fedora Servers :: F15 Sendmail Service Not Starting On Boot-up?

May 29, 2011

Just upgraded to F15 and I cannot seem to get the sendmail service starting at boot time.It starts and works just fine by hand after boot, so there's nothing wrong with the sendmail
configuration itself."runlevel" shows a current run level of 5 and "chkconfig" shows sendmail on for run level 5.All the other mail service (mailman, clamd, etc.) start fine.Doing "service sendmail start" after boot gets everything up and running just fine, but itsure would be nice to have it run at boot like it used to

View 1 Replies View Related

OpenSUSE :: Nfs-client Service Very Slow To Start Or Not Starting?

Oct 6, 2010

The nfs-client service isn't starting after boot up. This is causing problems with the user as they cannot access the remote folders on the server. The PC is a Thinkpad X60s with oS11.3 and KDE4.4.4. The problem started about a week ago after some updates (new kernel update, kde4 updates and some system files) were applied on the laptop.

After logging in none of the remote folders are available. Checking the nfs-client service under Yast>System Services (Runlevel) shows the nfs-client service is not running. If I enable and start the service I get the pop-up confirming the service has started but still cannot access the remote folders even after issuing a mount -a. Opening Dolphin just opens a blank grey window which needs to be terminated.

Trying to restart the nfs service using su -c 'rcnfs restart' sticks at Starting NFS client services: sm-notify Just leaving the PC for 10-15mins eventually sorts itself out and the remote folders become visible. I cannot see anything obvious in the logs so am a bit stumped.

View 7 Replies View Related

Ubuntu Servers :: Error Message When Starting Samba Server?

Nov 22, 2010

I am trying to share files between Windows XP machine, ubuntu server, debian server and ubuntu desktop. But mainly between ubuntu server and Windows XP computer.I also like to learn samba, because probably I could do all this with ftp server as well.I set up and configured samba following the instruction on Online Ubuntu Server Guide.But when I run the command:sudo /etc/init.d/samba restartI get:bash: /etc/init.d/samba: No such a file or directory I don't know what is wrong?

View 9 Replies View Related

Server :: VNCServer Error Message Saying "Starting VNC Server: No Displays Configured"

Jun 3, 2010

When I start the vncserver process, I get a message saying "Starting VNC server: no displays configured." I edited the /root/.vnc/xstartup file and changed twm & to say "gnome-session &" (Without quotes). Not sure why I am still seeing this error. It's CentOS 5.4.

View 1 Replies View Related

Red Hat / Fedora :: Unable To Start Tftpd Service After Starting Xinetd / Solve This?

Nov 9, 2010

Unable to start tftpd service after starting xinetd

View 9 Replies View Related

CentOS 5 Server :: Error: Starting Dovecot Imap: Fatal: Listen(995) Failed: Address Already In Use?

Jun 28, 2009

Sometimes during bootup I get the following error:Starting Dovecot Imap: Fatal: listen(995) failed: Address already in useI tried to figure out what I could with the command lsof -i :995 and this was my output:COMMAND PID USER FD TYPE DEVICE SIZE NODE NAMErpc.mount 2936 root 7u IPv4 9201 TCP *:pop3s (LISTEN)When the system boots without the dovecot error the output of losof -i :995 is as follows:

COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
dovecot 3079 root 8u IPv6 9419 TCP *:pop3s (LISTEN)
pop3-logi 3157 dovecot 1u IPv6 9419 TCP *:pop3s (LISTEN)

[code]....

View 2 Replies View Related

Server :: Wordpress Not Starting Properly - Fatal Error: Allowed Memory Size Of 16777216 Bytes Exhausted

Jan 11, 2010

I have recently decided to venture into online blogging and other things, and my friend told me wordpress is a great tool for this. I have set up my mysql database, and apache and php are all working fine, and when i copy my wordpress folder into my /var/www/, and edit the config file for my database, i point my browser to[URL] to get it up and running. But i only get the error: "Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 7680 bytes) in /var/www/wordpress/wp-admin/includes/plugin.php on line 302". Some googleing seems to suggest that this may be a problem with a php.ini file, but im assuming this is a windows based solution, and im not sure where/what a linux alternative is.

View 4 Replies View Related

Server :: Iptables Error "unrecognized Service"

Aug 3, 2011

root@linux-laptop:/home/linux# service iptables status iptables: unrecognized service

View 5 Replies View Related

Server :: Error "no Listening Sockets Available, Shutting Down Unable To Open Logs [FAILED]" When Restart The Service Httpd

Apr 2, 2011

[root@itsupport ~]# service httpd restart Stopping httpd: [FAILED] Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80

no listening sockets available, shutting down Unable to open logs [FAILED] Iam facing the above error when i restart the service httpd

View 9 Replies View Related







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