similar to: Problem with puppet-concat

Displaying 20 results from an estimated 100 matches similar to: "Problem with puppet-concat"

2010 Jul 08
0
Bug#588406: xen-utils-common: /etc/xen/scripts/block not driving helper scripts; XEN_SCRIPT_DIR not properly set
Package: xen-utils-common Version: 4.0.0-1 Severity: normal After upgrading xen-utils-common from 3.4.2-4 to 4.0.0-1, I could not create a guest domain defined with a DRBD file type. The xm create command would fail with "Error: Device 51713 (vbd) could not be connected. Hotplug scripts not working.". After some research I realized the /etc/xen/scripts/block-drbd helper script was
2010 Sep 24
0
template.base_path in rails3
Hi! With Rails 2 template.base_path and template.name were available in views. What are the Rails3 equivalents? -- M. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2007 Jun 09
4
relative path cmd line option
I''m having a hard time shipping off complete puppet manifests/facts/files within a single versioned container to end nodes because of how strict puppet is about not allowing relative paths, even with runtime command line options. (I can not use the puppet/puppetmaster client/server model because of company policies, organization divisions and personnel issues.) When I export a complete
2017 Nov 23
0
libPaths displays truncated path?
> On Nov 23, 2017, at 4:34 AM, Loris Bennett <loris.bennett at fu-berlin.de> wrote: > > Hi, > > TL;DR > ----- > > I define the path > > /cm/shared/apps/R/site-library/3.4.2 > > and add it to libPath. Why does libPath then display it as > > /cm/shared/apps/R/site-library/3.4 Generally one only has a different library for each major
2017 Nov 23
5
libPaths displays truncated path?
Hi, TL;DR ----- I define the path /cm/shared/apps/R/site-library/3.4.2 and add it to libPath. Why does libPath then display it as /cm/shared/apps/R/site-library/3.4 ? Long version ------------ I run a cluster of diskless nodes for which the OS is loaded directly into RAM and other software is provided by an NFS server. However, in the case of R, we use the R version provided
2006 May 23
2
Capistrano won''t spawn fcgi processes
I''ve ran into quiet an annoying problem: I have a Capistrano task that is supposed to run a shell script. The script restarts a rails application by first killing all active fcgi processes and then spawning new ones again. The shell script works fine when executed locally on the server but running this in a Capistrano task will simply not work. The task is simple: desc
2007 Apr 05
5
Odd error handling in ActionView#compile_template causes WSOD
If a view file cannot be compiled (eg it has a block with a missing ''end'' statement), I''m experiencing WSODs - the browser reports a lost network connection, rather than the helpful compilation error that we used to have. When the compilation fails, ActionView#compile_template raises this error : TemplateError.new(find_base_path_for(file_name || template), file_name ||
2009 Oct 22
5
Files copying - date and owner... problems
Hi everyone, Thank you for reading my post. I have some data on a "Windows Server 2003" machine I put there temporarily (quite a big amount of data: 44.8 GB). I have copied them back on my Samba server (Debian Lenny hosts the server). I have had two different types of problems: 1) Date problem: ---------------- some very "old" files which I hadn't touched for
2009 Jul 27
0
private fileserver config
Running 0.25.0b2, Trying to do ssh host public/private key installation via the file type, file { "ssh_host_dsa_key.pub": path => "$base_path/ssh_host_dsa_key.pub", mode => 0644, owner => root, group => root, source => "puppet://puppet/private/ssh/ssh_host_dsa_key.pub",
2006 Jul 05
5
cacti on centos
Hi all, I'm trying to get Cacti installed on my CentOS 4.3 x86_64 box. I've got all of required packages installed, and created database file, and followed all the instructions in install manual. However, when I get login screen and use admin for username/password, it simply redirects me straight back to login screen. Looking at user_log table, the authentication was
2012 Jan 10
2
Bug#655301: xcp-xapi fails to start
Package: xcp-xapi Version: 1.3-15 Severity: normal My packages were initially installed from the deb repository at download.xensource.org. Eventually, I upgraded them to the debian repository ones. Right now, xcp-xapi fails to start with the following messages. lnx200-39:~# /etc/init.d/xcp-xapi start Error: Connection refused (calling connect ) lnx200-39:~# -- System Information: Debian
2012 Jul 17
1
FW: rsync hanging after working reliably for years on one of my shares
Thanks for the suggestions - I have done my best to follow them. I inserted the debug shim script and changed the rsync executable in rsync so that it called that instead, and got the same results. Here is the tail from that: 21381 0.000108 open("www.athenshousing.org/xmlrpc.php", O_RDONLY|O_LARGEFILE) = 3 21381 0.000122 fstat64(3, {st_mode=S_IFREG|0644, st_size=294, ...}) =
2010 Jun 15
8
strange string in /etc/shadow
Hi, I am using puppet (version 0.25.5-1.e15 for redhat) for password management for non-system users. This morning, users on some of my puppet clients had their encrypted password strings in /etc/shadow replaced with the following string: YAML::syck::BadAlias That has effectively broken the users'' ability to login to those servers. Puppet will not overwrite that string with the
2007 Oct 14
1
concat mount
Hi, I've got a buffalo 1TB DriveStation run in RAID 1 mode, i.e. 500G space available, but that beast is preformatted in vfat. Buffalo doesn't recommend to run it as ext2/ext3, so I mount a vfat drive wich has the limitations "no symlinks, no uids, no gids, etc.". As I just want to use the DriveStation as a backup target, I did the following: I created files of 4G size with
2006 Apr 11
2
concat results from db query
I''ve got a bunch of records coming back from a database like so ID WORDS 1. banana apple orange 2. apple pear 3. banana orange I want to take the records in the WORDS field and concatinate them into one large array so I can play around with it. How do I do this? -- Posted via http://www.ruby-forum.com/.
2012 Jul 23
0
Updated version of pupmod-concat released to Github
A long overdue update to pupmod-concat has been released to Github at https://github.com/onyxpoint/pupmod-concat. It contains fixes for all outstanding bug reports as well as some additional optimizations and features. Many thanks to all bug reporters and we''re going to try to not wait another year before fixing new issues! Thanks, Trevor -- Trevor Vaughan Vice President, Onyx
2007 Jul 24
1
blocks using concat do not work inside helper
Hi, I wrote this ticket yesterday and it had been deleted and marked as invalid http://dev.rubyonrails.org/ticket/9066 Ticket: ----------------------------------------------------------------------- When I try to do this from a helper: def foo(&block) concat "<div>", block.binding yield concat "</div>", block.binding end def bar(&block) concat
2013 Jan 09
0
concat and ordering
I''m attempting to work with the puppetforge haproxy module. The module uses concat and I get how it works, but I''m having some problems with the sequencing. What the module does is: For the listener: order => "20-${name}" // ${name} is the name of the listening service For the balancermember order => "20-${listening_service}-${name}" //
2003 Nov 22
0
append or concat for dhcp-parameter-request-list
I'm confused... A few months back I was playing with sending information to pxelinux by forcing the dhcp server to send certain options. I couldn't get the syntax: append dhcp-parameter-request-list 208,209,210,211; to work, but I was able to get option dhcp-parameter-request-list = concat(option dhcp-parameter-request-list,d0,d1,d2,d3); to work. This was with 3.0.1pl9. Now with
2008 Jun 10
1
Concat Multiple Plots into one PNG figure
Dear experts, I tried to put the two plots into one final PNG figure with the following script. However instead of giving 2 plots in one figure, it only gives the the last plot in one figure. What's wrong with my script below? __BEGIN__ in_fname <- paste("mydata.txt.",sep="") out_fname <- paste("finalplot.png",sep="") dat <-