Displaying 20 results from an estimated 120 matches similar to: "[Bug 1077] New: New traffic reduces conntrack timeout"
2019 Jun 08
2
[Bug 1342] New: IPv6 NAT translates to addresses outside of specified range
https://bugzilla.netfilter.org/show_bug.cgi?id=1342
Bug ID: 1342
Summary: IPv6 NAT translates to addresses outside of specified
range
Product: netfilter/iptables
Version: unspecified
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
2010 Sep 16
2
Can the require value be a function?
Hello
I have this
fly::create_dir { "/usr/share/mysql-zrm/pkgs" : mode => 0755, owner => bin,
group => bin }
==> creates the directory and parents .. it just does a mkdir -p with couple
test
so I have
file { "$client_package_file" :
path =>
"/usr/share/mysql-zrm/pkgs/$client_package_file",
2010 Feb 12
1
where is MySQL-zrm-client rpm package?
i was looking at options for backing up mysql databases across the
net, and ran across this:
http://www.zmanda.com/download-zrm.php
clearly, there are two rpms for linux:
* MySQL-zrm-2.2.0-1.noarch.rpm
* MySQL-zrm-client-2.2.0-1.noarch.rpm
but on a centos 5.4 system, if i do
# yum search zrm
i see only "MySQL-zrm.noarch". anyone know why the centos repo would
only know about
2014 Nov 10
3
backup incrementals on mysql
Hi all.
I usally make backups of databases mysql.
I make buckups of all datbase for example:
mysqldump -u user -ppassword name_db > backups.sql
also I make backups just its schema for example
mysqldump -u user -ppassword name_db --no-data > backups.sql
but now I need a backups incrementals, because the size of DB is very big
(500 mb)
How to make this?
regards
--
*Atte.
2006 Oct 03
1
do.call with Vectorial Argument
Dear All,
I am trying to use the do.call command to avoid tedious loops in R
when I need to call repetitively a function.
I am experiencing a problem when the arguments of a function are given
with a vector (I need to express then this way to be able later on to
integrate them numerically with the adapt package).
Consider the small script:
remove(list=ls())
#library(adapt)
# first a list of the
2009 Mar 28
2
Have an idea about ZFS improvements - step to the user. Is it actual?
Hi, I have an idea about improvements of ZFS from the one side and improvements for of the GUI interface from the other side. Let me describe my idea.
>From the one side we have an ZFS on-th-fly snapshots, and starting from OpenSolaris 2008.11 we have TimeSlider user feature based on ZFS snaphots. So, we made a big step to the user.
But from the other side we still have in GUI interface
2011 Sep 08
2
help subsetting data based on date AND time
Dear R Community,
I am new to R, and have a question that I suspect may be quite simple but is
proving a formidable roadblock for me. I have a large data set that
includes water-quality measurements collected over many 24-hour periods.
The date and time of sample collection are in a combined Date/Time field in
the format yyyy-mm-dd hh:mm:ss. I need to be able to subset the data for
analysis of
2003 Oct 16
0
[alert] DST change and date comparisons
Description of Problem
We are rapidly approaching the time of year when some will
transition from standard time (ST) to daylight savings time
(DST) and others will make the opposite transition. These
vernal and autumnal transitions have important implications
for those with Microsoft systems and use utilities that
compare file timestamps on different filesystem types or
with filesystems on other
2009 Jan 11
35
SDXC and the future of ZFS
Wouldn''t it be great if the opensolaris community creates a fs fzfs (for flash zfs) that
could be the the filesystem for SDXC cards? Two main point for this are already there
Sun is a member of SD Card Association and the code writting smart on a flash should be there as well with stuff of l2arc.
I think that could give the opensolaris a more visiblie/ markting in the IT space and
would
2006 Sep 22
4
Creating Movies with R
Dear All,
I'd like to know if it is possible to create animations with R.
To be specific, I attach a code I am using for my research to plot
some analytical results in 3D using the lattice package. It is not
necessary to go through the code.
Simply, it plots some 3D density profiles at two different times
selected by the user.
I wonder if it is possible to use the data generated for different
2012 Oct 02
2
Basic question about: <<- and method start with dot.
Dear list,
When I read some source code, I find lot of place used symbol <<- , e.g.
lastTime <<- newTime;
What is the meaning here?
Also, I find some method with the name start with dot, e.g.
.RowStandardizeCentered = function(x) {
div = sqrt( rowSums(x^2) );
div[ div == 0 ] = 1;
return( x/div );
}
What is the special meaning for the method name start with a dot?
Thank you
2013 Nov 23
2
[Bug 875] New: iptables -m conntrack --ctstatus NONE, EXPECTED is not consistent with --ctstatus SEEN_REPLY,EXPECTED
https://bugzilla.netfilter.org/show_bug.cgi?id=875
Summary: iptables -m conntrack --ctstatus NONE,EXPECTED is not
consistent with --ctstatus SEEN_REPLY,EXPECTED
Product: iptables
Version: 1.4.x
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: iptables
2003 Oct 18
0
Added functionality --compare-file and --compare-auto
Recently various needs for multiple version handling were discussed
and I put forward a plan of mine. Subsequently the proposal for a
--compare-file=<FILE> switch had support, so I have implemented
this. I have also implemented an experimental --compare-auto which
decides which file to match against using a rule.
Instructions for patch:
1. Install rsync-2.5.6 source
2. "patch -p1
2004 Mar 08
2
a question on CSV file
I have a csv file,
heartrate excercise medicine Time
12 0 0 4:30 am
23 5 0 5:00 am
34 6 0 5:30 am
56 3 0 6:00 am
24 12
2011 Jan 26
0
build interval
Hello,
I have some question on chron
I currently doing this
t1 <- chron(,"11:30:00")
t2 <- chron(,"11:45:00")
tt <- seq(t1,t2,by=times("00:00:01"))
tt has 901 values (15 minutes * 60 secs) and then
x1 <- rnorm(1:901)
x2 <- rnorm(1:901)
x3 <- rnorm(1:901)
df <- data.frame(tt, x1, x2, x3)
I would like to write a function such that I can
2007 Jul 07
0
Error Coefficient matrix not invertible using nlme correlation
Hi,
I am learning R. I am using nlme function to my dataset. I am getting error
"Coefficient matrix not invertible". I don't know how to fix this problem.
> bcows1.nlme<-nlme(Temp~model(newTime, beta, delta, kappa), data=
bcows.group,
+ fixed=beta+delta+kappa~1,
+ random=beta+delta+kappa~1,
+ start=list(fixed=c(coef(bcows.nls)[1],
2012 Jul 14
3
Can't understand syntax
OK, I need help!!
I've been searching, but I don't understand the logic of some this
dataframe addressing syntax.
What is this type of code called?
test [["v3"]] [is.na(test[["v2"]])] <-10 #choose column v3 where column v2
is == 4 and replace with 10
and where is it documented?
The code below works for what I want to do (find the non-missing value in a
row),
2004 Feb 08
1
one-line fix reduces distortion
Ok maybe it's just my imagination, but it looks like the one-line "duh"
fix I committed from Andrej Vakrcka <ander@cauldron.sk> this week
DRAMATICALLY reduces distortion in encoded files.
Take a look and compair.
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to
2008 Dec 05
0
par(mfrow = ) resets par('cex'), not reduces it (PR#13373)
help(par) says:
'mfcol, mfrow' ...
In a layout with exactly two rows and columns the base value of
'"cex"' is reduced by a factor of 0.83: if there are three or more
of either rows or columns, the reduction factor is 0.66.
In reality, par(mfrow =) *resets* par ('cex'), not reduces it as
documented. To reproduce:
par(cex = 0.5)
par(mfrow = c(2,
2007 Dec 11
0
CESA-2007:1077-01: Moderate CentOS 2 i386 python security update
The following errata for CentOS-2 have been built and uploaded to the
centos mirror:
RHSA-2007:1077-01 Moderate: python security update
Files available:
python-1.5.2-43.72.2.i386.rpm
python-devel-1.5.2-43.72.2.i386.rpm
python-docs-1.5.2-43.72.2.i386.rpm
python-tools-1.5.2-43.72.2.i386.rpm
tkinter-1.5.2-43.72.2.i386.rpm
More details are available from the RedHat web site at