similar to: Dynamic address problem

Displaying 20 results from an estimated 100 matches similar to: "Dynamic address problem"

2002 May 10
1
Using rsync to sync up password file
Is it possible to use rsync to synchronize the /etc/passwd, /etc/shadow, /etc/shadow- files under linux? Lui Bove AIM Funds Management Inc. 5140 Yonge St. Toronto, Ont. M2N 6X7 Tel: 416-228-3664 Fax: 416-590-7742 Email: Lui_Bove@aimfunds.ca -------------- next part -------------- HTML attachment scrubbed and removed
2002 Mar 27
2
rsync-2.5.4:backup.c possible bug
Hello, I suspect a minor bug in the file rsync-2.5.4/backup.c line 206. To identify too-long pathnames, it makes the following test: if (strlen(backup_dir) + strlen(fname) > (MAXPATHLEN - 1)) I think that the constant subtracted off should be 2, to account both for the forward-slash and for the trailing zero in the following snprintf statement, line 211: snprintf(keep_name, sizeof
2002 Apr 02
2
Handling of backup files - two new features proposed
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear list members, there are two new rsync-features I made up and would like to discuss with you. If you think these new features might be useful for the whole rsync-community, please give me a note and I'll send you the patches (or post them here). 1.) Setting owner and/or group of backup files. In our servers I'm using rsync to backup
2002 Apr 17
6
Non-determinism
Is anyone else concerned about the fact that rsync doesn't guarantee to produce identical file copies on the the target machine? Don't get me wrong in sounding critical because I think that rsync is a great example of how software should be written. (I often make the observation, as I learn more about Linux, and inevitably find myself comparing open source applications to Microsoft
2001 Oct 31
1
Rsync time syncing problem
Hi All, I hope someone can help me. We use Rsync to transfer files to and from our Australian and US server and we are experiencing files being overwritten and a few files disappearing (their contents disappear). I have setup ntp on each machine pointing to the same ntp server and set the hwclock to utc. We have found that the files on the US server are x:xx:01 secs and the AU server is
2001 May 15
2
hung SSH on Solaris when starting Oracle
Another instance of OpenSSH 2.9p1 hanging on exit. This occurs when connecting to a Solaris 8 box (both from other Solaris 8 hosts and from Linux hosts, all using OpenSSH 2.9p1). This problem doesn't appear to involve active background jobs; it is not fixed by either the bash fix listed in the FAQ or by zsh's "setopt HUP". I do not see the hang-on-exit behavior with the
2001 Sep 26
2
Icecast2 in xiph CVS
Hi all: A couple of weeks ago, Jack posted on the icecast list that icecast 2.0 and its relatives would be moving to the xiph.org CVS repository and that he'd post the details shortly. He hasn't yet, probably just an oversight. Anyway, I went exploring the other day and found them. The details are as follows: Server: :pserver:anoncvs@xiph.org Password: anoncvs For those not familiar
2001 Sep 26
2
Icecast2 in xiph CVS
Hi all: A couple of weeks ago, Jack posted on the icecast list that icecast 2.0 and its relatives would be moving to the xiph.org CVS repository and that he'd post the details shortly. He hasn't yet, probably just an oversight. Anyway, I went exploring the other day and found them. The details are as follows: Server: :pserver:anoncvs@xiph.org Password: anoncvs For those not familiar
2020 Aug 27
1
Xapian on Android?
Yes. Something like Kiwix, but a different infrastructure and manifold content options. Sent from my WebTV ________________________________ From: Emmanuel Engelhart <kelson at kiwix.org> Sent: Thursday, August 27, 2020 3:13:28 PM To: Cliff Missen <missenc at widernet.org>; Xapian Discussion <xapian-discuss at lists.xapian.org> Subject: Re: Xapian on Android? On 27.08.20
2004 Aug 06
2
ice2 CVS build problems under Solaris 7
Hi: If you want to use icecast 2 for streaming vorbis audio then don't get it from the CVS repository at icecast.org. That's ancient developer stuff in there. Instead get it from the xiph.org CVS repository (see http://www.xiph.org/cvs.html which I see now lists the icecast stuff (yay!). You'll need the icecast module plus the avl, httpp, log, net, thread and timing modules (check
2014 Nov 06
4
Duda_Observed vs Predicted
Buenos días a todxs, Estoy comparando la predicción de los valores (0, 1, 2, 3,.....hasta 13) frente a los observados. Con la idea de comparar el modelo Zero inflated y el Binomial negativo y ver cual presenta mas distancia frente a las predicciones observadas. Para ello introduzco los códigos en la consola: #Modelo ZIM pred<-round(colSums(predict(zeroinfl, type="prob") [,1:14]))
2014 Nov 06
3
Duda_Observed vs Predicted
Hola Javier, Si, cuando hablo de valor observado me refiero al valor real en campo y el predicho al que estiman los modelos. Disculpa, que no lo detallase así desde el principio. En mi caso trabajo con dos diferentes: Zero inflated y Binomial Negativo y me gustaría comprobar que diferencia (distancia) existe entre cada uno de ellos y la realidad. Estoy trabajando con los siguientes paquetes:
2005 Apr 11
6
How to change letters after space into capital letters
What is the easiest way to change within vector of strings each letter after a space into a capital letter? E.g.: c( "this is an element of the vector of strings", "second element" ) becomes: c( "This Is An Element Of The Vector Of Strings", "Second Element" ) My reason to try to do this is to get more readable abbreviations. (A suggestion would be to
2002 May 03
2
sub() of matrix returns a vector and not a matrix
Is there a simple possibility to become directly a matrix from a call of sub() on a matrix? --------- START OF LOGFILE ---------------- # R 1.4.1 > a <- matrix( letters[1:6], 2, 3 ) # a is a matrix > print( a ) [,1] [,2] [,3] [1,] "a" "c" "e" [2,] "b" "d" "f" > b <- sub( '(.)', '-\\1-', a )
2004 Aug 06
2
CVS restored
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Looks like the icecast CVS server has been restored to full service. Now I can get back to rebuilding my server. :) - -- "I'm alive, and filled with goo! VISION GOO!" - Zim, "Invader Zim" -----BEGIN PGP SIGNATURE----- Comment: For info see http://www.gnupg.org
2004 Aug 06
1
Was Re: build problems, now XML config syntax
Hi there, here are my config files for ices and icecast2: <icecast> <location>Pete's Flat</location> <admin>mr2147@bigfoot.com</admin> <limits> <clients>20</clients> <sources>4</sources> <threadpool>5</threadpool>
2004 Aug 06
4
QuickTime Streaming Server 4 streams MP3s
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Somewhat OT, but it looks like a new player has entered the streaming MP3 server arena. http://www.apple.com/quicktime/products/qtss/ QTSS v4 was announced at the QuickTime Live conference today. Amongst its other features, it can now stream MP3s to any Internet-capable MP3 listener program. Source is available at
2006 Nov 29
4
Why the factor levels returned by cut() are not ordered?
What is the reason, that the levels of the factor returned by cut() are not marked as ordered levels? > is.ordered( cut( breaks=3, sample(10 ) ) ) FALSE > help(factor) ... If 'ordered' is 'TRUE', the factor levels are assumed to be ordered. ... Wolfram
2004 Aug 06
2
Problems with xmms & freeamp
Hi all, I've just set up a test icecast2 server (download and compiled from cvs about an hour ago) - very simple setup, all it does is use ices to stream in an .ogg file that I converted from an mp3, using mpg123 & oggenc. (I've used the sample conf files with the directory stuff removed. I've also tried it with and without the re-encoding lines from the ices-playlist.xml file).
2004 Oct 04
11
inverse function of order()
I have: d <- sample(10:100, 9) o <- order(d) r <- d[o] How I can get d (in the original order), knowing only r and o? Thanks - Wolfram