similar to: loggin

Displaying 20 results from an estimated 3000 matches similar to: "loggin"

2005 Mar 04
17
active record logs format
Hi, I think this has already been asked on the list, but I can''t seem to be able to find it again: currently, active record does some weird thing with its sql logs i.e.: [4;33mSQL (0.000000) [1;37mPRAGMA table_info(map_locations) how do I remove the "[4;35m" thx Jean
2006 May 25
4
Using an external database behind a firewall
Hi everyone, There''s a separate database I''m using to get mail group info for our users (Sympa), and I''ve got Rails configured to pull data directly from it via an entry in database.yml The issue we''re having is that the database server in question is behind an internal firewall that has idle timeouts set at 30 minutes. If the connection isn''t used
2009 Sep 28
5
Multi-databases support
Hi, While I was hacking ovirt-server, I have found that it's currently restricted to Postgres DB. Even if I like postgres for serious work on a server, I really prefer to hack/dev locally on a Sqlite or MySQL DB. I have googled on rails in order to find a good answer for the "foreign key problem" which forces OVirt to stay on pg. I have found a plugin on this particular
2010 Oct 30
12
Anyone successfully ran JRuby 1.5.3, Rails 3, Tomcat6
Hi, I''ve been trying to get JRuby 1.5.3 with Rails 3 to run on the Tomcat6 server with little success. Has anyone been able to do this? If so, what issues did you have to overcome to get this to work? Also, is this a combination that you would recommend for a production site, or is it all too new and untested? The latest issue I''m stuck on right now is with the mysql-connector-
2006 Jan 11
8
Oracle and Rails seems really slow.... In development
I''m just looking into how to connect to Oracle using Rails. I''ve got everything connecting and working as it should. I have a Users table in Oracle: create_table "users", :force => true do |t| t.column "username", :string t.column "created_on", :datetime t.column "email", :string t.column "note", :text
2006 Apr 03
4
How to fake composite primary keys?
I know ActiveRecord doesn''t support composite primary keys, but I need to use one, and I need it ASAP. I don''t need any composite foreign keys, luckily; what I have is a table that stores old versions of rows in another table, so the composite key is an id + date stamp. Would someone tell me a hack I can use to support this? -- View this message in context:
2008 Dec 05
1
ActiveRecord Oracle and nvarchar2 or nclob datatype
Hi, I ve got oracle database which exists prior to my rails app... :-( I ve got trouble when I am updating/inserting records of a table which includes nvarchar2 attributes. These have a specific maximum length. I often get an error Value too long for column when doing my inserts/ updates, but in fact that is not the case. I ve taken a look at the generated sql statements.... As far as I know
2006 Oct 15
3
Migrations - add_column :default=>true, :null=>false
This seems pretty brain dead: add_column :types, :notify_on_create, :boolean, {:default=>true, :null=>false} $ rake migrate Error: ERROR: column "notify_on_create" contains null values : ALTER TABLE types ALTER notify_on_create SET NOT NULL Why doesn''t Rails set the new column to true, as it''s supposed to default to? I tried :default=>1 as well (same
2006 Jan 05
7
HOWTO: Combine fields from 2 two tables in 1 object
Hi all, For a dropdownlist (showing "Company - FirstName Lastname'') I want to fill an object @project_contacts with "Name" from table Companies and "Firstname" and "Lastname" from table contacts. Any idea? Regards, Gerard. -- "Who cares if it doesn''t do anything? It was made with our new Triple-Iso-Bifurcated-Krypton-Gate-MOS
2005 Oct 17
8
Using active record for SELECT MAX(column) FROM ...
Hi, Is there an easy way of querying an active record for a maximum column value? I need to do queries like: SELECT MAX(salary) FROM employees TIA, Jeroen
2008 Aug 24
0
restrict users from loggin in on more than one machine
Hi, I have a Samba 3 PDC How do you restrict users from loggin in on more than one machine at the same time? Thanks --Siju
2006 Feb 22
2
loggin of sql statements
Is there a way to have rails log the sql statement that it runs. It would be much easier for me to debug my code if I could actually see the sql that active record is using. Charlie recentrambles.com -> use Time not DateTime -------------- next part -------------- An HTML attachment was scrubbed... URL:
1999 Mar 02
0
trial2: problem with loggin in
Sorry I don't think my first trial worked I am just starting to use samba, and I keep running into the same problem time and again. I have installed SAMBA 2.0.2 correctly and have (i think) a correct smb.conf file. Now when I try to log on to one of my shares it will not let me in. I get the following errors when logging in: [dutchboy@lisa dutchboy]$ smbclient \\\\lisa\\dutchboy doing
2005 Sep 03
1
Loggin of authorized keys
This is a follow-up on a thread from last year requesting that openssh indicate which authorized key was accepted during a login as opposed to just logging that a key was accepted... Here's the old message: It is possible for ~user/.ssh/authorized_keys to have multiple entries. It would be quite helpful if openssh would enhance the log to indicate WHICH key was
2005 Aug 28
0
All extensions now cannot loggin!!!!
2010 Jul 12
0
Loggin! Exception.
It is possible to make dovecot do not log any request from a determined host? Because, we gonna use ldirectord for foward request and etc. He makes an connection every 2 sec i guess, and dovecot logs its. The logs get too many info that we don need! Any ideias ? Thanks! * *[]'sf.rique
2006 Aug 19
7
Impossible to get stable?
I have concluded that it is impossible to get this background process stable. I am out of ideas and could really use some help. Here is what I have: 50 workers, just running an infinite loop that constantly calls save! on a model. Keep in mind this is just for testing purposes. I catch all exceptions and put them in the log. I am tried setting allow_concurrency to true and false. Neither
2010 May 27
1
A question regarding file transfer loggin in OpenSSH
Hi all, We are using ssh for file transfer through SCP and SFTP in a FreeBSD box, and it works fine as expected. But from some days ago the customers are requesting the logs of the transmissions, and we?ve just realized that the sshd daemon doesn?t log the files copied to our server nor the downloaded files. I?ve tried with all the debug levels of the sshd daemon, but nothing. It logs a
2004 Jun 02
2
Loggin error with Squirrelmail on Fedore Core 2
Hi! I am switching a mail server setup to a new machine which has RHL Fedore Core 2 installed, which uses Dovecot. I managed to get Squirrelmail to work on my personal account, but when logging in with some other accounts I get the following error as response: ERROR : Connection dropped by imap-server. Query: Capability I did a web search on this and found a message from Tim Middleton who
2003 Apr 13
3
Problem loggin on to samba PDC
Hi all! How the heck do I log on to the samba domain? Every logon attempt is met with "The system cannot log you to to this domain because the system's computer accout in its primary domain is missing or the password on that account is incorrect." A clients trust account was created using the authomatic adduser script and there are valid samba users . Connection using samba