search for: corbin

Displaying 20 results from an estimated 39 matches for "corbin".

Did you mean: combin
2005 Feb 22
0
Can't get Samba to work as a print/file server
...been through all of the troubleshooting guides without any luck. So here I am. smb.conf looks like this: # smb.conf is the main Samba configuration file. You find a full commented # version at /usr/share/doc/packages/samba/examples/smb.conf.SuSE # Date: 2003-09-23 [global] workgroup = CORBIN netbios name = CORBIN1 [data] comment = Common Data path = /export [homes] guest ok = no read only = no The samba servers are up and running. Running the smbclient against the server yields the following: en@corbin1:~> smbclient -L localhost Password:...
2006 Feb 19
4
Multiple HABTM to one table
I have a class Player, and a class Game. Game has two HABTM relationships to the Player table through seperate relationship tables. class Game < ActiveRecord::Base has_and_belongs_to_many :players, :uniq => true has_and_belongs_to_many :victors, :class_name => ''Player'', :uniq => true end When I add Player A to players, and Player B to victors, and save the
2006 Feb 27
6
MySql 4.0.16 and Migrations
It appears that you cannot use migrations (out of the box) with mysql 4.0.16, because when creating a table, the statement says "ENGINE=InnoDb", instead of "TYPE=InnoDB". Looking at the source code for the adapter, this appears to be hard coded. Is there any supported way to make this work with older versions of MySQL? David
2006 Mar 02
3
plugin versioning
When I install a plugin, does Rails record the version installed anywhere? Maybe I''m not doing it the "right" way, but I''ve excluded vendors from my source repository. I''d like some ''record'' of what plugins are used that is under source control. David
2005 Apr 13
3
Upgrading
I have an "old and decrepit" install of Shorewall, installed from a Debian package. I''m having a problem, so in order to get support, I''m working on upgrading to the most recent stable version. What I''d like to do, is to test the new version with my configuration files, without actually installing it -- just untarring it. Is this possible? How can I
2006 Feb 26
7
LoginEngine problems
I''m trying to get a simple authentication system going for a small rails app. After much research, it looks like LoginEngine should do exactly what I want. Now, the documentation is somewhat confusing to me when looked at in the light of reality. There are some places that say you have to install the "engines" plugin. But, I cannot find such a beast. So, I installed the
2015 Mar 24
2
AWOL rpm
About a month ago I did an upgrade of glibc on one of our test centos5 systems. And yum happily gave me about 8 packages, including both bitted-nesses of glibc-common. This morning I was showing a co-worker how to upgrade glibc. And he found that yum wouldn't give him glibc-common-2.5-123.el5_11.1.i386.rpm. So I browsed to the web interface of one of the centos5 mirrors, and couldn't
2006 Feb 22
2
self.use_instantiated_fixtures
Can this be controlled on a per TestCase basis, or is it only a global setting? David
2008 Dec 30
0
[LLVMdev] [Mesa3d-dev] Folding vector instructions
On Dec 30, 2008, at 6:39 AM, Corbin Simpson wrote: >> However, the special instrucions cannot directly be mapped to LLVM >> IR, like >> "min", the conversion involves in 'extract' the vector, create >> less-than-compare, create 'select' instruction, and create 'insert- >>...
2008 Dec 30
2
[LLVMdev] [Mesa3d-dev] Folding vector instructions
Alex wrote: > Hello. > > Sorry I am not sure this question should go to llvm or mesa3d-dev mailing > list, so I post it to both. > > I am writing a llvm backend for a modern graphics processor which has a ISA > very similar to that of Direct 3D. > > I am reading the code in Gallium-3D driver in a mesa3d branch, which > converts the shader programs (TGSI tokens) to
2015 Mar 24
0
AWOL rpm
On Tue, Mar 24, 2015 at 10:56:29AM -0700, Ali Corbin wrote: > This morning I was showing a co-worker how to upgrade glibc. And he > found that yum wouldn't give him > glibc-common-2.5-123.el5_11.1.i386.rpm. > > So I browsed to the web interface of one of the centos5 mirrors, and > couldn't find it either. Not in the x86_6...
2002 Nov 21
0
Initial Sequence Numbers (ISN) vulnerability
...RELEASE, AIX, HP/UX 11i, and all Linux Kernels after 1996. It did say that Red Hat Linux 7.1''s mount package was vulnerable to predictable initial sequence number attacks. http://linux.oreillynet.com/pub/a/linux/2001/05/08/insecurities.html Mike -----Original Message----- From: David Corbin [mailto:dcorbin@machturtle.com] Sent: Wednesday, November 20, 2002 8:02 PM To: Shorewall Subject: [Shorewall-users] Thanks + Question I''ve recently installed shorewall, because I introduced a DMZ to my home network, and I was having trouble figuring how to get iptables to do what I wan...
2006 Apr 03
1
Helpers for ActiveMailer templates
What helpers, if any, should be available to a view for ActionMailer? Even ApplicationHelper methods don''t seem to be available. This is on Rails 1.0. David
2006 Feb 19
1
Validation relative to other attributes
I have an object O with two ''collections''. The minimum size for B is A.length + 1. Also, B has to be a proper subset of A. What is the correct way to validate B? David
2006 Feb 26
1
Layouts for static pages
Is there any "standard" way if I wish to use a layout with an otherwise static page? Do I have to create a controller "and everything" for this to work? Thanks David
2010 Mar 12
0
Lost R300/NV40 development work you may have
On the Radeon IRC channel (http://www.radeonhd.org/?page=archive_display&c=radeon&m=1&y=2009&d=2009-1-26), you expressed interest in Corbin Simpson's R300 LLVM work, at git://anongit.freedesktop.org/~csimpson/llvm, which was based on Stephane Marchesin's earlier NV40 work. Both these projects have since been lost due to an hard drive crash. If you happened to still have that git tree on your hard drive, it would be extremely a...
2008 Dec 30
3
[LLVMdev] [Mesa3d-dev] Folding vector instructions
On Tuesday 30 December 2008 15:30:35 Chris Lattner wrote: > On Dec 30, 2008, at 6:39 AM, Corbin Simpson wrote: > >> However, the special instrucions cannot directly be mapped to LLVM > >> IR, like > >> "min", the conversion involves in 'extract' the vector, create > >> less-than-compare, create 'select' instruction, and create '...
2006 Feb 27
15
Webrick in production?
Would you bother to setup a fastcgi for a "intranet accessible" application that is like to get < 100 hits a day? David
2005 Aug 19
13
Enumerations (again): Comments please
Some of my earlier questions may have hinted ever so slightly in the direction that I''m trying to implement "enumerations". By an enumeration here I mean a class that has a fixed number of immutable instances, which in turn have essentially only a name and a position. Requirements I''ve tried to meet are - Enumeration instances should only be loaded once from the
2010 Jan 18
2
[Mesa3d-dev] [PATCH] glsl: put varyings in texcoord slots
So, basically, you allocate the rasterizer units according to the vertex shader, and when the fragment shader comes up, you say "write rasterizer output 4 to fragment input 1000000"? The current nouveau drivers can't do this. There are "routing" registers in hardware, but I think the nVidia proprietary driver (at least without GLSL) leaves them unaltered after