search for: global_opt

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

Did you mean: globalopt
2001 Dec 15
0
Issues with IPv6 support and with global_opts structure
...atch to CVS to also permit EINVAL. Question for IPv6 experts: why check the errno code at all? Why not just loop through any time socket() returns -1? The second problem is that even if rsync is compiled with --disable-ipv6, on Linux it still attempts to open an IPv6 socket. This is because the global_opts.af_hint variable is initialized to 0, when it should be initialized to AF_INET to tell getaddrinfo() to prefer IPv4. This brings up a disadvantage with the new global_opts way of specifying global variables; by default the whole structure is now initialized to zero and there's no easy way to...
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_...
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...
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