search for: some_file

Displaying 20 results from an estimated 50 matches for "some_file".

2012 Mar 12
3
--delete not working
Hi guys , i need some help. I am trying to make a full sync of two of my servers. But i noticed a very odd thing. If i create a directory , for example /usr/include/SOME_FOLDER/some_file on server2 when i do : root at server1 #$ rsync -avhH --exclude proc/ --exclude sys/ --exclude dev/ / root at server2:/ after the whole sync, the /usr/include/SOME_FOLDER/some_file will still be in the server2. Why ? Shouldn't be deleted ? thanks in advance. []'s Salatiel
2009 Jun 04
0
[adejong@debian.org: Bug#531639: rsync can end up deleting unrelated files when a directory is replaced by a symlink]
...into this when reorganising some directories and putting compatibility symlinks in place. The end result that the whole directory went missing. I think the best way to explain is a demonstration. We set up simple source and destination directories: % cd /tmp % mkdir -p src/foo dst % touch src/foo/some_file % rsync -a -v --delete --delete-delay src/ dst/ sending incremental file list foo/ foo/some_file sent 123 bytes received 35 bytes 316.00 bytes/sec total size is 0 speedup is 0.00 % find src dst -ls 116737 1 drwx------ 3 arthur users 1024 Jun 2 23:48 src 116738 1 drwx------ 2 arthur us...
2003 Mar 28
2
Rsync error main.c
Rsync Ver: 2.5.5 OS: HPUX-11 Hello List, I'm using rsync with ssh with this command line: rsync -avz -e ssh some_file user-b@hostname-b:/home/user-b Which does work, however I get the following error output: rsync error: protocol incompatibility (code 2) at main.c(578) Since the file does transfer, is the error output just some sort of bug? I looked in the maillist archives, and I found only one person that rep...
2012 Apr 05
3
newly added ruby function executes on the server instead of the node
...ite_line_to_file) do |args| filename = args[0] str = args[1] File.open(args[0], ''a'') {|fd| fd.puts str } end end* 2) I invoked it in the /etc/puppet/modules/write_line_to_file/manifest/init.pp like this: *class write_line_to_file{ write_line_to_file(''/tmp/some_file'', "Hello world!") }* 3) And I also included this module into my /etc/puppet/manifests/nodes.pp under the correct node: *node default {} node ''testnode.domain.com'' { include hosts include uninstall_screen include write_line_to_file }* * *The function does execu...
2020 Sep 25
2
cifsacl not working
...eems to be related to cifsacl. > It's still hard to say at this point. > > cifs.idmap logs messages in the syslog. > Can you try mounting with cifsacl, then look at logs in one window > > # journalctl --since=now > > While you do a > > # ls -l /path/to/cifsaclmount/some_file > > If a mapping fails you should see something like this: > > cifs.idmap[8370]: key description: cifs.idmap;0;0;39010000;os:S-1-5-18 > cifs.idmap[8370]: Unable to convert cifs.idmap;0;0;39010000;os:S-1-5-18 to UID: Some IDs could not be mapped. > > "os" means it'...
2007 Apr 19
2
Path confusion
Dear wine gurus, I'm trying to run a program installed like this: /usr/local/program/program.exe which also contains a subdirectory: /usr/local/program/subdir/ with some files. When typing: $ wine /usr/local/program/program.exe I get an error mesage like: "File \subdir\some_file not found!" The problem can be solved by putting the subdir to the root directory of the computer so I have: /bin /boot /dev ... /subdir ... Do you know some more elegant solution by setting some environment variable or by giving wine some parameter? Thank you Vojtech Spiwok -- -----------...
2020 Sep 24
4
cifsacl not working
On 9/24/20 1:06 PM, Rowland penny via samba wrote: > OK, you are using users & groups in the 1000-29999 range, why ? could > it be that you have the same users in /etc/passwd and AD ? On my Linux installs, I allow for a 'local' account with user id 1000. That is the only local account and is used for installing the OS (or in case AD is down). All other user/group accounts are
2012 Sep 12
4
Trying to use pipes in R
Hi, I'm trying to use pipes in R. By now, I could launch the linux command "wc" (to count words from a text), but I don't know how to capture the results, say in a vector of chars... Here is the R code I'm trying: :> f <- pipe("wc", open="w") :> writeLines(c("uno dos tres", "cuatro cinco", "seis"), f) :> close(f)
2007 Feb 15
6
%include command in Kickstart
I have a kickstart file that basically runs the following: install nfs --server=nfserver.blah.local --dir=/vol/updts/staging/CentOS_4.3 #include %some_file.cfg I want to be able to access or "include" a file on the nfs share not the local CDROM I've got this on. How do I do that? === Al
2008 Mar 19
2
problem with worker status
...; some long running task >>> exit end end Now when I fire up the backroundrb server and a rails console and ask for a new worker like this: >> jk = MiddleMan.new_worker(:worker => :upload_worker, :job_key => "123", :data => data) (where data = {:file => some_file} ) most of the time I get the jobkey returned and the job works and I can ask the status with >> MiddleMan.ask_status(:worker => :upload_worker, :job_key => "123") But sometimes I get the jobkey returned from the initial request but the worker seems to fail to register its s...
2007 Apr 23
0
Re: wine-users Digest, Vol 21, Issue 24
...t?ch Spiwok > <Vojtech.Spiwok@vscht.cz> > Message-ID: <462A2B04.1090801@vscht.cz> > Content-Type: text/plain; charset=ISO-8859-2; > format=flowed > > Dear James, > Thank you for the tip, but I'm affraid > that it does not work. The program calls > \subdir\some_file and not > subdir\some_file > > Cheers > > Vojtech Spiwok > > >> Dear wine gurus, > >> > >> I'm trying to run a program installed like > this: > >> /usr/local/program/program.exe > >> which also contains a subdirectory: >...
2016 Jul 11
4
server not using utf8-mode with Synology client
On Tue, Jul 12, 2016 at 01:19:37AM +0200, Xen wrote: > Jeremy Allison schreef op 12-07-2016 0:58: > >On Mon, Jul 11, 2016 at 11:41:24PM +0200, Xen wrote: > >>I wrote here how my filenames are getting mangled when getting sent > >>or received to the server. > >> > >>Server: current Ubuntu lookalike. > >> > >>Client: Older Synology
2020 Sep 25
0
cifsacl not working
...It's still hard to say at this point. >> >> cifs.idmap logs messages in the syslog. >> Can you try mounting with cifsacl, then look at logs in one window >> >> # journalctl --since=now >> >> While you do a >> >> # ls -l /path/to/cifsaclmount/some_file >> >> If a mapping fails you should see something like this: >> >> cifs.idmap[8370]: key description: cifs.idmap;0;0;39010000;os:S-1-5-18 >> cifs.idmap[8370]: Unable to convert >> cifs.idmap;0;0;39010000;os:S-1-5-18 to UID: Some IDs could not be >> mapped...
2003 Jul 16
0
[Bug 619] scp permissions
...OS/Version: other Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: openssh-bugs at mindrot.org ReportedBy: johnf.ct at netzero.net I hope this isn't FAQ but I can't find an answer for this: If a file named /a/some_file is in Unix machine 'A' and it's owned by user 'someuser', if I run 'scp -p root at A:/a/some_file another_file', I expected the permissions, timestamp, owner and group of the file to be the same as the target_file. The timestamp and permissions are correct but the owner...
2006 Feb 18
0
unplausible "no space left on deivce"
...ollowing issue ( the description is out of necessity bit lengthy): I have corrupted partition with ext3 filesystem oni t, fortunately enough partition was mirrored, so that I was able to dd the the mirroed partiton to the file like this: dd bs=512 if=/dev/<where_the_mirrored_partition_is> of=some_file and write the content to the primary partition like this: dd bs=512 if=some_file of=/dev/<where_the_primary_is>. The most crucial thing is block size choosen -- 512 bytes. Both operations went fine. Now to the trouble: I was able to create normal files of whatever size on the recreated...
2007 Nov 28
1
test
Sorry, but it seems that I have banned from list. I can reciveve, but can not send posts. Hi! When I use Dial(type/identifier, timeout, A(some_file)) CDR billsec starts when announcement ends. But I have to bill from when called party answers to phone. How can I solve my problem? -- Suich
2011 May 19
1
[Bug 652] pcap plugin problem
http://bugzilla.netfilter.org/show_bug.cgi?id=652 Mariusz Kielpinski <kielpi at poczta.onet.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kielpi at poczta.onet.pl Status|ASSIGNED |NEW --- Comment #3 from
2010 Jun 21
9
[BUG] Segmentation fault
...em ''cancan'' gem ''redgreen'' gem ''formtastic'', :git => "git://github.com/justinfrench/ formtastic.git", :branch => "rails3" gem ''mail'' After installing all the gems and running rspec ./spec/controllers/ some_file.rb I get the following error: http://gist.github.com/446668 Running any other rake task gave me the same error. I tried removing the ruby 1.9.2-head and installing it again, creating a new gemset and running bundle install, but I got the same error. When running rake on ruby 1.8.7 (2009-06-12 pa...
2001 Dec 11
0
Samba/Win_NT mapped drive problem
...drive by either dragging and dropping or right-clicking and selecting copy/paste. Under Windows 2000 the problem simply doesnt exist - unfortunately at the moment I cannot upgrade everyone currently using Windows NT to Windows 2000 due to some software issues. For example: P:\new_folder | ---- some_file.txt is fine, both reading by double clicking and writing P:\some_file.txt isnt! The error I get when trying to copy a file to the root of the mapped drive is 'A file with the name you specified already exists. Specify a different filename'. The error I get when double-clicking a file i...
2015 Jun 10
2
git daemon on zytor is back in action
> On 06/09/2015 11:54 PM, H. Peter Anvin via Syslinux wrote: > > The git daemon on zytor is now functional again, as I managed to carve > > out a little bit of time to dig into the selinux problem. Cloning git > > via either http://git.zytor.com/ or git://git.zytor.com/ > > > > However, the web interface is still broken. I'll see if I can fix it in > >