search for: global_option

Displaying 6 results from an estimated 6 matches for "global_option".

Did you mean: global_options
2001 Dec 15
0
Issues with IPv6 support and with global_opts structure
I ran into two problems related to the IPv6 support recently added to rsync. I have only noticed these on Linux, I think because it alone of my machine types supports the getaddrinfo() call; the rest use rsync's builtin version of getaddrinfo(). The first problem is that on one Redhat 6.2 system I observed that when rsync tries to create an IPv6 socket, the socket() system call is returning
2006 Oct 16
0
Problem : Debian xen package removal & installation
...[Y/n]? y (Reading database ... 114067 files and directories currently installed.) Removing xen-utils-3.0-unstable-1 ... Traceback (most recent call last): File "/usr/bin/pycentral", line 1325, in ? main() File "/usr/bin/pycentral", line 1319, in main rv = action.run(global_options) File "/usr/bin/pycentral", line 922, in run pkg.remove(runtimes, remove_script_files=True) File "/usr/bin/pycentral", line 682, in remove default_runtime.remove_byte_code(self.private_files) AttributeError: 'NoneType' object has no attribute 'remove_byt...
2011 Jan 26
2
changes in rspec 2.4 break ci_reporter
...:ConfigurationOptions def parse_options @options = begin options_to_merge = [] if custom_options_file options_to_merge << custom_options else options_to_merge << global_options options_to_merge << local_options end options_to_merge << env_options options_to_merge << command_line_options options_to_merge.inject do |merged, options|...
2001 Dec 17
1
CVS update: rsync
On 14 Dec 2001, dwd@samba.org wrote: > open_socket_in was attempting to try all the protocols returned from > getaddrinfo(), but only if a corresponding call to socket() returned one of > three *NOSUPPORT errno codes. A Redhat 6.2 system was observed returning > EINVAL instead so it never went on to try IPv4. This update adds EINVAL to > the list. Question: why not always
2013 Jan 30
1
how to customize puppet-haproxy module??
...ge the port number and a few other things in the node-definition but how can I add more ''option'' and change the ''mode'' from default tcp to http? Likewise, I need to change some options in the "global" section but can''t figure out how use the global_options parameter to do that. Any ope with some pointer? Cheers!! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. T...
2009 Jul 10
6
Best practices for building a file from distributed data.
G''day. I am wondering what the current best practice for building a single file out of distributed fragments is with puppet. Specifically, my problem: 1. Install munin-node on arbitrary machines. 2. Install ''munin.conf'' as a single file on one machine, containing a configuration stanza for every machine that munin-node is installed on. The current best practice