search for: gbuild

Displaying 5 results from an estimated 5 matches for "gbuild".

Did you mean: kbuild
2006 Dec 03
12
Problem with user type on 0.20.1... uses group "absent"
...s, membership => minimum } } </snip> And then in another class I have: <snip> adduser { anthill: uid => 505, gid => 505; } </snip> I see it creating the group, but then the useradd fails: <snip> notice: //gbuild-slave-node/anthill/adduser[anthill]/group=anthill/ ensure: created err: //gbuild-slave-node/anthill/adduser[anthill]/user=anthill/ ensure: change from absent to present failed: Could not create user anthill: Could not execute ''/usr/sbin/useradd -G ''users'' -u ''...
2009 Nov 20
3
OS b127, fail to create vdisk
Here is the error I get, Unable to complete install ''exceptions.RuntimeError Error creating vdisk /var/lib/xen/images/centos.img Traceback (most recent call last): File "/var/tmp/pkgbuild-gbuild/SUNWvirt-manager-0.6.1-build/virtManager/create.py", line 730, in do_install File "/export/builds/xvm_127///proto/install/usr/lib Please could you help? I would like to create the VM manually is there an howto for opensolaris? Where are the config files supposed to go? There is...
2020 Jul 26
0
[kvm-unit-tests PATCH v3 0/4] Update patch set
...add -ffreestanding to required flags Newer clang versions need the '-ffreestanding' flag because new changes convert system calls to their unlocked versions, which don't exist in the kernel library. Signed-off-by: Bill Wendling <morbo at google.com> diff --git a/gbuild/klibc/scripts/Kbuild.klibc b/gbuild/klibc/scripts/Kbuild.klibc index 4e9f5eb4846e..18f7291a1f61 100644 --- a/scripts/Kbuild.klibc +++ b/scripts/Kbuild.klibc @@ -67,7 +67,8 @@ include $(srctree)/scripts/Kbuild.include # --------------------------------------------------------------------------- K...
2020 Jul 25
2
[kvm-unit-tests PATCH v3 0/4] Update patch set
On Sat, 2020-07-25 at 15:16 -0700, Bill Wendling wrote: > On Sat, Jul 25, 2020 at 2:56 PM Ben Hutchings <ben at decadent.org.uk> wrote: > > On Sat, 2020-07-25 at 14:36 -0700, Bill Wendling wrote: > > [...] > > > I upstreamed a few patches to klibc to fix a few linker errors. Some > > > of these might help: > > > > I applied v3 of your patch
2007 Feb 19
22
Puppet''s yum provider does not support versions?
Why doesn''t the yum provider support version, I tried added ensure -> ''ver'' and it barfs up (on clients) with: <snip> err: //stan.gbuild.org/any-host/java/Package[j2sdk]/ensure: change from 1.4.2_12-fcs to 1.4.2_13-fcs failed: Package provider yum does not support specifying versions at /etc/puppet/manifests/classes/ java.pp:13 </snip> --jason