Displaying 8 results from an estimated 8 matches for "necessay".
Did you mean:
necessary
2015 Mar 21
2
Xen in a Box Proposal
Hi everyone,
I am a masters student at IIIT- Hyderabad, India. I have submitted my GSOC
proposal for Xen in a Box. I would be great to have some suggestions
especially about the porting of xapi on CentOS
Abstract: My project goal is to deliver set of scripts preferrably in
bash, along with all necessay packages to convert standared installers ISOs
into customized ISOs which install CentOS 6 + xen + libvirt + 2 pv VMs
running + network configuration. I also plan to deliver xapi rpms which can
be used to build a custom installer ISO to install CentOS 6 + xen + xapi.
Full proposal:
http://www.googl...
2005 Aug 15
3
Best way to add/update an installation
In an effort to prevent getting many minutes into an installation only
to have a CD read fail (I did verify the CD's first), I did a minimal
install. Can I use the minimal install to add the necessay packages for
a HTTP server and graphical interface?
Todd
--
Ariste Software
200 D Street Ext
Petaluma, CA 94952
(707) 773-4523
2015 Apr 16
0
Xen in a Box Proposal
.... I have submitted my
>>> GSOC proposal for Xen in a Box. I would be great to have some suggestions
>>> especially about the porting of xapi on CentOS
>>>
>>> Abstract: My project goal is to deliver set of scripts preferrably in
>>> bash, along with all necessay packages to convert standared installers ISOs
>>> into customized ISOs which install CentOS 6 + xen + libvirt + 2 pv VMs
>>> running + network configuration. I also plan to deliver xapi rpms which can
>>> be used to build a custom installer ISO to install CentOS 6 + xen +...
2002 Oct 28
0
Port to SCO Openserver with PAM enabled
...ork with more than 20 server, and I'm
triyng to implement LDAP as a directory service (I do not want to use NIS)
to simplify mi task. That's why I reach this point.
It doen't matter for me if I have to use UIDs instead of UserNames to
idetify users, so that's why I think that is not necessay to make a port of
nsswitch.
I would like to know your opinions about this situation, and if you consider
that is strictly necessary to have nsswitch capabilities to make it work
corecctly.
I was first tempted to adapt SSH code o handle mi situation, but I don't
want to be tied to a particular...
2004 Sep 13
0
SAMBA configuration on windows!
...s involved to configure on windows machine
interms of access unix file system on windows.
Scenerio:
Samba installed on ClearCase VIEWs(HP-UX 11.11) server and created a
VIEW called 'user_view_build1' on /home/user/user_view_build.vws, and I
would map this VIEW on windows machine and do the necessay build.
Please do let me know the configuration part on windows client area.
Thanks & regards,
Venkata Kedarnadh. B
2015 Feb 25
1
[PATCH for stable] x86/spinlocks/paravirt: Fix memory corruption on unlock
Am 25.02.2015 um 11:08 schrieb Ingo Molnar:
>
> * Greg KH <gregkh at linuxfoundation.org> wrote:
>
>>>> It's:
>>>>
>>>> d6abfdb20223 x86/spinlocks/paravirt: Fix memory corruption on unlock
>>>
>>> Yes, This is the original patch. Please note I have taken out the
>>> READ_ONCE changes from the original patch to
2015 Feb 25
1
[PATCH for stable] x86/spinlocks/paravirt: Fix memory corruption on unlock
Am 25.02.2015 um 11:08 schrieb Ingo Molnar:
>
> * Greg KH <gregkh at linuxfoundation.org> wrote:
>
>>>> It's:
>>>>
>>>> d6abfdb20223 x86/spinlocks/paravirt: Fix memory corruption on unlock
>>>
>>> Yes, This is the original patch. Please note I have taken out the
>>> READ_ONCE changes from the original patch to
2016 Sep 08
2
Pattern transformation between scalar and vector on IR.
Hi All,
I'm tring to use RSQRT instructions on follow case for ARM
(now what using is sqrt):
1.0 / sqrt(x)
The RSQRT instructions(VRSQRTE/VRSQRTS) are vector type,
but above operation is scalar type. So a transformation must be
done(transform sqrt pattern to rsqrt).
I have completed a patch for this, but I made the transformation in the
backend which will leads to additional