Displaying 20 results from an estimated 3000 matches similar to: "Installing rsync-2.4.6 on an Intel box running Solaris x86...."
2010 Aug 05
4
A %nin% operator?
Sometimes I write code like this:
> qf.a <- subset(qf, pubid %in% c(104, 106, 107, 108))
> qf.b <- subset(qf, !pubid %in% c(104, 106, 107, 108))
and I get a little worried that maybe I've remembered the precedence rules
wrong, so I change it to
> qf.a <- subset(qf, pubid %in% c(104, 106, 107, 108))
> qf.b <- subset(qf, !(pubid %in% c(104, 106, 107, 108)))
and pretty
2010 Oct 04
1
Globbing inconsistencies, dir() vs. unlink()
I was trying to remove a directory and couldn't figure out why it was
failing:
> dir("~/p4/r-packages/IREval/Users", recursive=T)
[1] "u0048513/p4/r-packages/IREval/DESCRIPTION"
[2] "u0048513/p4/r-packages/IREval/R/IREval.R"
[3] "u0048513/p4/r-packages/IREval/Read-and-delete-me"
[4] "u0048513/p4/r-packages/IREval/tests/general.R"
>
2001 Oct 11
2
Using rsync 2.3.1, individual file size limitation...
Dear Folks,
Our Company VESTEK have been using "rsync" for the
past 4 months. As of today, it was pointed out that any
file larger then 2,147,483,647kb (to be specific) could not
be rsynced. We found too that this message in our com-
mon output file showed up:
send_files failed to open .../data1/intlmv.data/histimv.rec:
Value too large for defined data type
First thing that came to
2007 Apr 13
2
FreePBX - Vicidial Integration
Hi all,
I am trying to install Vicidial in an existent FreePBX installation
(I'm using Xorcom packages for Debian Etch), but I didn't find any
documentation, I found only this guide [0], but is for trixbox only,
do you think it will work on FreePBX on Etch?
[0] http://iptn.org/vicidial/index.html
Regards,
Diego Quintana Cruz
2007 Jun 01
2
asterisk mysql support
Hi all,
I've just realized that my asterisk isn't storing cdr inputs in mysql.
cdr_mysql.conf is well configured and I don't know what else should i configure.
I'm using Xorcom's packages, "cdr status" shows:
voip*CLI> cdr status
CDR logging: enabled
CDR mode: simple
CDR registered backend: csv
CDR registered backend: cdr_manager
CDR registered backend:
2007 Jun 01
2
SugarCRM Integration
Hi folks,
I was wondering if there's a guide on how to configure sugarCRM
Integration with Asterisk. I was looking in google and all i found was
about Trixbox, which has sugarcrm integrated by default.
Regards,
--
Diego Quintana a.k.a. RouterMaN
Ingeniero de las Telecomunicaciones
Linux Registered User #382615 - http://counter.li.org/
SIP # 1-747-633-6676 Ext. 1011
FWD # 764839 Ext. 1011
2004 Feb 17
2
OpenSSH with RSA authentication Server
Hello,
in my company we want to implement a Two-Factor authentication in servers
with Solaris(8 or 9) and HP-UX (11 or 11i). The authentication server will
be a RSA.
We want to use OpenSSH to ask for authorization twice, first with PAM, and
then to the RSA server.
I like to know if somebody already implemented.
Thanks for your help
Uriel Quintana
La informaci?n contenida en este correo
2011 Jan 31
1
Warning: you may need to use R-patched with recent R distros
Two things have emerged in testing on x86_64 Fedora 14 which mean that
a recent R-patched is probably needed.
1) That OS uses zlib 1.2.5: that claims to be binary-compatible with
zlib 1.2.3 but is not, as we found (painfully) on Windows. The remedy
was to remap _all_ the symbols in R's own copy of zlib (not just those
zlib arranged to remap).
The symptoms were crashes using packages XML
2007 Jul 18
1
Error Configuring Asterisk (FREEPBX)
Hi all,
I've just installed again my Asterisk using Xorcom repositories. I can
make extensions, but when using any extension i want to dial anything,
I got "404 not found" using Xlite.
Any ideas of what can be happening?
Regards,
--
Diego Quintana a.k.a. RouterMaN
Ingeniero de las Telecomunicaciones
Linux Registered User #382615 - http://counter.li.org/
SIP # 1-747-633-6676 Ext.
2007 Apr 30
3
ZAPTEL PROBLEM
Hi all,
I am using a TDM400P card with 2 FXS and 2 FXO modules. Everything
seems nice, but i'm not able to make calls nor to receive any. When I
try to make a call, I keep receiven the "all circuits are busy now"
message, and when I receive calls, asterisk doesn't seems to care
(don't get anything on the CLI)
I'm using Asterisk 1.2.17 and Zaptel 1.2.16 from Xorcom's
2010 Oct 04
0
Roxygen not truncating files
I'm trying to use Roxygen for the first time, but I'm running into trouble.
I call it like so:
roxygenize('~/p4/r-packages/IREval', '~/p4/r-packages/IREval',
unlink.target=T)
But it seems that it's only appending to files in
~/p4/r-packages/IREval/man/, not overwriting them. So for example, for a
function that I haven't documented yet I get a long
2011 Feb 02
2
Using MathJax in R's help system
Hi,
I am doing a small experiment to test if I can use
MathJax ( official site: http://www.mathjax.org )
in R's html help pages (i.e. options(help_type='html'))
and it seems working with some minor modifications.
The screenshot (rendered by Firefox 4.0 beta and with STIX fonts) of
the help page in html format with MathJax enabled is at the following
url:
2018 Mar 08
2
samba migration on Solaris 10
Hi Harry
Thanks for the comments. All contents under /etc/samba/private were indeed copied over
appprd#ls -l /etc/samba/private/
total 432
-rw------- 1 root root 180224 Mar 7 21:29 passdb.tdb
-rw------- 1 root root 696 Mar 8 09:13 schannel_store.tdb
-rw------- 1 root root 16384 Mar 7 20:29 secrets.tdb
-rw------- 1 root root 14449 Mar 8 11:09
2006 Jan 03
3
[ANNOUNCE] libshout 2.2 released
libshout 2.2 has just been released. It's a fairly minor update:
* Speex support (this is why it's 2.2 instead of 2.1.1)
* Theora timing fix
* Double-free bug, response parser bug on failed login fixed.
It's at http://www.icecast.org/download.php
2018 Mar 08
0
samba migration on Solaris 10
Am Donnerstag, 8. März 2018, 16:12:54 CET schrieb
simon.cheng at thomsonreuters.com:
> Hi Harry
>
> Thanks for the comments. All contents under /etc/samba/private were
> indeed copied over
>
> appprd#ls -l /etc/samba/private/
> total 432
> -rw------- 1 root root 180224 Mar 7 21:29 passdb.tdb
> -rw------- 1 root root 696 Mar 8 09:13
>
2010 Oct 27
1
Compiling libvirt-0.8.4 for NFSv4
Hi all,
Not sure if this will be useful to anyone. Worse, it's probably not
complete or correct, but I thought I would throw this out there for
comment.
I asked earlier about configuring libvirt for NFSv4 support. I wanted
to define NFSv4 pool from xml config, but it's not an option. I decided
to hack a bit. Added the following to source code:
storage_conf.h(417):
2011 Nov 16
1
Network questions
Hi all,
When creating a new network:
1) Is there a way to disable automatic spawning of dnsmasq on network creation? I read that leaving out the <DHCP> section should accomplish this, but that is not what I am seeing.
2) Is there a way to disable automatic installation of iptables rules?
3) For that matter, what is the purpose of the default iptables rule set? Doesn't
2007 Apr 24
2
Voicemail on Different Server
I have two seperate systems at two different locations. Each hosts
there own voicemail for their phones.
I have thought about just having all voicemail on one server. Is the
best way to do this just through a dial app?
For example, if someone dials 1000 to check voicemail at site A. The
dialplan will be something like this on Site A:
[context-for-phones-at-one-location]
exten =>
2005 Aug 31
1
System Requeriments for a number of listeners
Hello:
Someone can help me to determine the system requeriments for a given number of listeners...?
I know the Bandwidth and the quality are directly related to the number of listeners we can support with an Icecast server...but some of you have any idea of the memory and cpu requeriments for each listener connected? I need to buy my new server...
Regards
Daniel
-------------- next part
2001 Jul 04
4
ext3 patch for 2.4.6 (plain or ac1)
Does the ext3 patch applies on top of the newly released
2.4.6 kernel (and/or the 2.4.6-ac1 variant) ?
I want to upgrade to the new kernel and wanted to know
before I run into problems if there are any known problems
and if it's better to wait for an 'official' release.
Thanks.
Stelian.
--
Stelian Pop <stelian.pop@fr.alcove.com>
|---------------- Free Software Engineer