Slackware :: Quicker Way To Start Or Disable Service

Mar 23, 2011

I've been practicing C programming the past month and had the idea to do this. I don't know if there's already something similar, or if anyone would find this program useful.Slervice simply calls Pat's scripts and the chmod command. I believe it's self explanatory. It can be compiled with cc slervice.c -o slervice.

View 11 Replies


ADVERTISEMENT

Slackware :: Desktop Independent Service Start / Stop GUI For 13?

Mar 4, 2010

I need a services viewer/start/stopper for slack 13.Htop is OK but want a easier-to-use GUI like in Gnome,etc.However, I am using JWM and so need an app that is not too heavily connected to a desktop like KDE/Gnome.

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

OpenSUSE :: Get A Message That Says 'Search Service Not Running' With A Button That Says 'Start Search Service'?

Jun 12, 2010

The desktop search has stopped working in Gnome.I get a message that says 'Search Service not running' with a button that says 'Start Search Service'.When I click the button nothing happens

View 1 Replies View Related

Server :: DHCPD Will Start In Debug But Will Not Start As A Normal Service

Jun 7, 2010

I have setup a CentOS 5.5 server as a DHCP server. That will be it's only task in a Cisco callmanger VoIP environment The DHCP server that comes with CentOS 5.5 is from ISC V3.0.5 -redhat.

The server (HP DL360) has two physical NIC's of which only NIC1 is used (ETH0)

ifconfig shows:

Code:

The interface has a fixed IP setup.

My dhcp.conf file looks like this:

Code:

When I start (try to) dhcpd via the service interface or via the prompt as

Code: service dhcpd start

I get an [FAILED] message and the following is in /var/log/messages

Code:

But when I start the DHCPD on the comamnd prompt in debug mode it looks as follows:

Code:

and /var/log/messages shows:

Code:

Why does the system ask a declaration for eth0 0.0.0.0?

View 3 Replies View Related

Ubuntu :: Disable Service Permanently Using GUI?

Jun 14, 2010

I have upgraded to ubuntu 10.4 i have some issues with it, first how to disable service permanently using GUI, second how can i change root passwd i tried sudo passwd root does not work, third i have network shared driver i want to mount permanently and create short cut to desktop.

View 6 Replies View Related

Ubuntu :: Ways To Enable / Disable OS Service

Jan 18, 2011

can anyone please provide useful command for :

1)ways to enable/disable OS service(FTP/Email/Web server/Firewall/telnet/Lan file sharing)

2) basic interaction with the OS ( checking information/Open Files/Running Program)

3)Boot-loading configuration and customization

4)installation/uninstallation of programs/system patches

5)System configuration(Time setting/Date setting/User login detail change/Access right control)

View 3 Replies View Related

Server :: Start A Service At The Start Of PC

Dec 6, 2009

I use FC8 and i want some services like HTTPD and NAMED to start at the start of the system , how to create a script to do that .

View 9 Replies View Related

Fedora :: 15 Service Configuration App - Enable / Disable At Startup Setting Is Greyed Out

Jun 25, 2011

When installing Samba and Webmin I use the application "system-config-services" or (if it is easier to find for you that way) menu->Administration->Service management. In this application I can start the services I need (nmb, smb, webmin), but the enable/disable at startup setting is greyed out... Even when I start the application as root it still gives me no possibility to configure the services to start up on boot. This should be possible. It works this way in Fedora 13 and Fedora 14, so why not in Fedora 15?

Before reporting a bug, I would like to ask if other users here have the same problem (and -if possible- a solution)... In the mean tim I guess it is back to the old way of configurating services - sigh..

[edit] I tried to remove the [SOLVED] from the title, but the forum software does not seems to allow me to do that... I thought it was solved by installing xinetd, but I was happy a bit too early. I still have no answer for this problem.

View 6 Replies View Related

Ubuntu :: USB Flash - How To Make Write Speed Quicker

Jul 25, 2010

Does anyone know why the write speed of usb flash would be so slow? I'm running ubuntu off my flash drive but it is running really slow. I've tested the read speed which was about 33 meg a sec. But the write speed is only about 7 meg a sec. When running ubuntu it is very slow, not tolerable at all. I've read on some sites that there is a way to fix this but I'm not finding any good tutorials on making the write speed quicker.

View 9 Replies View Related

