search for: symbiosis

Displaying 20 results from an estimated 25 matches for "symbiosis".

Did you mean: symbios
2008 Jan 24
5
Can''t boot from ISO image...
...= import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 1536 shadow_memory = 8 name = "symbiosis" pae=1 vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''file:/var/lib/xen/images/symbiosis.img,ioemu:hda,w'',''file:/root/RHEL4.6-x86_64-AS-disc1.iso,ioemu:hdc:cdrom,r'' ] device_model = ''/usr/'' + arch_libdir + ''/xen/...
2013 Sep 03
0
Re: ext3 / ext4 on USB flash drive?
...either (though my hope holds out for some tools I bookmarked recently). Reference to forums and specialist websites gives genuine cause for doubt. Yet I thought it was usual for system software to have a good angle on how its hardware was constructed and what it was doing. I thought they worked in symbiosis, and that this maintained by mutual necessity. I thought the symbiosis was kept unassailably whole by a common purpose: the user. What you say implies that this symbiosis has been broken by the commercial greed of flash manufacturers. Or that it is by neglect on their part, or lazyness, or some ot...
2013 Aug 30
2
Re: ext3 / ext4 on USB flash drive?
On Fri, Aug 30, 2013 at 10:56:17AM +0100, Mark Ballard wrote: > > This is incredible, Mr Sandeen. You mean USB flash manufacturers > (what's their body - the USB Implementer's Forum?) have simply not > provided a means for software to query the underlying hardware in a > USB flash? Have software producers asked them for this? No, they haven't. And yes we have, since
2009 Feb 07
0
R on Mobile Devices (All)
Hi, I have been considering use of R on Windows Operating system and the market leader Symbiosis. I want to log on to my remote pc using remote desktop securely using the username and password, then run R as if I was in front of the PC itself ( PC got more RAM than Mobile ..still). Ditto for the Android and Ipod ( I mean Iphone). I then would like to mail the output using both Google Docs as...
2013 Aug 22
0
Rexcel macro query
...et1!Z1”) The output in this case is not in the desired format i.e not in the form of a table, the values are displayed horizontally separated by commas, making it possible to separate them even with a delimiter. -- Regards, G.Siddharth Phone: +91 8698902787 MBA (Marketing) 2011-13* **SCMHRD** | Symbiosis Centre for Management and Human Resource Development* -- *Disclaimer: The information contained in this e-mail message is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you should return it to the sender immediately. Any...
2007 Oct 27
0
EM.One
...stomers. By running Windows Mobile 6, users can now make native SIP calls using the JAJAH software, to more than 120 global destinations. EMOBILE is a Japanese mobile carrier with a data only connection featuring the EM*ONE ?, a mobile device by SHARP. It has a large touch screen and is the perfect symbiosis of a full-fledged Internet browser, a mobile PC and a mobile phone. The EM*ONE ? has an HSDPA data connection with 3.6MB high speed internet connectivity. In addition it has a TV antenna and features high resolution TV channels. JAJAH Mobile for the EM*ONE ? is a SIP-based VoIP application that shi...
2008 Feb 24
7
Using SYSCALL/SYSRET with a minios kernel
...rying to use the SYSCALL/SYSRET opcodes with a minios kernel without much success. Going by the manuals (and linux sources) I first have to setup the STAR and LSTAR registers to define the segment and instruction pointer to be used for SYSCALL: /* * LSTAR and STAR live in a bit strange symbiosis. * They both write to the same internal register. STAR allows to set * CS/DS but only a 32bit target. LSTAR sets the 64bit rip. */ wrmsrl(MSR_STAR, ((uint64_t)__USER_CS)<<48 | ((uint64_t)__KERNEL_CS)<<32); wrmsrl(MSR_LSTAR, system_call);...
2013 Jun 27
2
[LLVMdev] Proposal: extended MDString syntax
On Thu, Jun 27, 2013 at 10:49 AM, Jakob Stoklund Olesen <stoklund at 2pi.dk>wrote: > > On Jun 27, 2013, at 10:12 AM, Chandler Carruth <chandlerc at google.com> > wrote: > > > > > On Thu, Jun 27, 2013 at 9:50 AM, Jakob Stoklund Olesen <stoklund at 2pi.dk> > wrote: > > On Jun 26, 2013, at 4:18 PM, Eric Christopher <echristo at gmail.com> >
2012 Aug 07
0
ICAC2012 Call for Participation (9th ACM International Conference on Autonomic Computing)
...ER 17, 2012 - WORKSHOPS Feedback Computing 2012 Self-Aware Internet of Things 2012 ====================================================================== TUESDAY, SEPTEMBER 18, 2012 - MAIN CONFERENCE 8:00AM - 8:45AM Registration 8:45AM - 9:00AM Welcome Remarks 9:00AM - 10:00AM Keynote Talk I Symbiosis in Scale Out Networking and Data Management Amin Vahdat, Google and University of California, San Diego 10:00AM - 10.30AM Break 10:30AM - 12:00PM Session : Virtualization Net-Cohort: Detecting and Managing VM Ensembles in Virtualized Data Centers Liting Hu, Karsten Schwan (Georgia Institute of...
2012 Aug 07
0
ICAC2012 Call for Participation (9th ACM International Conference on Autonomic Computing)
...ER 17, 2012 - WORKSHOPS Feedback Computing 2012 Self-Aware Internet of Things 2012 ====================================================================== TUESDAY, SEPTEMBER 18, 2012 - MAIN CONFERENCE 8:00AM - 8:45AM Registration 8:45AM - 9:00AM Welcome Remarks 9:00AM - 10:00AM Keynote Talk I Symbiosis in Scale Out Networking and Data Management Amin Vahdat, Google and University of California, San Diego 10:00AM - 10.30AM Break 10:30AM - 12:00PM Session : Virtualization Net-Cohort: Detecting and Managing VM Ensembles in Virtualized Data Centers Liting Hu, Karsten Schwan (Georgia Institute of...
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 10/17] paravirt_ops - boot changes
...mber = cpu; @@ -152,7 +152,7 @@ char boot_exception_stacks[(N_EXCEPTION_ __attribute__((section(".bss.page_aligned"))); /* May not be marked __init: used by software suspend */ -void syscall_init(void) +void x86_64_syscall_init(void) { /* * LSTAR and STAR live in a bit strange symbiosis. @@ -160,7 +160,7 @@ void syscall_init(void) * but only a 32bit target. LSTAR sets the 64bit rip. */ wrmsrl(MSR_STAR, ((u64)__USER32_CS)<<48 | ((u64)__KERNEL_CS)<<32); - wrmsrl(MSR_LSTAR, system_call); + wrmsrl(MSR_LSTAR, (u64)system_call); #ifdef CONFIG_IA32_EMULATIO...
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 10/17] paravirt_ops - boot changes
...mber = cpu; @@ -152,7 +152,7 @@ char boot_exception_stacks[(N_EXCEPTION_ __attribute__((section(".bss.page_aligned"))); /* May not be marked __init: used by software suspend */ -void syscall_init(void) +void x86_64_syscall_init(void) { /* * LSTAR and STAR live in a bit strange symbiosis. @@ -160,7 +160,7 @@ void syscall_init(void) * but only a 32bit target. LSTAR sets the 64bit rip. */ wrmsrl(MSR_STAR, ((u64)__USER32_CS)<<48 | ((u64)__KERNEL_CS)<<32); - wrmsrl(MSR_LSTAR, system_call); + wrmsrl(MSR_LSTAR, (u64)system_call); #ifdef CONFIG_IA32_EMULATIO...
2012 Sep 08
0
Call for Participation: The 9th ICAC 2012 Conference - September 17-21 in San Jose CA
...ER 17, 2012 - WORKSHOPS Feedback Computing 2012 Self-Aware Internet of Things 2012 ====================================================================== TUESDAY, SEPTEMBER 18, 2012 - MAIN CONFERENCE 8:00AM ? 8:45AM Registration 8:45AM ? 9:00AM Welcome Remarks 9:00AM ? 10:00AM Keynote Talk I Symbiosis in Scale Out Networking and Data Management Amin Vahdat, Google and University of California, San Diego 10:00AM ? 10.30AM Break 10:30AM ? 12:00PM Session : Virtualization Net-Cohort: Detecting and Managing VM Ensembles in Virtualized Data Centers Liting Hu, Karsten Schwan (Georgia Institute of T...
2012 Sep 08
0
Call for Participation: The 9th ICAC 2012 Conference - September 17-21 in San Jose CA
...ER 17, 2012 - WORKSHOPS Feedback Computing 2012 Self-Aware Internet of Things 2012 ====================================================================== TUESDAY, SEPTEMBER 18, 2012 - MAIN CONFERENCE 8:00AM ? 8:45AM Registration 8:45AM ? 9:00AM Welcome Remarks 9:00AM ? 10:00AM Keynote Talk I Symbiosis in Scale Out Networking and Data Management Amin Vahdat, Google and University of California, San Diego 10:00AM ? 10.30AM Break 10:30AM ? 12:00PM Session : Virtualization Net-Cohort: Detecting and Managing VM Ensembles in Virtualized Data Centers Liting Hu, Karsten Schwan (Georgia Institute of T...
2012 Aug 08
0
Call for Participation: The 9th ACM International Conference on Autonomic Computing (ICAC 2012) -- September 17-21, San Jose CA
...ER 17, 2012 - WORKSHOPS Feedback Computing 2012 Self-Aware Internet of Things 2012 ====================================================================== TUESDAY, SEPTEMBER 18, 2012 - MAIN CONFERENCE 8:00AM ? 8:45AM Registration 8:45AM ? 9:00AM Welcome Remarks 9:00AM ? 10:00AM Keynote Talk I Symbiosis in Scale Out Networking and Data Management Amin Vahdat, Google and University of California, San Diego 10:00AM ? 10.30AM Break 10:30AM ? 12:00PM Session : Virtualization Net-Cohort: Detecting and Managing VM Ensembles in Virtualized Data Centers Liting Hu, Karsten Schwan (Georgia Institute of T...
2012 Aug 08
0
Call for Participation: The 9th ACM International Conference on Autonomic Computing (ICAC 2012) -- September 17-21, San Jose CA
...ER 17, 2012 - WORKSHOPS Feedback Computing 2012 Self-Aware Internet of Things 2012 ====================================================================== TUESDAY, SEPTEMBER 18, 2012 - MAIN CONFERENCE 8:00AM ? 8:45AM Registration 8:45AM ? 9:00AM Welcome Remarks 9:00AM ? 10:00AM Keynote Talk I Symbiosis in Scale Out Networking and Data Management Amin Vahdat, Google and University of California, San Diego 10:00AM ? 10.30AM Break 10:30AM ? 12:00PM Session : Virtualization Net-Cohort: Detecting and Managing VM Ensembles in Virtualized Data Centers Liting Hu, Karsten Schwan (Georgia Institute of T...
2012 Aug 25
0
Call for Participation: The 9th ACM International Conference on Autonomic Computing (ICAC 2012) - September 17-21, 2012 in San Jose, California, USA
...ER 17, 2012 - WORKSHOPS Feedback Computing 2012 Self-Aware Internet of Things 2012 ====================================================================== TUESDAY, SEPTEMBER 18, 2012 - MAIN CONFERENCE 8:00AM ? 8:45AM Registration 8:45AM ? 9:00AM Welcome Remarks 9:00AM ? 10:00AM Keynote Talk I Symbiosis in Scale Out Networking and Data Management Amin Vahdat, Google and University of California, San Diego 10:00AM ? 10.30AM Break 10:30AM ? 12:00PM Session : Virtualization Net-Cohort: Detecting and Managing VM Ensembles in Virtualized Data Centers Liting Hu, Karsten Schwan (Georgia Institute of T...
2012 Aug 25
0
Call for Participation: The 9th ACM International Conference on Autonomic Computing (ICAC 2012) - September 17-21, 2012 in San Jose, California, USA
...ER 17, 2012 - WORKSHOPS Feedback Computing 2012 Self-Aware Internet of Things 2012 ====================================================================== TUESDAY, SEPTEMBER 18, 2012 - MAIN CONFERENCE 8:00AM ? 8:45AM Registration 8:45AM ? 9:00AM Welcome Remarks 9:00AM ? 10:00AM Keynote Talk I Symbiosis in Scale Out Networking and Data Management Amin Vahdat, Google and University of California, San Diego 10:00AM ? 10.30AM Break 10:30AM ? 12:00PM Session : Virtualization Net-Cohort: Detecting and Managing VM Ensembles in Virtualized Data Centers Liting Hu, Karsten Schwan (Georgia Institute of T...
2010 Apr 19
2
OpenSIPS with Asterisk Backend
<body bgcolor="#ffffff" background="https://img.web.de/v/p.gif" class="bgRepeatYes" style="background-repeat: repeat; ; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: verdana,geneva; font-size: 9pt; padding-left: 0px;"><div style="min-height: 200px; background-image: url(https://img.web.de/v/p.gif); background-repeat:
2007 Aug 10
9
[PATCH 0/25 -v2] paravirt_ops for x86_64, second round
Here is an slightly updated version of the paravirt_ops patch. If your comments and criticism were welcome before, now it's even more! There are some issues that are _not_ addressed in this revision, and here are the causes: * split debugreg into multiple functions, suggested by Andi: - Me and jsfg agree that introducing more pvops (specially 14!) is not worthwhile. So, although we do