Displaying 20 results from an estimated 164 matches for "sinclair".
2007 Nov 29
4
Rollbacks, Sqlite3 bug. Has this been reintroduced ?
...e changes, only rspec and rspec_on_rails
After updating today I now need to set <config.txn...fixtures> to false in
the spec_helper.rb
to get the specs running, the stories are fine. Looks like the fixture
loading is trying to start a txn.
I will look around a bit more and see.
Cheers!
sinclair
On Oct 24, 2007 10:58 PM, Scott Taylor <mailing_lists at railsnewbie.com>
wrote:
>
> Okay - so the sqlite bug reported a day or so ago on the list is real
> bug. I''m going to file something in the tracker for that...
>
> I also learned that before(:all)...after(:a...
2007 Oct 22
13
An error on edge at -r 2767
...ur/rails_example.rb:17:in
`before_eval''
None of my code had changed.
All specs worked *immediately* prior to the ''svn up'' this morning.
Now all are broken immediately after the svn up.
I am trying to track this down but hoping for some "Help ..." .
Cheers!
sinclair
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071022/5f3456cc/attachment.html
2015 Dec 01
2
[PATCH 4/6] Input: Remove vmmouse port reservation
Hi Sinclair,
On Tue, Dec 1, 2015 at 2:18 PM, Sinclair Yeh <syeh at vmware.com> wrote:
> Port reservation is not required.
You need to expand on why we do not need to reserve port.
> Furthermore, this port is shared
> by other VMware services for host-side communication.
What services would t...
2015 Dec 01
2
[PATCH 4/6] Input: Remove vmmouse port reservation
Hi Sinclair,
On Tue, Dec 1, 2015 at 2:18 PM, Sinclair Yeh <syeh at vmware.com> wrote:
> Port reservation is not required.
You need to expand on why we do not need to reserve port.
> Furthermore, this port is shared
> by other VMware services for host-side communication.
What services would t...
2015 Dec 01
11
[PATCH 1/6] x86: Add VMWare Host Communication Macros
These macros will be used by multiple VMWare modules for handling
host communication.
v2:
* Keeping only the minimal common platform defines
* added vmware_platform() check function
v3:
* Added new field to handle different hypervisor magic values
Signed-off-by: Sinclair Yeh <syeh at vmware.com>
Reviewed-by: Thomas Hellstrom <thellstrom at vmware.com>
Reviewed-by: Alok N Kataria <akataria at vmware.com>
Cc: Thomas Gleixner <tglx at linutronix.de>
Cc: Ingo Molnar <mingo at redhat.com>
Cc: "H. Peter Anvin" <hpa at zytor.com&...
2015 Dec 01
11
[PATCH 1/6] x86: Add VMWare Host Communication Macros
These macros will be used by multiple VMWare modules for handling
host communication.
v2:
* Keeping only the minimal common platform defines
* added vmware_platform() check function
v3:
* Added new field to handle different hypervisor magic values
Signed-off-by: Sinclair Yeh <syeh at vmware.com>
Reviewed-by: Thomas Hellstrom <thellstrom at vmware.com>
Reviewed-by: Alok N Kataria <akataria at vmware.com>
Cc: Thomas Gleixner <tglx at linutronix.de>
Cc: Ingo Molnar <mingo at redhat.com>
Cc: "H. Peter Anvin" <hpa at zytor.com&...
2015 Dec 01
3
[PATCH 3/6] Input: Update vmmouse.c to use the common VMW_PORT macros
On Tue, Dec 1, 2015 at 2:32 PM, Sinclair Yeh <syeh at vmware.com> wrote:
> Hi,
>
> On Tue, Dec 01, 2015 at 02:24:14PM -0800, Dmitry Torokhov wrote:
>> On Tue, Dec 01, 2015 at 02:18:49PM -0800, Sinclair Yeh wrote:
>> > v2:
>> > Instead of replacing existing VMMOUSE defines, only modify enough
>>...
2015 Dec 01
3
[PATCH 3/6] Input: Update vmmouse.c to use the common VMW_PORT macros
On Tue, Dec 1, 2015 at 2:32 PM, Sinclair Yeh <syeh at vmware.com> wrote:
> Hi,
>
> On Tue, Dec 01, 2015 at 02:24:14PM -0800, Dmitry Torokhov wrote:
>> On Tue, Dec 01, 2015 at 02:18:49PM -0800, Sinclair Yeh wrote:
>> > v2:
>> > Instead of replacing existing VMMOUSE defines, only modify enough
>>...
2007 Oct 26
3
Specing with Subdomains as Account Keys
...app using subdomains as account keys. The Application
Controller sets up @current_company in a before filter. Everything is
done within the context of the @current_company.
After reading about Demeter''s Revenge (http://www.lukeredpath.co.uk/
2007/10/18/demeters-revenge), and reading Sinclair''s advice (link
above), I refactored @current_company.items.find(:all) to
@current_company.find_items.
Still no luck. The spec fails with:
-- Mock ''Company'' expected :find_items with (:all) once, but received
it 0 times
The other thing that bugs me is the size of t...
2016 Mar 31
2
[PATCH 6/6] VMware balloon: Update vmw_balloon.c to use the VMW_PORT macro
Hi,
Does any one know when this series will be applied?
Sinclair
On Mon, Feb 08, 2016 at 11:41:57AM -0800, Greg KH wrote:
> On Tue, Jan 19, 2016 at 01:46:05PM -0800, Sinclair Yeh wrote:
> > Updated VMWARE_BALLOON_CMD to use the common VMW_PORT macro.
> > Doing this rather than replacing all instances of VMWARE_BALLOON_CMD
> > to minimize co...
2016 Mar 31
2
[PATCH 6/6] VMware balloon: Update vmw_balloon.c to use the VMW_PORT macro
Hi,
Does any one know when this series will be applied?
Sinclair
On Mon, Feb 08, 2016 at 11:41:57AM -0800, Greg KH wrote:
> On Tue, Jan 19, 2016 at 01:46:05PM -0800, Sinclair Yeh wrote:
> > Updated VMWARE_BALLOON_CMD to use the common VMW_PORT macro.
> > Doing this rather than replacing all instances of VMWARE_BALLOON_CMD
> > to minimize co...
2007 Aug 09
3
AutoTest plugin and rspec for rails
(WinXP)
Hi,
I have the autotest rails plugin running - detecting changes and running the
examples.
However the rspec color output (of which I am a fan) ... has stopped
happening
Anybody got a spare moment to point me in the right direction, please ?
Cheers!
sinclair
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070809/2331a41a/attachment.html
2015 Dec 02
4
[PATCH 3/6] Input: Update vmmouse.c to use the common VMW_PORT macros
On Tue, Dec 01, 2015 at 06:21:06PM -0800, Sinclair Yeh wrote:
> On Tue, Dec 01, 2015 at 04:04:08PM -0800, Greg Kroah-Hartman wrote:
> > On Tue, Dec 01, 2015 at 02:54:20PM -0800, Sinclair Yeh wrote:
> > > Hi,
> > >
> > > On Tue, Dec 01, 2015 at 02:45:27PM -0800, Dmitry Torokhov wrote:
> > > > On Tue,...
2015 Dec 02
4
[PATCH 3/6] Input: Update vmmouse.c to use the common VMW_PORT macros
On Tue, Dec 01, 2015 at 06:21:06PM -0800, Sinclair Yeh wrote:
> On Tue, Dec 01, 2015 at 04:04:08PM -0800, Greg Kroah-Hartman wrote:
> > On Tue, Dec 01, 2015 at 02:54:20PM -0800, Sinclair Yeh wrote:
> > > Hi,
> > >
> > > On Tue, Dec 01, 2015 at 02:45:27PM -0800, Dmitry Torokhov wrote:
> > > > On Tue,...
2001 Dec 21
3
Question on encryption
...ude the need
to use SSH from the client? If so, how secure is this versus using rsync
in non daemon mode with SSH? I have considered building SSH to not use
encryption, but I was thinking rsync in daemon mode might obviate the
need to have to use SSH if it can still be made secure.
Thanks.
George Sinclair | george.sinclair@noaa.gov
2007 Sep 14
5
controller.expect_render has me beat!
...his fails with
Mock ''expect_render_mock_proxy'' expected :render with ({:action=>:edit,
:id=>1}) once, but received it 0 times
I have tried
controller.expect_render( :action => :edit ).once
Am I using #expect_render correctly?
Thanks for all and any helpv
Cheers!
sinclair
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070914/acd6d8e6/attachment.html
2007 Sep 28
2
form action url example
...ubbing and mock these objects )
My thought is that rails does not require this since it helps by making sure
the #id of each object is used in the action url.
Is this an error in rspec or just something (mildly inconsistent? ) which
I''ll have to do in this very limited context ?
Cheers!
sinclair
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070928/d5a685cf/attachment.html
2015 Dec 02
3
[PATCH 3/6] Input: Update vmmouse.c to use the common VMW_PORT macros
On Tue, Dec 01, 2015 at 02:54:20PM -0800, Sinclair Yeh wrote:
> Hi,
>
> On Tue, Dec 01, 2015 at 02:45:27PM -0800, Dmitry Torokhov wrote:
> > On Tue, Dec 1, 2015 at 2:32 PM, Sinclair Yeh <syeh at vmware.com> wrote:
> > > Hi,
> > >
>
> <snip>
>
> > >> > */
> > >> &g...
2015 Dec 02
3
[PATCH 3/6] Input: Update vmmouse.c to use the common VMW_PORT macros
On Tue, Dec 01, 2015 at 02:54:20PM -0800, Sinclair Yeh wrote:
> Hi,
>
> On Tue, Dec 01, 2015 at 02:45:27PM -0800, Dmitry Torokhov wrote:
> > On Tue, Dec 1, 2015 at 2:32 PM, Sinclair Yeh <syeh at vmware.com> wrote:
> > > Hi,
> > >
>
> <snip>
>
> > >> > */
> > >> &g...
2020 May 31
2
samba-tool domain classicupgrade fails to import users or groups from NT domain
...RID's and they are all above 1000.
I'm not quite sure what else to check - any hints would be greatly
appreciated. The NT domain was working without any complaints until I
attempted the upgrade to AD today.
# samba-tool domain classicupgrade --dbdir=/var/lib/samba.PDC/dbdir/
--realm=sinclair-accounting.lan --dns-backend=BIND9_DLZ
--option="interfaces=lo br0" --option="bind interfaces only=yes"
/etc/samba/smb.conf.PDC
INFO 2020-05-31 23:07:50,466 pid:2023
/usr/lib64/python3.8/site-packages/samba/netcmd/domain.py #1647: Reading
smb.conf
INFO 2020-05-31 23:07:50,...