Displaying 20 results from an estimated 130 matches similar to: "Invalid auth token on production site"
2014 May 19
0
Missing production secret_key_base in rails
Hi,
I have asked this question on github<https://github.com/rails/rails/issues/15175>
.
Senny answered me to set
export SECRET_KEY_BASE =d1f4810e662acf46a33960e3aa5bd0
************************
in your peoduction server. but I do not know how to set that. I am
deploying in openshift. I also have access to SSH via putty. I have tried
this command in SSH but it gives an error "Invalid
2012 Dec 21
5
Security Expose: Assume folks have seen this -
http://www.reddit.com/r/netsec/comments/158g8s/hijacking_ruby_on_rails_apps_through_exposed/
FYI
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com.
For more options,
2013 Aug 29
2
Puma fails when it restarts itself
I''m having an issue with Puma, it fails when it tries to restart itself.
When this happens it kills all the Puma processes, resulting in nginx
delivering a 502 Bad Gateway to our users. I''m able to start, stop &
restart it with my /etc/init.d/puma script (it runs
/usr/local/bin/run-puma), it just has issues when it restarts itself. The
puma.log file doesn''t
2004 Feb 24
0
rsync incremental backup probs
I am having a problem with implementing a slight modification of the
"backup to a central backup server with 7 day incremental" example from
<http://rsync.samba.org/examples.html>. When rsync runs, I end up getting
stat errors that the file doesn't exist in the backup-dir location. The
backup server is running rsyncd, and without the --backup and --backup-dir
options set, I
2004 Jul 06
0
rsync incremental backup probs
this email is to Sean M. Kaiser skaiser at northmont.k12.oh.us
post was: Tue Feb 24 23:38:32 GMT 200
hi,
did you get a solution for the --backup-dir problem (stat error
messages)?
I ran into the same thing...
Thanks
Christian
the original message was:
>
>
> I am having a problem with implementing a slight modification of the
> "backup to a central backup
2012 Nov 02
6
cannot load such file -- 1.9/http11
Hello,
I have installed the mongrel 1.2.0-pre2 gem into my project.
But when I do rake db:test:prepare I see this output :
cannot load such file -- 1.9/http11
Anyone a idea how to solve this ?
Roelof
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/mongrel-users/attachments/20121102/2c908445/attachment.html>
2013 Aug 23
5
Ruby 2.0 Bad file descriptor (Errno::EBADF)
hi. i''ve been trying to upgrade my stack to ruby 2.0 but keep getting this on ubuntu (not on my local os x):
/hello/shared/bundle/ruby/2.0.0/gems/unicorn-4.6.3/lib/unicorn/http_server.rb:746:in `for_fd'': Bad file descriptor (Errno::EBADF)
from /hello/shared/bundle/ruby/2.0.0/gems/unicorn-4.6.3/lib/unicorn/http_server.rb:746:in `block in inherit_listeners!''
from
2009 Aug 10
1
creating selection vector with 2 attributes
Please consider the following:
Puma=c(702, 702, 701, 702, 701, 702, 701, 702 ,702 ,702 ,701 ,702, 702, 701
,701, 702, 701 ,702, 702, 702,701, 702 ,702 ,702 ,701)
PumaNums=c(100 , 200 , 300 , 400 , 500 , 600 , 701 , 702 , 800 , 900 ,1000
,1101, 1102, 1200 ,1301 ,1302 ,1303, 1304, 1305, 1306,
1307 ,1308 ,1309 ,1310 ,1311 ,1312 ,1313)
PumaNames<-c("Northeast",
"NorthCentral",
2018 Dec 29
4
Several problems on Solaris10
Hi all,
I've just upgraded my old Solaris 10 update 8 to Solaris 10 update 11 with
the latest patches, but after the reboot with the new update I'm having a
lot of problems with dovecot.
My version is 2.2.13 ( it was the last one, at the time of the first server
setup ).
I have seen that ( it seems ) the new solaris don't honour the
LD_LIBRARY_PATH.
The first error was a
2004 May 26
2
duplicate domains in browse list
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
i recently upgraded some of my servers from 3.0.2a to 3.0.4
after the upgrade my browselist shows duplicate entries for the domains.
one domains is managed by a samba PDC(providing WINS too) and two samba
BDC's.
the other domains are managed by one samba PDC.
'smbclient -N -L <WINS_SERVER>' shows:
- ---
Workgroup
2004 Mar 24
1
Windows client using UPPERCASEto connect to Samba 3.02a serve
Hi everyone,
I installed Samba 3.02a server on Fedora Core 1 server .
I have NT :( as PDC so Samba check Username/Password on this server and I
add a line in smb.conf to add new users to the Unix. All usernames on the NT
domain ar lowercase and I'm using security=domain
While I can map drive from NT/2000/XP workstation I'm not able to connect or
map from Windows 98 clients.
When I'm
2019 Jan 02
0
Several problems on Solaris10
On Tue, Jan 1, 2019 at 7:26 PM Sami Ketola <Sami.Ketola at open-xchange.com>
wrote:
> Believe me it does. I used to work for Sun Microsystems for 14 years in
> Solaris support and sustaining and I can guarantee you that it does.
>
> You problem is that Solaris has concept of Secure Runtime Linker, and for
> trusted applications most of LD_CONFIG and LD_LIBRARY_PATH is ignored
2019 Jan 21
3
samba group root:"domain users" not found
getent group ROBINOOD\\'Domain Users'
ROBINOOD\domain users:x:10513:
but if i insert winbind use default domain = yes in my smb.con and i
tent ssh puma(local account) witch relatived password the system waits
without getting the command prompt
Il 21/01/2019 11:07, Rowland Penny via samba ha scritto:
> On Mon, 21 Jan 2019 10:37:32 +0100getent group ROBINOOD\\'Domain Users'
2012 Mar 29
2
Rails 3.2 and Streaming using response_body
I am working on a streaming download (CSV) from Rails 3.2 and am coming up
against an issue of the initial page request taking a long time. The
following controller code illustrates my issue:
self.response_body = Enumerator.new do |y|
10_000_000.times do
y << "Hello World"
end
end
With the above, the response does seem like its streaming
2018 Dec 31
3
Several problems on Solaris10
Answer inline.
On Sun, Dec 30, 2018 at 12:59 PM James <list at xdrv.co.uk> wrote:
> On 29/12/2018 13:49, Pierluigi Frullani wrote:
>
> > My version is 2.2.13 ( it was the last one, at the time of the first
> > server setup ).
>
> 2.2.13 is from around May 2014. It worked but I can't see why you
> wouldn't switch to the latest 2.3.4. (You might be seeing
2013 Feb 07
5
does unicorn fork like phusion?
Does unicorn work like phusion in that it automatically forks based on
traffic levels?
Or is that what thin does also?
--
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
2001 Feb 27
1
Bad packet length in 2.5.1 with rijndael (fwd)
I think we are not detecting and setting endianness properly for
rijndael.c.
Can someone on a big endian machine do a "ssh -2 -oCiphers=rijndael128-cbc
littleendianmachine" and vice versa?
-d
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer
----------
2008 Jan 09
0
Winbindd fails to start
Hi,
I have just compiled and installed MIT krb5-1.6.3 and got a ticket with
kinit:
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: craig@ABBOTT-SIMSES.LOCAL
Valid starting Expires Service principal
01/09/08 18:27:06 01/10/08 01:07:06
krbtgt/ABBOTT-SIMSES.LOCAL@ABBOTT-SIMSES.LOCAL
01/09/08 18:31:18 01/10/08 01:07:06 term-jac$@ABBOTT-SIMSES.LOCAL
Kerberos 4 ticket cache:
2014 Apr 13
0
Rails 4.1 secrets
We are just playing with our first 4.1 app and are getting the following
error (Missing `secret_key_base` for 'production' environment, set this
value in `config/secrets.yml`)
googled around a bit and are struggling a bit with this one. tried rake
secret but not sure where to put the secret etc
Steven
--
You received this message because you are subscribed to the Google Groups
2004 Mar 29
1
Windows client using UPPERCASEto connect to Samba 3.02aserve
Anyone??? Any help? Any idea?
Please.....
Miki
> -----Original Message-----
> From: Gerald (Jerry) Carter [SMTP:jerry@samba.org]
> Sent: Wed, March 24, 2004 5:02 PM
> To: rrr
> Cc: 'samba@lists.samba.org'
> Subject: Re: [Samba] Windows client using UPPERCASEto connect to
> Samba 3.02aserve
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> rrr