Re: dynamic libraries

2002-04-13 Thread Peter Pentchev
On Fri, Apr 12, 2002 at 10:09:16PM -0600, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Dmitry Mottl [EMAIL PROTECTED] writes: : How can I link C program with different versions of the same library? You can't. Okay; what exactly is it that you cannot do - link a program

Re: ld: cannot find -lintl

2002-04-13 Thread Peter Pentchev
On Fri, Apr 12, 2002 at 10:54:19AM -0700, Terry Lambert wrote: Miguel Mendez wrote: On Fri, Apr 12, 2002 at 05:50:48PM +0930, Wilkinson,Alex wrote: I'm unsure how to go about solving this problem. Any ideas ? Yes, install gettext-old, libintl is not part of the new gettext.

Re: dynamic libraries

2002-04-13 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Peter Pentchev [EMAIL PROTECTED] writes: : On Fri, Apr 12, 2002 at 10:09:16PM -0600, M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : Dmitry Mottl [EMAIL PROTECTED] writes: : : How can I link C program with different versions of the

Re: dynamic libraries

2002-04-13 Thread Peter Pentchev
On Sat, Apr 13, 2002 at 12:48:59AM -0600, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Peter Pentchev [EMAIL PROTECTED] writes: : On Fri, Apr 12, 2002 at 10:09:16PM -0600, M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : Dmitry Mottl [EMAIL PROTECTED]

Re: dynamic libraries

2002-04-13 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Peter Pentchev [EMAIL PROTECTED] writes: : On Sat, Apr 13, 2002 at 12:48:59AM -0600, M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : Peter Pentchev [EMAIL PROTECTED] writes: : : On Fri, Apr 12, 2002 at 10:09:16PM -0600, M. Warner

hey

2002-04-13 Thread Jon Chester
I wanna contribute to FreeBSD but, I don't know how to set up the internet under freeBSD, I have verizon in LA what settings should i know to be able to set it up easily. Jon Chester [EMAIL PROTECTED] _ Get your FREE

2002Öйú£¨ÉϺ££©¹ú¼Ê¸øÅÅˮˮ´¦ÀíÕ¹ÀÀ»á

2002-04-13 Thread zmzl
µÚÈý½ì 2002Öйú£¨ÉϺ££©¹ú¼Ê¸øÅÅˮˮ´¦ÀíÕ¹ÀÀ»á 2002Öйú£¨ÉϺ££©¹ú¼Ê»·±£¼¼ÊõÉ豸չÀÀ»á ×𾴵ĸ÷Ïà¹Øµ¥Î»£º ÄúºÃ£¡ Óɽ¨É貿ÐÅÏ¢ÖÐÐÄ¡¢Öйú»·¾³¿Æѧѧ»á¡¢ÉϺ£Êо»Ë®¼¼Êõѧ»á¡¢¶«ºÆ¼¯

Re: ld: cannot find -lintl

2002-04-13 Thread Terry Lambert
Peter Pentchev wrote: On Fri, Apr 12, 2002 at 10:54:19AM -0700, Terry Lambert wrote: Miguel Mendez wrote: On Fri, Apr 12, 2002 at 05:50:48PM +0930, Wilkinson,Alex wrote: I'm unsure how to go about solving this problem. Any ideas ? Yes, install gettext-old, libintl is not

Re: ld: cannot find -lintl

2002-04-13 Thread Peter Pentchev
On Sat, Apr 13, 2002 at 03:06:18AM -0700, Terry Lambert wrote: Peter Pentchev wrote: On Fri, Apr 12, 2002 at 10:54:19AM -0700, Terry Lambert wrote: Miguel Mendez wrote: On Fri, Apr 12, 2002 at 05:50:48PM +0930, Wilkinson,Alex wrote: I'm unsure how to go about solving this problem.

ar0 device dump....

2002-04-13 Thread Alexandr V. Shutko
Hello all, Yesterday my server died silently (kernel panic) uname: 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Apr 13 20:09:44 VLAST 2002 But it doesn't save kernel coredump. I tried to find out why kernel dump was skipped and found that system stating an error: device doesn't support a dump

procfs issue.

2002-04-13 Thread Alfred Perlstein
First off, nice job fixing up sys_process.c it's a lot cleaner now and the races seem to be gone, however there may still be a problem. Please see: kern/29741: ptrace(pid);ptrace(ppid) makes pid and ppid unkillable http://www.freebsd.org/cgi/query-pr.cgi?pr=kern%2F29741 It looks like the

Re: ld: cannot find -lintl

2002-04-13 Thread Terry Lambert
Peter Pentchev wrote: Yes, install gettext-old, libintl is not part of the new gettext. Ugh. Sounds like it was a bad idea to import the new code; it means changing a lot of dependencies... Actually, the bulk of changing dependencies was done at the time of the import,

Re: ld: cannot find -lintl

