Displaying 20 results from an estimated 600 matches similar to: "passing username and password to source()"
2009 Aug 09
1
wget parameters
Hi,
Following an example I've received from Phil Spector, I am trying to get
a remote file by using download file.
The concerned remote server doesn't username and password passed with
the URL, thus this line fails...
download.file('http://username:password@xepecnet.environmentalchange.net/xwiki/bin/view/ICT/RGraphicSample02','RG02',method='wget')
I can get a
2010 Aug 18
1
Again: wget parameters
Hi Ricardo and everybody
In this old post to rhelp you say that the problem was solved but not what
the sollution was. I have the same problem now. I want to read a Excel file
from a google site that has restricted access so I need to give a username
and password at some point. I could not find an example or a help file that
shows how this can be done. You post is one of few but it does not
2008 Apr 05
1
Fwd: xwiki vhost in apache
Hi, i am just wondering. I have a tomcat5, running xwiki at
http://myserver.example.org:8080/xwiki
How can i create a vhost in httpd to do transparent proxy to tomcat5
webapplication ?
Thanks in advance!
David
---------- Forwarded message ----------
From: David Hl??ik <david at hlacik.eu>
Date: Sat, Apr 5, 2008 at 10:45 PM
Subject: xwiki vhost in apache
To: users at xwiki.org
Hi, i
2018 Nov 10
2
Samba 4 AD Join to Itself
On Fri, Nov 9, 2018 at 5:25 AM Rowland Penny via samba
<samba at lists.samba.org> wrote:
> You can get Centos 4.8.6 packages here:
>
> http://www.ezplanet.net/xwiki/bin/view/EzPlanetRepo/
I assume you meant "Samba 4.8.6". CentOS and RHEL 4 are very, very
seriously obsolete and unsupportable today.
2018 Nov 08
3
Samba 4 AD Join to Itself
Hi
Running Samba 4.9 AD DC on CentOS 7 and would like to join the server to the domain that it serves out.
This is to manage user access to roaming profiles.
Can anyone advise whether this is
1. Possible
2. Advisable
3. What pitfalls there are
Thanks
Tony Walsh
*************************************************************************************
The information contained
2007 Jan 02
3
graphical parameters: margins
Hi all,
Please, while using image() which is the graphical parameter which control the space between ylab and the y axis? I do need to write a number of relatively long y labels and I am not able the control, if possible, this space.
See the effect I need to avoid...
http://nvx.environmentalchange.net/@rrodriguez/images/overlapping.jpg
Thanks for your help,
Ricardo
--
Ricardo Rodr?guez
Your
2018 Dec 14
4
Samba on Centos 7.x
Hi to everyone. .I recently installed Centos 7.x and used to run Redhat
services also workin with Samba before. I am a little rusty ;)
Is there a good manual/guide for the full installation and config process
for Samba and Centos 7.x that someone can share. This would really help. I
can share this with my team. (maybe the most important ones are the
not-to-dos to not open up the server to the
2006 Oct 09
1
accesing MySQL through JDBC
Hi all,
Completely new to this list and completely new to R so, please, accept my apologies in advance if any question is too basic or out of place. Thanks.
After reading some docs, googling around and searched the mail lists I've only found spare references to accessing databases. Among these references, few are related with JDBC and none of them include both MySQL and JDBC access.
Our
2006 Jul 02
7
Generic SingleTable inheritance
Hi all,
I would like to discuss a design idea I have in mind with you, in order
to get critical feedback.
ActiveRecord supports single table inheritance(STI) "per se", BUT you
must add all possible instance variables(properties) of all subclasses
to the "base table"(as columns). I would like to circumvent this
restriction.
Say we have a
class AbstractGenericThing <
2007 Jul 11
21
"they" synonym for "it"?
I''ve noticed that I phrase a lot of shared behaviours in plural, eg
describe "All payment_details views"
How about a "they" alias to "it" so you can write
describe "All payment_details views", :shared => true do
they "should have a card number field" do
# ...
end
end
WDYT?
Ashley
2017 Dec 17
0
Collaborative Wiki for fostering Open Innovation in R
Dear R Developers,
I am writing in order to open a constructive debate whether if it is worth
it that R Project adopts the Apache Software Foundation & Wikipedia Model
for Open Documentation by using a Collaborative Wiki & Document Store (As a
complement to Bugzilla and Mailing Lists), for fostering collaboration in R
Development.
The objective would be to promote innovation and
2008 Oct 13
4
my postfix ignores myhostname parameter
Hello guys,
I do not know how it is posible :
*vi /etc/postfix/main.cf*
# INTERNET HOST AND DOMAIN NAMES
#
# The myhostname parameter specifies the internet hostname of this
# mail system. The default is to use the fully-qualified domain name
# from gethostname(). $myhostname is used as a default value for many
# other configuration parameters.
#
#myhostname = host.domain.tld
myhostname =
2018 Nov 22
2
Debian Stretch 9.6: openssh-server and old dropbear client don't work togheter
Hi, I have compatibility issues with the latest version of
openssh-server and an old dropbear client, the dopbear client stops at
preauth
ov 22 14:34:03 myhostname sshd[3905]: debug1: Client protocol version
2.0; client software version dropbear_0.46
Nov 22 14:34:03 myhostname sshd[3905]: debug1: no match: dropbear_0.46
Nov 22 14:34:03 myhostname sshd[3905]: debug1: Local version string
2011 Aug 29
3
Speex VAD always returning 1
From 1.2rc1 source code:
preprocess.c:
/* FIXME: This VAD is a kludge */
st->speech_prob = Pframe;
if (st->vad_enabled)
{
if (st->speech_prob > st->speech_prob_start || (st->was_speech &&
st->speech_prob > st->speech_prob_continue))
{
st->was_speech=1;
return 1;
} else
{
st->was_speech=0;
return 0;
}
} else {
return 1;
}
AND
case
2018 Nov 23
2
Debian Stretch 9.6: openssh-server and old dropbear client don't work togheter
Il giorno gio 22 nov 2018 alle ore 21:24 Stuart Henderson
<stu at spacehopper.org> ha scritto:
>
> On 2018/11/22 19:55, owl700 at gmail.com wrote:
> > Hi, I have compatibility issues with the latest version of
> > openssh-server and an old dropbear client, the dopbear client stops at
> > preauth
> >
> > ov 22 14:34:03 myhostname sshd[3905]: debug1: Client
2011 Aug 18
2
using posfix on the local LAN, with internet FQDN
Hi all,
I hope someone can help me with this please.
One of our clients has an in-house Postfix mailserver which basically
downloads mail for the individual users from our mail server hosted on
the web using fetchmail.
They use our SMTP server to send mail. Their email clients are then
setup to get & send mail from the server, on 192.168.2.254 (for POP3 &
SMTP). All mail between them
2004 Jul 24
2
mbox sync: UID inserted in the middle of mailbox
Hello,
I found this in the logs of a Dovecot v1.0-test29 test server (OpenBSD
2.9, as mentioned in a previous email):
Jul 24 05:37:47 myhostname dovecot: IMAP(username): mbox sync: UID inserted in the middle of mailbox /home/username/.mailbox (235 > 234)
Jul 24 05:37:52 myhostname dovecot: IMAP(username): file mbox-sync-rewrite.c: line 357 (mbox_sync_read_and_move): assertion failed:
2008 Mar 17
1
internal messages problem with postfix
Hello,
After a server crash, I re-installed postfix, cyrus-imapd, amavisd-new,
spamassassin on a Centos 5.1 box. But, now mail system behaves somewhat
different.
There is no problem with mail receiving/sending from/to internet.
Before the crash, mail system used to sent internal messages to
root at example.com. But now, I can't receive internal messages as it tries
to send them to root
2015 Feb 27
2
yum causing RPC timed out?
On Fri, Feb 27, 2015 at 12:38:06PM -1000, Dave Burns wrote:
> What makes you think NIS is involved?
> Is Errno 12 a clue? I tried searching for (do_ypcall: clnt_call: rpc: timed
"do_ypcall" is a NIS error message. (Previous NIS was called "yellow
pages"; the "yp" in do_ypcall is a reference to that).
Maybe you have "hosts: files nis" in
2007 Oct 03
5
Postfix with Deliver (LDA) - user unknown
Good Day All! I am attempting to configure deliver as our LDA. I am
also configuring the server to use Postfix instead of Sendmail. I
have followed the all the documentation and examples I could find.
Below are my Dovecot and Postfix configs. Can someone please smack me
upside the head and tell me why I am getting "user unknown" errors?
If i don't use deliver as the LDA, all