Ubuntu Servers :: Enabling / Disabling Services Autostart?

Apr 10, 2011

How do you enable/disable the autostart of services. For example let's say I know I'm not gonna use apache and mysql for a while and don't want it to autostart anymore how do I disable it ?

And then once it is needed again how do you enable the autostart again ?

View 5 Replies


ADVERTISEMENT

Ubuntu :: Enabling/disabling Touchpad With Fn+F9?

Mar 29, 2011

I am having a problem using my laptop's special keys to toggle my touchpad on and off on my ASUS G73JH laptop, running Ubuntu 10.10 (2.6.35-28-generic-pae).

First, some preliminaries:

My touchpad works just fine, but it does not respond to my laptop's special key, Fn+F9.

In /etc/acpi/events I have the following script, "asus-touchpad":

Code:
# /etc/acpi/events/asus-touchpad
# This is called when the user presses the touchpad button and calls
# /etc/acpi/asus-touchpad.sh for further processing.

[Code].....

View 1 Replies View Related

General :: Enabling And Disabling DCA ?

Mar 31, 2010

I'm using Linux Kernel version 2.6.33 on a server with Intel Xeon X5570.

I assume that Intel's DCA is already enabled on my system, because I see

Code:

I would like to test the effects of with and without DCA. How can I disable DCA?

View 2 Replies View Related

Ubuntu :: Karmic Listing And Disabling Services Via CLI?

Mar 12, 2010

I have used many other distros and just recently started using the Debian based distro Ubuntu. I am used to disabling services using chkconfig. I read this article on how to disable services using

PHP Code:
update-rc.d -f proftpd remove 

to disable features but how does one list the services that are running via the CLI like with my CentOS box I run chkconfig --list |grep n and that will show me all that is running on all services so how does one do this with Debian or Ubuntu?

View 2 Replies View Related

General :: Configure Command For Enabling And Disabling Options?

Jul 10, 2011

I have a src package which uses automake for make. How can I view the available options in configure command for enabling and disabling options?

View 4 Replies View Related

CentOS 5 Networking :: DNS Is SLOW After Enabling/disabling NetworkManager?

Mar 30, 2010

I ran into this today accidentally turned on networkmanager and it took it upon itself to rewrite some things and proceeded to make any DNS lookups on my server Especially those reverse DNS for SSH and SFTP take so long they would just time out instead of completing.. Disabling networkmanager did not undo the damage either. Short fix, Erase your resolv.conf file and add 2 lines to it as so, your nameservers!

nameserver xxx.xxx.xxx.xxx
nameserver yyy.yyy.yyy.yyy
save, and run the following commands
service network restart
service httpd restart
service sshd restart

Mine had a search line added by networkmanager and some others, when i reverted it back to as above, almost instantly after restarting the services the systems lookups were once again, lightning fast. DNS lookups were taking upwards of 20 seconds for unknown reasons after this happenned

View 1 Replies View Related

General :: Enabling / Disabling Specific Priority In Syslog.conf?

May 11, 2011

Trying to figure out why the following two are treated differently...

Code:
*.warn;
kern.!=debug;auth.none;
authpriv.none;cron.none;mail.none;news.none -/var/log/syslog
and

[Code]....

According to man syslog.conf "You can specify multiple facilities with the same priority pattern in one statement using the comma (``,'') operator. You may specify as much facilities as you want. Remember that only the facility part from such a statement is taken, a priority part would be skipped."

Can someone confirm that this statement means that kern.!=debug is ignored in the first part because it's priority is not the same as the trailing facilities ending in .none?

View 1 Replies View Related

Fedora :: Clicking Out All Services In Firewall ( But Not Disabling It )?

Feb 26, 2010

I was running NFS in my Fedora. I found that I could not mount exported directory in client machine (Fedora ) with firewall enable in NSF server. Even I tried by clicking out all services in firewall (but not disabling it), it did not work. To make it work, I had to disable firewall. Is there any way to do this without disabling firewall?

View 3 Replies View Related

Ubuntu Servers :: How To Autostart Coldfusion 9

Feb 11, 2010

I have coldfusion installed on a guest ubuntu server in virtualbox, it is configured with apache2 & everything works great. But how do i get Coldfusion to autostart when i boot up the guest ubuntuserver ?

View 8 Replies View Related

Ubuntu Servers :: Disable Kde / X Server Autostart 10.04?

Jun 28, 2010

I installed KDE for very limited uses. However, everytime I start up, it brings me to the KDE login screen. I want to revert it back to console login. How do I go about doing that? And if possible, prevent future GUI packages from autostarting. so this seemed to work:

Code: sudo mv -f /etc/init/kdm.conf /etc/init/kdm.conf-disabled That basically renames it so it doesn't start. And if you do need to use the GUI, just run startx

View 2 Replies View Related

Ubuntu Servers :: Have Lighttpd Not Autostart At Boot

Jul 16, 2011

How do I stop Lighttpd server from auto starting when I boot? I'm using it on my laptop for testing and I'd like to turn it on when I need it but not have it autostart.

