Displaying 20 results from an estimated 2000 matches similar to: "Kernel 92.1.10 build issue"
2005 Dec 27
0
Compiling kernel-2.6.13...
Hi. I'm trying to use CentOS4.2 for some audio work (ie. sound editing,
etc.). I found a site called PlanetCCRMA
(http://ccrma.stanford.edu/planetccrma/software/) and decided that I
would give some of their applications a try (hoping that it would not
affect my system greatly!).
At first I tried the Fedora 3 packages (and they do work), but what I
really wanted to do is to download the
2006 Jan 13
2
recompiling kernel for centos 4.2 x86_64
Is it possible compile an a new x86_64 kernel on an i686 CentOS
system? When I tried to do so with this command
rpmbuild -ba --target x86_64 kernel-2.6.spec
I got the following error:
make[1]: *** [nonint_oldconfig] Error 51
make: *** [nonint_oldconfig] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.40130 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.40130
2019 May 14
4
where to find wifi driver
On 14/05/2019 13:09, Jonathan Billings wrote:
> On Tue, May 14, 2019 at 10:13:35AM +0800, qw wrote:
>> I use the wifi adaptor, Edimax AC1200, and its driver can be
>> downloaded from
>>
>> 'http://www.edimax.com.tw/edimax/download/download/data/edimax/tw/download/for_home/wireless_adapters/wireless_adapters_ac1200_dual-band/ew-7822ulc'.
>>
>>
>>
2008 Sep 03
2
Adding patch to Centos Kernel - early build failure
Hi Guys
I'm trying to add the patch mentioned in this thread to the plain Centos
kernel
http://lists.centos.org/pipermail/centos/2008-August/062845.html
I've followed the directions on the wiki for building a custom kernel,
but after applying all the patches it fails with:
make[1]: *** [nonint_oldconfig] Error 4
make: *** [nonint_oldconfig] Error 2
error: Bad exit status from
2019 May 14
0
where to find wifi driver
On Tue, May 14, 2019 at 05:16:59PM +0100, Phil Perry wrote:
> I'm generally not willing to package these Realtek sources for Enterprise
> Linux as the code is often heavily dependant upon kernel versioning with
> lots of conditionals. This approach simply does not work on RHEL (or
> CentOS), where for example el7 uses a nominal 3.10.0 kernel but has a wifi
> stack that is
2019 May 15
0
where to find wifi driver
which wifi adapter does centos 7.4 support?
Could Centos give a list of those supported wifi adapters?
Thanks!
Regards
Andrew
At 2019-05-15 00:16:59, "Phil Perry" <pperry at elrepo.org> wrote:
>On 14/05/2019 13:09, Jonathan Billings wrote:
>> On Tue, May 14, 2019 at 10:13:35AM +0800, qw wrote:
>>> I use the wifi adaptor, Edimax AC1200, and its driver can
2018 Apr 19
1
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
On Thu, 19 Apr 2018 17:19:20 -0400 (EDT) Mikulas Patocka <mpatocka at redhat.com> wrote:
> > > In order to detect these bugs reliably I submit this patch that changes
> > > kvmalloc to always use vmalloc if CONFIG_DEBUG_VM is turned on.
> > >
> > > ...
> > >
> > > --- linux-2.6.orig/mm/util.c 2018-04-18 15:46:23.000000000 +0200
>
2009 Jun 29
2
Building Custom Kernel - CentOS 4.4
Hi All,
I am having issue when trying to build a custom kernel in CentOS 4.4.
Current Kernel Version is 2.6.9-42.ELsmp and the server is HP Proliant DL380
G3. I downloaded the source rpm and then installed it. Gave the command,
rpmbuild -bp --target=i686 /usr/src/redhat/SPECS/kernel-2.6.spec. But it
throws me an error after patch operations. The following is the error.
2005 Dec 24
1
best way to design uknown depth of subcategories
Hello,
What would be the best way to design a table of posts that belong to a
unknown depth of categories. Say i wanted to display the posts of data (i.e.,
craigslist) but the category could be something like
NewYork/RealEstate/Housing/ForSale/ByOwner. Would acts_as_tree work best
here and assign each sublevel to a different id? just trying to take the
easiest approach here using the best
2018 Apr 19
2
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
On Thu, 19 Apr 2018 12:12:38 -0400 (EDT) Mikulas Patocka <mpatocka at redhat.com> wrote:
> The kvmalloc function tries to use kmalloc and falls back to vmalloc if
> kmalloc fails.
>
> Unfortunatelly, some kernel code has bugs - it uses kvmalloc and then
> uses DMA-API on the returned memory or frees it with kfree. Such bugs were
> found in the virtio-net driver,
2018 Apr 19
2
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
On Thu, 19 Apr 2018 12:12:38 -0400 (EDT) Mikulas Patocka <mpatocka at redhat.com> wrote:
> The kvmalloc function tries to use kmalloc and falls back to vmalloc if
> kmalloc fails.
>
> Unfortunatelly, some kernel code has bugs - it uses kvmalloc and then
> uses DMA-API on the returned memory or frees it with kfree. Such bugs were
> found in the virtio-net driver,
2008 Sep 16
2
Kernel source - linux -2.6.18 i386 or i686
As I plow through the Kernel source to figure out why the BEET patch is
not working, I notice that there are two similar directories under
~/rpmbuild/BUILD/kernel-2.6.18:
linux-2.16.18.i386 and linux-2.16.18.i686
So which one am I suppose to be patching?
Currently, the patch starts out with:
diff -urN a/net/ipv4/xfrm4_input.c b/net/ipv4/xfrm4_input.c
I followed the kernel source setup
2007 Oct 27
2
Little OT: Compilation of EICON driver fails with capi errors
Hello,
I want to use a 4 port ISDN card from EICON/DIALOGIC in our asterisk server.
The system is a Ubuntu 7.10 with kernel 2.6.23.1. The compilation of the
kernel finishes without any problems. I have downloaded and installed
the deb-source package that EICON/DIALOGIC offers. Th installation
script crashes with the following error messages:
# LOG ---- START SECTION read kernel version
2011 Jul 19
4
[PATCH v1 0/2] Support dropping of capabilities from early userspace.
This patchset applies to klibc mainline. As is it will probably collide
with Maximilian's recent patch to rename run-init to switch_root posted
last week.
To boot an untrusted environment with certain capabilities locked out,
we'd like to be able to drop the capabilities up front from early
userspace, before we actually transition onto the root volume.
This patchset implements this by
2003 May 17
2
max/summary
Hi,
What is the reason for getting two different max of a
vector from two functions max() and summary()? Here is
an example,
> set.seed(2222)
> x <- sample(x=1:100000, size=10000, replace=T)
> max(x)
[1] 99992
> summary(x)
Min. 1st Qu. Median Mean 3rd Qu. Max.
6 24510 49950 50020 75040 99990
Which value is the correct one? I had this problem
while I
2006 Aug 17
1
How to enable pciback.hide in standard xen 3.0.2 kernels
Or how to delegate special PCI devices from domain-0 to dom(u)
Hi,
I tried to manage some pci devices for dom(u) domains, using the fedora core 5 (xen0/u) and 6-test2 (xen) i686 kernel-xen and kernel-xen-devel rpms:
In domain-0 lspci shows the pci device 00:04.01 which should be delegated to dom(u)
In dom(u) lspci does not show any information (this seems to be ok)
lsmod in dom(u) gives:
2019 May 14
3
where to find wifi driver
Hi,
I use the wifi adaptor, Edimax AC1200, and its driver can be downloaded from 'http://www.edimax.com.tw/edimax/download/download/data/edimax/tw/download/for_home/wireless_adapters/wireless_adapters_ac1200_dual-band/ew-7822ulc'.
I fail to compile its GPL Source Code on CentOS 7.4.
Where to get its rpm drivers, or how to compile its GPL Source Code?
Thanks
Regards
Andrew
2008 Sep 04
1
how to match or merge data.frames in this case...
Hi,
I'm trying to match two data frames in order to replace the boundary values
in a dataframe.1 with values in dataframe.2 ONLY where the pair id1 id2
matches between the two data frames.
Eg.
> dataframe.1
... id1 id2 boundary
3307 1095 1108 438.691
3308 1095 1109 438.691
3309 1095 1121 438.691
3310 1096 1109 438.691
...
3345 1108 1120 438.691
3346 1108 1121 438.691
3347 1108
2014 Sep 04
1
Bug#760504: blktap-utils: Failing to call io_setup with EINVAL
Package: blktap-utils
Version: 2.0.90-2
Severity: important
Tapdisk fails to start and exit's silently after failing
to detect current kernel version. This happens only on newer
kernel versions missing sublevel field.
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.14-2-amd64 (SMP
2011 Aug 26
13
virbr0/bridge: No such file or directory
This is fresh install of CentOS v6 and Xen v4.1 on a new Dell server following the tutorial posted at: http://wiki.xensource.com/xenwiki/RHEL6Xen4Tutorial
Every thing went just fine, yet virbr0 won''t work and when I run brctl show I get the following error message:
[root@pe1950 ~]# brctl show
bridge name bridge id STP enabled interfaces
virbr0