Displaying 20 results from an estimated 20000 matches similar to: "Auto starting the daemon in redhat"
2011 Oct 17
2
special language character in a pie chart
Dear List Members,
I am working on a below piece of code: Initially have created pie
charts with Enlish labels to present the data for Czech Republic, now
however I need to print the label with original Czech fonts.
When I copy paste from Word, certain fonts get 'simplified' distorting
original spelling. How can solve this problem? Is there a package I
can download which will support
2001 Aug 08
1
Strategy for creating a palette...?
Dear all,
I'm generally not a big fan of GUIs, but I have just discovered one thing
where a GUI would be a nice thing: creating color palettes.
I'm creating an "image", for transparencies for a lecture I'm giving, so
this is going to look great... :-) What I'm out for, is to make green
tones and red tones, and a relatively sharp break between them. This break
will
2005 May 20
3
SMB service not starting automatically
The smb service is not starting automatically. I can type service smb start
at the prompt and it loads, and I can then connect, but its not loading
automatically as it used to. Can someone point me in the right direction as
what file I need to change to make it load at startup. Thanks!
Liz
2010 Nov 26
1
rsyslog as default syslog daemon?
Hi all!
Is anybody here using rsyslog? I am looking for the right solution how
to use rsyslog in CentOS 5 as the default logging daemon. We use it
because of filtering using regular expressions.
I switched from sysklogd to rsyslog simply using
chkconfig --del syslog
chkconfig --add rsyslog
chkconfig rsyslog on
service syslog stop
service rsyslog start
but this seems not to be
2003 Dec 23
5
Auto Starting Asterisk
Hi,
I'm a newbie to the list, but have been screwing around with Asterisk
for the last 6 months or so (on a purely experimental basis so far).
I'm not a linux expert by any stretch, (I'm a Mac OS X user), so I'm
unsure where the line is drawn in terms of Linux issues or Asterisk
issues.
At present, I have to manually start Asterisk from the command line,
but I'd like to
2011 Sep 13
1
CMYK color space
dear R experts---I am struggling with the requirements to prepare my files
for my printers. I am printing in 2/2 format, which means cyan and black
for me, which they take from my color-separated pdf files. R comes into
play, because it produces all the figures that are embedded in my book
(pdflatex).
now, TeX has no problems producing CMYK files. However, R produces RGB
files (for
2009 Jun 19
2
AIX starting and stopping samba from command line
All:
I am running on an AIX 5.3 platform and I am looking to see if anybody has a script similar to this (see below) that will work under AIX.
My goal is, on boot up I want to have samba started automatically. Can somebody let me what I have to do (on AIX) for this to happen.
#!/bin/sh
#
# /etc/rc.d/init.d/smb - starts and stops SMB services.
#
# The following
2009 Jul 07
1
[PATCH] Set up ovirt-agent so it starts as a daemon
This sets up ovirt-agent to start as a daemon along with dbomatic,
taskomatic etc. While this is not ready for prime time I think it
should be ok as you still require a valid, authenticated, connection
to qpidd to access it.
Signed-off-by: Ian Main <imain at redhat.com>
---
installer/modules/ovirt/manifests/ovirt.pp | 6 +++
ovirt-server.spec.in | 5 ++
2003 Mar 05
1
Cannot access SWAT on Redhat 8.0
Hello,
I would like to use Swat to configure Samba. I installed the Redhat
Samba package from samba.org and entered swat into my /etc/services
file. I am frankly a little confused. I am reading O'Reily's "Red Hat
Linux" it says to issue commands "chkconfig xinetd on", "chkconfig swat
on", and finally "xinetd reload". On the third command
2009 Jan 20
3
Using centos and kickstart to build a minimum installation
Using centos 5.2,
I want to use a kickstart file to select packages in order to have an
unattended install onto a bare-metal server.
Is there any way of finding out which packages I need to compile, build
and run asterisk ?
I generally want to build all modules in asterisk and the wct4xxp zaptel module
I want to be able to not select any groups in the kickstart file, but
only select
2008 Feb 14
2
kickstart file problem
I have a kickstart file that I am using to install multiple machines. If I install with no %post script, everything runs great. When I add the following %post section, if fails.
I have been working on this for a few days now without luck, Any help would be appreciated.
Here is the error, the script follows.
Traceback (most recent call first):
File
2010 Jul 18
5
package "plotrix"
I installed package plotrix because reading its vignette it looks like it can help me solve a "legend" problem.
The package instaleed correctly on my Mac OS/X 10.5.8
But I cannot reproduce the examples centered on function "lgendg".
> library(plotrix)
> plot(0.5,0.5,xlim=c(0,1),ylim=c(0,1),type="n",
+ main="Test of grouped legend function")
>
2008 Oct 09
2
how to start rsync daemon on fedora
Maybe the daemon is running but I don't think so:
mkb@veri:/var/log$ ps -elf|grep rsync
0 S mkb 24869 21866 0 80 0 - 17433 pipe_w 15:26 pts/4
00:00:00 grep rsync
and this is when I've tried both of
a) /usr/bin/rsync --daemon -v
b) sudo /sbin/chkconfig rsync on
I also see, when trying to see which rsync modules are loading, the
follow error message (when invoked from another
2009 Jul 28
1
[PATCH ovirt-node] Removed subpackages, stateful, stateless, logos, and selinux for inclusuion in Fedora
rhbz#:51422
---
ovirt-node.spec.in | 149 +++++++++------------------------------------------
1 files changed, 27 insertions(+), 122 deletions(-)
diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index 3138011..b4e660d 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -43,76 +43,23 @@ Requires: nc
Requires: grub
Requires: /usr/sbin/crond
Requires: anyterm
2010 Dec 04
3
# chkconfig: kill at run level 3
In the control script of my daemon in /etc/init.d?, I have
# chkconfig: 35 97 3
The result of this is that I have links:
/etc/rc.d/rc1.d/K03...
/etc/rc.d/rc3.d/S97...
/etc/rc.d/rc5.d/S97...
As mentioned in a previous thread, my complex daemon throws
an exception when I shutdown. Perhaps things might be better
if I had:
/etc/rc.d/rc3.d/K03...
Might this be a good idea? If so,
2005 Dec 19
3
use chkconfig to change service startup order
Hi, I have my httpd process that starts in runlevel3 with the following info
# chkconfig: - 85 15
# description: Apache is a World Wide Web server. It is used to serve \
# HTML files and CGI.
# processname: httpd
# pidfile: /var/run/httpd.pid
# config: /etc/httpd/conf/httpd.conf
the filename is /etc/rc.3.d/K15httpd
However I installed an antivirus that uses a tomcat process that
2007 Nov 04
3
can''t configure mongrel_cluster to start on boot
Hi everyone,
I''ve been working with Mongrel, Mongrel_cluster and Apache and it is great.
However, I can''t get mongrel_cluster to start at boot time. I followed the
instructions from http://mongrel.rubyforge.org/docs/mongrel_cluster.html (On
Boot Initialization Setup) and mongrel_cluster does not start after
rebooting the machine.
I made sure that the shebang line is correct and
2006 May 03
3
Starting tomcat on bootup
I just installed Tomcat and when I run the chkconfig -add tomcat, it tells
me that tomcat does not support chkconfig.
Suggestions?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20060502/a84cc5cb/attachment-0003.html>
-------------- next part --------------
A non-text attachment was scrubbed...
2007 Apr 20
2
centos 5 GUI disable update agent upper right
How do I disable the update agent in the upper right corner on centos 5?
I am looking for a command line way to do this. I know I can right
click on it and select quit.
THanks,
Jerry
2009 Dec 07
4
how to do startup scripts?
Hello,
I've just finished installing Atlassian's bamboo
it comes with two ways to start it up one through a bash shell script bamboo.sh
and another through java script (this one is better as it has the ability to start up the service if it got shutdown for any reason)
so I'm wondering how can I set this service to start on boot..
I know how to set a script on login in my profile