2002-04-13 Thread Christian Flügel
- Original Message - From: Terry Lambert [EMAIL PROTECTED] To: Peter Pentchev [EMAIL PROTECTED] Cc: Miguel Mendez [EMAIL PROTECTED]; Wilkinson,Alex [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, April 13, 2002 12:41 PM Subject: Re: ld: cannot find -lintl Fixing it by getting rid

Re: build of usbhidctl broken in -stable?

2002-04-13 Thread Josef Karthauser
On Thu, Apr 11, 2002 at 10:16:24PM +0200, Marco Molteni wrote: Hi, I think the build of usbhidctl is broken in stable, and by this I mean it is not self-contained under /usr/src but expects to have include files under /usr/include and the library uder /usr/lib. Am I correct or is my

Re: procfs issue.

2002-04-13 Thread Dag-Erling Smorgrav
Alfred Perlstein [EMAIL PROTECTED] writes: It looks like the following delta (submitted by Tim J. Robbins) may fix it: It looks correct to me, please commit (unless John has any objections?) DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with

microtime trustworthiness during booting?

2002-04-13 Thread John Hay
Hi, From what stage during the boot process can I trust that microtime() will give me incrementing time? The reason I ask is that I see microtime() jump backwards consistently during the ich_calibrate() function in the ich sound driver. The values look basically the same every time. Something

make(1) command-line variables

2002-04-13 Thread Alex Semenyaka
Dear Colleagues, I need some help. Consider I have a Makefile for application that can be build with different options. Some of them I need just to define via -D flag of the ``make'', but other need to be set to some specific values (for example, it can be path to my temporary dir). So I use

Re: microtime trustworthiness during booting?

2002-04-13 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], John Hay write s: Hi, From what stage during the boot process can I trust that microtime() will give me incrementing time? The reason I ask is that I see microtime() jump backwards consistently during the ich_calibrate() function in the ich sound driver. The values

Re: make(1) command-line variables

2002-04-13 Thread Matthew Emmerton
Dear Colleagues, I need some help. Consider I have a Makefile for application that can be build with different options. Some of them I need just to define via -D flag of the ``make'', but other need to be set to some specific values (for example, it can be path to my temporary dir). So I

RE: procfs issue.

2002-04-13 Thread John Baldwin
On 13-Apr-2002 Alfred Perlstein wrote: First off, nice job fixing up sys_process.c it's a lot cleaner now and the races seem to be gone, however there may still be a problem. Please see: kern/29741: ptrace(pid);ptrace(ppid) makes pid and ppid unkillable

Re: FireWire for kernel hackers

2002-04-13 Thread Mikko Tyolajarvi
In local.freebsd.hackers you write: Quoted from 00README in http://people.freebsd.org/~simokawa/firewire-20020412.tar.gz As you know, IEEE1394 is a bus and OHCI supports physical access to the host memory. This means that you can access the remote host over firewire

error . 43 [ENOCSI]

2002-04-13 Thread Soorianarayanan, Sekhar (Research, TCS)
Hi all,   After the write system call, I am getting a error, the details of which are below. system error . 43 [ENOCSI]  errno.h describes it as "no CSI structure available". I have been breaking my head by searching all over the web on the details of this error. I was told

FreeBSD NIS serving linux clients.

2002-04-13 Thread dave
Hello, I'm having a few problems configuring nis to interoperate between FreeBSD which is the main nis server and rh 7.2 linux nis clients. First of all, user's can log in to the nis master server just fine and change their passwords. However, they can not log in to the linux boxes even

Re: FireWire for kernel hackers

2002-04-13 Thread Katsushi Kobayashi
Mikko Tyolajarvi wrote: Umm... excuse a stupid question, but does this mean that a firewire port always gives unconditional access to the host's memory? Great for kernel debugging. Maybe not so great for a running system, from a security point a view (ok, physical access eventually equals full

Kernel panic (fwd)

2002-04-13 Thread Steven Goodwin
Hi guys. I am getting some kernel panics and haven't been able to work out a solution from posting to questions. I have tried disabling soft-updates and DMA to no avail. I have also tried a hack with /sys/i386/i386/i686_mem.c (i686_mrstoreone() function) without success. I have the latest

Re: error . 43 [ENOCSI]

2002-04-13 Thread Terry Lambert
Soorianarayanan, Sekhar (Research, TCS) wrote: Part 1.1Type: Plain Text (text/plain) Don't send MIME to the mailing list. Error 43 is EPROTONOSUPPORT, not ENOCSI. Perhaps you are compiling this code on something other than FreeBSD? -- Terry To Unsubscribe: send mail to [EMAIL

Re: FreeBSD NIS serving linux clients.

2002-04-13 Thread Terry Lambert
dave wrote: I'm having a few problems configuring nis to interoperate between FreeBSD which is the main nis server and rh 7.2 linux nis clients. Verify that you have installed the non-default DES support, and that the FreeBSD box is exporting DES passwords, instead of MD5. -- Terry To

Re: FreeBSD NIS serving linux clients.

2002-04-13 Thread dave
Hi, As far as i know fbsd is exporting md5 passwords. The rh box is set up to do md5, as well. Dave. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: FreeBSD NIS serving linux clients.

2002-04-13 Thread Dan Nelson
In the last episode (Apr 13), dave said: Hi, As far as i know fbsd is exporting md5 passwords. The rh box is set up to do md5, as well. Does id nisuser or finger nisuser work? Do you have passwd: files nis /etc/nsswitch.conf, or passwd: compat plus a +::0:0::: record in /etc/passwd?

Re: Is natd the right tool?

2002-04-13 Thread Rogier R. Mulhuijzen
Two tips 1) did you set up the divert to natd in your ipfw rules? 2) if you do the dig on the machine where natd is running and the external IP is routed over lo0 locally, ipfw will not see the packets as incoming on the interface where the IP is bound. So that means they will not match the

freebsd nis serving linux clients solution.

2002-04-13 Thread dave
Hello, My thanks to all who offered suggestions on my problem of Freebsd nis serving linux clients. The solution, actually the problem in summary, clients could get user information from the nis server, but users couldn't log in on clients. The solution was to touch /var/yp/group, don't ask