2013

Remove page g
article thumbnail

Using Mock to Build Sanlock 2.4 RPMs for CentOS 6.3

Scott Lowe

The information in this post is based on information found in two other very helpful pages: Using Mock to test package builds. Next, create a user under which you’ll run all these commands, and make sure this account is a member of the mock group: useradd makerpm -G mock passwd makerpm. for use with CentOS 6.3.

Linux 104
article thumbnail

Using Mock to Build libssh2 1.4.1 RPMs for CentOS 6.3

Scott Lowe

The information in this post is based on information found in two other very helpful pages: Using Mock to test package builds. Next, create a user under which you’ll run all these commands, and make sure this account is a member of the mock group: useradd makerpm -G mock passwd makerpm. for use with CentOS 6.3.

Linux 94
article thumbnail

Linux Containers via LXC and Libvirt

Scott Lowe

At first, I thought this might be the most difficult section, but thanks to this page I was able to create a template XML configuration. If you wanted to customize the XML template, just use this simple Unix/Linux command: sed ''s/REPLACE/cn-02/g'' lxc-template.xml > cn-02.xml.

Linux 65