search for: filea

Displaying 20 results from an estimated 33 matches for "filea".

Did you mean: file
2012 Mar 13
1
Error recovery
I am trying to figure out what happens in the following scenario: I use rsync to copy files from hostA:/dir1 to hostB:/dir1 with the command (from hostB) rsync -abvt --delete-after --suffix=~ hostA:/dir1 /dir1 So if fileA exists already on both boxes (it has previously been rsynce-d) and fileA changes on hostA. rsync starts from hostB, fileA starts transfer. If the transfer aborts before it is complete (due to a network failure) what happens? In a successful transfer dir1 on hostB will have fileA fileA~ But if t...
2013 Jun 20
2
[PATCH] ocfs2: llseek requires to ocfs2 inode lock for the file in SEEK_END
llseek requires ocfs2 inode lock for updating the file size in SEEK_END. because the file size maybe update on another node. if it not . after call llseek in SEEK_END. the position is old. this bug can be reproduce the following scenario: at first ,we dd a test fileA,the file size is 10k. on NodeA: --------- 1) open the test fileA, lseek the end of file. and print the position. 2) close the test fileA on NodeB: 1) open the test fileA, append the 5k data to test FileA. 2) lseek the end of file. and print the position. 3) close file. at first we run the test pr...
2008 Dec 16
5
Self-heal's behavior: problem on "replace" -- it leaves garbage.
...amespace volume is on the GlusterFS Client So, self-heal will behave between server1, server2 and server3. Now, my self-healing procedure of fault scenario is following: (1) Each node is active and mount point on client is /mnt/glusterfs. The operating user on client is root. (2) Root creates fileA and fileBC on the client local directory (not on the mount point of FUSE) - fileA contains strings "aaa" - fileBC contains strings "bbb\nccc" (\n is line break.) (3) Root copies fileBC on /mnt/glusterfs. (4) Make server2 down. (# ifdown eth0) (5) Root redirects...
2005 Feb 09
1
Query re: rolling checksum algorithm of rsync
Hi, I had a query wrt the topic of rsync's rolling checksum algorithm: If I have a fileA that is a database file of size 100 MB on local machine. I back it up first time (full backup) using rsync to the server assuming block_size to be 30 KB and --compress option to compress data as it is transferred. Next time, I modify the fileA with another 100 MB new contents towards the end (ass...
2012 Nov 09
4
Usage of puppet to deploy and configuration manage software patches
I have some questions in terms of how to use puppet of configuration management for software patches. My previous approach was it to create a puppet module for each patch ... Like Patch1 includes (FileA, FileB, FileC), Patch2 includes (FileD, FileE)... So far so good and that works but now i have to create a Patch3 with lets say FileF and FileA included. As you can see there will be a puppet conflict as i can''t deploy the same files within different modules. What is the right architec...
2013 Jun 27
0
[PATCH V3] ocfs2: llseek requires to ocfs2 inode lock for the file in SEEK_END
llseek requires ocfs2 inode lock for updating the file size in SEEK_END. because the file size maybe update on another node. if it not . after call llseek in SEEK_END. the position is old. this bug can be reproduce the following scenario: at first ,we dd a test fileA,the file size is 10k. on NodeA: --------- 1) open the test fileA, lseek the end of file. and print the position. 2) close the test fileA on NodeB: 1) open the test fileA, append the 5k data to test FileA. 2) lseek the end of file. and print the position. 3) close file. at first we run the test pr...
2010 Jan 21
2
Help with correct text file syntax EXCLUDE/INCLUDE + OPTION
...Documents /home/user/Software /home/user/.evolution/addressbook/local/system/addressbook.db /home/user/.evolution/calendar/local/system/calendar.ics /home/user/.evolution/memos/local/system/journal.ics /home/user.evolution/tasks/local/system/tasks.ics First (1st) attempt [OPTION] --exclude-from=fileA [SYNTAX] fileA + Documents + Documents/** + Software + Software/** # .evolution/addressbook/local/system/addressbook.db .evolution/calendar/local/system/calendar.ics .evolution/memos/local/system/journal.ics .evolution/tasks/local/system/tasks.ics # - * Output: Documents & Software folders:...
2007 Jul 08
0
patch to enhance sound module for 96 kHz/24 bit sample sizes
...ray(sound(s),dim=c(1,2*sampleLength(s)))} if (bits(s)==8) data <- data*127+128 - else data <- data*32767 + else if (bits(s)==16) data <- data*32767 + else data <- data*16777216 dataLength <- length(data)*bits(s)/8 @@ -182,7 +204,7 @@ writeBin(as.integer(channels(s)),fileA,size=2, endian='little') # 1=mono / 2=stereo writeBin(as.integer(rate(s)),fileA, endian='little') # sample rate writeBin(as.integer(rate(s)*channels(s)*bits(s)/8),fileA, endian='little') # bytes/second - writeBin(as.integer(chann...
2003 Sep 18
2
bad hardlinks with rsync
Hi List I've experienced some problems with rsync. I'm backuping a complete machine's rootdirectory. After completion I see in the log of the output, that rsync links some files which are surely *not* the same on the source System. Or well, it says, that it makes links, using the filename1 => filename2 notation. On the source System this files are not the same and some files are
2005 Jul 31
0
[Bug 2933] New: regression with hardlinked devices
...dev/ | awk '{print $1}' | sort | uniq -c | egrep -v '^ 1 ' rm -r dst ls -aliT src 17 crw-r--r-- 2 root wheel 2, 2 Jul 31 07:01:55 2005 devnulla 17 crw-r--r-- 2 root wheel 2, 2 Jul 31 07:01:55 2005 devnullb 16 -rw-r--r-- 2 root wheel 0 Jul 31 07:01:55 2005 filea 16 -rw-r--r-- 2 root wheel 0 Jul 31 07:01:55 2005 fileb ./rsync -Haxv --delete ./src/ ./dst/ building file list ... done created directory ./dst ./ devnulla devnullb fileb filea => fileb sent 195 bytes received 72 bytes 534.00 bytes/sec total size is 0 speedup is 0.00 ls -aliT dst...
2006 May 25
1
save() saves extra stuff if object is not evaluated
...file <- "b-noy.RData" saveCache(file=file) peek(file) file <- "b-noy-eval.RData" saveCache(file=file, eval=TRUE) peek(file) } # 1. Call saveCache() outside main() eval(body(main)) # -------------------------------------- # a.RData: 238 bytes # RDX2Xsources?filea.RData y?n $ n?$eval???n? # -------------------------------------- # a-eval.RData: 58 bytes # RDX2Xsources?? # -------------------------------------- # b-noy.RData: 230 bytes # RDX2Xsources?file?b-noy.RData ?yv$ n?$eval???n? # -------------------------------------- # b-noy-eval.RData: 58 bytes # R...
2002 May 06
6
SCP file corruptions
Hi, I apparently was asleep at the wheel using scp, and accidentally copied a file onto itself. Scp generated an Input/Output error and did not perform the copy. However, now the file is corrupt. Is this a but? Is there anyway to fix the file I messed up? Thanks, Don Gathman 208.396.6675
2007 Feb 07
2
ncluding backgroundrb issue
I have the next including files structure : - controller fileaA.rb including line (#8): require "fileB"... - /lib/fileB.rb with main header: load ''backgroundrb/worker.rb'' load ''backgroundrb/ worker_rails.rb'' class...
2016 Nov 17
2
Samba4: use Posix-ACLs only? (ext4 - NFS4+CIFS - Fileserver)
...r is it in general not longer possible/supported to restrict Samba to Posix-ACLs understood in an ext4-enviroment? Thanks for any hint. OS: Ubuntu 14.04 LTS , Samba: samba 2:4.1.6+dfsg-1ubuntu2 <https://forums.linuxmint.com/viewtopic.php?f=157&p=1159792#p1159792> /etc/fstab: /dev/m1404-filea-vg1/dist_it_test2 /dist/it_test2 ext3 acl,usrjquota=aquota.user,jqfmt=vfsv0 0 0 /etc/samba/smb.conf: ... # vfs objects = acl_xattr map acl inherit = yes store dos attributes = yes ...
2010 Sep 03
1
How to Retain Ownership on webdir
...reated a new files (fileB) / directories (dirB), the ownership becomes 'apache:apache' and the sgid has gone for /webdir/ (drwxrwxr-x). I'm currently using Wordpress. [before] drwxrwsr-x users webusers /webdir/ drwxrwsr-x users webusers /webdir/dirA -rw-rw-r-- users webusers /webdir/fileA [after] drwxrwxr-x users webusers /webdir/ drwxrwxr-x apache apache /webdir/dirB -rw-rw-r-- apache apache /webdir/fileB Why the sgid bit doesn't reflected and the group as well? Has anyone knows how to fix this? Thanks. Regards, James -------------- next part -------------- An HTML attac...
2002 Jun 21
0
File date stamp on overwrite
...ew to the list, but searched archives and didn't find an answer to my question so... I have two Solaris servers, one with Samba 1.9.18p10 and the other with 2.2.4. My problem is that I'm having timestamps modified unexpectedly on one server, but not the other. When a user overwrites fileA with fileB on the 1.9 machine, the timestamp of fileB is preserved. When a user overwrites fileA with fileB on the 2.2 machine, the timestamp of fileB is changed to the current date. Configurations are nearly identical - the config on the newer machine started as a copy of the config on the...
2007 Sep 08
3
DO NOT REPLY [Bug 4961] New: rsync ignores --compare-dest flag?
...mponent: core AssignedTo: wayned@samba.org ReportedBy: jae@platinumpsi.com QAContact: rsync-qa@samba.org Perhaps I have the syntax wrong, however, the following attempts to copy all files in SOURCE every time: 1. mkdir LATEST_CHANGES SOURCE BACKUP_STAGING 2. touch SOURCE/filea SOURCE/fileb SOURCE/filec 3. rsync -avi SOURCE/* LATEST_CHANGES (all files copied, as expected) 4. touch SOURCE/filed SOURCE/filee 5. rsync -avin SOURCE/* BACKUP_STAGING --compare-dest=LATEST_CHANGES always reports the three files that are in LATEST_CHANGES: building file list ... done >f++++++...
2007 Aug 14
8
sh DTrace provider available
As noted on my blog and at http://www.opensolaris.org/os/community/dtrace/shells/ I''ve made available a DTrace provider for the Bourne shell. Before anyone starts yelling at me for not starting with another shell, read the blog I made explaining why we started with shell (link on the community page referenced above). For /bin/sh, I''ve put up something akin to a chapter in
2005 Jul 31
5
Shared versus static linked executables - and strip
I'm still pondering with kbuild and klibc. Next in line was to get ipconfig support in the kernel (build wise). A little challenge that is bigger than anticipated was to create a shared executable. This required a far bigger rewrite of Kbuild.klibc than originally planned. The good part is that I now managed to treat linking of objects with single and multiple .o files almost the same.
2013 Jun 10
4
Combining CSV data
Hello R community, I am trying to combine two CSV files that look like this: File A Row_ID_CR, Data1, Data2, Data3 1, aa, bb, cc 2, dd, ee, ff File B Row_ID_N, Src_Row_ID, DataN1 1a, 1, This is comment 1 2a, 1, This is comment 2 3a,