Displaying 20 results from an estimated 90 matches similar to: "[patch] [vuxml] net/wireshark: fix DoS in SMTP dissector"
2012 Sep 25
2
[Bug 9212] New: rsync loses track of files if differing directory prefixes are given
https://bugzilla.samba.org/show_bug.cgi?id=9212
Summary: rsync loses track of files if differing directory
prefixes are given
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2013 Aug 28
0
Investigating memory performance: bare metal vs. xen-pv vs. xen-hvm
I''ve been trying to compare memory access speed between bare-metal, xen-pv
and xen-pvhvm (hvm with pv drivers). In all 3 setups I''m running the same
kernel (3.6.6), built with support for xen, on a 64 core AMD Opteron 6378.
The output of xm info (relevant parts):
machine : x86_64
nr_cpus : 64
nr_nodes : 8
cores_per_socket : 16
2001 Jan 18
0
dotplot: character size of labels (PR#816)
There seems to be a bug in "dotplot" concerning the "cex" parameter. Setting
cex has no effect on the character size of the labels of the points.
This problem was posted to r-help today (Thu, 18 Jan 2001); the solution
given by Brian Ripley (and Uwe Ligges) seems to work for me.
Heinrich Rinner.
> version
_
platform i386-pc-mingw32
arch x86
2013 Feb 07
0
Help R.matlab
Dear useRs,
This post relates to a similar problem (
https://stat.ethz.ch/pipermail/r-help/2010-August/250719.html)
I am using R.matlab (R.matlab v1.6.3 (2013-01-17) to iterate matrix
multiplication in matlab 2012Rb. Everything works fine except for some
random iteration of my model the command getVariable would fail to bring
matlab objects back to R. Could someone help me understand what's
2015 Apr 21
0
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Am 21.04.15 um 13:38 schrieb akhilesh chand:
> Hi Guenther,
>
> When I executed nmap -p5060 <xx.xx.xx.xx> I got below output.
>
> [root at ip-172-31-32-117 cel]# nmap -p5060 xx.xx.xx.xx
>
> Starting Nmap 5.51 ( http://nmap.org ) at 2015-04-21 11:19 UTC Nmap
> scan report for
2015 Apr 27
0
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Akhilesh,
I have implemented several ec2 instances with both sip and iax2 and have no
problems with xlite or hard phones. Have you already opened the ports in
the vpc security group on the Amazon side? Let me know is I can help.
--James
On Apr 24, 2015 3:34 AM, "akhilesh chand" <omakhileshchand at gmail.com> wrote:
> Hi Thomas,
>
> Could you tell how can I change the
2015 Apr 28
1
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi James,
Please let me know how could I implement for sip.I will appreciate your
help.
Regards
Akhilesh
On Mon, Apr 27, 2015 at 7:01 PM, James Cass <jcass78 at gmail.com> wrote:
> Akhilesh,
> I have implemented several ec2 instances with both sip and iax2 and have
> no problems with xlite or hard phones. Have you already opened the ports in
> the vpc security group on the
2015 Apr 24
5
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi Thomas,
Could you tell how can I change the protocol of corresponding port means
5060 is configured with tcp protocol I want to configured with udp. When I
execute nmap -p5060 xx.xx.xx.xx I got below output
[root at ip-172-31-32-117 cel]# nmap -p5060 xx.xx.xx.xx
Starting Nmap 5.51 ( http://nmap.org ) at 2015-04-21 11:19 UTC
Nmap scan report for
2003 Sep 29
5
colours in dotchart (PR#4343)
Problem: neither fg or bg
nor color work properly in dotchart.
version: R-1.7.1 for windows
code which shows the errors:
x <-
matrix(rnorm(16),ncol=2,dimnames=list(paste("a",1:8,sep=""),c("before","afte
r")))
dotchart(x,fg="blue",bg="lightgrey")
dotchart(x,color=c("red","blue"))
Dr Ian J Wilson
Lecturer in
2001 Jan 18
2
dotplot: character size of labels
Dear R users,
using dotplot (R1.2.0, WinNT4.0), I am trying to change the character size
of the labels of the points:
> # example
> data(VADeaths)
> dotplot(VADeaths, main = "Death Rates in Virginia - 1940")
> # I'd like to have smaller character size of the labels (for age and
population groups)
> ?dotplot
> # for argument "cex", this says:
2020 Jul 15
0
[PATCH nbdkit v2] curl: Implement header and cookie scripts.
This rather complex feature solves a problem for certain web services
that require a cookie or token for access, especially one which must
be periodically renewed.
For motivation for this feature see the included documentation, and
item (1)(b) here:
https://www.redhat.com/archives/libguestfs/2020-July/msg00069.html
---
plugins/curl/nbdkit-curl-plugin.pod | 142 ++++++++++++
2010 Dec 04
0
Problem while export to xls using spreadsheet gem in rails for Server
Hi All,
In my code
@format_text = @workbook.add_format(:bold =>false)
I get following error
undefined method `font'' for {:bold =>false}:Hash in
gems/spreadsheet-0.6.4/lib/spreadsheet/excel/writer/workbook.rb:352
when i try to export data into the XLS i am using following gems
spreadsheet --version 0.6.4
spreadsheet-excel --version 0.3.5.1
My problem is when i use same code
2020 Jul 31
0
[RFC nbdkit PATCH 4/4] sh, eval: Add .list_exports support
Exposing .list_exports through to shell scripts makes testing export
listing a lot more feasible. The design chosen here is amenable to
'ls -1' or 'find' output provided there are no newlines or whitespace
in the files being listed (the user gives up descriptions in that
case), while also being flexible enough to support names or
descriptions with arbitrary content. One idea that
2020 Jul 14
0
[PATCH nbdkit RFC 2/2] curl: Implement authorization scripts.
This rather complex feature solves a problem for certain web services
that require a cookie or token for access, especially one which must
be periodically renewed.
For motivation on this see the included documentation, and
item (1)(b) here:
https://www.redhat.com/archives/libguestfs/2020-July/msg00069.html
---
plugins/curl/nbdkit-curl-plugin.pod | 120 +++++++++++
plugins/curl/Makefile.am
2015 Apr 21
2
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi Guenther,
When I executed nmap -p5060 <xx.xx.xx.xx> I got below output.
[root at ip-172-31-32-117 cel]# nmap -p5060 xx.xx.xx.xx
Starting Nmap 5.51 ( http://nmap.org ) at 2015-04-21 11:19 UTC
Nmap scan report for ec2-xx-xx-xx-xx.us-west-2.compute.amazonaws.com
(xx.xx.xx.xx)
Host is up (0.00080s latency).
PORT STATE SERVICE
5060/tcp filtered sip
Nmap done: 1 IP address (1 host
2020 May 01
1
[PATCH] WIP: ddrescue mapfile filter
This allows to overlay bad sectors according to the mapfile generated by
ddrescue, to then see where sectors are used using fsck and trying to
copy files around.
Signed-off-by: Fran?ois Revol <revol at free.fr>
---
configure.ac | 2 +
filters/ddrescue/Makefile.am | 75 +++++++
filters/ddrescue/ddrescue.c | 218
2020 May 22
0
[PATCH] [v3] ddrescue mapfile filter
This allows to overlay bad sectors according to the mapfile generated by
ddrescue, to then see where sectors are used using fsck and trying to
copy files around.
Should now be mature enough to be useful to someone else.
And we have a proper test also.
Signed-off-by: François Revol <revol@free.fr>
---
configure.ac | 2 +
filters/ddrescue/Makefile.am
2009 Jul 02
14
debian lenny domU installation
Hi all, a newbie question.
I''m trying to install lenny guest image (in an img file) on my lenny Dom0 by following the http://wiki.debian.org/Xen:
xm create -c xm-debian.cfg install=true install-mirror=ftp://ftp.XX.debian.org/debian
i created the xen-lenny-image.img using dd, format is ext3. disk is defined as (cfg file):
disk =
2020 May 22
0
[PATCH nbdkit] DDRESCUE: MISC FIXES
Use vector type to store map ranges.
Test filenames unique.
Remove some unused variables.
Break up long lines.
---
filters/ddrescue/nbdkit-ddrescue-filter.pod | 6 ++-
filters/ddrescue/ddrescue.c | 42 ++++++++++-----------
tests/test-ddrescue-filter.sh | 10 ++---
3 files changed, 29 insertions(+), 29 deletions(-)
diff --git
2020 May 01
4
[PATCH] [v2] WIP: ddrescue mapfile filter
This allows to overlay bad sectors according to the mapfile generated by
ddrescue, to then see where sectors are used using fsck and trying to
copy files around.
Signed-off-by: Fran?ois Revol <revol at free.fr>
---
configure.ac | 2 +
filters/ddrescue/Makefile.am | 75 +++++++
filters/ddrescue/ddrescue.c | 211