debian on sun fire v100

2003-11-14 Thread Ottavio Campana
I'm  looking  for a  cheap  u1  little server.  I  don't  need a  lot  a
resources, so I don't want to give out a lot of money.

The sun fire  v100 seems cheaper then other i386  solutions, so I'd like
to know how linux runs on it. Does anyone of you use it with debian?


pgpfM2LWTN5Av.pgp
Description: PGP signature


reading ultralinux's faq

2003-11-14 Thread Ottavio Campana
I've read that linux for sparc64 has got a 32 bit userland.

Why? What's wrong with 64 bit?


pgpd8IvezH34m.pgp
Description: PGP signature


Re: PCI Intel Card ?

2002-11-01 Thread Ottavio Campana
On Fri, Nov 01, 2002 at 10:15:47AM -0800, Brian Macy wrote:
 I don't believe Linux supports the x86 cards. My understanding is the 
 cards require specific kernel/os hooks that aren't not provided. Let me 
 know if you find out anything different... I've got an sbus 486 card and 
 would be entertained to run Linux x86 on it :)

maybe the user mode linux can offer in the future this possibility.

-- 
Non c'e' piu' forza nella normalita', c'e' solo monotonia.



Re: How to install a new kernel?

2002-08-14 Thread Ottavio Campana
 Apparently there is no make bzImage in a Sparc.

why don't you use make-kpkg? Try to install the package kernel-package.

-- 
Non c'è più forza nella normalità, c'è solo monotonia.



help for code portability.

2002-08-08 Thread Ottavio Campana
Maybe it's a bit off topic, but...

I've got  a problem with  a program I'm  developing in c++.  It compiles
with  gcc under  linux on  sparc but  it doesn't  compile on  solaris on
sparc.

The code is

#define dump(var) monitor._dump(var, __FILE__, __LINE__, __PRETTY_FUNCTION__, 
__STRING(var))

When I try to copile it I've got the following error under solaris:

[EMAIL PROTECTED]:/tmp/nanuccoli-0.3/src/medium$ make
c++ -DPACKAGE=\nanuccoli\ -DVERSION=\0.3\ -DHAVE_ARPA_INET_H=1 
-DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRINGS_H=1 
-DSTDC_HEADERS=1 -DHAVE_BZERO=1  -I. -I. -I../.. -I../.. -I../low-g -O2 -c 
parser.cc
parser.cc: In method `void Parser::parseHearInfo()':
parser.cc:232: warning: implicit declaration of function `int __STRING(...)'
parser.cc:232: no matching function for call to `Monitor::_dump (char *, 
char[10], int, char[201],
int)'
../low/monitor.h:85: candidates are: Monitor::_dumpchar *(char *, const char 
*, int, const char *, const char *)
*** Error code 1
make: Fatal error: Command failed for target `parser.o'
[EMAIL PROTECTED]:/tmp/nanuccoli-0.3/src/medium$

Why  doesn't it  find  __STRING(...) ?  What  can I  do  for having  the
portability of my code?

-- 
Non c'e' piu' forza nella normalita', c'e' solo monotonia.



Re: Mail Server?

2002-06-19 Thread Ottavio Campana
On Wed, Jun 19, 2002 at 09:10:44AM +1200, Jones, Steven wrote:
 This might sound mad but Im finding that trying to run commercial packages
 on Debian is becoming all but impossible, I have compaq servers stuff that I
 run Red Hat on not because I want to but because there is no .deb's for the
 array software (some of its even source)

try to use alien. Ok, it isn't perfect but it works...

I've done so for the ibm's servers I set up. 

-- 
Non c'è più forza nella normalità, c'è solo monotonia.


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



Re: Mail Server?

2002-06-18 Thread Ottavio Campana
On Tue, Jun 18, 2002 at 01:40:15PM -0400, Noah Meyerhans wrote:
 On Mon, Jun 17, 2002 at 06:43:33PM +0200, Ottavio Campana wrote:
  I don't  think exim's good  for an  ISP. It could  be useful for  a home
  computer but nothing more. I don't like qmail.
  
 
 I'm surprised to hear you say that about exim.  You realize that it was
 written to handle mail for a rather large site, right?  See
 http://www.exim.org/FAQ.html#TOC188 for some testimonials from other
 large sites that use it.

I've already  written in another  post that I've chosen  postfix because
I've felt  more confortable  with its documentation  (and could  do more
things). That's why I prefer postfix  for a large site. Anyway, everyone
has to use the programs he can work better with, don't you think so? :-)

