search for: build44

Displaying 7 results from an estimated 7 matches for "build44".

Did you mean: build4
2014 Jul 31
2
Re: hang after seabios
...printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 > guestfs_verbose=1 TERM=xterm edd=off' > \x1b[1;256r\x1b[256;256H\x1b[6n > Google, Inc. > Serial Graphics Adapter 10/14/11 > SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (mockbuild@ > ca-build44.us.oracle.com) Fri Oct 14 20:04:36 UTC 2011 > Term: 80x24 > 4 0 > SeaBIOS (version seabios-0.6.1.2-28.el6) > \x1b[2J > > At this point it hangs forever. These hangs can be tricky to diagnose. There are a couple of things you can do however: (1) strace qemu to find...
2015 Apr 01
0
domain authentication issue after rebooting the linux VM
...Name : samba-winbind-clients Relocations: (not relocatable) Version : 3.6.23 Vendor: Oracle America Release : 14.0.1.el6_6 Build Date: Mon 23 Feb 2015 11:00:38 AM CST Install Date: Tue 24 Feb 2015 06:42:34 AM CST Build Host: ca-build44.us.oracle.com Group : Applications/System Source RPM: samba-3.6.23-14.0.1.el6_6.src.rpm Size : 6751908 License: GPLv3+ and LGPLv3+ Signature : RSA/8, Mon 23 Feb 2015 11:02:04 AM CST, Key ID 72f97b74ec551f03 Regards, Vishal Software Dev Staff Engin...
2015 Apr 02
0
domain authentication issue after rebooting the linux VM
...Name : samba-winbind-clients Relocations: (not relocatable) Version : 3.6.23 Vendor: Oracle America Release : 14.0.1.el6_6 Build Date: Mon 23 Feb 2015 11:00:38 AM CST Install Date: Tue 24 Feb 2015 06:42:34 AM CST Build Host: ca-build44.us.oracle.com Group : Applications/System Source RPM: samba-3.6.23-14.0.1.el6_6.src.rpm Size : 6751908 License: GPLv3+ and LGPLv3+ Signature : RSA/8, Mon 23 Feb 2015 11:02:04 AM CST, Key ID 72f97b74ec551f03 Regards, Vishal
2014 Jul 31
0
Re: hang after seabios
...sable=memory root=/dev/sdb selinux=0 >> guestfs_verbose=1 TERM=xterm edd=off' >> \x1b[1;256r\x1b[256;256H\x1b[6n >> Google, Inc. >> Serial Graphics Adapter 10/14/11 >> SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (mockbuild@ >> ca-build44.us.oracle.com) Fri Oct 14 20:04:36 UTC 2011 >> Term: 80x24 >> 4 0 >> SeaBIOS (version seabios-0.6.1.2-28.el6) >> \x1b[2J >> >> At this point it hangs forever. > > These hangs can be tricky to diagnose. > > There are a couple of things you...
2018 Mar 07
2
febootstrap: no ext2 root device found
Hello- I've recently upgraded from OEL 6.4 to OEL 6.8. Infiniband Hardware installed on the server prevents me from upgrading the OS version any higher. Kernel Version: Oracle Linux Server Red Hat Compatible Kernel (2.6.32-642.el6.x86_64) Since the upgrade, there have been problems with libguestfs-tools hanging, then timing out. I'd like to use the newest version of
2018 Mar 08
2
Re: febootstrap: no ext2 root device found
...=1 console=ttyS0 udevtimeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm' \x1b[1;256r\x1b[256;256H\x1b[6n Google, Inc. Serial Graphics Adapter 10/14/11 SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (mockbuild@ca-build44.us.oracle.com) Fri Oct 14 20:04:36 UTC 2011 Term: 80x24 4 0 SeaBIOS (version seabios-0.6.1.2-30.el6) Probing EDD (edd=off to disable)... ok \x1b[2JInitializing cgroup subsys cpuset Initializing cgroup subsys cpu Linux version 2.6.39-400.17.1.el6uek.x86_64 (mockbuild@ca-build44.us.oracle.com) (gcc v...
2014 Jul 31
2
Re: hang after seabios
[Let's keep this on the mailing list] On Thu, Jul 31, 2014 at 02:48:25PM -0700, Zetan Drableg wrote: > Hi Richard, > I created qemu-wrapper: > #!/bin/bash -x > > exec gdbserver :1234 /usr/libexec/qemu-kvm "$@" gdbserver will end up debugging the qemu process, not the guest inside. This is not useful. You need to do something like: exec /usr/libexec/qemu-kvm -s