similar to: Footprint - kickstart management tool

Displaying 20 results from an estimated 10000 matches similar to: "Footprint - kickstart management tool"

2006 Feb 13
1
RE: Can multiple kickstart files be added to cdrom
On Mon, 13 Feb 2006, Omer Faruk Sen wrote: > Is it possible to embed more than one kickstart that will match the > installation interface's MAC address. What I want is to use boot system > using virtual CD (using iLO) to install multiple systems but matching > kickstart conf file will be used with the matching MAC address. I would look at creating special programs for syslinux
2009 Jan 20
3
Using centos and kickstart to build a minimum installation
Using centos 5.2, I want to use a kickstart file to select packages in order to have an unattended install onto a bare-metal server. Is there any way of finding out which packages I need to compile, build and run asterisk ? I generally want to build all modules in asterisk and the wct4xxp zaptel module I want to be able to not select any groups in the kickstart file, but only select
2008 Sep 28
3
Network installation from CD
Hi, In a corporate environment we are not allowed to use DHCP/PXE for doing network installations. This means we have to look for other solutions. Our solution is to use an ISO image (mounted via a KVM solution) to kick off the network installation. A big problem currently is that the order of the network interfaces is arbitrary (depends on the order of the drivers loaded) and is not
2006 Mar 23
2
Global append and Label append
Hi, Question number 3 :) I'd like to do something like this: display text.msg append text kssendmac ksdevice=eth1 ks=http://1.2.3.4/footprint/ default localboot label localboot localboot 0x80 label system?5 kernel vmlinuz append initrd=initrd.img ip=1.2.3.5 netmask=255.255.255.192 gateway=1.2.3.1 label system6 kernel vmlinuz append initrd=initrd.img ip=1.2.3.6
2008 Apr 28
2
Disable clear screen
Hi, Is it possible to disable the clear screen when loading syslinux ? Since the IBM BIOS on xSeries systems shows the MAC address of the onboard NICs, I would like to have them on screen when people do a kickstart fro mthe prompt using eg: ksdevice=<MAC address> I personally think that the clear screen is unwanted in most cases since people can add that to the boot message (ctrl-L) if
2006 Mar 23
1
Syslinux keyboard mappings
Hi, I finally want to end the fights we have had in the past with keyboard mappings. I already curse the person who is responsible for this keyboard mess (and even more the persons who could have create a 'detect keyboard' kind of functionality in modern PCs :)) But the general problem is this, BIOSes are US qwerty, Belgium uses be-latin1 (azerty with lots of custom keys). And to
2007 Dec 03
0
[LLVMdev] LLVM footprint
On Mon, 3 Dec 2007, Benjamin Smedberg wrote: > What is the expected footprint of a tool using the LLVM JIT? Right now it's ~1.5 to 2M for one platform, at least on darwin. > I have created a simple project that uses the LLVM C++ API to JIT calls > to XPCOM method signature... it works well, but the component DLL is > very large (Linux x86-74, 5.8MB optimized and stripped). Is
2007 Nov 28
5
Memory footprint
Hi Everybody, my rails 1.2.5 application runs in a linux embedded environment with serious memory constraints. I would need to know how small a memory footprint I can hope to get. I run ligthtpd with only one dispatch and I did already remove actionmailer and actionwebservice which I do not need. Currently top shows a memory footprint of 720K for lighttpd and 25M for the dispatch.fcgi process. The
2006 Mar 14
1
Using up2date to download channels on rhn
Hi all, i have a problem with centos's up2date tool. I have setup a central update server with yam (http://dag.wieers.com/home-made/yam/) under CentOS-4. When yam calls t up2date to download updates, up2date returns this error: Traceback (most recent call last): File "/usr/bin/yam", line 1099, in ? main() File "/usr/bin/yam", line 983, in main
2007 Dec 03
2
[LLVMdev] LLVM footprint
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 What is the expected footprint of a tool using the LLVM JIT? I have created a simple project that uses the LLVM C++ API to JIT calls to XPCOM method signature... it works well, but the component DLL is very large (Linux x86-74, 5.8MB optimized and stripped). Is this normal? Am I linking to "too much" or not using the correct link flags?
2013 Feb 18
0
[LLVMdev] Passes for object memory footprint / data-direction
----- Original Message ----- > From: "Sebastian Dreßler" <dressler at zib.de> > To: llvmdev at cs.uiuc.edu > Sent: Monday, February 18, 2013 7:49:39 AM > Subject: [LLVMdev] Passes for object memory footprint / data-direction > > Hi, > > In the past months we were working on two LLVM passes which use data > objects of functions as input. One pass
2015 Feb 17
2
Setting up new spacewalk server
We have a DHCP/PXE server in a build environment, which is separate from our Spacewalk v1.5 server. We direct builds to Satellite or Spacewalk based as needed. It contains initrd & vmlinuz files for each version/arch we currently deploy for both RHEL & CEL. I'd like to keep the storage footprint to a minimum, if possible. Keeping a big directory of ISOs to loop-mount for kickstart
2009 Jul 20
3
kickstart install using url location
Hi, I am working on a kickstart install method and it works fine with cdrom as installation media. I would like change this media to an online resource. I saw option as - 'url --url http://<server>/<dir>'. I am not sure what should be the directory contents? Should we put all ISOs in that directory or what? Any insights? Thanks, CS.
2008 Jun 06
1
how to reduce footprint of smbd?
Hello This is my first mail for this list, so please be considerately. I'm trying to build a tiny version of samba for an embedded device. currently im using the version 2.2 with a footprint of smbd 2.4M. Thats to much. Is there a way/patch to build smbd without everything beside file exchage? I don't need printer, swat, ldap,.... support. Just exchange. I have disabled most of the
2007 Dec 03
1
[LLVMdev] LLVM footprint
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chris Lattner wrote: > Finally, there is still a lot that can be done to reduce code size. For > example, building a JIT links in the .s file printers in, and they have > non-trivial size (big string tables etc). It would be great to refactor > the code to avoid things like this. I wouldn't be surprised if we could > shrink the
2011 Nov 03
0
[LLVMdev] large llc footprint
On Thu, Nov 3, 2011 at 3:02 PM, reed kotler <rkotler at mips.com> wrote: > We have a large bitcode file produced from a tool. It's about 23 meg. > > When we compile this with llc, the footprint is 4-7 gig depending on > which target. > > On a desktop this is not such a problem but it is on mobile devices. > > The suspect is that the flow graph for the entire
2011 Nov 03
2
[LLVMdev] large llc footprint
We have a large bitcode file produced from a tool. It's about 23 meg. When we compile this with llc, the footprint is 4-7 gig depending on which target. On a desktop this is not such a problem but it is on mobile devices. The suspect is that the flow graph for the entire program is built and kept for the duration, even if no optimization needing it all is in progress. This would make us
2015 Feb 17
2
Setting up new spacewalk server
On 2/17/2015 12:31 PM, Eero Volotinen wrote: > 2015-02-17 22:26 GMT+02:00 Eckert, Doug<doug.eckert at dowjones.com>: > >> >We have a DHCP/PXE server in a build environment, which is separate from >> >our Spacewalk v1.5 server. We direct builds to Satellite or Spacewalk based >> >as needed. It contains initrd & vmlinuz files for each version/arch we
2006 Jul 13
0
Small footprint Rails server
Which Rails servers are good for a small number (2-5) of concurrent users? A small memory footprint is very desireable. TIA, Jeffrey
2005 Mar 30
0
Host resource footprint
Dear List: Can anyone tell me the resource footprint of a minimal Xen VM? In other words, how much CPU, memory, disk resources are required to run 1 VM with, for example, a simple 1.68 MB LEAF distro? I''m preparing to create a virtual network to test various LEAF routers and I''m trying to decide whether to use UML or Xen. VMware, which I already have, is out of the question