Ubuntu Networking :: Dhcpd3 Server Not Starting On Startup?

May 31, 2010

I currently got Ubuntu 10.0.4 server edition running on my server. I got 2 network cards in it. One for (eth0) the pppoe connection and the other one (eth1) for dhcp and network.

When i installed dhcpd3 server a couple of days ago, it wouldn't start. So i searched the web and came on the conclusion that i have to do " sudo ifconfig eth1 down sudo ifconfig eth1 up 192.168.0.1"

Problem is i don't have connection with this pc all the time. So if i have to restart it, the dhcp server won't start.

View 1 Replies


ADVERTISEMENT

Debian Configuration :: Dhcpd3-server Netboot Installation?

Apr 1, 2011

I am attempting a netboot installation and I aw following the documentation found here My problem is that given my dhcpd.conf I am met with the errors listed below. I have checked to make sure that none of the conditions that the error warns about possible causes are currently in effect on my system.

option domain-name "example.org";
option domain-name-servers ns1.example.org, ns2.example.org;
default-lease-time 600;

[code]....

View 1 Replies View Related

Ubuntu Networking :: Stop Wireless Starting At Startup

Apr 5, 2010

Ubuntu 9.10
Acer 7736

This machine has a combined key/indicator light to turn the wireless networking on/off The change of state of the switch is detected by software with the switch off iwconfig shows

[Code]...

View 2 Replies View Related

Networking :: Dhcpd3: No Subnet Declarations For Eth0

Jul 17, 2010

Running on Debian Lenny, installed dhcpd with apt-get install dhcp3-server. Machine has two NICs: 192.168.1.1/24 and 10.100.1.17/24.

My /etc/dhcpd.conf:

DHCPDARGS=eth0
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.100 192.168.1.200;
option routers 192.168.1.1;

[code]....

Trying to start dhcpd reports "no subnet declaration for eth0 (192.168.1.1)" and "no subnet declaration for eth1 (10.100.1.17)". Is dhcpd using /etc/dhcpd.conf, or do I have the wrong config file? If it's right, why is this failing?

View 2 Replies View Related

Networking :: Dhcpd3 Doesn't Assign Proper Addresses To Vlan Subnets

Oct 22, 2009

I have dhcpd3 running but it does not seem to properly use my vlan subnets to assign addresses.

I have eth0.10, eth0.20, eth0.30, eth0.40, eth0 all declared with proper ranges, subnets and gateways.

If request an address in on eth0.30, I would think that it should use the range associated with this subnet (ie eth0.30 is 10.10.30.10/24) and this is setup in dhcpd3, but this is not the case.

It seems to use the first declared subnet instead. If I comment the first subnet out, it uses the second one properly.

View 3 Replies View Related

Ubuntu :: Starting A Java App On Startup 9.10?

Apr 26, 2010

First of all I'm using Ubuntu 9.10.I have tried using System/Preferences/StartupApplicationsI added:java -Xint -cp /home/Edgar/dist/Edagr.jar:/home/Edgar/dist/Annotator.jar com.ionetrics.edgar.EdgarI don't know if I am calling this incorrectly or not. I know that I can call this from a terminal and it will run correctly.However it will not run at startup. I have added Teamviewer to startup and it runs properly.

View 1 Replies View Related

Ubuntu :: Starting Firestarter At Startup?

Aug 15, 2010

I need to start firestarter at starup, but the application need root credentials, I use "Startup Applications" when I need a program to start upon login, but firestarter need input the su password... how could I get around this?

View 1 Replies View Related

Ubuntu :: Startup Applications Not Starting Up?

Aug 10, 2011

On Ubuntu 10.04, I have been trying to add some Gnome startup applications via the menu system without success. How can I debug/trace this process?

View 6 Replies View Related

Ubuntu :: Disable Pidgin From Starting Up On Startup?

Apr 4, 2010

Pidgin auto starts with the computer, I've closed out of it and killed the process and restarted to make sure it wasn't saving the session, it still starts, theres no option in any of the settings for pidgin to turn it off, is there a way to?

View 3 Replies View Related

Ubuntu Networking :: Prevent Apache2 Server From Starting At Boot?

Nov 18, 2010

One of my ubuntu 10.04 boxes starts apache2 server automatically at boot. I know from the output of the command:

Code:

sudo /etc/init.d/apache2 status

I can't remember even setting that up, and I don't think it does so by default, since my other box in fact does not even have apache2 server installed. I can stop the server once I login, but is there a way to stop it from automatically starting the server, or even better, completely uninstall the daemon. I tried

Code:

sudo apt-get remove apache2

but that does not work. I guess the daemon is part of some bigger package.

View 2 Replies View Related

