similar to: Memory bound applications

Displaying 20 results from an estimated 8000 matches similar to: "Memory bound applications"

2005 Dec 14
4
Centos + Xen 3.0 + Root on md = bad
Howdy folks, I''m trying to boot Xen 3.0 on a Centos 4(.2) system with root on a software raid1 volume. When booting the Xen kernel, ''raidautorun'' in the /init nash script fails to assemble either the root md or the raid5 md containing my LVM volumes. If I move root to /dev/hda1, the system boots fine. raidautorun still fails to assemble the md devices, but mdadm
2005 Aug 10
0
Xen and LVM snapshots on FC4
Hello, I''ve tried to make Xen and LVM snapshots work with RHEL3 (upgraded to FC4 partly, using FC4 kernel 2.6.12-1.1387_FC4, xen-2-20050522 installed from RPM). I had a problem where non-snapshot LVM images worked, but as soon as I create a snapshot of one and tried to use that, I would get a crash like this as soon as I booted up a Xen domain: Freeing unused kernel memory: 160k freed
2006 May 12
9
[PATCH] Make "xm mem-set" be lower bound on domX-min-mem
This patch causes "xm mem-set" to be lower bound on domX-min-mem option in xend-config. Another configuration option called domU-min-mem has been introduced, which works similarly to dom0-min-mem. This is prevents users from freezing the system when doing "xm mem-set" on very low values like 32M. Signed-off-by: Aravindh Puthiyaparambil
2007 Nov 07
1
Network Issues/Questions
Hello, I''m new to Xen (and this mailing-list) and facing some problems with the network. I''m stuck and don''t know how to continue. And Google isn''t very helpful either... My setup: - Ubuntu 7.10 for dom0 and Debian 4.0 for all domU - 4 physical NIC (DHCP from my ISP, internal LAN, DMZ & WLAN) - 1 Dom as firewall/router - 1 domU with internal services
2008 Jun 09
3
xm balloon - Command balloon is deprecated
I tryed te baloon out a domu and get: xm balloon VS01 1 Command balloon is deprecated But i need it... What can i doo? Dom0: Debian Etch - Kernel 2.6.18-6-xen-686 DomU: Debian Etch - 2.6.18-6-xen-vserver-686 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2005 Mar 07
1
Advice on HIGHMEM
Given that dom0 is itself doesn''t managed the memory directly that you only need to compile HIGHMEM4G into the dom0 or domU kernels if you intend to use more than 1G in one domX instances. ie. Even if you have more than 1Gb of total physical memory, if none of the domX use more than 1Gb of memory, there is no need to compile in HIGHMEM4G. Or, does dom0 need to be compiled with this in
2009 Apr 15
6
where is the kernel?
Sorry for my ignorance but....I''ve installed a debian lenny dom0 with a xen kernel, then I''ve configured two domX. I''ve noticed that there isn''t a kernel installed for these ones. I run aptitude to update packages, I''ve updatede the dom0 kernel but....the others? _______________________________________________ Xen-users mailing list
2006 Sep 04
6
How to Networking Bridge?
Hi, I''ve a working xen 3.0.2 booting a gentoo linux on Dom0. I have setup a Windows XP in a DomU OK with no problems except the network!! My problem is that I wanted to give a working network interface on the DomU and the best I could. making the windows detect an network adapter, was putting: vif = [''type=ioemu''] I also tryied: vif = [''type=ioemu,
2008 Apr 22
1
systemtap probe points for Xen hypervisor
How do we probe the Xen hypervisor, while running as the dom0 (which is the GUI frontend for us, and running as guest)? Since the entry to hypervisor is controlled, I supposed it will need a patch before systemtap can be used to probe the Xen hypervisor, right? Or is it not a logical thing to do? My target of interest will be to trace/analyze the behavior of the Xen hypervisor, and the
2005 Mar 10
2
What happend with this mLIST?
I didn''t received any email since 18 Feb ? What is happening ? ?!?!? --------------------------------- Do you Yahoo!? Yahoo! Small Business - Try our new resources site! _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2016 Feb 05
2
[samba4ad] Duplicate attributes list ?
Hi all, I just add into my AD a user with different values for attributes "CN" and "name". Here is an extract of the LDIF used to add this user: ------------------------------------------------------------------------------------ dc202:~# egrep 'cn:|name:' mathias.ldif cn: Mathias Dufresne (CN) *name: mathias.dufresne*
2001 Nov 09
2
spider / radar plot
Hmmmm, not quite statistics, but can R do spider plot like shown in http://seamonkey.ed.asu.edu/~behrens/asu/msms/student/recent_vis/spider.html or http://www.caesarsystems.com/Technica/spiderPlots.htm Thanks for any hints, Mathias -- virtual earth Mathias Picker Gesch?ftsf?hrer Gesellschaft f?r Wissens re/pr? sentation mbH
2016 Feb 08
1
[samba4ad] Duplicate attributes list ?
Thank you Rowland for that reply, even if answer to Q2 is not a list of deplicated attributes but the schema which contains all attributes. To answer you: I'm trying to understand. I'm currently working for one company to help them design an AD hosted by Samba. I won't be there to manage it and they already have peoples working with LDAP trees, these coming with their own habits. I
2015 Oct 19
2
Samba 4 + Squidguardian
Hi, I´m have a Samba 4 Domain Member that I use like a Proxy Server. I use Squid with NTLM Athentication and work perfecly. My problem is Squidguard with NTLM Authentication. If I use Samba 4.2.X in my Samba 4 Domain Controler I watch in Squid LOG only the user name but If I use Samba 4.1.x or 4.3.0 in my Domain Controler I watch in Squid LOG domain\\user name and Squidguard Authentication not
2015 Sep 28
33
[Bug 2474] New: Enabling ECDSA in PKCS#11 support for ssh-agent
https://bugzilla.mindrot.org/show_bug.cgi?id=2474 Bug ID: 2474 Summary: Enabling ECDSA in PKCS#11 support for ssh-agent Product: Portable OpenSSH Version: 7.1p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: ssh-agent Assignee: unassigned-bugs
2006 Feb 23
5
Access to session from plugins
Hi! I am writing an acts_as_ plugin and i need to access session data from it. But i cant find any information if this is possible? And if it is, how. Cheers! Mathias
2006 Jan 26
5
ruby and perl
Hello Community, is it possible to include perl scripts into a ruby view (.rhtml)? If yes, the structure has to be /public --> /cgi-bin like in a web application with cgi scripts? Best regards, Mathias -- Posted via http://www.ruby-forum.com/.
2006 Nov 30
4
response is null when using should_render_rjs
I''m trying to use rspec to test a controller that has ajax. I have the following action: def change_ad_type_form render :update do |page| page.replace_html ''ad_sub_form'', :partial => ''text'' end end and the following spec: specify "should return Text subform on AJAX request to change_ad_type_form" do
2015 Nov 16
2
No more replication for new DC
On 16/11/15 14:33, mathias dufresne wrote: > Another error coming often: > [2015/11/16 15:11:07.592598, 0] > ../source4/librpc/rpc/dcerpc_util.c:745(dcerpc_pipe_auth_recv) > Failed to bind to uuid e3514235-4b06-11d1-ab04-00c04fc2dcd2 for >
2006 Nov 28
8
view specs with partials
When I first learned about the View specs I was very excited. I still am. However, I haven''t found them useful yet for one reason. They throw the following exception when ever a view renders another view, which is very common. ActionView::TemplateError in ''Event View message'' No rhtml, rxml, rjs or delegate template found for spec/rails/ view_spec/_info