PS: I was re-reading  what I wrote. I didn't want to  be so rude against
exim I didn't want to start a flame.

-- 
Non c'e' piu' forza nella normalita', c'e' solo monotonia.


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



Re: Mail Server?

2002-06-17 Thread Ottavio Campana
On Mon, Jun 17, 2002 at 11:58:43AM -0400, Nick Mitchell wrote:
 I know this is some what off list. But I work for an ISP and I am looking 
 to build a new mailserver. I am looking for suggestions on a high volume 
 mail server. Any Ideas? I would like to stay away from sendmail as the MTA. 
 Any opinions on Exim or Postfix?

I run potato's postfix since 266 days and I've never had a problem.

I don't  think exim's good  for an  ISP. It could  be useful for  a home
computer but nothing more. I don't like qmail.

-- 
Non c'e' piu' forza nella normalita', c'e' solo monotonia.


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



Re: Mail Server?

2002-06-17 Thread Ottavio Campana
On Mon, Jun 17, 2002 at 01:27:38PM -0400, Dave Baker wrote:
  I run potato's postfix since 266 days and I've never had a problem.
  
  I don't  think exim's good  for an  ISP. It could  be useful for  a home
  computer but nothing more. I don't like qmail.
 
 
 Exim's very flexible configuration file makes it (imho) very suitable for
 very configurable virtual mail handling.
 
 I'd be interested to hear why you think it's no good - is that based on
 personal experience?

I have to say that on my worksation I use exim. But on bigger mailserver
I prefer running postfix because I've found a imho better documentation.
It has been easier for me to set it up.

I think that postfix's configuration files are really easy to understand
and debian's script for configuring it is a good point to start from.

That's why I've chosen postfix.

Exim's good  when you have  to set up  a dialup configuration:  you just
select 2 and write your smarthost... Easy and fast :-)

-- 
Non c'e' piu' forza nella normalita', c'e' solo monotonia.


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



Re: Multiple IPs for a machine

2002-05-04 Thread Ottavio Campana
On Fri, May 03, 2002 at 08:33:36PM -0500, Igor Támara wrote:
 Have a nice time, I have an Enterprise 450 with two processors, it has 
 about 200 users, I recompiled the kernel to support quotas and SMP, but 
 since that, I haven't been able to use two IPs on that machine.   I 
 don't know if I have to use an aditional option when compiling the 
 kernel or making some nodes on /dev.  I don't know how to do those 
 things, If someone can help me, telling me what do I have to read or 
 what is necessary to have the two or more IPs, please let me know.

add support for ip aliasing

-- 
Non c'è più forza nella normalità, c'è solo monotonia.


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



Re: Linux Sparc Sound does not work

2001-02-09 Thread Ottavio Campana
On Fri, Feb 09, 2001 at 09:04:38AM -0600, Mike Hebel wrote:
 If you want to play .MP3 files you should probably get an LX with at least
 32meg of ram and the latest Debian Sparc kernel that supports the DBRI audio
 properly.  That's what's _hopefully_ going to be my in-card .MP3 player.  (I
 already have such a machine built I just have to find a good way to put it
 in the car. ;-)

does the kernel 2.2.17 of debian support the DBRI audio properly?

-- 
Non c'è più forza nella normalità, c'è solo monotonia.



Re: Reiserfs

2001-01-17 Thread Ottavio Campana
On Wed, Jan 17, 2001 at 04:42:42PM +0100, Peter Keel wrote:
 Well, are there any reports whether reiserfs runs on Sparc/32bit at all? 
 Does it normally compile, or am I doing something wrong (wrong header-file 
 somewhere)?

as far as I know reiserfs doesn't  work on sparc. It's just for i386 and
Alpha.

-- 
Non c'è più forza nella normalità, c'è solo monotonia.



Re: X configuration on Potato/Sparc

2000-09-24 Thread Ottavio Campana
On Sun, Sep 24, 2000 at 11:45:06AM -0700, Giovanni dos Reis Nunes wrote:
 
   Hi,
 
 I've a SparcClassic w/ a CG6 frame buffer accelerator (if it can help).
  I  made  it work  just  installing  xserver-xsun  and removing  gpm  and
  /dev/gpmdata . I've got a ss10 with cg6.
 
   GPM was automatically removed from apt-get. But the problem is with
   XF86Config generation, because anXious is generating a wrong file. Can
   you send your /etc/X11/XF86Config?

I didn't generated  it. I just had  to remove /dev/gpmdata and  I ran. I
don't have got any /etc/X11/XF86Config.

-- 
Non c'è più forza nella normalità, c'è solo monotonia.



