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?
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.
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.
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?
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?
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.
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.
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:
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?
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.
I'd like to create a couple of upstart scripts for some network service daemons (eg. usenet downloading service, torrent service, media management services, etc).Basically they should start after the network service is started and the system is running (runlevel 2?) but I'm just wondering if anybody has an example script or more specific start/stop conditions that I can use.
I recently installed 10.04 with a realtime kernel and after running some upgrades I can now no longer log in. It was previously set to automatically log in, now I get to the log in screen, click on Automatic Login and it says: Unable to open session. If I click my username and then enter my password it says the same thing. I can ctl-alt-F1 to the CLI and if I then enter username and password I get:
Code: Last Login: Sat Jul 3 12:24:51 BST 2010 on tty1 Linux james-laptop 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 07:54:58 UTC 2010 i686 GNU/Linux Ubuntu 10.04 LTS Welcome to Ubuntu! * Documentation: https://help.ubuntu.com 0 packages can be updated 0 updates are security updates
When I ran updates and installed 9.10, this message appeared, "Network service discovery disabled. Your current network has a .local domain, which is not recommended and incompatible with the Avahi network service discovery. The service has been disabled." The computer will not respond to anything, completely frozen--I am not able to open any programs and the CPU itself seems to be running loudly.
I have recently installed CentOS onto an old machine to get it up and running as a basic web/mail server. Originally the Network Interface worked ok, however I have been editing /etc/sysconfig/network-scripts/ifcfg-eth0 to try and set the IP address to be static.Now when I run the 'service network restart' command it won't bring the eth0 interface up and comes up with the following errors;
ifcfg-eth0 Line 3 DEVICE: command not found missing config file ifcfg-ifcfg-eth0
It doesn't seem to like any of the command words, even though most of these were in the original file that worked and the ones I added to do static I have commented out.
I have been suffering a connection problem with one of my VPSs recently and I really just can not seem to figure out what is causing the issue. First of all the issue only appears to hit my home computer/network and not other people, it might sound like a routing issue but it doesn't appear to be so. When I am hit by connection issues, I can resolve the issue by logging into Dom-0 (all other VPSs are also available) and consoling the offending VPS before running "service network restart". I personally can not think of anything that would require the network service being restarted and only hit myself (and only at home on top of that).
The VPS itself is dedicated to running minecraft server and is using CentOS, when it occurs I can not SSH the server either, all other ports and methods are disabled by firewall (iptables appears to have no effect in regards to this issue either). Fundamentally I am just thinking if anybody could think of any reason the VPS would only refuse connection to myself that restarting the network service would fix. A few other notes, the physical Server is hosted within a Datacenter, running 24/7 with a static IP. No other VPSs hosted on the machine have any such issues, the machine appears running normally via console and has no visible errors or logs that I know of reporting any issues that could be causing this.
i just finished installing CentOS 5 in my laptop. While I was trying to configure my Wireless network to connect internet, I found a guide in CentOS site which recommended to start "NetworkManger" service so as to setup wireless network. I followed and it Worked great.
But i would like to understand the difference between "Network" service and "NetworkManager" service. I had initially thought restarting "Network" service would help. explaining the basic difference between these 2 services.
whenever i try to update or install a new software this problem shows up Resolving ftp.3drealms.com... failed: Name or service not known. wget: unable to resolve host address `ftp.3drealms.com' --2010-05-23 12:20:14-- ftp://ftp.3drealms.com/pub/share/1rott13.zip => `/usr/share/games/rott/1rott13.zip'
I am unable start network service on my centos box. /etc/init.d/network start device eth0 does not seem to be present, delaying initialization lspci | grep Ethernet
Doesn't show any results. It seems os doesn't identify my NIC. I am using compaq presario model pc
I have debian linux system on ticketing tool i am getting error 'Service Name'='diskarray' 'Value'='2'
the structure of file system is as per below. /dev/cciss/c0d0p11
not able to understand the issue with storage and unable to find out the exact error if someone know the commands and details about the file system structure let us know.
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".