Re: security fixes for woody sparc kernels?

2004-03-02 Thread Ben Collins
On Tue, Mar 02, 2004 at 02:46:08PM -0500, Kevin B. McCarty wrote:
> On Tue, 2 Mar 2004, Ben Collins wrote:
> 
> > I uploaded 2.5.24 (or was it 2.4.25?). It should be in proposed-updates.
> 
> I found a package of kernel-image-2.4.24-sparc64, version 34.woody.1.  
> (Is this the one you meant?)  But trying to install it gives a large 
> number of depmod errors:
> 
> alcyone[23]:~# dpkg -i kernel-image-2.4.24-sparc64_34.woody.1_sparc.deb
> Selecting previously deselected package kernel-image-2.4.24-sparc64.
> (Reading database ... 8501 files and directories currently installed.)
> Unpacking kernel-image-2.4.24-sparc64 (from 
> kernel-image-2.4.24-sparc64_34.woody.1_sparc.deb) ...
> Setting up kernel-image-2.4.24-sparc64 (34.woody.1) ...
> depmod: *** Unresolved symbols in 
> /lib/modules/2.4.24-sparc64/kernel/arch/sparc64/solaris/solaris.o
> depmod: *** Unresolved symbols in 
> /lib/modules/2.4.24-sparc64/kernel/crypto/aes.o
> [many lines of errors snipped...]
> depmod: *** Unresolved symbols in 
> /lib/modules/2.4.24-sparc64/kernel/net/xfrm/xfrm_user.o
> There was a problem running depmod.  This may be benign, 
> (You may have versioned symbol names, for instance).
> Or this could be an error.
>   depmod exited with return value 1
> In any case, since depmod is run at install time, 
> we could just defer running depmod
> Would you like to abort now? [Yes] yes
> 
> 
> Looks like it's been filed at http://bugs.debian.org/234442 .  Should I be 
> worried, or go ahead and install it?


Don't sweat it. It's all good. Make sure you also install the new silo
from proposed-updates aswell.

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



how to get audio working on ultra 80 w/ debian testing

2004-03-02 Thread Abe Olson


I can get sound by plugging headphones or speakers into the cdrom 
drive and some applications send sound out the (admittadly not bad 
sounding) tower speaker.  None of the outputs on the sound card itself 
seem to work though.  How can I get that to work?


I'm not sure on sparc, but on x86 I'd be asking these questions:
What version of kernel do you have (uname -a)?

[EMAIL PROTECTED]:/etc$ uname -a
Linux ai 2.4.18 #2 Thu Apr 11 14:37:17 EDT 2002 sparc64 GNU/Linux

Which version of Debian did you install (stable, testing, unstable)?

testing

What's the output of "lspci"?

ai:/etc# lspci
00:00.0 Host bridge: Sun Microsystems Computer Corp. Psycho PCI Bus Module
00:01.0 Bridge: Sun Microsystems Computer Corp. EBUS (rev 01)
00:01.1 Ethernet controller: Sun Microsystems Computer Corp. Happy Meal 
(rev 01)00:03.0 SCSI storage controller: LSI Logic / Symbios Logic 
53c875 (rev 14)

00:03.1 SCSI storage controller: LSI Logic / Symbios Logic 53c875 (rev 14)
01:00.0 Host bridge: Sun Microsystems Computer Corp. Psycho PCI Bus Module
01:01.0 USB Controller: NEC Corporation USB (rev 43)
01:01.1 USB Controller: NEC Corporation USB (rev 43)
01:01.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
ai:/etc#

What's the output of "lsmod"?
ai:/etc# lsmod
Module  Size  Used byNot tainted
rtc 1928   0
openpromfs 12536   0  (unused)
hid15568   0  (unused)
openprom4900   0
cs4231 21392   1
audio  22912   2  [cs4231]
parport31264   0  (unused)
ai:/etc#

I don't see anything like a sound card in the lspci output.  In lsmod, 
cs4231 is the module for the onboard sound on the ultra 80.


I can only listen to cd's by plugging headphones or speakers into the 
jack on the front of the cdrom.  gxine and xine output audio through the 
tower speaker.


Thanks!


Abe



Re: noob with a few questions

2004-03-02 Thread Abe Olson

Kent West wrote:


Abe Olson wrote:

I just installed debian testing on my ultra 80.  The install was 
really easy and most everything seems to be working.  I have a few 
questions though.


