similar to: Copying a list of files

Displaying 20 results from an estimated 10000 matches similar to: "Copying a list of files"

2003 Oct 27
1
Fwd: Re: Asterisk on FreeBSD
Your log file almost looks like a bug in Asterisk doesn't it? Why call poll() with a zero timeout while passing only one FD? and then why do the read when there is no data? Read the man pages for all the system calls Take a look at the source chan_sip.c /* Wait for sched or io */ res = ast_sched_wait(sched); if ((res < 0) || (res > 1000))
2010 Feb 01
1
Reverse function how to
I'm using a script that does this: /usr/local/bin/rsync -tpv --files-from=/home/admin/bin/list_of_files / /home/admin/configuration/ I can't get the permissions on the files to stick, when the files are written they get root as owner. I run the script as root. Secondly I would like to reverse the sync so that I can move the directory configuration to another machine and make rsync
2007 Jul 03
3
Printer error message
I'm trying to run a fairly old economic programme. I starts and runs but all these messages comes up. The printer is working with CUPS. In my system.reg the printer is registered and it all looks right. Any clues? Thanks /Leslie err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not availa err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not availa
2014 Apr 08
3
How to save a Gnome screen layout on CentOS 6.5 after logging off?
Hello everyone, A quick Gnome question that has vexed me. In CentOS 5.10, if I have, say, an X terminal window up on my screen, the next time I log in, it's there when I log in as an unprivileged user. That's because I can save the layout the way I want to; there's a checkbox for it to save the layout upon exiting. I see none for CentOS 6.5. So, my X-terminal isn't there when I
2014 Jul 29
2
LMTP during dsync migration
Hi all, Another question regarding migration. While migrating a mailbox with dsync is it safe to deliver mail via LMTP to the new (target) mailbox or is it wiser to deactivate LMTP delivery to this mailbox until it's fully migrated? And what methods could I use to stop delivery to a mailbox during migration? Our user data is stored on an LDAP server. Cheers, -- j.hofm?ller
2006 Jun 29
3
Continuation and parse
Hi gurus, After an unsuccessful scrabble through the documentation and Jon's excellent search facility, I am no wiser as to how R recognizes an incomplete command line and politely raises its hand for more. The help page for parse gives no indication that it does anything more than spit the dummy when fed an incomplete command line, but something in there must recognize such ellipsis.
2006 Jun 29
3
Continuation and parse
Hi gurus, After an unsuccessful scrabble through the documentation and Jon's excellent search facility, I am no wiser as to how R recognizes an incomplete command line and politely raises its hand for more. The help page for parse gives no indication that it does anything more than spit the dummy when fed an incomplete command line, but something in there must recognize such ellipsis.
2009 May 06
2
Need help building combined model
I have two kind of variables. One kind where the values are continious and ranges from -1 to 5, and the other is boolean (i.e. true or false). For example: V1   V2  V3 V4 V5  V6 0.1  0.4   1    0   -1   3.7 0.4  0.1   2   -1   0    3.7 and V1  V2  V3 0     1    0 0     0    1 I want to make a model for classification, combining this two. Will it be wiser to use the second variable values
2008 Apr 28
4
Samba 3.2.0-pre3 packages in Debian - version of Samba in Debian lenny
The day after Karolin announced the release of 3.2.0-pre3, the Debian packaging team was able to upload .deb packages for it in Debian *experimental*. To use them, you need to already use Debian testing or unstable, then add this to /etc/apt/sources.list: deb http://ftp.fr.debian.org/debian experimental main contrib non-free (replace "fr" by your favorite mirror country code) If you
2020 Oct 05
2
understanding as.list(substitute(...()))
Could someone explain what is happening with the ...() of the following function: dots <- function(...) as.list(substitute(...())) I understand what I'm getting as a result but not why. ?dots and ?substitute leave me none the wiser. regards Tim
2006 Jan 06
3
Help Connecting server districts
I am working on a project to unite several local school districts. We will have 14 different districts, every district would have their own asterisk box on location. We all have fiber lines running to a central location at our isd. This provides connectivity to all the districts. 1. would it be wiser to install a asterisk box at the central location of the ISD and have all asterisk boxes
2010 Oct 06
4
Logging Login Attempts
I have passwords turned off, and require keys to match. The zombie armies swarming outside are trying brute force attacks that in part involve guessing login NAMES. If they guess the wrong NAME, this is logged in syslog. If they guess a working user name, then the attack has PARTIALLY SUCCEEDED, but this information is IGNORED. That is, it is not logged. If the zombie army has tell when it
2008 Apr 15
4
= vs. ==?
Hi Could anyone please explain to me the difference between the = and the ==? I'm quite new to R and I've tried to find out but didn't get any wiser... Thanks -- View this message in context: http://www.nabble.com/%3D-vs.-%3D%3D--tp16700216p16700216.html Sent from the R help mailing list archive at Nabble.com.
2006 Sep 18
3
(slightly O/T) Agile dev. contract form for clients?
Apologies for cross-posting. We''ve been asked to do a job for a client who wants to embrace agile development methodologies. Hurrah! However, our standard contract was written for the 1980s. It is full of phrases like "agreed specification" and "change request procedure" and so on. I was wondering, how do other people get around this in contract forms with
2009 Dec 10
2
multiuser rsync environment
Dear List, I am looking for a solution of the following issue. We are two users managing our homepage through subversion in order to synchronize each others work. We upload everything to the server via the following command in rsync: rsync -avzt --exclude ".svn" --exclude "*~" -e ssh . webserver at webserver.org:/path/to/the/webpage Everything works just fine except
2004 Aug 28
2
routing tables help
Hi I''m wondering if I could get some help setting up the routing tables in my ionteranl system. I''ve read what I have found about this, but I''m not getting any wiser... This is my network at home: Internet <-- DSL modem <--- Internet router (192.168.0.1) <--- eth1 (192.168.0.99) Linux server eth0 (192.168.1.122) ---> Workstation (192.168.1.22) ---> Thin
2006 Apr 03
2
Beginner: PBX for my house
Hi, I am renovating my house completely and installing new cabling for communication. I'm not to into this PBX thing but I would like to have a simple one for my house, to have different phone numbers for my family members, some kind of integration with my Broadband telephone, and possibly Skype.... Browsing the digium website didn't make me much wiser. I have a linux box that I can
2015 Apr 08
2
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
Just found another issue with CMake versions prior to 3.0. I need to write a long string, and prior to 3.0 there is no line continuation for quoted arguments. This might seem minor, but it's one of those things that when you need to do it, it's really annoying for there to be no good workaround :-/ http://www.cmake.org/cmake/help/v3.0/manual/cmake-language.7.html#quoted-argument
2003 Oct 28
2
v3.0.0, AD, 2k3 mumbles
I'm running a Samba 3.0.0 server in production in security = ADS mode against a W2k ADS server. Works just fine, thanks! We're sort of under pressure to regrade to a 2003 AD server, which sent me trying stuff out a bit. Meager results. The 3.0.0 I have (linked with MIT krb5-1.2.8) refuses to verify incoming tickets: [2003/10/28 16:27:36, 3]
2009 Sep 27
2
Determining name of calling function.
I have vague recollections of seeing this question discussed on r-help previously, but I can't find the relevant postings. I want to determine (from within a given function) the name of the function calling that given function. E.g. if I have a function foo() which calls a function bar(), and also a function clyde() which calls bar(), I want to have, in the code of bar(), an instruction