Displaying 8 results from an estimated 8 matches for "rsel".
Did you mean:
riel
2011 Oct 11
5
[PATCH] libxl: reimplement buffer for bootloading and drop data if buffer is full
...ic char * bootloader_interact(libxl_
int bootloader_prod = 0, bootloader_cons = 0;
char bootloader_buf[BOOTLOADER_BUF_SIZE];
+ /* Set timeout to 1s before starting to discard data */
+ wait.tv_sec = BOOTLOADER_TIMEOUT;
+ wait.tv_usec = 0;
+
while(1) {
fd_set wsel, rsel;
int nfds;
@@ -185,15 +192,26 @@ static char * bootloader_interact(libxl_
xenconsoled_prod = xenconsoled_cons = 0;
if (bootloader_prod == bootloader_cons)
bootloader_prod = bootloader_cons = 0;
+ /* Move buffers around to drop already consumed data...
2006 Sep 18
2
Mocha + Selenium-on-rails loading problem ?
Hello All,
I need to stub two class methods before a selenium call.
The .rsel is :
require ''mocha''
SalesConfigWork.stubs(:load_work_data)
SalesConfigWork.stubs(:delete_work_data)
setup :fixtures => :sales_config_works
open "/"
The Selenium test runner result is :
undefined method `stubs'' for SalesConfigWork:Class
Extracted source...
2015 May 15
1
[CentOS-announce] CentOS-7 disk images for AArch64 Platforms
The RSEL Project has working builds of EL6 and 7 out for embedded ARM
devices like the raspberry pi. http://www.redsleeve.org
You need to dig through their wiki four instructions your several devices.
Am 14.05.2015 23:46 schrieb "Johnny Hughes" <johnny at centos.org>:
> On 05/14/2015 04...
2006 Sep 15
0
Using Selenium with a mock-method on associated Model ???
...ine method.
During my functional test, I mock-disable the stored procedure call, as
the "work table" is fillied via fixture.
class Sales < ActiveRecord::Base
def self.load_work_data
puts "mock called sp_load_sales_work_table"
end
end
I placed this same code into a .rsel partial and includePartial at the
top of my .sel test.
This works A-OK in the fixture. It apparently doesn''t work at all in
the Selenium call.
Where should this mock-class be located? And/or when should I call it
for use with a Selenium test ?
Thanks all.
--
-------------------------...
2006 Nov 15
1
how to handle alert box message in selenium test?
hi guys,
how to handle alert box message in selenium test?
i want to handle alert box. i want to test(verify text present) the
text in alert box & then click ok to alert box. how can i do this.? plz
tell me...
advance thx.
regards,
karthick.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2014 Aug 21
1
Trying to override MAC addr
I am trying to override the mac addr. Now this is on an armv7 actually
running the F19 kernel and Redsleeve 6, but it SHOULD be standard
Centos6 ifcfg-eth0 content. Of course RSEL does not start with a
ifcfg-eth0 file, letting network services do all the work, so I am
starting from scratch, using the file from one of my C6 boxes with
static addressing. My file has in it:
DEVICE="eth0"
BOOTPROTO=none
NM_CONTROLLED="no"
ONBOOT="yes"
TYPE=&quo...
2015 May 14
2
[CentOS-announce] CentOS-7 disk images for AArch64 Platforms
On Thu, 2015-05-14 at 13:51 -0700, John R Pierce wrote:
> On 5/14/2015 1:39 PM, Always Learning wrote:
> > Does this mean it may be possible to run basic version of C5, C6 and C7
> > on Arm64* CPU systems ? Presumably this will include the Raspberry Pi ?
> is the rasberry pi ARMv8 (arm64) ? I thought it was v7 (32bit only)
~~~~~~~~~~
Raspberry Pi 2 Model B is the second
2014 Nov 20
1
CentOS Digest, Vol 118, Issue 20 - Email found in subject
...te:
> On Wed, Nov 19, 2014 at 7:36 AM, Robert Moskowitz <rgm at htt-consult.com> wrote:
>> output="/var/spool/amavisd/tmp/amavis-20141119T075446-18599/parts: lstat()
>> failed: Permission denied. ERROR\n"
> Ownership or selinux problem?
Unfortunately no selinux on RSEL. has to do, in part, with it being a
port to armv5, eventhough I run it on armv7.
I looked at the permissions and from /var/spool/amavisd it is owned by
amavis:amavis
------------------------------
Message: 13
Date: Wed, 19 Nov 2014 11:12:08 -0600
From: Les Mikesell <lesmikesell at gmai...