You'll probably find that you get better results by separating your 
questions into separate threads, and titling each thread with a more 
descriptive subject line.



Gotcha.  I'll do that form now on.  Thanks.

1.  How do I add something to the default run level?  I need afbinit 
to run before X starts so I can have a fast(er) X experience.


Just put your script in /etc/init.d, and then a symlink in /etc/rc2.d, 
making sure to title it similarly to the other scripts in /etc/rc2.d, 
with the "S" meaning this is a Startup-type script, and the numbers 
determining the order in which the scripts run.


Thanks.  I read about it in the debian policy manual and got it 
straightened out. 

2.  I choose the right time zone during the install but my clock 
keeps being wrong after boot.  I've set it a few times with date but 
it hasn't stuck so I want to figure out whats going on and fix it for 
real.


You probably need to set the hardware clock (are you dual-booting? 
this could matter). Try something like

   hwclock --systohc
to copy the system time into the hardware clock. (I'm not sure this 
will work on sparc architecture though; it does work on x86.)


You might also be interested in chrony or ntp-simple & ntpdate to have 
your system go out to a time server on the internet to get time/date 
corrections.


Once I added rtc to /etc/modules and rebooted I was fine.  The clock is 
holding my local time just fine now.




3.  After boot, gnome system monitor reports very little memory 
used.  Over the course fo the day the used memory amount rises until 
I have almost no free memory.  Gnome system monitro shows almost all 
of the used memory as being cached.  Is this normal?


I'm no expert, but yes, I believe it's normal for the system to claim 
all free memory for caching purposes; it'll let go of the memory when 
the memory is needed.


Sweet.  I'd noticed that in gentoo on my pc but I remembered the ram 
being freed up faster then it is on the ultra. 

4.  How do I change the gnome window manager to sawfish from 
metacity?  I just can't figure out that one.




I'm not a gnome user, but I think there's a gnome control panel for 
that sort of thing.




5.  I can get sound by plugging headphones or speakers into the cdrom 
drive and some applications send sound out the (admittadly not bad 
sounding) tower speaker.  None of the outputs on the sound card 
itself seem to work though.  How can I get that to work?



I'm not sure on sparc, but on x86 I'd be asking these questions:
What version of kernel do you have (uname -a)?
Which version of Debian did you install (stable, testing, unstable)?
What's the output of "lspci"?
What's the output of "lsmod"?


I'll start a new thread to address the issue of sound.  Look for that 
thread for my reply ;-)


(I've never tried to get sound working on sparc, so I'm not sure what 
issues you might run into.)



Abe



Re: noob with a few questions

2004-03-02 Thread Andrew Sharp
On Tue, Mar 02, 2004 at 03:08:51PM -0800, Nicolas S. Dade wrote:
> On Tue, Mar 02, 2004 at 05:48:06AM -0800, Abe Olson wrote:
> > 1.  How do I add something to the default run level?  I need afbinit to 
> > run before X starts so I can have a fast(er) X experience.
> 
> Put it in /etc/rc2.d/. All those run before X starts (X is started by
> /etc/inittab)

Really?  Not on any of my Debian systems.  Of course, I don't use gnome,
so maybe it adds a line to the inittab to start itself these days instead
of out of /etc/init.d/gdm(/etc/rc2.d/S99gdm).  But of course, I don't
use gnome, so I don't have problems with running out of memory anyway ~:^)

a



Re: kernel 2.4.24-sparc64-smp shutdown problem

2004-03-02 Thread Eric Brower

You are using a serial console, right?  Remove the check

if (!serial_console)

from arch/sparc64/kernel/power.c.

E

Philipp Michels wrote:

hi list,

i got a sun ultra 2 enterprise with two 167MHZ CPUs.
I run debian sarge with a 2.4.24-sparc64-smp kernel-image.

The problem is that my machine does not power-off after
'shutdown -h "now"'

Is there a kernel patch available?

regards
Philipp






Re: Raptor Gfx with Sun U5

2004-03-02 Thread Clint Adams
> There's a port of the permidia fbdev to 2.6.*, which may fix some of
> these issues:
> http://phoenix.infradead.org/~jsimmons/pm2fb.diff

It's broken when __LITTLE_ENDIAN is undefined.



Re: noob with a few questions

