search for: my_account

Displaying 9 results from an estimated 9 matches for "my_account".

Did you mean: _account
2010 Dec 17
3
Samba, id, uid, Active Directory and CentOS 5
I have some CentOS 5 systems that are part of an Active Directory Windows 2003 domain (using natively configured files - not likewise open). getent passwd my_account reveals uid and gid are both 10000:10000. Thus, typing: % id reveals a uid of 10000. /etc/passwd does NOT have my local account created - credentials are strictly from the Active Directory domain. The username is of the format se123456. I want my uid to be of the format 123456 (numeric part of...
2010 Dec 17
3
Samba, id, uid, Active Directory and CentOS 5
I have some CentOS 5 systems that are part of an Active Directory Windows 2003 domain (using natively configured files - not likewise open). getent passwd my_account reveals uid and gid are both 10000:10000. Thus, typing: % id reveals a uid of 10000. /etc/passwd does NOT have my local account created - credentials are strictly from the Active Directory domain. The username is of the format se123456. I want my uid to be of the format 123456 (numeric part of...
2008 Sep 11
4
(unknown)
I do not seem to understad what this error is about. Some body help. wrong number of arguments (1 for 2) RAILS_ROOT: C:/INSTAN~1/rails_apps/project/config/.. Application Trace | Framework Trace | Full Trace #{RAILS_ROOT}/app/controllers/user_controller.rb:10:in `authenticate'' #{RAILS_ROOT}/app/controllers/user_controller.rb:10:in `process_login''
2006 Jul 31
2
ambiguous column name in has_many :through
...s, :conditions => [''due_on < ?'', Time.now], :source => :items end class Projects < ActiveRecord::Base has_many :items belongs_to :account end class Item < ActiveRecord::Base belongs_to :project end When I attempt to grab an account''s items through @my_account.items everything is fine. However, when I try to find the late items with @my_account.late_items I get a RuntimeError: ActiveRecord::StatementInvalid: RuntimeError: ERROR C42702 Mcolumn reference "closed_at" is ambiguous Fparse_relation.c L360 RscanRTEForColumn: SELECT i...
2009 Mar 20
1
wine 1.1.17+steam-hl.exe (+mods) c++ runtime error
hi there , when i try yo launch hl.exe or every mods based on (day of defeat,cs 1.6 etc ..) i get the fallowing output : Iam on xorg -1.5.3-r5 with nvidia-drivers-180.37 on gentoo > Microsoft Visual C++ RUntime Library > Program : ...\Steam\steamapps\my_account\day o defeat\hl.exe > > abnormal program terminatio and here is what i got when launching dod or cs1.6 on console Code: 0[1aaf18]: NPN Logging Active! 0[1aaf18]: General Plugin Logging Active! (nsPluginHostImpl::ctor) 0[1aaf18]: NPP Logging Active! 0[1aaf18]: nsPluginHostImpl::ctor err:ol...
2008 Feb 26
0
[ADV] Updated Advanced Rails Recipes PDF
Hi Folks, We''ve just uploaded the third beta revision of the Advanced Rails Recipes PDF: http://pragprog.com/titles/fr_arr To get your updated PDF, simply sign in to your account (http:// pragprog.com/my_account) and ask the system to regenerate it. This revision adds 14 new recipes (81 total) from some of the top developers in the community: * Process Recurring Credit Card Payments * Support An iPhone Interface * Send E-mail via Gmail * Segregate Page Cache Storage * Build a Sitemap * Full-Text Search w...
2006 Aug 28
2
sysread': end of file reached (EOFError)
Hi, I am trying to access the gmail account through net/pop library.However, I have an error such that: c:/ruby/lib/ruby/1.8/net/protocol.rb:133:in `sysread'': end of file reached (EOFError) from c:/ruby/lib/ruby/1.8/net/protocol.rb:133:in `rbuf_fill'' from c:/ruby/lib/ruby/1.8/timeout.rb:56:in `timeout'' from c:/ruby/lib/ruby/1.8/timeout.rb:76:in `timeout'' from
2014 Apr 26
0
jquery_ujs.js 404
...:controller => "bureaus", :action => "index" %> </li> <%= RUBY_VERSION%> - <%= Rails.env %> <% if !session[:user_id].nil? %> <li> <%= link_to "Minha Conta", :controller => "my_account", :action => "index" %> </li> <% end %> <li> <%= link_to "Registrar", :controller => "user_registration", :action => "new" %> </li> <li> <% if !session[:user...
2013 Feb 17
5
Where do Gems Live (e.g. CKEditor)
I''m a Rails newbie and I have added the CKEditor Gem which is working okay. To configure the gem though, you have to edit the config file, which is also working when I do that. However, when I push to github and pull to my other computer, the config file is not changed. This lead me to the following broader question: when you use a gem, where does the code go and how can you make sure it