search for: iutil

Displaying 6 results from an estimated 6 matches for "iutil".

Did you mean: util
2004 May 03
1
Install of 3.1 aborts
...tibiliy list. But anaconda fails, announcing: You are trying to install on a machne which isn't supported by this release of CentOS-3 The error message stems from this part of anaconda code in packages.py: # this is a crappy hack, but I don't want bug reports from these people if (iutil.getArch() == "i386") and (not grpset.hdrlist.has_key("kernel")): intf.messageWindow(_("Error"), _("You are trying to install on a machine " "which isn't supported by this release of &quo...
2005 Dec 06
1
Installation failure
...self.bindArgs(args)) # | --+ | | File "/usr/lib/anaconda/packages.py", # | | | Pe| line 1183, in doPostInstall # | | | | stdout = devnull) # | | | | File "/usr/lib/anaconda/iutil.py", line # | | | | 53, in execWithRedirect | | be run" # | | # | | +---| raise RuntimeError, command + " can not # | --+ | | be run"...
2011 Sep 05
1
linux xfs
...(most recent call first): File "/usr/lib64/python2.4/subprocess.py", line 996, in _execute_child raise child_exception File "/usr/lib64/python2.4/subprocess.py", line 550, in __init__ errread, errwrite) File "/tmp/treedir.24003/instimage/usr/lib/anaconda/iutil.py", line 51, in execWithRedirect stderr=stderr, preexec_fn=chroot, cwd=root) File "/tmp/treedir.24003/instimage/usr/lib/anaconda/fsset.py", line 471, in formatDevice stderr = "/dev/tty5") File "/tmp/treedir.24003/instimage/usr/lib/anaconda/fsset.py&quo...
2011 Jul 27
1
HOWTO install CentOS 6 on low memory computer or virtual machine (even 192MB RAM)
..._available_memory" adding a line "return True" like this: def within_available_memory(needed_ram): return True # kernel binary code estimate that is # not reported in MemTotal by /proc/meminfo epsilon = 15360 # 15 MB return needed_ram < (iutil.memInstalled() + epsilon) This would get rid of artificial hard-coded memory requirement. 4. Edit a file /usr/lib/anaconda/storage/__init__.py - search for 4th occurrence of "swapoff" and modify a fragment of function "umountFilesystems" from: for device in devices:...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...can.ll 8 168960 0 0.02 168936 0 0.02 168936 is.ll 6 44696 0 0.01 44673 0 0.01 44673 ispell.ll 9 179504 0 0.02 179473 0 0.03 179473 isqrt.ll 1 3774 0 0.01 3736 0 0.01 3736 item.ll 3 3871 0 0.01 3851 0 0.01 3851 ItemNameUtils.ll 5 20927 1 0.01 18555 1 0.01 18555 itop.ll 1 5520 0 0.01 5493 0 0.01 5493 iutil.ll 10 55529 0 0.01 55505 0 0.01 55505 jacobi-1d-imper.ll 12 18897 0 0.01 18852 0 0.01 18852 jacobi-2d-imper.ll 12 25281 0 0.01 25236 0 0.01 25236 Jacobi.ll 2 17391 0 0.01 17369 0 0.01 17369 jcapimin.ll 7 49449 0 0.01 49416 0 0.01 49416 jcapistd.ll 3 35825 0 0.01 35792 0 0.01 35792 jccoefct.ll 6 850...