Red Hat / Fedora :: Diff Between Service Prog Start & /etc/init.d/prog Start

Apr 3, 2009

The difference between: service httpd start & /etc/init.d/httpd start.

View 3 Replies View Related

OpenSUSE Wireless :: Make Things Quicker For Resume From Standby Or Hibernation?

Jul 1, 2010

Running Opensuse 11.1 on an HP laptop. When I resume from hibernation or standby, I usually have to wait for about a minute for the wireless card to find my router. Is there any way to speed up this time to connect process ?

Interestingly when I boot from cold, the wireless connection is most times ready to go as soon as the boot has finished. So just wondering how I can make things quicker for resume from standby or hibernation

View 4 Replies View Related

Ubuntu :: How Can I Log Start Up Service

Mar 7, 2011

how can I log the start up service. to figure out why cups always starts up.

View 4 Replies View Related

OpenSUSE Wireless :: Rtl8187b - Connect To The Internet Fine But It Refuses To Go Any Quicker Than 1mbit

Jan 7, 2010

I can connect to the internet fine, but it refuses to go any quicker than 1mbit. Below is my recent result from [URL]

My iwconfig shows...

Code:

lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.

[code]....

View 1 Replies View Related

Fedora :: Why OpenVPN Service Can't Start Up

Nov 24, 2009

It is the first time have I used VPN. I installed OpenVPN in my Fedora 11 computer. I did it following:URL...And I stopped at step 16: service openvpn start . The service can not start up. Even if I disabled Selinux . Does anyone know how to treat this trouble.

View 1 Replies View Related

Ubuntu :: How To Add Service To System Start Up

Feb 13, 2010

My Ubuntu 9.10 Server does not automatically get an ip address at start up and I have to run

Code:
sudo dhclient

every time so I it connects to the network, gets an ip etc. This is fine so long as I am physically present. If I am accessing it remotely using SSH and reboot the system there's no way I can connect back again untill someone runs a sudo dhclient on the machine.

No I am trying to add dhclient to startup automatically. I was hoping to put it in
/etc/rc2.d but to be able to run the script must be present in /etc/init.d. The dhclient command is located in /sbin

Creating a sym link in etc/init.d to point to /sbin/dhclient hasn't worked for me so far. I can't copy the command to /etc/init.d before running

Code:
update-rc.d dhclient default?? How else do I have it run at system start?

View 8 Replies View Related

Ubuntu :: Lirc Service Won't Start

Sep 26, 2010

I have been working to try and get lirc to work with my Winfast 2000/XP. I keep getting an error that the kernel module isn't loaded. This is on Ubuntu 10.04 x64. When I try to start the service, I get the following:

[Code]...

View 1 Replies View Related

Networking :: Ipsec Service Can't Start?

Sep 9, 2010

I install openswan on rhel6 and when i execute the command "service ipsec start "

it say:
/usr/libexec/ipsec/addconn Non-fips mode set in /proc/sys/crypto/fips_enabled
/usr/libexec/ipsec/addconn Non-fips mode set in /proc/sys/crypto/fips_enabled
ipsec_setup: Openswan IPsec apparently already active, start aborted

[Code].....

View 1 Replies View Related

General :: How To (Always) Start MySQL Service

Mar 27, 2010

I installed MySQL and I want the service to (always) start. When I google I always find the same answer; Goto System > Administration > Services. But I don have it. Administration for me goes from 'Printing' to 'Software Sources', so there's no 'Services'...

Also should I be able to start it from a shell, but I also can find that. (I have no /etc/rc.d/-directory and my /etc/init.d/-directory han no 'mysql'). I just started using Linux a few days ago (I only used MaxOsX and Windows before).

View 7 Replies View Related

General :: Service Won't Start At Boot?

May 25, 2010

I have a service/daemon that won't start from boot. I have used the chkconfig --add <script name> command that went ok I also used the chkconfig <script name> on and that seems to be fine and I have made the script executable Chmod 777 <filename>. By all account it looks like the script is running at boot the the services has not started. When I do a ps -ef | grep ndb_mgmd this process is no there. the script can be run from the console and sems to run fine!

#!/bin/bash
# chkconfig: 345 70 30
# description: MySQL Cluster management server start/stop script
echo hello Paul >> /tmp/hello.txt
configdir=/var/lib/mysql-cluster/

