Displaying 20 results from an estimated 2000 matches similar to: "Approximate size of CentOS mirror"
2010 Jul 28
2
wget and resulting filenames with mirror option
I am trying to mirror a directory using wget and the resulting files as
expected are taking the name of the string in the url after the last "/".
Anyone know a way around this? I am using the mirror option so I don't
have to keep track of what to get making it simple.
Thanks!
jlc
2016 Aug 02
6
TLSv1.2 support for lftp on CentOS 6.x
Hello everybody,
I am writing on that mailing list because I have an issue using lftp and I would
love to have more infos about features available on the LFTP version provided by
CentOS 6.
I try to connect to a ftp server in secured mode using FTPS explicit and I would
love to use TLSv1.2.
After several tries, I understood that the TLS negociation was not possible
using TLSv1.2 (It works only
2011 Jun 27
3
mirroring with lftp
i've maintained a local centos repository at work using rsync, but it
seems the corp honchos have decided to block rsync at our firewall, plus
its never been 100% reliable, I'd get aborts on protocol errors
sometimes several times before pulling down a complete new distro update.
i'm trying to figure out how to do this with lftp, and its got me
somewhat stymied.
I'm testing
2016 Aug 02
2
TLSv1.2 support for lftp on CentOS 6.x
On Tue, Aug 02, 2016 at 02:13:31PM +0100, Tom Grace wrote:
> On 02/08/2016 12:11, Olivier BONHOMME wrote:
> > So my question is : Can lftp provided by CentOS (of course last version in the
> > 6.x branch), do TLSv1.2 connection ?
> It may not be related, but in the past I have needed to rebuild libNSS
> and Curl in CentOS 6 due to an upstream patch the explicitly disabled
2010 Jan 26
5
Auto exit lftp on bash script
Hello again!
I have this piece od code:
#####################
#lftp will make the backup
lftp -u user,password -e "mirror --reverse --delete --only-newer
--verbose /var/bkp /test_bkp" somehost.com >> $LOGFILE
# end log file
date >> $LOGFILE
echo "Backup Completo!" >> $LOGFILE
#####################
Everything is fine, but the bash scrip dosn't complete
2011 Jun 30
14
700GB gone?
I have a 1.5TB disk that has several partitions. One of them is 900GB. Now I can only see 300GB. Where is the rest? Is there a command I can do to reach the rest of the data? Will scrub help?
--
This message posted from opensolaris.org
2016 Aug 02
1
TLSv1.2 support for lftp on CentOS 6.x
On Tue, Aug 02, 2016 at 03:29:07PM +0000, Olivier BONHOMME wrote:
> On Tue, Aug 02, 2016 at 02:56:26PM +0000, Olivier BONHOMME wrote:
> So the question is: Is that behaviour can be considered as an lftp bug or not ?
Hello again,
Just answering to myself and the list for a conclusion. lftp in CentOS uses the
default priority provided by gnutls and it's not possible to override it in
2009 May 12
2
High CPU usage by lftp
Greetings,
I have written a script using lftp to mirror one directory from a ftp site.
I do not have access to the server except for being a humble user.
This is running on a fully updated Centos 5.3 box.
I am using whatever is provided by the repositories.
I noticed that lftp consumes almost all of cpu times
I found this while searching for a solution.
2005 Feb 28
2
Advanced FollowMe or Forwarding Application Suggestions
Our company is at the point now where we're almost ready to switch over to
an Asterisk server for a number of telephony applications.
There is one final application I've been trying hard to find to replace
something we already use with another provider. It's kind of an advanced
"FollowMe" application. (freedomvoice.com)
It works as follows:
1. An outside caller calls into
2007 Nov 20
2
Incorporating code from sftp-glob.c into lftp
As you might know, LFTP is a popular FTP/SFTP command-line client for
most systems. One feature that is lacking from this tool is the
ability to do a globbed ls via sftp. I have a patch ready for LFTP
that incorporates some of the knowledge [like oddball systems glob()
handling] and some of the code from sftp-glob.c for this tool to add
this capability. I do, however, have some questions about
2016 Aug 02
1
TLSv1.2 support for lftp on CentOS 6.x
On Tue, Aug 02, 2016 at 07:36:02AM -0500, Johnny Hughes wrote:
> The latest lftp in CentOS-6.8 is version: lftp-4.0.9-6.el6_8.2. It was
> built on July 12, 2016.
>
> That was built with nss-3.21.0-8.el6 in the build root.
>
> If you have the latest installed, it would seem that it should be able
> to work.
>
Hello Johnny,
Thanks for your answer. On my system, I'm
2006 Mar 30
1
caller anounce
I am attempting to setup a asterisk server to take place of my current
service with freedomvoice.
With the current system a auto-attendant picks up and they go through all
the normal menu stuff, once they select the department they wish to speak to
the attendant asks them to say their name. Once they do that the system
attempts to contact a agent and when that agent picks up the
2015 Mar 27
5
Not getting updates?
I have no excludes in yum.conf. But I noticed something odd in the
CentOS-Base.repo file. The [updates] section didn't have an explicit
'enabled=1' in it. Though, when I added it in, it made no difference. I
have noticed that I do have some updated packages (like httpd) that are
from February and appear to be the most recent based on the mirrors, but
every mirror I hit I see no
2016 Jun 10
2
compiling with lsocks support on centos 6?
im trying to compile lftp with socks support and im getting the following..
...
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS...
2017 Mar 02
3
CentOS-5 End of Life
On 3/1/2017 7:28 PM, Tom Munro Glass wrote:
>
> Can you say exactly when in early April the tree will be moved? I have
> a number of installations that need to continue running CentOS 5 so
> I'd like to do a final update before the tree moves.
may I suggest building your own mirror well before then, update it with
rsync or lftp weekly (or even daily), from
2007 Aug 22
1
quick FTP server with default vsftpd installation
Hi list
I just installed vsftpd and started it (CentOS 5). Then put some files
in /var/ftp/pub (for testing purposes with rights 777) and try to
connect with local user to download those files.
$ lftp test at localhost
Password:
lftp test at localhost:~> ls
ls: Login failed: 500 OOPS: cannot change directory:/home/test
lftp test at localhost:~> pwd
ftp://test at localhost
How to enable
2005 Sep 10
2
Yum configuration and freshrpms
(Moved over from "Re: [CentOS] Why is yum not liked by some?")
>As a matter of interest, what baseurl are you using for freshrpms?
>
>
It took me a while, but I found this in my yum.conf file:
[freshrpms]
name=Fedora Core 1 - Freshrpms
baseurl=http://ayo.freshrpms.net/fedora/linux/1/$basearch/freshrpms/
mirrorlist=http://ayo.freshrpms.net/fedora/linux/1/mirrors-freshrpms
2015 Mar 27
2
Not getting updates?
On Fri, Mar 27, 2015 at 12:46:20PM -0700, John R Pierce wrote:
> On 3/27/2015 12:36 PM, John R Pierce wrote:
> >On 3/27/2015 12:30 PM, Mark Haney wrote:
> >>I have no excludes in yum.conf. But I noticed something odd in the
> >>CentOS-Base.repo file. The [updates] section didn't have an explicit
> >>'enabled=1' in it. Though, when I added it in,
2015 Mar 07
2
Something like apt-cacher for CentOS/RHEL?
Dnia sobota, 7 marca 2015 12:16:14 AM John R Pierce pisze:
> I maintain a local mirror of the centos repository with a simple lftp
> script, and configure my clients to get updates from this mirror via
> the /etc/yum.repos.d files....
And why not rsync?
--
Over And Out
MoonWolf
2008 Mar 10
3
FTP aborting
ftp ftp.ietf.org
cd rfc
prompt
mget *index*
gets part way through then.....
local: rfc-index-latest remote: rfc-index-latest
227 Entering Passive Mode (64,170,98,32,156,203)
150 Opening BINARY mode data connection for rfc-index-latest (4042 bytes).
*** glibc detected *** ftp: malloc(): memory corruption: 0x091645d0 ***
======= Backtrace: =========
/lib/libc.so.6[0x3c714c]