Displaying 20 results from an estimated 5000 matches similar to: "[klibc:master] Update URLs in docs and spec file"
2013 Dec 27
0
[PATCH] Update header locations for uapi & generated
On Thu, Dec 26, 2013 at 08:31:48PM -0800, H. Peter Anvin wrote:
> > In the end, demanding that I use a copy of the installed kernel headers,
> > when I'm passing a specific kernel source to the klibc build and that
> > kernel source is most probably not the same as the kernel that's running
> > seems like a bad idea. I want to build against a known kernel source,
2013 Dec 27
0
[PATCH] Update header locations for uapi & generated
On Thu, Dec 26, 2013 at 09:04:26PM -0800, H. Peter Anvin wrote:
> > in the kernel dir:
> > emake headers_install INSTALL_HDR_PATH="${WORKDIR}"/linux-headers/
> You are overriding INSTALL_HDR_PATH...
I want it to use that copy in $WORKDIR/linux-headers/ ....
There is no way to specify that, it's NOT KLIBCKERNELSRC.
> > in the klibc dir:
> > emake V=1
2009 Jul 21
1
[PATCH node-image] Moved all temporary files into a single work directory to clean up.
All temporary files are kept in a single directory. At the end of the
autotests that one directory is deleted.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
autotest.sh | 20 +++++++++++---------
1 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/autotest.sh b/autotest.sh
index c9f8a2d..d658cf3 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -40,6 +40,7 @@
# an
2012 Jun 28
2
Strange du/df behaviour.
Hi all.
I have currently a server:
cat /etc/redhat-release
CentOS release 5.7 (Final)
uname -a
Linux host.domain.com 2.6.18-274.18.1.el5 #1 SMP Thu Feb 9 12:45:44
EST 2012 x86_64 x86_64 x86_64 GNU/Linux
I have there a filesystem mounted:
/dev/vg0/paczki /home/paczki-workdir ext4
defaults,noatime 0 0
on which df gives strange output:
LANG=C df -h
2016 Jan 06
0
[klibc:master] Update README.klibc
Commit-ID: f7fc5bed64d20699fbcc15751f1ac2caf8028847
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=f7fc5bed64d20699fbcc15751f1ac2caf8028847
Author: H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Tue, 5 Jan 2016 17:07:00 -0800
Committer: H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Tue, 5 Jan 2016 17:07:00 -0800
[klibc] Update README.klibc
In
2013 Dec 27
2
[PATCH] Update header locations for uapi & generated
On 12/26/2013 08:49 PM, Robin H. Johnson wrote:
>
> in the kernel dir:
> emake headers_install INSTALL_HDR_PATH="${WORKDIR}"/linux-headers/
You are overriding INSTALL_HDR_PATH...
> in the klibc dir:
> emake V=1 KLIBCKERNELSRC="${S}/linux/usr" (plus the rest of the opts)
... and then you point KLIBCKERNELSRC (which arguably is misnamed these
days, but
2012 Dec 09
1
PCENGINE, Alix2D3, Release 5.2
Hey there,
this is my first mail to a list ever so just excuse any format or human errors.
Im running the 5.2 Release with a self compiled Kernel from your
PCENGINES file on a Alix2D3 board.
Im reviving my old flashboot release 4.4 setup wich i used to connect
18 branch-offices to their HQ.
Worked like a charm btw, big thanks to your project!
first i had to do some adjustments, dont know if
2019 Jan 19
0
[klibc:master] Delete remnants of m32r
Commit-ID: 37f6c448082e1081128aeae5e9ff56985a823fa7
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=37f6c448082e1081128aeae5e9ff56985a823fa7
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sat, 19 Jan 2019 00:34:54 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 19 Jan 2019 00:38:42 +0000
[klibc] Delete remnants of m32r
2010 Mar 26
3
[PATCH node] Update autobuild and autotest scripts for new build structure
Autobuild has to be updated to call make in the recipe directory
and move the resulting iso to the main build directory.
Importing the existing autotest.sh script from ovirt-node-image
Signed-off-by: Mike Burns <mburns at redhat.com>
---
autobuild.sh | 7 +
autotest.sh | 764 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 771 insertions(+), 0 deletions(-)
2009 May 22
0
[PATCH node] Restricts network configuration to a single NIC.
If an existing set of configuration files exist they are deleted. While
in the configuration menu, only one NIC is configured. If the user
selects a second network card to configure then the previous
configuration is discarded and only the new one saved.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt-config-networking | 29 ++++++++++++++++++++++++++---
1 files
2009 May 19
1
[PATCH node-image] Fixing the autotest script.
The test_stateless_pxe_nohd test was broken. Fixed.
Result code was not matching the success/failure state for the tests.
Fixed.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
autotest.sh | 115 +++++++++++++++++++++++++++++++++-------------------------
1 files changed, 65 insertions(+), 50 deletions(-)
diff --git a/autotest.sh b/autotest.sh
index 12d3e30..e5e23a8 100755
2009 Jun 25
1
[PATCH node] Rerunning network config resets all network config. bz#507393
When the user runs o-c-networking then it ensures that all features of
networking that we configure are reset and only those settings touched
are applied.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt-config-networking | 46 +++++++++++++++++++++++++-------------
1 files changed, 30 insertions(+), 16 deletions(-)
diff --git a/scripts/ovirt-config-networking
2008 Dec 10
2
[LLVMdev] Trouble Building llvm-gcc-4.2
I'm almost finished with the BuildBot validation config, but I'm having
trouble convincing it to compiler llvm-gcc-4.2.
Here's the relevant portion of the config:
f.addStep(SVN(workdir="llvm-gcc-4.2/src", mode='clobber',
baseURL='http://llvm.org/svn/llvm-project/llvm-gcc-4.2/',
defaultBranch='trunk'))
checking=""
if optimized ==
2015 Nov 05
1
synthesizing yum transactions
Ok, I'm trying way too hard to shovel myself out of a hole.
We have a bunch of remote CentOS 6 servers, that were configured
with kickstart.
They've subsequently had additional RPMs installed/updated via the
'rpm' utility.
We have reason to occasionally rewind the state of the server back
to it's original set of RPMs.
Of late, we've found that 'yum' handles this
2010 Oct 25
0
[PATCH node] add network.py script
---
scripts/network.py | 207 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 207 insertions(+), 0 deletions(-)
create mode 100644 scripts/network.py
diff --git a/scripts/network.py b/scripts/network.py
new file mode 100644
index 0000000..28e32f2
--- /dev/null
+++ b/scripts/network.py
@@ -0,0 +1,207 @@
+#!/usr/bin/python
+
+from ovirtfunctions import *
+import tempfile
2017 Jun 20
0
trash can feature, crashed???
On Tue, 2017-06-20 at 08:52 -0400, Ludwig Gamache wrote:
> All,
>
> I currently have 2 bricks running Gluster 3.10.1. This is a Centos installation. On Friday last
> week, I enabled the trashcan feature on one of my volumes:
> gluster volume set date01 features.trash on
I think you misspelled the volume name. Is it data01 or date01?
> I also limited the max file size to 500MB:
2003 Nov 21
1
output files in a different directory
Yes it is. Example from my program:
workdir <- "S:\\Stat\\C03202\\R-output\\"
...
sink(file=paste(workdir, assayname, "-1.txt", sep=""))
...
win.metafile(filename = paste(workdir, assayname, "-2%02d.wmf", sep=""))
You get the idea!
Kind regards,
Jesper Frickmann
Statistician, Quality Control
Novozymes North America Inc.
Tel. +1 919 494
2009 Jul 16
1
[PATCH node-image] Removes the explicit setting of the emulator for testing.
Instead, the script lets libvirt determine which emulator to use.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
autotest.sh | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/autotest.sh b/autotest.sh
index c9f8a2d..96a15b5 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -270,7 +270,6 @@ define_node () {
# flexible options
# define defaults,
2017 Jun 20
2
trash can feature, crashed???
All,
I currently have 2 bricks running Gluster 3.10.1. This is a Centos
installation. On Friday last week, I enabled the trashcan feature on one of
my volumes:
gluster volume set date01 features.trash on
I also limited the max file size to 500MB:
gluster volume set data01 features.trash-max-filesize 500MB
3 hours after that I enabled this, this specific gluster volume went down:
[2017-06-16
2009 Jul 06
0
[PATCH node] Disables SSH by default, and allows for enabling at firstboot. rhbz#509842
Adds a new firstboot menu option for enabling/disabling SSH login.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
Makefile.am | 1 +
ovirt-node.spec.in | 3 ++
scripts/ovirt-config-enable-ssh | 46 +++++++++++++++++++++++++++++++++++++++
3 files changed, 50 insertions(+), 0 deletions(-)
create mode 100755