2004-03-02 Thread Nicolas S. Dade
On Tue, Mar 02, 2004 at 05:48:06AM -0800, Abe Olson wrote:
> 1.  How do I add something to the default run level?  I need afbinit to 
> run before X starts so I can have a fast(er) X experience.

Put it in /etc/rc2.d/. All those run before X starts (X is started by
/etc/inittab)

> 3.  After boot, gnome system monitor reports very little memory used.  
> Over the course fo the day the used memory amount rises until I have 
> almost no free memory.  Gnome system monitro shows almost all of the 
> used memory as being cached.  Is this normal?

Yes. linux uses all free ram as filesystem cache until it is needed
for something else. This is why free reports both the raw value
and the value +/- cache/buffers.

 
-Nicolas



手机3折急招业务代表

2004-03-02 Thread wu
  手机3-5折高薪急招各省市业务代表
  北京市宏通诚信商贸有限公司是经国家工商局正规注册依法
成立的综合性(注册资金50万元)商贸公司。公司主要经营:
玩具、饰品、办公设备用品、电子通讯设备、汽车用品配件、
食品饮料及其他。北京市宏通商贸有限公司和香港多家贸易集团
公司达成合作协议,取得了几种通讯产品在大陆市场的一级
经销权,其中品牌手机一律3-5折面向全国销售,为拓展相关
业务现高薪招聘各省市低价手机业务代表,条件不限,专兼职均可,
要求应变能力强,诚信可靠,低价手机业务代表工作相对简单
(如摩托罗拉V66+本公司直销价430元,可市场价高达1250元,
难道还不好推广吗?),收入丰厚,月薪1000-3000元以上,因为产品
有很多优势,希望获得高薪的创业求职者请尽快访问本公司网址
http://99088.126.com 每城区只招一人,机不失,失不再来.
联系电话010-87810575[EMAIL PROTECTED]

部分特价手机价格:
爱立信T18sc 市场价 550元  直销价 120元 中文短信;
爱立信T29sc 市场价 850元  直销价 230元 小巧经济体验型 ;
摩  托V998+ 市场价 980元  直销价 350元 中文短信上网振动;
摩  托V8088 市场价 1280元 直销价 360元 ;
摩  托V66+  市场价 1050元 直销价 430元 信号强劲最实用 ;
摩  托V998C 市场价 1280元 直销价 450元; 
诺基亚8250  市场价 1180元 直销价 480元 梦幻蓝屏背景 ;
三  星A408  市场价 1680元 直销价 550元 时尚女孩专用 ;
首  信C6088 市场价 1350元 直销价 550元 世界最小巧型 ;
首  信C6288 市场价 1450元 直销价 620元 精美双屏折叠 ;
摩  托C350  市场价 1290元 直销价 600元 彩屏和弦信号强 ;
三  星A188  市场价 1320元 直销价 510元  ;  
摩  托T722i 市场价 1950元 直销价 990元 彩屏和弦可接摄相头;
联系时请使用注册号码:
0010001  

手机3折急招业务代表 



kernel 2.4.24-sparc64-smp shutdown problem

2004-03-02 Thread Philipp Michels

hi list,

i got a sun ultra 2 enterprise with two 167MHZ CPUs.
I run debian sarge with a 2.4.24-sparc64-smp kernel-image.

The problem is that my machine does not power-off after
'shutdown -h "now"'

Is there a kernel patch available?

regards
Philipp



Re: noob with a few questions

2004-03-02 Thread Antonello
On Tuesday 02 March 2004 23:27, Kent West wrote:

> (I've never tried to get sound working on sparc, so I'm not sure what
> issues you might run into.)

