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


ADVERTISEMENT

Ubuntu :: Error On Restarting Network Service

Jun 1, 2011

On restarting networking service, i am getting the following error,

Code:
karthick@karthick:~$ sudo /etc/init.d/networking restart
* Reconfiguring network interfaces.. ssh stop/waiting
ssh start/running, process 5427
start: Job failed to start
[ OK ]

View 1 Replies View Related

Fedora Networking :: Unplugging Network Cbl - Restarting Service Crashes FC12

Feb 2, 2010

The system will also crash when booting if it is not plugged in. However, this behaviour is not consistent. The crash is not really a crash so much as a complete system freeze, where not even the numlock light on the keyboard will turn on or off. I have to do a hard reset to get it going again.The last entry before the reboot in /var/log/messeges just shows eth0 link going down.

View 1 Replies View Related

General :: Server Not Restarting - Grub Error 15

May 24, 2011

i have a problem with my server, it was rebooted to get a special upgrade and it never turned on again. the support told me it's giving grub error 15, file not found. my server is a debian lenny 5 32bit one in raid 1. my menu.lst is:

[URL]

and fdisk -l gives:

Quote:

root@grml:/# fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders

[code]...

Disk /dev/md0 doesn't contain a valid partition table

View 17 Replies View Related

CentOS 5 :: Restarting A Service Automatically When It Fails?

Jun 25, 2010

So far I have came across three options.

1. Watchdog script
2. Daemontools - using "supervise"
3. Monit - open source monitoring tool

From what I can gather, daemontools is probably the best option. Unfortunately, the documentation on the developers site is very vague and I'm having a hard time getting this to work. I think I have it installed correctly, just don't know how to apply it to the service I want monitored.

how to get daemontools to work. All I want to do it monitor a server on my linux box. When it fails, I want it to be restarted automatically.

View 3 Replies View Related

OpenSUSE Network :: Error - Cannot Enable Service SUSEFirewall2_setup

Mar 15, 2011

I am getting the error Cannot Enable Service SUSEFirewall2_setup when I try to set up the firewall in Yast.

11.4 x86-64
KDE 4.6.00

View 1 Replies View Related

Server :: Network Information Service Configuration?

May 17, 2010

How do you setup Secondary or Slave Servers in NIS? Will the domain of the slave server be the same as the Master Server?

View 1 Replies View Related

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

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 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

General :: Server Hangs At Startup To Connect To Ldap Before Network Service Starts?

Jul 6, 2010

I am using centos 5.5 x85_64 2.6.18-194.3.1.el5 The server is hanging at start up due to the follwoing error

udevd[746] nss_ldap reconnecting to LDAP server (sleeping 4 seconds)
udevd[746] failed to bind to LDAP ser er ldap://192.168.0.100 cant contact ldap

It fails and then tries again, and again, each time increasing the sleep time. This is happening before network sercvices are started so ther is no way it can connect to ldap. anyone know a way to fix this problem?

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

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

General :: Restarting Web Server Apache2 Fail - Error Log "sudo Apache2ctl Configtest" Said "syntax Ok"

Jun 12, 2009

I was stupidly trying to setup apache for virtual hosts using two different tutorials and something got mucked up along the way. Apache will now not start and I just need a some help fixing it. My error logs show nothing and running "sudo apache2ctl configtest" said "syntax ok".

View 3 Replies View Related

General :: Difference Between Restarting/stopping Apache Using 'service Httpd Restart/stop' And Apachectl Restart/stop

Oct 11, 2010

whats the difference between restarting/stopping apache using 'service httpd restart/stop' and apachectl restart/stop. I know that using 'service httpd restart' is actually a script in /etc/init.d/httpd but what about apachectl?

View 1 Replies View Related

General :: Restarting Network Devices Remotely?

Oct 4, 2010

I have a machine with several IP addresses with eth devices like eth0, eth0:1, eth0:2, eth0:3. Can I restart only eth0 without bringing down eth0:1? It would be really convenient to be able to log in via SSH on eth0:1 and restart eth0 without locking myself out or not being able to bring the network back up.

If I stop eth0, will that automatically stop all the others?

View 2 Replies View Related

Ubuntu Networking :: Restarting Network On Boot

Jan 6, 2010

I'm wanting my linux machine to set it's network settings during boot, so I've done the following Changed my /etc/network/interfaces to

Code:

auto lo
iface lo inet loopback
auto wlan0
iface wlan0 inet static

[code]....

Ok so it boots up ok and it's sitting on the login screen, when I try to ping it however it doesn't reply!

View 8 Replies View Related

