Re: Oddities with the new binutils

2000-06-04 Thread David O'Brien

On Fri, Jun 02, 2000 at 04:42:29PM +0930, Matthew Thyer wrote:
 Three issues:
 - floating point math doesn't seem to work properly:
 - backward compatibility:
 - stability:

Are others seeing these issues?
 
 These issues make me think that the new binutils is not yet ready
 for -STABLE.

It could also be poorly written ASM code in the things you were running.
The old Binutils let people write inconsistent and illegal ASM.
 
-- 
-- David  ([EMAIL PROTECTED])


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: vmware1/linux broken

2000-06-04 Thread Julian Elischer

Boris Popov wrote:
 
 On Sat, 3 Jun 2000, Julian Elischer wrote:
 
  kldload: can't load /usr/local/lib/vmware/lib/modules/vmmon.ko: Exec
  format error
  kldload: can't load /usr/local/lib/vmware/lib/modules/vmnet.ko: Exec
  format error
  vmware.sh: cannot create /dev/vmnet1: no such device or address
  jules# dmesg
  [...]
  link_elf: symbol linux_ioctl_register_handler undefined
  link_elf: symbol linux_ioctl_register_handler undefined
  jules#
 
 Could you check if vmmon and vmnet sources contains the following
 lines:
 
 MODULE_DEPEND(vmmon, linux, 1, 1, 1); , and
 MODULE_DEPEND(vmnet, linux, 1, 1, 1); respectively ?
 
 If not, add one line to the each module and recompile them. I'm
 unsure if vmware1 port was updated to reflect recent changes in the
 kernel. (vmware2 runs fine for me, the only grief is that license will
 expire soon :)


that fixed it ..
I added the lines to:
usr/ports/emulators/vmware/work/vmware-distrib/vmmon-only/freebsd/linux_emu.c
and
/usr/ports/emulators/vmware/work/vmware-distrib/vmnet-only/freebsd/vmnet_linux.c

I'll try figure out how to fix the port.

 
  the symbols are present and the linux module is loaded.
  link-elf is just incapable of seeing symbols in the module,
  only in the actual kernel.
 
 The symbols looked up in the module name space only if dependency
 tag is present. This effectively allows us to have multiple versions of
 kernel interfaces to be loaded simultaneously.
 
 --
 Boris Popov
 http://www.butya.kz/~bp/
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message

-- 
  __--_|\  Julian Elischer
 /   \ [EMAIL PROTECTED]
(   OZ) World tour 2000
--- X_.---._/  presently in:  Perth
v


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: PAM OpenSSH 2.1 X11 - signal 11

2000-06-04 Thread Andrew J. Korty

 On Fri, 2 Jun 2000, Hajimu UMEMOTO wrote:
 
  Thank you.  It's working fine with wdm here.
 
 Good to know.
 
  BTW, I believe this version of pam_ssh.so doesn't support DSA key yet.
  Does someone working on it?
 
 Perhaps the author could tell us (CCed) :-)

I'm on it.

-- 
Andrew J. Korty, Lead Security Engineer
Office of the Vice President for Information Technology
Indiana University



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Starange behaviour ...

2000-06-04 Thread bush doctor

I need some hints in finding the answer to the following. 
When compiling xscreensaver-3.24 from the ports on my home box
I get the following diagnostics (P200 128Mb ram)

ikhala.tcimet.net:dervish uname -a
FreeBSD ikhala.tcimet.net 5.0-CURRENT FreeBSD 5.0-CURRENT #28: Sat Jun  3 07:10:29 EDT 
2000 [EMAIL PROTECTED]:/usr/src/sys/compile/GANJA  i386

cc -Wall -Wstrict-prototypes -Wnested-externs -Wno-format -Wp,-lang-c89 
-L/usr/X11R6/lib -o cage cage.o screenhack-gl.o xlock-gl.o ../xlockm
ore.o  ../../utils/resources.o ../../utils/visual.o  ../../utils/visual-gl.o 
../../utils/usleep.o  ../../utils/yarandom.o ../../utils/hsv.o 
 ../../utils/colors.o  -L/usr/X11R6/lib   -lMesaGL -lMesaGLU  
-lXmu  -lSM -lICE -lXmu -lXt -lXt -lX11 -lXext  -lm
 /usr/lib/libc_r.so.4: WARNING!  setkey(3) not present in the system!
 /usr/lib/libc_r.so.4: warning: this program uses gets(), which is unsafe.
 /usr/lib/libc_r.so.4: warning: mktemp() possibly used unsafely; consider using 
mkstemp()
 /usr/lib/libc_r.so.4: WARNING!  des_setkey(3) not present in the system!
 /usr/lib/libc_r.so.4: WARNING!  encrypt(3) not present in the system!
 /usr/lib/libc_r.so.4: warning: tmpnam() possibly used unsafely; consider using 
mkstemp()
 /usr/lib/libc_r.so.4: warning: this program uses f_prealloc(), which is stupid.
 /usr/lib/libc_r.so.4: WARNING!  des_cipher(3) not present in the system!
 /usr/lib/libc_r.so.4: warning: tempnam() possibly used unsafely; consider using 
mkstemp()
 cc -Wall -Wstrict-prototypes -Wnested-externs -Wno-format -Wp,-lang-c89 -c -I. 
-I./../../utils -I./.. -I../..  -I/usr/X11R6/include -DSTANDA
 LONE -DUSE_GL -DHAVE_CONFIG_H -O -pipe -I/usr/X11R6/include gears.c

