Displaying 8 results from an estimated 8 matches for "epel5".
Did you mean:
epel
2007 Sep 19
2
rebuilding rpmdevtools from epel5 SRC has fc7 dependent
hello,
I'm suprised that an SRC.RPM from the rhel5 repo needs a file from FC7.
I grabbed rpmdevtools from
http://download.fedora.redhat.com/pub/epel/5/
it rebuilds fine as EL5, but when I go to install it, it requires a version of rpm-build higher than the C5 base version (4.4.2-37)
--------------------- grab dependencies -------------
$ rpm -qpR rpmdevtools-6.1-0.1.noarch.rpm
...
2013 Mar 21
0
new puppet user with metadata problem
...old. Any thoughts? thanks
[root@x yum.repos.d]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.8 (Tikanga)
[root@x yum.repos.d]# yum clean all
Loaded plugins: rhnplugin, security
Cleaning up Everything
[root@x yum.repos.d]# yum install puppet
Loaded plugins: rhnplugin, security
EPEL5-x86_64
| 1.2 kB
00:00
EPEL5-x86_64/primary...
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
2017 Mar 02
2
CentOS-5 End of Life
...open ftp://mirrors.sonic.net && lcd /mirrors && mirror
> --continue --verbose=1 -x SRPMS centos'
>
> (yes, you do need to find a ftp mirror, i had issues mirroring from an http
> server).
>
>
> This is especially important if you use anything from EPEL as EPEL5 will be
> removed when RHEL goes EOL.
Thanks for the advice. I'll try and set up a mirror asap, but I'd still
like to know when the mirrors will be removed if anyone has that
information.
2017 Mar 02
0
CentOS-5 End of Life
...update that...
lftp -c 'open ftp://mirrors.sonic.net && lcd /mirrors && mirror
--continue --verbose=1 -x SRPMS centos'
(yes, you do need to find a ftp mirror, i had issues mirroring from an http
server).
This is especially important if you use anything from EPEL as EPEL5 will be
removed when RHEL goes EOL.
2017 Mar 02
0
CentOS-5 End of Life
...p; lcd /mirrors && mirror
>> --continue --verbose=1 -x SRPMS centos'
>>
>> (yes, you do need to find a ftp mirror, i had issues mirroring from an
>> http
>> server).
>>
>>
>> This is especially important if you use anything from EPEL as EPEL5
>> will be
>> removed when RHEL goes EOL.
>
> Thanks for the advice. I'll try and set up a mirror asap, but I'd still
> like to know when the mirrors will be removed if anyone has that
> information.
Before we remove it from mirror, it will all be moved here:
htt...
2017 Mar 03
2
CentOS-5 End of Life
In article <CAGkb5vexU7eoU=-ASF_uPN_PA68QQi2RU0HdPhozZEYDE0VqEg at mail.gmail.com>,
James Hogarth <james.hogarth at gmail.com> wrote:
>
> This is especially important if you use anything from EPEL as EPEL5 will be
> removed when RHEL goes EOL.
You mean just thrown away, or archived somewhere? Just thrown away would
seem rather irresponsible...
Cheers
Tony
--
Tony Mountifield
Work: tony at softins.co.uk - http://www.softins.co.uk
Play: tony at mountifield.org - http://tony.mountifield.org
2009 Jul 27
2
[PATCH] Replace shell_quote function with %Q and %R printf specifiers.
At the moment the daemon code contains an incredibly hairy function
called shell_quote for safely quoting strings passed to the shell.
The patch replaces that with a glibc custom printf format (actually
two, but very closely related), %Q and %R.
%Q is like %s but it safely shell quotes the string.
%R is like %Q but it prefixes the path with /sysroot.
Example usage (w/o error checks):