Re: src builds and STDERR

2012-06-14 Thread Max Khon
Hello! On Fri, Mar 2, 2012 at 1:24 PM, Eygene Ryabinkin r...@freebsd.org wrote: Thu, Mar 01, 2012 at 09:38:06AM -0800, Garrett Cooper wrote: On Thu, Mar 1, 2012 at 9:01 AM, Chris Rees utis...@gmail.com wrote: On 1 Mar 2012 16:31, Garrett Cooper yaneg...@gmail.com wrote: See:

Re: arcnet support for FreeBSD (request for review)

2001-09-27 Thread Max Khon
hi, there! On Wed, Sep 26, 2001 at 12:59:01PM -0500, mark tinguely wrote: There is nothing like raising a topic that was last seen several months ago, but ... Has there been any serious consideration to committing the arcnet code that mentioned on 20 Jul 2001

Re: gethostbyXXXX_r()

2001-08-04 Thread Max Khon
hi, there! On Sat, 4 Aug 2001, Richard Seaman, Jr. wrote: There are some gethostby_r, getnetby_r, ... etc routines in the linuxthreads port (/usr/ports/devel/linuxthreads/files). These came from the original linuxthreads package, and have no copyright on them. I never researched the

Re: arcnet support for FreeBSD (request for review)

2001-07-19 Thread Max Khon
hi, there! On Thu, 19 Jul 2001, Marc wrote: I believe there is also 16 and 100 Mbit arcnet hardware available ;) That's just plain scary ;-) Although I guess Arcnet does have it's niche applications. yes. it is often used as solution for last mile problem and people ask for Arcnet

arcnet support for FreeBSD (request for review)

2001-07-18 Thread Max Khon
hi, there! I have made second attempt to implement Arcnet support for FreeBSD (the first was made about two years ago and nothing was ever committed) Current bits can be fetched from http://iclub.nsu.ru/~fjoe/arcnet/ In order to use them you should copy dev/, net/ and modules/ to /sys and apply

Re: FreeBSD Mall now BSDCentral

2001-07-12 Thread Max Khon
hi, there! On Thu, 12 Jul 2001, David O'Brien wrote: 3) The default in 4.3-RELEASE is to have the IDE write caching off. If you submit a patch to add the proper entries to /boot/loader.conf in the MFSROOT image, I'd commit it. This would ensure the installation process always

openssl/mdX.h and mdX.h name clashes

2001-04-02 Thread Max Khon
hi, there! /usr/include/mdX.h and /usr/include/openssl/mdX.h both declare structures and functions with the same name (structures are a bit different) and this is a bit troublesome for applications that want to link with both -lmd and -lcrypto can we consider merging our mdX.h enhancements

Re: openssl/mdX.h and mdX.h name clashes

2001-04-02 Thread Max Khon
hi, there! On Mon, 2 Apr 2001, Peter Pentchev wrote: /usr/include/mdX.h and /usr/include/openssl/mdX.h both declare structures and functions with the same name (structures are a bit different) and this is a bit troublesome for applications that want to link with both -lmd and -lcrypto

Re: GCC Upgrade?

2001-03-21 Thread Max Khon
hi, there! On Tue, 20 Mar 2001, Alexander N. Kabaev wrote: It will happen right after I MFC GCC 2.95.3. DWARF2 is required by the IA-64 psABI, and is supported better on the Alpha. It will be so nice to finally leave these sjlj exceptions problems behind. Btw, do you have patches that

Re: SCSI-over-* hacks

2001-03-21 Thread Max Khon
hi, there! On Tue, 20 Mar 2001, Mike Smith wrote: Has anyone implemented/thought of implementing: - a CAM transport for ATAPI devices; Yes. It's not a lot of work. that would be GREAT for cd recording on IDE CD-RW (one will be able to use cdrdao and cdrecord instead of burncd) /fjoe

Re: GCC Upgrade?

