Displaying 20 results from an estimated 178 matches for "tuebingen".
2010 Jul 26
0
WG: HOWTO centOS 5.5 samba4 dns dynamic update
..../autogen.sh
./configure.devloper
make
make install
Samba4 is now installed in /usr/local/samba
Provision it:
Cd /samba4/source4
./setup/provision --realm=samdom.example.com --domain=SAMDOM
--adminpass=SOMEPASSWORD --server-role='domain controller'
In my case:
./setup/provision --realm=tuebingen.tst.loc
--domain=TUEBINGEN--adminpass=SOMEPASSWORD --server-role='domain controller'
Now you nedd to add the PATH to roots .bash_profile in /root
--> PATH=$PATH:$HOME/bin:/usr/local/samba/bin:/usr/local/samba/sbin
which samba must answer: /usr/local/samba/sbin/samba
Now you must set th...
2010 Jul 26
1
HOWTO centOS 5.5 samba4 dns dynamic update
...samba4 link
include "/etc/named.rfc1912.zones";
Now you have to put in your globals /usr/local/smba/etc/smb.conf
Interfaces=eth0
Now samba -I -M single
And you are done!!!
Samba_dnsupdate --verbose will give you:
[root at node1 etc]# samba_dnsupdate --verbose
Looking for DNS entry A tuebingen.tst.loc 192.168.134.27 as
tuebingen.tst.loc.
Looking for DNS entry A node1.tuebingen.tst.loc 192.168.134.27 as
node1.tuebingen.tst.loc.
Looking for DNS entry CNAME
365d2a9f-bfe6-462d-965e-8622bfefc190._msdcs.tuebingen.tst.loc
node1.tuebingen.tst.loc as
365d2a9f-bfe6-462d-965e-8622bfefc190._msdcs.tu...
2010 Aug 02
0
HOWTO centOS 5.5 samba4 dns dynamic update/Replication
....
./configure.devloper .
Make .
make install .
Samba4 is now installed in /usr/local/samba .
Provision it:
cd /samba4/source4 .
./setup/provision --realm=samdom.example.com --domain=SAMDOM
--adminpass=SOMEPASSWORD --server-role='domain controller' .
In my case:
./setup/provision --realm=tuebingen.tst.loc
--domain=TUEBINGEN--adminpass=SOMEPASSWORD --server-role='domain controller'
.
Now you nedd to add the PATH to roots .bash_profile in /root:
--> PATH=$PATH:$HOME/bin:/usr/local/samba/bin:/usr/local/samba/sbin .
which samba must answer: /usr/local/samba/sbin/samba
Now you must...
2010 Aug 11
3
samba 4 dns-update issue
Hi all,
I've setup samba4 according to the samba4 wiki on centOS 5.4 in KVM.
This went without any problems. I only had to install a higher version of
bind to 9.6.x because Centos bind in repo will install version 9.3.x.
I've used the Fedora12 source rpms for this to build bind 9.6.x on Centos
5.4.
Then I configured bind according to the samba wiki
2010 Sep 16
0
WG: Running 2 SAMBA4 DC Replication WERR_BADFILE error
...e every other cname for my second samba4 but the: a441f8f9-629d-43c4-bce6-a5dfba1e4ad9._msdcs
NODE1 is: 02284f45-de16-4125-a795-3b614f540ef7
NODE2 is: a441f8f9-629d-43c4-bce6-a5dfba1e4ad9
So Replication from NODE2 to NODE1 works fine:
UpdateRefs OK for a441f8f9-629d-43c4-bce6-a5dfba1e4ad9._msdcs.tuebingen.tst.loc DC=tuebingen,DC=tst,DC=loc
dreplsrv_op_pull_source(WERR_OK) ? No replication error all is ok !!!!!!!!!!!!!!!!
Replication the other way There is an error:
dns child failed to find name 'a441f8f9-629d-43c4-bce6-a5dfba1e4ad9._msdcs.tuebingen.tst.loc' of type A
dreplsrv_notify: Faile...
2010 Apr 14
0
Processed: submitter 252771, submitter 268152, submitter 312829, submitter 418048, submitter 436960 ...
...s for control at bugs.debian.org:
> submitter 252771 Goswin von Brederlow <goswin-v-b at web.de>
Bug #252771 [bsign] FTBFS: wrong architecture
Changed Bug submitter to 'Goswin von Brederlow <goswin-v-b at web.de>' from 'Goswin von Brederlow <brederlo at informatik.uni-tuebingen.de>'
> submitter 268152 Goswin von Brederlow <goswin-v-b at web.de>
Bug #268152 [libtool] libffi.la: wrong libdir setting
Changed Bug submitter to 'Goswin von Brederlow <goswin-v-b at web.de>' from 'Goswin Brederlow <brederlo at informatik.uni-tuebingen.de>...
2010 Aug 16
1
WG: HOWTO samba4 centos5.5 named dnsupdate drbd simple failover
..../autogen.sh
./configure.devloper
make
make install
Samba4 is now installed in /usr/local/samba
Provision it:
Cd /samba4/source4
./setup/provision --realm=samdom.example.com --domain=SAMDOM --adminpass=SOMEPASSWORD --server-role='domain controller'
In my case:
./setup/provision --realm=tuebingen.tst.loc --domain=TUEBINGEN--adminpass=SOMEPASSWORD --server-role='domain controller'
Now you nedd to add the PATH to roots .bash_profile in /root
--> PATH=$PATH:$HOME/bin:/usr/local/samba/bin:/usr/local/samba/sbin
ldconfig
which samba must answer: /usr/local/samba/sbin/samba
Now you m...
2010 Aug 09
2
HOWTO samba4 centos5.5 named dnsupdate drbd simple failover
..../autogen.sh
./configure.devloper
make
make install
Samba4 is now installed in /usr/local/samba
Provision it:
Cd /samba4/source4
./setup/provision --realm=samdom.example.com --domain=SAMDOM --adminpass=SOMEPASSWORD --server-role='domain controller'
In my case:
./setup/provision --realm=tuebingen.tst.loc --domain=TUEBINGEN--adminpass=SOMEPASSWORD --server-role='domain controller'
Now you nedd to add the PATH to roots .bash_profile in /root
--> PATH=$PATH:$HOME/bin:/usr/local/samba/bin:/usr/local/samba/sbin
ldconfig
which samba must answer: /usr/local/samba/sbin/samba
Now you m...
2010 Oct 05
0
WG: HOWTO samba4 centos5.5 named dnsupdate drbd simple failover
..../autogen.sh
./configure.devloper
make
make install
Samba4 is now installed in /usr/local/samba
Provision it:
Cd /samba4/source4
./setup/provision --realm=samdom.example.com --domain=SAMDOM --adminpass=SOMEPASSWORD --server-role='domain controller'
In my case:
./setup/provision --realm=tuebingen.tst.loc --domain=TUEBINGEN--adminpass=SOMEPASSWORD --server-role='domain controller'
Now you nedd to add the PATH to roots .bash_profile in /root
--> PATH=$PATH:$HOME/bin:/usr/local/samba/bin:/usr/local/samba/sbin
ldconfig
which samba must answer: /usr/local/samba/sbin/samba
Now you m...
2005 Jan 14
0
2nd Workshop "Ensemble Methods", Tuebingen (Germany)
2nd Workshop "Ensemble Methods"
Max Planck Institute Tuebingen, Germany
March 4-5, 2005
The second workshop on ensemble methods will take place at the Max
Planck Institute Tuebingen (Germany) on March 4-5, 2005. This workshop
is jointly organised by the German working groups "Computational
Statistics" (IBS-DR) and "Statistical Computing" (...
2000 Oct 13
5
Random factor ANOVA, Repeated measures ANOVA, Within subjects designs.
...ch to repeated measures anova
- mixed designs
- Greenhouse-Geisser epsilon correction
- Newman-Keuls contrasts
- LSR contrasts
- Tukey contrasts
- Scheffe contrasts
Any help or comment appreciated.
Since we are not in the mailing list yet, please cc your reply to
volker.franz at tuebingen.mpg.de.
Thanks, Volker
--
___________________________________________________________
Volker Franz
Max-Planck-Institut fuer biologische Kybernetik
Spemannstr. 38
72076 Tuebingen
Tel : ++49 (0)7071/601-606
Fax : ++49 (0)7071/601-616
mailto:volker.franz at tueb...
2012 Feb 16
2
ddns in samba4
I followed this
http://linuxcostablanca.blogspot.com/2012/01/samba-4-ubuntu.html and got
dynamic dns updates working in forward zone.
any ideas to get it working in the reverse zone too?
By the way, nice article Steve.
Best regards,
Felix.
2004 Oct 19
1
lapack test failed (PR#7294)
...on definitions or
invalid compiler options (fpic))
If there is a way to overcome this problem please let me know.
Thanks in advance
w.dilling
-------------------------------------------------------------------------------
W.Dilling Tel.: (49) 7071/29-70206
Universitaet Tuebingen Fax.: (49) 7071/29-5912
Zentrum fuer Datenverarbeitung mail: dilling@zdv.uni-tuebingen.de
Waechterstrasse 76
72074 Tuebingen
--please do not edit the information below--
Version:
platform = x86_64-unknown-linux-gnu
arch = x86_64
os = linux-gnu
system = x86_64, li...
2003 Nov 10
5
Finding the name ob an object
...of this object
inside the function to build new objects based on this name.
How do I get the name of an object if I don't pass a string containing
the name but the object itself?
Christoph.
--
Christoph Lange
MPI fuer biologische Kybernetik |Phone: +49-7071-601-607|
Postfach 2169, D-72012 Tuebingen |FAX: +49-7071-601-616|
2011 Mar 16
1
Authoritative DNS Server
When I setup Samba4 I already had a master and slave bind9 server so I
copied the relevant dns information to my master server however I don't know
how to make my existing server authoritative for the zone. It will send
notifies to the slave and allow ddns updates but the slave shows this error:
"slave-server named[1187]: client 1.1.1.1#22792: received notify for zone
2009 Jun 07
2
Need some help in R : value more than equals to a row.
...000 0.8611111
So there are two numbers more than equals to values[1,2]
So
> values.new[1,2]= 2/length(values[1,])
With best regard,
Suparna
----------------------------
Ms Suparna Mitra
Eberhard-Karls-Universität Tübingen
Wilhelm-Schickard-Institut
Algorithmen der Bioinformatik
Sand 14, 72076 Tuebingen
Germany
Tel. ++49-7071-29 70453 (0)
Fax ++49-7071-29 5148 (0)
Phone: ++49-176-20361469 (M)
++49-7071-1477169 (R)
Alternative e-mail: mitra@informatik.uni-tuebingen.de
[[alternative HTML version deleted]]
2002 May 14
2
least summed square distance + fit
...unction) is
minimized.
Since I am new to R and actually new to that problem, I would be glad if
someone could tell me if there is a precompiled fitting procedure that
fits my requirements.
greetinx jan
--
Jan Malte Wiener
Max-Planck-Institute for Biological Cybernetics
Spemannstr. 38, 72076 Tuebingen, Germany
Tel.: +49 7071 601 631
Email: jan.wiener at tuebingen.mpg.de
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(i...
2005 Aug 24
0
[Fwd: Re: reading "special" text files]
--
Dr. Jan Malte Wiener
Max-Planck-Institute for Biological Cybernetics
Spemannstr. 38, 72076 Tuebingen, Germany
tel.: +49 7071 601 631
email: jan.wiener at tuebingen.mpg.de
url: www.kyb.tuebingen.mpg.de/~malte
-------------- next part --------------
An embedded message was scrubbed...
From: Jan Wiener <jan.wiener at tuebingen.mpg.de>
Subject: Re: [R] reading "special" text files
Date...
2003 May 07
4
element of
Dear all,
is there any funktion in R which i can use to check if a single value is element of a matrix or data.frame so that it returns me logical values like TRUE/FALSE.
Thanks in advance for your help!
2005 May 12
2
mget empty strings
...for
those where mget finds one. Could anyone tell me how this is done
efficiently?
Thanks a lot in advance!
Georg
P.S. I am in digest mode, cc'ing the answer directly to me would be nice
--
Georg Wilhelm Otto
Max-Planck-Institute for Developmental Biology
Spemannstrasse 35/III
D-72076 Tuebingen Germany
phone: +49-7071-601 401
http://www.eb.tuebingen.mpg.de