similar to: Cannot built kmod-dahdi-linux for PAE kvariant from SRPM

Displaying 20 results from an estimated 800 matches similar to: "Cannot built kmod-dahdi-linux for PAE kvariant from SRPM"

2010 Feb 16
1
Cannot built kmod-dahdi-linux for PAE kvariant from SRPM
I using the asterisk yum repository at http://packages.asterisk.org/centos/5/current to install a vanilla asterisk. All went well on my development server, which is a fully up to date CentOS5 machine. But now I am trying to do the same with my production server, which is an OEL5 machine with the 2.6.18-128.el5PAE kernel. This throws a dependency error for kmod-dahdi-linux.
2011 May 06
2
Cannot install dahdi-linux on (old) PAE kernel.
I am trying to install dahdi-linux from packages onto an OEL5u3 server which has an old kernel (5.2.6.18_128) and is a PAE variant. As there are no kmod packages now available for this kernel I am having to build them from source packages. I have installed the dahdi-firmware-2.0.0-1_centos5 RPM directly. I have downloaded the following SRPMS dahdi-linux-2.4.1.2-1_centos5.src.rpm
2009 Jun 11
3
OT: rebuild kmod rpm package from src.rpm
Hi all, I would like to rebuild a kmod.src.rpm package for a specific kernel. When I try to do it, this message appears: Building target platforms: i686 Building for target i686 error: Failed build dependencies: kernel-xen-devel-i686 = 2.6.18-98.el5 is needed by mymodule-kmod-0.1.5-2.i686 kernel-PAE-devel-i686 = 2.6.18-98.el5 is needed by mymodule-kmod-0.1.5-2.i686. Is
2019 Jan 22
0
Yum refuses to install kmod-8188eu from elrepo
On Tue, Jan 22, 2019 at 12:03:22PM -0500, Mike Burger wrote: > Another alternative may be to pull down the SRPM and run it through rpmbuild > to 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
2010 Oct 23
1
[PATCH] Make appliance-building work on systems with default library search paths differing from the appliance's
Systems such as Debian (and thus Ubuntu) operate with 64-bit programs in /lib, with /lib64 a symlink to it: as a result, they apply a patch to their glibc adjusting the default search path of the 64-bit dynamic loader (only used if the library is not found in ld.so.cache) to look in /lib, and instruct the 32-bit one to look in /lib32. Because fakechroot is implemented via LD_PRELOAD, it ends up
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
2010 Mar 30
1
kmod srpm build issue
I have applied a patch to the spec for a digium srpm, dahdi-linux-kmod-2.2.1.1-1_centos5.2.6.18_164.15.1.el5.src.rpm and have what I thought was all I needed for deps: # rpm -qa |grep kernel kernel-devel-2.6.18-164.15.1.el5 kernel-2.6.18-164.15.1.el5 kernel-headers-2.6.18-164.15.1.el5 kernel-xen-devel-2.6.18-164.15.1.el5 yet the build fails with: You do not appear to have the sources for the
2011 Jun 08
2
Looking for gfs2-kmod SRPM
I'm searching for the SRPM corresponding to this installed RPM. % yum list | grep gfs2 gfs2-kmod-debuginfo.x86_64 1.92-1.1.el5_2.2 It is missing from: http://msync.centos.org/centos-5/5/os/SRPMS/ What I need from the SRPM are the patches. I'm working through some issues using the source code, and the patches in the RedHat SRPM
2009 Sep 23
4
Error When Using Postgresql Schema With Realtime Sip
I am using asterisk 1.6.1.6 and have been setting up a system to use a Postgresql database as the realtime DB via the ODBC route. I have got extensions and voicemail working but am having trouble with SIP The problem seems to be with using a schema. If I put the table "sip" in the schema "foo" then I add this entry to extconfig.conf sippeers => odbc,psqldb,foo.sip Restart
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 15
2
Request for edit permission on HowTos/BuildingKernelModules
Hi CentOS Docs team, I am writing 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
2007 Oct 02
0
Segmentation fault in app_voicemail (ODBC/PSQL problem)
I have been testing with asterisk 1.4.11 and have found a segmentation fault while using voicemail. It happens when I try to forward a voicemail. As soon as I press the option the server crashes. I ran asterisk up inside gdb and got the following stack trace ==================================================================== Program received signal SIGSEGV, Segmentation fault. 0x00140adf in
2004 Oct 03
0
tcng version 10b
... is on SourceForge: http://tcng.sourceforge.net/dist/tcng-10b.tar.gz md5sum d28bc6b1ed8973814213942288ab5d18 See also http://tcng.sourceforge.net/ This release fixes a few compatibility problems with internationalization and with kernels using strange version names. Also, the "mtu" parameter of TBF is now optional. The complete list of changes is below. - Werner
2007 Apr 15
0
[PATCH] Fix configure script to allow split build/source directories
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all - The SUSE kernel module packages allow you to generate RPMs for all installed kernels with one run of rpmbuild. This involves the use of one shared source tree at /usr/src/linux and a group of build trees rooted at /usr/src/linux-obj. The build trees contain the bare minimum needed for a kernel tree to be considered "configured."
2019 Jan 17
0
Request for edit permission on HowTos/BuildingKernelModules
On Tue, Jan 15, 2019 at 12:22 AM Zamir SUN <sztsian at gmail.com> wrote: > > Hi CentOS Docs team, > > I am writing 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
2010 May 25
0
CentOS-virt Digest, Vol 33, Issue 9
S pozdravem Stan.M. On 25.5.2010, at 18:00, centos-virt-request at centos.org wrote: > Send CentOS-virt mailing list submissions to > centos-virt at centos.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.centos.org/mailman/listinfo/centos-virt > or, via email, send a message with subject or body 'help' to >
2006 Mar 23
0
Zaptel compilation problem on SUSE
I'm trying to install * 1.2.5 for the first time on SUSE 10, 64bit (I've previously used Fedora or Centos). After I installed the kernel sources and followed some instructions on Novell's web site to copy the Module.symvers.gz file across from /boot and do a make modules_prepare, I was successfully able to complete 'make linux26' in my /usr/src/zaptel folder. I'm still
2005 Aug 12
1
fc3 build after kernel update?
Updated the kernel on a fc3 box from 2.6.9-1.667 to 2.6.12-1.1372_FC3 today. Now the cvs-head for zaptel won't compile (libpri and asterisk does). The problem seems to be a symlink issue with the zaptel/Makefile looking for: KSRC:=/lib/modules/$(KVERS)/build and it doesn't exist. The kernel source for 2.6.12 was applied succesfully (supposedly) but a find on "build" does not
2010 Jan 16
2
Cross compiling Asterisk, Dahdi..
Is there a proper, documented way to cross compile DAHDI and Asterisk for a processor/system other than the one you're currently typing on? Now.. I have been doing this for some time, but it's been really frustrating every time I change/upgrade, etc. I've just tried to compile DAHDI for an AMD Geode system on my development system which is Intel Atom. Building the kernel is easy -
2012 Feb 08
0
samba-3.6.0 .spec anad patches for SRPM building for RHEL 5 and 6 at https://github.com/nkadel/samba-3.6.0-srpm
For folks who want samba-3.6.0 for RHEL 5 or 6, and would prefer to have RHEL compatible layouts rather than the somewhat different layouts of the packages at http://ftp.samba.org/pub/samba/Binary_Packages/, I've published some .spec files and patches at https://github.com/nkadel/samba-3.6.0-srpm I'm happy to walk through how to build these with "mock" to get very clean