2001-03-21 Thread Max Khon
hi, there! On Tue, 20 Mar 2001, Titus von Boxberg wrote: Is there a link available to documentation that explains DWARF and fsjlf except.c from gcc sources (/usr/src/contrib/gcc/except.c) /fjoe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of

Re: gcc -pthread / segfault problem

2001-03-03 Thread Max Khon
hi, there! On Fri, 2 Mar 2001, Lists Account wrote: I was coding some stuff under a 4.2 box of mine here earlier today and I seem to have hit a very strange bug, I was wondering if anyone could help me out here. I wrote a bunch of pthread enabled code, when I tried to run the program,

swap_pager: indefinite wait buffer: device: #ad/0x20001, blkno: 288,size: 4096

2001-02-01 Thread Max Khon
hi, there! what does the following error message mean: swap_pager: indefinite wait buffer: device: #ad/0x20001, blkno: 288, size: 4096 it happens when burncd is fixating disk /fjoe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: need help with pthreads and memory corruption problem

2001-01-23 Thread Max Khon
hi, there! On Tue, 23 Jan 2001, Joe Albowicz wrote: I'm porting an application from Linux to FreeBSD and I am having some problems with the program crashing in weird/random places because of memory corruption. For example the crash can happen in STL or free or in c++ code that we have

Re: gdb question

2001-01-03 Thread Max Khon
hi, there! On Wed, 3 Jan 2001, Thierry wrote: I use the "fork" function to call another function "foo( )" In gdb, I would like to put a breakpoint in this function "foo( )", When I execute, the function "foo( )" is stopped, but gdb doesn't give me the hand. How I can put a breakpoint

Re: call for testers: nsswitch + dynamic linking

2000-12-04 Thread Max Khon
hi, there! On Wed, 25 Oct 2000, Jacques A. Vidrine wrote: nsswitch extends the C library so that arbitrary sources may be consulted by database routines such as getpwent, gethostbyname, and so on. This implementation was based on NetBSD's implementation. I have enhanced it to make the

ACE wrappers

2000-12-04 Thread Max Khon
hi, there! Is there anyone using ACE wrappers? We are using -stable and before 4.2-RELEASE everything was fine (on systems running 4.2-BETA before libc_r fixes/improvements) On -stable systems cvsupped yesterday a lot of ACE tests fail with signal 11 (we are using ACE wrappers 5.1.9). Is there

Re: mortal mount

2000-12-04 Thread Max Khon
hi, there! On Mon, 4 Dec 2000, Will Andrews wrote: I spotted this PR in the database today: http://www.freebsd.org/cgi/query-pr.cgi?pr=11031 I'd like to know: why can't our mount optionally allow configuration of non-root mounting to a fixed mountpoint? This patch (obviously,

Re: IM server?

2000-11-28 Thread Max Khon
hi, there! On Tue, 28 Nov 2000, Mike Nowlin wrote: Anyone know of a program out there that can act as a central server for ICQ? (I know there's some AIM clones out there, but I'd rather avoid that one...) A quick look in ports and some digging around on Google and Freshmeat didn't return

Re: dlopen()

2000-11-23 Thread Max Khon
hi, there! On Wed, 22 Nov 2000, Dmitry Sychov wrote: Is it safe to remove the *.so file after it is loaded into the process space and addresses to its functions are gotten? yes /fjoe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the

RE: daemon()

2000-11-08 Thread Max Khon
hi, there! On Wed, 8 Nov 2000, Koster, K.J. wrote: No one with any brains uses bash 1 for anything anymore. Then why is it there? To help up the port count? If it's not good, it should be nuked, IMHO. people still use it because it is smaller obrien has already tried to remove it

RE: daemon()

2000-11-08 Thread Max Khon
hi, there! On Wed, 8 Nov 2000, Don Lewis wrote: } No one with any brains uses bash 1 for anything } anymore. } } Then why is it there? To help up the port count? If it's not good, it should } be nuked, IMHO. } } people still use it because it is smaller } obrien has

