RE: X11 crashing on 2.4.28

2004-12-09 Thread Jurzitza, Dieter
Dear listmembers,
sorry for the delay. I'd really like to spend more time with the sparc issues 
if I could ;-). 
Replacing the XFree86 binary that comes with the regular distribution with the 
freshly build one that has been supplied by you solves the problem with X on my 
U60 / SMP / Creator 3d.

So, it seems to me that my problem has been fixed by Richard (many thanks 
again) and I am looking forward for an official build to appear on the net 
prior to really using 2.4.28, because I do not want to get off sync with the 
regular distribution.

Thanks again to everybody for helping out,
take care




Dieter Jurzitza


-Original Message-
From: Ron Murray [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 08, 2004 7:46 PM
To: debian-sparc@lists.debian.org; [EMAIL PROTECTED]
Subject: Re: X11 crashing on 2.4.28


At Wed, 8 Dec 2004 13:00:46 -0500,
Branden Robinson [EMAIL PROTECTED] wrote:



***
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte 
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail 
irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und 
loeschen Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe 
dieser Mail ist nicht gestattet.
 
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and delete this e-mail. Any unauthorized copying, 
disclosure or distribution of the contents in this e-mail is strictly forbidden.
***



Re: Serial Terminal Virtual Consoles

2004-12-09 Thread Marco Gaiarin
Mandi! Jason Parvu
  In chel di` si favelave...

 Does anyone how would I switch consoles (Ctrl-Alt-F2, etc) from
 a serial terminal or is this possible.  I am using a wyse-60 terminal and it
 has no alt key? 

apt-get install screen

-- 
dott. Marco Gaiarin GNUPG Key ID: 240A3D66
  Associazione ``La Nostra Famiglia''http://www.sv.lnf.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

   27 Novembre 2004: IV Giornata Nazionale di Linux e del Software Libero
http://www.linux.it/LinuxDay/



RE: X11 crashing on 2.4.28

2004-12-09 Thread foo_bar_baz_boo-deb
I have been neglectful in mentioning that this fix for 280384 fixes my
original problem also. Thanks to everybody for fixing it and for
sending me the files so I could post them to my web server.

--- Jurzitza, Dieter [EMAIL PROTECTED] wrote:

 Dear listmembers,
 sorry for the delay. I'd really like to spend more time with the
 sparc issues if I could ;-). 
 Replacing the XFree86 binary that comes with the regular distribution
 with the freshly build one that has been supplied by you solves the
 problem with X on my U60 / SMP / Creator 3d.
 
 So, it seems to me that my problem has been fixed by Richard (many
 thanks again) and I am looking forward for an official build to
 appear on the net prior to really using 2.4.28, because I do not want
 to get off sync with the regular distribution.



brutefir ftbfs [sparc] Requires v9|v9a|v9b

2004-12-09 Thread Free Ekanayaka
Hi all,

sorry for the late reply. With regards to:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=269715

I've applied the following patch to the Makefile:

diff -urNad brutefir-1.0/Makefile /tmp/dpep.rSAnEB/brutefir-1.0/Makefile
--- brutefir-1.0/Makefile   2004-10-30 13:30:15.0 +0200
+++ /tmp/dpep.rSAnEB/brutefir-1.0/Makefile  2004-12-09 10:48:47.0 
+0100
@@ -86,11 +86,13 @@
 CC_WARN= -Wall -Wlong-long -Wpointer-arith -Wshadow \
 -Wcast-qual -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations \
 -Wnested-externs
+BRUTEFIR_LIBS  += -lrt -ldl
+endif
+
+# Sparc
 ifeq ($(UNAME_P),sparc)
 CC_FLAGS   += -Wa,-xarch=v8plus
 endif
-BRUTEFIR_LIBS  += -lrt -ldl
-endif
 
 # FreeBSD
 ifeq ($(UNAME),FreeBSD)

Before uploading the package I'd like to  test it, but I've not access
to any sparc machine.

Would somebody kindly try to build the package?

You can find the source at:

http://people.miu-ft.org/~free/packages/

Thanks,

Free



klogd issue

2004-12-09 Thread Jurzitza, Dieter
Dear listmembers,
quite a while ago I detected an error with klogd (I didn't know at that time).
When in SMP-mode, klogd gets an issue with the getsyms call on my U60.

It shows as follows (on boot):
Dec  9 09:59:02 oekalux09 syslogd 1.4.1#16: restart.
Dec  9 09:59:02 oekalux09 kernel: klogd 1.4.1#16, log source = /proc/kmsg 
started.
Dec  9 09:59:02 oekalux09 kernel: Inspecting /boot/System.map-2.4.26
Dec  9 09:59:03 oekalux09 kernel: Loaded 14218 symbols from 
/boot/System.map-2.4.26.
Dec  9 09:59:03 oekalux09 kernel: Symbols match kernel version 2.4.26.
Dec  9 09:59:03 oekalux09 kernel: Loaded 33 symbols from 3 modules.


with SMP:
Dec  9 09:18:14 oekalux09 syslogd 1.4.1#16: restart.
Dec  9 09:18:14 oekalux09 kernel: klogd 1.4.1#16, log source = /proc/kmsg 
started.
Dec  9 09:18:14 oekalux09 kernel: Inspecting /boot/System.map-2.4.26-SMP
Dec  9 09:18:15 oekalux09 kernel: Loaded 14411 symbols from 
/boot/System.map-2.4.26-SMP.
Dec  9 09:18:15 oekalux09 kernel: Symbols match kernel version 2.4.26.
Dec  9 09:18:15 oekalux09 kernel: Error reading kernel symbols - Cannot 
allocate memory 

Tracing deeper into this I found the erratic behaviour in the ksym_mod.c - file 
of sysklogd. The call to getsyms on line 238 what is actually a call to 
get_kernel_syms is returning a negative value. This is especially strange 
because the man-page of get_kernel_syms tells me that:

Returns  the  number  of  symbols returned.  There is no possible error 
return.

However, I think this is not the function that is called but some kernel 
function that actually returns the value. I found something in modules.c, 
however, the #define that can be found there does not fit, neither does the 
sys_ before it.

I am definitively lost here and appreciate any inputs.

Many thanks for your inputs,
take care




Dieter

-- 


HARMAN BECKER AUTOMOTIVE SYSTEMS

Dr.-Ing. Dieter Jurzitza
Manager Hardware Systems
   System Development

Industriegebiet Ittersbach
Becker-Göring Str. 16
D-76307 Karlsbad / Germany

Phone: +49 (0)7248 71-1577
Fax:   +49 (0)7248 71-1216
eMail: [EMAIL PROTECTED]
Internet: http://www.becker.de
 


***
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte 
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail 
irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und 
loeschen Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe 
dieser Mail ist nicht gestattet.
 
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and delete this e-mail. Any unauthorized copying, 
disclosure or distribution of the contents in this e-mail is strictly forbidden.
***



Re: Sarge install cd mounting problem

2004-12-09 Thread Jurij Smakov

On Wed, 8 Dec 2004, Andrew M.A. Cater wrote:


How soon can we fix the installer. RC2 is effectively useless if we're
not careful.

Andy


Hi,

The only thing which is pretty much guaranteed is that d-i for sparc is 
not going to be released in this state :-). More seriously though, fixed 
linux-kernel-di-sparc (version 0.62) has been uploaded yesterday and will 
become available (in unstable) with today's mirror pulse. I am not too 
familiar with the building procedures, but I would expect that the working 
sid_d-i daily installer images [0] will include it tomorrow, and 
normal (sarge_d-i) daily builds should pick it up in ~10 days, when it 
propagates into sarge.


[0] http://cdimage.debian.org/pub/cdimage-testing/sid_d-i/

Best regards,

Jurij Smakov[EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC



Re: Sarge install cd mounting problem

2004-12-09 Thread Joey Hess
Jurij Smakov wrote:
 The only thing which is pretty much guaranteed is that d-i for sparc is 
 not going to be released in this state :-). More seriously though, fixed 
 linux-kernel-di-sparc (version 0.62) has been uploaded yesterday and will 
 become available (in unstable) with today's mirror pulse. I am not too 
 familiar with the building procedures, but I would expect that the working 
 sid_d-i daily installer images [0] will include it tomorrow, and 
 normal (sarge_d-i) daily builds should pick it up in ~10 days, when it 
 propagates into sarge.

Correct on all points except for sarge propigation. That will happen
manually after I'm sure that it a) fixes the problem on sparc32 b)
doesn't break anything else.

-- 
see shy jo


signature.asc
Description: Digital signature


USB keyboard mouse on Sun Ultra 5 w/PCI USB card

2004-12-09 Thread Daniel E. Jonsen

I recently inherited a Sun Ultra 5 from my company which I would like to use 
as a LAMP server.  I downloaded the 13-CD sarge testing distribution 
(official snapshot 11/07/04) and got the system up and running normally with 
the Sun keyboard and mouse.

I have it connected to a 4-port USB KVM switch, and I bought and installed a 
Belkin F5U219 3-port (2 external, 1 internal) USB 2.0 PCI card so that I can 
use the USB keyboard  mouse instead of the Sun keyboard and mouse, which  I 
would really like to get off of my desk.

For the life of me, I cannot get the sparc to accept input from either the USB 
keyboard (Microsoft Internet Keyboard Pro) or the USB mouse (Kensington 
Expert Mouse Pro).  When I plug in an external USB 2.0 CD-RW drive and type

cdrecord --scanbus

the CD-RW drive shows up just fine.  Thus the USB subsystem appears to be 
functioning in general.  On bootup, I also get plenty of messages indicating 
that the kernel found a USB keyboard and mouse.  Under the double lines below 
is an excerpt from 'dmesg' that looks relevant to me.

Does anyone out there know how to get a Sun Ultra 5 to accept input from a 
PC104 USB keyboard and a USB mouse?  Any hints would be greatly appreciated.

-Dan

=
 Excerpt from 'dmesg':
=

PROMLIB: Sun IEEE Boot Prom 3.15.2 1998/11/10 10:35
Linux version 2.4.27-1-sparc64 ([EMAIL PROTECTED]) (gcc version 
3.3.4 (Debian 1:3.3.4-7)) #1 Mon Aug 23 23:59:55 PDT 2004
ARCH: SUN4U
...
PCIO serial driver version 1.54
su(mouse) at 0x1fff13062f8 (irq = 4,7ea) is a 16550A
Sun Mouse-Systems mouse driver version 1.00
su(kbd) at 0x1fff13083f8 (irq = 9,7e9) is a 16550A
Sun TYPE 5 keyboard detected without keyclick
SAB82532 serial driver version 1.65
ttyS00 at 0x1fff140 (irq = 12,7eb) is a SAB82532 V3.2
ttyS01 at 0x1fff1400040 (irq = 12,7eb) is a SAB82532 V3.2
...
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb.c: registered new driver usbmouse
usbmouse.c: v1.6:USB HID Boot Protocol mouse driver
usb.c: registered new driver usbkbd
usbkbd.c: :USB HID Boot Protocol keyboard driver
mice: PS/2 mouse device common for all mice
...
usb-ohci.c: USB OHCI at membase 0x1ff02808000, IRQ 10,7d8
usb-ohci.c: usb-02:03.0, PCI device 1033:0035
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 2 ports detected
usb-ohci.c: USB OHCI at membase 0x1ff0280a000, IRQ 10,7d9
usb-ohci.c: usb-02:03.1, PCI device 1033:0035
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 1 port detected
ehci_hcd 02:03.2: PCI device 1033:00e0
ehci_hcd 02:03.2: irq 10,7da, pci mem 01ff0280c000
usb.c: new USB bus registered, assigned bus number 3
ehci_hcd 02:03.2: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29/2.4
hub.c: USB hub found
hub.c: 3 ports detected
eth0: Link is up using internal transceiver at 100Mb/s, Full Duplex.
usb.c: registered new driver hid
hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik [EMAIL PROTECTED]
hid-core.c: USB HID support drivers
ip_tables: (C) 2000-2002 Netfilter core team
sunmouse: Successfully adjusted to 1200 baud.



Sarge install using dumb terminal problems

2004-12-09 Thread Jason Parvu








Yet another question for this great list! After much
help from everyone I have gotten past the installer bugs and got the base
system installed, however when running Debian Configuration I
cant tell which options I am selecting on the screen, lot of garbage characters
appear and the enter and return keys seem to work ok but transmit a bunch of
garbage characters at the end of transmitting a carriage return. i.e.
when I set the root password and try to log in it keep saying my password is incorrect.
I am using a Wyse 60 terminal in VT100 emulation mode. This setup works
fine when maneuvering around in open boot or the installation process of Debain
heck it even works with Solaris flawlessly. I only have this problem running
Debian Configuration. Any ideas?



 Thanks
again, JP








File does not seem executable

2004-12-09 Thread Chris Andrew
Hi all, 

Just trying to install Sarge or Woody on Ulta 30, and get the message File 
does not seem executable (or similar), when I reboot after install.  Any 
thoughts?  I have installed fine b4, but now, no luck.  RH6.2 installs fine.

?

Cheers,

Chris.

-- 

Whatever you Wanadoo:
http://www.wanadoo.co.uk/time/

This email has been checked for most known viruses - find out more at: 
http://www.wanadoo.co.uk/help/id/7098.htm



Re: USB keyboard mouse on Sun Ultra 5 w/PCI USB card

2004-12-09 Thread Martin
 For the life of me, I cannot get the sparc to accept input from either the 
 USB 
 keyboard (Microsoft Internet Keyboard Pro) or the USB mouse (Kensington 
 Expert Mouse Pro).
What programs have you tried?  What results did you get?

 the CD-RW drive shows up just fine.  Thus the USB subsystem appears to be 
 functioning in general.  On bootup, I also get plenty of messages indicating 
 that the kernel found a USB keyboard and mouse.  Under the double lines below 
 is an excerpt from 'dmesg' that looks relevant to me.
 
 Does anyone out there know how to get a Sun Ultra 5 to accept input from a 
 PC104 USB keyboard and a USB mouse?  Any hints would be greatly appreciated.
The above info and the output of /proc/bus/usb/devices (or wherever you
mount usbdevfs) and kernel / tool version numbers would probably be
useful for anyone trying to help.

Cheers,
 - Martin
 
-- 
Martin
[EMAIL PROTECTED]
Seasons change, things come to pass



Re: brutefir ftbfs [sparc] Requires v9|v9a|v9b

2004-12-09 Thread Jurij Smakov

Hello,

On Thu, 9 Dec 2004, Free Ekanayaka wrote:


http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=269715

I've applied the following patch to the Makefile:

[patch skipped]

Before uploading the package I'd like to  test it, but I've not access
to any sparc machine.

Would somebody kindly try to build the package?


The solution you've proposed fails due to at least three different 
reasons:


* The changes to the CC_FLAGS which the patch implements are inside the
ifeq ($(UNAME),SunOS) ... endif block, so they would never be triggered on 
Debian.


* The attempt to determine the architecture is done by looking at the 
result of 'uname -p' command. On Debian uname does not support a '-p' 
option.


* Since you have forgot to create the 00list or 00list.sparc file in the 
debian/patches directory, the patch you describe does not even get applied 
during the build :-)


The corrected patch looks like this:
--snip
diff -urNad brutefir-1.0/Makefile /tmp/dpep.9PBbmd/brutefir-1.0/Makefile
--- brutefir-1.0/Makefile   2004-12-10 02:23:34.545793224 +
+++ /tmp/dpep.9PBbmd/brutefir-1.0/Makefile  2004-12-10 02:31:29.741552488 
+
@@ -73,6 +73,9 @@
 ifeq ($(UNAME_M),i686)
 BRUTEFIR_OBJS  += $(BRUTEFIR_IA32_OBJS)
 endif
+ifneq (,$(findstring sparc,$(UNAME_M)))
+CC_FLAGS += -Wa,-xarch=v8plus
+endif
 BRUTEFIR_LIBS  += -ldl
 LDMULTIPLEDEFS = -Xlinker --allow-multiple-definition
 # assume that we have alsa, osss and jack
--snip-

You can find the corresponding dpatch scriplet at [0]. In order to get 
it applied, you need to create the debian/patches/00list.sparc file, which 
is also given there (by the way, if you want the amd64 patch to apply as 
well, creating debian/patch/00list.amd64 is a good idea). With these 
changes the package builds fine in a sid chroot, build log and the 
sparc deb are available at [0] as well. Unfortunately, I cannot test 
the package, since I do not have sound configured.


[0] http://www.wooyd.org/debian/brutefir/

Best regards,

Jurij Smakov[EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC