similar to: Very good offer for ruby/rails developers

Displaying 20 results from an estimated 3000 matches similar to: "Very good offer for ruby/rails developers"

2013 Mar 04
4
Problem while Installing software (agent) from puppetmaster to clients
I had installed puppet master and client on two different machines. machine A has puppet master and machine B has client. both are centos6 64 bit machines. Machine B (client) is successfully connected to master (machine A). My aim is to install New Relic agent (server monitorinig tool) on different clients. I had installed new relic agent on machine A and trying to build a module so that I
2017 Jul 14
2
No email notifications from Phabricator
It seems emails to me were not sent out due to them being held back by sendgrid spam protection. In case somebody else has this problem, this might be something to look into. Best, Tobias On Fri, Jul 14, 2017, at 10:12 AM, Manuel Klimek via llvm-dev wrote: > Phab was down during the night, should be back up now. When phab is down, > emails don't get sent out (all emails get sent out
2015 Jul 10
2
[LLVMdev] Phabricator update
Do you have a bounced email, we can look at for clues? > On Jul 10, 2015, at 12:49 AM, Manuel Klimek <klimek at google.com> wrote: > > Ok, apple addresses still bounce without a reason - the sendgrid folks say this is completely controlled by apple.com <http://apple.com/>'s mail servers - do you have somebody you can ask? > > On Thu, Jul 9, 2015 at 10:10 AM Manuel
2012 Oct 08
3
Shorewall 4.5.8 IPSEC in a multi-ISP configuration
Hi, I'm using IPSEC in a multi-ISP configuration, lsm 0.131, Kernel 2.6.32, ipsec-tools 0.8.0 This worked fine with Shorewall/Shorewall-Lite 4.5.7. After updating Shorewall to 4.5.8 the routing of ESP packets doesn't work. If I change the Providers.pm file and add connmark => "! --mark 0/$mask" like before in Shorewall 4.5.7 than everything works fine. add_ijump
2015 Oct 15
2
selinux commands fail on low memory box
Hey all, I have 3 web servers hosted at Digital Ocean that all have the same amount of memory at 512MB. They're all running CentOS 7. They are low powered apache servers and don't really need more than that. All they're doing is serving the web, no database on those hosts at all. On the first two hosts I seem to have no trouble running SELinux related commands. It's only on
2015 Jul 09
2
[LLVMdev] Phabricator update
I filed a ticket with sendgrid. Since we're paying them money nowadays, I hope they'll answer quickly On Thu, Jul 9, 2015 at 10:05 AM Manuel Klimek <klimek at google.com> wrote: > aaaaaand you're on the bounce list again. I'm going to delete you again, > but I'd be curious what the problem is... > > On Wed, Jul 8, 2015 at 6:50 PM Adam Nemet <anemet at
2015 Jul 10
2
[LLVMdev] [cfe-dev] Phabricator update
It's actually surprising to me that the emails from Phabricator and llvm's svn *DO* get through most of the time. Both of these fabricate the "From" address to generate an email purportedly be from the author of the svn revision or phabricator comment's email address. While the message is hopefully from the real person behind that email address, those messages are decidedly
2020 Jul 28
2
Phabricator down for maintenance tonight
On Tue, Jul 28, 2020 at 11:04 AM MyDeveloper Day <mydeveloperday at gmail.com> wrote: > Out of interest are you keeping the local modifications in a fork of the > Phabricator source (llvm-phabricator)? Firstly we should be keeping any > changes we make in source control but also it's good to review those > changes. > I didn't innovate, Manuel set it up originally and
2012 Oct 14
1
Trouble with Apache2 ProxyPass
This problem probably has a simple solution, so I''m hoping the experienced shorewall users can help me. I''ve got a 3-interface (net,dmz, & loc) firewall and have several apache2 virtual web sites in the dmz. They come into 1 apache server in the dmz, and are redirected with the directive "ProxyPass" and "ProxyPassReverse" in my Apache
2012 Aug 07
0
hooking NewRelic into Puppet agent
Hello everyone, I''m trying to hook NewRelic into the Puppet agent. Why? Because I''m pretty positive at this point that the metrics Dashboard reports are not accurate / incomplete and I can''t really split out those metrics in stuff like ''which commands take too long'' or ''how long am I waiting on the network'' and so forth. Now,
2012 Oct 16
1
Trouble with tftp
I''m trying to enable tftp traffic initiated from our dmz network to our internal network. I have: TFTP(ACCEPT) dmz loc:10.10.10.1 in /etc/shorewall/rules, and: oadmodule nf_conntrack_tftp in /etc/shorewall/modules. The module is loaded and I do see some entries come and go, e.g.: udp 17 10 src=4.28.99.164 dst=10.10.10.1 sport=2071 dport=69 [UNREPLIED]
2011 Jul 15
2
Traffic shaping ipv6 configs example
Hello All, I''ve search the documentation of shorewall, But I didn''t find any document about traffic shaping in ipv6. I want to do a per-ip traffic shaping of ipv6.  TIA -- -Budiwijaya- ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup
2020 Jul 28
2
Phabricator down for maintenance tonight
Could we ever consider adding https://github.com/r4nt/phabricator/tree/llvm-production as a new read/only observe Diffusion repository in reviews.llvm.org? I'd be happy to do code reviews? MyDeveloperDay On Tue, Jul 28, 2020 at 8:46 PM MyDeveloper Day <mydeveloperday at gmail.com> wrote: > Awesome, thanks for sharing > > Here is a patch (based off yours) but this adds the
2017 Jul 26
0
Web python framework under GlusterFS
View Project Issue [1] Dear Gluster Users group, We are looking from feedbacks, advise and production experience running GlusterFS in cloud infrastructure environment. *--? Main aim ---* Using GlusterFS as a mechanism to ensure data application sourcecode replication in order to run a web based Python Framework
2015 May 12
2
appdynamics php agent prevented by SELinux
Well, I was having a heck of a time with the rpm install in terms of customizing the install directory. So I thought the easy way out might be to go for a source install. Which I tried and this was the output from the install: [root at web1:/opt/AppDynamics/appdynamics-php-agent] #./install.sh appd.jokefire.com 443 beta.jokefire.com "Web Front End" web1.jokefire.com Install script for
2010 Dec 12
1
PGError: ERROR: invalid byte sequence for encoding "UTF8": 0xa0
Hello, my app is reading emails with attachments and inserting the Email message into the database to be sent to delayed job for processing. When inserting an email with attachments into the database, I get the following error: PGError: ERROR: invalid byte sequence for encoding "UTF8": 0xa0 Has anyone seen this before? There doesn''t seem to be much rails related via
2013 Nov 13
2
Cannot receive from specified address Unauthenticated senders not allowed
On trying to run a rake task via crontab, I''m getting the following error: rake aborted! 550 Cannot receive from specified address <help-+zpghU0kKgY@public.gmane.org>: Unauthenticated senders not allowed /mnt/voylla-production/shared/bundle/ruby/1.9.1/gems/mail-2.3.3/lib/mail/network/delivery_methods/smtp.rb:129:in `block in deliver!''
2015 May 11
3
appdynamics php agent prevented by SELinux
> > If rpm is configured for _that_ location of log files, I would remove the > repository this rpm comes from from configuration and will remember to > never-never ever use that repository for anything. > > Just my $0.02 > Yeah I completely get where you're coming from there. However it's not an RPM from a repo. I downloaded the rpm from the appdynamics site itself.
2013 Jan 25
4
Usage of ram for Sunspot Search engine
Hi all, I am using Sunspot Search Engine in my app. When I deployed my app in production It it bit slower side. My Server Details: ram 256 Ubuntu 11.10 How can I check why my app is slow in production can any one help me out to solve this issue. Cheers, Kp -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2020 Jun 24
3
[cfe-dev] Phabricator Maintenance
I understand that keeping this within one company is easiest from an organization perspective, so if Fangrui and Mehdi (and other Googlers) are able to take this on, that’s great. If not, I can raise this internally at Facebook. An estimate of the total costs incurred would be helpful for that, e.g. you mentioned Sendgrid being a couple of hundred dollars a month. Thanks, Shoaib From: llvm-dev