Displaying 20 results from an estimated 3000 matches similar to: "setting the steps for x axis labels on plot"
2014 May 19
3
Opus DTX issue report
Hello:
We noticed that opus reconstructed noise is pulsing with a 400ms pattern when dtx is enabled in silk mode. This is independent of the background noise level and is found with speech + non-speech period test files as well as variable level noise-only test files. This issue can be reproduced with opus v1.1 using this command:
./opus_demo voip 16000 1 25000 -dtx input.bin
2006 Mar 21
4
render :action => ''list''
does anybody know what the hell "render :action => ''list''" means???
is "render" a method? is :action a parameter?
thanks a lot.
--
Posted via http://www.ruby-forum.com/.
2008 May 18
3
two curves at one graph
i try to use par(new=TRUE) i get them at the same graph but the y_axis and
x_axis are drowen with two unevenly graduations that graph become
unreadable.
--
View this message in context: http://www.nabble.com/two-curves-at-one-graph-tp17307590p17307590.html
Sent from the R help mailing list archive at Nabble.com.
2012 Feb 17
3
Managing /etc/yum.conf
Hi,
It''s easy enough to modify, say, the "exclude" variable in /etc/yum.conf
with something like:
augeas { yum_exclude_kernel:
context => ''/files/etc/yum.conf/main'',
changes => ''set exclude kernel*''
}
However, I''d like a more flexible system where I can "build" the list of
excludes from
2012 Feb 08
10
puppetd hanging on some nodes
Hi All,
In my set-up, I''ve got a cron job that triggers a Puppet run every 20
minutes. I''ve found that on approximately 13 nodes (out of 166),
puppetd just hangs. I have to go in, kill the process, remove
/var/lib/puppet/state/puppetdlock, and run puppet again and then it''s
fine.
After a while, it just hangs again so I have to go in, kill the process, etc.
Any ideas?
2008 Dec 12
8
cucumber features HTML output bug with more than 100 steps
I''m having the following problem:
With the format as html, the output of cucumber stops coloring successful
steps green after step #100. This last line in the HTML is:
<script type="text/javascript">stepPassed(100)</script>
Steps 101 -n are colored grey. The <body> tag is not closed but all steps
are displayed. When running with ''format
2013 Oct 14
3
Managing /etc/hosts without using exported resources
Hi All,
I am using Puppet 3.2.4 and I''d like Puppet to manage /etc/hosts for me and
add "neighbouring hosts" only to /etc/hosts. These hosts are determined to
be neighbours based on where they are (city/country).
For example ($::city and $::country are custom facts):
@@host { $::fqdn:
ip => $::ipaddress,
host_aliases => [ $::hostname ],
tag
2004 Sep 15
1
RV: Samba(PDC) - LDAP problem only with W2KAS and XP clients
Please!!!
does anyone know what's going on?
I?really need to solve this problem and don't know how and didn't find bug report that matched with my description.
?
----- Original Message?-----
From?: Gonzalo Britti [mailto:gonzalo.britti@idea-factory.net]
Sent?: S?bado, 11 de Septiembre de 2004 04:24 p.m.
To?: 'samba@lists.samba.org'
Subject?: Samba(PDC) - LDAP problem only with
2004 Dec 18
4
Free World Dialup and Asterisk
Hi forum,
I have been fighting days and days configuring FWD and asterisk with NO success
I have the following scenario.
My sister in Spain with FWD dialup client
My question is if she can dial my FWD dialup number, which is registered in Asterisk and the call being forwarded to ring my IP Phone.
Spain LAN
FWD
2009 Jun 22
2
Shapiro.test on data frame
Hi, I need help to perform a Shapiro.test on a data frame, I know that
this test works only with vector but I guess there most be a way to
permor it on a data frame instead of vactor by vector (i.e. I've got 40
variables to analyze and its kinda annoying to do it one by one)
Thanks to anyone that can help me.
Gonzalo Quiroga
2005 May 27
3
Wacko Distinctive Ring Patterns being detected??
Hi All,
I've recently got a "second" number installed on my PSTN line,
trusting the Asterisk distinctive ring detection would work as
expected. It appeared to work fine at the start, as the second number
generated a different ring pattern to 0,0,0 (in the console) only to
realise that almost every phone call to this "second" number generated
a different ring pattern.
2010 Nov 19
1
Using image/contour with unevenly spaced data...
Is it possible to plot unevenly spaced data with image/contour function?
Below is an example of the type uneven data that I'm trying to plot with
image/contour functions. For example, I would like to have the x-distance on
the x-axis and y-distance on the y-axis and then the temperature values
determine the color used. Unfortunately this data was sampled such that it is
not evenly
2003 Nov 16
3
FXO Cards in Australia
Hi All,
This topic has come up before in the Asterisk mailing list many times,
so I know that a lot of people have given up in waiting for a FXO card
to be approved by the Australian telecommunications authority. My
question is: all legalities aside - is anyone using a FXO card in
Australia successfully?
Thanks in advance.
Regards,
Gonzalo
2003 Jun 18
3
finding contours in a matrix
Hi,
I have matrix of sea bottom depths that I am plotting in R with the function
'image'.
I am particularly interested in the 200m depth contour (I'm using 'distance
from this feature' as a covariate in a model) and would like to extract the
data at evenly
spaced points along it. I can easily superimpose a line at 200m using the
function 'contour'. What I
want to
2011 Nov 15
10
Adding a parameter to a custom Puppet type/provider
Hi All,
I''ve downloaded a Puppet module and I''m trying to add a parameter to it by
editing lib/puppet/type/<resource>.rb. I simply added:
newproperty(:pcfree) do
desc "My description here"
end
In the corresponding file in lib/puppet/provider, I do something with
:pcfree.
Whenever I call the resource from Puppet with my new parameter, it keeps
2002 May 27
3
Samba 3.0 + LDAP
Hi All
I've compiled Samba 3.0 alpha 17 using --with-ldapsam. In smb.conf I've
got:
passdb backend = ldapsam
ldap admin dn = "cn=Manager,o=Sambatest,c=AU"
ldap suffix = c=AU
ldap ssl = off
... and the admin dn password is in the secrets.tdb file.
Whenever I try to connect to samba, I get the following error message:
[2002/05/28 09:34:07, 5]
2001 Oct 18
3
group ownership
I am attempting to rsync data from a rsync server and set the
permissions to a different gid on the client:
my servers name is "rserver01"
my clients name is "rclient01"
here is the rysync.conf contained on rserver01:
# log file
log file = /var/adm/rsync_log
# global options for all modules
dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz
uid = nobody
2005 Jan 28
3
FWD and IAX2
Hi,
I had a FWD account set up with asterisk (using SIP) and it was working
fine both ways. I switched to IAX2 and now I can't get incoming calls
from FWD. People who call my FWD number get a "480 - user is not online"
message without any traffic reaching my box. I can call FWD numbers fine
over IAX2.
It seems fwd isn't trying to place the call over IAX2 because it thinks
2015 May 26
2
[LLVMdev] Loop unrolling analysis next steps
So, I've spent some considerable time cleaning up and looking at the loop
unrolling analysis that you started Michael, but I don't have time to look
at it further so I'm writing down the current state and what I think should
happen next.
Currently, in tree, we have a reasonably clean framework now that visits
each instruction for each iteration and tries to simplify it. Currently,
the
2012 Jan 04
5
Making a system user member of a Puppet managed group
Hi All,
I have a particular requirement where a Puppet managed group needs to have
several members that are either local and not managed by Puppet (e.g.
mysql) or they reside in LDAP.
Apart from running an exec call to "groupmems", is there another way to
achieve this?
Thanks in advance.
Gonzalo
--
You received this message because you are subscribed to the Google Groups