similar to: Puppet bootstrap: via cdist

Displaying 20 results from an estimated 100 matches similar to: "Puppet bootstrap: via cdist"

2013 May 15
1
[PATCH] Expose remote forwarding ports as environment variable
Good evening gentlemen, the attached patch against openssh 6.2p1 exposes remote forwarding ports to the remote shell: targethost % ssh -R 1234:localhost:22 controlhost controlhost % echo $SSH_REMOTE_FORWARDING_PORTS 1234 targethost % ssh -R 0:localhost:22 controlhost controlhost % echo $SSH_REMOTE_FORWARDING_PORTS 54294 targethost % ssh -R 0:localhost:22 -R
2011 May 06
3
Over-riding changes in modules and classes
Hello puppet gurus, maybe one of you can help with this. We have a bunch of servers that are managed by puppet, but would like to make a single, small change to a text file only on newly built machines. This text file is controlled by a module that is referenced in several places in our current configuration files. So the question would be, is there a straightforward way to have this new config
2007 Aug 20
1
Using --link-dest= multiple times - performance?
Hello guys! I'm thinking about using rsync with multiple times --link-dest= specified in ccollect [0]. Now I'm wondering about the performance and memory usage: - How much more memory will rsync use for every --link-dest= parameter? - How heavy do you expect it to influence performance with every additional --link-dest= parameter? In general I think that rsync could either - use
2007 Nov 19
1
Detecting reason for rsync errors
Hello guys! I'm doing a middle scale backup job using ccollect [0], which uses rsyn, with about 50 servers, each about 1-10 GiB changes per day and have some problems, that servers do not finish their backup completly: [host1.backup] Read from remote host host1.backup: Connection reset by peer [host1.backup] rsync: connection unexpectedly closed (41306592 bytes received so far) [receiver]
2010 Feb 05
1
Incompatible types error
I'm trying to write a loop for a series of nested functions. and I get an incompatible types error when trying to run it. It's supposed to be a simulation (1000 iterations) with a random value for "rand" being chosen each time. After each rand value is chosen, the rest of the functions are evaluated with this given rand value and their "Fitness" sum value is saved and
2011 Nov 29
1
[Bug 43323] New: GPU lockup - X does not start on MacMini4, 1 on 3.2.0-rc3-gf2d092a
https://bugs.freedesktop.org/show_bug.cgi?id=43323 Bug #: 43323 Summary: GPU lockup - X does not start on MacMini4,1 on 3.2.0-rc3-gf2d092a Classification: Unclassified Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority:
2006 Apr 09
1
Boot loader problems and some tests
Hello guys! I tested several boot loaders ( - windos 95 boot loader (works) - Smart Boot Manager (sbm) - syslinux (some versions) - grub1 - netbsd on the g4u boot-cd - lilo ) on a old pc machine. You can find my problems and results at [0]. What is really strange for me is that syslinux worked once, but not anymore. Perhaps you can give me you comment on
2005 Nov 15
1
An optim() mystery.
I have a Master's student working on a project which involves estimating parameters of a certain model via maximum likelihood, with the maximization being done via optim(). A phenomenon has occurred which I am at a loss to explain. If we use certain pairs of starting values for optim(), it simply returns those values as the ``optimal'' values, although they are definitely not
2009 Oct 27
0
ipconfig does not time out (klibc-utils)
Package: klibc-utils Version: 1.5.15-1 Hello! I'm trying to boot Debian from a different nic than the first one. After some digging into klibc and initramfs, it seems like DEVICE=all in /etc/initramfs-tools/initramfs.conf is near a solution (I cannot reliable tell, which name the nic has, it may be eth0, eth1, eth2, eth3, ...; as I've machines with one to four nics). /scripts/functions
2006 Oct 20
2
pseudo incremental backup solution
Hello dear list! Just wanted to tell you that there's a simple and somehow smart backup solution using rsync named ccollect [0]. It uses the hardlink feature of rsync to create fullbackups with only minor size differences (it uesd cp -al and pax before). I would be happy for any critic about the software, the documentation the configuration style (cconfig [1]) and the idea itself. Sincerly
2011 May 20
4
The quantum effect when loading classes
Can anyone comment / expand upon http://www.nico.schottelius.org/blog/puppet-sometimes-loads-a-class/ I am experiencing a case which may be related. We have an ENC, and recently on our twice daily noop runs from cron, puppet has reported some servers aren''t in sync because they do not have a certain module/class (dns_server) even though they are not subscribed to the dns_server module in
2020 Jan 12
3
Adding SNI support to SSH
Hey Thorsten, Thorsten Glaser <t.glaser at tarent.de> writes: > On Sun, 12 Jan 2020, Nico Schottelius wrote: > >> I was wondering what you think about SNI (server name indication) >> support to OpenSSH? > > Oh, please absolutely not. SNI is a privacy violation in HTTP, and > otherwise just a poor excuse to continue running NAT and/or IPv4. you might have
2010 Apr 22
0
Bug#552554: ipconfig does not time out (klibc-utils)
hello, sorry for late reply, bin digging through klibc backlog and this seems the only unawswered one. thanks for patience. :) On Tue, 27 Oct 2009, Nico Schottelius wrote: > Package: klibc-utils > Version: 1.5.15-1 hmm, unstable got newer klibc innbetwen, 1.5.17 should fix most of the listed pain, although 1.5.18-1 would be recommended, just uploaded. :) > > I'm trying to
2020 Jan 13
2
Adding SNI support to SSH
Hey Jochen, Jochen Bern <Jochen.Bern at binect.de> writes: > On 01/13/2020 11:10 AM, Nico Schottelius wrote: >> The problem I am trying to solve is: there are thousands of users on >> IPv4 only networks who I cannot all communicate with. And they need to >> access resources on IPv6 only systems. >> >> The typical jump host / proxy command approach surely
2012 Apr 11
1
CentOS 5 - problem with kernel/process: task blocked for more than 120 seconds.
Hi All. I have a server which hanged two times because we could not connect to the box, it was not responding. In /var/log/messages I saw: Apr 11 10:13:29 server kernel: INFO: task imap:5855 blocked for more than 120 seconds. Apr 11 10:13:29 server kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. Apr 11 10:13:29 server kernel: imap D
2009 Oct 13
2
General means of matching a color specification to an official R color name
Hello List Dwellers: I?ve looked around quite a bit, but don?t quite see an answer that I understand. I?m looking for a way to take any kind of color specification (rgb, hsv, hcl, hex) and match it to the n-nearest R official color names. Clearly it is easy to interconvert different specification schemes and color spaces, but matching to the name seems a bit trickier. Seems like if one has a
2020 Jan 12
4
Adding SNI support to SSH
Good morning, I was wondering what you think about SNI (server name indication) support to OpenSSH? Background: SSH is one of the rare protocols in the data center that cannot be easily load balanced, proxied or made highly available. If the ssh client would indicate to which host it wants to connect to, a proxy or load balancer could easily be implemented. While this is an obvious feature for
2020 Jan 13
3
Adding SNI support to SSH
Ciao Luca, Luca Filipozzi <lfilipoz at emyr.net> writes: >> [ ... ] > Neat. I do something similar: in order to circumvent obnoxious airport / > coffee shop firewalls that block non-HTTPS traffic, I configured haproxy > to offer 'SSH over HTTPS'. haproxy terminates the HTTPS connection > (which is SNI-aware) while sshd on the target machine terminates the >
2020 Jan 13
4
Adding SNI support to SSH
Christian Weisgerber <naddy at mips.inka.de> writes: > On 2020-01-12, Dustin Lundquist <dustin at null-ptr.net> wrote: > >> I think the intended application is to proxy through a proxy host provided by the service provider. If SSH had a SNI like feature where a host identifier was passed in plain text during the initial connection. This way the user would just need to
2014 May 08
0
Rails log for rspec tests inside of an engine
Would anybody know how to do this: http://stackoverflow.com/questions/20001361/rails-log-for-rspec-tests-inside-of-an-engine ?? thanks for the help -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to