Displaying 20 results from an estimated 10000 matches similar to: "samba 2.05 with RH6.1 and Win98"
2007 Sep 03
0
How to - Samba, winbind and Active Directory
Hi,
I finally was able to to get samba/winbind to
authenticate off W2k3 Active Directory. I seen a lot
of info on the web on how to do this but I never seem
to have one site that got me through it all. Anyway,
with all the info I gathered I was able to put it all
together, get it working and documented all the steps
I used. I'm running Redhat 4 (2.6.9-55.0.2) with
compiled Samba 3.0.25c
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
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
2012 May 14
0
Help: Icecast running multiple times on Cent-OS
I'm not the most experience Linux user on the block so please excuse
me if this is an easy fix. 
I noticed the other day while looking at my
active services that Icecast has started more than once on my server.
I'm wondering if someone would be able to look at my config and tell me
why this is happening, or how to stop this from happening. My guess is
that since I'm binding to an IP,
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
2004 Jul 29
0
Asterisk PID file
Hi All,
 
I have a asterisk v1 rc1 installation on fedora core 2 with zaptel drivers
installed ok. However I seem to have lost the .pid file in /var/run or even
/var/run/asterisk.
If I run 'asterisk' I get:
Unable to open pid file 'var/run/asterisk/asterisk.pid' : No such file or
directory
If I run 'asterisk -vvvvc' it seems to run fine!
Also I copied over the redhat
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
2008 Nov 03
2
reloading configuration in icecast chroot jail on a redhat system
Hi,
Over the weekend I decided to create an icecast relay for Nicecast. I wanted
this to run in a
chroot jail on a redhat server. There did not seem to be much on the web
about  setting this up;
I'm including some details here. This is my first encounter with icecast;
I'm  hoping to
elicit comments and criticism (e.g., if my post is too long).
First, there did not seem to be a startup
2008 Jul 03
2
Icecast Fedora9 migration problems
Ok, First I want to start off with this isn't the first icecast I have 
cloned, but it is the first where I have not only jumped Fedora release 
versions, but arch types as well (i386 - x86_64) and I am having strange 
problems. The Icecast versions are the same between the old and new servers.
The biggest being is that the server binds to whatever port it feels 
like instead of the bind port
2016 May 09
2
cyberpower ups need to manully turn on the switch
Hi
centos 6.3 uses traditional SysV script ( not systemctl)
here is the /etc/init.d/ups ( script) assuming it similar to nutshutdown
# more /etc/init.d/ups
#! /bin/bash
#
# ups: Starts the Network UPS Tools
#
# chkconfig: - 26 74
# description: Network UPS Tools is a collection of programs which provide
a common \
# interface for monitoring and administering UPS hardware.
# processname: upsd
#
2007 May 31
0
suggestion of service
I think that in hw_rng machines something like this is good (not
via-rng):
> #!/bin/bash 
> # 
> # chkconfig: 2345 20 80 
> # description: Rngd daemon\ 
> # processname: rngd 
> # pidfile: /var/run/rngd.pid 
> # config: /etc/sysconfig/rngd 
> 
> # source function library 
> . /etc/init.d/functions
> 
> RETVAL=0
> 
> start() {
>         echo -n
2010 Nov 10
1
Init.d script troubleshooting.
I got a strange problem with init.d scripts on a fully updated (as of today) fresh install of 5.5 x64.
I've written a script, /etc/init.d/Fast that starts a fairly large and slow commercial application, by calling that applications control binary to do the actual work.
I "registered" the script, via chkconfig --add Fast, and the symlinks are in the expected places.
[root at
2010 Feb 22
2
[LLVMdev] Patch - big stackframes on SPU
Hello all,
currently the SPU backend does not handle big stack frames (>16*511
bytes) nicely. llc asserts on malformed machine instructions.
(Assertion `MI->getOperand(OpNo).isImm() && "printDFormAddr first
operand is not immediate")
E.g. the function:
define i32 @foo() nounwind {
entry:
    %retval = alloca i32
    %big_data = alloca [1000 x i32]
    store i32 3840, i32*
2005 Jan 28
1
FC3 + udev + Asterisk v1.0.3 - Temporary Fix
I haven't seen anybody so far post a complex fix for the udev problems on 
FC3 with the latest kernel.  On that note, I have a temporary fix to allow 
zaptel to load somewhat normally.  I found that modifying the zaptel script 
to 1) load, unload, then load the driver modules and 2) insert a pause 
between modules seems to allow things to work.  This assumes you have 
followed the instructions
2007 Dec 03
1
[LLVMdev] lli interpreter crashed for integer type whose bitwidth > 64
Hi,
The lli interpreter  crashed for the following case:
; ModuleID = 'x.c'
target datalayout =
"e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
target triple = "i686-pc-linux-gnu"
define i32 @main() {
entry:
    %retval = alloca i32        ; <i32*> [#uses=2]
    %tmp = alloca i32       ;
2010 Feb 24
0
[LLVMdev] Patch - big stackframes on SPU
On Feb 22, 2010, at 6:08 AM, Kalle.Raiskila at nokia.com wrote:
> Hello all,
> 
> currently the SPU backend does not handle big stack frames (>16*511
> bytes) nicely. llc asserts on malformed machine instructions.
> (Assertion `MI->getOperand(OpNo).isImm() && "printDFormAddr first
> operand is not immediate")
Sounds fine to me in general.  Please write a
2007 Jul 09
2
[LLVMdev] AsmParser fails
Hello everybody,
unfortunately, I have some problems using the LLVM assembler parser ...
-  use llvm-gcc ( llvm-gcc -O0 -S --emit-llvm -o system2.ll system2.c)
to translate the following small example into LLVM assembly language:
int common_func1() {
  return 5;
}
int common_func2(int a) {
  return a + 5;
}
void Handler1() {
  int e = 4;
  int f = common_func1();
  int ret =  common_func2(e);
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
2011 Jul 11
0
Xen and timekeeping
Hi everyone,
I have the problem with Xen domU's and timekeeping in dom0.
Time in dom0 was incorrect by 5 hours due to wrong timezone assumed. Fixed it 
by ntpdate ntp.nist.gov. The time on a dom0 was changed. I didn't append 
xen.independent_wallclock=1 to sysctl.conf thus the time in all domU's was 
also changed. But THEY DIDN'T "KNOW" THAT!
The 'date' output
2009 Jan 28
3
[LLVMdev] uses of unwind lead to crashes
I have what appears to be a bug in LLVM... I'm deeply hesitant to  
label it a bug, given my lack of experience with LLVM, but the  
behaviour of this fragment strongly suggests a bug.
In particular, compiling and running this fragment using a fresh SVN  
build yields this stderr:
uccello:/tmp clements$ lli a.out.bc
0   lli               0x005e72b6 char const* std::find<char const*,