Displaying 8 results from an estimated 8 matches for "root_group".
2012 Jul 31
11
$concat_basedir not defined
...fect
# of the method we use to clear the fragments directory.
#
# The regular expression below will try to figure out your puppet version
# but this code will only work in 0.24.8 and newer.
#
# It also copies out the concatfragments.sh file to ${concatdir}/bin
class concat::setup {
$id = $::id
$root_group = $id ? {
root => 0,
default => $id
}
if $::concat_basedir {
$concatdir = $::concat_basedir
} else {
fail ("\$concat_basedir not defined. Try running again with pluginsync
enabled")
}
$majorversion = regsubst($::puppetversion,
''^[0-9]+[.]([0...
2008 Sep 05
0
initial mntent.h, mount features, ipconfig fixes
...build
index 9edc57f..7945a56 100644
--- a/usr/klibc/Kbuild
+++ b/usr/klibc/Kbuild
@@ -56,7 +56,7 @@ klib-y := vsnprintf.o snprintf.o vsprintf.o sprintf.o \
ctype/isxdigit.o ctype/tolower.o ctype/toupper.o \
userdb/getgrgid.o userdb/getgrnam.o userdb/getpwnam.o \
userdb/getpwuid.o userdb/root_group.o userdb/root_user.o \
- setmntent.o endmntent.o
+ setmntent.o endmntent.o getmntent.o
klib-$(CONFIG_KLIBC_ERRLIST) += errlist.o
diff --git a/usr/klibc/getmntent.c b/usr/klibc/getmntent.c
new file mode 100644
index 0000000..c84f1ce
--- /dev/null
+++ b/usr/klibc/getmntent.c
@@ -0,0 +1,60 @@...
2008 Sep 07
1
[git pull v2] initial mntent.h, mount features, ipconfig fixes
...build
index 842a79f..1f505c2 100644
--- a/usr/klibc/Kbuild
+++ b/usr/klibc/Kbuild
@@ -57,7 +57,7 @@ klib-y := vsnprintf.o snprintf.o vsprintf.o sprintf.o \
ctype/isxdigit.o ctype/tolower.o ctype/toupper.o \
userdb/getgrgid.o userdb/getgrnam.o userdb/getpwnam.o \
userdb/getpwuid.o userdb/root_group.o userdb/root_user.o \
- setmntent.o endmntent.o
+ setmntent.o endmntent.o getmntent.o
klib-$(CONFIG_KLIBC_ERRLIST) += errlist.o
diff --git a/usr/klibc/getmntent.c b/usr/klibc/getmntent.c
new file mode 100644
index 0000000..8af27f3
--- /dev/null
+++ b/usr/klibc/getmntent.c
@@ -0,0 +1,61 @@...
2003 Sep 03
0
[Help] Samba Panic with Samba 3.0Beta3, LDAP
...591-515
displayName: winxp$
sambaPwdCanChange: 1062579763
sambaPwdMustChange: 1064394163
sambaLMPassword: 7C3EF25FA3779D64AAD3B435B51404EE
sambaNTPassword: 1A49257017CFEA65452A8927CE010BD3
sambaPwdLastSet: 1062579763
sambaAcctFlags: [W ]
objectClass: sambaSamAccount
objectClass: account
# root_group, users, eva.mpg.de
dn: cn=root_group,ou=users,dc=eva,dc=mpg,dc=de
objectClass: posixGroup
objectClass: sambaGroupMapping
gidNumber: 0
cn: root
sambaSID: S-1-5-21-1042031166-387543594-2118856591-1001
sambaGroupType: 2
displayName: Administratoren
# root, users, eva.mpg.de
dn: cn=root,ou=users,dc=ev...
2009 Jul 01
14
can''t boot 2009.06 domU on Xen 3.4.1 / CentOS 5.3 dom0
I''ve got a CentOS 5.3 dom0 with Xen 3.4.1-rc5 (or so). I''ve tried the same stuff below with 3.4.0, no difference. I''m trying to install 2009.06 PV domU based on instructions from [1] and [2]. I can run the install fine, I can also get the kernel and boot archive (from [2]) after the install. But for the life of me I can''t get the installed domU to boot.
If I
2007 Aug 15
0
[git patch] fstype support + minor stuff
...ype/isblank.o ctype/iscntrl.o ctype/isdigit.o \
- ctype/isgraph.o ctype/islower.o ctype/isprint.o \
- ctype/ispunct.o ctype/isspace.o ctype/isupper.o \
- ctype/isxdigit.o ctype/tolower.o ctype/toupper.o \
- userdb/getgrgid.o userdb/getgrnam.o userdb/getpwnam.o \
- userdb/getpwuid.o userdb/root_group.o userdb/root_user.o
+klib-y := abort.o alarm.o asprintf.o assert.o \
+ atexit.o atoi.o atoll.o atol.o brk.o \
+ bsd_signal.o bsearch.o calloc.o clearenv.o \
+ closelog.o creat.o ctype/isalnum.o \
+ ctype/isalpha.o ctype/isascii.o \
+ ctype/isblank.o ctype/iscntrl.o \
+ ctype/isdigit.o...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...clude -I/root/gen/trunk/knl/linux/usr//arch/powerpc/include -D__KLIBC__=2 -D__KLIBC_MINOR__=0 -D_BITSIZE=32 -fno-stack-protector -fwrapv -m32 -Os -W -Wall -Wno-sign-compare -Wno-unused-parameter -c -o usr/klibc/userdb/getpwuid.o usr/klibc/userdb/getpwuid.c
ppc-linux-gcc -Wp,-MD,usr/klibc/userdb/.root_group.o.d -nostdinc -iwithprefix include -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/arch/ppc -Iusr/include/arch/ppc -I/root/ofs/trunk/packages/klibc-2.0.2/usr/include/bits32 -Iusr/include/bits32 -I/root/ofs/trunk/packages/klibc-2.0.2/usr/klibc/../include -Iusr/klibc/../include -I/root/ofs/trunk/...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote:
> >
> Find attached two patches I have in order to build klibc 2.0.2
> against kernel 3.8.13
> We had to introduce those patches when going from kernel 3.6 to kernel 3.7
> Hope it helps.
>
those patches are wrong and again very brittle.
just use the way it is described in `make help':
A) cd ~/src/linux