Alone this would indicate that the port needs to be linked with the -pthreads option.
However on my box at work (PIII 550 128Mb ram)

goku.cl.msu.edu:dervish uname -a
FreeBSD goku.cl.msu.edu 5.0-CURRENT FreeBSD 5.0-CURRENT #40: Thu May 25 21:56:27 EDT 
2000 [EMAIL PROTECTED]:/usr/src/sys/compile/GOKU  i386

the same port reports none of the warnings :(.  Any clues?

#;^)
-- 
So ya want ta hear da roots?
bush doctor [EMAIL PROTECTED]
   Of course I run FreeBSD!!
   http://www.freebsd.org/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Starange behaviour ...

2000-06-04 Thread Will Andrews

On Sun, Jun 04, 2000 at 12:58:28PM -0400, bush doctor wrote:
 the same port reports none of the warnings :(.  Any clues?

Different libc linking in one of the libs.

-- 
Will Andrews [EMAIL PROTECTED]
GCS/E/S @d- s+:++:- a---+++ C++ UB P+ L- E--- W+++ !N !o ?K w---
?O M+ V-- PS+ PE++ Y+ PGP t++ 5 X++ R+ tv+ b++ DI+++ D+ 
G+ e- h! r--+++ y?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: PAM OpenSSH 2.1 X11 - signal 11

2000-06-04 Thread Andrew J. Korty

 On Fri, 2 Jun 2000, Hajimu UMEMOTO wrote:
 
  BTW, I believe this version of pam_ssh.so doesn't support DSA key yet.
  Does someone working on it?

Oops ... it looks like ssh-agent doesn't support DSA keys yet.  Am
I missing something?  I suppose I could just add DSA support for the
PAM authentication phase ...

-- 
Andrew J. Korty, Lead Security Engineer
Office of the Vice President for Information Technology
Indiana University



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Starange behaviour ...

2000-06-04 Thread bush doctor

Out of da blue Will Andrews aka ([EMAIL PROTECTED]) said:
 On Sun, Jun 04, 2000 at 12:58:28PM -0400, bush doctor wrote:
  the same port reports none of the warnings :(.  Any clues?
 
 Different libc linking in one of the libs.
Thanxs, I found the culprit.  I needed to rebuild libgii.
Looks like I hadn't rebuilt since the -pthread option
was implemented. 

 
 -- 
 Will Andrews [EMAIL PROTECTED]
 GCS/E/S @d- s+:++:- a---+++ C++ UB P+ L- E--- W+++ !N !o ?K w---
 ?O M+ V-- PS+ PE++ Y+ PGP t++ 5 X++ R+ tv+ b++ DI+++ D+ 
 G+ e- h! r--+++ y?

#;-)
-- 
So ya want ta hear da roots?
bush doctor [EMAIL PROTECTED]
   Of course I run FreeBSD!!
   http://www.freebsd.org/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: PAM OpenSSH 2.1 X11 - signal 11

2000-06-04 Thread 梅本 肇

 On Sun, 4 Jun 2000 12:30:42 -0500 (EST)
 "Andrew J. Korty" [EMAIL PROTECTED] said:

 On Fri, 2 Jun 2000, Hajimu UMEMOTO wrote:
 
  BTW, I believe this version of pam_ssh.so doesn't support DSA key yet.
  Does someone working on it?

ajk Oops ... it looks like ssh-agent doesn't support DSA keys yet.  Am
ajk I missing something?  I suppose I could just add DSA support for the
ajk PAM authentication phase ...

Oh, I see.  You are right.

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
[EMAIL PROTECTED]  [EMAIL PROTECTED]  [EMAIL PROTECTED]
http://www.imasy.org/~ume/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Oddities with the new binutils

2000-06-04 Thread Matthew Thyer

Has anyone tried the specific instructions I gave to reproduce
the problem ?

i.e.:

  - make world
  - making and installing a new kernel
  - mergemaster
  - reboot
  - deletion of ALL installed ports
  - recompile of every essential port (inc XFree 3.3.6)

 Then: Build xaos from ports (/usr/ports/graphics/xaos)
   Run xaos and press 'a'

David O'Brien wrote:
 
 On Fri, Jun 02, 2000 at 04:42:29PM +0930, Matthew Thyer wrote:
  Three issues:
  - floating point math doesn't seem to work properly:
  - backward compatibility:
  - stability:
 
 Are others seeing these issues?
 
  These issues make me think that the new binutils is not yet ready
  for -STABLE.
 
 It could also be poorly written ASM code in the things you were running.
 The old Binutils let people write inconsistent and illegal ASM.
 
 --
 -- David  ([EMAIL PROTECTED])

-- 
 Matthew Thyer Phone:  +61 8 8259 7249
 Corporate Information Systems Fax:+61 8 8259 5537
 Defence Science and Technology Organisation, Salisbury
 PO Box 1500 Salisbury South Australia 5108


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Oddities with the new binutils

2000-06-04 Thread David O'Brien

On Mon, Jun 05, 2000 at 10:24:24AM +0930, Matthew Thyer wrote:
 Has anyone tried the specific instructions I gave to reproduce
 the problem ?

These instructions do things at too high a level.
 
 i.e.:
 
   - make world
   - making and installing a new kernel
   - mergemaster
   - reboot

All fine.

   - deletion of ALL installed ports
   - recompile of every essential port (inc XFree 3.3.6)

This doesn't give me anything to debug.  I need to know a specific source
file.  Sending this bug report plus instructions to reproduce to the
Binutils maintainers will get no where.

-- 
-- David  ([EMAIL PROTECTED])


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message