similar to: Why will gems only install rails 1.0 when using a proxy?

Displaying 20 results from an estimated 10000 matches similar to: "Why will gems only install rails 1.0 when using a proxy?"

2018 Nov 08
2
Yum through a proxy
I have configured yum to use a proxy via the yum.conf file by adding: proxy=http://myproxy.com:8080/ What I noticed when running yum check-up date is that some requests are going through the proxy while the system seems to be trying to resolve the domains of other hosts in the repo and trying to establish direct connections to them instead of going through the proxy. Can anyone explain this
2019 Jul 09
2
SIP credentials in the dialplan
On Tue, Jul 9, 2019 at 6:05 AM Joshua C. Colp <jcolp at digium.com> wrote: > On Tue, Jul 9, 2019, at 7:00 AM, Dovid Bender wrote: > > Hi, > > > > Looking at http://the-asterisk-book.com/1.6/applikationen-dial.html you > > should be able to dial with SIP credentials in the DP. Is this still > > possible in recent versions of Asterisk either with chan_sip or
2015 May 28
3
Peer is UNREACHABLE
Darryl Moore <darryl at moores.ca> schrieb: > Ahh. Seen that before! That suggests to me that you don't have your > sip.conf records setup right. > > What's your sip.conf look like? Well, here what I wrote in my sip.conf: register => 00493511111111:MYSECRET at pbxluca/00493511111111 register => 00493512222222:MYSECRET at pbxfax/00493512222222 register =>
2010 Feb 25
1
How to get rid of HTTP-Proxy environment variable in domUs!
Hi All, I have been trying to solve the issue of Xen-based Virtual Machines (as I described earlier); I have the problem of ethernet ports locked to a single Mac address in my lab--hence VM''s can''t communicate using bridging other than their own dom0. To further test/confirm, yesterday I took my laptop at home and connected to my Home-Hub (which issues DHCP based IPs); I
2006 Apr 28
9
Global find and replace in RADRAILS. Can you do it?
It seems as though it cannot be done. Does anyone know how to do it? Thanks Chris -- Posted via http://www.ruby-forum.com/.
2006 Sep 18
1
how to set proxy with gem
use gem in local area network, how to set the proxy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to
2008 Aug 14
2
Proxy logging destuser
Hi All My first post to the list, so "hello world"! Having searched the list archives and the wiki for an answer to this, I don't think it is possible. However, let me ask nonetheless... Is it possible for a Dovecot proxy's login process (IMAP and POP3) to include the "destuser", i.e. the uid used to authenticate to the backend IMAP/POP3 server, in its logging?
2006 May 08
5
Files in LIB folder do not seem to update even in DEV mode!!
Hi When i change my classes in the LIB folder they are not updating on the server. My server is in development mode. Any ideas why? Any help is appreciated Thanks, Chris -- Posted via http://www.ruby-forum.com/.
2006 May 14
2
Timeout in production mode after 2 min, but not in dev mode?!
One of my actions runs for more than 2 minutes. In development mode it runs and completes successfully, but in production mode it quits out with a timeout error: "Timeout::Error (execution expired):" Any ideas how i can stop this? I''m desperate to find a solution. Is there a setting i can change somewhere? Any help would be greately appreciated, Thanks Chris -- Posted
2006 May 04
3
@products["car"] is not being recognized in my tests!! help
@products["car"] is not being recognized in my tests: class ProductsControllerTest < Test::Unit::TestCase fixtures :products def test_view_product post :view_product, :id=>@products["car"].id assert_template "view_product" ... end end products.yml : car: id:1 name:test Does anyone have any idea why its not working? Im having to do
2015 Jun 11
3
Allowing calls - maybe I'm just stupid...
Hi again! About my previous E-Mail... I though about it and I think, that maybe I'm just very stupid... Since I called an INTERNAL number, Asterisk tried to call it. I tried right now to call an EXTERNAL number (using my context [myproxy]) and the behavior is NOT the same... Not 100% correct, but it tries the right way... Now my problem is to check in my dialplan if the peer, that
2015 Jun 11
1
Call accepted from not registered peers?
Hi list! So, new day, new problem... I tried right now to call from my cellphone a peer in my Asterisk. The cellphone has correct credentials, but it's NOT registered on my Asterisk, now. I just tried to call a peer in my network, from a peer not yet registered. And it works... :( The very curious thing is, that I can't find how the call will be accepted... Every section in my dialplan
2006 Mar 27
6
Problem installing Rails
Hi I am getting the following error when i tried to install rails in windows using command prompt.... Attempting remote installation of ''rails'' Updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (Gem::RemoteSourceException) Error fetching remote gem cache: getaddrinfo: no address associated with hostname. There are proxy settings in
2005 Dec 16
1
rails commands
HI all How do i know whether i am using Gemrails or Edgerails? if gemrails , detailhow to know versions of gems? thanks __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Rails mailing list
2008 Jun 03
1
trouble getting wine from git through a proxy
How can I get wine from git through a proxy server? I tried the usual clone command but substituting http:// for git://, set $http_proxy (per git man page) to the name of my proxy server and got: $ git clone http://source.winehq.org/git/wine.git wine Initialized empty Git repository in /cygdrive/d/wine/.git/ Cannot get remote repository information. Perhaps git-update-server-info needs to be run
2010 Apr 16
0
How do I redirect my users to video via a proxy server?
I have a rails app where I am trying to re-direct my users to a video resource on a remote server via a proxy. I am using the Net::HTTP::Proxy class but I''m not sure the right way to do this. I tried this code; urlToGet = ''videos/sample.mp4'' proxy_host = ''myproxy.com'' proxy_port = 80 proxy_class =
2018 Nov 08
0
Yum and proxy settings
I have configured yum to use a proxy via the yum.conf file by adding: proxy=http://myproxy.com:8080/ What I noticed when running yum check-up date is that some requests are going through the proxy while the system seems to be trying to resolve the domains of other hosts in the repo and trying to establish direct connections to them instead of going through the proxy. Can anyone explain this
2018 Nov 09
0
Yum through a proxy
> I have configured yum to use a proxy via the yum.conf file by adding: > > proxy=http://myproxy.com:8080/ > > What I noticed when running yum check-up date is that some requests are > going through the proxy while the system seems to be trying to resolve the > domains of other hosts in the repo and trying to establish direct > connections to them instead of going through
2018 Nov 09
1
Yum through a proxy
Good to know I am not the only one. I imagine since many environments use proxies these days, this is encountered more frequently. Would be great to hear from the devs on this. On Fri, Nov 9, 2018, 9:41 AM Simon Matter <simon.matter at invoca.ch wrote: > > I have configured yum to use a proxy via the yum.conf file by adding: > > > > proxy=http://myproxy.com:8080/ > >
2015 Sep 28
5
distuguish between different domains
Hello! Marco Fretz <marco.fretz at gmail.com> schrieb am 28.09.15 um 08:29:59 Uhr: > Hi Andreas, > > I'm not 100% sure what you're trying to accomplish. > > smtp_server in roundcube is the outgoing server (submission server, i.e. > postfix). Mailbox is IMAP (dovecot). > You can easily spawn 2 instances of dovecot, one serving aaa.de and one > serving