View 1 Replies View Related

Ubuntu Servers :: Handle Splitting Services Up Between Two Servers?

May 29, 2010

I got my hands on a couple old servers. An HP tc2021 and a Proliant ML110. Sure they're ancient, but I thought they would make a couple of great Ubuntu Servers for a new "start up" business I'm trying out. Now I've got to decide the best scenario to distribute the load between the two servers. I'm going to make an internal domain and will probably be running the following: Kerberos, Samba, Apache, Postfix, mysql, bind, dhcp, SVN, GCC, and Nagios. So in summary, I'll have the following roles; domain controller, web server, file server, and network monitoring services. how they would handle splitting these services up between two servers?

View 1 Replies View Related

Ubuntu Servers :: Enabling Zip On PHP 5.3 On 10.04?

Jun 4, 2010

Anyone could teach me what is the "correct" method to enable the php Zip extension in a PHP 5.3 on a Ubuntu 10.04?

View 2 Replies View Related

Ubuntu Servers :: Enabling Apache And PHP With Mod_userdir

Nov 7, 2010

I have a frustrating problem - Apache will serve PHP pages correctly from /var/www but any PHP files in /home/username/public_html are not correctly processed and instead are sent to the browser as a download attempt (i.e. they are not passed to the PHP interpreter).

I have googled and followed the instructions about commenting out the lines in /etc/apache2/mods_enabled/php5.conf, which at present looks like this:

Code:
<IfModule mod_php5.c>
<FilesMatch ".ph(p3?|tml)$">
SetHandler application/x-httpd-php
</FilesMatch>

[Code]....

I have tried it with the hashes removed and the engine value both On and Off to no avail.

View 2 Replies View Related

Ubuntu Servers :: Disabling GUI From Init Scripts?

Jan 29, 2010

I have a headless Ubuntu computer which is primarily use as a server but which has Ubuntu desktop edition installed. I use X forwarding through SSH occasionally to use GUI programs so I am not looking to remove them. However, I would like to disable any GUI elements that would be started automatically when the computer is booted. Is the graphical login screen the only thing that would be run? or is nautilus, gnome-session etc. started as well? How would I go about removing the necessary entries from the init scripts?

View 2 Replies View Related

Ubuntu Servers :: Apache2 Sites-enabled Not Enabling?

Apr 14, 2010

So I am trying to add some sites to my server, right now I have an active site at www2.site.tld. As a test, I copied [URL]to [URL], and changed only the line

ServerName www2.site.tld

to

ServerName what.site.tld

as well as renaming the lines for the log files appropriately then

# a2ensite what.site.tld
# /etc/init.d/apache2 restart

which by everything I have read should result in what.site.tld being identical to www.site.tld. Instead, it flat-out does not resolve. Apache does create some blank log files in /var/www/

View 1 Replies View Related

Ubuntu Servers :: Enabling CGI In All /var/www Subdirectories (Apache - LAMP)

Jan 5, 2011

I am trying to set up my local development environment to mimic the behaviour of my webhost: namely executing *.cgi files as CGI scripts, regardless of their location. If I'm not mistaken, the default setup of Apache on Ubuntu has this set up for /usr/lib/cgi-bin only.

I have tried adding +ExecCGI to the /var/www directory settings in /etc/apache2/sites-enabled/000-default. I have also tried AddHandler cgi-script .cgi in the same <directory> block.

View 3 Replies View Related

Fedora Servers :: Enabling Sqlite In 12?

Feb 4, 2010

I'm having a bit of trouble with a web server running Fedora 12. Apache works fine, and serves up php content without a hitch. My problem is SQLite -- I thought that it was built into php5, but support is disabled in the repo version. phpinfo shows this as part of the configure command:

Code:
'--without-sqlite' ... '--disable-pdo' ... '--without-sqlite3'

The only solution I've read anywhere is "compile php from source," but I'd like to avoid that if possible, for ease of future upgrades. Is there a way to convince php to use sqlite despite its current state?

View 8 Replies View Related

Fedora Servers :: Disabling Log-in Screen ?

Dec 17, 2010

When I first start up the computer, I would like to remove the login screen so I do not have to input a password. How can I do this?

View 1 Replies View Related

Ubuntu Servers :: How To Secure Commands By Disabling Group Access

Dec 20, 2010

I'm running a server using ubuntu 10.04 x64. I want to disable access of groups to "bin" folder so they cannot execute commands.
[info: actually because of a bug in cPanel (the control panel I installed) Perl will give access to all hosting users to execute commands.]
So what I wanna do is to ban some groups on 'bin' folder, for example 'my_group1' and 'my_group2" cannot access bin but 'my_trusted_group' can access it. How is it possible?

View 1 Replies View Related

Ubuntu Servers :: Using Monit For Services With No Pid?

Sep 8, 2010

It would seem MySQL and VSFTP no longer create pid files and monit requires a pid file to work. Is there any way to force MySQLD and VSFTPD to use pid files or am I out of luck?

