search for: close_sess

Displaying 20 results from an estimated 30 matches for "close_sess".

2005 Oct 26
0
PAM Errors in proftpd
...giving me these errors for the last week or so. Any ideas on what is causing this? --------------------- proftpd-messages Begin ------------------------ **Unmatched Entries** secure2.pdcweb.net (localhost[127.0.0.1]) - PAM(setcred): System error secure2.pdcweb.net (localhost[127.0.0.1]) - PAM(close_session): System error secure2.pdcweb.net (localhost[127.0.0.1]) - PAM(setcred): System error secure2.pdcweb.net (localhost[127.0.0.1]) - PAM(close_session): System error secure2.pdcweb.net (localhost[127.0.0.1]) - PAM(setcred): System error secure2.pdcweb.net (localhost[127.0.0.1]) - PAM(close_session)...
2006 May 12
2
Choosing not to save @session in a given controller or action ?
...riable is totally broken for my next calls to ?get_thumbnail? because the @session modification that I thougt I made has been overwritten Does anybody know if (except if my design is really a bad idea ? ? i.e. using @session that way) it?s possible, to tell a controller or an action not to ?close_session? at its end ? (but of course I don?t want to totally disable session for that controller/action, because I need to read @session ) Thanks in advance, Benjamin (from France :op) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipe...
2011 Feb 10
1
Behaviour of OpenSSH while login as root and non-root account
Hello Friends, I am writing a PAM module for SSH to enforce one more layer of authentication. For that I need terminal ID in close_session() and pam_sm_setcred() function in PAM module while OpenSSH hardcoded it "ssh". I made few changes in OpenSSh code so it can set terminal ID properly. These changes were : added do_pam_set_tty() in session_pty_req(Session *s) function in session.c and added do_pam_set_tty() in mm_pty_...
2010 Nov 17
1
How to enable div that was hide using JQuery
...esolve it ? For example <%= link_to_remote (''New'', :url => new_expense_expense_session_path,:update=>"expense_session_new_edit_content") %> <div id="expense_session_new_edit_content"></div> <a href=''#'' id=''close_session''>close</a> <script type="text/javascript"> $(document).ready(function() { $(''a#close_session'').click(function(){ $(''#expense_session_new_edit_content'').fadeOut("1000"); }) }); </script> -- Posted...
2006 Aug 02
4
Disc quota exceeded when attempting to write session
...l/lib/ruby/1.8/cgi/session/pstore.rb:90:in `update'' /usr/local/lib/ruby/1.8/cgi/session/pstore.rb:97:in `close'' /usr/local/lib/ruby/1.8/cgi/session.rb:330:in `close'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/ action_controller/base.rb:984:in `close_session'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/ action_controller/base.rb:1026:in `process_cleanup_without_flash'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/ action_controller/flash.rb:147:in `process_cleanup_without_filters'' /us...
2006 Feb 13
3
TypeError
...#39;' /usr/lib/ruby/1.8/cgi/session/pstore.rb:90:in `update'' /usr/lib/ruby/1.8/cgi/session/pstore.rb:97:in `close'' /usr/lib/ruby/1.8/cgi/session.rb:330:in `close'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/ action_controller/base.rb:914:in `close_session'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/ action_controller/base.rb:372:in `process_without_session_management_support'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/ action_controller/session_management.rb:116:in `process'' /usr/lib/rub...
2006 Jun 26
1
ActiveRecord, instance_eval, and PStore
...cal/lib/ruby/1.8/cgi/session/pstore.rb:90:in `update'' /usr/local/lib/ruby/1.8/cgi/session/pstore.rb:97:in `close'' /usr/local/lib/ruby/1.8/cgi/session.rb:330:in `close'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/base.rb:914:in `close_session'' [etc.] But I don''t understand where is the singleton that can''t be dumped? I''ve examined the @session from inside breakpointer and I don''t see a singleton in there. I also tried passing a string to instance_eval() inside of a File.read, but I get th...
2006 Aug 07
5
Store SOAP::RPC::Driver in user session throws TypeError
...ansaction'' C:/ruby/lib/ruby/1.8/cgi/session/pstore.rb:90:in `update'' C:/ruby/lib/ruby/1.8/cgi/session/pstore.rb:97:in `close'' C:/ruby/lib/ruby/1.8/cgi/session.rb:330:in `close'' C:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/base.rb:984:in `close_session'' Now ofcourse I realize that RPC Driver has some singleton object or anonymous class/method which can''t be serialized hence the TypeError. My question is what can I do to improve the performance and reduce the overhead of creating new RPC Driver objects on each request. Than...
2007 Jul 18
3
Getting the session variables after a redirect_to
Hi! I set some session variables on a login_controller and i want to access them after a redirect_to (:controller => "auditor", action => "check"). The problem is that the session variable are comming empty in the auditor view!! I tough that session variables last trought all controllers...iam wrong? Please tell me. -- Posted via http://www.ruby-forum.com/.
2006 Aug 08
2
"include DRbUndumped" error
...tion'' /usr/lib/ruby/1.8/cgi/session/pstore.rb:90:in `update'' /usr/lib/ruby/1.8/cgi/session/pstore.rb:97:in `close'' /usr/lib/ruby/1.8/cgi/session.rb:330:in `close'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/base.rb: 984:in `close_session'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/base.rb: 1026:in `process_cleanup_without_flash'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/flash.rb :147:in `process_cleanup_without_filters'' /usr/lib/ruby/gems/1...
2006 Apr 03
2
no marshal_dump is defined for class Proc
...s/xampp/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/session/active_record_store.rb:314:in `close'' D:/apps/xampp/ruby/lib/ruby/1.8/cgi/session.rb:330:in `close'' D:/apps/xampp/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/base.rb:982:in `close_session'' D:/apps/xampp/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/base.rb:1024:in `process_cleanup_without_flash'' D:/apps/xampp/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/flash.rb:147:in `process_cleanup_without_filters'' D:/app...
2006 Oct 16
3
Strange ActiveRecord error popping up
...d_store.rb:307:in `update'' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/session/active_record_store.rb:314:in `close'' c:/development/ruby/lib/ruby/1.8/cgi/session.rb:330:in `close'' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:1155:in `close_session'' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:1200:in `process_cleanup_without_flash'' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/flash.rb:146:in `process_cleanup_without_filters'' #{RAILS_ROOT}/vendor/rails/actionpack/lib/action_c...
2005 Jul 14
1
No locks available... help wanted!
...#39;' /usr/lib/ruby/1.8/cgi/session/pstore.rb:90:in `update'' /usr/lib/ruby/1.8/cgi/session/pstore.rb:97:in `close'' /usr/lib/ruby/1.8/cgi/session.rb:330:in `close'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.9.0/lib/action_controller/ base.rb:803:in `close_session'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.9.0/lib/action_controller/ base.rb:349:in `process'' /usr/lib/ruby/gems/1.8/gems/rails-0.13.0/lib/dispatcher.rb:32:in `dispatch'' /usr/lib/ruby/gems/1.8/gems/rails-0.13.0/lib/fcgi_handler.rb:144:in `process_re...
2006 Mar 29
5
MySQL losts connection, can''t refer to User
...in `update'' C:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/session/active_record_store.rb:314:in `close'' C:/ruby/lib/ruby/1.8/cgi/session.rb:330:in `close'' C:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/base.rb:982:in `close_session'' C:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/base.rb:1024:in `process_cleanup_without_flash'' C:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/flash.rb:147:in `process_cleanup_without_filters'' C:/ruby/lib/ruby/gems/1....
2006 May 14
1
send_file, RRDtool, require or session problem
...b:290:in `transaction'' /usr/lib/ruby/1.8/cgi/session/pstore.rb:90:in `update'' /usr/lib/ruby/1.8/cgi/session/pstore.rb:97:in `close'' /usr/lib/ruby/1.8/cgi/session.rb:330:in `close'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/base.rb:984:in `close_session'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/base.rb:1026:in `process_cleanup_without_flash'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/flash.rb:147:in `process_cleanup_without_filters'' /usr/lib/ruby/gems/1.8/gems/action...
2008 Feb 22
2
ActiveRecord::DangerousAttributeError ???
...3:in `marshal'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/ action_controller/session/cookie_store.rb:111:in `close'' /usr/local/lib/ruby/1.8/cgi/session.rb:324:in `close'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/ action_controller/base.rb:1247:in `close_session'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/ action_controller/base.rb:1292:in `process_cleanup_without_flash'' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/ action_controller/flash.rb:173:in `process_cleanup_without_session_management_support'' /us...
2005 Jun 29
3
sshd deletes the GSSAPI ticket on exit
Hello All, I have run into a situation where a user exiting from a PAM_KERBEROS-authenticated session runs the risk of deleting a kinit-generated credentials file that was already sitting on the server. I will explain the problem in detail, but let me begin with my question. It has a specific reference to PAM_KERBEROS, but it can also be a general question. If a user (ssh) session was
2004 Jan 13
3
IPSEC btwn stable and Linksys BEFVP41 stopped working.
...dule.c:210:sched_scrub_param(): an undead schedule has been deleted. 2004-01-13 13:36:54: DEBUG: pfkey.c:271:pfkey_dump_sadb(): call pfkey_send_dump 2004-01-13 13:36:54: DEBUG: schedule.c:210:sched_scrub_param(): an undead schedule has been deleted. 2004-01-13 13:36:54: INFO: session.c:180:close_session(): racoon shutdown And when I have a ping running that should be going over the tunnel, the Linksys logs this: 2004-01-13 13:36:51 **IKE incoming packet dropped : unknown peer ! 2004-01-13 13:36:51 Received: IP=64.1.164.95 I_Cookie=[3a 7d e0 36 00 b9 ca 1e ] R_Cookie=[00 00 00 00 00 00 00 00...
2004 Apr 27
2
IPsec works, but racoon/IKE does not
...: schedule.c:210:sched_scrub_param(): an undead schedule has been deleted. 2004-04-27 20:54:11: DEBUG: pfkey.c:333:pfkey_dump_sadb(): call pfkey_send_dump 2004-04-27 20:54:11: DEBUG: schedule.c:210:sched_scrub_param(): an undead schedule has been deleted. 2004-04-27 20:54:11: INFO: session.c:180:close_session(): racoon shutdown -- Dan Langille : http://www.langille.org/ BSDCan - http://www.bsdcan.org/
2004 Oct 25
1
Rails 0.8: Just shy of 100 additions, changes, tweaks, and fixes!
...card forms. * Added :add_month_numbers to select_month to get options like "3 - March". * Removed Base.has_active_layout? as it couldn''t answer the question without the instance. Use Base#active_layout instead. * Removed redundant call to update on ActionController::Base#close_session [Andreas Schwarz] * Fixed that DRb Store accidently started its own server (instead of just client) [Andreas] * Fixed strip_links so it now works across multiple lines [Chad Fowler] * Fixed the TemplateError exception to show the proper trace on to_s (useful for unit test debugging) * Im...