daemon()

2000-11-07 Thread Max Khon
hi, there! --- cut here --- #include stdio.h #include stdlib.h main() { if (daemon(1, 1) 0) { perror("daemon"); } for (;;) sleep(1); } --- cut here --- lark:~$ps ax | grep foo3 26102 ?? Ss 0:00.00 ./foo3 26104 p8 S+ 0:00.01

Re: daemon()

2000-11-07 Thread Max Khon
hi, there! On Tue, 7 Nov 2000 [EMAIL PROTECTED] wrote: what is FD 4? I can't reproduce this? Does it always happen? yes. I am running sample program under FreeBSD 4.2-BETA (31 Oct 2000) /fjoe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body

Re: daemon()

2000-11-07 Thread Max Khon
hi, there! On Tue, 7 Nov 2000, Don Lewis wrote: } what is FD 4? } } I can't reproduce this? Does it always happen? It might be something that the shell forgets to close, so it will be dependent on which shell you use. exactly. this does not happen if I run this program from tcsh (but

Re: AutoFS on FreeBSD

2000-10-25 Thread Max Khon
hi, there! On Wed, 25 Oct 2000, Terry Lambert wrote: In any case, you *could* use the Linux AutoFS module with FreeBSD; there is a port which supports Linux FS modules loaded into user space which one? /fjoe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: using raw disks in vmware under -current

2000-10-11 Thread Max Khon
hi, there! On Tue, 10 Oct 2000, Josef Karthauser wrote: Has anyone got rawdisks working in vmware under -current? They used to work - my guess that that something happened when we lost block devices, or I've got a hosed linux_compat installation. vmware2 port works for me with Win95 OSR2

Re: Converting Sun Automounter maps

2000-09-23 Thread Max Khon
hi, there! On Fri, 22 Sep 2000, Daniel Eischen wrote: On Fri, 22 Sep 2000, Stephen Hocking wrote: I've stumbling into the wonderful world of auto-mounting, and trying to convert some maps from a Sun box to the FreeBSD format. I have amd.conf set up OK as per the man page, but keep on

Re: Trouble with dynamic loading of C++ libs in PHP v4.02 on FreeBSD 4.1

2000-09-17 Thread Max Khon
hi, there! On Fri, 15 Sep 2000, John Polstra wrote: Here is another possibility: we could call _thread_init() from crt1.o. The patch (untested) is below. It calls _thread_init() if and only if that symbol is defined -- i.e., libc_r is linked in. What do you think about this solution?

Re: Trouble with dynamic loading of C++ libs in PHP v4.02 on FreeBSD 4.1

