Displaying 20 results from an estimated 6000 matches similar to: "Is rsync right for us?"
2005 Apr 11
1
Whitespace in directory names
Trying to transfer a directory from a Mac G4
that contains whitespace in the name, but I
keep getting errors, saying that the directory
doesn't exist.
I have tried the \ thing and also using quotes.
No success.....
Here is the sample original command:
rsync --dry-run -avrW "ssh -i /home/michel/.ssh/wmmw-rsync-key" /Applications/4D Business Kit 2.2.4 (391)/WMMW_Site/WebDemos/
2010 Feb 10
2
Server not found in kerberos database (with net ads join)
Hi All,
After running into a few issues in trying to join my debian
(squeeze) box to
a windows 2008 server, I am running into this (hopefully last) problem...
When I try to do te net join command, I get the following
> nanoelecfs:/home/joel# net join ads -S XX.XX.XX.XX dn
> 'DC=FS,DC=UML,DC=EDU' -U USERNAME
> Enter EEng_LDAP's password:
> [2010/02/10 15:20:10, 0]
2012 Apr 04
1
issue with Digium TDM410P
The TDM410P doesn't support 'hvac', only the obsolete TDM400P supports that
option was for the old phones that have a neon light (or equivalent
LED+ZENER ciruit).
Are other phones off the TDM410P (other than the VTECH) working, or is the
Vtech the only model with VMWI available to you.
I'm not able to check at the moment, I have copied the asterisk-users list,
someone else may
2010 Jan 28
1
Trouble getting past net join ads...
I am in the process of getting samba working again with Activer
Directory. Recently our IT department
upgraded their windows server to 2008.
I am following the approach described here:
http://www.surlyjake.com/linux/samba/join-debian-lenny-to-active-directory-using-samba/
I am able to get kerberos to issue a ticket, but where I am running
into a wall is with the net join ads part...
2009 Sep 15
1
Can winning authenticate users from two AD groups?
Hello,
I am trying to authenticate users from two seperate groups within our
active directory listings: faculty and students. I can do wbinfo -a on
users from both groups. But when students try to access samba shares
they cannot. Since I am using PAM for authentication, I had them try
logging into the Linux box. They can do that using the exact same
credentials they tried with the samba
2009 Dec 11
2
Starting from scratch... and Active Directory
Hello,
Due to a couple of circumstances, I am rebuilding my file server. In
the process
I want to see if I can iron out the last few issues I have had with
getting active directory
authentication to work. Ideally I would appreciate it if anyone can
provide a link to a
website that gives decently detailed instructions for setting up samba
with user authentication
via Active Directory
2011 Oct 20
1
trying to create a 3 brick CIFS NAS server
Hi all
I am having problems connecting to a 3 brick volume from a Windows client via samba/cifs.
Volume Name: gluster-volume
Type: Distribute
Status: Started
Number of Bricks: 3
Transport-type: tcp
Bricks:
Brick1: 172.22.0.53:/data
Brick2: 172.22.0.23:/data
Brick3: 172.22.0.35:/data
I created a /mnt/glustervol folder and then tried to mount the gluster-volume to it using:
mount -t cifs
2009 Jun 03
4
Facter 1.5.5
Hello,
Since i use facter 1.5.5 i got error running it by hand. It still work
in puppet but i loosed the hability to run it from the command line:
(aqadmin)> /var/lib/gems/1.8/gems/facter-1.5.5/bin/facter
/var/lib/gems/1.8/gems/facter-1.5.5/bin/facter:50:in `require'': no such
file to load -- facter (LoadError)
from /var/lib/gems/1.8/gems/facter-1.5.5/bin/facter:50
2009 Apr 14
1
using Sweave, how to save a plot in a given size
Hi there,
I'm trying to realise a repport with R and Latex (TeXnicCenter and Miktex for Windows) using Sweave().
I'd like to save my plots in a given size. How can I do that ? The code is :
\SweaveOpts{prefix.string = figs/plot, eps = FALSE, pdf = TRUE}
<<partI, echo=FALSE ,fig=TRUE, include=FALSE>>=
plotFunction()
@
\includepdf[pages=-]{figs/plot-partI}
The issue is
2009 Apr 14
1
using Sweave, how to save a plot in a given size
Hi,
I'm trying to realise a repport with R and Latex (TeXnicCenter and Miktex for Windows) using Sweave().
I'd like to save my plots in a given size. How can I do that ? The code is :
\SweaveOpts{prefix.string = figs/plot, eps = FALSE, pdf = TRUE}
<<partI, echo=FALSE ,fig=TRUE, include=FALSE>>=
plotFunction()
@
\includepdf[pages=-]{figs/plot-partI}
When I use
2017 Dec 30
6
building debug version of klibc
Hello!
Can someone please help me in building debug version of klibc ?
I've cloned git://git.kernel.org/pub/scm/libs/klibc/klibc.git , but
failed to build it with debug info
added "-g" to HOSTCFLAGS in Makefile, but
$ make -j KLIBCKERNELSRC=`pwd`/../linux-2.6/usr
still strips every debug symbol , and i'm failed to change
scripts/Kbuild.klibc and Makefile to remove strip
2013 Jan 24
1
Pairwise Comparrisons
Dear all,
I''m trying to write a function, that will take as an argument, some aligned genome sequences, and using a sliding window, do pairwise comparisons of sequence similarity. Coding the sliding window I think I can manage but what I''m trying to get to grips with is getting it so as every pairwise comparison is made, no matter how many genomes are added, from 3 to N.
So if
2004 Dec 13
2
Switching to Mac, suggestions? (was switching to linux)
I'm looking to switch to Mac platform. Anyone had any experience
with that? I'm expecting on a power G4 laptop later this week.... hope
R behaves...
-- dok
2007 Jul 24
3
migrating users from linux to centos
Dear All,
I have been running linux 9 server as a dns and mail server and is workin
fine..
i want to install CENTOS 5 with all the latest mail server software and
bind as well as all the libraries on another machine whic is already done
also the data is backed up and will be tranferred.
but i would like to know
i have about existing 100 mail users
how could i tranfer these usernames and
2015 Jul 28
2
función cantidad mayor de valores
Hola Javier,
Intenta los siguientes cambios
g4 <- function(codigo_llega, n_caracteres){
codigo_llega <- as.character(codigo_llega)
if(n_caracteres == 6) res <- substr(codigo_llega, start=0, stop=4)
else res <- codigo_llega
res
}
g4 <- Vectorize(g4)
x <- c('Jorge Velez','Javier Marcuzzi','Daniel Merino','Susana deus
Alvarez', 'Carlos
2005 Jan 03
20
TE410P card in an HP-Compaq DL380 G4 server
Hi,
Has anyone had success using a TE410P card in an HP-Compaq DL380 G4
server?
For me the card is detected fine, but the system just never sees an
interrupt from the card. I've tried everything I can think of. The card
definitely works.
Its Fedora Core, but we also tried a stock 2.6.10 kernel. We tried with
and without Hyperthreading, with "noapic", we disabled all the
2008 Sep 12
6
Power PC with a linux distribution and R
This is an operating system question, but it is with the intent of
using R on that operating system. I have an ibook G4 Power PC that I
am going to install linux on. Is there a better, worse, or perhaps
easier (I am a linux newby migrating from mac) distribution that I
should look at. I appreciate your help. I didn't post this in the
sig-mac because I don't know if it fits there better
2009 Jul 15
1
Help with averaging
Hi
I am using the following script to average a set of data 0f 62 columns into 31 colums. The data consists of values of ln(0.01) or -4.60517 instead of NA's. These need to be averaged for each row (i.e 2 values being averaged). What I would I need to change for me to meet the conditions:
1. If each run of the sample has a value, the average is
given
2. If only one run of the sample has a
2006 Feb 19
2
Line Dropouts on E405P
Hi,
We have a Ericsson BP250 Phone system setup witht he following configuration
Telco <-> Asterisk E405P <-> BP250
The system seem to work perfectly on 1.0.9 for a very long time but there is some functionality we wanted to take advantage of in the 1.2 version branch so we upgraded.
Currently running
Asterisk 1.2.4
Zaptel 1.2.3 (noticed 1.2.4 is out will upgrade next
2005 Aug 05
1
TE405P Dropping Calls
Hi,
Urgently response would be wonderful, system is a Fedora Core 2.
I have a Ericsson BP250 connected to 1 port on the TE405P and another
connected to a local telco ISDN30.
I have been running CVS-HEAD from about a 2 months ago and upgraded it
again just in cause it was a version issue (didn't fix it) but this is
what I am getting.
When a person calls out from an extension on the BP250 to