Displaying 20 results from an estimated 1000 matches similar to: "Password authentication in a script"
2002 Oct 02
1
rsync and schedule task
Greetings,
i would like to rsync a client windows with a Linux server and put this in a windows schedule task.
So i have generated ssh key with ssh-keygen on the client and sent it to the server.If i launch manually the rsync it's ok: i am not
asked the password.
But if i plan the task in the task scheduler i am asked the password !
What's wrong ?
Thanks
Franck
2007 Apr 18
2
[Bridge] RSTP implementation
Hi,
I'm a student in a trainning period and I have to implement a RSTP in a embedded Linux. I wonder if someone knows if it exists a version of bridge-utils who can made this or if it's possible to modify my actual version (bridge-utils-1.0.6) to do that and how ?
Thanks in advance.
PS : sorry for my english it's not my natural language ^^.
2005 Apr 25
0
Samba 3.0.13 and Novell Client
Hi everybody,
I have still olds server (netware 5.1) and linux server. On some cleints, i have a novell cleint (4.91sp1) to access to novell's maps.
My linux server is configured as a domain server. Since samba's update to 3.0.13 (3.0.14-1 too), all clients with novell cleint doesn't have the bacth file at the startutp (as thuey can't access to the domain server). Manually, all
2007 Apr 18
0
[Bridge] BPDU Hello time
Hi,
I tried to send the BDPU at less than 1 second in a STP implementation.
When I look at STP info with brctl in tells me that the bpdu are send under the second
but in fact it's "only" every second. Is it because we can't send BPDU less than 1 second
or something else ?
Thanks for your response
HENRY Simon
------------------------------------------
Faites un voeu et
2003 Oct 17
0
error message
Hi!
I try syslinux on a USB key (/dev/sda1) and i have de error message:
syslinux /dev/sda1
Initial byte of fat is not 0xff
Cannot initialize 'S:'
syslinux: warning: failed to set readonly bit on ldlinux.sys
I use syslinux-2.06
Thanks!
Franck
__________________________________________________
GNU Linux Mandrake 9.1 - KDE 3.1
Optez pour le syst?me qui exploite l'ordinateur
et
2005 Mar 07
0
help configuring samba & ldap
Hi
I'm using Samba ant a ldap server.
Can anyone help me to configure the configuration files ?
in my /etc/samba/smb.conf I have :
[global]
.......
ldap server = 192.168.2.191 192.168.2.192
ldap port = 389
ldap suffix = "dc=exemple,dc=fr"
ldap admin dn = "cn=admin,dc=exemple,dc=fr"
ldap filter = "(uid=%u)"
2003 Sep 03
1
Add a feature : disk and partition cloning
Bonjour,
Today, I use rsync for updating some 40 Debian/Linux box, rsync is great.
So, now, I'll need to update a whole disk or partition (NTFS) with an image or an other
disk or part. (case multiboot system),
can'I hope rsync do this task in some day ?
rsync algorithm would be great for this task, isn't-it ?
I'don't mind how amount of works this feature need,
but some
2007 Apr 18
0
[Bridge] Timer problem
Hi all,
I try to reduce the time of link break detection for the STP. I want to make a timer who detect a link failure
within a few times instead of waiting max age timeout. The problem is that my timer isn't take in account by the bride and i really don't know why, can someone help me ?
Here's what I've done :
in file br_stp_timer.c :
/* called under bridge lock */
static
2007 Apr 18
0
[Bridge] STP Explanation
Hi,
I'm trying to modify the stp kernel files in order to implements the RSTP. I've already modify the bpdu format like this :
------------------------------------------------------------------------------------------------------------------------------------
typedef struct
{
int topo_change = 0;
int proposal = 0;
int port_role[2] = {0,0} ; //role du port ?metteur du BPDU
2007 Apr 18
1
[Bridge] STP Explanation (2)
I saw some big mistakes, here's the correct version :
--------------------------------------------------------------------
void br_send_config_bpdu(struct net_bridge_port *p, struct bpdu *bpdu)
{
unsigned char buf[42];
buf[0] = bpdu->bpdu_header.protocol[0]; //0x00
buf[1] = bpdu->bpdu_header.protocol[1]; //0x00
buf[2] = bpdu->bpdu_header.version; //0x02
buf[3] =
2007 Jul 17
4
[R-sig-DB] RODBC on Oracle DB
essai <- odbcConnect("ORESTE_prod", uid="osis_r", pwd="12miss15" ,case="oracle")
> sqlTables(essai)$ORESTE
...
1315 <NA> ORESTE S_PROFESSIONS_OLD TABLE <NA>
1316 <NA> ORESTE S_PROVENANCES TABLE <NA>
1317 <NA> ORESTE
2012 Nov 16
2
How to create as.numeric.xxx
I would like to create a function to convert data based on a class using
as.numeric
Similarly, using a plot, I do:
plot.essai <- function(x, ...) {return(x*2)}
d <- 10
class(d) <- "essai"
plot(d)
It works:
[1] 20
attr(,"class")
[1] "essai"
Now same with as.numeric:
as.numeric.essai <- function(x, ...) {return(x*2)}
as.numeric(d)
It does not work:
2012 Aug 08
2
Exec resource don't write file after the command
Hi all,
I''m trying to have the exec resource write a file after the command but it
don''t.
here is the resource declaration
class gepet {
notify { ''begin'':}
file { ''/root/essai/html'':
ensure => present,
content => "Wrote By Yves Nton",
notify => Exec[''test''],
}
exec { ''test'':
path
2011 Dec 02
2
Problem with loop
Hi,
I try to build a loop difficultly.
I have in a folder called Matrices several files (.csv) called Mat2002273,
Mat2002274 to Mat2002361.
I want to calculate for each file the mean of the column called Pixelvalues.
I try this code but as result, I have this message: Mat2002273 not found
2004 Mar 31
3
scan seems to modify the data
Hello list,
I have used scan function to import data into R. I have done some analysis
and find strange results. I have found my problem : when importing data
with scan, this can slightly modify the data :
> write(c(0.251,3.399,-0.481,0.266),"essai.txt")
> scan("essai.txt")
Read 4 items
[1] 0.251 3.399 -0.481 0.266
> print(scan("essai.txt"),17)
Read
2005 Dec 27
2
Create pdf and postscript files
Hello,
I would like to learn how to create a pdf and a postscript file from an R
graphic.
For example, I tried :
plot(1) # example
pdf("H:/Perso/essai.pdf")
postscript("H:/Perso/essai.ps")
But the pdf document created is empty.
How do these functions work ?
Thank you very much.
--
David Hajage
Interne de santé publique
Institut Curie
2008 Apr 13
1
R 2.7 package.skeleton
Hi the devel list
I am testing package.skeleton in R 2.7 (download today). I get an error
that I do not understand. I guess it is not an error from my code since
I have no probleme when I source it. So is it a error in
package.skeleton?
Here is my code :
--- 8< ------ File essai.r -------------
setClass(
Class="ClusterizLongData",
representation=representation(
2009 Jun 18
2
Argument as.integer(NA) to a function C
Hi the list,
I am writing a R function that call a C function. The C function needs
integers but I do not manage to give a NA integer as argument :
--- C code ---
void essai(int *t){
Rprintf("\nT0=%i T1=%i T2=%i T3=%i",t[0],t[1],t[2],t[3]);
}
--- R ---
boub <- c(1,2,3,4)
.C("pour",as.integer(boub),NAOK=TRUE)
# T0=1 T1=2 T2=3 T3=4[[1]]
# [1] 1 2 3 4
boub <-
2006 Nov 11
1
Install bioconductor
Hello useRs,
I'm trying to install bioconductor on ubuntu edgy eft and R 2.4.0.
I have some error messages during installation, in particular for the
package "affy" :
"Error: package 'affy' required by 'makecdfenv' could not be found"
I have tryed to install 'makecdfenv' with the command :
getBioC("makecdfenv")
But I have this message
2012 Jan 12
2
defmacro installation issue
Hi everybody,
I want to use macro in my R code. But defmacro was not in my libraries. So I
installed it :
> install.packages("gtools")
Installing package(s) into ?C:/Program Files/R/R-2.13.2/library?
(as ?lib? is unspecified)
essai de l'URL
'http://cran.cict.fr/bin/windows/contrib/2.13/gtools_2.6.2.zip'
Content type 'application/zip' length 102500 bytes (100 Kb)