2000-09-15 Thread Max Khon
hi, there! On Fri, 15 Sep 2000, John Polstra wrote: there were some problems with pthreads initialization (but David will not like the way I did it -- some files in contrib/gcc should be changed). this happened because we initialize pthreads from static object constructor (which is not

Re: Trouble with dynamic loading of C++ libs in PHP v4.02 on FreeBSD 4.1

2000-09-14 Thread Max Khon
hi, there! On Thu, 14 Sep 2000, John Polstra wrote: Also, we _desperately_ need to switch away from the setjmp/longjmp exception implementation and start using the now-standard DWARF2 implementation. It makes a tremendous performance difference even in programs that don't use exceptions at

Re: Trouble with dynamic loading of C++ libs in PHP v4.02 on FreeBSD 4.1

2000-09-14 Thread Max Khon
hi, there! On Thu, 14 Sep 2000, John Polstra wrote: I have made all the necessary patches for this. I believe, David has them. Actually I now think we should simply build the crt* files from gcc's "crtstuff.c" in the standard way, rather than having our own versions. The gcc versions

Re: Document about threads

2000-08-25 Thread Max Khon
hi, there! On Fri, 25 Aug 2000, Bryan K. Ogawa wrote: 1. I had seen an email in the mailing list archives which asserted that C++ exceptions have been broken since August 1999 in the multithread case -- does anyone know what the status in 4.1-STABLE and -CURRENT are? I've managed to get

Re: Document about threads

2000-08-25 Thread Max Khon
hi, there! On Fri, 25 Aug 2000, Alexander N. Kabaev wrote: There was a bug in -fsjlj-exceptions code generation related to shared libraries and to best of my knowledge the correct fix has been imported into the official gcc CVS tree and was merged into FreeBSD some time ago. Are there any

Re: ANSI C Standard and wchar*

2000-08-01 Thread Max Khon
hi, there! On Tue, 1 Aug 2000, Thomas M. Sommers wrote: I am working on completing a BSDL'ed implementation of wchar* that is *not* broken. However, I could not find a free copy of ANSI C library standard. I was wondering if anyone has an electronic copy of ANSI/ISO/IEC 9899-1999

Re: PATCH src/etc/root : more-less

2000-07-11 Thread Max Khon
hi, there! On Tue, 11 Jul 2000 [EMAIL PROTECTED] wrote: What about it for 4.0-ST? Index: src/etc/root/dot.cshrc [trim] and what's about this? --- usr.sbin/mergemaster/mergemaster.sh.origTue Jul 11 21:34:20 2000 +++ usr.sbin/mergemaster/mergemaster.sh Tue Jul 11 21:37:11 2000 @@

latest news concerned crypto stuff

2000-07-05 Thread Max Khon
hi, there! do the latest news concerned crypto stuff mean that we can now always have DES in base system? and what's about a possibility to select Crypt Format (DES/MD5/SHA/whatever) per user or per login class? /fjoe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

mbstowcs/wcstombs

2000-07-02 Thread Max Khon
hi, there! sorry for posting here but freebsd-i18n list seems to be dead (is it?) some products (e.g. Xerces for C from XML Apache Project) rely on the following behaviour of mbstowcs/wcstombs: when `dest' param is NULL then `len' parameter is ignored and these functions return required length

Re: mbstowcs/wcstombs

2000-07-02 Thread Max Khon
hi, there! On Mon, 3 Jul 2000, Max Khon wrote: sorry for posting here but freebsd-i18n list seems to be dead (is it?) some products (e.g. Xerces for C from XML Apache Project) rely on the following behaviour of mbstowcs/wcstombs: when `dest' param is NULL then `len' parameter is ignored

Re: ACE wrappers woes on 4.x-stable (pthreads)

2000-06-08 Thread Max Khon
hi, there! On Thu, 8 Jun 2000, Russell L. Carter wrote: |can someone take a look at this? |seems that it's a flaw in 4.x pthreads implementation |under RELENG_3 everything works fine, haven't tried this on -current |i'm totally lost at this point Multithreaded C++ exceptions have been

Re: ACE wrappers woes on 4.x-stable (pthreads)

2000-06-08 Thread Max Khon
hi, there! On Fri, 9 Jun 2000, Max Khon wrote: Multithreaded C++ exceptions have been broken since about August '99. Use the macros if you need exceptions with ACE/TAO. That's not a solution for me -- I want to port some app that uses ACE + TAO and does not use ACE exceptions macros

Re: ACE wrappers woes on 4.x-stable (pthreads)

2000-06-08 Thread Max Khon
hi, there! On Thu, 8 Jun 2000, Soren Schmidt wrote: |can someone take a look at this? |seems that it's a flaw in 4.x pthreads implementation |under RELENG_3 everything works fine, haven't tried this on -current |i'm totally lost at this point Multithreaded C++ exceptions have

Re: Using TCP_WRAPPERS in code

2000-06-04 Thread Max Khon
hi, there! On Sun, 4 Jun 2000, James Housley wrote: I would like to use tcp_wrappers (libwrap) in a program. I din't see any examples or a reference to a web site. I have read the man page. Is there a good example of a program in the FreeBSD 4 tree that is not inetd spawned and uses

RTLD_NODELETE, RTLD_NOLOAD dlopen mode flags

2000-05-26 Thread Max Khon
hi, there! Are there any plans to implement RTLD_NODELETE and RTLD_NOLOAD mode flags for dlopen? from Solaris 2.6 man 3X dlopen: The following modes provide additional capabilities outside of relocation processing: RTLD_NODELETE The specified object will not be deleted

Re: why JDK 1.1.8 on FreeBFS is so slow ?

2000-05-03 Thread Max Khon
hi, there! On Wed, 3 May 2000, Alexander Voropay wrote: see http://www.volano.com/report.html for details (quoting from their page) JDK 1.1.8 FreeBSD JDK 1.1.8 for FreeBSD FreeBSD 3.2-RELEASE Java version "jdk1.1.8-FreeBSD:1999/7/19" Installed from

Re: Is FreeBSD dead ?

2000-03-10 Thread Max Khon
hi, there! On Fri, 10 Mar 2000, Didier Derny wrote: I've just read the announcement of the merge of BSDI and Walnut Creek CDROM. (March 10 2000). I guess it's a sad day for FreeBSD. I can't imagine how a company selling it's own BSD could at the same time let another BSD free. Has the

Re: empty lists in for

2000-03-07 Thread Max Khon
hi, there! On Mon, 6 Mar 2000, Chet Ramey wrote: : to : : sh_subdirs=${SUBDIRS}; for f in $$sh_subdirs ; do ... there's lots of other workarounds, from seeing if SUBDIRS is defined, to using make's .foreach. Another option is: for f in $$empty_list

Re: empty lists in for (/bin/sh)

2000-03-06 Thread Max Khon
hi, there! On Mon, 6 Mar 2000, Martin Cracauer wrote: I just checked POSIX 1003.2. for name [ in word ] do compound-list done "First, the list of words following 'in' shall be expanded to generate a list of items." [...] "If no items result from the expansion, the

empty lists in for

2000-02-21 Thread Max Khon
hi, there! I'm trying to port FreeBSD ports subsystem to Solaris and Linux (for our company internal needs). many for's in bsd.port.mk are expanded into for's with empty word list (e.g.: for i in ; do smth; done). bash and ksh complain about unexpected ';'. /bin/sh (FreeBSD) thinks it's ok and

Re: accounting, ppp

2000-02-14 Thread Max Khon
hi, there! On Mon, 14 Feb 2000, Egervary Gergely wrote: I'm running a PPP dialup server. (mgetty-autoppp) Is there any way to do login accounting (like solaris' PAM modules, or linux pam_limits.so) A FreeBSD PAM module? ;) We use the same PAM code as linux, so grab the source of

