Displaying 20 results from an estimated 26 matches for "fromgroup".
Did you mean:
fromgroups
2012 Sep 18
3
Nginx + Phusion Passenger 3 problem with "504 Gateway time-out"
...uest takes a lot of time and the browser is redirected to a
"504 Gateway time-out". At this point, the file was already sent, but
it''s being processed (the pdf manipulation task really takes time). I
found several threads with solutions like this:
https://groups.google.com/forum/?fromgroups=#!topic/phusion-passenger/LOEb7x-nAy0
that basically consists in patching the hardcoded timeout values on
the passenger source before compiling the module.
There is actually no error on the request and the manipulation of the
files itself. After a while, the work on the server is finished
without...
2012 Nov 06
1
augeas syntax for adding similar lines to hosts.allow
I''ve found a similar thread here, but it doesn''t do quite what I need.
https://groups.google.com/forum/?fromgroups=#!topic/puppet-users/VMloh1KrSew
I have multiple lines of the form below in hosts.allow:
sshd,sshd2: 1.1.1.1
sshd,sshd2: 2.2.2.2
etc.
I''m struggling with the syntax to add yet another "sshd,sshd2: client" line
to hosts.allow.
augtool is treating the lines as follows
augtool...
2013 Jan 28
1
Adding 95% contours around scatterplot points with ggplot2
...would rather have three "ovals"/95% contours drawn
around the points by "level" to capture the different density distributions
without the visualization being heavily influenced by outliers.
I have looked into the code provided here from Hadley
https://groups.google.com/forum/?fromgroups=#!topic/ggplot2/85q4SQ9q3V8
using the mvtnorm package and the dmvnorm function, but haven't been able
to get it work for my data example. The calculated densities are always
zero (at this step of Hadley's code: dgrid$dens <-
dmvnorm(as.matrix(dgrid), ex_mu, ex_sigma) )
I appreciate a...
2012 Sep 25
9
Any rails experts able to offer some advice?
Hello all.
#1 I am working on a rails3 gem called Yarder
(https://github.com/rurounijones/yarder). The goal of this gem is to
replace the rails logging system with one that is JSON based rather than
string based.
#2 To this end I also recently asked this list about making the
LogSubscribers subscriptions to ActiveRecord::Notifications configurable
and am looking at submitting a patch
2013 Feb 27
7
puppet 3 and standalone passenger?
I''ve been looking around for instructions on installing puppetmaster with a
standalone passenger, without apache.
I''m a personal believer in, "the fewer layers, the better" :)
Unfortunately, I cant find any instructions for this configuration.
Everything seems to be written for "puppet AND httpd and passenger".
Could anyone point me to instructions sans
2012 Oct 03
1
Retraction: Protocol stacking: gluster over NFS
...t continues to be R/W), requiring a hard reset on
the node to clear the NFS error. It is interesting that the samtools
processes lock up during /reads/, not writes (via stracing several of the
processes)
I found this entry in a FraunhoferFS discussion:
from <https://groups.google.com/forum/?fromgroups=#!topic/fhgfs-
user/XoGPbv3kfhc>
[[
In general, any network file system that uses the standard kernel page
cache on the client side (including e.g. NFS, just to give another
example) is not suitable for running client and server on the same
machine, because that would lead to memory allocati...
2012 Sep 05
6
Async AGI
Hi,
Is there a way to execute next priority in the dialplan if you have called
agi:async? I want to play warning message if adhearsion is down. Currently
I wasn't able to make it work. The dialplan execution ends after the first
priority.
[incomming]
exten => _X.,1,AGI(agi:async)
exten => _X.,2,Answer
exten => _X.,3,Playback(some-message)
exten => _X.,4,Hangup
Regards,
Pavel
2012 Sep 11
2
how to qplot two x-axis x1:Farenheit x2:Celsius
Hi,
how can i plot two different x axis in a ggplot2 qplot?
I want to plot Farenheit and Celsius in one diagram.
x1:Farenheit x2:Celsius
kind regards,
--
Jonas Stein <news at jonasstein.de>
2012 Oct 10
1
Set a windows environment variable from manifest
I want to setup java jdk and maven and need to set some environment
variables that stick around after reboot. I also need to add to values to
the path variable so I can call via the command line. What''s the best way
to set permanent environment variables for windows via the manifest?
Is there a custom type for this?
Corey
--
You received this message because you are subscribed to
2013 May 09
0
Rails 4.0.0.rc1 - A copy of <class> has been removed from the module tree but is still active!
...ference/base"*" to environment.rb does fix the
issue for me. My question is why does this error occur when my app is
upgraded to Rails 4.0.0.rc1 but works fine when it was on Rails 3.2.13?
What is new in Rails 4.0.0.rc1 that causes this behavior?
[1]
https://groups.google.com/forum/?fromgroups=#!searchin/rubyonrails-talk/%22been$20removed$20from$20the$20module%22%7Csort:date/rubyonrails-talk/FH9A81VwgyM/15DU9__ML9QJ
--
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 email...
2013 May 21
0
Respect for Rails 0.1.0 is out!
...t move, so you can use it
safely. The major feature I plan to add before to release version 1.0.0 is
a way to let users document their web app through resources.
Feel free to contact me for further information or to post a message on the
dedicated discussion group: https://groups.google.com/forum/?fromgroups
#!forum/ruby-respect-gem-talk
Have a great day!
-Nico
--
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 rubyonrails-talk+unsubscribe-/JYPxA39Uh5TL...
2012 Oct 29
1
intercept/pre-process cert request?
I''m assuming this is possible, but I can''t find a good starting point
anywhere, so I''m hoping someone here can help. What I want to do is,
somewhere in the cert approval process, run an extra check before saying
yes.
I have a puppet master running with auto sign turned on, I bring up a
puppet agent, it connects, authenticates and all is good. What I''d like
2012 Sep 23
2
"Could not find class drew" error message when trying to load module
I posted a vagrant/puppet
issue https://groups.google.com/forum/?fromgroups=#!topic/vagrant-up/36lz6yKGfDw
(still not sure where the issue lies) so I thought I''d try my luck on the
puppet group too.
I am trying to load the most basic example of a module as per the puppet
docs, using a default vagrant setup which obviously has pupet installed.
My folder looks...
2013 Jan 16
5
[Bug 2063] New: RFE: export principal which was used for .k5login
...lement a similar
mechanism for kerberos auth, when original principal is exported
somehow.
A patch is available at
http://geggus.net/sven/blogfiles/GSS_AUTH_KRB5_PRINC-env4openssh.diff
See
http://blog.gegg.us/2012/07/using-gitolite-with-kerberos-authentication/
https://groups.google.com/forum/?fromgroups=#!topic/comp.protocols.kerberos/6b7tSA-og0k
for some more discussions.
--
You are receiving this mail because:
You are watching the assignee of the bug.
2012 Nov 28
1
Unable to configure Puppet-dashboard using opensource package
Hi
I''m trying to configure Puppet-dashboard after installing Puppet from the
open source package. But there was no issues when using the Enterprise
package.
Do you have any solutions for the below error? I''m trying to configure
Puppet-dashboard.
# rake RAILS_ENV=production db:migrate
NOTE: Gem.source_index is deprecated, use Specification. It will be removed
on or after
2012 Oct 01
7
Passing http_proxy_host option
...-show-versions | grep puppet
puppet/squeeze uptodate 2.6.2-5+squeeze6
puppet-common/squeeze uptodate 2.6.2-5+squeeze6
# ---------------------------------------------------------------
I should say I originally tried to do this with Vagrant (see here for more
info https://groups.google.com/forum/?fromgroups=#!topic/vagrant-up/IW97AZbxdVc
) although I eventually realised I couldn''t even do this through puppet so
I''m keen on trying to solve both issues.
Thanks, Drew.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To vi...
2012 Aug 30
2
Nvidia: card fails to work in EITHER dom0 or domU -- any advice?
Hi all,
I have a Nvidia GeForce GTX 680 that I''d like to use in a Xen
configuration. I don''t care if it''s used by dom0 or by a linux domU guest,
either would be OK for my purposes. Since getting this card, I''ve
experimented with Linux 3.4.6 and Xen 4.1.2 and determined the following:
1. The card works correctly under a linux kernel without Xen running.
2.
2012 Nov 20
0
Proposed change to the broker RESTful API and CLI to handle parameters needed in additional broker plugins
...e RESTful
and CLI APIs...
So, that''s the proposal as it stands today. We''d welcome feedback,
comments, ideas, etc. from anyone on this list who is interested, the
primary discussion for the Chef broker plugin development is going on here<https://groups.google.com/forum/?fromgroups=#!topic/puppet-razor/dKEz8fj8Cwc>.
Hopefully we can keep this thread focused on the changes that we''re going
to have to make to the broker slice to support that effort (and the
development of any other broker plugins that might come our way moving
forward), along with the impact t...
2012 Sep 25
4
MSI Package Provider and Install_options
Hello,
I''m trying to install a few MSI packages on Windows, and I''m having trouble
specifying options.
Here is what I want to execute
C:\packages\my_problematic_package.msi \quiet \passive
As you can see, I''m trying to specify two arguments to the package, but I
can''t figure out how to use the Puppet package resource to accomplish this.
Install_options
2013 Jun 20
1
VT-d with Supermicro MBD-X10SAE-O
...AE-O in QubesOS <http://qubes-os.org/trac>, and I''m hoping someone
here might be able to help me (or at least shed some light on my
situation). A Qubes developer suggested I contact this list. Here''s my HCL
post from the qubes-users group
<https://groups.google.com/forum/?fromgroups#!forum/qubes-users>(full
thread<https://groups.google.com/forum/?fromgroups#!topic/qubes-users/V9BLpdf4xCs>
):
----------------------------------------
*HCL Report* (2013-06-17)
Qubes release 2 (R2)
> Model Name: Supermicro X10SAE
>
> Chipset: 00:00.0 Host bridge [0600]: I...