Re: X configuration on Potato/Sparc

2000-09-23 Thread Ottavio Campana
On Sat, Sep 23, 2000 at 12:12:58PM -0700, Giovanni dos Reis Nunes wrote:
   People,
 
   How I can configure X/Window in my Sparc using Debian 2.2? I tryed
   to use anXious but it is thinking that I'm using a PC. Any one has
   a idea?
 
   I've a SparcClassic w/ a CG6 frame buffer accelerator (if it can help).

I  made  it work  just  installing  xserver-xsun  and removing  gpm  and
/dev/gpmdata . I've got a ss10 with cg6.

Bye

-- 
Non c'è più forza nella normalità, c'è solo monotonia.



Re: Weird working of X

2000-09-20 Thread Ottavio Campana
On Tue, Sep 19, 2000 at 12:36:18PM -0400, Andy Dougherty wrote:
 I'm pretty  sure the 256-color limit  is a cg6 Sun  hardware limit and
 there's nothing  you can  do to  change it.  (Certainly our  Solaris 8
 installations using the cg6 also only have 256 colors.)

so I should change framebuffer, right?  Which cheap but good in the same
time would you suggest me?

-- 
Non c'è più forza nella normalità, c'è solo monotonia.



Re: howto to configure isdn and X in a sparcstation 10

2000-09-19 Thread Ottavio Campana
On Mon, Sep 18, 2000 at 11:19:41PM +0200, digihans wrote:

 ISDN once worked for the ss10  and ss-LX. Unfortunately, this was only
 in kernel 2.3.0. The code is not supported anymore ;))

who's the mantainer oh the source? and why did they dismiss it?

 I tried to make a patch my self, but failed absolutely.

what did uoy  do? have you taken the  source of 2.3.0 and put  it in the
newst kernel?

Bye

-- 
Non c'è più forza nella normalità, c'è solo monotonia.



Weird working of X

2000-09-19 Thread Ottavio Campana
I'm using  windowmaker on my ss10  with a cg6 framebuffer.  I've noted a
strange behaviour of  X. When I run Wmakerconf or  gimp1.1 and the mouse
is on  the application window I  get the window correctly  displayed and
tha background has all the colors inverted. When the mouse is out of the
window on the background its colors are  ok and the colors of the window
are inverted.
I've  had the  idea that  it could  be a  gtk problem.  I wrote  a small
program with gtk, I ran it and it worked.
Does it happenat o other people this fact or just to me?
Do you know why it happens?

Bye

-- 
Non c'è più forza nella normalità, c'è solo monotonia.



howto to configure isdn and X in a sparcstation 10

2000-09-17 Thread Ottavio Campana
I'm trying to configure my ss10 but i've got two problems.

I don't know how to configure X.  I've got a cgsix framebuffer and a 17
monitor.  When I  installed  debian 2.1  with a  friend  it ran  without
problems, but now I don't know how to set it up.

Then I'd like to use the isdn modem  of the sparc. Some time ago I asked
if it was supported and they told  me that it didn't work. Did something
change?

Bye

PS: I'd like to know another thing:  is possible to remap the buttons on
the left of my keyboard? I'd like to add some macro.

-- 
Non c'è più forza nella normalità, c'è solo monotonia.



fbset doesn't work

2000-09-17 Thread Ottavio Campana
i'm becoming blind because of the size of the characters displayed on my
monitor.
I've tried to do fbset 800x600-56 but I get 
ioctl FBIOPUT_VSCREENINFO: invalid argument

What should I do?

Bye

-- 
Non c'è più forza nella normalità, c'è solo monotonia.



Re: howto to configure isdn and X in a sparcstation 10

2000-09-17 Thread Ottavio Campana
On Sun, Sep 17, 2000 at 06:30:29AM -0400, Ben Collins wrote:
 On Sun, Sep 17, 2000 at 10:56:05AM +0200, Ottavio Campana wrote:
  I'm trying to configure my ss10 but i've got two problems.
  
  I don't know how to configure X.  I've got a cgsix framebuffer and a 17
  monitor.  When I  installed  debian 2.1  with a  friend  it ran  without
  problems, but now I don't know how to set it up.
 
 Have you installed the xserver-xsun package?

of course.

I get:

sparc:~# startx

(using VT number 7)

PEXExtensionInit: Couldn't open default PEX font file  Roman_M
sunMouseProc ioctl VUIDGFORMAT: Invalid argument

Fatal server error:
failed to initialize core devices
X connection to :0.0 broken (explicit kill or server shutdown).
sparc:~#

