Displaying 20 results from an estimated 1000 matches similar to: "recompile 1 kernel modules"
2005 Jun 13
2
x86_64 duplicate packages problem with apt
I installed Centos3.4-x86_64 and I notice that I get duplicate packages.
i.e. I also notice that the duplate packages exist on the cd install as
well.
[root at bayamo RPMS]# rpm -qa | grep pam_krb
pam_krb5-1.73-1
pam_krb5-1.73-1
when I use apt after downloading from Dag's site it complains about
duplicate packages after running apt-get update.
I am missing something to get my x86_64
2006 Dec 06
2
Getting kernel source for 2.6.9-42.ELsmp
Hello!
I need to get an arcnet device driver up and running. Normally it
appears to be distributed with linux, but not installed. So, I need to
compile and install it, naturally.
So, where is the kernel souce for 2.6.9-42.ELsmp? I can find kernel
source for 2.6.9.
BTW, I obtained 2.6.9 and tried compiling it, but all I got was *.o
files and
insmod: error inserting 'arcnet.o`: -1
2009 Jun 19
2
Recompiling dahdi-linux after kernel update - To minimize downtime
After a kernel update (but before rebooting) Is there a way to recompile Zap/Dahdi against the new kernel?
My objective is to eliminate the additional downtime that occurs while recompiling/installing zap/dahdi after booting into the new kernel.
Please correct me if I'm wrong:
My understanding is that until you reboot (after a kernel update), recompiling zap/dahdi still compiles against
2012 Jul 30
6
Turning off continuation prompt?
Greetings All.
My apologies for a question whose answer is probably
readily available somewhere (for some interpetation
of "somewhere") ...
Say I have just typed (from a sheet of paper) several
lines into the R command-line, and what I see is:
> chisq.test(matrix(c(3,6,3,4,4,
+ 4,1,4,6,5,
+ 2,7,4,2,5,
+ 8,2,4,4,2,
+
2018 Feb 04
1
a quick small howto to get samba 4.7.4 on ubuntu 16.04.
Okay, something I discovered. When I copy and pasted the command "echo "deb
http://apt.van-belle.nl/debian unstable main contrib non-free" | sudo tee
-a /etc/apt/sources.list.d/van-http://apt.van-belle.nl/debian unstable main
contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-"
What was missing is highlighted here: "echo "deb
2016 Feb 01
1
[Xen-devel] [PATCH v5 00/10] virtio DMA API, yet again
On Mon, Feb 1, 2016 at 3:00 AM, Wei Liu <wei.liu2 at citrix.com> wrote:
> Nice work, Andy.
>
> On Thu, Jan 28, 2016 at 06:31:13PM -0800, Andy Lutomirski wrote:
>> This switches virtio to use the DMA API on Xen and if requested by
>> module option.
>>
>> This fixes virtio on Xen, and it should break anything because it's
>> off by default on
2016 Feb 01
1
[Xen-devel] [PATCH v5 00/10] virtio DMA API, yet again
On Mon, Feb 1, 2016 at 3:00 AM, Wei Liu <wei.liu2 at citrix.com> wrote:
> Nice work, Andy.
>
> On Thu, Jan 28, 2016 at 06:31:13PM -0800, Andy Lutomirski wrote:
>> This switches virtio to use the DMA API on Xen and if requested by
>> module option.
>>
>> This fixes virtio on Xen, and it should break anything because it's
>> off by default on
2012 Sep 29
6
Reuse h extension?
I have 2 contexts, however both have the same h extension.
Currently I am doing copy&paste for the h extension - is there a better
way?
Can I somehow reference a h extension, so I have to create/modify it only
once?
Thanks for any hint!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Jul 25
1
kernel 3.0.0 mainline and drbd 8.4
hi xen user/dev list,
i want to compile drbd 8.4 against kernel mainline 3.0 source and receive an
error:
my commands:
# cd /usr/src/drbd-8.4.0
# ./autogen.sh
# ./configure --localstatedir=/var --sysconfdir=/etc --with-km=yes # cd
/usr/src/drbd-8.4.0/drbd # make clean # make KDIR=/usr/src/linux-3.0
the error message:
***
In file included from include/linux/security.h:25,
2011 Jul 25
1
kernel 3.0.0 mainline and drbd 8.4
hi xen user/dev list,
i want to compile drbd 8.4 against kernel mainline 3.0 source and receive an
error:
my commands:
# cd /usr/src/drbd-8.4.0
# ./autogen.sh
# ./configure --localstatedir=/var --sysconfdir=/etc --with-km=yes # cd
/usr/src/drbd-8.4.0/drbd # make clean # make KDIR=/usr/src/linux-3.0
the error message:
***
In file included from include/linux/security.h:25,
2010 Jul 27
4
SSHA256 scheme
Hi again,
I`m a bit confused how to store a SSHA256 password in the database and
I can`t find any information in the wiki.
Do I have to store the SHA256 hash and the salt separately (what would
the password_query be like in this way) or just the final SSHA256 hash?
Regards
Patrick
2010 Aug 09
3
Lua.c32 wiki page
Hi,
I have been experimenting a bit with lua.c32 and I have created a small
lua.c32 wiki page at:
http://syslinux.zytor.com/wiki/index.php/Lua.c32
With my minimal knowledge about Lua (and the inconvenience of not being
able to copy&paste or edit scripts) I discovered that the dmi module has 2
functions (supported, gettable) and a syslinux module with 1 function
(run_command).
Do we
2008 Apr 29
26
Btrfs v0.14 Released
Hello everyone,
Btrfs v0.14 is now available for download. Please note the disk format has
changed, and it is not compatible with older versions of Btrfs.
For downloads and documention, please see the Btrfs project page:
http://btrfs.wiki.kernel.org
The oss.oracle.com Btrfs project page will soon start redirecting here.
v0.14 has a few performance fixes and closes some races that could have
2017 Jul 28
2
where to create localenv?
I don't want prefix 'git' and I watched this
http://libguestfs.org/guestfs-building.1.html#local-files
. localenv
./autogen.sh \
-C \
--enable-werror \
"$@"
but I cannot execute . localenv
and I saw
Note that *localenv* is included by the top Makefile (so it’s a Makefile
fragment). But if it is also sourced by your *localconfigure* script then
it is used as
2008 Jul 12
2
How can i set vacation subject in non-english characters?
Hi, all.
I have implemented vacation via dovecot sieve. but how can i use
non-english characters in vacation subject?
Thanks very much.
This is my sample sieve rule for vacation:
----8<----
require ["vacation"];
vacation
:days 1
:mime
:subject "Auto-Reply: Out of office."
"MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
2013 Jun 04
2
[LLVMdev] test-suite and lnt
is test-suite being run still by itself (independent of llvm)?
if so, are there public build bots for this?
is lnt going to replace test-suite as the normal mechanism for running
test-suite?
Tia.
Reed
2004 Jan 19
2
PLAYBACK multiple files
I'm trying to devise a way to playback more than one file per call when I
copy my file 'Test.call' into .. var/spool/asterisk/outgoing
Channel: Zap/1/put_your_phone_number_here
Application: Playback
Data: demo-thanks + a-second-file + a-third-file
Is there some way to do this?
Charlie Hatchette
chatchette@generalcare.com
2004 Dec 31
4
R-intro
Hello!
I was reading R-intro and I have some suggestions:
R-intro.html#A-sample-session
rm(fm, fm1, lrf, x, dummy)
suggestion
rm(fm, fm1, lrf, x, y, w, dummy)
The next section will look at data from the classical experiment of Michaelson and Morley to measure the speed of light.
file.show("morley.tab")
mm <- read.table("morley.tab")
suggestion
mm <- data(morley)
2014 Mar 26
2
VMs failing to restart
This is a problem I've had on and off under CentOS5 and CentOS6, with both
xen and kvm. Currently, it happens consistently with kvm on 6.5, e.g. with
every kernel update. I *think* it generally worked fine with the 6.4 kernels.
There are 7 VMs running on a 6.5, x86_64, 8GB RAM host, each with 512MB RAM
and using the e1000 NIC. I picked this specific NIC because the default does
not allow
2005 Aug 04
2
Graphics on MacOSX
Ist there a possibility on MacOSX to import Graphics into MSOffice
Applications and resize them there without decreased quality? When I import
via copy&paste I get low quality bitmaps and via import pictures (pdf) it is
all the same. In the Windows versions of R there is the convienient way to
use metafile format which can easily be resized in ppt and word. What is the
equivalent way on