Displaying 19 results from an estimated 19 matches for "azarah".
Did you mean:
azariah
2005 Mar 06
1
Detecting KLIBC from userspace
...ces a
klibc-config which can be used to retrieve all needed info to build
against klibc (or even cross-compiled versions of klibc if need be) ?
Comments or suggestions will be appreciated.
Thanks,
--
Martin Schlemmer
--
---------------------[ Ciphire Signature ]----------------------
From: azarah@nosferatu.za.org signed email body (1516 characters)
Date: on 06 March 2005 at 15:38:26 UTC
To: klibc@zytor.com
----------------------------------------------------------------
: Ciphire has secured this email against identity theft.
: Free download at www.ciphire.com. The garbled lines
: below a...
2003 Aug 02
7
[2.6] Perl weirdness with ext3 and HTREE
Hi
I have mailed about this previously, but back then it was not
really confirmed, so I have let it be at that.
Anyhow, problem is that for some reason 2.5/2.6 ext3 with HTREE
support do not like what perl-5.8.0 does during installation.
It *seems* like one of the temporary files created during manpage
installation do not get unlinked properly, or gets into the
hash (this possible?) and cause
2004 Jul 16
1
Winbind problem
...]
default_realm = NEWDOMAIN.INT
[realms]
NEWDOMAIN.INT = {
kdc = stan.naic.int
}
[domain_realms]
.newdomain.int = NEWDOMAIN.INT
my nsswitch.conf:
Code:
# /etc/nsswitch.conf:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/nsswitch.conf,v 1.4
2002/11/18 19:39:22 azarah Exp $
passwd: compat winbind
shadow: compat
group: compat winbind
# passwd: db files nis
# shadow: db files nis
# group: db files nis
hosts: files dns
networks: files dns
services: db files
protocols: db files
rpc: db files
ethers: db files
n...
2005 Mar 09
1
Cross compiling klibc for arm and linking shared stuff
...u-ld: please report this bug
-----
When trying to cross compile for armv4, and was wondering if anybody
know of a patch to fix that ... I have tried different versions of
binutils as well.
Thanks,
--
Martin Schlemmer
--
---------------------[ Ciphire Signature ]----------------------
From: azarah@nosferatu.za.org signed email body (523 characters)
Date: on 09 March 2005 at 15:08:28 UTC
To: klibc@zytor.com
----------------------------------------------------------------
: Ciphire has secured this email against identity theft.
: Free download at www.ciphire.com. The garbled lines
: below ar...
2005 Mar 09
1
makeklcc.pl passes '' to ld if LDFLAGS empty among things
...), ";\n";
+ print "\@$n = qw( $s );\n";
print "\$conf{\'\L$n\E\'} = \\\$$n;\n";
}
}
-----
(Credits for last goes to Aron Griffis)
Regards,
--
Martin Schlemmer
--
---------------------[ Ciphire Signature ]----------------------
From: azarah@nosferatu.za.org signed email body (1173 characters)
Date: on 09 March 2005 at 23:39:42 UTC
To: klibc@zytor.com
----------------------------------------------------------------
: Ciphire has secured this email against identity theft.
: Free download at www.ciphire.com. The garbled lines
: below a...
2005 Mar 11
1
select.h not working on ia64
__FD_SET, __FD_CLR, __FD_ISSET, __FD_ZERO
are inside of __KERNEL__ in:
include/asm-ia64/posix_types.h
and therefore not available.
I've added stuff like this to our code:
#ifndef __FD_SET
#define __FD_SET(d, set) ((set)->fds_bits[__FDELT(d)] |= __FDMASK(d))
#endif
but it would be nice if this can be solved in klibc.
Thanks,
Kay
2005 Mar 07
1
Question about islower() in ctype.h (ANSI compat headers test)
...if cases like
this is seen as issues that should be fixed ... I understand that this
being a minimal library, size might be a factor in not making everything
100% ansi/whatever compliant ...
Thanks,
--
Martin Schlemmer
--
---------------------[ Ciphire Signature ]----------------------
From: azarah@nosferatu.za.org signed email body (1537 characters)
Date: on 07 March 2005 at 21:28:14 UTC
To: klibc@zytor.com
----------------------------------------------------------------
: Ciphire has secured this email against identity theft.
: Free download at www.ciphire.com. The garbled lines
: below a...
2006 Apr 09
1
[PATCH] kbuild: rebuild initramfs if included files changes
...data.cpio.gz: $(ramfs-filelist) $(obj)/gen_init_cpio FORCE
+ $(call if_changed,initfs)
diff --git a/usr/gen_initramfs.sh b/usr/gen_initramfs.sh
new file mode 100755
index 0000000..7749615
--- /dev/null
+++ b/usr/gen_initramfs.sh
@@ -0,0 +1,285 @@
+#!/bin/bash
+# Copyright (C) Martin Schlemmer <azarah@nosferatu.za.org>
+# Copyright (c) 2006 Sam Ravnborg <sam@ravnborg.org>
+#
+# Released under the terms of the GNU GPL
+#
+# Generate a cpio packed initramfs. It uses gen_init_cpio to generate
+# the cpio archive, and gzip to pack it.
+# The script may also be sued to generate the...
2005 May 15
0
idmap_rid problem - winbindd_sid_to_uid: Could not get uid for sid
...lient use spnego=yes
#ldap idmap suffix = ou=Idmap,dc=office,dc=aventurine,dc=gr
[homes]
comment = Home Directories
read only = No
browseable = No
ares samba # cat /etc/nsswitch.conf
# /etc/nsswitch.conf:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/nsswitch.conf,v 1.4
2002/11/18 19:39:22 azarah Exp $
passwd: compat winbind
shadow: compat winbind
group: compat winbind
hosts: files dns winbind
networks: files dns
services: db files
protocols: db files
rpc: db files
ethers: db files
netmasks: files
netgroup: files
bootparams: files
automo...
2006 Apr 08
0
[WIP] rebuild initramfs when content changes
...:= initramfs_data.cpio.gz
$(obj)/initramfs_data.cpio.gz: $(ramfs-filelist) $(obj)/gen_init_cpio FORCE
$(call if_changed,initfs)
# Cleaning time
clean-files := initramfs_list initramfs_data.cpio.gz
The restructured usr/gen_initramfs shell script:
#!/bin/bash
# Copyright (C) Martin Schlemmer <azarah@nosferatu.za.org>
# Released under the terms of the GNU GPL
#
# Generate a newline separated list of entries from the file/directory
# supplied as an argument.
#
# If a file/directory is not supplied then generate a small dummy file.
#
# The output is suitable for gen_init_cpio built from usr/ge...
2004 Jul 31
3
Openldap samba 3.0.5 net group add does not work
When I run net add groupmap rid=512 ntgroup="Domain Admins"
UNIXgroup="ntadmins" i get this error:
adding entry for group Domain Admins failed!
The error isn't very specific and the log doesn't show any error. I look in
the log (log level -1 in slapd.conf) and I can tell it is able to search. I
can post the syslog if you need it. I think their is an error in my
2005 Mar 05
4
scsi and malloc.h headers
Hi,
Any reason why the scsi headers and malloc.h are not installed as well
for klibc 'make install' ?
Thanks,
--
Martin Schlemmer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url :
2005 Aug 25
3
Adding -nostdlib to REQFLAGS
Skipped content of type multipart/mixed-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://www.vas.nu/pipermail/klibc/attachments/20050825/0e6d8370/attachment.bin
2005 Sep 02
2
UserMode linux and klibc
Skipped content of type multipart/mixed-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://www.zytor.com/pipermail/klibc/attachments/20050902/d8550194/attachment.bin
2006 Feb 07
0
Add use of NOSTDINC_FLAGS back
Skipped content of type multipart/mixed-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://www.zytor.com/pipermail/klibc/attachments/20060207/ab5e0a2f/attachment.bin
2006 Feb 07
1
Problems with fread
Hi,
I have a port here of device-mapper to use klibc (still trying to get it
upstream, but oh well). It used to work fine, but with latish klibc's I
seem to have issues with fread().
Same code with glibc works just fine, but with klibc fread only seems to
read the first two lines when it tries to get the major device number
for misc and device-mapper from /proc/devices - then it keeps
2006 Feb 09
0
Dash fails to link with KLIBCKERNELOBJ set
Hi,
From the Makefile I figured that to build klibc where the kernel was
built with O=/someotherdir, you need to do:
make KLIBCKERNELOBJ=/someotherdir KBUILD_SRC=1
Everything seems fine though, but it fails to link dash with:
-----
KLIBCCC dash/bltin/printf.o
KLIBCCC dash/system.o
KLIBCCC dash/bltin/test.o
KLIBCCC dash/bltin/times.o
KLIBCCC dash/var.o
GEN dash/init.c
KLIBCCC
2006 Jul 08
1
klibc and executable stack
Hi,
Just wondering if klibc are planning on supporting the .note.GNU-stack
section and all it entails ?
On sort of a related topic - we have QA tests that checks if something
have executable stack. Klibc of course fails due to the many .S, and
not passing --noexecstack to gas. Adding this to
EXTRA_KLIBC{C,A,LD}FLAGS fixes the issue for all the syscalls, crt0.o,
interp.o and the .so, as well as
2005 Aug 27
3
KLIBC support for sysfsutils-1.3.0
Skipped content of type multipart/mixed-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://www.zytor.com/pipermail/klibc/attachments/20050827/b7319510/attachment-0001.bin