search for: netrc

Displaying 20 results from an estimated 20 matches for "netrc".

Did you mean: netra
2008 Aug 27
1
RCurl: using netrc with curlPerform
Hello, I am having trouble getting the curlPerform function to authenticate using the .netrc file. From the documentation I've read it certainly seems as though this function should be able to authenticate via the .netrc file. The example I am using here comes from the "R as a Web Client- the RCurl package" paper and demonstrates using the .netrc file to access the www.o...
2007 Jun 09
12
Example module for central git repository via http (sort of like a subversion repo) [a bit RFC]
Hi all, I''ve been looking for a good example for how one would build a module, but I couldn''t really find something that I liked, so I went ahead and tried to do it myself. The result is this: a git module (see attachment). Please have a look and comment on it, before I add it to the wiki. I especially want comments on the setup of the module itself, not so much on the git
2008 Aug 28
1
RCurl: authentication when posting forms
Hi, Has anyone successfully used RCurl for posting data to a password-protected site? I have tired using option netrc=1 with both postForm and curlPerform (with postfields option) but can't authenticate. I would happily provide more details if some one has had some experience with this. Thanks very much. Valerie
2014 Nov 12
4
Problem with build and check
...quot;development", "http"), out.poll.duration = 5, out.poll.increase = 1.1, out.poll.max = 30, out.poll.timeout = 3600, netrc.path, netrc.server = "ldap", rtype = c("xml", "json"), dateformat= "%Y-%m-%d") { server <- match.arg(server) server } I created a package "dummy" with only...
2020 Jan 22
2
Fetchmail
Hi all, Anyone know how to specify for fetchmail in .netrc the "folder" to read ? If tried folder XYZ and it says unknown token folder. Man page says that should work. Jerry
2007 Mar 23
4
DISAATER RECOVERY PROBLEM
Hi Guys, I am trying to set up a quick disaster recovery methodology for a client. It is supposed to work as follows:- All Data files , everything in /etc (except for a few hardware specific files such as fstab), all users .bashrc and .netrc files, all cron tables etc. is written to a DVD as a zipped tar file. A recovery script that unpacks this file, creates any directories required by the application that are not backed up etc. is also written to the DVD. The DVD is then mounted on a freshly installed system (Centos4.4 at presen...
1997 Jul 29
0
Fwd: Buffer Overrun in ruserpass() in MH and NMH (fwd)
...purposes if you try to overflow this...just use a size of 9999, just to see if it segfaults. hdir = getenv("HOME"); if (hdir == NULL) hdir = "."; (void) sprintf(buf, "%s/.netrc", hdir); Obviously it never even checks the value of hdir..so export your home directory to something very large (if this doesn''t work, they still disobeyed something that libc specifically says not to do...they say to use (can''t remember the exact function) _secure_getenv,...
2020 Jan 22
0
Fetchmail
it also says unknown token for "timeout" version is 6.3.24 and man page says timeout is valid as a token. Jerry On Wed, Jan 22, 2020 at 2:04 PM Jerry Geis <jerry.geis at gmail.com> wrote: > Hi all, > > Anyone know how to specify for fetchmail in .netrc the "folder" to read ? > > If tried folder XYZ > and it says unknown token folder. > Man page says that should work. > > Jerry > >
2011 Jul 21
1
Using shell variables inside the ftp client
...o change directory. I am using shell variables (put $TEMP_TXFR_FILE $OUTPUT_FILE) elsewhere in this ftp session as arguments to get and put statements and I have no problems. Is there some reason why I cannot use shell variables as arguments to the cd command? I am aware the $ is used to invoke .netrc macros but I have none defined. In fact I was somewhat surprised, albeit pleasantly, when the ftp client accepted shell variables as arguments in the get and put statements. Is there a way to dynamically define the target of a cd command inside an ftp session? -- *** E-Mail is NOT a SE...
2011 Sep 28
1
Password protected R Repository
Hi, I've set up a very simple R repository. Just a single source library. Everything works fine. I can install the package on my client using: install.packages(repos='http://www.myServer.se/myRepo/', pkgs='myLib', dep=TRUE) However, I want to protect the repo, so I use a .htaccess, placed directly under 'myRepo' on the server. I use 'Authentication Basic' and
2009 Sep 11
4
question on wget
Hello, I've got an ftp site, not mine, that has content on it that i want to download. It's not anonymous so it requires a log in. The problem is either the ISP has a bandwidth throttle or the admin does, in either case inconsistently as to the point in the file, but i rarely get a complete download. I'm using ncftp. I was wondering if either ncftpget or wget could do like an auto get
2010 Sep 21
1
[PREVIEW ONLY] Refactor data transfer code
...opyright (C) 2009,2010 Red Hat Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -20,8 +20,6 @@ package Sys::VirtV2V::Connection::LibVirt; use strict; use warnings; -use Sys::VirtV2V::Connection; - use Net::Netrc; use URI; use XML::DOM; @@ -29,6 +27,11 @@ use XML::DOM; use Sys::Virt; use Sys::VirtV2V; +use Sys::VirtV2V::Connection; +use Sys::VirtV2V::Connection::Volume; +use Sys::VirtV2V::Transfer::ESX; +use Sys::VirtV2V::Transfer::SSH; +use Sys::VirtV2V::Transfer::Local; use Sys::VirtV2V::Util qw(us...
2010 Feb 01
9
[ESX support] Working ESX conversion for RHEL 5
With this patchset I have successfully[1] imported a RHEL 5 guest directly from ESX with the following command line: virt-v2v -ic 'esx://yellow.marston/?no_verify=1' -op transfer RHEL5-64 Login details are stored in ~/.netrc Note that this is the only guest I've tested against. I haven't for example, checked that I haven't broken Xen imports. Matt [1] With the exception of network reconfiguration. After import I manually munged the network config with virsh edit.
2019 Mar 11
5
CPAN not working, or is it?
...keychain... done! (You may wish to trust it locally with 'gpg --lsign-key 450F89EC') Checking if your kit is complete... Looks good Writing Makefile for CPAN Writing MYMETA.yml and MYMETA.json cp lib/CPAN.pm blib/lib/CPAN.pm cp lib/CPAN/CacheMgr.pm blib/lib/CPAN/CacheMgr.pm cp lib/CPAN/FTP/netrc.pm blib/lib/CPAN/FTP/netrc.pm cp lib/CPAN/LWP/UserAgent.pm blib/lib/CPAN/LWP/UserAgent.pm cp lib/CPAN/FTP.pm blib/lib/CPAN/FTP.pm cp lib/CPAN/Queue.pm blib/lib/CPAN/Queue.pm cp lib/CPAN/Distroprefs.pm blib/lib/CPAN/Distroprefs.pm cp lib/CPAN/Kwalify/distroprefs.yml blib/lib/CPAN/Kwalify/distroprefs...
2010 Jan 29
4
[FOR REVIEW ONLY] ESX work in progress
The following patches are where I'm currently at with ESX support. I can now import a domain from ESX along with its storage. Note that I'm not yet doing any conversion. In fact, I've never even tested past the import stage (I just had an exit in there). The meat is really in the 4th patch. The rename of MetadataReader->Connection was because the Connection is now really providing
2010 Jul 14
1
[PATCH] Documentation: Cleanup virt-v2v.conf references and mention --network
...=head3 Authenticating to the ESX server +=head2 Authenticating to the ESX server Connecting to the ESX server will require authentication. virt-v2v supports password authentication when connecting to ESX. It reads passwords from @@ -584,7 +594,7 @@ entry is: B<N.B.> The permissions of .netrc MUST be set to 0600, or it will be ignored. -=head3 Connecting to an ESX server with an invalid certificate +=head2 Connecting to an ESX server with an invalid certificate In non-production environments, the ESX server may have an invalid certificate, for example a self-signed certificate. In...
2003 Aug 02
7
[2.6] Perl weirdness with ext3 and HTREE
Hi I have mailed about this previously, but back then it was not really confirmed, so I have let it be at that. Anyhow, problem is that for some reason 2.5/2.6 ext3 with HTREE support do not like what perl-5.8.0 does during installation. It *seems* like one of the temporary files created during manpage installation do not get unlinked properly, or gets into the hash (this possible?) and cause
1999 Jul 28
6
You got some 'splaininn to do Lucy ;-)
We just had a security application vendor come in. We asked about Linux support and he said that putting a security application on top of an insecure OS was useless. When I asked what he meant by insecure he replied that Linux does not have a true Auditing capability - as opposed to HP-UX & Solaris which they do support. Can anyone explain to me what he was talking about? Thanks, Marty
2007 Jun 13
11
Re: classes and definitions --> RFC <--
...; > On Jun 11, 2007, at 12:01 PM, Thijs Oppermann wrote: > > > But they don''t always work. For example, in the example (a bit > > like) above (which was what I had in my git module definition for > > clientsetup): > > > > file { "/home/${user}/.netrc.d": > > ensure => directory, > > mode => "0700", > > owner => "${user}", > > } > > > > This was included in a defintion that gets called with a $user var. > > However, it possibly gets called mu...
2010 Feb 12
11
[PATCH 1/9] Convert config file to XML, and translate networks/bridge for all connections
Previously, only the LibVirtXML connection translated network and bridge names in imported metadata. This change moves this functionality in Converter, making it available to LibVirt connections as well. At the same time, the format of the config file is switched to XML. The primary driver for this is that the allowable syntax of a foreign network/bridge name is not known. Rather than create a