Re: Netscape on Sparc

2001-05-02 Thread Kelsey Jordahl
> Mark Mohrmann writes:

> This newbie is having problems installing Netscape on a Sparc20.
> I've downloaded and dpkg'd the 2 .deb files netscape-common*.deb
> and netscape-navigator*.deb, but it's not working.

I presume you are running testing or unstable?  As far as I can tell the 
existing version of Netscape 4.5 for Linux/sparc will not work on
either, due to an incompatibility with glibc 2.2.x.  Stable (potato)
has glibc 2.1.3, which works fine.  After learning this, I downgraded
my system from testing to stable.  Now Netscape Navigator works for me.

> There are evidentally "issues" with Netscape for Sparc. Can
> anyone kind of give me the big picture on getting it going? I'm
> not into any heavy duty compiling yet so just a general overview
> of the main issues might point me in the right
> direction. Thanks.

The other option is SunOS emulation.  I still don't have that set up
(don't have the right SunOS libraries), but it's not a high priority
for me now that I have the native Netscape running.

Good luck.

Kelsey

-- 
Kelsey Jordahl



Netscape on Sparc

2001-05-02 Thread Mark Mohrmann

This newbie is having problems installing Netscape on a Sparc20.
I've downloaded and dpkg'd the 2 .deb files netscape-common*.deb
and netscape-navigator*.deb, but it's not working.

There are evidentally "issues" with Netscape for Sparc. Can anyone
kind of give me the big picture on getting it going? I'm not into
any heavy duty compiling yet so just a general overview of the
main issues might point me in the right direction. Thanks.





-
Mark Mohrmann
Video Broadcast Technician
Lyndon State College
Lyndonville, Vt.
[EMAIL PROTECTED]



Re: Again 2.4.X kernels and SS10...

2001-05-02 Thread Marco Gaiarin
Mandi! Marco Gaiarin
  In chel di` si favelave...

> Again 2.4.X, in this case 2.4.3, wont compile in my potato (r3) SS10
> box.

Exactly same things (and error) with 2.4.4. ;(

-- 
dott. ing. Marco Gaiarin
  Associazione ``La Nostra Famiglia''  http://www.lanostrafamiglia.it/
  Polo FVG  -  Via della Bontà, 7 - 33078  -  San Vito al Tagliamento (PN)
  gaio(at)sv.lnf.it tel +39-0434-842711fax +39-0434-842797

  No alla censura del Web:  http://punto-informatico.it/petizione.asp



Re: xmms stuttering

2001-05-02 Thread Erik Mouw
On Tue, May 01, 2001 at 10:11:15PM -0600, T Korte wrote:
> I'm not sure if this is a sparc specific problem, but it's happening on my
> Ultra1 nonetheless.
> 
> Every so often when I'm playing mp3s on xmms the player begins to stutter
> and jitter.  Stopping the playback and then starting it again seems to fix
> it.  I don't have to quit xmms.  Perhaps this would point in the direction
> of esd rather than xmms?  I'm not sure but suggestions would be
> appreciated.
> 
> I'm running Debian Sparc-testing using Window Maker and the enlightenment
> sound deamon.

It seems to be a buffering/blocking bug in esd, according to some
postings on linux-kernel. Red Hat comes with a newer esd (0.2.21 or
something like that) that doesn't have the problem, while Debian potato
is still on esd-0.2.17. You could try esound-0.2.22 from testing and
see if it solves the problem.


Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2783635  Fax: +31-15-2781843  Email: [EMAIL PROTECTED]
WWW: http://www-ict.its.tudelft.nl/~erik/



Re: Again 2.4.X kernels and SS10...

2001-05-02 Thread Andreas Tille
On Fri, 27 Apr 2001, Giovanni dos Reis Nunes wrote:

> First, you must upgrade standard potato instalation with new versions
> of pppd, modutils and another things. I've it in DEB packages if you
> (and another one) have interest I can upload they in a public FTP.
This would be interesting.  An archive like for i386 under

## 2.4.?
deb http://people.debian.org/~bunk/debian potato main
deb-src http://people.debian.org/~bunk/debian potato main

would be helpful.  Perhaps an autobuild could work???

I have to check my randomly occuring crashes on my E250 server.
Perhaps 2.4.x series might help.

Kind regards

Andreas.



Re: Solaris Binaries

2001-05-02 Thread Gabor Zoltan Csejtey
HI,

I'm using 2.4.3 kernel now and the Solaris emulation is fine.
For example:
ldd /solaris/bin/ldd 
libelf.so.1 =>   /solaris/bin/../lib/libelf.so.1
libc.so.1 => /solaris/bin/../lib/libc.so.1
libdl.so.1 =>/usr/lib/libdl.so.1

ldd /solaris/bin/tar
libcmd.so.1 =>   /usr/lib/libcmd.so.1
libsec.so.1 =>   /usr/lib/libsec.so.1
libc.so.1 => /usr/lib/libc.so.1
libdl.so.1 =>/usr/lib/libdl.so.1

I configured the solaris simulation using kernel 2.2.17 and I didn't
change anything of course I installed new modutils, modconf, mount,
fileutils etc. for the 2.4.x kernel.

Here's a part of the kernel config:

CONFIG_KCORE_ELF=y
CONFIG_SPARC32_COMPAT=y
CONFIG_BINFMT_ELF32=y
CONFIG_BINFMT_AOUT32=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
CONFIG_SUNOS_EMUL=y
CONFIG_SOLARIS_EMUL=m
...
CONFIG_SUN_PARTITION=y

solaris inserted as a module

I mounted the solaris partitions:

/dev/hda1 on /solaris type ufs (ro,ufstype=sun)
/dev/hda4 on /solaris/var type ufs (ro,ufstype=sun)
/dev/hda5 on /solaris/usr type ufs (ro,ufstype=sun)
/dev/hda8 on /solaris/home type ufs (rw)

where:
   Device FlagStart   EndBlocks   Id  System
/dev/hda1 0   152 718202  SunOS root
/dev/hda2  u152   707262237+   3  SunOS swap
/dev/hda3 0  8892   42014705  Whole disk
/dev/hda4   707  11412050657  SunOS var
/dev/hda5  1141  2724747967+   4  SunOS usr
/dev/hda6  2724  8600   2776410   83  Linux native
/dev/hda8  8600  88921379708  SunOS home

I made the directory:
/usr/gnemul/solaris/

and linked the following in the /usr/gnemul/solaris:
bin -> /solaris/bin
etc -> /solaris/etc
lib -> /solaris/lib
opt -> /solaris/opt
platform -> /solaris/platform
sbin -> /solaris/sbin
usr -> /solaris/usr
var -> /solaris/var

Gabor
PS.
You may need to mount the var partition write enabled too.

Date: Tue, 1 May 2001 10:41:42 -0400
From: Ben Collins <[EMAIL PROTECTED]>
Cc: debian-sparc@lists.debian.org
Resent-From: debian-sparc@lists.debian.org
X-Mailing-List:  archive/latest/6420
X-Loop: debian-sparc@lists.debian.org
Precedence: list
Resent-Sender: [EMAIL PROTECTED]

On Tue, May 01, 2001 at 06:16:41AM +, [EMAIL PROTECTED] wrote:
> I have a Sun Ultra 10 running Debian-Sparc unstable tree, upgraded to 
kernel 2.4.3. Everything is working fine except for SunOS/Solaris binary 
compatibility.  I have the kernel compiled with
> 
> CONFIG_SUNOS_EMUL=y
> CONFIG_SOLARIS_EMUL=y
> 
> And I have followed the howto, and placed a complete library/include 
set in /usr/gnemul/solaris, as well as a whole /etc dir:
> 
> total 4
> drwxr-xr-x3 root root 4096 Apr 26 05:19 solaris
> lrwxrwxrwx1 root root 19 Apr 26 05:42 sunos -> 
/usr/gnemul/solaris
> 
> However, whenever I try to run a solaris binary, /any/ one, I get 
this (that is a tar binary from a Solaris 2.6 box) :
> 
> [EMAIL PROTECTED]:~$ ./tar
> bash: ./tar: No such file or directory
> [EMAIL PROTECTED]:~$ 

It can't find the Solaris dynamic linker, which needs to be in /lib (as
ld.so or ld.so.1, can't remember).

Also, to find the other libraries, you need to either set
LD_LIBRARY_PATH, or put them in /usr/lib. You can also copy all the
Solaris stuff to another directory and chroot to it.

Ben

-- 
 
---===-=-==-=---==-=--
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian 
GNU/Linux   \
`  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  '
 
`---=--===-=-=-=-===-==---=--=---'


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]