What should I do?

-- 
Non c'è più forza nella normalità, c'è solo monotonia.



Re: fbset doesn't work

2000-09-17 Thread Ottavio Campana
On Sun, Sep 17, 2000 at 06:31:57AM -0400, Ben Collins wrote:
 On Sun, Sep 17, 2000 at 11:20:17AM +0200, Ottavio Campana wrote:
  i'm becoming blind because of the size of the characters displayed on my
  monitor.
  I've tried to do fbset 800x600-56 but I get 
  ioctl FBIOPUT_VSCREENINFO: invalid argument
 
 It means that the mode you tried isn't usable on that fb. Not sure what
 modes are available for fb, so you'll have to try them out.

why can't I find a working mode different from the one I currently use?
Could it be a kernel problem? Or is my framebuffer that has just got one
mode?

Bye

-- 
Non c'è più forza nella normalità, c'è solo monotonia.



Re: howto to configure isdn and X in a sparcstation 10

2000-09-17 Thread Ottavio Campana
On Sun, Sep 17, 2000 at 11:59:45AM -0500, Erick Kinnee wrote:
 On Sun, Sep 17, 2000 at 07:06:55PM +0200, Ottavio Campana wrote:
  What should I do?
 
 Remove /dev/gpmdata.

ok,  it works,  it  says  Cannot open  /dev/gpmdata,  error 2.  Trying.
/dev/sunmouse. I'd like to know if I can configure my mouse now because
the movement of the pointer isn't fluid.

Bye

-- 
Non c'è più forza nella normalità, c'è solo monotonia.



Problems with gnome-panel and X\

2000-09-11 Thread Ottavio Campana
Yesterday I got a  cd of debian 2.2 for sparc. I've  tried to install it
but I get some problems

First   ofall   I've   triedto   install
gnome-session but gnome-panel_1.0.55-2.0.1.debdepends on
gnome-panel-data_1.0.55-2.0.1.deb  but   I've  looked   in  my   cd,  in
ftp.debian.org and  ftp.it.debian.org and  that package  doesn't exists.
There's only gnome-panel-data_1.0.55-2.deb and with this package nothing
works :(

Then I've installed window maker and the xserver. But I've seen that the
xserver conflicts with  gpm. Why? And then,  how do I configure  X no my
sparc? If I launch startx I just see a white screen and nothong else.

Bye

-- 
Non c'e' più forza nella normalita', c'e' solo monotonia.



eject floppy

2000-09-11 Thread Ottavio Campana
I've seen that eject has got cdrom  as the default device. How can I set
floppy as default device?

Bye

-- 
Non c'è più forza nella normalità, c'è solo monotonia.



Modem isdn

2000-07-11 Thread Ottavio Campana
Hi!

I got a sparcstation 10. On the  rear side there are two connectors of a
isdn modem. They  told me that on  many SS10 there isn't  the isdn modem
even it the  connectors are present.Is  it true? I've tried  to see in
/proc if  I can find some  informations about the modem  (something like
cat /proc/pci on i386) but I cannot find anything.
Is  there a  possibility  of knowing  if the  modem  is present  without
opening it? I haven't opened it because  I don't know what I've go to do
to open it and I'm afraid of damaging it.
Another thing: I've heard that american and europian modem are different
and that if there's an american modem I cannot use it. Is it true?

Bye

-- 
Non c'è più forza nella normalità, c'è solo monotonia.



Reiserfs?

2000-03-07 Thread Ottavio Campana

Is possible to use reiserfs on a SS10 running debian 2.1?

-- 
Non c'è più forza nella normalità: c'è solo monotonia.


Re: SS10, audio and modem

2000-02-10 Thread Ottavio Campana
On Wed, Feb 09, 2000 at 10:14:48PM +0100, digihans wrote:
 I have a LX at home, and a SS10 at work, so i've trying myself.
 The only kernel that was working for me, was 2.3.0 hisax came up nicely)
 After that work was done on the sparc port for converging 32-bit and
 64-bit arch.

i've tried  with the  2.2.13 and it  doesn't work. I'll  try to  get the
newest hackerkernel

-- 
Non c'è più forza nella normalità: c'è solo monotonia.


SS10, audio and modem

2000-02-09 Thread Ottavio Campana
Hi!

I'd like  to ask you two  things. I've got a  sparcstation10 running now
Debian 2.1 . Is there the  possibility of having the audio working? And,
more important, is there is possibility of using the modem ISDN?

Thanks

-- 
Non c'è più forza nella normalità: c'è solo monotonia.