Displaying 20 results from an estimated 100 matches similar to: "connection problems"
2007 Apr 03
1
rpm package for sles10
Hi,
I thought about changing the RPM package the guys of Redhat created, 
because I wanted an Init Script for SLES10 built-in. I started documenting 
the steps I took. Maybe it''s useful for someone else, although in German.. 
but the basic steps should be useable.
My little Installating puppet Howto: 
http://wiki.njh.eu/Konfigurationsmanagement#Installation_3
The Init Script for SLES10:
2007 Mar 14
2
loaderror in line 85
Hello,
I hope this has not been discussed very often previously, but I do not 
know how to search the archives, so I cannot prevent posting this. I 
installed puppet (and removed it andf installed it again, which gave me 
these error messages:
when removing: 
puppetmaster: unknown service
error: %preun(puppet-server-0.22.1-1.i386) scriptlet failed, exit status 1
when installing:
puppet: unknown
2007 Apr 05
1
signing certs
I noticed a behaviour which is kind of confusing. I have the puppetmasterd 
running. Now I want a new client to connect. I edit the site.pp and add 
the client. When the client is started I can see it with puppetca --list. 
So I sign the client. When it next tries to connect it shows:
notice: Allowing ::ffff:192.168.x.y(::ffff:192.168.x.y) untrusted access 
to CA methods
notice: Host
2016 Jun 15
1
id shows only primary group on domain member server
cat /usr/local/samba/etc/smb.conf:
      # Eintraege fuer das ActiveDirectory Samba4    workgroup = SAMDOM
        realm =SAMDOM.LOCAL    security = ADS    # Alle Template
    Einstellungen kommen direkt aus der AD    # Die Shell ist nur aus
    Sicherheitsgruenden hier eingetragen    template shell = /bin/false
        kerberos method = secrets and keytab    dedicated keytab file =
   
2017 Nov 30
1
dovecot - 2 Faktor Auth
Hallo Liste,
hat sich schon mal jemand mit 2 Faktor Auth f?r dovecot besch?ftigt? Es 
geht dabei nicht nur um die Absicherung einer Weboberfl?che sondern 
direkt die Absicherung der Standard pop/imap Verbindungen des Clients.
Wir machen das auth bisher ?ber MySQL.? Rein technisch w?rde das gehen, 
da man die Password-Query beliebig anpassen und auch mit allow_nets 
arbeiten kann. Es w?re eher die
2012 Jan 13
1
Brillouin index
Dear colleagues.
I wonder if anybody knows about a procedure in R to calculate the Brillouin Diversity index. 
I searched the net but did not find anything about it.
Thanks a lot for any help
Best, Philipp
*************************************************** 
Prof. Dr. Philipp Fischer
Head of AWI Center for Scientific Diving & Dept. In situ Ecology
Section Shelf Sea Systems
2002 Jul 20
1
Problem with SSHD-Daemon (OpenSSH)
Hello,
i have problems with the ssh-daemon.
Problem:   sshd daemon would not start,  complained about
Not enough entropy in RNG
The same message comes by  ssh-keygen .
Platfrom:   OS/390-UnixSystemServices  2.10   /    OpenSSH_2.9p1
I have the bin-Version from the IBM-Redbook SG24-5944-01 (Open Source
Software for z/OS and OS/390 UNIX -
2001 May 03
3
Index vectors get overwriten ?!
Hello,
For some analysis of a mesh structure I need to prepare several vectors
of indexes of different length. This is done by the following code
sequence (including diagnostic output):
#--------------------------------------------------
MT_ind <- which(V1.frame[,2] %in% mm[,1])
print("M_ind")
str(M_ind)
		
Q1_ind <- which(V1.frame[,2] %in% mq1)
print("Q1_ind")
2025 May 23
1
FR: improve "use" function
Hello,
Currently `use` fails silently if you try to attach functions from the 
same namespace. It would be nice and more similiar to the use of 
roxygen2 if it could add (and maybe even remove?) functions. Here is a 
simple proof of concept I have posted on Stack Overflow [1]. Something 
similar could be done within `use`. Of course, it would be preferable if 
it didn't need to detach the
2009 Dec 12
1
Antw: Export R output to Word/RTF?
I am using SWord from statconn: http://rcom.univie.ac.at/download.html 
It allows you to put r-commands into Word (similar to odfWeave). Output
is directed to Word including figures and tables. It is still a
beta-version but works fine.
 
Frank Bloos
>>> Wenjie Lee <wenjieleemaillist@gmail.com> 12.12.2009 00:28 >>>
Hi R Experts,
I'm aware of pdf(), jpeg(),...
2001 Mar 20
3
finding dedicated indexes?
Hi,
I've got a matrix of two columns, say:
> d <- t(array(1:20,dim=c(2,10)))
> d
      [,1] [,2]
 [1,]    1    2
 [2,]    3    4
 [3,]    5    6
 [4,]    7    8
 [5,]    9   10
 [6,]   11   12
 [7,]   13   14
 [8,]   15   16
 [9,]   17   18
[10,]   19   20    
now I need those values from column #2 where column #1 is equal to
certain values. eg.:
> i <- c(13,5,19)
The
2025 May 23
1
FR: improve "use" function
> Of course, it would be preferable if didn't need to detach the namespace.
Here's a version only detaches the namespace when necessary:
```r
use <- function(package, include.only) {
    package <- as.character(package)[[1L]]
    if (!requireNamespace(package, quietly = TRUE)) {
        warning("there is no package called ", sQuote(package))
        return
2016 Jun 15
4
id shows only primary group on domain member server
Hi,
know I have another problem. I compiled samba 4.4.4 on a Centos 7.2 
Server no special options for ./configure.
Afterwards I followed the article from mentioned below wiki article 
below, to join Centos 7.2 as an member server to our existing AD.
WIKI Article: 
https://wiki.samba.org/index.php/Setup_Samba_as_an_AD_Domain_Member
Now, if i type id USERNAME I only get the users UID, GID and
2011 Jul 28
1
winbind, idmap_ad and ldaps
Hello from Germany,
I have a problem with the following constellation:
A Samba-Fileserver - Samba 3.5.6 - running in a Windows AD as a member server using idmap_ad for the mapping the User-IDs. This all works fine as long as the LDAP-port 389 is available on the domain controllers. Now, our AD admin wants to close this and move over to LDAPS. And here is my problem. How do I configure my Samba
2001 May 03
0
addition to Index vectors get overwriten ?!
sorry I forgot:
platform alphaev67-dec-osf4.0f
arch     alphaev67
os       osf4.0f
system   alphaev67, osf4.0f
status
major    1
minor    2.1
year     2001
month    01
day      15
language R   
-- 
-------------------------------------------------------
Dr. Thomas Bruns                  <thomas.bruns at ptb.de>
         Physikalisch-Technische Bundesanstalt 
                     
2025 Jan 07
1
Small typo in nlme documentation
Hi,
I've noticed a small typo in `help("varClasses", "nlme")`. Contrary to 
what the "Note" says, variance classes need a method for `Initialize` 
(capital i) and not `initialize`.
Best regards,
Roland
-- 
Dr. Roland Fu?
Th?nen-Institut f?r Agrarklimaschutz/
Th?nen Institute of Climate-Smart Agriculture
Bundesallee 65
D-38116 Braunschweig, Germany
2010 Jan 06
0
Antw: Code flowchart generator for R ?
You may want to look into RAnalyticFlow:
 
http://www.ef-prime.com/products/ranalyticflow_en/index.html 
Regards, Frank
 
********************************************************
Dr.med. F. Bloos, Ph.D./U.W.O.
Oberarzt
Klinik f. Anästhesiologie und Intensivtherapie
Klinikum der Friedrich-Schiller-Universität Jena
Erlanger Allee 101
07747 Jena
GERMANY
Tel: +49 - 3641-932 32 83; 
Fax: +49 -
2010 Mar 03
1
: Three most useful R package
ad 1) ggplot2, Hmisc, RODBC
ad 2) A package to produce high quality tables with summary statistics
for publications in scientific journals.
 
Regards, Frank
>>> Ralf B <ralf.bierig@gmail.com> 02.03.2010 21:13 >>>
Hi R-fans,
I would like put out a question to all R users on this list and hope
it will create some feedback and discussion.
1) What are your 3 most useful R
2010 Mar 17
0
Antw: odfWeave Error
Hi,
 
I am using 7-zip for unzipping (http://www.7-zip.org/). Then
odfWeaveControl needs to be set to
 
odfWeaveControl(zipCmd=c("c:/programme/7-zip/7z a -tzip
$$file$$","c:/programme/7-zip/7z x $$file$$ -aoa")) -> control 
where 'c:/programme/7-zip/' is the path to my 7-zip installation.
 
You can then use control to set the control-parameter in odfWeave.
 
Frank
2013 Feb 06
0
weighing proportion of rowSums in dataframe
Hi Eik, 
thank you so much - it works perfectly!
Thank you and best wishes
Alain
 
Eik Vettorazzi <E.Vettorazzi@uke.de> hat am 6. Februar 2013 um 17:01 geschrieben:
> Hi Alain,
> here is a one-liner for a df without the rowSum column
> 
>