search for: doesn

Displaying 20 results from an estimated 18470 matches for "doesn".

Did you mean: does
2008 May 10
2
Camping-Omnibus Doesn''t Work With Ruby v1.8.6
I''ve noticed that the copy of Mongrel installed by the camping-omnibus gem doesn''t work with Ruby 1.8.6. Or to be more specific, cgi_multipart_eof_fix (which Mongrel is dependent upon) doesn''t work: > $ sudo gem install mongrel --source http://code.whytheluckystiff.net > > ERROR: Error installing mongrel: > cgi_multipart_eof_fix requires Ruby...
2006 Sep 09
2
why doesn't this work (setting attribute in "before_create")
Hi, Can anyone spot why the below doesn''t work? * I have a "created_by" column in my create table in the dB * I have a "before_create" line, which definitely gets called * I tried a few different ways to set the "created_by" attribute in the model but it doesn''t seem to work, i.e. doesn...
2006 Oct 31
0
6241028 metaimport doesn''t detect partial diskset if missing disk doesn''t have a mddb on it
Author: jeanm Repository: /hg/zfs-crypto/gate Revision: cfe2171ad33aa1cb081f4141b11c75bbbc049b7c Log message: 6241028 metaimport doesn''t detect partial diskset if missing disk doesn''t have a mddb on it Files: update: usr/src/cmd/lvm/util/metaimport.c update: usr/src/lib/lvm/libmeta/common/meta_import.c
2005 Mar 19
1
samba log gid doesn't exist warnings
...o i am not sure what i can do to fix this problem. any help is appreciated. thanks. ib/util_sock.c:get_peer_addr(1000) getpeername failed. Error was Transport endpoint is not connected : 141 Time(s) rpc_server/srv_util.c:get_alias_user_groups(206) get_alias_user_groups: gid of user emilystation$ doesn't exist. Check your /etc/passwd and /etc/group files : 1 Time(s) rpc_server/srv_util.c:get_alias_user_groups(206) get_alias_user_groups: gid of user moviestation$ doesn't exist. Check your /etc/passwd and /etc/group files : 1 Time(s) rpc_server/srv_util.c:get_alias_user_groups(206) get_al...
2012 Jul 17
2
order or sort doesn´t work properly
Hi all, I want to order a series that is included on the second column in MCT.csv. I do but R doesn?t order, could be because is a csv? I have prove MCT<-read.csv("MCT.csv") a<-order(MCTor[,2],2,decreasing = FALSE) a<-order(MCTor[,2],1,decreasing = FALSE) or the same with sort but didn?t worked. It is suposed that a will have the ordered on ascending or descending direct...
2009 May 15
1
Re: Changeset 19594 for Xen 3.4 build on Ubuntu Server 9.04 causes pygrub doesn''t return any data anymore
...t libvirt. I don''t know how to troubleshoot on Ubuntu 9.04. Boris --- On Fri, 5/15/09, Ian Jackson <Ian.Jackson@eu.citrix.com> wrote: From: Ian Jackson <Ian.Jackson@eu.citrix.com> Subject: Re: [Xen-devel] Changeset 19594 for Xen 3.4 build on Ubuntu Server 9.04 causes pygrub doesn''t return any data anymore To: "Boris Derzhavets" <bderzhavets@yahoo.com> Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>, "Keir Fraser" <Keir.Fraser@eu.citrix.com> Date: Friday, May 15, 2009, 1:48 PM Boris Derzhavets writ...
2006 Apr 27
14
cleanWhitespace and parentNode
Hey cats, I seem to have ran into a problem in IE trying to use parentNode with the cleanWhitespace method. doing something like: var div = $(''mydiv''); Element.cleanWhitespace(div); works really great, but try doing: var div = $(''mydiv''); Element.cleanWhitespace(div.parentNode); or var div = $(''mydiv''); div = div.parentNode;
2007 Mar 29
1
nx-bit and TPM
Hello, I'm was looking through handbook and wikipedia and it appears FreeBSD doesn't support hardware (nor software) nx bit. There also doesn't seem to be any support for TPM (Trusted Platform Module). I was wondering if it is due to a general lack of interest and/or personal preference (gcc?) or are there other issues. The reason I'm asking is I'm currently doing...
2013 Jul 03
6
revert commit e4fd0475 ("hvmloader: always include HPET table")
Windows SVVP tests requiring a HPET ACPI table is in my opinion not a valid reason to always expose that table - respective tests should be run with "hpet=1" in the guest config file. The problem here is that at least with qemu-traditional, which by default doesn''t appear to emulate a HPET, the advertising here can mislead an OS to believe that there actually is a usable HPET, which isn''t true when neither Xen nor qemu emulate one. This ie being observed in reality: SLES9, being 2.6.5 based, doesn''t have enough checking to notice...
2007 Jun 11
12
Mocking system/`
This drives me insane on a regular basis. How does one mock system(''blah'') or `blah` ? Adding expectations on Kernel doesn''t do it. Adding expectations on Object just makes me sad: Object.any_instance.expects(:system).with(''ls'') # => #<Mock:0x12b584e>.system(''ls'') - expected calls: 0, actual calls: 1 And this really shouldn''t work (and doesn''t)...
2006 Apr 15
8
Migrations - adding a new table and automatically creating records
I want to create table called roles and then populate it with some new records...This doesn''t work. Is there something I''m missing? Craig class AddRightsAndRolesTables < ActiveRecord::Migration def self.up create_table :roles do |t| t.column "name", :string end Role.reset_column_information Role.new :name => "Users Ad...
2006 Apr 24
1
[Xen-tools] xen doesn''t support "Framebuffer console support"properly
When I turn on the "Framebuffer console support" in compiling kernel, after system startup, the console doesn''t work properly and the kernel parameter( for example: vga=719) doesn''t do any effect on kernel. who can help me ? thanks in advance! Andrew Liu _______________________________________________ Xen-tools mailing list Xen-tools@lists.xensource.com http://lists.xensource.com/xen-...
2005 Nov 17
1
[PATCH]xentrace_format doesn''t work on 64 bit arch
The xentrace_format script doesn''t work on x86/64. Python pads the input structure because the first field is 32 bits and the next is 64 bits, whereas x86-32 doesn''t pad. The quick fix is to read the cpu id separately as a 32bit value, then read the rest of the trace record. Here is a little patch that does t...
2007 Apr 18
4
[Bridge] Bridging Firewall with Kernel 2.6 failed
Hi all, I have a bridging firewall running fine with kernel 2.4.31 (Slackware 10.1) and iptables 1.2.11 Yesterday I install the new kernel 2.6.14.3 and iptables 1.3.4 but the bridging firewall doesn't work anymore. Do I need to patch the kernel 2.6 as what I did it for kernel 2.4? Or what I have missed? Regards, ro0ot
2007 Sep 27
12
/etc/passwd
I would like to write up brief tutorial/documentation on how to manage /etc/passwd using puppet. While this may seem pretty straight forward to some...the documentation is not. We have been able to create a manifest that defines all of our users "virtually" and are able to "realize" users and add them to the system(s) running puppetd. Is there a way to simply realize all users
2006 Sep 01
5
Kernel 2.6.9-42.0.2.plus.c4 doesn´t boot
Hi, after upgrading with yum upgrade my server doesn?t boot with kernel 2.6.9-42.0.2.plus.c4 d. Kernel CentOS-4 x86_64 (2.6.9-34.EL) works just fine. I use 2 HDD as RAID1. Unfortunaly this is a root server so i do not have any console output. This is rather disappointing cause i run mission critical applications on the server. I guess the updates...
2009 May 12
6
Re: Changeset 19594 for Xen 3.4 build on Ubuntu Server 9.04 causes pygrub doesn''t return any data anymore
...Backend support modules linked built-in with 2.6.30-rc3-tip kernel Boris. --- On Tue, 5/12/09, Ian Jackson <Ian.Jackson@eu.citrix.com> wrote: From: Ian Jackson <Ian.Jackson@eu.citrix.com> Subject: Re: [Xen-devel] Changeset 19594 for Xen 3.4 build on Ubuntu Server 9.04 causes pygrub doesn''t return any data anymore To: bderzhavets@yahoo.com Cc: "Keir Fraser" <keir.fraser@eu.citrix.com>, "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com> Date: Tuesday, May 12, 2009, 10:13 AM Boris Derzhavets writes ("[Xen-devel] Changeset 195...
2013 Oct 30
4
Re: Issue with ARM: Network doesn't work in the guest
2013/10/29, mail fetch <fetchmail.0104@gmail.com>: > Hi all, > > I just saw a know bug from wiki that network doesn''t work in guest in > arndale board : > > Network doesn''t work in the guest > > Contact: julien.grall@citrix.com > Status: In progress > Description: Network doesn''t work in the guest when an ehternet cable is > plugged > References: http://paste...
2007 Jun 28
2
img element inside div not accessible with $$() or getElementsBySelector
I can''t access an img inside a div using the $$() syntax. Using getElementsBySelector doesn''t work either. Both return empty arrays. I can access it with getElementById, however. <div id="foo"> <img id="image" src="blah.jpg"> <div id="bar" </div> - Using $$(''#foo img'') returns an empty array - Using...
2006 Jun 08
3
has_many :through updates on delete.
...oup_id'' end Now, when removing a member from a Group (in the method Group.remove_member), I need to delete a particular GroupMember instance so I call group_members.delete(group_member). Fine so far, except that the "has_many :through" association ''members'' doesn''t get updated! It seems to have retained the cached @members value and doesn''t refresh the association (I can verify that the entry is missing from ''group_members'' and the row has been deleted from the ''group_members'' table. How can I ensu...