Mine used to work properly (now there's no sound into the kernel since the 
machine has been converted to a server and doesn't need any sound.
It uses a Cirrus Logic CS-something chip, supported by the kernel (2.4).
My lspci is currently broken at the moment since I switched to 2.6 :(

Bye
Antonello



Re: noob with a few questions

2004-03-02 Thread Antonello
On Tuesday 02 March 2004 23:27, Kent West wrote:

> > 2.  I choose the right time zone during the install but my clock keeps
> > being wrong after boot.  I've set it a few times with date but it
> > hasn't stuck so I want to figure out whats going on and fix it for real.
>  Try something like
> hwclock --systohc
> to copy the system time into the hardware clock. (I'm not sure this will
> work on sparc architecture though; it does work on x86.)

It works on SPARC too. I had the same issue when dealing with my U10 cause the 
rtc driver in the kernel seems to be very pc-specific regarding this issue. 
2.6 kernel has solved this issue, however systohc is a good choice if you use 
a 2.4

Antonello



Re: noob with a few questions

2004-03-02 Thread Kent West

Abe Olson wrote:

I just installed debian testing on my ultra 80.  The install was 
really easy and most everything seems to be working.  I have a few 
questions though.


You'll probably find that you get better results by separating your 
questions into separate threads, and titling each thread with a more 
descriptive subject line.


1.  How do I add something to the default run level?  I need afbinit 
to run before X starts so I can have a fast(er) X experience.


Just put your script in /etc/init.d, and then a symlink in /etc/rc2.d, 
making sure to title it similarly to the other scripts in /etc/rc2.d, 
with the "S" meaning this is a Startup-type script, and the numbers 
determining the order in which the scripts run.


2.  I choose the right time zone during the install but my clock keeps 
being wrong after boot.  I've set it a few times with date but it 
hasn't stuck so I want to figure out whats going on and fix it for real.


You probably need to set the hardware clock (are you dual-booting? this 
could matter). Try something like

   hwclock --systohc
to copy the system time into the hardware clock. (I'm not sure this will 
work on sparc architecture though; it does work on x86.)


You might also be interested in chrony or ntp-simple & ntpdate to have 
your system go out to a time server on the internet to get time/date 
corrections.


3.  After boot, gnome system monitor reports very little memory used.  
Over the course fo the day the used memory amount rises until I have 
almost no free memory.  Gnome system monitro shows almost all of the 
used memory as being cached.  Is this normal?


I'm no expert, but yes, I believe it's normal for the system to claim 
all free memory for caching purposes; it'll let go of the memory when 
the memory is needed.


4.  How do I change the gnome window manager to sawfish from 
metacity?  I just can't figure out that one.



I'm not a gnome user, but I think there's a gnome control panel for that 
sort of thing.




5.  I can get sound by plugging headphones or speakers into the cdrom 
drive and some applications send sound out the (admittadly not bad 
sounding) tower speaker.  None of the outputs on the sound card itself 
seem to work though.  How can I get that to work?



I'm not sure on sparc, but on x86 I'd be asking these questions:
What version of kernel do you have (uname -a)?
Which version of Debian did you install (stable, testing, unstable)?
What's the output of "lspci"?
What's the output of "lsmod"?


(I've never tried to get sound working on sparc, so I'm not sure what 
issues you might run into.)


--
Kent



Re: Raptor Gfx with Sun U5

2004-03-02 Thread Moritz Muehlenhoff
Clint Adams wrote:
> Are you using the Permedia framebuffer driver on console?
> There appear to be some deficiencies in XFree86's PM2V driver for the
> Raptor GFX 8P, which change if you initialize the card with the Linux
> 2.4 fb driver (which itself has deficiencies for this card).

There's a port of the permidia fbdev to 2.6.*, which may fix some of
these issues:
http://phoenix.infradead.org/~jsimmons/pm2fb.diff



noob with a few questions

2004-03-02 Thread Abe Olson
I just installed debian testing on my ultra 80.  The install was really 
easy and most everything seems to be working.  I have a few questions 
though.


1.  How do I add something to the default run level?  I need afbinit to 
run before X starts so I can have a fast(er) X experience.


2.  I choose the right time zone during the install but my clock keeps 
being wrong after boot.  I've set it a few times with date but it hasn't 
stuck so I want to figure out whats going on and fix it for real.


3.  After boot, gnome system monitor reports very little memory used.  
Over the course fo the day the used memory amount rises until I have 
almost no free memory.  Gnome system monitro shows almost all of the 
used memory as being cached.  Is this normal?


4.  How do I change the gnome window manager to sawfish from metacity?  
I just can't figure out that one.


5.  I can get sound by plugging headphones or speakers into the cdrom 
drive and some applications send sound out the (admittadly not bad 
sounding) tower speaker.  None of the outputs on the sound card itself 
seem to work though.  How can I get that to work?


Thanks for your insight folks!


Abe



Re: security fixes for woody sparc kernels?

2004-03-02 Thread Kevin B. McCarty
On Tue, 2 Mar 2004, Ben Collins wrote:

> I uploaded 2.5.24 (or was it 2.4.25?). It should be in proposed-updates.

I found a package of kernel-image-2.4.24-sparc64, version 34.woody.1.  
(Is this the one you meant?)  But trying to install it gives a large 
number of depmod errors:

alcyone[23]:~# dpkg -i kernel-image-2.4.24-sparc64_34.woody.1_sparc.deb
Selecting previously deselected package kernel-image-2.4.24-sparc64.
(Reading database ... 8501 files and directories currently installed.)
Unpacking kernel-image-2.4.24-sparc64 (from 
kernel-image-2.4.24-sparc64_34.woody.1_sparc.deb) ...
Setting up kernel-image-2.4.24-sparc64 (34.woody.1) ...
depmod: *** Unresolved symbols in 
/lib/modules/2.4.24-sparc64/kernel/arch/sparc64/solaris/solaris.o
depmod: *** Unresolved symbols in 
/lib/modules/2.4.24-sparc64/kernel/crypto/aes.o
[many lines of errors snipped...]
depmod: *** Unresolved symbols in 
/lib/modules/2.4.24-sparc64/kernel/net/xfrm/xfrm_user.o
There was a problem running depmod.  This may be benign, 
(You may have versioned symbol names, for instance).
Or this could be an error.
depmod exited with return value 1
In any case, since depmod is run at install time, 
we could just defer running depmod
Would you like to abort now? [Yes] yes


Looks like it's been filed at http://bugs.debian.org/234442 .  Should I be 
worried, or go ahead and install it?

thanks,

-- 
Kevin B. McCarty <[EMAIL PROTECTED]>   Physics Department
WWW: http://www.princeton.edu/~kmccarty/Princeton University
GPG: public key ID 4F83C751 Princeton, NJ 08544



Raptor GFX with Sun Ultra 5

2004-03-02 Thread Adam Henson

All,

 Problem solved!  For those of you who might run into this in 
future  - It was the adapter converting the Monitors Sun video 
connector to a standard VGA connection.   If you use a normal vga cable 
to the monitors other input it works fine.  Must have been some weird 
timing issue.


 Thanks,

 Adam




noob with a few questions

2004-03-02 Thread bung-foo



Re: Raptor Gfx with Sun U5

2004-03-02 Thread Clint Adams
[Cc'ing -x]

> One problem remains however.  When running XFree86 (4.1.0) I am getting 
> lines of what looks like 'interference' lines down the screen.  One part 
> of the screen has it really bad whilst others you just just see small 
> patches of it.  The lines run horizontally and kind of 'crackle'  if 
> this makes sense.
> 
> Console mode is fine it just happens when I load Xfree86, and happens at 

Are you using the Permedia framebuffer driver on console?
There appear to be some deficiencies in XFree86's PM2V driver for the
Raptor GFX 8P, which change if you initialize the card with the Linux
2.4 fb driver (which itself has deficiencies for this card).



Raptor Gfx with Sun U5

2004-03-02 Thread Adam Henson

Hi all,

I recently installed Debian SPARC on a Sun Ultra 5 and am really 
pleased with it.  I'm now a definite debian fan!  

One problem remains however.  When running XFree86 (4.1.0) I am getting 
lines of what looks like 'interference' lines down the screen.  One part 
of the screen has it really bad whilst others you just just see small 
patches of it.  The lines run horizontally and kind of 'crackle'  if 
this makes sense.


Console mode is fine it just happens when I load Xfree86, and happens at 
all of the resolutions I have tried running XFree86 at.   The graphics 
card is a Raptor GFX 8P, and it is connected to a nice new Sun 21" 
monitor that can cope with anything this card can throw at it.  When I 
press the button on the monitor it says: 106.2Khz / 85Hz,  which is the 
same frequency that I run MS Windows at on this monitor on the other 
input, and no interference is present on that.


I'm not that knowledgable about Xfree86 dot clocks or any such, but have 
spent many hours now trying to get rid of this interference!


Now, the interesting part is, - that this interference was also present 
when booting the machines into Solaris in console mode, but it vanished 
(and I had a gorgeous rock solid display) when the Sun X server 
initialised.  I've looked at the Sun X convig file but alas its nothing 
like XFree86's.


Can anyone offer any advice please? I'd love to get X working so I can 
use debian as my primary desktop OS, else I'm going to have to stick it 
under the stairs as a server I think!


Many thanks,

 Adam




RE: woody on ultra sparc IIe - help

2004-03-02 Thread Neil D. Roberts
Hi !

I am pretty new with Sparc at the moment, but here's what I would try. Try
doing the initial install over the serial A port, until you can configure
the input locales for your keyboard. Unfortunatly I don't quite understand
what happened there. In any case, you'll be able to find out if the system
really locks up, or if the keyboard doesn't like Debian. Hope this helps,
even a little bit.

Regards, Neil

-Mensaje original-
De: pabo [mailto:[EMAIL PROTECTED]
Enviado el: martes, 02 de marzo de 2004 16:17
Para: debian-sparc@lists.debian.org
Asunto: woody on ultra sparc IIe - help


I want to run Woody on an Ultra Sparc IIe - Netra AX1105
with PS/2 Keyboard and Mouse.

I try a net install with RARP and tftp.
It looks fine until I got the Woody Release Notes on the Monitor.
Then I can't do anything with the Keyboard - hang.

What can I do ? Has anyone an idea ?


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



Re: security fixes for woody sparc kernels?

2004-03-02 Thread Ben Collins
On Tue, Mar 02, 2004 at 12:24:55PM -0500, Kevin B. McCarty wrote:
> Hi all,
> 
> Does anyone know the status of the sparc kernels in woody with respect to 
> all the recent kernel security fixes?  Looking through the list of 
> advisories at http://www.debian.org/security/ I don't see any mention of 
> sparc architecture.  (I have an UltraSparc IIi, which is a firewall so I'd 
> just as soon not put a compiler on it to build a new kernel myself...)
> 
> I'm currently running "kernel-image-2.4.20-sun4u" version 26.potato.1,
> last updated 20 March 2003 (according to the package changelog), which
> IIRC I got from woody-proposed-updates.  Any woody-compatible upgrade
> suggestions?
> 
> Finally, the only account I have on the firewall is root; since all the 
> latest problems seem to be local root exploits, do I need to worry at all?

I uploaded 2.5.24 (or was it 2.4.25?). It should be in proposed-updates.

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



security fixes for woody sparc kernels?

2004-03-02 Thread Kevin B. McCarty
Hi all,

Does anyone know the status of the sparc kernels in woody with respect to 
all the recent kernel security fixes?  Looking through the list of 
advisories at http://www.debian.org/security/ I don't see any mention of 
sparc architecture.  (I have an UltraSparc IIi, which is a firewall so I'd 
just as soon not put a compiler on it to build a new kernel myself...)

I'm currently running "kernel-image-2.4.20-sun4u" version 26.potato.1,
last updated 20 March 2003 (according to the package changelog), which
IIRC I got from woody-proposed-updates.  Any woody-compatible upgrade
suggestions?

Finally, the only account I have on the firewall is root; since all the 
latest problems seem to be local root exploits, do I need to worry at all?

thanks,

-- 
Kevin B. McCarty <[EMAIL PROTECTED]>   Physics Department
WWW: http://www.princeton.edu/~kmccarty/Princeton University
GPG: public key ID 4F83C751 Princeton, NJ 08544



企业中国网助您成功!

2004-03-02 Thread 企业中国
尊敬的客户,您好!
  
感谢您对企业中国网站一直以来的支持与帮助!为此,我网站将特意向您推荐我们新推出的
--"自助建站"服务。

"自助建站"是企业中国为帮助企业快速上网,促使企业之间轻松地在互联网上相互交流、获
取信息、推广产品、宣传企业形象而推出的一项全新的产品。通过此产品,客户无需熟悉繁杂的
网页制作、网站的构成,只需懂得基本的文字输入、图片上传,就能自助式地制作出一个图文并
茂、内容丰富的网站。

产品特色:
1、30套各种风格各异、适合各行各业的企业建站模板供客户选择。
2、前五百个用户赠送一个网络实名或者同等价值的搜索引擎推广服务。
3、在企业中国网站上发布企业信息,推广产品。
4、在享受建站易服务期间,还免费获得信息推荐服务。


查看详情请点击:http://www.e-cninfo.com


再次感谢您对我们的支持!

希望您能够通过我们的网站,获得更多的生意机会,也希望你对我们的服务提出您宝贵的意见!

谢谢!


顺祝商祺!

企业中国网
2004年3月1日



woody on ultra sparc IIe - help

2004-03-02 Thread pabo

I want to run Woody on an Ultra Sparc IIe - Netra AX1105
with PS/2 Keyboard and Mouse.

I try a net install with RARP and tftp.
It looks fine until I got the Woody Release Notes on the Monitor.
Then I can't do anything with the Keyboard - hang.

What can I do ? Has anyone an idea ?



Re: procps doesn't buildd - /lib versus /lib64

2004-03-02 Thread Ben Collins
On Tue, Mar 02, 2004 at 12:45:41AM -0500, Albert Cahalan wrote:
> On Mon, 2004-03-01 at 23:38, Ben Collins wrote:
> 
> > Yes, we could do something lame like /usr/sparc64-linux/lib,
> > but then we can't get the same affect of /lib64 for systems
> > where /usr is not on the root partition, and it excludes
> > using 64-bit for some situations. Not only that, but usually
> > /usr//* is reserved for cross-compilation setups,
> > which this is not. It's a native runtime.
> 
> If it looks like a duck and quacks like a duck...
> If I set up an i386 box with a SCO Xenix ABI
> module and gcc set to produce Xenix binaries
> by default, that still doesn't make it native.
> 
> Does it
> 
> There's nothing lame about /usr/sparc64-linux/lib if
> you use it to run 64-bit apps on an essentially 32-bit
> kernel. (an ILP32 kernel that saves wide registers but
> refuses to create memory mappings above 4 GB) In this
> case, putting 32-bit libraries in /lib would be fine.

That's the thing, it's not a 32-bit kernel. sparc64 runs a 64-bit
kernel.

The debian-sparc port runs on sparc and sparc64. We want 32-bit
userspace default for sparc64, even though it runs a 64-bit kernel, but
we also want the option to have 64-bit userland overlay that userspace,
and we want it in a way that it runs essentially the same way as you
would 32-bit apps, natively. That's the whole point.

We aren't going to make a debian-sparc64 port, with fully native 64-bit
apps for sparc64 machines, so the overlay is the only way, and doing it
with /lib64:/usr/lib64 is the only way to get the functionality working
as passively as possible.

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



openoffice.org680

2004-03-02 Thread Jim Watson
A contrib linux sparc build of openoffice.org680 for developers/experimenting
is now available on mirrors in openoffice/contrib/linuxsparc. This is not a
debian package but a tarball that may be installed in the user home
directory, but was built on a debian sparc system. Any comments would be
appreciated.
jim

  



problems with kernel-image-2.6.3-sparc64_1_sparc.deb

2004-03-02 Thread Arturas Kavaliauskas
hello all

I have SparcServer1 (UltraSparc 167MHz, RAM 192MB). I installed 2.6.3
kernel image found at
http://www.phunnypharm.org/pub/for/sparc-folks/kernel-images-2.6/

The one did not rised after restart. Conected a console cable,
hardrestarted... After silo loaded the image some strange flicking were
seen on minicom (weird stuff), and boot process continued... Not for long: 
aacraid (RedHat/Adaptec raid driver or smth...) was the last line printed
- ded end.

Is any param to disable the aacraid driver without rebuilding the kernel?

---
ArturasK. 



[gaio@sv.lnf.it: netinst or install cd for a 150...]

2004-03-02 Thread Marco Gaiarin

Someone have the answer, please?

- Forwarded message from Marco Gaiarin <[EMAIL PROTECTED]> -
From: Marco Gaiarin <[EMAIL PROTECTED]>
Date: Wed, 25 Feb 2004 16:39:03 +0100
To: debian-sparc@lists.debian.org
Subject: netinst or install cd for a 150...
Organization: La Nostra Famiglia - Polo FVG
X-Mailing-List:  archive/latest/14188


A frind of mine have these box:

SunBlade 150 (UltraSparc IIe - 550 Mhz) -- OBP 4.6.9

they have tried to boot with standard woody install cd and on some they
got the ``fast cache mmu miss'' error, and on some other the
installation stop on greeting/copyright.

They have to install these box by serial console, or there's some
netinst or similar CD that works?! Thanks.

- End forwarded message -

-- 
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

Informazione & Democrazia
  Dobbiamo tutti lavorare insieme per costruire un'alternativa concreta al
   monopolio informativo e ridare forza alla democrazia del nostro paese.

 http://www.sosinformazione.org/