search for: file_list

Displaying 20 results from an estimated 180 matches for "file_list".

2003 Nov 08
2
malloc errors? out of memory with many files on HP-UX
...ause. I see some memory issues in the TODO list with my distribution, but I'm not familiar with the fix(es). It perplexes me that the site above references 80MB transfers - over twice the size of my current issue ... oh wait, my test is back (with double-v) ... receiving file list ... expand file_list to 4000 bytes, did move expand file_list to 8000 bytes, did move expand file_list to 8000 bytes, did move expand file_list to 16000 bytes, did move expand file_list to 16000 bytes, did move expand file_list to 32000 bytes, did move expand file_list to 32000 bytes, did move expand file_list to 64000...
2008 Aug 19
1
rsync hangs after aborting a process
...I can stop the process with the same keyboard interrupt, and I get the following message: Killed by signal 2. rsync error: unexplained error (code 255) at rsync.c(597) [receiver=3.0.3] If i try running the command with a few --verbose flags, I see this: receiving file list ... [receiver] expand file_list pointer array to 262144 bytes, did move [sender] expand file_list pointer array to 262144 bytes, did move [receiver] expand file_list pointer array to 524288 bytes, did move [sender] expand file_list pointer array to 524288 bytes, did move [receiver] expand file_list pointer array to 1048576 bytes,...
2007 Aug 27
3
rsync out of memory at 8 MB although ulimit is 512MB
...unlimited rsync output: ------------------------------ $ rsync -a -v -v --rsh=ssh /thumbnail/0009/ <user>@<server>:/data/thumbnail/0009/ opening connection using ssh <server> -l <user> rsync --server -vvlogDtpr . /data/thumbnail/0009/ building file list ... [sender] expand file_list to 131072 bytes, did move [sender] expand file_list to 262144 bytes, did move [sender] expand file_list to 524288 bytes, did move [sender] expand file_list to 1048576 bytes, did move [sender] expand file_list to 2097152 bytes, did move [sender] expand file_list to 4194304 bytes, did move [sender] e...
2011 Jun 17
1
rsync out of memory in flist_expand
Hi, I have been using rsync for years to perform my backups, but since a few days it crashes with an "out of memory" error. I am running Ubuntu 11.04/x86_64, which ships rsync-3.0.8, and I have also tried with the git version. I can see the following messages: [generator] expand file_list pointer array to 524288 bytes, did move [generator] expand file_list pointer array to 1048576 bytes, did move [generator] expand file_list pointer array to 2097152 bytes, did move [generator] expand file_list pointer array to 4194304 bytes, did move [generator] expand file_list pointer array to 838...
2009 Aug 20
1
Creating a list of combinations
...ass the names of these many objects to be held as just one single object. The naming convention is month, year in sequence for all months between January 1986 to December 1995 (e.g. Jan86, Feb86, Mar86... through to Dec95). I hope to pass all these names (and their data I guess) to an object called file_list, however, I'm experiencing some problems whereby only the first (and possibly last) names seem to make the list, with the remainder recorded as 'NA' values. Here is my code as it stands: index <- expand.grid(month=month.abb, year=seq(from=86,to=95, by=1)) for (i in seq(nrow(index)...
2005 Jun 29
1
Again, the error in rsync prototocol
...looked into the drives directory tree but nothing seemed bad. Any idea? ($:~)-> sudo rsync -Eavvb --delete --backup-dir="/Volumes/DATA 1/ rsync_bck" /Volumes/DATA/ "/Volumes/DATA 1" Password: backup_dir is /Volumes/DATA 1/rsync_bck/ building file list ... [sender] expand file_list to 131072 bytes, did move [sender] expand file_list to 262144 bytes, did move [sender] expand file_list to 524288 bytes, did move [sender] expand file_list to 1048576 bytes, did move done [receiver] expand file_list to 131072 bytes, did move [receiver] expand file_list to 262144 bytes, did move [re...
2003 Jun 11
2
rsync limit to file size/file count
Hi, What are the limits to file size and file count when doing a rsync transfer using 2.5.6? I was trying to rsync about 500 GB of data with many files and many directories, but it has been stuck building the file list for several hours. First of all, is it possible to transfer 500 GB of data? Secondly, what would the limit for file count be when doing a rsync transfer? Any comments or help
2004 Feb 06
4
memory reduction
..._STRUCT); + free(file); if (verbose > 1) rprintf(FINFO, "keep_backup %s -> %s\n", fname, keep_name); diff -rupNP --exclude-from cvs/.ignore cvs/batch.c pool2/batch.c --- cvs/batch.c Thu Feb 5 20:47:31 2004 +++ pool2/batch.c Thu Feb 5 20:51:14 2004 @@ -136,9 +136,7 @@ struct file_list *create_flist_from_batc exit_cleanup(1); } - batch_flist = new(struct file_list); - if (!batch_flist) - out_of_memory("create_flist_from_batch"); + batch_flist = flist_new(WITH_HLINK, "create_flist_from_batch"); save_read = stats.total_read; save_pv = protocol_vers...
2007 May 03
3
[PATCH] pygrub: look harder for elilo.conf
...grub/src/pygrub --- a/tools/pygrub/src/pygrub Wed May 02 14:50:56 2007 -0400 +++ b/tools/pygrub/src/pygrub Wed May 02 22:39:12 2007 -0400 @@ -361,7 +361,12 @@ class Grub: if platform.machine() == ''ia64'': self.cf = grub.LiloConf.LiloConfigFile() - file_list = ("/efi/redhat/elilo.conf",) + # common distributions + file_list = ("/efi/debian/elilo.conf", "/efi/gentoo/elilo.conf", + "/efi/redflag/elilo.conf", "/efi/redhat/elilo.conf", +...
2009 Feb 16
2
rsync 3.0.5 - ERROR: buffer overflow in recv_file_entry [generator]
...s (code 22) at util.c(123) [receiver=3.0.5] I also tried rsync 2.6.9 on client side and I got: opening tcp connection to saturn.nildram.co.uk port 873 opening connection using --server --sender -vvlWHogDtpr --ignore-errors --numeric-ids --inplace . ALL/ receiving file list ... [receiver] expand file_list to 262144 bytes, did move [receiver] expand file_list to 524288 bytes, did move [receiver] expand file_list to 1048576 bytes, did move [receiver] expand file_list to 2097152 bytes, did move [receiver] expand file_list to 4194304 bytes, did move [receiver] expand file_list to 8388608 bytes, did move...
2013 Apr 02
2
please help, iteration through a list of files and plot each one
...file names end in .txt. Each file has 2 columns col1 col2 2 3 3 4 4 5 5 6 I want to make a list of the file names and iterate through each plotting them in a separate file $filename\.png with the png swapped for txt. So far I have this, can someone help fill in the blanks? Thank You! file_list <- list.files() ? for (file in file_list){ ?????? ? ? if (!exists("dataset")){ ??? dataset <- read.table(file, header=TRUE, sep="\t") ? } ?? ? ? if (exists("dataset")){ ??? temp_dataset <-read.table(file, header=TRUE, sep="\t") ?######how? to plo...
2008 Apr 17
1
expand file_list pointer array
G'Day, rsync 3.0 to 3.2 is giving us trouble, keeps failing at certain points, latest error is :- expand file_list pointer array to 262144 bytes, did move I see this code is in flist.c, but why are we getting this and how to avoid it ? we are syncing from svn. Cheers Gav...
2005 Sep 15
1
writefd_unbuffered failed to write 32768 bytes: phase "unknown"
Hi, I receive this error when rsyncing. I suspect this is because of network problems. But the 'Invalid argument' and 'phase unknown' makes it very unobvious. ... packages/scribus/scribus-1.2.3-0.rf.src.rpm Read from remote host rsync.sw.be: Invalid argument rsync: writefd_unbuffered failed to write 32768 bytes: phase "unknown" [sender]: Broken pipe (32) rsync:
2012 Apr 11
1
Merging multiple .csv files
...all=FALSE) ] 2. Retrieve all, i.e., the union of the rows of 24 files. [again, somthing like: merge (.... ,by="Name", all=TRUE) ] On the web, I could see a few ways people seem to merge more than 2 dataframes. I tried to use library (reshape), but it didn't bring any result: file_list <- list.files() m <- merge_all (file_list, by="Name") Any help would be appreciated. Thank you. regards, Chintanu [[alternative HTML version deleted]]
2003 Jul 24
0
(no subject)
...st2::dst Oli Dewdney diff -E -B -c -r rsync-2.5.6/flist.c rsync-2.5.6-remotebatch/flist.c *** rsync-2.5.6/flist.c Sat Jan 18 18:00:23 2003 --- rsync-2.5.6-remotebatch/flist.c Wed Jul 23 11:27:45 2003 *************** *** 1038,1043 **** --- 1038,1058 ---- return flist; } + void send_batch_file_list( int f, struct file_list *flist ) + { + int n; + for (n = 0; n < flist->count; n++ ) { + send_file_entry(flist->files[n], f, 0); + } + send_file_entry(NULL, f, 0); + if (f != -1 && remote_version >= 15) { + send_uid_list(f); + } + if (f != -1 && remote_version...
2006 Apr 08
0
[WIP] rebuild initramfs when content changes
...gt;&2 printf "by './' so that it won't be interpreted as an option." >&2 printf "\n" >&2 usage >&2 exit 1 } list_header() { : } header() { printf "\n#####################\n# $1\n" >> ${cpio_list} } dir_filelist() { ${file_list}header "$1" srcdir=$(echo "$1" | sed -e 's://*:/:g') dirlist=$(find "${srcdir}" -printf "%p %m %U %G\n" 2>/dev/null) # If $dirlist is only one line, then the directory is empty if [ "$(echo "${dirlist}" | wc -l)" -gt 1 ];...
2004 Jan 27
1
Differentiating debug messages from both sides
...e debug messages deal with this by outputting a "[PID]" string at the start of the message. Unfortunately, the startup message that tells us which pid is which is only output when verbose >= 3, so there's a bit of a problem if we use this idiom for messages such as "expanding file_list ..." and "excluding file ..." (which get output at verbose >= 2 and can occur on both sides). I'd like to propose a change that prefixes dual-sided messages with [s], [r], or [g] for the sender, receiver, and generator, respectively. This makes them easier to read, and it wo...
2007 Aug 24
1
Has anyone experience with rsync out of memory
...32768 memory(kbytes) 32768 coredump(blocks) 2097151 nofiles(descriptors) unlimited rsync output: ------------------------------ opening connection using ssh <servername deleted> -l was00 rsync --server -vvlogDtpr . /data/thumbnail/0009/ building file list ... [sender] expand file_list to 131072 bytes, did move [sender] expand file_list to 262144 bytes, did move [sender] expand file_list to 524288 bytes, did move [sender] expand file_list to 1048576 bytes, did move [sender] expand file_list to 2097152 bytes, did move [sender] expand file_list to 4194304 bytes, did move [sender] e...
2009 Aug 20
0
Using 'unlist' (incorrectly?!) to collate a series of objects
...ting to write a new netCDF file (using the ncdf) package, using 120 grids I've created and which are held in R's memory. I am reaching the point where I try to put the data into the newly created file, but receive the following error: > put.var.ncdf(evap_file, evap_dims, unlist(noquote(file_list))) Error in put.var.ncdf(evap_file, evap_dims, unlist(noquote(file_list))) : put.var.ncdf: error: you asked to write 31104000 values, but the passed data array only has 120 entries! I think I understand why this is: the 120 grids contain 31104000 values in total, however, it seems that only the...
2003 Jun 20
0
(code 12) at io.c(177) error
...ke install. 3c509 ethernet over a 11mbps 5.8ghz radio link that is rock solid. HP switches on both ends. [root@bht /]# /usr/local/bin/rsync -avvW --delete --exclude-from=/etc/rsync.exclude / root@10.0.0.5::bht.midcoast.com opening tcp connection to 10.0.0.5 port 873 building file list ... expand file_list to 4000 bytes, did move excluding directory dev because of pattern /dev excluding directory proc because of pattern /proc excluding directory tmp because of pattern /tmp expand file_list to 8000 bytes, did move expand file_list to 16000 bytes, did move expand file_list to 32000 bytes, did move expa...