Displaying 20 results from an estimated 2000 matches similar to: "Problems with compiling btrfs"
2014 Aug 02
2
Re: hang after seabios
On Fri, Aug 01, 2014 at 03:14:17PM -0700, Zetan Drableg wrote:
> Setup debuginfo repo
> /etc/yum.repos.d/debuginfo.
> repo
> [ol6_debuginfo]
> name=Oracle Linux 6 debuginfo
> baseurl=http://oss.oracle.com/ol6/debuginfo
> gpgkey=https://oss.oracle.com/ol6/RPM-GPG-KEY-oracle
> gpgcheck=1
> enabled=1
>
> yum update
> yum install kernel-debuginfo
>
> (gdb)
2013 Apr 11
2
[PATCH 1/2] btrfs-progs: replace blkid_probe_get_wholedisk_devno
blkid_probe_get_wholedisk_devno() isn''t available in some older
versions of libblkid. It was used to work around an old
bug in blkid_devno_to_wholedisk(), but that has been fixed since
5cd0823 libblkid: fix blkid_devno_to_wholedisk(), present in
util-linux 2.17 and beyond.
If we happen to be missing that fix, the worst that happens is
that we''d fail to detect that a device is
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
2015 Jan 05
2
use of qemu-kvm --chardev pipe, id=X, path=... argument ?
Please can anyone enlighten me as to why linux qemu-kvm always
creates the console on my terminal, when I am trying to direct
all of its input and output to a pipe ?
I have created :
$ mkfifo /tmp/el6x32{.in,.out,.monitor}
and use the command:
$ /usr/libexec/qemu-kvm -M rhel6.4.0 -cpu n270 -smp 1 \
-hda /home/rpmbuild/OEL6/img/OEL6_32.img \
-kernel
2015 Jan 05
1
Re: use of qemu-kvm --chardev pipe, id=X, path=... argument ?
Aha! Thank you. Yes that does prevent the default stdio console .
But no output appears on the input pipe, and outputting to input end has
no effect:
In one terminal, I do:
$ cat /tmp/el6x32.out
in the main terminal, I run:
$ /usr/libexec/qemu-kvm -M rhel6.4.0 -cpu n270 -smp 1 -hda
/home/rpmbuild/OEL6/img/OEL6_32.img -kernel
/home/rpmbuild/OEL6/boot/vmlinuz-2.6.39-400.215.14.el6uek.i686 -initrd
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
2015 Oct 08
3
OpenSSH and stdin/stdout assigning
Hey, guys, I have a question about a difference between openssh 4.3 and 5.3.
I have plenty of servers with RHEL5 and RHEL6.
Most of RHEL5 servers have openssh-server version 4.3p2-72.el5_6.3
(kernel 2.6.39-100.7.1uek)
And RHEL6 servers have 5.3p1-111.el6 (kernel 3.8.13-35.el6uek.x86_64)
So there is the difference in assigning stdin and stdout for ssh
connections. Openssh 4.3 assigns socket (I
2013 Sep 05
12
[PATCH 0/5] Memory leaks amended
Memory leaks found by the tool--valgrind along with static reviewing.
Based on Daivd''s branch ''integration-20130903''.
Gui Hecheng (5):
btrfs-progs:free local variable buf upon unsuccessful returns
btrfs-progs:local variable memory freed
btrfs-progs: missing tree-freeing statements added
btrfs-progs:free the local list pending_list in btrfs_scan_one_dir
2013 Feb 21
4
help please - running a guest from an iSCSI disk ? getting more diagnostics than "cannot make domain: -3" ? how to make domain0 "privileged" ?
Good day -
This is my first post to this list , and I''m new to Xen - any help on
this issue would be much appreciated .
I downloaded, built and installed xen-4.2.1 (hypervisor and tools) on
an x86_64 ArchLinux box
updated to latest software as of today.
I am trying to bring up a Linux guest from a remote iSCSI disk.
The iSCSI-initiator (open-iscsi) logs in to the remote target OK and
2013 Dec 13
0
[Bug 58378] [NV86] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
https://bugs.freedesktop.org/show_bug.cgi?id=58378
--- Comment #19 from Andreas Loew <awl1 at gmx.net> ---
Hello,
I would like to join discussions in this bug, as I have found myself affected
after the recent update from Red Hat Enterprise Linux/Oracle Linux 6.4 (stock
RHEL kernel 2.6.32-358.23.2) to RHEL/OL 6.5 (RHEL kernel 2.6.32-431).
My graphics card is NVidia Quadro NVS 130M:
BOOT0
2015 Oct 09
1
OpenSSH and stdin/stdout assigning
> Yes, in that we changed the compile time default at some point between those two because pipes have better close semantics for what sshd wants to do.
Thanks for quick reply, appreciate it.
> That sounds a bit silly. Which daemons?
At least python-daemon lib.
Look here for functions is_process_started_by_superserver() and
is_detach_process_context_required()
2013 Dec 14
0
[Bug 58378] [NV86] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
https://bugs.freedesktop.org/show_bug.cgi?id=58378
--- Comment #28 from Andreas Loew <awl1 at gmx.net> ---
This gets really interesting now:
Oracle public yum "playground" 3.6.11-3.6.y.20121225.ol6 (should be stock
kernel 3.6.11) does NOT show any hangs, but DOES INDEED ALREADY show the
graphics corruption issue FOR ME (although it was thought by the original
posters here that it
2014 Jan 09
0
[Bug 58378] [NV86] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
https://bugs.freedesktop.org/show_bug.cgi?id=58378
--- Comment #71 from Andreas Loew <awl1 at gmx.net> ---
Hello Ilia,
hmm - you just caught me with the update five minutes after I had started the
rpmbuild with the previous version... ;-)
Unfortunately, while I could make the first patch apply to a current RHEL
kernel source with only one change (core/engine/device.c ->
2014 Aug 01
2
Re: hang after seabios
On Fri, Aug 01, 2014 at 07:43:08AM -0700, Zetan Drableg wrote:
> Ok now we are getting somewhere! Those old vars did the trick.
> libguestfs-test-tool launched with qemu-wrapper as expected with the
> debug port open.
> Now on to the fun part!
>
> (gdb) set architecture i8086
> The target architecture is assumed to be i8086
> (gdb) break *0x7c00
> Breakpoint 1 at 0x7c00
2013 Dec 14
0
[Bug 58378] [NV86] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
https://bugs.freedesktop.org/show_bug.cgi?id=58378
--- Comment #27 from Andreas Loew <awl1 at gmx.net> ---
Hmm - bad news once again:
I have now compiled and tested a 3.6.kernel to match the commit immediately
before the "mega commit", i.e. the kernel tarball has been produced by the
following command:
$ git archive --format=tar
2013 Dec 15
0
[Bug 58378] [NV86] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
https://bugs.freedesktop.org/show_bug.cgi?id=58378
--- Comment #32 from Andreas Loew <awl1 at gmx.net> ---
Many thanks for your quick reply - even on a Sunday! :-)
Regarding:
"You really need to figure out how to do things inside the git tree and not do
some sort of crazy export. That will speed things up by an order of magnitude."
the main issue is that I need to build a
2014 Jan 09
0
[Bug 58378] [NV86] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
https://bugs.freedesktop.org/show_bug.cgi?id=58378
--- Comment #79 from Andreas Loew <awl1 at gmx.net> ---
You're welcome! :-)
I did do this in my very own interest, because the OL6/RHEL6 install on my main
work laptop all of a sudden had this distortion issue when RHEL updated the
drm/nouveau module to an affected codebase in RHEL 6.5, so I definitely needed
a solution for this (other
2015 Oct 23
3
[AMDGPU] AMDGPUAsmParser fails to parse several instructions
Dear Developers,
I compile a OpenCL kernel, FFT, in AMDAPP SDK v2.5 using clang 3.8 + libclc
and assembling the code with lld (The LLVM linker). The assembly code
contains the following assembly codes (and lots of other similar format
assembly) that fails to be parsed by AMDGPUAsmParser. It seems to me that
both are valid instructions after looking at the SI instruction spec.
s_mov_b32 s0,
2009 Feb 05
11
Crash Hard, Crash Often
I've been using asterisk for 3+ years now, I love it, but it doesnt love
me back. :-)
It was crashing frequently and seemingly randomly prior to this latest
upgrade. Not sure what version it was running prior to upgrade (it was
probably an old CVS HEAD from 2+ years go.) Anyway, currently running
1.4.21.2.
== Problem ==
Problem is that its crashing for seemingly no reason at all, no
2011 May 13
7
OCFS2 1.6 for RHEL?
Hello!
When is it planned ocfs2 1.6 will be available for RHEL?
/Kristian