Fedora :: Starting A Service Later Than Usual?

Feb 25, 2010

I would like to start some of my services (VNC Server, FTP Server, HTTP server) in the background AFTER I've booted into the GUI. How can I achieve this?

View 2 Replies


ADVERTISEMENT

Fedora :: No Pid - Cannot Create One - Service Not Starting?

Nov 1, 2010

I installed privoxy to use with tor however, it seems privoxy didnt create a pid file.I tried creating one many times with no avail. Ive reinstalled many times and still have yet to get privoxy to run.When I try to start the service I get told:$ sudo service privoxy restartNo /var/run/privoxy.pid file found, exiting.Starting Privoxy, Failed.

View 2 Replies View Related

Fedora :: DHCPD Service Not Starting On Boot

Jan 19, 2010

I just installed F12 from scratch and I'm facing a curious situation with dhpd. The service is enabled, but It fails to start on boot. I see the following error on /var/log/messages:

Jan 18 17:15:28 neo dhcpd: No subnet declaration for eth1 (no IPv4 addresses).
Jan 18 17:15:28 neo dhcpd: ** Ignoring requests on eth1. If this is not what
Jan 18 17:15:28 neo dhcpd: you want, please write a subnet declaration
Jan 18 17:15:28 neo dhcpd: in your dhcpd.conf file for the network segment
Jan 18 17:15:28 neo dhcpd: to which interface eth1 is attached. **

However service dhcpd start, works just fine when I login, after the system boots:

Jan 18 17:26:49 neo dhcpd: Internet Systems Consortium DHCP Server 4.1.0p1
Jan 18 17:26:49 neo dhcpd: Copyright 2004-2009 Internet Systems Consortium.
Jan 18 17:26:49 neo dhcpd: All rights reserved.
Jan 18 17:26:49 neo dhcpd: For info, please visit [URL]
Jan 18 17:26:49 neo dhcpd: WARNING: Host declarations are global. They are not limited to the scope you declared them in.
Jan 18 17:26:49 neo dhcpd: Not searching LDAP since ldap-server, ldap-port and ldap-base-dn were not specified in the config file
Jan 18 17:26:49 neo dhcpd: Wrote 0 deleted host decls to leases file.
Jan 18 17:26:49 neo dhcpd: Wrote 0 new dynamic host decls to leases file.
Jan 18 17:26:49 neo dhcpd: Wrote 5 leases to leases file.
Jan 18 17:26:49 neo dhcpd: Listening on LPF/eth1/00:30:48:80:2e:7e/192.168.1.0/24
Jan 18 17:26:49 neo dhcpd: Sending on LPF/eth1/00:30:48:80:2e:7e/192.168.1.0/24
Jan 18 17:26:49 neo dhcpd: Sending on Socket/fallback/fallback-net

So it can't be a problem with my dhcpd.conf file.

View 2 Replies View Related

Fedora Servers :: F15 Sendmail Service Not Starting On Boot-up?

May 29, 2011

Just upgraded to F15 and I cannot seem to get the sendmail service starting at boot time.It starts and works just fine by hand after boot, so there's nothing wrong with the sendmail
configuration itself."runlevel" shows a current run level of 5 and "chkconfig" shows sendmail on for run level 5.All the other mail service (mailman, clamd, etc.) start fine.Doing "service sendmail start" after boot gets everything up and running just fine, but itsure would be nice to have it run at boot like it used to

View 1 Replies View Related

Red Hat / Fedora :: Unable To Start Tftpd Service After Starting Xinetd / Solve This?

Nov 9, 2010

Unable to start tftpd service after starting xinetd

View 9 Replies View Related

Fedora Installation :: Start The Service Of Httpd Error Message Displayed: Starting Httpd: (98)Address Already In Use ?

Sep 19, 2010

I have installed fedora 13 in my system. httpd server is also installed. when I tried to start the service of httpd, following error message displayed: Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80

View 1 Replies View Related

Ubuntu :: Service Not Starting During Boot?

