Displaying 20 results from an estimated 400 matches similar to: "BugReport: file/directory warning ambiguous"
2014 Dec 24
2
[PATCH 00/10] Split UFO into v4 and v6 versions.
On Thu, 2014-12-18 at 00:28 -0500, Jason Wang wrote:
>
> ----- Original Message -----
> > UFO support in the kernel applies to both IPv4 and IPv6 protocols
> > with the same device feature. However some devices may not be able
> > to support one of the offloads. For this we split the UFO offload
> > feature into 2 pieces. NETIF_F_UFO now controlls the IPv4 part
2014 Dec 24
2
[PATCH 00/10] Split UFO into v4 and v6 versions.
On Thu, 2014-12-18 at 00:28 -0500, Jason Wang wrote:
>
> ----- Original Message -----
> > UFO support in the kernel applies to both IPv4 and IPv6 protocols
> > with the same device feature. However some devices may not be able
> > to support one of the offloads. For this we split the UFO offload
> > feature into 2 pieces. NETIF_F_UFO now controlls the IPv4 part
2005 Mar 03
1
calculating of linkage-disequilibrium measures?
Hi ,
is it possible to calculate ld-measures D, D', r and
perhaps corresponding p-values with r IF THE
PHASE IS KNOWN?
The genetics - package provides the LD function
only for ambigious phase.
Thank you very much
Bettina Kulle
2012 Mar 14
3
Export a plot/figure to excel or word?
Hi all,
I have created forest plots using the package "meta" that I submitted as pdf for publication. I just received an email from the editor asking me if I could send these files in an Excel or MS Word format such that they can treat them as tables with box plots.
I am not sure if I can do this... Is this possible? I've tried the capture.output command, but I get a blank MS Word
2014 Dec 25
2
[PATCH 00/10] Split UFO into v4 and v6 versions.
On Thu, Dec 25, 2014 at 2:59 AM, Michael S. Tsirkin <mst at redhat.com>
wrote:
> On Wed, Dec 24, 2014 at 07:11:20PM +0100, Ben Hutchings wrote:
>> On Thu, 2014-12-18 at 00:28 -0500, Jason Wang wrote:
>> >
>> > ----- Original Message -----
>> > > UFO support in the kernel applies to both IPv4 and IPv6
>> protocols
>> > > with
2014 Dec 25
2
[PATCH 00/10] Split UFO into v4 and v6 versions.
On Thu, Dec 25, 2014 at 2:59 AM, Michael S. Tsirkin <mst at redhat.com>
wrote:
> On Wed, Dec 24, 2014 at 07:11:20PM +0100, Ben Hutchings wrote:
>> On Thu, 2014-12-18 at 00:28 -0500, Jason Wang wrote:
>> >
>> > ----- Original Message -----
>> > > UFO support in the kernel applies to both IPv4 and IPv6
>> protocols
>> > > with
2011 Nov 01
2
Removal/selecting specific rows in a dataframe conditional on 2 columns
Dear list,
After reading different mails, blogs, and tried a few different codes without any success, I am asking your help!
I have the following data frame where each row represent a survey unit with the following variables:
> names(RV09)
[1] "record.t" "trip" "set" "month" "stratum" "NAFO"
[7]
2011 Nov 06
1
Combining some duplicated rows & summing one of their column
Dear list,
I have this dataframe:
> names(events)
[1] "EID" "X" "Y" "trip" "tow" "catch" "effort" "depth"
[9] "season"
Where some of my unique ID "EID" appears more than once in 162 cases.
> length(events$EID)-length(unique(events$EID))
[1] 162
I would like to combined
2011 Aug 22
2
Duplicate Rows in xts
I read enourmous comment about this questions stating that it was answered before.?
I?have been looking for the answer for a week without luck !!!?
I searched the archives the xts. vignitte , googled for an answer but couldn't find one so her it is:
?
the Vignette states that xts "doesn't inforce the duplicate row requirement" but yet when I try to bring in tick stock data from
2013 Jun 13
1
Ubuntu 12.04 and fallocate()
Hey all,
Trying to use fallocate with qcow2 images to increase performance. When
doing so (with OpenStack), my Gluster mountpoint goes into "Transport
endpoint is not connected".
I am running the Ubuntu 12.04 version of glusterfs-client/server
(3.2.5-1ubuntu1) and fuse (2.8.6-2ubuntu2).
Any ideas?
Thanks,
Jacob
-------------- next part --------------
An HTML attachment was
2011 Dec 04
1
Polishing my geom_bar for publication
Dear list,
I am new with ggplot2 and I have spend quiet some time putting together the following code to create the attached plot. However there's still a few things that I'm having trouble with!
I would be grateful if someone can tell me how to fix (1) the colour of my bars into grey scales (2) removing the y-axis (species name) on the right figure to avoid duplication, and (3) fix the
2016 Jan 24
2
[Bug 2532] New: MaxSessions config parameter name is highly ambigious
https://bugzilla.mindrot.org/show_bug.cgi?id=2532
Bug ID: 2532
Summary: MaxSessions config parameter name is highly ambigious
Product: Portable OpenSSH
Version: 7.1p1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2012 Mar 09
2
Create a list object in a loop
Dear all,
I'm trying to create a list of point patterns ppp.object {spatstat} in a loop.
My dataset looks like this:
> names(OT1);head(OT1);dim(OT1)
[1] "EID" "latitude" "longitude" "month" "year" "CPUE" "TSUM"
[8] "fTSUM"
EID latitude longitude
2016 Jan 23
5
[Bug 2531] New: MaxSessions config parameter name is highly ambigious
https://bugzilla.mindrot.org/show_bug.cgi?id=2531
Bug ID: 2531
Summary: MaxSessions config parameter name is highly ambigious
Product: Portable OpenSSH
Version: 7.1p1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2011 Nov 06
1
Deleting rows dataframe in R conditional to “if any of (a specific variable) is equal to”
Dear list,
I have been struggling for some time now with this code... I have this vector of unique ID "EID" of length 821 extracted from one of my dataframe (skate). It looks like this:
> head(skate$EID)
[1] "896-19" "895-8" "899-1" "899-5" "899-8" "895-7"
I would like to remove the complete rows in another dataframe
2012 Mar 26
1
Error in par(pin = p) : invalid value
Dear list,
I am getting an error message with "pin" and I am not quiet sure how to fix it.
library(maps)
op<-par(mar=c(1,1,1,1))
map(xlim=c(-40,-45),ylim=c(60,65), boundary=T, fill=T, col='gray95')
>Error in par(pin = p) :
invalid value specified for graphical parameter "pin"
par("pin")
> par("pin")
[1] 8.188889 8.188889
I saved an
2014 Dec 18
2
[PATCH 08/10] tun: Re-uanble UFO support.
----- Original Message -----
> Now that UFO is split into v4 and v6 parts, we can bring
> back v4 support without any trouble.
>
> Continue to handle legacy applications by selecting the
> IPv6 fragment id but do not change the gso type. Thist
> makes sure that two legacy VMs may still communicate.
>
> Based on original work from Ben Hutchings.
>
> Fixes:
2014 Dec 18
2
[PATCH 08/10] tun: Re-uanble UFO support.
----- Original Message -----
> Now that UFO is split into v4 and v6 parts, we can bring
> back v4 support without any trouble.
>
> Continue to handle legacy applications by selecting the
> IPv6 fragment id but do not change the gso type. Thist
> makes sure that two legacy VMs may still communicate.
>
> Based on original work from Ben Hutchings.
>
> Fixes:
2014 Dec 18
0
[PATCH 00/10] Split UFO into v4 and v6 versions.
----- Original Message -----
> UFO support in the kernel applies to both IPv4 and IPv6 protocols
> with the same device feature. However some devices may not be able
> to support one of the offloads. For this we split the UFO offload
> feature into 2 pieces. NETIF_F_UFO now controlls the IPv4 part and
> this series introduces NETIF_F_UFO6.
>
> As a result of this work, we
2014 Dec 24
0
[PATCH 00/10] Split UFO into v4 and v6 versions.
On Wed, Dec 24, 2014 at 07:11:20PM +0100, Ben Hutchings wrote:
> On Thu, 2014-12-18 at 00:28 -0500, Jason Wang wrote:
> >
> > ----- Original Message -----
> > > UFO support in the kernel applies to both IPv4 and IPv6 protocols
> > > with the same device feature. However some devices may not be able
> > > to support one of the offloads. For this we split