Ubuntu :: Preventing Upstart Jobs From Starting On Startup

May 24, 2010

I'd like to reconfigure vsftpd so that it does not start on boot (and I can enable/disable it using service vsftpd start/stop).

Though I've seen posts in the forums that stated that upstart jobs can be disabled by moving the /etc/init/job.conf file, other sites commented that the original file will be recreated on updates.

The other two suggestions were to alter the upstart script such that either the process starts on never:

Code:
start on (never
and filesystem
and net-device-up IFACE!=lo)
stop on runlevel [!2345]

[Code]....

View 2 Replies View Related

Ubuntu :: Startup Services Not Starting (mysql / Apache2)

Feb 20, 2011

I had a hard drive failure and have recovered (rsync) my backup root filesystem onto a new drive. This all seems to be fine, except that at least two services no longer start: mysql and apache2.I can start successfully both through

Code:

sudo /etc/init.d/mysql start
sudo /etc/init.d/apache2 start

although mysql throws a warning about Upstart. Neither start automatically.My system is Ubuntu 10.04.1 LTS x86_64. Part of my reolution actions has involved a kernel update to 2.6.32-27-generic.I have tried to resolve the mysql issue first:

Code:

sudo update-rc.d -f mysql remove
sudo update-rc.d mysql defaults

Code:

sudo apt-get remove --purge mysql-server
sudo apt-get install mysql-server
adding them /etc/init.d/... start commands to /etc/init.d/rc.local script and to a session startup script

checking the services are in rcX.d (using bum and sysv-rc-conf) Ensuring there's a .conf file in /etc/init (which there is).I can't see anything in syslog which would suggest if the system has tried to start these but failed, but then I may be looking in the wrong place. I think they're not starting at all. I wonder if it's something to do with the restore, perhaps symlinks?

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

Software :: Starting A Job At Startup Without Logging In?

Nov 30, 2010

I'm trying to think of the best way to have a job start up on it's own when a system (running CentOS 5) boots up. The job is a simple python script. However, there are some interesting conditions that need to be met:

- As stated, script needs to start and run in the background when the system boots up, but without anyone logging in.

- This script needs to be readable only by root, which means it will need to be run as root

- Only 1 person will have root access, meaning nobody else will have access to see this script or it's status.

The entire point is to have this thing running all the time, even if the system reboots, but to make it so nobody can see the script or view it's source, unless they have root access, which only 1 person will have.

I can think of plenty of ways to have things start up automatically when a system comes up, but they all involve having the user log in as part of it. How can I have a listening python script start up, at boot up, on it's own, without root actually logging in?

View 2 Replies View Related

Software :: Starting A Program On Startup?

Nov 2, 2010

i want to run my program and when it starts up shows an option to say : do you want to start this program at start up? and then if yes copy this program at start up how i can do this?

View 3 Replies View Related

CentOS 5 :: Starting The Firefox On Startup?

Dec 17, 2010

i want to start firefox on startup of my os.so i tried these commands:

ln -s /usr/lib/firefox-3.0.18/firefox /etc/init.d/firefox
ln -s /etc/init.d/firefox /etc/rc5.d/S99firefox

and then i restarted my pc i nothing happened.what should i do ?

View 3 Replies View Related

Ubuntu Networking :: Automount SSH Server On Startup

Mar 17, 2011

I wonder how to set my computer to connect to a server on start up. I hate to reload my pictures in shotwell every start up. I can connect through ssh connection, but I want it done automatically on start up. I'm not an expert, so break it barny style, or link me to a guide that I haven't found yet. Ubuntu 10.10 64Bit

View 9 Replies View Related

Debian :: Error On Startup - Starting NFS Common Utilities Failed

Apr 18, 2011

I'm not very sure when this issue started. Anyway, the system finally boots and I haven't had any further problems, but I somehow notice the booting to be a bit slower since this error appeared and I don't like watching the red letters that say "failed" every time I switch the computer on. I googled this before posting it, and other users have had this issue, but the solutions that worked for them didn't work for me.

This is the content of my /etc/network/interfaces file:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback

View 5 Replies View Related

Ubuntu Networking :: Disable Dhcp3-server On Startup?

Jun 26, 2010

I have an old Linksys WUSB54G USB wireless card lying around, and occasionally I like to use it as an access point for my laptop. For assigning IP addresses I use dhcp3-server. The only problem is that the server attempts to start itself up on boot, which I do not want- I want to start it up manually if I need it. how to disable this service on boot?

View 9 Replies View Related

Ubuntu Networking :: Snow Leopard Mount Server At Startup

Sep 30, 2010

