search for: nosferatu

Displaying 19 results from an estimated 19 matches for "nosferatu".

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
2005 Mar 07
1
Question about islower() in ctype.h (ANSI compat headers test)
...0, ISLOWER (i) = 0 toupper (i) = 220, TOUPPER (i) = 220 i = 221 islower (i) = 0, ISLOWER (i) = 0 toupper (i) = 221, TOUPPER (i) = 221 i = 222 islower (i) = 0, ISLOWER (i) = 0 toupper (i) = 222, TOUPPER (i) = 222 i = 223 islower (i) = 2, ISLOWER (i) = 0 toupper (i) = 223, TOUPPER (i) = 223 No Match! nosferatu 1.0.0.rc6.klibc4 # cat foo.c /* confdefs.h. */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define HAVE_DIRENT_H 1 /* end confdefs.h. */ #include <ctype.h...
1998 Nov 02
0
Fw: SAMBA digest 1861
...; <jhays@Hays.ORG> > 3) MS Word 97 and Samba 1.9.18p10 > by "Whiffen, Richard" <whiffen@ici.org> > 4) Q about files > by "Igor Colovic" <cigor@EUnet.yu> > 5) Problem with domain controller & win98 > by "Hans Eichbaum" <hans@nosferatu.horizon.nl> > >---------------------------------------------------------------------- > >Date: Sat, 31 Oct 1998 11:17:47 +0100 >From: "Robert Dahlem" <Robert.Dahlem@frankfurt.netsurf.de> >To: "Multiple recipients of list" <samba@samba.anu.edu.au>...
1998 Oct 31
3
Problem with domain controller & win98
...his with a registry setting (something with plaintext), now this part works. Now i configured my windows 98 for using a domain-server, and again i have a password problem!! I don't know how to fix it ? (again a registry entry?) i'm using 1.9.18p8 this is my smb.conf : [global] workgroup = NOSFERATU guest account = nobody serverstring = Debian GNU/Linux 2.0 Hamm #netbios name = Freesystems guest ok = yes printing = bsd share modes = yes wins support = yes domain logons = yes logon script = login.bat [netlogon] path = /home/netlogon writeable = no guest ok = no [homes] comment = Home...
2005 Mar 06
1
Detecting KLIBC from userspace
...libc-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 are the sen...
2005 Mar 09
1
Cross compiling klibc for arm and linking shared stuff
...lease 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 are the send...
2005 Mar 09
1
makeklcc.pl passes '' to ld if LDFLAGS empty among things
...t;;\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 are the sen...
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
2006 Apr 09
1
[PATCH] kbuild: rebuild initramfs if included files changes
...io.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 inputfile...
2006 Apr 08
0
[WIP] rebuild initramfs when content changes
...ramfs_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/gen_init_cpi...
2003 Dec 01
0
No subject
...)); } } Return-Path: <G.Wagner@mkg-bank.de> Delivered-To: samba@lists.samba.org Received: from mailsweeper.mkg-bank.de (unknown [212.184.20.148]) by lists.samba.org (Postfix) with ESMTP id CA8354FCA for <samba@lists.samba.org>; Fri, 6 Jul 2001 01:46:36 -0700 (PDT) Received: from nosferatu.mkg-bank.de (unverified) by mailsweeper.mkg-bank.de (Content Technologies SMTPRS 4.2.1) with ESMTP id <T549441dc46d4b81494139@mailsweeper.mkg-bank.de> for <samba@lists.samba.org>; Fri, 6 Jul 2001 10:49:57 +0200 Received: by nosferatu.mkg-bank.de with Internet Mail Service (5.5.2...
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