Displaying 20 results from an estimated 3000 matches similar to: "RH init scripts busted ?"
2006 Aug 02
7
OpenSuSE packages
Hello,
I just made packages for puppet for OpenSuSE. They are available at my
yum repo at
http://lmmri.fri.uni-lj.si/suse/
I had to change the init scripts and the first line of puppetd and
puppetmaster programs from
#!/usr/bin/env ruby to #!/usr/bin/ruby
otherwise the killproc from init scripts could not kill the daemons.
Unfortunately I had to change the spec file as well.
I wonder
2006 Jun 21
2
startup script for icecast
Hello,
I was wondering about the feasibility of including a startup script for
icecast for redhat/fedora installs? I've had to do an rpm install on an fc4
box, and a source install, rpms couldn't be found for an rh9 machine, yah i
know that's old. And in both cases i had to drop in a custom-made startup
script, see below. I was wondering esepcially in the case of the rpm, and
2003 Mar 03
5
Samba 2.2.7 problem
I am running Samba 2.2.7 on a Red Hat 7.3 box.
1. I have some windows xp computer on my network.
With the following settings the Samab can not able to win the election.
local master = No
preferred master = Yes
domain master = No
changing to
local master = Yes
It can. How these settings should work?
2. When samba is running (ps -ax)
1828 ? S 0:00
2005 Oct 24
1
starting a java application as a service
I have a single requirement to launch a java application on startup
as a service. The application is shipped in a file called jes.jar.
It requires three arguments: a dotted quad IP address, an initial
service port, and a translated service port.
I can get the application running as a console command. Can
someone point me to a site that documents how to script a sys V
init.d style script
2005 Dec 05
1
ANNOUNCEMENT: NSD 2.3.2 released
NSD 2.3.2 is a bugfix release.
Please see the README document for configuration and installation
instructions.
You can download NSD from http://www.nlnetlabs.nl/nsd/
Note: we switched to SHA-1 for tarball digest.
2.3.2
=============
FEATURES:
- Bug #101: add support for the SPF record.
BUG FIXES:
- Bug #100: replaced non-portable use of timegm(3) with
portable
2009 Oct 27
14
ANNOUNCE: Puppet 0.25.1 released!
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Puppet 0.25.1 - code name "zoot" - is now available. The 0.25.1 release
is a maintenance release in the 0.25.x branch.
The release is available at:
http://reductivelabs.com/downloads/puppet/puppet-0.25.1.tar.gz
http://reductivelabs.com/downloads/gems/puppet-0.25.1.gem
Please report issues and feedback via the Reductive Labs Redmine site:
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...
2001 Feb 18
3
PATCH: Round 2: RH initscripts backward compatibility
I've cleaned up Pekka Savola's newly revised sshd.init and additional
sshd-functions and modified them to work they way i've been arguing
they should work.
Compatibility functions are defined in ./contrib/redhat/sshd-functions,
which should get installed no matter what release of Red Hat Linux
OpenSSH is getting built for, to be consistent across releases.
Specific changes from
2007 Jul 22
2
Data Set
Hi Sir
I have made a data set having 23 stations of rainfall.
when I use the attach function to approach indevidual stations then
following error occurr.
*>attach(data)*
*>S.Sharif #S.Sharif is the station name which has 50 data values*
*Error: object "S.Sharif" not found*
Now how to solve this problem.
Thank You
Regards
--
AMINA SHAHZADI
Department of Statistics
GC
2007 Jun 27
3
3.025b tree connect failed: NT_STATUS_ACCESS_DENIED
I am trying to use new samba and having problems.
# smbclient //sambamachine/shareweb -Uusername
Password:
Domain=[MYDOMAIN] OS=[Unix] Server=[Samba 3.0.25b]
tree connect failed: NT_STATUS_ACCESS_DENIED
I noticed this in the log:
Checking password for unmapped user [DOMAIN]\[username]@[CLIENTMACHINE]
with the new password interface
[2007/06/27 10:15:21, 2] auth/auth.c:check_ntlm_password(309)
2015 Mar 24
2
error building php spec file
Hi Ashish,
Which CentOS version you using?
> If it is CentOS 6 then instead of building it from source, you can use IUS
> repo which has latest php packages.
> Below is the link for the packages in IUS repo for CentOS 6.
> <http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/x86_64/repoview/>
>
I'm using CentOS 7. I'll check to see if I can get php version 5.6.7
2000 Nov 07
4
RedHat sshd.init script typo ?
Hi,
I noticed one small possible error in the
openssh-2.3.0p1/contrib/redhat/sshd.init script.
In the stop option:
stop)
echo -n "Shutting down sshd: "
if [ -f $PID_FILE ] ; then
killproc sshd
[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/sshd
fi
echo
2003 Nov 11
1
Samba 3 Redhat 9 Openldap doc
Hello I'd like to thank you all for helping my setup of samba3 with Ldap,
here are my notes on configuring samba3 openldap on redhat 9.
Hopefully this information will help all of you who are trying to preform a
similar setup.
-=Carl=-
this can also be found at:
http://www.carlweiss.com/Samba3-redhat9-openldap.html
Installing Samba 3 With OpenLDAP on Redhat 9
Commands are listed in
1998 Dec 21
1
Problems with SMB.CONF
Hi everyone,
I installed SAMBA-1.9.18p10 on my computer which is a LINUX 2.0.30 and
configure it with the following smb.conf file:
========================================================== BEGIN
[global]
load printers = no
guest account = nobody
workgroup = SAMBA
wins proxy = no
wins server = 194.225.42.33
log level = 1
log file = /usr/local/samba/var/log.%m.%a
max log
2003 Mar 15
3
round() seems inconsistent when rounding 5s
It may be my lack of unerstanding, but round() seems to me to give
inconsistent results when rounding 5s as in the following examples?
> round(1.45, 1)
[1] 1.4 # OK
> round(2.45, 1)
[1] 2.5 # shouldn't this be 2.4?
> round(1.05, 1)
[1] 1.1 # 1.0 ?
and signif():
> signif(2.445, 3)
[1] 2.44 # OK
> signif(3.445, 3)
[1]
2003 Jan 24
3
win98 & samba file server
Hello everybody,
it's a few minutes that i've subscribed in your mailing list.
nice to meat all of you.
I have samba on redhat 8 as a file server for a couple of "win98" &
"winXP"'s.It work's for my XP OS's but I don't know how to join the "win98" 's in.
please help me
thanks
payam.
2002 Jan 18
5
contrib/solaris/opensshd.in patch
This patch adds the seatbelts which _only_ kill parent sshd procs... -RMallory
(eg: when you ssh into a machine and pkgadd the new openssh, it will not
kill your current (or anyone else's sshd session)
onanother_note: the buildpkg.sh could use some exec_prefix functionality...
to deal with ./configure --prefix= --exec_prefix=/usr
*** bak/opensshd.in Fri Oct 19 13:36:24 2001
---
2003 Jun 01
2
AW: samba installation
Hi again,
A.A wrote:
> Hi Thomas,
> As i wrote that's still the old Version:
> /usr/local/samba-2.2.8a/bin/smbstatus --> samba version 2.2.7a-SUSE
> When i type "Which smbstatus" i get /usr/bin /smbstatus
this looks like a standard installation of SuSE.
>
> I dont know what you mean with :
> For startup the samba processes you should change your
2007 Apr 30
6
Installing puppetmasterd, puppetd as services under Red Hat, CentOS
Hi,
Since I''ve installed ruby and ruby-gems from source, then installed
facter and puppet as gems, I don''t get the usual startup scripts shipped
with RPMs.
Rebuilding the ruby RPM is painful, mostly because Red Hat (and pretty
much every vendor) have this tendency to include random files and patch
the living daylights out of a perfectly good source package so that
converting
2001 Sep 23
1
plot and lm (2)
Thanks for your reply Nassar.
What I really want is to overlay (like add=TRUE) the plots 1 and 2. With
plots "at the same screen" I meant overlaid and not one beside the other,
i.e., only one plot with all the points (1 to 10) in blue (or any other
color), the points 5 to 9 in red and a regression line from points 5 to 9.
Best regards,
Antonio Olinto
----- Original Message -----