Mar 19, 2010

I'm having a problem getting my MPD service to start during boot. This started a week or so ago. It's no big deal, just a pain. It start fine when I run the script in a terminal. I changed the start priority with update-rc.d. I occasionally get a segfault message in my syslog and messages log. Not sure what it means.

Mar 18 22:44:25 tony-laptop kernel: [ 1244.162897] mpd[3874]: segfault at c00 ip 0806f7d2 sp b6f2a130 error 4 in mpd[8048000+4e000]
Mar 18 22:55:28 tony-laptop kernel: [ 1907.414336] mpd[4759]: segfault at c ip 00194d1d sp b6f9bcd4 error 4 in libpthread-2.10.1.so[18d000+15000]

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

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

Programming :: Writing A Service In C++ And Starting At Boot?

Nov 10, 2010

I created a small C++ program which starts a server in a separate thread and waits the user to press q using the standard input/output. Something like:

Code:
printf(...);
server->Start();

[code]....

View 8 Replies View Related

Ubuntu :: Preventing Ssh Service From Starting At Boot?

Sep 22, 2010

Since my desktop (Ubuntu 10.4.1 for now) has no need for anyone trying to ssh into it, I want to prevent ssh from starting as a service when I boot up.

If I type: sudo update-rc.d -f ssh-agent remove

in terminal, will that stop the service for all boots (until I run: sudo update-rc.d ssh-agent defaults -- in terminal)?

I've already removed (unchecked) ssh agent key from my startup applications

View 1 Replies View Related

CentOS 5 Server :: Service Not Starting On Bootup?

Jul 19, 2010

I have a service I've made an init script for, and it's added to chkconfig, which shows it "on" in all the correct runlevels. When I start or stop this service using the "service" command all is fine, but it does not start on it's own at bootup. I am currently at a loss to determine why it is not starting. Here is the script:

#!/bin/bash
# chkconfig: 2345 95 10
# description: Start or stop home automation
#

[Code]....

View 4 Replies View Related

OpenSUSE :: Nfs-client Service Very Slow To Start Or Not Starting?

Oct 6, 2010

The nfs-client service isn't starting after boot up. This is causing problems with the user as they cannot access the remote folders on the server. The PC is a Thinkpad X60s with oS11.3 and KDE4.4.4. The problem started about a week ago after some updates (new kernel update, kde4 updates and some system files) were applied on the laptop.

After logging in none of the remote folders are available. Checking the nfs-client service under Yast>System Services (Runlevel) shows the nfs-client service is not running. If I enable and start the service I get the pop-up confirming the service has started but still cannot access the remote folders even after issuing a mount -a. Opening Dolphin just opens a blank grey window which needs to be terminated.

Trying to restart the nfs service using su -c 'rcnfs restart' sticks at Starting NFS client services: sm-notify Just leaving the PC for 10-15mins eventually sorts itself out and the remote folders become visible. I cannot see anything obvious in the logs so am a bit stumped.

View 7 Replies View Related

General :: Starting Xfs Service On Centos 5.3 Shows Error

Oct 7, 2010

while starting xfs service on centos 5.3 shows error as starting xfs :mkdir:cannot create directory "/tmp/.font-unix':too many links

View 6 Replies View Related

Fedora :: Lineakd Is No Longer In Any Of The Usual Repositories?

Jan 11, 2010

I am a long time user of Lineakd.

I just upgraded my F9 to F12 with a new install. I see that Lineakd is no longer in any of the usual repositories. Going back to another F9 system I have, based on the installed rpm, it looks like the last time it included was FC6.

I just wanted to confirm this situation, before I going looking to get Lineakd outside of the standard Fedora repositories.

View 1 Replies View Related

Fedora :: Boot Failure After Kernel Update / Log In As Usual?

Jun 16, 2011

I upgraded the kernel of my machine with a yum update, and now it will not boot. I am running Fedora 14 on a 64 bit machine. I really really need it to boot. Help!

