Displaying 20 results from an estimated 2000 matches similar to: "Memory CoW in XEN"
2013 Sep 05
5
Shared memory between Dom0 and DomU
Hi, guys,
I''m sorry to disturb you.
I am a student. I want to use Xen to do some test about memory sharing
between two domain. I am a newbie in Xen memory sharing. I want to set up a
environment.
I search on the internet. I find some patch for old version. However, I
want to running on Xen 4.1 or 4.2 version. Does this still work? Can you
help me? Can you give some instruction on this?
2012 Feb 06
1
Strange finding about kernel samepage merging
Hi,
This is a very very strange thing I have seen in Linux Kernel. I wrote
a simple program, all it does is to load a file into memory. This
programming is running on a virtual machine while linux-kvm is working
as the hypervisor. I enabled ksm in the hypervisor level, my host
machine was installed with a Opensuse11.4 while the guest OS is
Fedora14, the strange thing is, whenever I run following
2012 Feb 06
1
Strange finding about kernel samepage merging
Hi,
This is a very very strange thing I have seen in Linux Kernel. I wrote
a simple program, all it does is to load a file into memory. This
programming is running on a virtual machine while linux-kvm is working
as the hypervisor. I enabled ksm in the hypervisor level, my host
machine was installed with a Opensuse11.4 while the guest OS is
Fedora14, the strange thing is, whenever I run following
2003 Aug 18
1
FYI: Article on R at IBM's developerWorks Server Clinic
Hi all,
I happened to be reviewing a Linux web site that I frequent
(http://www.pclinuxonline.com/index.php) and noted today an entry for an
article on R at IBM's developerWorks Server Clinic site located at
http://www-106.ibm.com/developerworks/linux/library/l-sc16.html. I
thought that I would pass this on as an FYI.
Regards,
Marc Schwartz
2009 May 28
3
IBM ServeRAID Manager software
Hi there,
I'm in the process of installing Centos 5.2 on an IBM x236 w/
ServeRAID 7k I recently acquired to act as a samba file server. The
hardware has all passed various stress tests I could throw at it so
we're okay there.
My question is. Has anyone had any luck getting the latest IBM
ServeRAID Manager v9.0 working in CentOS? If so how?
ServeRAID Manager is based off Adaptec's
2005 Mar 08
3
question about vpn
on i have a small question we have a linux box with a windows 2003
server well we natted all the ports and mail is working
remote desktop is working web is working the only thing that does not
work is vpn how can i foward vpn traffic to this server i checked the
site and searched for foward vpn and got nothen can somone please
enlight me where to start
Marshal McInnis Tech / Web
2007 May 25
6
IBM Article: DB2 on Rails
I often forward IBM DeveloperWorks articles about RoR to this list.
This is a new well-written ''Intermediate'' article using DB2 with Rails:
http://www.ibm.com/developerworks/db2/library/techarticle/dm-0705chun/
Hope this helps.
Cheers
Mohit.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2010 Mar 04
2
recompiling syslinux 4.00pre31
Hello,
I try to recompile syslinux-4.00 pre31 on RHEL5 with gcc-4.1.2 and nasm
2.07.
Because I'm looking for information about that gpxelinux->chain.c32 hd0
boot problem I added -DDEBUG=2 to com32/lib/Makefile
I get:
objdump -h pxelinux.elf > pxelinux.sec
perl lstadjust.pl pxelinux.lsr pxelinux.sec pxelinux.lst
objcopy -O binary pxelinux.elf pxelinux.raw
../lzo/prepcore
2014 Aug 07
2
Configure winbind to keep domain prefix
Any ideas how to custom format the usernames mapped by winbind?
Background:
I successfully set up an AD DC and several members, including a file
server, which can serve both samba and NFS4. So far so good. However my
prime goal is to use my Synology NAS and share data between Linux and
Windows.
The NAS joined the AD and lists its users and groups as AD\uid and
AD\gid. The standard setup of
2009 Jan 02
2
Deprecated Realtime application, what's to be gained ???
Hi,
After seeing in "pbx/ael/ael-test/ael-test5/extensions.ael" some
interesting use case of RealTime
to store extension data (forwardto, dnd, ...) i started to play with it.
To my surprise the two applications RealTime() / RealtimeUpdate() have
been deprecated in favor
of the REALTIME() function. While it's not a big deal for the write part
since it's only a matter a
shifting
2008 Sep 22
2
Coefficients, OR and 95% CL
Dear R-users,
After running a logistic regression, I need to calculate OR by exponentiating the coefficient, and then I need the 95% CL for the OR as well. For the following example (taken from P. Dalaagard's book), what would be the most straightforward method of getting what I need? Could anyone enlight me please?
Thank you!
Lucho
> summary(glm(menarche~age,binomial))
Call:
2004 Jul 12
3
How to make * don't strip the leading 0
Hi folks!
Is it possible to tell asterisk not to strip the leading 0 of *incoming*
MSNs? I use asterisk with i4l and whenever I get a call from an
long-distance party, the leading 0, which should be there according the
german numbering, is not. So if I get a call from a mobile phone
0177-1234567 should be displayed, but 177-1234567 is displayed. I double
checked if I've forgotten to remove an
2004 Aug 06
7
Problem with Streams > 160KBit/s
Hi,
does anybody set up an icecast server delivering streams > 160KBit/s ?
I tried that with liveice and shout but in both cases the stream stutters
very much. So, I have eliminated the Net (stream to localhost), the CPU
(P3/800 should be fast enough), and lame (can encode 320kBit/s 3 times
faster then the wav has secs). So the Problem should be icecast.
can anybody please enlight me?
2019 Feb 26
2
How to implement function pointer?
Hi, I'm learning to use llvm api to generate IR code, I got two good
tutorials, https://llvm.org/docs/tutorial/ and
https://www.ibm.com/developerworks/library/os-createcompilerllvm1/index.html,
but non of those showed how to implement a function pointer(or at least
there is but I didn't find out).
For example I got a c style code like this:
int foo(int i) {
return ++i;
}
int
2006 Mar 06
2
Unable to join to domain: The username could not be found.
Hi,
This is my first post here, so if I make any mistakes, warnings are
always welcome. I'm working in an organization and we are migrating are
domain controllers from windows to linux. I'm trying to deploy a working
configuration of samba. Using openSuSE 10.0. I was following the Keith
Robertson's how-to from IBM-Developerworks but in the end; the finished
installation fails to
2006 Apr 08
2
question about DISA
Lists,
?
? Hi, good day, i was being task to create a DISA access for internal
purpose of the company, i'm having a problem to work with it with
authentication, but i think it's really a straight forward thing to do,
can someone enlight me on this. thanks
?
sample code snippet
?
???? exten => 5,Goto(inward,s,1)
?
[inward]
?
?????????? exten => s,1,Disa(1234|outgoing)
?????????? ;
2017 Sep 19
1
tinc 1.0 syslog dump explanation
Hello,
I failed to find any explanation about node statuses in syslog dump.
Could you please enlight what these status codes mean and how to interpret
these?
Sep 19 07:08:26 ip-10-255-1-200 tinc.routers[20543]: 10_254_5_11 at
10.255.5.11 port 58045 options c socket 7 status 01c2 outbuf 157/0/0
Sep 19 07:08:26 ip-10-255-1-200 tinc.routers[20543]: 10_254_3_113 at
10.255.3.113 port 58233 options c
2007 Jan 24
1
Matrix question: obtaining the square root of a positive definite matrix?
I want to compute B=A^{1/2} such that B*B=A.
For example
a=matrix(c(1,.2,.2,.2,1,.2,.2,.2,1),ncol=3)
so
> a
[,1] [,2] [,3]
[1,] 1.0 0.2 0.2
[2,] 0.2 1.0 0.2
[3,] 0.2 0.2 1.0
> a%*%a
[,1] [,2] [,3]
[1,] 1.08 0.44 0.44
[2,] 0.44 1.08 0.44
[3,] 0.44 0.44 1.08
> b=a%*%a
i have tried to use singular value decomposion
> c=svd(b)
> c$u%*%diag(sqrt(c$d))
2008 Mar 18
1
how to reset slogic.f file
Hi there:
recently i try to use LogicReg package for a tree model(logistics fit )
. i list my code and error below:
> dim(model.dat)
[1] 48000 745
> fit1 <- logreg(resp = model.dat[,745], bin=model.dat[, 9:700], type = 3,
select = 3, ntrees = c(1,2), nleaves=c(1,7), )
Insufficient declaration
LGCn1MAX in logreg() is 20000
LGCn1MAX should be at least 48000
Please fix and
2003 Dec 16
5
A domain controller for the domain could not by contacted (2.2.3a-12.3 for Debian)
Hello,
I'm having problems using Samba as an primary domain controller. I am
using debian woody as our platform.
The version of samba is "2.2.3a-12.3 for Debian" and i followed the
instructions which can be found on the following url:
http://www-106.ibm.com/developerworks/eserver/tutorials/samba/. In short
this covers:
- creating the config file
- creating the users /