search for: 20120313

Displaying 20 results from an estimated 64 matches for "20120313".

2019 Mar 24
2
CentOS virt-sig Linux kernel 4.9.155 build
...Sure, I will update the PR in the next few days. > Karl > > I've updated my PR and tested a build, it boots well: > [root at node-tmp1 ~]# cat /proc/version > Linux version 4.9.165-35.el6.x86_64 ([4]mockbuild at build.aerisnetwork.net) > (gcc version 4.4.7 20120313 (Red Hat 4.4.7-23) (GCC) ) #1 SMP Sat Mar 23 > 14:44:16 EDT 2019 > Test rpms: [5]https://repo.aerisnetwork.com/archive/ > Anthony will be able to build it on the CBS as devtoolset has been removed > from the spec. > With quick testing the 4.9.165-35.el6 kernel seems to w...
2013 Sep 30
2
virNodeInfo returns MBytes instead of bytes
Hi, http://www.libvirt.org/html/libvirt-libvirt.html#virNodeInfo says that memory size is in kilobytes, however when I use this call I get an answer in Megabytes, see below. The hypervisor has 16 GB of RAM. $ python Python 2.6.6 (r266:84292, Jul 10 2013, 22:48:45) [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import libvirt >>> conn=libvirt.open("qemu+ssh://xx@xx.xxx.com/system") Enter passphrase for key '/home/xx/.ssh/id_rsa...
2015 Jun 29
4
CentOS 6 gcc is a bit old
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11) is a bit old. There have been major changes since then. I'd like a newer version. If I have to, I expect that I can install from source. I'd rather not. Is there a CentOS 6-compatible repository from which I can get a newer version? Does a standard CentOS 7 repository h...
2018 Jan 05
4
Centos 6 2.6.32-696.18.7.el6.x86_64 does not boot in Xen PV mode
...iser code executes, though it could still be related to CONFIG_KAISER since that has effects beyond kaiser.c. --- (early) Initializing cgroup subsys cpuset (early) Initializing cgroup subsys cpu (early) Linux version 2.6.32-696.18.7.el6.x86_64 (mockbuild at c1bl.rdu2.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-18) (GCC) ) #1 SMP Thu Jan 4 17:31:22 UTC 2018 (early) Command line: ro console=hvc0 rootflags=barrier=0 crashkernel=auto SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us earlyprintk=xen (early) KERNEL supported cpus: (early) Intel GenuineIntel (early) AMD AuthenticAMD (ear...
2013 Apr 28
1
Build Install
...l should I use? curl-7.30.0-2.0.cf.fc4.src.rpm or curl-7.30.0-2.0.cf.fc4.x86_64.rpm CENTOS 6.4 x86_64 standard ? cl-t144-222cl WHM 11.36.1 (build 5) root at cl-t144-222cl [~]# cat /proc/version Linux version 2.6.32-358.2.1.el6.x86_64 (mockbuild at c6b8.bsys.dev.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) ) #1 SMP Wed Mar 13 00:26:49 UTC 2013 root at cl-t144-222cl [~]# uname -a Linux cl-t144-222cl.privatedns.com 2.6.32-358.2.1.el6.x86_64 #1 SMP Wed Mar 13 00:26:49 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux If there is a basic or recommended installation package based on my...
2015 Feb 27
7
Glibc sources?
...NU C Library stable release version 2.12, by Roland McGrath et al. Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Compiled by GNU CC version 4.4.7 20120313 (Red Hat 4.4.7-11). Compiled on a Linux 2.6.32 system on 2015-01-27. Available extensions: The C stubs add-on version 2.1.2. crypt add-on version 2.1 by Michael Glad and others GNU Libidn by Simon Josefsson Native POSIX Threads Library by Ulrich Drepper et al...
2015 Jul 02
1
UEFI/EFI booting and constantly asking for ldlinux.e64
...15 3:42 AM, Gene Cumm wrote: > This has me thinking your build system has a negative interaction. > There should be at least 2 lines of output prior to loading > ldlinux.e64. gcc less than 4.7 is one problem for the EFI binaries. This could be my problem. I'm using gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC). I will attempt from a new version of gcc and report. > > I've privately sent you test binaries. Thank you. Ryan
2013 Aug 28
1
Free Mem
...3.0-x86_32p hvm-3.0-x86_64 xen_scheduler : credit xen_pagesize : 4096 platform_params : virt_start=0xffff800000000000 xen_changeset : unavailable xen_commandline : dom0_mem=1024M,max:1024M loglvl=all guest_loglvl=all cc_compiler : gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3) cc_compile_by : mockbuild cc_compile_domain : centos.org cc_compile_date : Thu Jul 18 13:42:23 UTC 2013 xend_config_format : 4 Thanks. If you have any suggestions that would be great. Deron -------------- next part -------------- An HTML attachment was...
2017 Apr 20
1
Intel MKL compiling issue
On our Scientific Linux 6, there is gcc --version gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-17) and later version (a symbolic at HOME to the system directory), export MKL=/home/jhz22/11.3.3.210/mkl export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MKLROOT/lib/intel64 ./configure --prefix=/home/jhz22 LDFLAGS=-L/home/jhz22/lib CPPFLAGS=-I/home/jhz22/include \ --enable-R-shlib --wi...
2012 Mar 13
2
[LLVMdev] How to keep FunctionPass analysis result alive in Module Pass?
...Info does not provide copy method, this will be very > dirty to do so. > > > Yes, that may be what you have to do. > > > -- John T. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120313/d87f3053/attachment.html>
2014 Jul 29
1
Frequent Kernel Oops' on CentOS 6 / Xen
....0-x86_32p hvm-3.0-x86_64 xen_scheduler : credit xen_pagesize : 4096 platform_params : virt_start=0xffff800000000000 xen_changeset : unavailable xen_commandline : dom0_mem=2560M,max:3072M loglvl=all guest_loglvl=all cc_compiler : gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4) cc_compile_by : mockbuild cc_compile_domain : centos.org cc_compile_date : Mon Jun 16 17:22:14 UTC 2014 xend_config_format : 4 Our configuration looks as follows: Grub: title CentOS (3.10.43-11.el6.centos.alt.x86_64) root (hd0,1) kerne...
2012 Mar 13
0
[LLVMdev] How to keep FunctionPass analysis result alive in Module Pass?
...es not provide copy >> method, this will be very dirty to do so. > > Yes, that may be what you have to do. > > > -- John T. > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120313/cc87a0c7/attachment.html>
2012 Mar 13
5
t-bird, followup
Well, I updated my system late last week, and just thought to look: yes, I'm on t-bird 10.0.1, and I pull up the search messages window, and click on the dropdown... and there is NO OPTION to search the content of the messages. Maybe kmail, or maybe mutt.... mark
2019 Mar 23
2
CentOS virt-sig Linux kernel 4.9.155 build
On Fri, Mar 22, 2019 at 4:43 AM Pasi K?rkk?inen <pasik at iki.fi> wrote: > On Tue, Mar 12, 2019 at 01:21:01PM +0200, Pasi K?rkk?inen wrote: > > > > > > On Mon, Mar 04, 2019 at 04:22:19PM -0500, Karl Johnson wrote: > > > > > > > > > > I updated my PR: [3] > https://github.com/CentOS-virt7/xen-kernel/pull/18 > > > >
2018 Jan 05
0
Centos 6 2.6.32-696.18.7.el6.x86_64 does not boot in Xen PV mode
...[<ffffffff81c4309c>] xen_start_kernel+0x4fe And my domU has similar boot messages as Sarah Newman's: (early) Initializing cgroup subsys cpuset (early) Initializing cgroup subsys cpu (early) Linux version 2.6.32-696.18.7.el6.x86_64 (mockbuild at c1bl.rdu2.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-18) (GCC) ) #1 SMP Thu Jan 4 17:31:22 UTC 2018 (early) Command line: ro root=/dev/xvda3 rd_NO_LUKS rd_NO_LVM rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto LANG=en_US.UTF-8 KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM earlyprintk=xen (hd0,0)/grub/menu.lst (early) KERNEL supported cpus:...
2015 Oct 12
1
Megacli issue with Xen PERC 5/i Poweredge 2950 II
...: 4096 platform_params : virt_start=0xffff800000000000 xen_changeset : Thu Apr 23 15:06:13 2015 +0100 git:c5ec076-dirty xen_commandline : dom0_mem=1024M,max:1024M loglvl=all guest_loglvl=all console=tty0 console=com2 com2=57600 cc_compiler : gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-16) cc_compile_by : mockbuild cc_compile_domain : centos.org cc_compile_date : Tue Sep 8 15:31:24 UTC 2015 xend_config_format : 4 *grub.conf:* jeremym]# cat /etc/grub.conf # grub.conf generated by anaconda # # Note that you do not have to rerun grub after...
2017 Apr 20
2
Intel MKL compiling issue
Dear R-developers, I would appreciate any insights over compiling R 3.4 with Intel MKL -- I have been successful until R 3.3.3 but now it stops complaining about pcre though it worked without Intel MKL as follows, ./configure LDFLAGS=-L/genetics/data/software/lib CFLAGS=-fPIC -I/genetics/data/software/include --enable-R-shlib I have used, export MKL_NUM_THREADS=15 export
2015 Jul 02
2
UEFI/EFI booting and constantly asking for ldlinux.e64
On 7/1/2015 3:04 PM, Nelson, Ryan M. (ARC-TI)[SGT, INC] via Syslinux wrote: > I've replaced the files from ones grabbed from GIT and now the boot > fails quickly stating: > > --snip console-- > Boot Failed: PXE Device 3: Integrated NIC 1 Port 1 Partition 1 > --end console-- For troubleshooting I put a Netgear switch in place and connected all network connections to the
2018 Jan 24
0
Re: python 3 bindings on libguestfs
...import guestfs > g = guestfs.GuestFS(python_return_dict=True) > g.add_drive_opts("disk.img", format="raw", readonly=1) > g.launch() > > But I could see below issue: > [root@server190~]$ python > Python 3.5.1 (default, Feb 18 2016, 07:20:42) > [GCC 4.4.7 20120313 (Red Hat 4.4.7-16)] on linux > Type "help", "copyright", "credits" or "license" for more information. > >>> import guestfs > >>> g = guestfs.GuestFS(python_return_dict=True) > Traceback (most recent call last): > File "&...
2019 Mar 26
0
CentOS virt-sig Linux kernel 4.9.155 build
...in the next few days. > > Karl > > > > I've updated my PR and tested a build, it boots well: > > [root at node-tmp1 ~]# cat /proc/version > > Linux version 4.9.165-35.el6.x86_64 ([4]mockbuild at build.aerisnetwork.net) > > (gcc version 4.4.7 20120313 (Red Hat 4.4.7-23) (GCC) ) #1 SMP Sat Mar 23 > > 14:44:16 EDT 2019 > > Test rpms: [5]https://repo.aerisnetwork.com/archive/ > > Anthony will be able to build it on the CBS as devtoolset has been removed > > from the spec. > > > > With quick testing t...