Re: xkb problems for sun type 5 uk

2002-11-15 Thread Dave Love
Antonio Luiz Pacifico [EMAIL PROTECTED] writes:

 Hi Richard,
 I`m sorry, I noticed now that you have an UK type. Ok, install xkeycaps
 and choose your model, probably it will work fine.

Surely it's better to use the appropriate layout in the server
configuration.



Re: Network Issues w/ Ultra 10

2002-11-15 Thread Dave Love
Brian Connelly [EMAIL PROTECTED] writes:

 I've tried switching cables and switching ports on my switch, but that
 had no effect (the other machines don't have this delay, so I feel
 pretty confident that it is not a problem with the switch).

I assume it is clear (via ethtool) that the interface and switch agree
on parameters.

 The delay with ssh is usually in the range of [25, 40] seconds.  Perhaps
 it can be even more, but since I've been experimenting with time, 30-35
 seconds seems to be the norm.

How is it authenticating?  You could get a delay going to some server
which might be obvious with `ssh -v'.



Re: Network Issues w/ Ultra 10

2002-11-15 Thread Dave Love
Loic Jaouen [EMAIL PROTECTED] writes:

 is ssh your ultimate test case?
 you can improve ssl speed:
 http://lists.debian.org/debian-sparc/2002/debian-sparc-200203/msg00189.html

That appears to be obsoleted by the latest packages.  I have 0.9.6g-9,
but I don't know whether that's now in testing or not.



Re: nfs problem

2002-11-15 Thread Hakan Kuecuekyilmaz

  Hi,
  
  mounting nfs with 2.2.19 has a known bug.
  
  regards
 
 
 Thanks. Do older versions work better?
 
 Heinrich
 
 
Personally I would rather up- the downgrade..., 

bye
-- 
Hakan Kuecuekyilmaz, University of Applied Sciences Esslingen, Germany
[EMAIL PROTECTED]  |  [EMAIL PROTECTED]  |  [EMAIL PROTECTED]
Studenten, Absolventen und Young Professionalshttp://www.c-cn.de



Re: nfs problem

2002-11-15 Thread Hakan Kuecuekyilmaz
Hi,

mounting nfs with 2.2.19 has a known bug.

regards
On Mon, 2002-03-04 at 17:52, Heinrich Rebehn wrote:
 Hi,
 
 when i try to mount a filesystem from an NFS server, the mount hangs for 
 several 
 minutes and syslog prints the following errors:
 
 kernel: lockd_up: no pid, 2 users??
 kernel: portmap: RPC call returned error 5
 
 Eventually the mount succeeds and i can access the data.
 Is this a known problem? (I could not find any recent posts about this).
 I use kernel 2.2.19 (woody installation kernel) on a SS 20.
 I makes no difference if the NFS server is Linux or FreeBSD, so it seems to 
 be a 
   client problem.
 
 Any ideas?
 
 --
 Heinrich Rebehn
 
 University of Bremen
 Physics / Electrical and Electronics Engineering
 - Department of Telecommunications -
 
 E-mail: mailto:[EMAIL PROTECTED]
 Phone : +49/421/218-4664
 Fax   :-3341
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
-- 
Hakan Kuecuekyilmaz, University of Applied Sciences Esslingen, Germany
[EMAIL PROTECTED]  |  [EMAIL PROTECTED]  |  [EMAIL PROTECTED]
Studenten, Absolventen und Young Professionalshttp://www.c-cn.de



use of /usr/lib/vN

2002-11-15 Thread Dave Love
What determines whether /usr/lib/v{8,9} actually gets searched by the
dynamic loader?

I have libssl0.9.6g-9, which populates /usr/lib/v8 and /usr/lib/v9.
On an ultra, I see:

$ ldd /usr/sbin/sshd |grep libcrypto
libcrypto.so.0.9.6 = /usr/lib/v9/libcrypto.so.0.9.6 (0x7012c000)

But on a sparcstation 5:

$ ldd /usr/sbin/sshd |grep libcrypto
libcrypto.so.0.9.6 = /usr/lib/libcrypto.so.0.9.6 (0x5011c000)

In both cases there's no LD_LIBRARY_PATH c set, and they both have
libc6 2.2.5-14.3, which I assume determines the dynamic linking.  If I
do set LD_LIBRARY_PATH, the 5 does pick up /usr/lib/v8/libcrypto.so.0.9.6.

Obviously it's more important to get the tuned version on the slower
box, not the faster one :-/.



Re: use of /usr/lib/vN

2002-11-15 Thread Ben Collins
On Fri, Nov 15, 2002 at 12:51:17PM +, Dave Love wrote:
 What determines whether /usr/lib/v{8,9} actually gets searched by the
 dynamic loader?

I told you this before in a thread on -devel, v8 isn't a supported flag.
You can move the v9 libs to /usr/lib/muldiv/ though, since that is a
supported flag and gets you the result I assume you are looking for.

-- 
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo   - http://www.deqo.com/



Re: use of /usr/lib/vN

2002-11-15 Thread Dave Love
Ben Collins [EMAIL PROTECTED] writes:

 I told you this before in a thread on -devel,

You must be confused.  I don't know what -devel is, and I haven't
discussed this with anyone.

 v8 isn't a supported flag.

Supported by what?  Is there documentation?

 You can move the v9 libs to /usr/lib/muldiv/ though, since that is a
 supported flag and gets you the result I assume you are looking for.

Do you mean libssl does the wrong thing, and should that be reported
as a bug?

I assume you mean move v8 to muldiv, but that doesn't take effect on
the sun4m either.



Re: use of /usr/lib/vN

2002-11-15 Thread Ben Collins
On Fri, Nov 15, 2002 at 05:18:23PM +, Dave Love wrote:
 Ben Collins [EMAIL PROTECTED] writes:
 
  I told you this before in a thread on -devel,

Sorry, confused you with someone else.

  v8 isn't a supported flag.
 
 Supported by what?  Is there documentation?

By libc's ld.so as a hwcap.

  You can move the v9 libs to /usr/lib/muldiv/ though, since that is a
  supported flag and gets you the result I assume you are looking for.
 
 Do you mean libssl does the wrong thing, and should that be reported
 as a bug?
 
 I assume you mean move v8 to muldiv, but that doesn't take effect on
 the sun4m either.

Did you rerun ldconfig? And yes, report this as a bug on libssl.

-- 
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo   - http://www.deqo.com/



Re: euro sign

2002-11-15 Thread Dave Love
Hakan Kuecuekyilmaz [EMAIL PROTECTED] writes:

 Hello,
 
 for days I am trying to get the euro sign and umlauts on my ultra10 with
 type6 keyboard to work.
 Now I have german man pages but no euro sign.(I want the euro sign no
 german language...)

That's not enough information.  Console or X?  Input or output?  If
input, what keys do you expect to produce euro?

As far as a locale goes, to use iso-8859-15, but not German
localization, try something like:

  LANG=C
  [EMAIL PROTECTED]

Most X apps are basically monolingual and won't accept the
(non-standard) XFree euro keysym (ALtGr 4 on a UK type 6) unless
they're running in a Latin-9 locale.  The `Compose e =' sequence won't
normally produce euro unless the server was started in a Latin-9
locale.  Those may also work in a utf-8 locale -- I haven't checked.