Displaying 18 results from an estimated 18 matches for "kversion".
Did you mean:
version
2010 Oct 23
1
[PATCH] Make appliance-building work on systems with default library search paths differing from the appliance's
...unning the native dynamic
loader, and of course the appliance doesn't have an ld.so.cache early in
building. The effect of this is that, while building the appliance, you
are suddenly hit with an error like this:
,----
| Complete!
| ++ basename initramfs/lib/modules/2.6.33.3-85.fc13.x86_64
| + kversion=2.6.33.3-85.fc13.x86_64
| + febootstrap-run initramfs -- /sbin/depmod -a 2.6.33.3-85.fc13.x86_64
| + febootstrap-run initramfs -- mkdir -p --mode=0777 /sysroot
| mkdir: error while loading shared libraries: libselinux.so.1: wrong ELF class: ELFCLASS32
`----
The 64-bit ld.so hunted in the initramfs...
2019 Jan 15
2
Request for edit permission on HowTos/BuildingKernelModules
...iting to request for updating the wiki page
HowTos/BuildingKernelModules[1]
Basically, the page need some love for more recent CentOS releases -
in CentOS 7 if people use the in-distro /usr/lib/rpm/redhat/kmodtool
the following command won't work
rpmbuild -bb --target=`uname -m` --define 'kversion 3.10.0-862.el7'
testkmod.spec
Instead, people should use something like
rpmbuild -bb --target=`uname -m` --define 'kernel_version
3.10.0-862.el7' testkmod.spec
In my case
# rpmspec --define "kernel_version 3.10.0-957.el7" -P ~/testkmod.spec
| grep "BuildRequire"...
2016 Feb 05
2
How to install packages from git.centos.org
On 02/05/2016 04:22 AM, Johnny Hughes wrote:
> On 02/03/2016 10:23 AM, Tim wrote:
>> Hi all,
>>
>> how can I install rpms from git.centos.org? I'd like to install and test
>> the realtime-kernel.
>>
>> It seems to me that https://wiki.centos.org/Sources only means to build
>> srpms.
>>
>> What I ned is an rt-kernel with headers for
2011 May 06
0
Cannot built kmod-dahdi-linux for PAE kvariant from SRPM
...t moves the problem further up the stack. I will post my new problem separately but just for completeness here is the solution.
Original problem: trying to build kmod-dahdi-linux for out of date PAE kernel.
Errors:
rpmbuild --bb ~/localrpms/SPECS/dahdi-linux-kmod.spec --target=i686 --define "kversion `uname -r`"
+ make KVERS=2.6.18-128.el5xen modules
You do not appear to have the sources for the 2.6.18-128.el5xen kernel installed.
make: *** [modules] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.78040 (%build)
Solution:
Specify the kernel variant in the rpm build command
rpm...
2016 Feb 14
0
How to install packages from git.centos.org
Hey Johnny,
thank you very much for your instructions. The build is running at the
moment but there seems to be a small bug in kernel-rt.spec.
I changed the line 684 from
mv %{name}-%{rpmversion}-%{pkg_release_simple}%{dist} vanilla-%{kversion};
to
mv %{name}-%{rpmversion}-%{pkg_release_simple}* vanilla-%{kversion};
The reason is that the tarball contains a folder with dist-tag .el7_2.
So when I want to change the dist tag to .el7 the unpacked sources
folder can't be renamed to "vanilla".
Regards
Tim
Am 05.02.2016 um 1...
2010 Feb 16
1
Cannot built kmod-dahdi-linux for PAE kvariant from SRPM
...encies:
kernel-devel = 2.6.18-164.11.1.el5 is needed by dahdi-linux-kmod-2.2.1-1_centos5.2.6.18_164.11.1.el5.i386
A brief inspection of the spec file suggested I could override the kernel version
uname -r
2.6.18-128.el5PAE
rpmbuild --bb ~/localrpms/SPECS/dahdi-linux-kmod.spec -D "kversion `uname -r`"
But this fails because by the time the kernel name gets passed to the makefile the "PAE" has been lost:-
...
~/localrpms/BUILD/dahdi-linux-kmod-2.2.1/_kmod_build_ ~/localrpms/BUILD/dahdi-linux-kmod-2.2.1
+ make KVERS=2.6.18-128.el5 modules
You do not appear to have the...
2008 Mar 31
2
alsa 1.016 compile error on latest kernel centos 5.1
Hi all,
I need to compile alsa-project 1.0.16 on the latest centos 5.1 kernel.
I am getting this error. What to do... ?
CC
[M] /home/silentm/MessageNet/alsa-project/alsa-driver-1.0.16/acore/sound_oss.o
CC
[M] /home/silentm/MessageNet/alsa-project/alsa-driver-1.0.16/acore/info_oss.o
In file included
from
2019 Jan 22
3
Yum refuses to install kmod-8188eu from elrepo
On 2019-01-22 11:01, Akemi Yagi wrote:
> On Tue, Jan 22, 2019 at 7:54 AM Marko Vojinovic <vvmarko at gmail.com>
> wrote:
>>
>>
>> I am having trouble using the realtek wifi chip in my new tp-link
>> usb wifi dongle. Upon plugging it, the device gets registered by the
>> kernel (in /var/log/messages), but that's about it, no network device
>>
2019 Jan 17
0
Request for edit permission on HowTos/BuildingKernelModules
...wiki page
> HowTos/BuildingKernelModules[1]
>
> Basically, the page need some love for more recent CentOS releases -
> in CentOS 7 if people use the in-distro /usr/lib/rpm/redhat/kmodtool
> the following command won't work
>
> rpmbuild -bb --target=`uname -m` --define 'kversion 3.10.0-862.el7'
> testkmod.spec
>
> Instead, people should use something like
>
> rpmbuild -bb --target=`uname -m` --define 'kernel_version
> 3.10.0-862.el7' testkmod.spec
>
> In my case
>
> # rpmspec --define "kernel_version 3.10.0-957.el7" -P ~/...
2019 Jan 22
0
Yum refuses to install kmod-8188eu from elrepo
...locally create a binary package compatible with the system as it's
> currently installed/running.
I encourage this behavior, however, elrepo kmod packages often have
the kernel version hard-coded into it, so you'd need to either edit
the .spec file, or run rpmbuild with a
--define 'kversion 3.10.0-957.1.3.el7.x86_64'
to force it to build against the latest el7 kernel.
--
Jonathan Billings <billings at negate.org>
2007 Apr 15
0
[PATCH] Fix configure script to allow split build/source directories
...! -f "$KERNELBUILD/include/linux/autoconf.h"; then
AC_MSG_ERROR(No configured kernel include tree found)
fi
- -OCFS2_CHECK_KVER($KERNELINC, ksourceversion, "source")
+OCFS2_CHECK_KVER("$KERNELBUILD/include", ksourceversion, "source")
if test "$kversion" != "$ksourceversion"; then
- --
Jeff Mahoney
SUSE Labs
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
iD8DBQFGIpm8LPWxlyuTD7IRAiREAJsFwIFRQSjHJpMXvLwgJscY4P4YLgCgk2WO
RShRPt128+gS/2rQXmIRVv8=
=Kdxy
-----E...
2005 Jul 26
1
tcng on 2.6 kernel
Hi,
I''ve tried to compile tcng on my 2.6.12 kernel and the ./configure
returned that only 2.4 and 2.5 are supported.
So, doesn''t tcng compile also on 2.6 kernel?
--
ddaas
2004 Oct 03
0
tcng version 10b
...rnels using strange
version names.
Also, the "mtu" parameter of TBF is now optional.
The complete list of changes is below.
- Werner
----------------------------------- CHANGES -----------------------------------
- the "mtu" parameter in TBF is now optional
- tcsim now uses KVERSION[NUM] instead of KFULLVERSION[NUM] to avoid breaking
if EXTRAVERSION contains multiple dots or other surprises (reported by
Eduardo Grosclaude)
- scripts/runtests.sh now runs commands with LANG=C, to avoid localized error
messages (reported by Eduardo Grosclaude)
--
_______________________...
2010 May 25
0
CentOS-virt Digest, Vol 33, Issue 9
...vel is not in the standard repos:
>>
>> [root at localhost SPECS]# yum search all | grep uriparser
>> [root at localhost SPECS]#
>>
>> Is anything here I'm missing?
>
> uriparser-devel is in the EPEL repo.
> To rebuild it against a specific kernel, use the kversion define like:
>
> rpmbuild -ba --define 'kversion 2.6.18-194.3.1.el5' open-vm-tools-
> kmod.spec
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 24 May 2010 23:16:56 +0200
> From: Erwan MAS <erwan at mas.nom.fr>
> Subject: [C...
2005 May 24
4
How To Installing tcng at slackware 10.1
How To Installing tcng at slackware 10.1
2008 Jun 12
13
Announce: Lustre 1.6.5 is available!
Hi all,
At long last, Lustre 1.6.5 is available on the Sun Download Center Site.
http://www.sun.com/software/products/lustre/get.jsp
The change log and release notes can be read here:
http://wiki.lustre.org/index.php?title=Change_Log_1.6
Thank you for your assistance; as always, you can report issues via
Bugzilla (https://bugzilla.lustre.org/)
Happy downloading!
-- The Lustre Team --
2008 Jun 12
13
Announce: Lustre 1.6.5 is available!
Hi all,
At long last, Lustre 1.6.5 is available on the Sun Download Center Site.
http://www.sun.com/software/products/lustre/get.jsp
The change log and release notes can be read here:
http://wiki.lustre.org/index.php?title=Change_Log_1.6
Thank you for your assistance; as always, you can report issues via
Bugzilla (https://bugzilla.lustre.org/)
Happy downloading!
-- The Lustre Team --
2004 May 13
19
HTB MPU
Hi.
I wrote in a reply to a mail on here recently that you can''t set mpu
(minimum packet unit) on HTB as you can on CBQ.
I''ve just noticed that there is a patch on devik''s site which does mpu
and overhead.
http://luxik.cdi.cz/~devik/qos/htb/
For dsl users mpu is, for practical purposes going to be 106 - overhead
is still variable though, depending on packet size.