Displaying 20 results from an estimated 2000 matches similar to: "Trying to re-install ZFS drivers"
2015 Jun 21
0
Trying to re-install ZFS drivers
On 21 Jun 2015 04:46, "Robert G. (Doc) Savage" <dsavage at peaknet.net> wrote:
>
> What should have been a routine upgrade to ZFS 0.6.4.1-1.el6.x86_64
> somehow failed, and now I've lost access to a 2T raidz2 array. I've
> tried removing all zfs and related packages (spl*), then starting fresh.
> For reasons that have have nothing to do with this problem (I
2004 Feb 19
1
piece wise application of functions
Dear all,
After struggling for some time with *apply() and eva() without
success, I decided to ask for help.
I have 3 lists labeled with, each contains 3 different
interpolation functions with identical names:
> names(missgp0)
[1] "spl.1mb" "spl.2mb" "spl.5mb"
>
> names(missgp1)
[1] "spl.1mb" "spl.2mb" "spl.5mb"
>
>
2007 Aug 30
1
Barplot2 using for loop, how to adjust margins?
Hi R-users,
I inted to make multiple plots using for loop. The question is how can
I adjust the left hand side margin of the plot according to the
names.arg argument in barplot2. In every plot I have different
annotations in the y axis and they vary in length. Now when I have
fixed margins
opar <- par(mar=c(3,15,0,2)...
I get the same margins in all of the plots. That leaves lots of white
2017 Jul 17
2
Messages during update 'yum update' at CentOS 6 VM
Hello,
at the last update (Kernel updated
from 2.6.32-696.3.2.el6.x86_64 to 2.6.32-696.6.3.el6.x86_64)
I got these messages
Updating : ipv6calc-1.0.0-20.el6.x86_64 6/25
/var/tmp/rpm-tmp.yi7R81: line 1: /usr/sbin/ldconfig: No such file or
directory
warning: %post(ipv6calc-1.0.0-20.el6.x86_64) scriptlet failed, exit status
127
Non-fatal POSTIN scriptlet failure in rpm package
2002 Nov 25
2
Pspline smoothing
Dear all,
I'm trying to use the Pspline add-on package to fit a quintic spline
(norder =3), but I keep running into a Singularity error.
> traj.spl <- smooth.Pspline(time, x, norder=3 )
Error in smooth.Pspline(time, x, norder = 3) :
Singularity error in solving equations
>
Playing around with the other parameters produces an "unused arguments" error:
> traj.spl
2009 Sep 08
1
Character manipulation using "strsplit" & vectorization
Dear R users,
Suppose I have a data set with inconsistent names for a field.
I desire to make these to consistent names.
i.e
"University of New Jersey", "New Jersey Uni", "New Jersey University" (3
different inconsistent names) to "The University of New Jersey" (consistent
name)
Below are arbitrary data set produced from "state.name" (built
2012 Nov 26
2
Bug#694429: blktap-dkms: unowned files after purge (policy 6.8, 10.8): /lib/modules/$KVERS/kernel/
Package: blktap-dkms
Version: 2.0.91-1
Severity: important
User: debian-qa at lists.debian.org
Usertags: piuparts
Hi,
during a test with piuparts I noticed your package left unowned files on
the system after purge, which is a violation of policy 6.8 (or 10.8):
http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails
Filing this as important as having a piuparts clean
2014 May 22
2
Bug#748953: blktap-dkms: Struct bio was changed in 3.14 breaking build
Package: blktap-dkms
Version: 2.0.93-0.2
Severity: serious
Justification: fails to build from source (but built successfully in the past)
The build fails on 3.14 kernel with the following error:
/var/lib/dkms/blktap/2.0.93/build/ring.c: In function ?blktap_ring_make_tr_request?:
/var/lib/dkms/blktap/2.0.93/build/ring.c:314:32: error: ?struct bio? has no member named ?bi_sector?
2005 Jul 20
2
.spl files
I am not certain that this is the right place to post this, but maybe
some kind soul can point me in the right direction if not. And I
apologize if this is the wrong spot...The reason I posted here is that
I recall running across a syslinux changlog that said "..added support
for reading .spl..." files. I want to customize the suse boot up
splash screens (for a CD install). I have been
2011 Feb 15
2
Building btrfs as a dkms module on Debian
Hi everyone. I was trying to test a more recent version of btrfs on my current kernel (2.6.37) using dkms, without success.
I followed these instructions:
https://btrfs.wiki.kernel.org/index.php/Btrfs_source_repositories
- cloned the repo
- symlinked to /usr/src/btrfs-git
- patched version.sh:
Please note version.sh requires bash (better to change the shebang or fix the script).
Even with the
2010 Apr 02
4
Derivative of a smooth function
Dear All,
I've been?searching for?appropriate codes to compute the rate of change and the curvature?of ?nonparametric regression model whish was denoted by a smooth function?but?unfortunately?don't manage to?do?it. I presume that such characteristics from a smooth curve can be determined by the first and second derivative operators.
The following are the example of fitting a
2011 Jul 17
19
XAPI on debian installation issue
Hi,
I''m currently trying to install xapi on debian (unstable), following the
following wiki page:
http://wiki.xensource.com/xenwiki/XAPI_on_debian
1. Install squeeze 32-bits (it''s not specified on the wiki, but I guess
it wont work with 64-bit as the xapi *.deb files are for 32).
note: you must leave an unused 1mb partition somewhere when
creating your
2010 Jan 18
3
Using the output of strsplit
I successfully combined my data frames, and am now on my next hurdle.
I had combined the data and quarter, and used tapply to count the
entries for each unique date/quarter pair.
ar= tapply(ewrgnd$gw, list(ewrgnd$dq), sum) #for each date/quarter
combination sums the gw (which are all 1)
dq=row.names(ar)
spl=strsplit(dq)
But I need to split them back into the separate date and quarter. So I
used
2015 Oct 14
1
Bug#801768: blktap-dkms: module FTBFS for Linux 4.2: error: too many arguments to function 'mempool_resize'
Package: blktap-dkms
Version: 2.0.93-0.3
Severity: serious
Tags: sid stretch
User: debian-qa at lists.debian.org
Usertags: piuparts
Hi,
during a test with piuparts I noticed your package failed to build a
kernel module for the current sid kernel:
Setting up blktap-dkms (2.0.93-0.3) ...
Loading new blktap-2.0.93 DKMS files...
First Installation: checking all kernels...
dpkg: warning: version
2009 Jun 16
5
nvidia dual monitor setup centos howto
I had some trouble setting up dual monitors on centos with an nvidia
card. I managed to track stuff down, so I thought I'd make it public
on the list. I have an nvidia quadro nvs 290 in a Dell, recently
installed centos5. Same stuff should apply for other nvidia cards.
I needed nvidia-x11-drv.x86_64. It is available from rpmforge.
Installing rpmforge is described on this
2014 Mar 24
1
Bug#742515: blktap-dkms: blktapblktap kernel module failed to build
Package: blktap-dkms
Version: 2.0.93-0.1
Severity: serious
Justification: fails to build from source (but built successfully in the past)
blktap fails to build on kernel 3.13 and probably older kernels as well. According to this bug: https://bugs.launchpad.net/ubuntu/+source/blktap-dkms/+bug/1245009 VM_RESERVED is deprecated as of 3.7. Building with the patch described in that bug allows for
2011 Nov 14
2
Bug#648691: ITP: blktap-dkms -- Xen blktap kernel component DKMS package
Package: wnpp
Severity: wishlist
Owner: Debian Xen Team <pkg-xen-devel at lists.alioth.debian.org>
* Package name : blktap-dkms
Version : 2.0.90
Upstream Author : Jon Ludlam <jonathan.ludlam at eu.citrix.com>
* URL : http://www.xen.org/
* License : GPL-2
Programming Lang: C
Description : Xen blktap kernel component DKMS package
This package
2008 Aug 08
2
Good reference for dkms?
I've just built the nvidia driver for my home machine for the third
time and I'd like to put it into a dkms format, but I'm not entirely
clear on what goes where to make this work. I googled for a good
primer on dkms, but what I'm finding is essentially equivalent to the
man page, which, like most Unix/Linux man pages, doesn't really tell
you "how to do this from
2017 Sep 09
5
Bug#874751: blktap-dkms: module FTBFS for Linux 4.12
Package: blktap-dkms
Version: 2.0.93-0.10
Severity: serious
User: debian-qa at lists.debian.org
Usertags: piuparts
Hi,
blktap-dkms fails to build a module for Linux 4.12:
Selecting previously unselected package blktap-dkms.
(Reading database ... 34976 files and directories currently installed.)
Preparing to unpack .../blktap-dkms_2.0.93-0.10_amd64.deb ...
Unpacking blktap-dkms (2.0.93-0.10) ...
2009 Apr 06
4
DKMS and new(er) Nvidia-drivers
I got the DKMS-system working and now have the Nvidia-drivers v173.08
installed (using rpmforge as suggested previously). Unfortunately this
particular driver version gives me screen artifacts so as to make the screen
more or less unreadable.
Nvidia's proprietary drivers are now up to v180.44 and this version is fine
with my test system.
I really like the DKMS-system, as it enables me