Displaying 20 results from an estimated 30000 matches similar to: "Identify internet/intranet connection"
1998 Nov 23
1
Question w/intranet and internet
Greetings,
We are using a private class B behind a firewall for about 15 months and
all is well using Samba. However I notice a strange problem:
When the real Internet is down (namely our router to the internet) the
samba boxes (all of which are behind the firewall) do not function correct
(at a minimal no domain logons for 95/98)
Router(Gateway for real internet) =====|firewall|=======
2004 Aug 06
2
I can´t access from my intranet to the webserver using www.mydomain.com ....
I´m not suscribed to the list.
Hi, i have a little intranet with 2 servers, both of them are running
mandrake 10, one of them is dedicated as firewall and router, this one use
shorewall 2.0 and has been configured like says on the quick guide for two
interfaces. The other one is been used as webserver, mail server and ftp
server. I used apache 2.0 as webserver.
Thing is that i can access the
2012 Jan 05
6
assest pipeline how to exclude some css files?
In my assets I have
intranet
|_1.css.scss
|_2.css.scss
internet
|_1.css.csss
application.css
application_internet.css
application_intranet.css
1.css.scss
2.css.scss
3.css.scss
intranet and internet are directories.
In my layout I want to exclude the files under internet and intranet.
I have created
application_internet.css
/*
* application-internet.css
*
*= require_self
*=
2010 Dec 15
2
Error reverse engineering MySQL with RMRE
Hi
I am been trying in vain to auto-gen models by reverse-engineering
mysql using RMRE. It complains mysql2 gem missing but as seen in my
Rails environment below, it is there.
Here''s my Rails environment and RMRE error. Experts... please help!
Thanks a ton in advance!!
===
Ruby version 1.9.2 (x86_64-linux)
RubyGems version 1.3.7
Rack version 1.2
Rails version 3.0.3
Active Record
2008 Jun 03
4
Is ogg vorbis suitable for vidoe conference in the Intranet environment?
Is ogg vorbis suitable for vidoe conference in the Intranet environment?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/vorbis/attachments/20080603/3b418e0a/attachment.htm
2011 May 06
5
Running my RAILS APP on Local area network using Windows XP as server os.
Hello,
I want to deploy my rails app on my college LAN and use it as a
intranet site. I am MAC user so i dont know much about configuring
windows to run the rails app as intranet site. I currently have a
rails app with mysql database and webrick server. Can anyone help me
with this?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2011 Aug 12
1
install packages from intranet
Hi,
I'm new to R. Apologies if this is a simple query, I've searched the mailing lists and docs but can't find a solution to my problem.
I'm trying to make some packages available on our intranet. During development the 'intranet' is a webserver running on localhost.
* When I call "install.packages" I get a mesage about not being able to access 'index
2010 Nov 19
1
Help: delegated association 'App' returning ActionDispatch::Integration::Session instead
class Foo < ActiveRecord::Base
has_one :bar
delegate :app, :to => :bar
end
class Bar < ActiveRecord::Base
belongs_to :app
def self.attribute_column_names
return @@attr_columns if defined?(@@attr_columns)
readers = content_columns.map { |n| n.name.intern } -
[:created_at,:updated_at]
@@attr_columns ||= readers.map { |k| [k, "#{k}=".to_sym] }.flatten
end
2011 Mar 11
12
A file-upload suddenly seems to be nil
Hi there,
I posted this issue
<https://groups.google.com/forum/?hl=de#!topic/carrierwave/ergk9LaO68k>at
the carrierwave-group, but I''m beginning to think this rather is a
rails-issue than a problem with carrierwave. The problem''s this:
I have 2 models, ''article'' and ''upload''. article has_many :uploads. In my
article_controller i
2015 Aug 05
2
Identify AD Domain User processes from top
On 05/08/15 09:35, Zerwes, Klaus wrote:
> Helo Mike
> what about
> getent passwd 3000042 3000047 3000024
>
> Klaus
> ________________________________________
> Von: samba [samba-bounces at lists.samba.org]" im Auftrag von "Mike [1100100 at gmail.com]
> Gesendet: Mittwoch, 5. August 2015 00:48
> An: samba
> Betreff: [Samba] Identify AD Domain User
2010 Apr 26
2
/lib/rack/request.rb in my gem - is this reserved?
Hi!
I write a gem at the moment. The Gem need to register during the
process in the rack middleware.
So I make an folder "rack" inside my "lib" folder. I called the file
"request.rb" because it keeps track of requests.
So we speaking about the file /lib/rack/request.rb
But even if I place an empty file on this, I get the following:
2012 Jul 23
4
uninitialized constant ActionController::Flash::FlashHash [NameError])
My application, a very simple general ledger, that worked very well until
June 26 does not work any longer. It is used under Ubuntu 12.04 and I
believe there was a Ruby update after that.
What happens?
When I try to start the appIication I get the following output in my web
browser:
ActionDispatch::Session::SessionRestoreError
Session contains objects whose class definition isn''t
2011 Aug 07
9
How can I disable Rails 3.1's ActiveRecord Query Caching?
Hey guys,
As most of you know, Rails 3.1 introduces query caching for
ActiveRecord. Great change all-in-all, but for those of us with IT
department mandates for using MySQL (yeah, yeah, I know...), it''s kind
of a mixed bag.
I need to disable query caching in a project I''m building based on
3.1. I''ve tried a couple different approaches, both without any
success. I
2011 Mar 08
5
Internet connection sharing?
Dear All
My centos machine is connected to my MS Windows machine on the net.The
MS Windows machine is connected to Internet via valid IP address
setting and on its secondary ip address setting it can see my centos
machine on the intranet.Can you please let me know how can try for
Internet connection sharing such that my centos machine can see
internet with minor modifications done?
Thank you in
2010 Sep 21
7
Ajax CSRF in Rails3
I''m using rails3. It does not seem to check the authenticity_token
when doing a POST using Ajax. I traced this to:
module ActionDispatch
class Request < Rack::Request
.....
def forgery_whitelisted?
get? || xhr? || content_mime_type.nil? || !
content_mime_type.verify_request?
end
end
so you don''t check if its a get? or a xhr? (ie ajax request). Is this
correct?
--
2010 Feb 09
4
Rails3 pre and protect_from_forgery
I''ve almost entirely converted a rails 2.3.5 app to 3pre. I''m having
some trouble with protect_from_forgery. I had protect_from_forgery set
in application_controller.rb, but run some uploadify ajax stuff in one
of my controllers, where I had protect_from_forgery, :except
=> :add_file set.
In rails 3 I''m getting ActionController::InvalidAuthenticityToken on
the ajax
2009 Feb 25
3
Asterisk with Internet connectivity
Hi!
I have a setup with Asterisk in front of a PBX connected with ISDN to
the PSTN and to the PBX. This Asterisk (a old 1.2 instance) is doing
ENUM for outgoing calls and allows incoming calls per SIP.
Recently the IP connectivity for this location was down the whole
telephony was down too - not even incoming calls did work. This is
really strange as incoming calls from PSTN are routed
2011 Aug 31
5
3.1rc8 - posting files in a test no longer works
A previously working test, that posted a file object no longer works
in the latest 3.1. The test looks like this:
params[:media][:new_attachment] = File.open("#{Rails.root}/test/data/
less_than_100.png")
post :create, params
In the controller, I obviously expect params[:media][:new_attachment]
to be a File object - and it used to be. Now it looks like #inspect
has been called on the
2013 Aug 24
3
dovecot OK for intranet, not OK for external IPs
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear all!
I'm stuck.
I've got a dovecot IMAP server running (TLS, port 149) on Ubuntu 13.04
server behind a DSL router. The mailserver's IP is 10.0.0.1
When I connect to my mailbox from my intranet-PC (10.0.0.2), everything
works as expected. Login OK, acces to all mailboxes is ok, everything.
netstat -nt on my email server shows me:
2013 Jun 22
4
ActiveRecord::Base.transaction - SystemStackError - stack level too deep:
Im having an issue that seems to only happen when trying to use a
transaction. Ive used transactions many times in the past and Im at a loss
as to why im getting the stack level too deep problem.
SystemStackError - stack level too deep:
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:70:in `''
I have a StackOveflow with more detail -