Networking :: Dhcp Not Working After Restarting Network ?

Jul 12, 2010

I installed dhcp on my Debian server and it was working fine.

untile I restart network with this :

And then dhcp was not working.

View 4 Replies View Related

Networking :: Re-enable Network Access By Restarting NetworkManager?

Jun 12, 2009

Ubuntu desktop 9.04 Whenever I try to copy files to any machine on the network, the transfer stops and I no longer have access to the network or the internet. This happens whether I'm doing scp, copy with the gui, when copying to windows machines, and when uploading database files with phpmyadmin. I have been able to successfully transfer large amounts of data outside of the network via ftp, but not to any on the network. I've discovered that I can re-enable network access by restarting NetworkManager.

View 1 Replies View Related

CentOS 5 Networking :: After Restarting - Network Won't Load / Resolve This?

Feb 26, 2010

It is really a problem that drives me crazy.

Every time after restarting my Linux machine, Network won't load and i can't activate eth0.
After multiple restarts it comes activated but i am sure it is not what makes it to work.

Can some one ever heard about such situation?
I have a 3com Ethernet adapter.

View 7 Replies View Related

General :: Getting Error During Restarting Apache / Resolve This?

Feb 14, 2010

I have just compiled apache with the following command code...

View 4 Replies View Related

General :: On Restarting - Grub Error 18 - Unable To Use My Computer ?

Apr 12, 2010

I have Win XP SP2 installed on my machine. I wanted to try Ubuntu and i created a CD an and wanted to install the OS. The CD booted and i selected the option of "using The OS together and selecting which one to boot" or something similar to that. Ubuntu and changed MBR and installed itself. However on restarting I am getting Error 18. Now i am unable to use my computer at all.

In recover my XP at the moment and how to install Linux so that it does not mess around with any other OS?

View 5 Replies View Related

Ubuntu Servers :: Strange Upstart Error When Restarting Sshd / Sort It?

Aug 18, 2011

For the last umpteen years of my life, I've restarted the ssh daemon using code...

Since the script you are attempting to invoke has been converted to an Upstart job, you may also use the restart utility, e.g. restart ssh code...

View 7 Replies View Related

Debian Configuration :: Getting Network Error - Every Time Rebooting My Server Lost My Network Config

Mar 3, 2011

I was playing with my debian server when something went totally wrong while i was editing something on my network interface,i removed those crap that i wrote and left the network interface configuration as it was

Like for example after re-editing my network interface,it was like :

As i did a network restart, i get this error saying :

There is already a pid file /var/run/dhclient.eth0.pid with pid 2802 killed old client process, removed PID file.

What is this error and how can i fix it,because every time im re booting my server i lost my network config.

View 1 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

CentOS 5 :: Web Server (Apache) Keeps Stopping And Restarting?

Oct 17, 2009

I am having a problem in that the Web Server (Apache) keeps stopping. I know this as watchdog is emailing me. Then about 15mins later it starts again. I cannot seem to find why. can anyone give me pointers as where to look to find the issue.

View 1 Replies View Related

OpenSUSE Network :: NFS Server Returns Error For Client Mount Calls - Error 13

Mar 21, 2011

I'm working with OpenSusse 11.2. I installed and activated the NFS server via yast2. I exported the relevant directory via yast2 (NFS server configurastion)
I'm trying to setup my Linux target to boot via NFS. The kernel boots up but fails to mount the file system. When looking on a capture from ethereal it can be found that the NFS server return error when client try to mount the /nfstest directory from this server. The returned error is 13

serverip: 192.168.56.130
targetip: 192.168.20.180
gateway: 192.168.20.101

[Code].....

View 1 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

General :: Network Is Running Even If Network Service Is Stopped?

Mar 8, 2010

I just want to know one thing. I had stop the network service in ubuntu, still i can able to ping google.com.what u think might be things to consider. these are the outputs see.

root@jeetendra-desktop:~# /etc/init.d/networking stop
* Deconfiguring network
interfaces... [ OK ]
root@jeetendra-desktop:~# ping google.com

[Code]....

View 4 Replies View Related

Server :: Error - NFS Share On A Debian Lenny Server With To Network Interface

Mar 16, 2010

I am running a NFS share on a Debian Lenny server with to network interface.

Sometimes when booting the server the following messages i shown in syslog:

Code:

If the system is rebooted then NFS is functional again. I would like to know way this happens somtimes so i can repair it, anyone with an idea? Another thing is that i would like to bind the NFS service to a specific interface e.g eth1 is this possible?

View 2 Replies View Related







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