Displaying 20 results from an estimated 600 matches similar to: "problem installing openssh"
2001 Feb 09
1
I don't know if this is the right place
I don't know if this is the right place for my problem, but
couldn't find any other place.
I am trying to install OpenSSH in a HPUX system, I installed
OpenSSL and Zlibzlib-1.1.3, but when I execute configure, get the
following:
# ./configure
loading cache ./config.cache
checking for gcc... cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a
2004 Mar 03
8
[Bug 806] openssh after 3.6.1p1 can not authenticate via public rsa2 key
http://bugzilla.mindrot.org/show_bug.cgi?id=806
Summary: openssh after 3.6.1p1 can not authenticate via public
rsa2 key
Product: Portable OpenSSH
Version: 3.8p1
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: major
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at
2007 May 06
0
Automatic configuration of disk quotas with samba
Hi *, currently I'm having problems trying to configure automatically
the disk quotas for users which access to a server in my work, the stage
is as following:
A server that owns services like: ssh, ftp, sftp, documents and
profiles. The one uses winbind to authenticate users against a active
directory domain controller; that's way we can't use adduser feature to
configure this
2010 Feb 23
2
Importing a file to r
Hello
I am trying to import the attached file Curva LIBOR to R. I am trying to use
the following commands and obtaining the following errors
> res <- read.xlsx("C:\\Users\\FELIPE
PARRA\\Documents\\Quantil\\Federacion\\Curva LIBOR.xlsx", 4)
Error en .jcall(rowCells[[ic]], "I", "getColumnIndex") :
RcallMethod: invalid object parameter
> res <-
2010 Dec 15
6
Numbers in a string
Hello, I have stings which have all sort of characters (numbers, letters,
punctuation marks, etc) I would like to stay only with the numbers in them,
does somebody know how to do this?
Thank you
Felipe Parra
[[alternative HTML version deleted]]
2012 Sep 11
2
splines package
Hello all,
I have been working with b-splines and noted that the splines package is
not available in CRAN. Does any body know what happened with it?
Or, is there any package that replaces it?
Thank you
Felipe Parra
[[alternative HTML version deleted]]
2010 Sep 26
4
Problem with unlist
Hello I want to unlist the attached element getting only the first element
in each element of the list. The last element of the list looks as this:
[[5065]]
[[5065]]$Pluv3Meses
[1] 274.4
[[5065]]$PluvMesesMedio
[1] 378.2667
[[5065]]$Pluv2UltimosMeses
[1] 23.33333
So I would like to get for each element of the list the element called
Pluv3Meses. The whole list has 5065 elements but when I try to
2010 May 12
3
Calling a list element
Hello, i have the following list
strsplit(as.character(Elecciones$Municipios),"\\.")
[[1]]
[1] "ANTIOQUIA" "ABEJORRAL"
[[2]]
[1] "META" "ACACIAS"
[[3]]
[1] "CASANARE" "AGUAZUL"
[[4]]
and I would like to make a vector of the first element of each of the list
items, in this case ANTIOQUIA, META, CASANARE, etc . Do you know how
2010 Sep 29
2
boxplot
Hello, does somebody know in a boxplot, what does each element in the
boxplot represent?
1. lines at the extremes of the dotted lines?
2. Extremes of the boxes
3. Black line in the middle of the box?
4. notches?
Thank you
Felipe Parra
[[alternative HTML version deleted]]
2017 Apr 12
2
CELT CFFT size configuration
Dear all,
Sorry for this simple and maybe stupid question, I'm working in the
implementation of opus for ARMv7e microcontroller using a library CMSIS/DSP
used to calculate the CFFT and MDCT based on the DCT-IV. my question is:
In the implementation of Celt you have used a fixed length CFFT equal to
1920, I want to know if there is some issues which can appear if a change
that configuration
2017 Apr 11
2
MDCT implementation and his overlapped relationship
Dear all
I'm working on the implementation of the MDCT for the processor
ARM-Cortex-M4 I'm trying to replicate the behavior of the MDCT for several
overlapped values however I realized that current implementation of the
MDCT is very close to the theory only in case in which we have and overlap
exactly equal to N/2 where N is the size of the input vector as is shown in
the examples for
2010 Nov 22
4
Rexcel
Hello I am new to RExcel and I would like to run a source code form the
excel worksheet. I would like to run the following code
source("C:\\Quantil Aplicativos\\Genercauca\\BackwardSelectionNC.r")
from the excel wroksheet. Does anybody know how to do this?
Thank you
Felipe Parra
[[alternative HTML version deleted]]
2002 Jul 12
2
HP-UX slow login problem found?
I think I finally figured out the problem that many people have been
having with extremely long login times under HP-UX 11.x. The problem
is really in OpenSSL, and in particular the Diffie-Hellman parameter
generation routines under the PA-RISC processor. I suspect this may
not be a problem with the IA64 (Itanium) processors. This especially
shows up if you use the gcc compiler. Fortunately I
2017 Apr 18
2
Optimization points
Dear all,
Currently I'm working in and optimization of opus for an arm-architecture
*"armv7e-m"* I've involved in the general opus documentation as well in the
architecture, however opus Is so big and difficult to discover specific
optimization points, I want to know if you could give me a general view
about of the principal points that I have to consider in order to optimize
2011 Feb 08
2
Stopping between multiple graphs
Hello. I would like to know if there is a command for stopping between
multiple grpahs. I have a for in which I create a graph in each iteration. I
would like R to wait for a click or an enter to pass to the next graph. Does
anybody know how can this be done. Thank you
Felipe Parra
[[alternative HTML version deleted]]
2011 Mar 09
2
trunc function
Hello. I would like to know if there exists in R a function like trunc but
where i can choose how many decimal places can I stay with in the number I
have (sort of the same as the trunc function in excel). I would like, for
example if I have the number 0.974678 and I choose to stay with 3 decimal
places to have as ouput 0.974.
Thank you
Felipe Parra
[[alternative HTML version deleted]]
2013 May 15
1
Problem with convergence in optim
Hello to all,
I have been using an optim with the following call:
optim(param_ini,fun_errores2,Precio_mercado=Precio,anos_pagosE2=anos_pagos,control=list(maxit=10000,reltol=1e-16))
depending on the intial values I'm getting the same solution but once I get
the convergence message=10 (no convergence) and for the others I get
convergence message = 0
Solution1:
$par
beta1
2010 May 31
2
Problems with apply
Hello I am tryin to use the apply functions with two data frames I've got
and I am getting the following error message
Error en HistRio$SecSte : $ operator is invalid for atomic vectors
I don't understand why. when I use the apply I am doing:
PromP <- function(HistRio,AnaQuim){
xx <- c(0,0,0)
if(length(which(AnaQuim$SecSte==HistRio$SecSte))>0){ xx[1]<-1 }
2011 Apr 22
2
Matching a vector with a matrix row
Hello I am trying to compare a vector with a Matrix's rows.The vector has
the same length as the number of columns of the matrix, and I would like to
find the row numbers where the matrix's row us the same as the given vector.
What I am doing at the moment is using apply as follows:
apply(Matrix,1,function(x)all(x%in%LHS))
but this isn't too fast actually. I would like to know if
2009 May 14
4
authenticate Linux users to AD on Windows 2003R2
Hello,
I have enough details on how to have Linux users authenticate to a 2003r2
AD, but I need help getting their home dir's to automatically mount to a
windows share. Any details would be greatly appreciated.
Many thanks,
James