similar to: rsync-2.5.6 on AIX 4.3.3

Displaying 20 results from an estimated 200 matches similar to: "rsync-2.5.6 on AIX 4.3.3"

2003 Apr 10
0
compile fixed, ssh-basic.test not working
Thanks for the help Jim. I have found the testsuite stuff, and this in turn pointed me at build.samba.org, which in turn told me that the build farm is using cc instead of gcc. I was able to get the compile finished with cc and make (rather than gcc and gmake). One thing to note: I could only get the ssh-basic.test to work by adding a kludge and commenting out the "ThisShouldGo Line."
2003 Apr 08
1
compile 11.00 parisc1.1 32-bit fails - snprintf
I am having trouble compiling rsync 2.5.6 for HPUX 11.00. The system I am using has a number of patches, although I admit not having verified that it is completely up to date. I have found gcc 3.2 and gmake and installed them. - configure seems to work fine. (my use ./configure --prefix=/opt/trial/local --with-rsync-path=/opt/trial/local/bin/rsync) - it finds snprintf and vsnprintf but not C99
2010 Apr 27
1
save a data frame in environment
Dear group, Here is my function : position<-function(x) { pose<-read.csv2((paste(c("LSCPos",x,".csv"),collapse="")),dec=".",sep=",",as .is=T,h=T,skip=1)[,c(4,8,14,15)] pose$CREATED.DATE<-as.Date(pose$CREATED.DATE,"%d/%m/%y") futures<-pose[-grep("USD",pose[,1]),]
2013 Jul 12
4
simplify a dataframe
Hello I have the following problem : group the lines of a dataframe when no information change (Matricule, Nom, Sexe, DateNaissance, Contrat, Pays) and when the value of Debut of lines i = value Fin of lines i-1 I can obtain it with a do loop. Is it possible to avoid the loop ? The dataframe initial is df1 dput(df1) structure(list(Matricule = c(1L, 1L, 1L, 6L, 6L, 6L, 6L, 6L, 6L, 8L, 8L, 8L,
2012 Jun 01
0
Inconsistent search results and crash on force-resync
Hi, I am seeing inconsistencies in search results (finding 2 emails when only 1 exists, finding the email when it has been moved to another folder, etc). I figured I should run force-resync to fix any issues. I ran the following: doveadm -v force-resync -u <user> <mailbox> and I got some worrysome logs. - I should mention that I have been seeing some crashes of fts-lucene in my
2008 Jan 30
0
Besoin d'un Financement rapide ?
[1]Si vous n'arrivez pas ? lire correctement ce message cliquez ici [2]Disponis le crdit selon vous [3][email-noel_02.gif] [4][email-noel_03.gif] [5][email-noel_04.gif] [6][email-noel_05.gif] [7][email-noel_06.gif]
2004 Apr 03
1
oplock windows XP client
Hi, I use samba for 5 years in a small enterprise network. We have recently changed our windows client and migrate from windows 95 to windows XP :-). Samba is running on a debian woody. Since we are using windows XP home edition I can see the following log messages : [2004/04/02 15:27:50, 0] smbd/oplock.c:oplock_break(758) oplock_break: receive_smb error (Success) oplock_break failed for
2006 Jun 25
1
help with contrasts.
Hello list, I would like to know how can I use contrats in statistical analysis. I have a simple model, "one-way analysis of variance" "or two-way..." (balanced case). I've already used the command aov (model) to get the analysis of variance, but i know that my treatment could be organized in groups, so i would like to test these groups. Example: I have 4 treatments t1,
2008 Apr 09
2
GLM fitting in R and Statistica
Hi, I have a problem concerning discrepances between R (which I use) and Statistica (which uses my supervisor). I can't say what is the origin of these differences but unfortunately my supervisor doesn't know that either. Our response variable is number (or presence/absence) of parasites in rodents and explanatory variables are presence/absence of several alleles. The rodents were
2003 Oct 30
0
build of 2.5.6 on AIX 4.3.3
Hi, i was using rsync 2.4.5 for AIX 4.3 binary downloaded from http://rsync.samba.org/ftp/rsync/binaries/AIX/ . I now compiled the latest 2.5.6 on AIX 4.3.3 and created a tarball to use like the one available from http://rsync.samba.org/ftp/rsync/binaries/AIX/ . root@b50srv1:/usr/local/src# uname -a AIX b50srv1 3 4 000B14FD4C00 root@b50srv1:/usr/local/src# oslevel 4.3.3.0
2007 Apr 12
9
taille de caractère
en fait je vous renvoi ce message car maintenant la taille de la police change au bout de 500 lignes environ, alors que j''avais reussi à garder la taille jusqu''à environ 5000 lignes. Je ne comprend pas. Est-ce que c''est instable? le bout de code que vous m''avez envoyer ne marche pas. merci Sebastien _______________________________________________ wxruby-users
2005 Jun 23
4
contrats hardcoded in aov()?
On 6/23/05, RenE J.V. Bertin <rjvbertin at gmail.com> wrote: > Hello, > > I was just having a look at the aov function source code, and see that when the model used does not have an Error term, Helmert contrasts are imposed: > > if (is.null(indError)) { > ... > } > else { > opcons <- options("contrasts") >
2002 Aug 22
0
revised versions of "R for Beginners" on CRAN
Dear colleagues, New versions of "R for Beginners" in French and in English are available on CRAN in the Contributed Documentation section. The document is now nearly 60 pages long, and has been completely revised. The description of "objects" and of data manipulation has been completely re-written. The section on graphics has been particularly extended, and includes now an
2015 Mar 23
1
Dovecot Oy merger with Open-Xchange AG
Am 23.03.2015 15:08 schrieb Andreas Kasenides: > I am usually emotionally (at least) against of open-source projects > loosing their independence to large corporations. Possibly due to bad > experiences in the past when OSS were driven from Open to Obscure in > the process of trying to make money out of them. 2ct from me-- I put it this way: if dovecot would have been a
2012 Feb 06
2
histogram
With R and the hist function, is there a way to make a histogram in which the y axis denotes propotion with respect to a separate sample dataset of the same range instead of frequency? [[alternative HTML version deleted]]
2006 Oct 06
4
Samba Anonymous LDAP Authentication
Hello all. I have a Samba PDC server working great already. However on another host on the network I would like to setup a Samba server that authenticates to the same LDAP server that my Samba PDC is using. However I want to do this anonymously without telling the second server the admin password for LDAP. I cannot seem to find any documentation for anonymous LDAP authentication using Samba.
2006 Apr 06
1
Bell Canada Requests $987.14 Rate increase 911 / VOIP Providers
From the bend me over news department. 2 March 2006 Mr. Leonard Katz Executive Director Broadcasting and Telecommunications Canadian Radio-television and Telecommunications Commission Ottawa, Ontario K1A 0N2 Dear Mr. Katz: Associated with Bell Canada Tariff Notice No. 6929 1. Attached for the Commission's approval are proposed revisions to Bell Canada's Access Services Tariff Item
2003 Nov 07
0
rsync 2.5.6 fails to create device nodes on IRIX and NFS mount
Hi, rsync (2.5.6 protocol version 26) on IRIX fails to create device inodes to a NFS mounted filesystem. rsync via ssh, client side is on IRIX 6.5.19, server side is on RedHat Linux 7.3 (rsync 2.5.4 protocol version 26) and the NFS mount is from a linux box (NFSv3 and dev,suid as mount options, no_root_squash,rw as export option). [root@octane /]# /usr/freeware/bin/rsync -aHzvxe "ssh
2003 Nov 15
1
rsync 2.5.6 hanging
I am using rsync 2.5.6 on redhat linux 6.1 with 1gb ram. What I would like to do is mirror a directory on the server to another server for backup purposes. The server is an ftp server and the main directory in question is 77GB consisting of 391000 subdirectories and files. when I run rsync with the following command: /usr/bin/rsync -av --rsh=ssh --stats --progress --rsync-path=/usr/bin/rsync
2003 Jan 28
2
rsync 2.5.6 fails on Tru64 v5.0 with rsync://<hostname>/
I've just compiled 2.5.6 release on Tru64 V5.0A (configure detects alphaev67-dec-osf5.0, gcc release is a 3.1.1). rsync fails using rsync://<hostname>/ syntax. > lct@goliath(32) [rsync-2.5.6]$ ./rsync rsync://stitch/ > rsync: getaddrinfo: stitch 873: servname not supported for ai_socktype > rsync error: error in socket IO (code 10) at clientserver.c(83) Is there anyone else