I did Ctrl+Alt+F2 and managed to log in. I have kernel x86_64 2.6.35.12-90.fc14 installed. How do I log in as usual? I never get to a login screen.

View 4 Replies View Related

Fedora :: Cannot Boot Into Usual Display Settings After Kernel Update

Jul 19, 2010

Since doing the update which included kernel "2.6.32.16-141 fc12-i686 PAE" I can no longer boot into my usual 1280x960 desktop. I can set it using NVidia settings but even though this offers to modify xorg.conf it fails to do so. I have tried running as root and it doesn't then give an error message but when I look at xorg. conf there is no section.showing any specific screen size. It worked ok before the update. In case it is relevant the video card is a Quadro FX1400 with KDE. Also the whole program seems rather unstable since the update.

View 10 Replies View Related

Fedora :: Usual Username/password Prompt Laptop Comes Up With Smart Card Authentication & Can't Login?

Feb 8, 2010

Something has gone awry with my login. After the usual username/password prompt my laptop comes up with smart card authentication & I can't login. How do I get away from the graphical login so I can login & correct the problem?

View 3 Replies View Related

Red Hat / Fedora :: Shows Unrecognized Service After Restart Service Smb

Feb 28, 2010

i can smb in centos 5 and i run service smb restart, it shows :smb: unrecognized service..... i run rpm -qa |grep samba,it shows

samba-common-3.0.33-3.7.el5
samba-client-3.0.33-3.7.el5
.....

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

Fedora :: Default Icon In GNOME Shell Instead Of The Usual Firefox Icon ?

May 31, 2011

Is anyone else seeing the default icon in GNOME Shell instead of the usual Firefox icon? I am talking about the default icon that looks like a purple diamond.

View 2 Replies View Related

Fedora Installation :: 11 From External LILO - At The Middle Of "after Boot" Loading The System Hangs And Stops The Usual Driver Detection

Jun 19, 2009

I've just installed the new Fedora 11 (just released) through a Live CD having 3 partitions created:

"/boot" - ext3,
"/" - lvm (part 1)
swap - lvm (part 2)

now, I want to add my new Fedora system entry to my "central" lilo.conf, resident on another linux distribution. So, i've done

[Code]...

my lilo fedora entry boots fine but... at the middle of "after boot" loading the system hangs and stops the usual driver detection, etc (normally, it hangs on the CDROM detection or USB 2.0 camera detection).

View 10 Replies View Related

Ubuntu :: Startup Taking Longer Than Usual?

Jun 4, 2010

When i log in, i used to be able to be able to start doing things on my desktop straight away. Now when i log in, it takes about 8 seconds for the panel to appear etc. I looked at startup applications and the problem isnt in there i believe, as i have less running than what comes with a fresh install.

View 1 Replies View Related

Ubuntu :: Install Kile On New 10.10 Using The Usual Command?

Apr 25, 2011

I've tried to install kile on my new Ubuntu 10.10 using the usual command: apt-get install kile But got and error while installing texlive-base. So, i remove the previous instalation and tryed to install textlive-base. Now, i'm receving this error message:

Code:
Setting up tex-common (2.08ubuntu0.1) ...
Running mktexlsr. This may take some time... done.
texlive-base is not ready, delaying updmap-sys call
texlive-base is not ready, skipping fmtutil-sys --all call
Setting up texlive-base (2009-10)

[Code]...

View 9 Replies View Related

Debian :: Usual Download Speed For Updates?

Mar 8, 2010

What is the usual download speed for updates to the Debian system using the update option under the Administration tab? I am just getting 4700 B/s, but have 5 Mb/s DSL. Is this due to overload of Debian website?

View 5 Replies View Related

Fedora :: 13 - Can't Make Service Pack Using Gpk-service-pack

Jun 29, 2010

I have little problem with gpk servce pack (from gpk-package-extra package). When im trying to make list of my packages in system i have:

Quote:

Can't write the file, no permissions. OK, but when i run gpk service package as root, program freeze, i click create packages list option but application never create this file, status is always on 0%, even after 1 hour. I saw video tutorial, where base are created by normal user i /home - why i can't Console says nothing about this.

