Displaying 20 results from an estimated 200 matches similar to: "Contributing on CentOS Wiki"
2009 Dec 10
1
Asterisk as a PSTN simulator
Hey folks, I'm from Brazil and I have the following doubt. May I use
an asterisk box with some cards to act as an PSTN simutator between a
little amount of sites? I will start to think about it in a voice lab
for my studies.
Kind regards,
Vitor
--
Vitor Afonso Strabello
MSN: vstrabello at hotmail.com
2009 Sep 11
2
HowTos/PXE/PXE_Setup add?
Anybody mind if I add explanations to HowTos/PXE/PXE_Setup and maybe make
it a little prettier?
--------------------
Ed Heron
2007 Jun 23
4
IAX client USB phone
Hi all,
Does anybody know any USB phone that I can use as an IAX Client?
Thanks.
Ronaldo.
2004 Oct 08
2
Excess Bandwidth
Hi,
I''m trying to configure QoS on my linux in the following manner:
I have a main link with 64K, so I divided it in 3 classes of 18K, 14K
and 9K with an excess (not used for classified traffic, just to be
shared) of 23K. This excess should be distributed proportonally among
the 3 classes, that is, the class that has more rate should borrow more
bandwidth. What is happening is
2010 Aug 02
3
IAX softphone
Hi all,
Can some one suggest me an IAX client for Linux and Windows?
I used KIAX once, but know it seems complicated to have it working on Ubuntu.
Thanks.
Ronaldo.
2007 Jun 10
2
IAX Peers show command
Hi all,
What does (T) mean on the output of "iax2 show peers"?
The following my output.
darkstar*CLI> iax2 show peers
Name/Username Host Mask Port
Status
ronaldo (Unspecified) (D) 255.255.255.255 0
UNKNOWN
sp/ata 201.26.67.102 (S) 255.255.255.255 4569 (T) UNKNOWN
2 iax2 peers [0
2009 Oct 15
2
problem starting Xen VM
Hi ,
>
> My Xen has been working fine for a few days. Then today it suddenly
> can not run.
>
> When it runs It give me this error : -
Error starting domain: virDomainCreate() failed POST operation failed: (xend.err "Error creating domain: Boot loader didn''t return any data!")
Details: -
Traceback (most recent call last):
File
2006 Jun 14
2
Saving R graphics with version 2.3.1
HI !
I?ve installed the latest R version (2.3.1) and I?ve had problems to
save my graphics as JPEG, PNG and the others available formats.
R saves the file with no extension. Then, I have to open this file
using an image visualizer and save it as PNG, for instance.
Previous R versions work without problems.
Has everyone had a similar problem?
Is it a bug of R 2.3.1?
Thanks in advance.
Ilka
2007 Jan 08
1
Problem with ASUS P5VD2-X X SATA II
It has some way to install ?Centos 4? in this machine?
tks
--
[ ]s,
LRU #391067
Analista de Rede
Leandro Costa
:wq
http://www.centosbr.org
Fundadores:
lscosta, sl4vezero, menck
...... __@
...._ \ >_
...(_)/ (_)_________
2007 Apr 01
2
Linking incoming calls
Hi all,
I just want to know how I can make sure that incoming calls to my
asterisk server are being treated by [incoming] section of
extension.conf file.
Thanks in advance.
Ronaldo.
2017 Jul 15
4
readLines without skipNul=TRUE causes crash
hi, thanks Dr. Murdoch
i'd appreciate if anyone on r-help could help me narrow this down? i
believe the segfault occurs because there's a single line with 4GB and also
embedded nuls, but i am not sure how to artificially construct that?
the lodown package can be removed from my example.. it is just for file
download cacheing, so `lodown::cachaca` can be replaced with
`download.file`
2007 Jun 22
2
STDERR in AGI
Hi all,
I just started programming using AGI and I have a simple question about
STDERR.
If I understood it right, all the messages sent to "STDERR" should be
shown in the Asterisk console, but using the following python code I
just can't see anything.
#!/usr/bin/python
#
# File: /var/lig/asterisk/agi-bin/agi-test.py
#
# Description: An AGI Script
#
import sys
env =
2017 Jul 15
0
readLines without skipNul=TRUE causes crash
hi, i realized that the segfault happens on the text file in a new R
session. so, creating the segfault-generating text file requires a
contributed package, but prompting the actual segfault does not -- pretty
sure that means this is a base R bug? submitted here:
https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17311 hopefully i am
not doing something remarkably stupid. the text file
2017 Jul 15
3
readLines without skipNul=TRUE causes crash
I am not able to reproduce this on a Linux platform:
#######################3
fn1 <- "/home/jdnewmil/Downloads/Microdados ENEM 2009/Dados Enem 2009/DADOS_ENEM_2009.txt"
sessionInfo()
## R version 3.4.1 (2017-06-30)
## Platform: x86_64-pc-linux-gnu (64-bit)
## Running under: Ubuntu 14.04.5 LTS
##
## Matrix products: default
## BLAS: /usr/lib/libblas/libblas.so.3.0
## LAPACK:
2017 Jul 16
3
readLines without skipNul=TRUE causes crash
hi, thank you for attempting this. it looks like your unix machine unzipped
the txt file without corruption -- if you copied over the same txt file to
windows 7, i don't think that would reproduce the problem? i think it
needs to be the corrupted text file where R.utils::countLines( txtfile
) gives 809367. i am able to reproduce on two distinct windows machines
but no guarantee i'm
2009 Aug 13
10
HVM or PV
Hi All,
Sorry if this is a stupid question. I am walking into someone else''s xen
install, and don''t have access to the host os at the moment. How do I tell
just from a domU (with Ubuntu) if it is PV or HVM.
I have looked through the forums and documentation and it seems to be very
easy to figure this out from dom0, but unfortunately that isn''t possible at
the
2017 Jul 15
0
readLines without skipNul=TRUE causes crash
On 15/07/2017 7:35 AM, Anthony Damico wrote:
> hello, the last line of the code below causes a segfault for me on 3.4.1.
> i think i should submit to https://bugs.r-project.org/ unless others have
> advice? thanks
Segfaults are usually worth reporting as bugs. Try to come up with a
self-contained example, not using the lodown and archive packages. I
imagine you can do this by
2017 Jul 15
0
readLines without skipNul=TRUE causes crash
I am not able to reproduce your segfault on a Windows 7 platform either:
##########################
fn1 <- "d:/DADOS_ENEM_2009.txt"
sessionInfo()
## R version 3.4.1 (2017-06-30)
## Platform: x86_64-w64-mingw32/x64 (64-bit)
## Running under: Windows 7 x64 (build 7601) Service Pack 1
##
## Matrix products: default
##
## locale:
## [1] LC_COLLATE=English_United States.1252
## [2]
2017 Jul 15
2
readLines without skipNul=TRUE causes crash
hello, the last line of the code below causes a segfault for me on 3.4.1.
i think i should submit to https://bugs.r-project.org/ unless others have
advice? thanks
install.packages( "devtools" )
devtools::install_github("ajdamico/lodown")
devtools::install_github("jimhester/archive")
file_folder <- file.path( tempdir() , "file_folder" )
tf <-
2017 Jul 16
2
readLines without skipNul=TRUE causes crash
hi, yep, there are two problems -- but i think only the segfault is within
the scope of a base R issue? i need to look closer at the corrupted
decompression and figure out whether i should talk to the brazilian
government agency that creates that .rar file or open an issue with the
archive package maintainer. my goal in this thread is only to figure out
how to replicate the goofy text file so