I have a Laptop with Ubuntu on it, a Desktop with SnowLep and a server running Ubuntu. What I want to do is have the same Desktop (/home/lucian/Desktop) from server mounted on both other machines. I am using a wireless connection and I want to make it mount at startup. I already have the Ubuntu setup, but not at startup the SNowLep is harder and I could not do it yet.

View 1 Replies View Related

Server :: Apache Server In No Starting / Not Strating On Default Configuration File?

Mar 21, 2011

I have install Mandriva 2009 and install apache server but its not strating on default configuration file . What I should do for starting apache . i have tried /etc/init.d/httpd start but apache is not running .

View 1 Replies View Related

Server :: Start Postfix Server Than Immediately Maillog Is Starting To Grow

Mar 18, 2010

I am running CentOS 5.4 and Postfix. So when I start Postfix server than immediately maillog is starting to grow. And the first lines that I see in it are:

[Code]...

Server is already in several blacklists and I desperately need to do something.

View 12 Replies View Related

Ubuntu Networking :: Starting Out In Networking And Security

Feb 5, 2011

I've wanted to learn networking and security for a while and after speaking with several people I realized that building my own network is the best way to go. I'm pursuing computer security as a hobby and a future career and I'm keeping things on the legal side. So with that stated I was wondering how you all think I should walk down this path.

What ebooks or printed books should I consider reading? Should I buy 1 or maybe 2 computers to go along side my laptop? What type of specs should they have (processor, memory, hd space). I'm on a budget and am simply looking to learn networking and security. Should I install ubuntu on all my machines or is there another distro of linux that's free, easy to install, and security centered? One last question, (and it's a newbie question) why would one want to learn networking and security on a windows machine. I know there's money to be made on installing and managing windows networks, but can't a person connect to windows machine from linux and practice hacking or other securtiy related activities including simply transfering files?

View 1 Replies View Related

Ubuntu Servers :: Starting Up Ventrilo Server ?

Jun 23, 2010

I have it downloaded (linux version). What folder should I put it in?? Does it matter?

I am new to bash so i dont know how to start the Ventrilo Server up.

I navigated to the folder the server is in and did ./ventrilo_srv and ./ventrilo_srv -d and they both come up "No such file or directory".

View 2 Replies View Related

Ubuntu :: Starting Websphere Application Server?

Mar 11, 2011

I have installed websphere application server community edition from ubuntu software center. Now whenever i tries to execute the file "startup.sh" (which is the file to start websphere server) i receive following error.

Quote: Neither the JAVA_HOME nor the JRE_HOME environment variable is defined. At least one of these environment variable is needed to run this program. Now i searched web & find out the way to set JAVA_HOME environment variable which is according to my knowledge done by following command.

[Code]...

View 2 Replies View Related

Ubuntu Servers :: MySQL Server Not Starting With Boot?

Jul 26, 2010

So recently my MySQL server doesn't startup when Ubuntu boots (it used to) and therefore causes database errors with my Web applications. How do I add MySQL to the run at startup list?

View 1 Replies View Related

Ubuntu :: Stop The X Server From Starting Automatically At Boot?

Jul 18, 2011

Running Ubuntu Server, installed xubuntu-desktop, but I don't want it to start up every time. How can I stop X from starting automatically?

View 7 Replies View Related

Ubuntu Servers :: BoxBackup Server Daemon Not Starting?

Jul 27, 2011

I'm trying to run BoxBackup to sync a couple active servers to a data server. I installed the server and client, making sure to follow the instructions closely with all the certificates. The problem is the service daemon on the service won't even start. The service manage reports: "bbstored dead but pid file exists" (basically, tried to instantiate the process, but it died due to faults).

Here's the log of the daemon in /var/log/box

Code:
Jul 27 13:05:10 frogbert bbstored[13429]: NOTICE: Box Backup Store Server v0.11rc8, (c) Ben Summers and contributors 2003-2010
Jul 27 13:05:10 frogbert bbstored[13433]: NOTICE: Starting daemon, version: 0.11rc8
Jul 27 13:05:10 frogbert bbstored[13433]: NOTICE: Using configuration file: /etc/boxbackup/bbstored.conf
Jul 27 13:05:10 frogbert bbstored[13433]: WARNING: Exception thrown: ServerException(SocketBindError) at ../../lib/server/SocketListen.h(232)

[Code]...

View 1 Replies View Related

Server :: Server Not Starting Up. Xfs Filesystem ?

Aug 19, 2010

I have an HP proliant server n i am new to linux the problem i am facing is that when i start the system it turns ON normally but after the linux starting up options like when we select whether to start it normally or in failsafe mode after selecting one option out of the two it comes up with following messages on the screen and get stuck over there.

[messages]

I would have attached the snapshot i have taken with a camera but there is no option of attaching files overhere.

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







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