similar to: Intended behavior of sourceselect => all [Proper]

Displaying 20 results from an estimated 500 matches similar to: "Intended behavior of sourceselect => all [Proper]"

2007 Mar 29
0
Intended behavior of sourceselect => all
Hi all Luke Kanies suggested that I take this up here since his memory on the subject was a bit poor. I am trying to cat various files together into one file. According to the documentation "sourceselect => all" might do this. From the language reference [1]: "Whether to copy all valid sources, or just the first one. Valid values are first, all.""" Giventhe
2011 Apr 07
3
sourceselect & multiple sources not working
Hi, I am trying to configure a file resource with multiple sources, and browsing list archives and forums seems to indicate that sourceselect parameter with an array for the source param. But the final file gets created using the first matching parameter in the array. file { ''/etc/sysconfig/myconfig'': sourceselect => all, source => [
2002 Jan 04
2
Strange problem from "identical" hosts
Long post.. sorry. Ok.. I've got three systems, all running openssh-3.0.2p1. As a matter of fact, they were installed from the same built tree, so I know they are the same. Here's the deal. I've got three systems, call them source1, source2 and target. All are HP-UX 11.0 systems installed from the same tree. Source1 and source2 both have thier root rsa pub keys in target's
2013 Oct 21
3
Resource file copy files recurse in existing directory with existing files
Hi, I have a file resource that brings files in the diretory "/usr/local/nagios/libexec" from source1 and I have a second resource file that should bring file in that same directory but from an other source. But the result is that only the files from file { "/usr/local/nagios/libexec": do exit in the directory. I tried remote and true. The resource file {
2018 Jun 02
2
encoding argument of source() in 3.5.0
In R 3.5.0 using the `encoding' argument of source() prevents loading files from the internet; without the `encoding' argument files can be loaded from the internet, but if they contain non-ascii characters, these are not correctly displayed under MS-Windows (but they are correctly displayed under GNU/Linux). With R 3.4.{2,3,4} there is no such problem: using `encoding' the files are
2017 Mar 23
4
[Bug 100357] New: [NV50] Resume from hibernate/suspend does not work
https://bugs.freedesktop.org/show_bug.cgi?id=100357 Bug ID: 100357 Summary: [NV50] Resume from hibernate/suspend does not work Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: major Priority: medium Component: Driver/nouveau Assignee: nouveau at
2007 Oct 04
2
Failed to create Administrators, Failed to create Users
Hi, Since I install Samba 3.0.23d on my Centos5 with kernel 2.6.18-8.1.10.el5 #1 SMP I've the following messages in my logfile: Oct 3 16:45:22 smbd[6174]: [2007/10/03 16:45:22, 0] auth/auth_util.c:create_builtin_administrators(785) Oct 3 16:45:22 smbd[6174]: create_builtin_administrators: Failed to create Administrators Oct 3 16:45:22 smbd[6174]: [2007/10/03 16:45:22, 0]
2010 Apr 19
1
Formatting data, adding column names, use reshape, a newbie question
Hi all, I'm an R novice. I have data that's already formatted as "molten" that reshape should be able to work with. For example, the following was read in with read.csv(filename,sep=" ", header=FALSE) V1 V2 V3 V4 V5 1 original book book.source1.txt 328900494 3039.525 2 original book book.source1.txt
2007 Feb 10
1
Multipe file sources...
Hi, I''m trying to use several sources to pick from in a remotefile statement: remotefile { "/etc/sudoers": mode => 0440, source => [ "config/apps/sudo/sudoers.${host}", "config/apps/sudo/sudoers" ], sourceselect => first } But it doesn''t seem to work. I get an error like this: "File source
2006 Sep 12
4
2.6.9-42.ELsmp kernel and 3ware 9550 tools
I have the latest kernel with the drivers for my 3ware 9550SX built in. Where can I find the tools and monitoring apps for this card? Are there rpms hiding somewhere, or do I need to build it from source? -- Bowie
2004 Mar 09
3
Feature Request: Multiple Streams
Are there any plans to add support for multiple stream copying (BBFTP and GridFTP do this, though only for a single file) to rsync? Thanks, Jason
2018 Jun 04
3
encoding argument of source() in 3.5.0
>>>>> peter dalgaard >>>>> on Sun, 3 Jun 2018 23:51:24 +0200 writes: > Looks like this actually comes from readLines(), nothing > to do with source() as such: In current R-devel (still): >> f <- file("http://home.versanet.de/~s-berman/source2.R", encoding="UTF-8") >> readLines(f) > character(0)
2011 Mar 07
0
Help with uniform distribution
Hi I have the table data below Simula.Capital<-data.frame(Week=c(0:52), Production=0) Simula.Capital$Production<-round(c(120,rnorm(52, mean = 100, sd = 25)), 0) weeks=3 i<-1; Sell<-NULL; Maximo<-NULL for(i in seq(along= Simula.Capital$Production)){ Maximo<-Simula.Capital[2,"Production"] Sell<-c(Sell,(round(runif(weeks, min=0, max=Maximo), 0))) i=i+1 }
2012 Jul 26
4
Time rsYnc Machine (tym)
http://dragoman.org/tym Regards Tomas
2007 Sep 26
3
guest not permitted to access share
Hi! I have got the problem with my guest account. I can`t access to the share. The OS is Centos 5 Linux 2.6.18-8.1.10.el5 #1 SMP Version of krb5 is 1.5-29 This is my smb.conf: [global] # server string is the equivalent of the NT Description field netbios name = SERVER # workgroup = NT-Domain-Name or Workgroup-Name workgroup = DOMAIN realm = DOMAIN.NET security = ADS password server
2009 Sep 01
1
rsync and symlinks
Hi, I have one question regarding handling of symlinks in rsync. If I have /source directory in which I have 100s of sub directories of directories and each one has symlink to some directories out side the /source directory hierarchy. Does rsync follows all those symlinks and syncs the data if I specifies below rsync command? rsync -avz /source/ remote.ky:/source/ source | | - source1
2007 Dec 10
1
One more HEAD foible against our config
One more error/warning from the latest Puppet from git: In the provider I have KEYS = Facter.value(:roothome) + "/.ssh/authorized_keys" Puppet::Type.type(:authorizedkey).provide(:parsed, ... I get an error on the Puppetmaster: Could not autoload "/usr/lib/ruby/site_ruby/1.8/puppet/provider/authorizedkey/parsed.rb": undefined method `+'' for nil:NilClass Could not
2023 Mar 01
1
Inherit Owner / Permissions
A user is attempting to use Windows Powershell get-childitem command to copy files from one SMB directory to another. ***************** Get-ChildItem -Path "W:\z_TestFiles\source1" -Recurse -File | ForEach-Object { Copy-Item -Path $_.FullName -Destination "X:\dest1" } ***************** When the command is run it creates the files as 0 byte files and then errors.
2013 Dec 20
1
[LLVMdev] extra one cycle of getOperandLatency
Hi llvm-dev, I wonder why there is an extra cycle for getOperandLatency. It doesn't seem intuitive. UseCycle = DefCycle - UseCycle + 1; When I read the comments in TargetItinerary.td, it said OperandCycles are optional "cycle counts". They specify the cycle after instruction issue the values which correspond to specific operand indices are defined or read. I thought if
2011 Aug 18
1
in/exclude[=] and multiple sources
I have been using rsync on and off for years, but it still has the ability to throw me on more occasions than I care to admit:-) Currently I am trying to obtain a better understanding of the --include and --exclude options. Even though I think I have a pretty good understanding of the basic mechanics of these options and can usually get things to work as I want, there are a couple of issues that