View 3 Replies View Related

Ubuntu Servers :: How To See Which Mail Services I'm Using

Nov 29, 2010

I recently became responsible for a server running Ubuntu 10.04. I am trying to figure out how its outbound mail service is setup. Everything is working fine now, I just want to document how it is setup so if I need to rebuild the box I can do so without too much trouble when the pressure is on. It is a pretty basic setup, the only outbound mail gets sent from php scripts, the server does not receive incoming messages. Is there a place I can look to see what service is sending outgoing messages?

View 2 Replies View Related

Ubuntu Servers :: How Do I Use Terminal Services

Jan 18, 2011

I have three HP diskless thin clients and a Server with Ubuntu installed. I'd like to be able to run the desktop version of Ubuntu on the clients straight from the server, akin to what would be possible on Windows Server running terminal services and thin clients. Is this possible?

View 1 Replies View Related

Ubuntu Servers :: Services Not Starting When Booting

Sep 29, 2010

I have a server running 64bit lucid and while trying to get a script to run on boot to start Davmail I appear to have broken something. I have webmin installed but I have been trying to do the majority of things via the command line. I now have davmail starting at boot but a lot of other services don't start anymore, including apache, mysql and webmin. Fortunately SSH still works and I can start apache and webmin from the command line without any problems.

View 1 Replies View Related

Fedora Servers :: Good Guide To Enabling Https On Apache2?

Dec 28, 2009

I've got a basic apache2 setup running w/ multiple virtual hosts, would like to try SSL (i.e. https).

I've got the IP networking side well and truly sorted but I need guidance on the apache/ssl config side. I have installed mod_ssl.

Does anyone have a good guide for Fedora that's recent? All I can find are ubuntu and old fedora 'core' guides, so not sure how much applies to F12. The best ones I can find so far is

https://help.ubuntu.com/community/fo...er/apache2/SSL

http://httpd.apache.org/docs/2.0/ssl/ssl_howto.html

View 7 Replies View Related

Ubuntu Servers :: List Of Services Converted To Upstart In 10.04?

Apr 30, 2010

Where can I find a list of services converted to upstart in Ubuntu 10.04? What is the syntax for stopping, starting and restarting these services?

View 6 Replies View Related

Fedora Servers :: Why Some Application Has Services Some Not

Apr 24, 2009

Why some application has daemon and some others doesn't. I thought just network application has services like httpd, nfs, cups.... but I just found out that cron, gpm.. and other has it to. why other some other applications hasn't got daemon. Just want to know what sort of application has services.

View 2 Replies View Related

Ubuntu Servers :: Enterprise Cloud Services Not Running On Boot?

May 7, 2010

I downloaded the latest 10.4 server CD with the intention of running a small Ubuntu Enterprise Cloud. I am following the directions here: [URL] Ive got 2 laptops that are capable of the tasks assigned to them. Both have dual core Intel chips that are VT enabled, 4GB of RAM, 250GB hard drives. Ill use one ( "server" ) as the front end server running cc, clc, walrus and sc.The other one ( "node1" ) will be the only node controller on my little network. Ive also got another laptop as a client, running euca commands to make instances and what not.These three laptops are connected to a switch. server is 192.168.1.100, node1 is going to be 192.168.1.110, the client laptop is 192.168.1.120.

the server seems to install fine, I select Install Ubuntu Enterprise Cloud, use it as the Cluster, give the cluster a name and 10 IPs to assign, 192.168.1.150-192.168.1.160 After the server is done installing and reboots, I boot the node machine off the CD and again select Ubuntu Enterprise Cloud. It's at this point the install craps out, because it does not recognize a cloud computer on the network.

Indeed, as I go to the server I run

Code:

ps -aux | grep euca

and see nothing running. So I start the eucalyptus service, and run

Code:

sudo euca_conf --list-clusters

and nothing shows up. Ive done some googling, ran some more euca_conf commands, registering the cluster, enabling walrus, cloud and sc. I can access the web gui on the client laptop, then restart the node install on the node laptop. This time it does see the server as a cluster controller, but when it tries to fetch the preseed file, it seems to not know the cluster's IP, as the red box that complains about the lack of a preseed file lists the URL as [URL] ( or whatever the file is called, I dont have the error in front of me. )

View 8 Replies View Related

Fedora Servers :: Start Services Before Login?

May 30, 2009

I can view my website, and ssh in when I've logged in already at home, but if the system gets rebooted, and gets as far as the login screen, I am not able to view the web site or ssh in. I was wondering how to set things up so thatthese services are running independent of logging in.

View 14 Replies View Related

Fedora Servers :: Boot Messages: Enabling Local Filesystem Quotas: Failed

Sep 14, 2010

G'day. My distro is Fedora 13. I received the above subject error message at boot. My /etc/fstab is attached as follow:

#
# /etc/fstab
# Created by anaconda on Fri Mar 5 12:44:10 2010
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'

[code].....

View 7 Replies View Related







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