Displaying 11 results from an estimated 11 matches for "svwh".
2020 Aug 02
2
8.2.2004 Latest yum update renders machine unbootable
...re's what I get...
rpm -qa | grep shim
shim-x64-15-7.el7_9.x86_64
yum update
Loaded plugins: fastestmirror, langpacks, priorities
Loading mirror speeds from cached hostfile
* base: mirror.fileplanet.com
* epel: mirror.prgmr.com
* extras: mirror.shastacoe.net
* remi-php73: mirror.sjc02.svwh.net
* remi-safe: mirror.sjc02.svwh.net
* updates: centos-distro.1gservers.com
373 packages excluded due to repository priority protections
No packages marked for update
Should I just wait for 15-8 to appear?
David
2017 Jul 21
2
Installing R 3.4.0 on Red Hat 6
I am trying to install R 3.4.0 on RHEL6. If I look here is it there:
http://mirror.sjc02.svwh.net/fedora-epel/6/x86_64/
I did this:
sudo subscription-manager repos --enable rhel-6-server-optional-rpms
sudo subscription-manager repos --enable rhel-6-server-extras-rpms
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
rpm epel-release-latest-6.noarch.rpm
Which all...
2017 Jul 21
2
Installing R 3.4.0 on Red Hat 6
On Fri, Jul 21, 2017 at 11:39 AM, Tom Callaway <tcallawa at redhat.com> wrote:
> On 07/21/2017 11:18 AM, Larry Martell wrote:
>> I am trying to install R 3.4.0 on RHEL6. If I look here is it there:
>>
>> http://mirror.sjc02.svwh.net/fedora-epel/6/x86_64/
>>
>> I did this:
>>
>> sudo subscription-manager repos --enable rhel-6-server-optional-rpms
>> sudo subscription-manager repos --enable rhel-6-server-extras-rpms
>> wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch...
2020 Aug 02
3
8.2.2004 Latest yum update renders machine unbootable
...;
> > yum update
> > Loaded plugins: fastestmirror, langpacks, priorities
> > Loading mirror speeds from cached hostfile
> > ? * base: mirror.fileplanet.com
> > ? * epel: mirror.prgmr.com
> > ? * extras: mirror.shastacoe.net
> > ? * remi-php73: mirror.sjc02.svwh.net
> > ? * remi-safe: mirror.sjc02.svwh.net
> > ? * updates: centos-distro.1gservers.com
> > 373 packages excluded due to repository priority protections
> > No packages marked for update
> >
> >
> >
> > Should I just wait for 15-8 to appear?
> &g...
2020 Aug 02
0
8.2.2004 Latest yum update renders machine unbootable
...im
> shim-x64-15-7.el7_9.x86_64
>
> yum update
> Loaded plugins: fastestmirror, langpacks, priorities
> Loading mirror speeds from cached hostfile
> ?* base: mirror.fileplanet.com
> ?* epel: mirror.prgmr.com
> ?* extras: mirror.shastacoe.net
> ?* remi-php73: mirror.sjc02.svwh.net
> ?* remi-safe: mirror.sjc02.svwh.net
> ?* updates: centos-distro.1gservers.com
> 373 packages excluded due to repository priority protections
> No packages marked for update
>
>
>
> Should I just wait for 15-8 to appear?
>
> David
>
Yes .. it should be on...
2017 Jul 20
0
Installing rpy2 on Red Hat 6
...rpy mailing list and also on SO, but did not get
> any answers.)
>
Hi,
For future reference, posts regarding R and RHEL/Fedora and derivatives should to go R-SIG-Fedora:
https://stat.ethz.ch/mailman/listinfo/r-sig-fedora
From looking at the EPEL repo for RHEL 6:
http://mirror.sjc02.svwh.net/fedora-epel/6/x86_64/
there are R 3.4.0 RPMS there since May. So:
sudo yum install R
should get you R 3.4.0 if you have the EPEL repos properly configured.
From a review of the rpy2 page, it would seem that 3.2+ should be ok. If so, I would recommend installing the R RPMS for 3.4.0 from t...
2020 Aug 02
0
8.2.2004 Latest yum update renders machine unbootable
...gt;> > Loaded plugins: fastestmirror, langpacks, priorities
>> > Loading mirror speeds from cached hostfile
>> > ? * base: mirror.fileplanet.com
>> > ? * epel: mirror.prgmr.com
>> > ? * extras: mirror.shastacoe.net
>> > ? * remi-php73: mirror.sjc02.svwh.net
>> > ? * remi-safe: mirror.sjc02.svwh.net
>> > ? * updates: centos-distro.1gservers.com
>> > 373 packages excluded due to repository priority protections
>> > No packages marked for update
>> >
>> >
>> >
>> > Should I just...
2017 Jul 20
2
Installing rpy2 on Red Hat 6
I need to install rpy2 on RHEL6. The version of R in the 6 repos is
3.0, and rpy2 does not work with that version. I installed R 3.3.3
following the directions here:
https://oguya.ch/posts/2017-03-18-building-R-on-rhel-6/. But even with
3.3.3 it's still failing. Using pip it fails with:
/usr/local/lib64/R/lib/libR.a(CommandLineArgs.o): could not read
symbols: Bad value
and installing from
2020 Aug 02
2
8.2.2004 Latest yum update renders machine unbootable
><snip>
> > I'll post here again once we have pushed the EL8 and CentOS Stream updates.
>
>OK .. I have also now pushed the CentOS Linux 8 update .. you should see
>an update to SHIM .. the new versions are:
>
>PowerTools/x86_64/os/Packages/shim-unsigned-x64-15-8.el8.x86_64.rpm
>BaseOS/x86_64/os/Packages/shim-ia32-15-15.el8_2.x86_64.rpm
2017 Jul 21
0
Installing R 3.4.0 on Red Hat 6
...il.com>
wrote:
> On Fri, Jul 21, 2017 at 11:39 AM, Tom Callaway <tcallawa at redhat.com>
> wrote:
> > On 07/21/2017 11:18 AM, Larry Martell wrote:
> >> I am trying to install R 3.4.0 on RHEL6. If I look here is it there:
> >>
> >> http://mirror.sjc02.svwh.net/fedora-epel/6/x86_64/
> >>
> >> I did this:
> >>
> >> sudo subscription-manager repos --enable rhel-6-server-optional-rpms
> >> sudo subscription-manager repos --enable rhel-6-server-extras-rpms
> >> wget https://dl.fedoraproject.org/pub/epe...
2008 Jul 14
0
Removing stale vif entries?
Hello, I have successfully installed snmp on a Xen server for monitoring
bandwidth of individual guests.
However, it appears as though there are still vif entries showing up for
guests that were created but then removed and are no longer running on
the server. How do I remove these so that they arent seen when snmp
polling?
Thanks!
Steve Best
Sys Admin