Displaying 18 results from an estimated 18 matches for "ssmith".
Did you mean:
smith
2005 Apr 14
2
Using idmap_rid backend, cannot browse home directory from XP
...winbindd_misc.c:winbindd_priv_pipe_dir(297)
[11340]: request location of privileged pipe
[2005/04/14 10:11:15, 3]
nsswitch/winbindd_misc.c:winbindd_ping(238)
[11340]: ping
[2005/04/14 10:11:15, 3]
nsswitch/winbindd_pam.c:winbindd_pam_auth_crap(465)
[11340]: pam auth crap domain: DOMAIN1 user: ssmith
[2005/04/14 10:11:15, 3]
nsswitch/winbindd_misc.c:winbindd_interface_version(261)
[11340]: request interface version
[2005/04/14 10:11:15, 3]
nsswitch/winbindd_misc.c:winbindd_priv_pipe_dir(297)
[11340]: request location of privileged pipe
[2005/04/14 10:11:15, 3]
nsswitch/winbindd_user.c:winbi...
2006 Oct 11
1
RE: W2K3 Server Installation fails with ACPI=1 on
...in will
> post the fix soon.
Ah, okay. I''ll be ignoring the Subject: then, will I?
> We also found W2k and XP ACPI mode have boot and installation problem,
> the root cause is new VBD/VNIF PCI device checking in 11160.
xen-unstable.hg$ hg export 11160
# HG changeset patch
# User ssmith@weybridge.uk.xensource.com
# Date 1155815205 -3600
# Node ID 5e3166de7120f474903d58bd74b7e2d12c3d8ea7
# Parent 24827cb8a94596987284c4b934365165468949a2
[NET] Fix ``rx->offset: 10, size: 4294967295'''' bug.
Signed-off-by: Steven Smith <sos22@cam.ac.uk>
...
I don''...
2005 Dec 12
9
Webrick is being stupid...no info on a brand new project
I created a project, made a migration, generated scaffolding...start
up webrick and I get nothing. To simplify things, I just started
another project and generated a controller, still getting nothing.
The index page loads fine, but nothing beyond that. If I go to
anything that should give me a 404, the page is just blank. The
Webrick console just says a 500 (nothing explaining why), and
2006 Oct 11
1
Re: W2K3 Server Installation fails with ACPI=1 on
Hi Stefan,
The problem is cause by the VBD/VNIF PCI device in DM checked in
changeset 11160: PCI Device ID: 5853(Xen),class:ff80 (unknown)
ACPI Window does not understand this device and can not find device
driver associate with it.
To verify this just revert the patches of changset 11161/11160
We are working on the fix now, revert patch is not the solution
anyway...
Thanks,
Winston
1998 Dec 17
4
oplock_break: client failure in break - shutting down
...1.3) connect to service virus as user mcjordan (uid=832,
gid=100) (pid
7254)
[1998/12/17 07:07:28, 1] smbd/service.c:make_connection(484)
mcbride (192.168.1.12) connect to service virus as user umcbride
(uid=532, gid=100) (p
id 9067)
[1998/12/17 07:08:43, 1] smbd/service.c:make_connection(484)
ssmith (192.168.1.9) connect to service virus as user ssmith (uid=872,
gid=100) (pid 9
676)
[1998/12/17 07:08:58, 0] lib/doscalls.c:dos_GetWd(405)
Very strange, couldn't stat "."
What really bothers me is the section concerning the oplock_break
problems. It seems that everything churns...
2004 Dec 01
0
ffmpeg2theora: FPS issues with M2T
.... Has anyone got any clues?
Cheers,
Steve
--
Steve Smith, SysAdmin/Programmer | "When you have no nails your hammer grows
Vislab, University of Sydney | restless, and you begin to throw sideways
Phone: (02) 9351 5967 | glances at screws and pieces of string."
Email: ssmith@vislab.usyd.edu.au | -- Jarkko Hietaniemi
2006 May 10
3
migrations :timestamp becomes :datetime in mySql
For some reason whenever I try and create a timestamp column with
migrations and mysql I get a datetime column instead. That''s kind of
annoying because I want the column to update every time the row gets
changed. Is this a bug, or is there something I can do about it?
(Obviously I can manually change my mysql table, but that kind of
defeats the point of migrations!)
In my migration
2010 Apr 19
0
redhat4.6-32bit DomU with pv driver can''t be saved
...alias: xen:vbd
license: Dual BSD/GPL
vermagic: 2.6.9-67.ELsmp SMP 686 REGPARM 4KSTACKS gcc-3.4
depends: xen-platform-pci
[root@localhost ~]# modinfo xen_platform_pci
filename:
/lib/modules/2.6.9-67.ELsmp/extra/xenpv/0.1-10.el4/xen-platform-pci.ko
author: ssmith@xensource.com
description: Xen platform PCI device
license: GPL
license: Dual BSD/GPL
license: GPL
vermagic: 2.6.9-67.ELsmp SMP 686 REGPARM 4KSTACKS gcc-3.4
depends:
alias: pci:v00005853d00000001sv*sd*bc*sc*i*
alias: pci:v0000FFFDd00000101sv*s...
2010 Apr 19
0
redhat4.6-32bit DomU with pv driver can''t be saved
...alias: xen:vbd
license: Dual BSD/GPL
vermagic: 2.6.9-67.ELsmp SMP 686 REGPARM 4KSTACKS gcc-3.4
depends: xen-platform-pci
[root@localhost ~]# modinfo xen_platform_pci
filename:
/lib/modules/2.6.9-67.ELsmp/extra/xenpv/0.1-10.el4/xen-platform-pci.ko
author: ssmith@xensource.com
description: Xen platform PCI device
license: GPL
license: Dual BSD/GPL
license: GPL
vermagic: 2.6.9-67.ELsmp SMP 686 REGPARM 4KSTACKS gcc-3.4
depends:
alias: pci:v00005853d00000001sv*sd*bc*sc*i*
alias: pci:v0000FFFDd00000101sv*s...
2005 Dec 15
5
initialize called more than once?
Hi,
In my test case below, it seems that ''initialize'' is called everytime
''hello'' is called. Is this by design, a bug, or my pilot error?
class FooController < ApplicationController
def initialize
print "\n initialize \n"
end
def hello
print "\n hello \n"
end
end
I
2006 Feb 08
3
OpenRico LiveGrid or similar
Hi
Has anyone used OpenRico''s "on-demand listbox" LiveGrid or something
similar in a Rails app already? How well does it behave?
I''m asking this because I need a scrollable list but the number of
records in the table could be well above 5000. In the past I''ve used
similar "on-demand fetchings" in desktop apps and it was a real
blessing (the
2013 Dec 12
3
Is Gluster the wrong solution for us?
We are about to abandon GlusterFS as a solution for our object storage needs. I'm hoping to get some feedback to tell me whether we have missed something and are making the wrong decision. We're already a year into this project after evaluating a number of solutions. I'd like not to abandon GlusterFS if we just misunderstand how it works.
Our use case is fairly straight forward.
2005 Dec 22
8
Payflow Pro (was Re: FatWreck.com - New Rails Site)
Several years ago, before PHP introduced their built-in pfpro functions, I
rolled my own crappy interface, which of course delegated to the commandline
payflow client. I could certainly do the same in Ruby today.
Thinking back on it, I realized at the time, and realize again now, that
delegating this functionality to a commandline app is a security risk unless
you''re the *only* user on
2005 Dec 16
12
validates_presence_of not working
Hi,
I''m new to ruby and rails. I just created a simple update page and the
update works fine if all form fields are filled in. However there is one
field that should never be allowed to be blank. So I put this in my
model:
class Topic < ActiveRecord::Base
validates_presence_of :dr_title
validates_length_of :dr_title, :minimum => 1
So, when I submit the form with a blank
2006 Jan 26
42
ruby script/generate scaffold Product Admin hangs
Hi
I am running Mac OX tiger with the installed ruby 1.8.2, and
mysql5 (I checked that it was running in preference). I
tried to run the various fixes recommended in agileweb. I am
stuck on page 57, script/generate scaffold...
> Could you paste in your database.yml file, from the
> "config" folder inside your Rails app? If you have any
> passwords entered there, you should
2006 Feb 04
1
i2 vs. instiki-ar
Just wondering if anyone can tell me the differences between i2 and
instiki-ar? Is one preferred over the other? Also, instiki-ar has
support for file uploads but it doesn''t look like i2 does. Is there
any plan to add that support?
Any insights would be appreciated.
Thanks.
Steven Smith
2006 Mar 22
2
Edge Rails (1.1.0 RC1) and Typo Trunk
I tried the current Typo trunk with Edge Rails (1.1.0 RC1) and ran
into the following problems:
1) /public/../config/environment.rb:107: undefined method
`enable_upload_progress'' for ActionController::Base:Class
(NoMethodError). I commented this line out and installed the Upload
Progress plugin and this problem _appears_ to have gone away.
2) The second problem I
2012 Mar 22
5
Ubuntu Lucid, R 2.14.2, and ggplot2
I've just updated to the latest R (2.14.2) on my Ubuntu Lucid box, and now the ggplot2 installed as a .deb package fails to work.
$ R -e 'library(ggplot2)'
Error in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) :
package ?proto? does not have a NAMESPACE and should be re-installed
Calls: library -> .getRequiredPackages2 -> library
Execution