Displaying 3 results from an estimated 3 matches for "20990".
Did you mean:
2099
2009 Apr 01
4
[Bug 20990] New: [kms] Change to VT broken with NV92
http://bugs.freedesktop.org/show_bug.cgi?id=20990
Summary: [kms] Change to VT broken with NV92
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assigned...
2001 Jan 23
5
sshd hanging after multiple successive logons
Folks,
I use OpenSSH to poll a number of remote servers once every five minutes
and obtain a number of attributes. This is done using ssh as "sexec":
ssh stats at remotehost getstats
This returns the output of the getstats program which is parsed, etc...
The problem is that after so many connections, the parent sshd hangs and
does not accept any more connections. I have
2006 Mar 14
5
Column aliasing in ActiveRecord?
Anybody know of a way to alias a column in ActiveRecord such that you
could reference it via a different symbol in your view for view
purposes?
Like my column is named X but I want to display it as Y and maybe I have
an accessor named Y set up on the model so that when I "call" Y from the
view (and controller?) I''m actually manipulating the column X?
Hope that makes sense.