View 2 Replies View Related

Debian Configuration :: Slower Than Usual Boot In Jessie

Feb 22, 2016

I've recently noted that the boot process in my Jessie installation is occasionally taking longer than usual, not dramatically as in "really hanging", but still noticeably slower, during which some messages are printed along the lines of

Code: Select alla starting job is running (2 of 5) and also after that, once lightdm (I'm using the MATE desktop) comes up the screen gets painted slower as well.

Unfortunately, once the system is up and running there's no longer trace in the logs (either traditional syslogs or journalctl) of such messages, however what comes to mind is that I've just recently enabled persistent logging in systemd: could this be the reason of such (occasional) slower boot process?

Other than that, what else could cause such behaviour? What should I eventually check to ensure things are OK?

View 11 Replies View Related

Ubuntu Servers :: Mysterious Harddrive Errors (not Through SSH As Usual)

Jul 14, 2010

When I restarted one of my servers today and actually worked directly on the system (not through SSH as usual), some weird error messages kept appearing in the console. So I checked the syslog and found several instances of the following lines:

[Code]...

View 2 Replies View Related

Ubuntu :: Windows Boot Also Took Much Longer Than Usual - Screen Wouldn't Appear

Jan 7, 2011

Before I begin, here are some computer specs:

Toshiba Satellite C655
2 GB Ram
250 GB HDD
Intel Celeron 900 Joules / 2.2 GHz
64 bit

So, a little backstory. For christmas I got a new laptop with Windows 7, and while Win7 is a good operating system, I wanted to try Ubuntu and see which one I liked better. I installed the 32 bit version, because I understand people run 32 bit Ubuntu on 64 bit machines with out problems. For the first few days, everything was going amazing and I was pretty much using only Ubuntu (I had a dual boot with WIn7). One day, I opened my lid to find that the log in screen wouldn't appear, so I restarted.

I wish I could remember what error I got, but everytime grub tried to load Ubuntu, it wouldn't load, it just gave me some error (it may have been a kernel panic, not sure). So I went into windows, burned a windows repair disc, and fixed the MBR to be the windows boot loader instead of grub, then deleted the Ubuntu partition. Shortly after, I tried the 64 bit Ubuntu installation, and it wouldn't even boot up after the first boot (unfortunately, can't remember the error I got then either). So I repeated the MBR fix for Windows, and just stuck with Windows for a while. However, a new problem arose. Every now and then (and in time, more frequently) everything would freeze, for 1 to 2 seconds.

It couldn't have been my RAM or anything, the computer was blazing fast when I got it. The windows boot also took much much longer than usual, until it just wouldn't boot at all. I had my father (who's much more knowledgeable at computers) to do something, and he loaded into an earlier recovery partition ran a program called CCleaner, which supposedly fixed it. However, the problem was still there, and it got worse. I tried CHKDSK, it didn't do anything. The random freeze ups kept happing more frequently and became more and more bothersome. Eventually my computer just wouldn't boot up, it would just be a blank screen after the 'Toshiba' logo.

I eventually called Toshiba and they said that I apparently deleted the original recovery partition, and needed a Windows install disc, which I don't have so I have to buy one. Until then, I decided to just do a complete install of Ubuntu (64 bit), since I figured if I just did a complete fresh install removing everything, it would fix it. Well, turns out it had the same freeze up problem. I then tried a clean install of 32 bit Ubuntu. No luck, still periodical freeze ups, sometimes if the freeze ups are longer the screen will go grey. Before all this mess Ubuntu ran perfectly. I'm fearing that it may be my hard drive that's the problem, but I'm not entirely sure. So, is there anything I can do to restore my laptop to full health with out buying a new hard drive? Unless the hard drive isn't the problem, but I don't see what else is. EDIT: I tried memtest. Here are the results: It says 'Pass complete, no errors'. What do you guys think?

View 9 Replies View Related







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