does -frepo work in gcc-devel or -current gcc?

2000-01-20 Thread Max Khon
hi, there! This small program does not build with both -current gcc (gcc version 2.95.2 19991024 (release), I built collect2 for it manually) and gcc-devel (gcc version 2.96 2110 (experimental)) --- cut here --- CXX=g++ -frepo LD=g++ foo: foo.o $(LD) -o $* $ clean: rm -f

-frepo broken

2000-01-20 Thread Max Khon
hi, there! seems that i tracked down the problem: ld uses cplus-dem.c from libiberty (contrib/binutils/libiberty/cplus-dem.c) which differs from that one gcc is compiled with (contrib/gcc/cplus-dem.c). When I compiled collect2 with libiberty's cplus-dem.c everything went ok. /fjoe To

openssh 1.2

1999-11-11 Thread Max Khon
hi, there! just installed the openssh port: everything is fine but i miss one feature: OpenBSD guys removed calling ssh-askpass from ssh-add (because ssh-askpass require X libs for building) and removed ssh-askpass at all. maybe it would be better to put ssh-askpass in ports (ssh 1.2.16 which

Re: RTLD_GLOBAL/RTLD_LOCAL dlopen mode flags

1999-11-02 Thread Max Khon
hi, there! On Mon, 1 Nov 1999, John Polstra wrote: Are there any plans to implement RTLD_GLOBAL/RTLD_LOCAL mode flags for dlopen? RTLD_GLOBAL has been supported in -current since around the beginning of September. great. I think that manpage should be brought up to date with -current

RTLD_GLOBAL/RTLD_LOCAL dlopen mode flags

1999-10-28 Thread Max Khon
hi, there! Are there any plans to implement RTLD_GLOBAL/RTLD_LOCAL mode flags for dlopen? /fjoe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: dropped connections (fwd)

1999-09-10 Thread Max Khon
hi, there ee does the same. The reason is that the program does not check for EOF on stdin, it continuously loops. It's a bug in the program. The thing that could have been changed is a signal from the shell that is no longer sent or so. The problem is the program, not the OS. It might

Re: dropped connections (fwd)

1999-09-10 Thread Max Khon
hi, there ee does the same. The reason is that the program does not check for EOF on stdin, it continuously loops. It's a bug in the program. The thing that could have been changed is a signal from the shell that is no longer sent or so. The problem is the program, not the OS. It might

Re: Are the ethernet drivers time dependent?

1999-08-29 Thread Max Khon
hi, there! On Mon, 30 Aug 1999, Matthew N. Dodd wrote: : I have some frequecy hopping radio modems that use the 82593 to get : 256kbps or so... Speaking of which, I'll give two free to someone that commits to writing a driver for these beasts. It would be an excellent chance for

Re: Are the ethernet drivers time dependent?

1999-08-29 Thread Max Khon
hi, there! On Mon, 30 Aug 1999, Matthew N. Dodd wrote: : I have some frequecy hopping radio modems that use the 82593 to get : 256kbps or so... Speaking of which, I'll give two free to someone that commits to writing a driver for these beasts. It would be an excellent chance for

dropped connections (fwd)

1999-08-26 Thread Max Khon
hi, there! sorry for asking here, but got no replies on -questions direct replies are not nessessary if you'll answer to -hackers -- Forwarded message -- Date: Mon, 23 Aug 1999 17:54:32 +0700 (NSS) From: Max Khon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: dropped

dropped connections (fwd)

1999-08-26 Thread Max Khon
hi, there! sorry for asking here, but got no replies on -questions direct replies are not nessessary if you'll answer to -hackers -- Forwarded message -- Date: Mon, 23 Aug 1999 17:54:32 +0700 (NSS) From: Max Khon f...@iclub.nsu.ru To: questi...@freebsd.org Subject: dropped

AccelePort C/X

1999-08-10 Thread Max Khon
hi, there! are there any device drivers for any *BSD for DigiBoard AccelePort C/X or should I start writing them myself? /fjoe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

AccelePort C/X

1999-08-10 Thread Max Khon
hi, there! are there any device drivers for any *BSD for DigiBoard AccelePort C/X or should I start writing them myself? /fjoe To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

Re: NSS Project

1999-08-04 Thread Max Khon
hi, there! On Tue, 3 Aug 1999, Oscar Bonilla wrote: *Step One: I ported the NetBSD implementation of nsdispatch(3) as implemented by Luke Mewburn. See attached patch to libc and new header file. I'm also attaching the man page for /etc/nsswitch.conf. Right now it compiles, installs, and

Re: NSS Project

1999-08-03 Thread Max Khon
hi, there! On Tue, 3 Aug 1999, Oscar Bonilla wrote: *Step One: I ported the NetBSD implementation of nsdispatch(3) as implemented by Luke Mewburn. See attached patch to libc and new header file. I'm also attaching the man page for /etc/nsswitch.conf. Right now it compiles, installs, and

Re: FTPd authentication with PAM/MySQL

1999-07-30 Thread Max Khon
hi, there! On Mon, 26 Jul 1999, Steven Fletcher wrote: I've seen the PAM modules/libraries/etc for MySQL and noticed that the FTPD Makefile has a Kerberos PAM option, and was wondering if anyone knows of a way to get FTPd talking to MySQL... or if it would work at all? ftpd PAM patches

Re: FTPd authentication with PAM/MySQL

1999-07-30 Thread Max Khon
hi, there! On Mon, 26 Jul 1999, Steven Fletcher wrote: I've seen the PAM modules/libraries/etc for MySQL and noticed that the FTPD Makefile has a Kerberos PAM option, and was wondering if anyone knows of a way to get FTPd talking to MySQL... or if it would work at all? ftpd PAM patches (and

Re: PAM LDAP in FreeBSD

1999-07-22 Thread Max Khon
hi, there! On Fri, 16 Jul 1999, Oscar Bonilla wrote: Following up on my own post: For LDAP to be seamlessly integrated into the system some of the libraries have to be changed. Specifically the ones dealing with /etc/passwd and user information. I've decided the best way to do this is

Re: PAM LDAP in FreeBSD, and userfs too.

1999-07-22 Thread Max Khon
hi, there! On Mon, 19 Jul 1999, Dominic Mitchell wrote: On Mon, Jul 19, 1999 at 12:29:48PM -0400, David E. Cross wrote: I thought now would be a good time to chime in on some of my wild schemes... The reason I am interested in 'userfs' is to enable me to write a version of 'nsd'.

NSS project

1999-07-22 Thread Max Khon
hi, there! So what is the "official" status of NSS impl.? Are there any takers? /fjoe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: PAM LDAP in FreeBSD

1999-07-22 Thread Max Khon
hi, there! On Tue, 20 Jul 1999, Oscar Bonilla wrote: It looks like we've got some good concurrent projects happening at the moment - markm and co working on PAM, the nsswitch.conf project you're talking about, and the stuff I'm working on with modularizing crypt() and supporting

Re: PAM LDAP in FreeBSD

1999-07-22 Thread Max Khon
hi, there! On Mon, 19 Jul 1999, Oscar Bonilla wrote: On Mon, Jul 19, 1999 at 04:51:12PM -0600, Wes Peters wrote: The implementation details are as unimportant as ever: they have to work and be maintainable. Following prior art remains a good idea; the Solaris "name service switch"

Re: PAM LDAP in FreeBSD

1999-07-22 Thread Max Khon
hi, there! On Fri, 16 Jul 1999, Oscar Bonilla wrote: Following up on my own post: For LDAP to be seamlessly integrated into the system some of the libraries have to be changed. Specifically the ones dealing with /etc/passwd and user information. I've decided the best way to do this is

Re: PAM LDAP in FreeBSD, and userfs too.

1999-07-22 Thread Max Khon
hi, there! On Mon, 19 Jul 1999, Dominic Mitchell wrote: On Mon, Jul 19, 1999 at 12:29:48PM -0400, David E. Cross wrote: I thought now would be a good time to chime in on some of my wild schemes... The reason I am interested in 'userfs' is to enable me to write a version of 'nsd'.

NSS project

1999-07-22 Thread Max Khon
hi, there! So what is the official status of NSS impl.? Are there any takers? /fjoe To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

Re: PAM LDAP in FreeBSD

1999-07-22 Thread Max Khon
hi, there! On Thu, 22 Jul 1999, Daniel C. Sobral wrote: I perceive here an unfair biasing toward nss. Someone mentioned defining where to get the passwords from based on the login class. This is a very interesting option, that doesn't seem to be well served by nss. there is already nss_ldap

Re: PAM LDAP in FreeBSD

1999-07-22 Thread Max Khon
hi, there! On Tue, 20 Jul 1999, Oscar Bonilla wrote: It looks like we've got some good concurrent projects happening at the moment - markm and co working on PAM, the nsswitch.conf project you're talking about, and the stuff I'm working on with modularizing crypt() and supporting

Re: PAM LDAP in FreeBSD

1999-07-22 Thread Max Khon
hi, there! On Mon, 19 Jul 1999, Oscar Bonilla wrote: On Mon, Jul 19, 1999 at 04:51:12PM -0600, Wes Peters wrote: The implementation details are as unimportant as ever: they have to work and be maintainable. Following prior art remains a good idea; the Solaris name service switch

Re: rtfm rewritten in C (updated)

1999-07-15 Thread Max Khon
hi, there! On Sun, 11 Jul 1999, Chris Costello wrote: I've implemented a few new features. First off, strdup() isn't abused anymore so the program should run much smoother and smaller, as well as more quickly. Secondly, I have (thanks in part to Alfred Perlstein) added both

Re: Dynamic linking

1999-07-05 Thread Max Khon
hi, there! On Mon, 5 Jul 1999, Andrew Iltchenko wrote: Is there a way of making dlopen return an error from the shared object's _init function? Thanks. You can do this by yourself by defining something like int _module_init() and calling it after dlopen'inig the object /fjoe To

Re: dlopen returns non NULL

1999-06-30 Thread Max Khon
hi, there! On Wed, 30 Jun 1999, John Polstra wrote: in the following code `dlopen' returns NULL on the first iteration (because g() is not defined) -- it's ok but on the second iteration `dlopen' returns valid dlh ELF or a.out? Which version of FreeBSD? For a.out, it's a known bug

dlopen returns non NULL

1999-06-29 Thread Max Khon
hi, there! in the following code `dlopen' returns NULL on the first iteration (because g() is not defined) -- it's ok but on the second iteration `dlopen' returns "valid" dlh I need the code like this to load some functions dynamically. The code below shows that it's unable to ensure that all

dlopen returns non NULL

1999-06-29 Thread Max Khon
hi, there! in the following code `dlopen' returns NULL on the first iteration (because g() is not defined) -- it's ok but on the second iteration `dlopen' returns valid dlh I need the code like this to load some functions dynamically. The code below shows that it's unable to ensure that all the

.so versions

1999-06-23 Thread Max Khon
hi, there! sorry if this question is not for -hackers I have some program that loads some .so via dlopen (ELF) and the looks up some symbols in that .so (functions) and calls that functions (with some known ABI). There are two problems with this: - how to check ABI version for program and .so

Re: a two-level port system? (fwd)

1999-05-31 Thread Max Khon
hi, there! On Mon, 31 May 1999, Satoshi - Ports Wraith - Asami wrote: @ Version control. Can you check out an arbitrary version of any file? I want to do something like give me the changes in Makefile between yesterday and today. It's hard to check out the port for an arbitrary

Re: a two-level port system? (fwd)

1999-05-31 Thread Max Khon
hi, there! On Mon, 31 May 1999, Satoshi - Ports Wraith - Asami wrote: To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

Re: a two-level port system? (fwd)

1999-05-31 Thread Max Khon
hi, there! On Mon, 31 May 1999, Bill Fumerola wrote: It's hard to check out the port for an arbitrary version of program. Not really. E.g.: try to check out port for samba 1.9.18p10 $ cvs co -D 08/29/98 samba works for me on freefall. I have very (VERY!) bad link to

NSS

1999-05-27 Thread Max Khon
hi, there! Are there any projects to implement NSS under FreeBSD (or other *BSDs)? /fjoe To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe freebsd-hackers in the body of the message

Re: NSS

1999-05-27 Thread Max Khon
hi, there! On Thu, 27 May 1999, Chuck Robey wrote: Are there any projects to implement NSS under FreeBSD (or other *BSDs)? Might be courteous of you, if you could at least include *some* kind of definition of what NSS is (like maybe a web pointer?) ah, I'm sorry. NSS stands for Name