Re: Expand root filesystem, SLES 11

2016-02-04 Thread Andrew Westerfield
Ram, I too have been working on copying the root filesystem to a larger volume. And, like you, followed The Cookbook by originally allocating 372MB for root. If you haven't figured it out yet, I'd like to offer some help and hopefully get you on the right path. You moved root to a larger

Re: TCO comparison Intel vs EC12 IFLs

2016-02-04 Thread Kurt Acker
After talking to Phil about this some last night, the one thing that came to my mind was containable growth with scale! While working with customers, visiting datacenters and reviewing workloads for consolidation I've sadly yet to come across a case where mainframe growth is causing the need

Re: RPM build question

2016-02-04 Thread R P Herrold
On Thu, 4 Feb 2016, Mark Post wrote: > Do you have /usr/bin/python3 on your system? If so, you'll > likely have to remove it until after the build is finished. > I've found that even building packages without RPM sometimes > necessitates this because things like ./configure find > packages that

RPM build question

2016-02-04 Thread Neale Ferguson
I am building an RPM that uses python. For some reason the rpm build process determines that python3 is required by the package, despite no reference being made to python3 and everything being built by python2.7. Here’s the line from the build that rpm build prints: Requires: /bin/bash /bin/sh

Re: RPM build question

2016-02-04 Thread Mark Post
>>> On 2/4/2016 at 01:31 PM, Neale Ferguson wrote: > I am building an RPM that uses python. For some reason the rpm build > process determines that python3 is required by the package, despite no > reference being made to python3 and everything being built by python2.7. >