Re: U1E hangs on make under Debian latest stable.

2003-04-09 Thread Jim Crumley
On Tue, Apr 08, 2003 at 06:38:41PM -0700, Ian McKee wrote:
 U1E #1 will always hang during a configure/make/make install procedure.
 In particular, during make of libxml-2.5.6, or bash-2.05a, the machine
 hangs, becomes unresponsive to input, and requires a hard power off to
 reboot.  After this the disk must be fsck'd to reboot.
 
 U1E #2 does not hang during any make procedures I have tried.

To me it sounds like you probably have a harware problem with U1E
#1.  Compiling often brings out hardware problems since it taxes
the hardware.

Try some other method of getting a high load on the machine and
see if you can get it to lock up that way.  My guess is the
problem might be in the memory.  Try swapping memory between the
two machines and see if the problem machine switches.

-- 
Jim Crumley  |
[EMAIL PROTECTED] |
Work: 612 624-6804 or -0378  |



Re: Debian in a Ultra10

2003-01-06 Thread Jim Crumley
On Sat, Jan 04, 2003 at 03:34:42PM -0200, Mototurismo wrote:
 Hi,
 I´m new in this list, this is my first msg.
 I have an Ultra10 workstation and I´d like to know if it´s possible to
 install Debian Linux in that system.
 If it´s possibly, what is the best way to do this ?

Yes it is possible to install on an Ultra 10.  The best way to do
it depends on the particulars of your setup, but with Sparc
hardware you probably want to do a network install.  Take a look
at the Installation manual [1] and the Getting Debian page [2] for
details.

  1. http://www.debian.org/releases/stable/sparc/install
  2. http://www.debian.org/distrib/
-- 
Jim Crumley  |
[EMAIL PROTECTED] |
Work: 612 624-6804 or -0378  |



Re: nfs problem w/debian potato

2002-02-19 Thread Jim Crumley
On Tue, Feb 19, 2002 at 08:48:54AM -0800, John Mastrolia wrote:
 Basically, I'm trying to mount a nfs partition exported from a 
 Solaris 2.7 box (using both v2 and v3 nfs) and get a panic error
 that freezes the local workstation.  Could someone point me to the
 document that points out the errors of my ways?
 
 mount -t nfs -o tcp,defaults,bg,soft hostname:/var/mail /var/mail
 
 or in /etc/fstab
 
 hostname:/var/mail /var/mail nfs defaults,tcp,bg,soft 0 0

Well, I mount NFS partitions under woody from Solaris, so I'll
mention a couple of things that you might want to try.

First, are you sure that you have the proper nfs packages
installed? Check by typing dpkg -l nfs-client .

Next, try mounting the partition with fewer options.  For a first
try, just use the defaults.  If that works, add back in your
options one by one and see what happens.

-- 
Jim Crumley  |
[EMAIL PROTECTED] |
Work: 612 624-6804 or -0378  |



Re: netscape 476 pkgs for sparc?

2001-07-16 Thread Jim Crumley
On Mon, Jul 16, 2001 at 09:46:53PM +0100, Howard Glynn wrote:
 How can I install netscape-476, or more accurately, i
 suppose, where do i point apt sources at to pick it up?
 My sources.list is as per install with...
 
 deb ftp://ftp.uk.debian.org/debian/ stable main non-free contrib
 deb-src ftp://ftp.uk.debian.org/debian/ stable main non-free contrib
 deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
 deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib 
 non-free
 
 I can see lots of netscape 476 support pkgs on my 2.2r3
 cd's and i can see the same at the ftp mirror but
 i keep getting complaints about dependancies on
 netscape-base-476 and communicator-base-476.
 
 No amount of searching via google would turn these up.
 
 I have got mozilla m18 working but i am much more
 comfortable in 476 and need https, which i don't think
 mozilla has right now

Well, as far as I remember from the last time this came up, netscape
versions for Sparc Linux only went up 4.5.  And it was supposed to be 
available at 
ftp://ftp.netscape.com/pub/communicator/english/4.5/unix/unsupported/linux20_sparc_glibc2/complete_install/.

Check the list archives for details.

