Displaying 20 results from an estimated 4000 matches similar to: "Samba 3.6.9 - Redundancy (HA/BDC/DRBD)"
2009 May 26
1
PDC/BDC Problem
Hi all,
I'm rather new to samba and trying to deploy a PDC/BDC Setup for our company.
Got some books and the manpages here to help me :)
The config-files are attached at the end of this mail. Used Samba is 3.2.7-11.6
on a SLES11 system.
The PDC is running as ROLE_DOMAIN_PDC says testparm, the BDC as
ROLE_DOMAIN_BDC.
Both DCs use a LDAP (OpenLDAP 2.4.12-7) for user authentication.
The LDAP
2012 Oct 19
0
Problem shutting down Win7 Clients with net rpc
Hi everybody,
I used to shutdown our workstation pools with the net rpc command.
Something like this:
net rpc SHUTDOWN -t 300 -f -C "Nice closing message" -W MYDOMAIN -U
WORKSTATION_NAME\\administrator%localadminpasswd -S 192.168.7.49
Could not connect to server 192.168.7.49
Connection failed: NT_STATUS_BAD_NETWORK_NAME
This worked perfectly with Windows XP, but now all
2015 Jun 02
3
daemon in /etc/init.d/functions creates no pifile?
Hi,
we started using centos7 to run kvm+libvirt.
For novnc to virtual machines I like to start
websockify as a daemon by libvirt (as a hook)
Under Debian I used the line:
# start-stop-daemon --start --chuid $RUNUSER --make-pidfile --pidfile $PIDFILE --startas $PROGRAM -- $OPTIONS
which creates a nice pidfile.
In Centos I figured out, to include /etc/init.d/functions and I tried:
# daemon
2007 Oct 17
2
Problems with paste and blank
Hi there,
I've got the following problem under Windows XP, R 2.5.1:
When I'm pasting some objects:
Stadtwerksname<-"Mannheim"
Laufwerk<-"C:\\"
paste(Laufwerk,Stadtwerksname,".csv")
I get the result:
[1] "C:\\ Mannheim .csv"
The problem's are the superfluous gaps/blanks between the three parts.
Is there a way to get rid off this
2012 Oct 14
5
wins: no nmblookup on 192.168.1.255 but 192.168.1.2
Hi,
here is a client computer and a server computer (Debian Wheezy, armel,
samba Version 3.6.6, IP address: 192.168.1.2, Name: xyz).
Problem: wins doesn't answer nmblookups by the client on the broadcast
address:
client$ nmblookup -S xyz
querying xyz on 192.168.1.255
name_query failed to find name xyz
Why is that so? How to fix this?
When I specify the the server IP I do get an answer:
2007 Sep 03
2
The quadprog package
Hi everybody,
I'm using Windows XP Prof, R 2.5.1 and a Pentium 4 Processor.
Now, I want to solve a quadratic optimization program (Portfolio Selection) with the quadprog package
I want to minimize (\omega'%*%\Sigma%*%\omega)
Subject to
(1) \iota' %*% \omega = 1 (full investment)
(2) R'%*%\omega = \mu (predefined expectation value)
(3) \omega \ge 0 (no short sales).
Where
2012 Jul 03
2
[Patch] upssched broken in version 2.6.4 with command with two arguments
Hi,
the last commit to upssched.c (Merge Coverity branch, r3555) broke
upssched with commands that have a second argument.
If a command with a second argument is used, "enc" in line 697 is not an
empty buffer and snprintfcat() just appends some stuff, i.e. the
following command
CANCEL onbatt online
becomes
onlineCANCEL "onbatt" "online"
and is then sent to the
2015 Jun 02
0
daemon in /etc/init.d/functions creates no pifile?
OK, I figured out, I have to install
redhat-lsb package for start-stop-daemon
"Implementation of Linux Standard Base specification"
Thanks,
Sebastian
On Tue, Jun 02, 2015 at 11:06:59AM +0200, skotthof wrote:
> Hi,
>
> we started using centos7 to run kvm+libvirt.
> For novnc to virtual machines I like to start
> websockify as a daemon by libvirt (as a hook)
>
>
2000 Jun 13
1
compiling under cygwin
To get CVS ver to compile under cygwin 1.1.2
it would be convenient to change
file: /usr/local/cvsroot/vorbis/include/vorbis/os_types.h
21c21
< #ifdef _WIN32
---
> #if defined (_WIN32) && !defined(__CYGWIN__)
thx
-dan
----------
daniel.probst@vwl.uni-mannheim.de
Dr. Daniel Probst
Economic Theory
Mannheim University
Germany
--- >8 ----
List archives:
2010 Feb 15
3
Adressing multiple cores (CPUs)
Dear all,
I'm sitting here just in front of my new PC@work and wonder about the following question:
* How can I adress multiple CPUs (cores) out of R to speed up the simulations I run?
* What are the prerequisites to do so?
Maybe anyone could give me a hint where to start reading?
Regards,
Thomas
P.S.: I searched the R-archive to find an answer but did find none.
2009 Dec 03
2
Source-IP on Asterisk DRBD/-HA-Cluster wrong
Hi all,
I installed a Linux-HA-cluster with DRBD and Asterisk 1.4 on it.
Actually it might work quite good, failover etc. works, even if this is
not a 0-downtime solution, because current calls are dropped and the
phones not are reachable until they reregister at the Asterisk.
It "might" work good, because my phones are not able to register at the
cluster-ip address, because the
2012 Jan 03
7
New Tutorial - RHCS + DRBD + KVM; 2-Node HA on EL6
Hi all,
I'm happy to announce a new tutorial!
https://alteeve.com/w/2-Node_Red_Hat_KVM_Cluster_Tutorial
This tutorial walks a user through the entire process of building a
2-Node cluster for making KVM virtual machines highly available. It uses
Red Hat Cluster services v3 and DRBD 8.3.12. It is written such that you
can use entirely free or fully Red Hat supported environments.
2012 Jan 03
7
New Tutorial - RHCS + DRBD + KVM; 2-Node HA on EL6
Hi all,
I'm happy to announce a new tutorial!
https://alteeve.com/w/2-Node_Red_Hat_KVM_Cluster_Tutorial
This tutorial walks a user through the entire process of building a
2-Node cluster for making KVM virtual machines highly available. It uses
Red Hat Cluster services v3 and DRBD 8.3.12. It is written such that you
can use entirely free or fully Red Hat supported environments.
2011 Jun 15
2
Escape sequence in eval ()
Hello,
I am wondering how to get the quotation marks into a variable expression. I
can't escape it with the backslash \ ...
Example:
I can access my data frame via
TABLE$"2011-01-02"$columnD
Now I want to do this automatically.. (with a for loop)..
a <- TABLE
b <- " \"2011-01-02\" "
c <- "columnD"
acessmytable <-
2013 Nov 20
1
10.0 BETA3 - nanobsd.sh does not use pkg
Hi, all,
I just wanted to report that. I do not yet have a patch to suggest.
nanobsd.sh cust_pkg() still tries to call pkg_add and fails when
adding packages to the NANO_WORLD_DIR. tbz vs. txz ?
Kind regards
Patrick
--
punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe
Tel. 0721 9109 0 * Fax 0721 9109 100
info at punkt.de http://www.punkt.de
Gf: J?rgen Egeling AG Mannheim 108285
1999 Jul 15
0
SAMBA IRIX Problem
Dear Experts,
I have a problem with SAMBA version 2.0.3 and older. After a few hours
of normal operation the workstation disappears from the browserlist but
the printing function works normal an I can make a manual connection
with the windows-explorer. After a reboot for one or two hours again
I can see the workstation normal in the windows explorer.
My workstation gives the errormessage:
2015 Jun 02
1
daemon in /etc/init.d/functions creates no pifile?
skotthof wrote:
>
> OK, I figured out, I have to install
> redhat-lsb package for start-stop-daemon
> "Implementation of Linux Standard Base specification"
>
> Sebastian
> On Tue, Jun 02, 2015 at 11:06:59AM +0200, skotthof wrote:
>> Hi,
>>
>> we started using centos7 to run kvm+libvirt.
>> For novnc to virtual machines I like to start
>>
2006 Mar 23
1
Samba PDC/Windows BDC domain sync
I have everything in place to move to a Samba/Heimdal/OpenLDAP auth
database and have just discovered that some of the Windows products
we use are required to run on a domain controller. Since domain
sync doesn't work between Samba and NT4 it looks like I'm stuck:
either ditch all the software we run on domain controllers, stay with
our current 2-auth-db system, or move at least our
2011 Aug 24
2
Split data frame by date (POSIXlt)
Hello everyone,
I want to split a data.frame by the column date . The data frame looks like
this
date time open close
02.01.2011 09:00:00 1000 1200
02.01.2011 09:05:02 1200 1203
...
01.02.2011 10:01:21 1029 1110
.....
30.03.2011 12:02:12 1231 1200
2009 Feb 07
2
Time Series Graphics - "cannot plot more than 10 series"
Hi Experts,
I would like to present time series data in meaningful way in building
some graphics. I've tried:
(1) plot(ts(mbaye3))
and
(2) plot(ts(mbaye3), start=1990)
But I always get this error-message:
Fehler [error] in plotts(x = x, y = y, plot.type = plot.type,
xy.labels = xy.labels, :
cannot plot more than 10 series as "multiple"
my data:
mbaye3