[Code]....

View 10 Replies View Related

Server :: How To Start SSL Service In Centos 5.5

Feb 7, 2011

I am in the task of migrating old linux to new linux which centos 5.5. while moving out all apps ,data etc.I need to configure SSL in apache.I have installed mod_ssl with apache 2.2. i went though some docs to configure with certificate that I have . Not sure how to start the service in 2.2. The apache/SSL was configured in my old server which apachectl. SO after importing certificatr , I do ./apachectl startssl to take in effect. In my new server , the http service is /etc/init.d/httpd, not sure how to start SSL service in centos 5.5.

[Code]...

View 2 Replies View Related

Fedora Networking :: Cannot Start The Samba Service On 10

Nov 4, 2009

I used samba on FedoraCore2 before...and now i cannot config the same on FC10. I cannot start the service smb ( /etc/init.d/smb restart or service smb restart ) those commands dont work. How can i do to config samba service.

View 11 Replies View Related

Fedora :: KPackageKit - Waiting For Service To Start?

Aug 6, 2010

I have a couple of problems - and am new to Fedora which, up until about three days ago, was flawless.Am using KDE on F13. (Gnome & LXDE are also installed.)First problem is easy to solve, I think. How do I prevent "inactive" windows from fading out? It's an incredibly inconvenient feature and utterly defeats the whole purpose of the "Always on Top" option! I can't seem to find the option anywhere?On to KPackageKit. It has been trying to update KDE for the last three days but always gets hung up with the message: "Waiting for Service to Start."I notice that this problem might be listed as a Bug? - but not entirely sure.Is there a straightforward solution to this or is it, in fact, a bug?It also wants me to repeatedly restart because a new Kernel 2.6.33.5-124.fc13 has supposedly been installed.

View 7 Replies View Related

Fedora :: Start Vncserver Service Before User Log In?

Jul 7, 2011

How can I start the vncserver serivce before any uesr log in? because I only have one screen now what I already did is when I log in the vncserver service going to be startup, but I want it can start before I log in. I try the "chkconfig --level 345 vncserver on" but after I reboot, I still cannot access the system before I have a log in action.

View 4 Replies View Related

OpenSUSE :: How To Auto Start Vmware Service

Jun 16, 2010

every time I reboot the box, I have to run:sudo /etc/init.d/vmware startin order to start the vmware support processes.

There are entries in /etc/init.d/rc5.d
lrwxrwxrwx 1 root root 18 2010-06-08 18:08 K08vmware -> /etc/init.d/vmware
lrwxrwxrwx 1 root root 18 2010-06-08 18:08 S19vmware -> /etc/init.d/vmware

View 9 Replies View Related

OpenSUSE Install :: Add Service To Boot At Start?

Apr 9, 2010

I wonder how could I start my ruby on rails mongrel_cluster at the start of my openSUSE 11.0 Server and I don't have a GUI. So the shell solution would be good.

View 1 Replies View Related

General :: Bash - Start A Service Only If It Isn't Running?

Apr 16, 2010

I know I have to count how many instances are running: ps x | grep apache2 | wc -l result if it's running: 2, or else: 1 I also know there is a command called test that I could use to perform the verification, but I don't know how to use test with wc

View 3 Replies View Related

Ubuntu Networking :: VPN Service Failed To Start

May 7, 2010

Just completed the upgrade to 10.04 from 8.04, and ironing out the wrinkles. Since the upgrade, I'm not able to establish a VPN connection to my institute (a problem since outgoing mail REQUIRES a VPN connection) The pull down menu shows the connection as an option, but clicking on it brings up a separate window that simply says "The VPN connection CfA failed because the VPN Service failed to start." Never had this issue under Hardy, so not sure what's going on. Under "Configure VPN" the settings look the same as they always did.

View 7 Replies View Related

Ubuntu Networking :: Vpn Service Failed To Start?

Mar 16, 2011

I configured vpn successfully as per [URL]

when I start it i get a message "The VPN connection bestfreevpn.com failed because the vpn service failed to start'

What needs to be done. My net is working normal. Just wanted to try VPN.

View 3 Replies View Related

Red Hat / Fedora :: How To Start Or Stop Telnet Service

Feb 1, 2010

How to start or stop telnet service in red hat Linux 5

View 2 Replies View Related







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