As for mozilla, new versions are available in unstable and testing now
(though I think they're still in non-US). I would suggest trying a new
version of mozilla, (though you might have to upgrade to testing
to do it). Newer versions support https and a lot of other stuff that
wasn't in M18.

-- 
Jim Crumley  |
[EMAIL PROTECTED] |
Work: 612 624-6804 or -0378  |



Re: XFree86 4.0.2 and type4 keyboard?

2001-02-26 Thread Jim Crumley
On Sat, Feb 24, 2001 at 11:29:40AM -0700, Richard Nairn wrote:
 I am getting into desperation mode. I just installed debian on my
 Sparc 2, I am trying to get X  to work. My keyboard is all messed
 up. What do I have to do to get a type4 keyboard recognized? All of
 the keys are wonky.  What keyboard driver/option do I have to set for
 it to recognize this keyboard?

For your keyboard, you need a section like this in your XF86Config-4
file :
Section InputDevice
Identifier  Keyboard0  
Driver  keyboard
Option  CoreKeyboard
Option  XkbRules  sun
Option  XkbModel  type4
Option  XkbLayout us
EndSection



-- 
Jim Crumley  |
[EMAIL PROTECTED] |
Work: 612 624-6804 or -0378  |



Re: mouse/keyboard configuration for XFree 4?

2000-12-05 Thread Jim Crumley

Thanks.  As it turned out I did have xbase-clients 4.0.1 installed.
My problem was I had the XkbRules option wrong - I had left it as
xfree86, when its supposed to be sun for sparc hardware. Oops.
So for anyone else with similar problems the correct keyboard info was:

Section InputDevice
Identifier  Keyboard0
Driver  keyboard
Option  CoreKeyboard
Option  XkbRules  sun
Option  XkbModel  type4
Option  XkbLayout us
EndSection

Thanks,
Jim

On Mon, Dec 04, 2000 at 04:11:58PM -0200, Leonardo Rochael Almeida wrote:
 
 check that you have xbase-clients installed. I had a keyboard problem when
 upgrading from 3.3.6 to 4.0 on an Intel. backspace sudenly stoped working.
 Well, actually it worked as Del, which is anoying. When I went to check
 the error messages it complained about not being able to load XKB map same
 as you, but in a line before that it complained about not finding xkbcomp,
 which, I later found out, comes with xbase-clients, so you might want
 to check that.
 
 On Sun, 3 Dec 2000, Jim Crumley wrote:
 
 
  I've been having problems with keymaps under XFree 4.0.1 as well.
  I've got an IPX with a type 4 keyboard and dual heads -
  a cgsix and  a cgthree running the stock Debian 2.2.17 kernel.
  My mouse works fine using device /dev/sunmouse and protocol
  busmouse with gpm turned off (it doesn't work using /dev/gpmdata, with
  gpm installed).  I haven't been able to find a keymap that works -
  I've tried sun4, type4, sun5, type5, and type5_unix.
  All of them are coming back with  the message: Couldn't load XKB keymap,
  falling back to pre-XKB keymap. Is there any easy way to get a list
  of what keymaps are available?
 
  Other than the keymaps, XFree 4.0.1 seems to be working well -
  dual heads are quite fun, even on an ancient box.
 
 
 
 
 --  
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
Jim Crumley  |
[EMAIL PROTECTED] |
Work: 612 624-6804 or -0378  |



Re: mouse/keyboard configuration for XFree 4?

2000-12-03 Thread Jim Crumley

I've been having problems with keymaps under XFree 4.0.1 as well.
I've got an IPX with a type 4 keyboard and dual heads - 
a cgsix and  a cgthree running the stock Debian 2.2.17 kernel.
My mouse works fine using device /dev/sunmouse and protocol 
busmouse with gpm turned off (it doesn't work using /dev/gpmdata, with 
gpm installed).  I haven't been able to find a keymap that works -
I've tried sun4, type4, sun5, type5, and type5_unix.  
All of them are coming back with  the message: Couldn't load XKB keymap,
falling back to pre-XKB keymap. Is there any easy way to get a list 
of what keymaps are available?

Other than the keymaps, XFree 4.0.1 seems to be working well -
dual heads are quite fun, even on an ancient box.

-- 
Jim Crumley  |
[EMAIL PROTECTED] |
Work: 612 624-6804 or -0378  |