Re: Mail (pop3) IP Masquerasing..

1998-10-21 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi Michael!

On Tue, 20 Oct 1998, Michael Beattie wrote:

 
 I have had IP Masquerading running perfectly for the last 8-9 Months, but
 My friend got to his inevitable reformat of his Windows 98 Hard Drive, and
 he carefully asked me if I could install Linux for him... Fine by me, I
 could then make use of his 56k modem via IP Masquerading. Everything is
 installed and working well, but there is one problem. When I try to
 download my mail from my pop account at our ISP (We have our own accounts
 at the same ISP), fetchmail -v  gets to retrieving message 1, and then all
 hell slows to a halt. It takes forever for the mail message to be
 downloaded. 

are you using diald? (dial on demand)

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNi2khQ/N+5+NQ63pAQHcgQL/Yb5NwRGuOmgkAcWjsEtre2/q0PwzqINA
p3n9G+Wvg+aTOvO+fya+XtWx3/io+S2b4NQ/xrgh5A96J0i08XKKwDWf5WhW54Uy
tP/L5gzFL6wIS0+EfvVePGiw7g3kqlRR
=NSdY
-END PGP SIGNATURE-


Apache: TransferLog and VirtualHosts

1998-10-21 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all

Apache complains me about including TransferLog options inside a
VirtualHost  directive with the following message

Syntax error on line 17 of /etc/apache/httpd.conf:
Invalid command 'TransferLog', perhaps mis-spelled or defined by a module not 
included in the server configuration

Server wide _TransferLog works ok_, I also tried it by disabling server
wide TransferLog... the same error message is shown...

Virtual hosts works ok...

one curious thing is that apache -h doesn't show the TransferLog
directive ???

This very extrange, also mod_log_common (wich provide the TransferLog
directive) is not compiled/loaded and even doesn't exist in the apache
module directory why TransferLog works when is used server-wide?

Compiled-in modules:
  http_core.c
  mod_so.c

Is this a bug in the .deb package?

Any comment/suggestion will be greatly appreciated,

regards,

Ulisses

- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNi2uLQ/N+5+NQ63pAQED7AL+KE19zCMRuJAWB0cJCLDCs9AvsuJa1Npk
uqv17uFAd/XkXMvJ1o9ApLjHyNdkkItZ6AlFdWia3PHcMUr1ar+65SuYKOwjRk5L
DuWYjK+kn1FsxIL9K0GzOPUvtMvV9eyv
=R5MH
-END PGP SIGNATURE-


Re: chage / shadow settings

1998-10-14 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hello Pere!

On Wed, 14 Oct 1998, Pere Camps wrote:

 Hi!
 
   I've been reading the man page for chage but I haven't got
 anything clear.
[...]
 
   Is this the right command (the dates are approx)?
 
   chage -E 20/10/98 -W 10 -M 10 `cat userlist`

I think chage just takes one user as argument, so use something similar to

users=$(cat userlist)
for i in $users ;
do
chage blablabla...
done

Of course there many other ways to do it, this is Unix :-)

regards,

Ulisses

- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNiTf0g/N+5+NQ63pAQGUuQL+PC/rmczzAmbHv8gy4lYK7l4kPhYyBvL6
8n6HLMDEUjn9FOI+VyuTVhyamJ/o7lOJgR/HeRjnni4dNcJbBK4y9vu7ggLWnwhD
Smv7iYfZCHyZL2J1tPr+5a2Pe7KMK0w/
=kk3B
-END PGP SIGNATURE-


Re: Ne module forgot its parameters

1998-10-08 Thread Ulisses Alonso Camaro
Hi Mattew!

On Thu, 8 Oct 1998, M.C. Vernon wrote:

 Dear all,
 
   I shutdown my computer (slink), turned it off, moved it 6 inches,
 plugged a printer cable in and turned it back on.
 
 It now can't find the network. Dmesg reveals something like
 initialising eth0
 ne: can't find any PCI cards specify io=0xNNN for ISA cards.
 
 I had done this, 'cos I have an ISA card. Any idea where the setting may
 have gone, or what I can do to fix the problem, please?

just add this to /etc/modules.conf

alias eth0 ne
options ne io=0xNNN 


optionally you can also add the irq option to the options line,
for instance:

alias eth0 ne
options ne io=0xNNN irq=NN


This will make what you want


also not that you do not have to reboot your computer (think about this
with WinNT), just execute:

modprobe ne

and

/etc/init.d/network

as root



regards,

Ulisses
-
Computers are useless. They can only give answers.Pablo Picasso


Re: Ne module forgot its parameters

1998-10-08 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi again Matthew

On Thu, 8 Oct 1998, M.C. Vernon wrote:

 snippety
 
 Hmmm...as a crude hack, I edited /etc/modules:
 
 ne io=0x300
 
 Is this OK (it seems to have worked), or have I planted a timebomb?

This trick may work now, but as it is not documented in the /etc/modules
file it _may_ cause problems in the future... I suggest to use correct way

regards,

Ulisses

 
 Matthew
 
 -- 
 Elen sila lumenn' omentielvo
 
 Steward of the Cambridge Tolkien Society
 Selwyn College Computer Support
 http://www.geocities.com/Area51/Chamber/8841/
 http://www.cam.ac.uk/CambUniv/Societies/tolkien/
 http://pick.sel.cam.ac.uk/
 
 

- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNhy7Ag/N+5+NQ63pAQFSTgMAkHpVTE1Z9ft+5A4jw0xSmPWFR3WnIHJK
RNU/by+lHZlurao//sgeO8/R7q2jXRP/1yAgTJ+GVyKH3o0ED0L6P3s2HMh27vkK
+t4psARGK+Ssvmvhl93CXC/Dm865cNPJ
=gIaQ
-END PGP SIGNATURE-


Re: URGENT !!! SYSTEM BROKEN (CONT)

1998-10-07 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi George

On Tue, 6 Oct 1998, G. Kapetanios wrote:

 
 Following to my prvious email
 I have installed lilo. the system can boot from floppy. 
 However, when I try to boot from disk the boot starts 
 but it hangs with the following message 
 
 VFS Mounted root (ext2) filesystem
 Unable to open an initial console
 
 This does not happen with the floppy boot. 
 Any ideas ?

Seems to me that something/someone deleted /dev/tty??

To restore it,

mount the root partition /somewhere from the rescue disk

cd /somewhere/dev
and execute
./MAKEDEV tty

I hope this helps

Once you can boot as usual double check other important devices
aren't missing 

regards,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNhsd/A/N+5+NQ63pAQGkpQL/Zgl8HjwzVYVc7yQNlfAUijlMTIflnocN
sv+ixzuNltl2aJIkP2Y8fFmOYo19RbQdG20vctlrShA3HMK2e0C2Qir+eHWQi9K1
CDt+4IdQQ28/m3/pTm5PP4gSsipSUfgF
=IBbN
-END PGP SIGNATURE-


Take a look at www.linuxworld.com magazine

1998-10-07 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Just a suggestion...

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNhufvA/N+5+NQ63pAQHbQwL/dfDgYdamVjoFDWmSWkDbR7Pkbx30BNaX
yF//WO3/fWbUQMe4HILokrmVv2pZtg1tfPXdLzJlGCcKlF+1lPuLLQvZi83srJkn
KdcPp+lAo26TDSFggr9wkgzxfWE42fRv
=Fn/O
-END PGP SIGNATURE-


exim quota to /var/log/exim and /var/spool/exim?

1998-10-05 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all,

I have setup quota to user mailboxes with exim, but if the quota is
exceeded the refused mail is put in the spool directory to retry
sending to (in this case) local account, that is the mail still is in the
hard drive. I would like to know a way to avoid this and/or limit
/var/log/exim and /var/spool/exim directory sizes...

I have found nothing about this in exim and exim-doc packages

any comment will be greatly approfiated


Ulisses (using hamm)
- -
Computers are useless. They can only give answers.Pablo Picasso


-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNhjIuA/N+5+NQ63pAQE8hwL/bLKC5q/WYCgCjE80jkN/f0StjJqUc7D9
UuLZcYCqFR3PDC1Nm0py80St3DBHrLjQfsePkNFV/IscRELfn6qrgzqJXRGhXZcW
Wk0EUDTHDzwiHt72boFSwX5gmgcpK5az
=TppF
-END PGP SIGNATURE-


Re: encrypted passwords with pop3/imap/...?

1998-10-05 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi again!

On 29 Sep 1998, Dale E. Martin wrote:

 Ulisses Alonso Camaro [EMAIL PROTECTED] writes:
 
  I know that one possibility is to use ssh to forward this connections...
  but I can't be sure that users will make use of it...
 
 You can be sure if your firewall disables connections to your mail server,
 and then provide directions on how to use ssh to forward the port through
 the firewall.  The second method of using ssh in the fetchmail FAQ is
 working extremely well for me.  (I _do_ only have two users fetching mail,
 though :-))

There is an authentification method called APOP that uses a simple
diggest (using md5sum) that I found very useful, qpopper saves the
passwords used with APOP authentification in another file (so you also can
have different passwords)

The only problem is that some clients doesn't support it (eg: netscape),
Eudora light supports it

regards,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNhkQ2A/N+5+NQ63pAQEXhwL/cXR4ba8+4pOsxNYvP5NLHQpH6H8spX2b
6eycmD/nEz+sORoJnHqTMCi1QLOGwKGCqXpNJwmxYKh+CUKKYfXtylAtqaJy6bsU
yj7Pe7MmUcmyshWaZX4/IozgzjUpT/sQ
=GlAp
-END PGP SIGNATURE-


Re: Printing Problem

1998-09-30 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi again Shao!

On Wed, 30 Sep 1998, Shao Ying Zhang wrote:

 On Tue, 29 Sep 1998, Ulisses Alonso Camaro wrote:
 Hi all,
   Thanks for all the help... But I still cannot print!

don't worry, it will! ;-)

   I have actually done it in debian before. But after I
 reinstall the debian 2.0, then it stopped working...

...very extrange? did you also update the kernel?

   I have compiled the parallel port within the kernel and
 also as a module. I have tried both lp0 and lp1. But
 
   In the boot precess, I can also see the line:
 
   starting lpd spoolsomething like that...

Ok

first of all after bootup, execute the command dmesg  /tmp/bootup.txt
and email us this /tmp/bootup.txt file

edit /etc/init.d/lprng, and append  -x in the FIRST line
^^^
Note the space
 
then execute /etc/init.d/lprng  /tmp/lprng.txt 21 and email us
/tmp/lprng.txt

These will give us some extra information about what's happening

regards,

Ulisses 
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNhJDEA/N+5+NQ63pAQHpMAL+MdVBzzuAV92qWYrdYuFxsXiFCVQh6Mea
yK7VZK6L4gsoG2K9NV2oequ8vBxcIh0NLLpmZBJqx7L/d+rbxx0kaeyFne6mR0fu
fRPQ7CuoNC3tLkkqAwI6mXs+9KUVEsfw
=qrhA
-END PGP SIGNATURE-


Re: Printing Problem

1998-09-30 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

On Tue, 29 Sep 1998, Kent West wrote:

  
  What printer daemon does I have? (lpr or lprng) -- I suggest lprng
  To check this: dpkg -i | grep lpr
  
  
  regards,
  
  Ulisses
 
 This question is from Kent, not Shao.
 
 So, can I understand this to mean that lprng is a newer/better version
 of lpr?

In short:  Yes, and is backwards compatible

 When I tried the above command as a normal user, I got the following:
 dpkg: `ldconfig' not found on PATH.
 dpkg: `start-stop-deamon' not found on PATH.
 dpkg: `install-info' not found on PATH.
 dpkg: `update-rc.d' not found on PATH.
 dpkg: 4 expected program(s) not found on PATH.
 NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and
 /sbin.
 
 So I figured the problem was that I wasn't logged in as root. So I su'd,
 and tried the command again. This time I got:
 
 dpkg: --install needs at least one package archive file argument
 
 and then some help information. I double-checked the command and I had
 the syntax the way you specified. Do I have something wrong with my
 setup?

No, it was a mistake: it's dpkg -l instead of dpkg -i


regards,
Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNhJD3g/N+5+NQ63pAQGAlQMAu/ck6fWxK4JqIkP0rOmumrvPon9zZO+u
kPQ1gGt6lNuJ5QRp09eFeiP6dd58xg+cYQt+5mOlQgIxnRXkDSOWunAz4fSTFpqO
OMoTHDhrg9dZ+rGBBdQvncOiLVReWvlm
=UEul
-END PGP SIGNATURE-


Linux in the _near_ future

1998-09-29 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all

Mozilla Free, X-Designer port, Oracle port, Informix port, IBM's DB2 port,
Sybase port, X11 free again, Netscape and Intel joins to Redhat...

Seems that Linux in last monts is getting lot of respect from major
vendors, and the next step seems to be more commercial applications for
Linux...

I'm a Debian GNU/Linux active fan and so I will becuase I do not depend on
commercial applications, at least I don't think it will happen to me in
the near future...

But... these major vendors, and future commercial developpers seems to be
making support for some distributions, sometimes they are bundled as CDE
for Redhat Linux, etc...

I think this is no good for Linux, I would like to know if Debian will can
adress this, does the Linux standarization effort (Linux Standard
Base, etc...) will adress this? What does think companies and Linux
distributions?

I think this is a good theme for an article these days

Any comment will be greatly appreciated,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNhCguw/N+5+NQ63pAQHNbQMAqE5bx5kJ8+40HwThvlNOhdBX/YNypDzr
Y4nmRWDy7QFLWZj7FQ6oMHB+9hSKYNY9/VFnVOW+dS/zxbPi2OlfB7CZbZ0br2uS
TFtxkfSUQzgjZRls/+cfqoONFk8qlLEJ
=6fCg
-END PGP SIGNATURE-


Re: Printing Problem

1998-09-29 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi Shao!

On Tue, 29 Sep 1998, Shao Ying Zhang wrote:

 Hi all,
 I used magicfilter to generate a printcap.
   
 when I tried to print something out, it gives me the following
 error:   
   
   
 connection to 'localhost' failed - Connection refused 
   
 job 'cfA468virge' transfer to [EMAIL PROTECTED] failed
   
   
 Could anyone tell me where I did wrong??  
   

You didn't do anything wrong


Instead you should check:

What printer daemon does I have? (lpr or lprng) -- I suggest lprng
To check this: dpkg -i | grep lpr

Does it is running?
To check this: ps ax | more
You should see a process like lpd or LPD

Does it is run at startup?
To check this: ls -l /etc/rc2.d/*lp*

Check /var/log/ and /var/spool/lpd files for error message diagnostics

Show us all this and the output of the lpc status command

regards,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNhC3/w/N+5+NQ63pAQEXRQL/QbXq/hc0J7prLvd0oTD7Y0zguXKLs1/s
5e4kuAn4ckyXpOmZJWKMOzv688SzwG0ndcY+jJsWB4oQJpSftDzdCKV/KorTj+W9
QXObM3uzvkpT1EyWygm7OlZSWBmP5k/0
=o07d
-END PGP SIGNATURE-


dpkg --root

1998-09-29 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all again,

using a directory as a test dir for installing some applications... I
coppied /var/lib/dpkg into it in order to avoid dpkg complains... and then
I install applications using the --root option of dpkg

But this silly trick is not really right, dpkg complains about missing
files of the pre* post* installation scripts

How to setup a clean /var/lib/dpkg, etc.. environment to be used with
dpkg --root?

regards,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso


-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNhDOAg/N+5+NQ63pAQGs5AL9EuWR8HuOjIFcMdUcUo+kYW9puWOZ4OaL
NscTkt5dr38sMoW+Wx6xPGnKFb7Dos16MsVdh4gR6hqyyzl+GE2rT7J9QC+mkTcR
ltnjj1dQRoQ5tJU3DUCca/Vxy1cMtR71
=Lq5J
-END PGP SIGNATURE-


Re: Printing Problem

1998-09-29 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi again!

On Tue, 29 Sep 1998, Shao Ying Zhang wrote:

 
 OK! Here is an update on my system with regards to my printing problem:
[...]
 bash-2.01$ lpc status
 cannot open connection to [EMAIL PROTECTED]' - Connection refused
 
 In the file /var/spool/lpd/lp/status.lp, it contains:
 opening '/dev/lp1' at 00:32:52, attempt 1, timeout 10, grace 0 at 00:32:52
 cannot open '/dev/lp1' - 'Device not configured', attempt 1, sleeping 10
 at 00:32:53
 
 But I am sure that Parallel support is compiled in my kernel!!!

As module or within the kernel?

Check the parallel driver is available dmesg | less

Also make sure it is really lp1, usually in PCs LPT1 = /dev/lp0
I think this will change in new 2.2 kernels when LPT1 will be
/dev/lp1  (I do not know why)

Tell me If you can't solve this

regards,

Ulisses

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNhDgWg/N+5+NQ63pAQHJdwL+O2peuEcxrGvJF+4oJ81O3CdugFVhnDb0
DnPWC7YDSLJ6HMmBLyJ+4vmlWXJlyQ1z9c9V7x/85nHQVFtM5SlvJQmm75/Snzmk
F1to4vcpBLRGpGB9ogdGZrY2G4JpJuDy
=DChB
-END PGP SIGNATURE-


encrypted passwords with pop3/imap/...?

1998-09-28 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi,

I would like to know if there are enhanced pop/imap servers that
provide a way to authentificate login/passwords encrypted so sniffers
can't get it... if this does exist... what clients does support it?
(for windows and unix)

I know that one possibility is to use ssh to forward this connections...
but I can't be sure that users will make use of it...

similar problem is with ftp, I have solved using a download only user
that has no shell and is chrooted using wu-ftpd

any comment will be greatly appreciated

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNg+H2w/N+5+NQ63pAQHj7wMApYTYKrfm+JbjBLvaclPCSkSFx1DDPnNt
WnWYxaUHpmfOkFJqCNJmIc1H46MWZR1B+tRp091/kZA6Lp/3pUtlJs030zwV0Ve0
npHcT4IGSfTXeEkqlC+IxmAVbMEnRnC4
=WVUs
-END PGP SIGNATURE-


Re: linux on HP 715 ?

1998-09-28 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi!

On Mon, 28 Sep 1998, dave oswald wrote:

 can anyone tell me if debian or any other linux is running on apollo/HP
 715 ...

It seems to me that yes!

http://www.osf.org/mall/os/pa-mklinux/index.html

Maybe there is also a non Microkernel based project

Also I believe thet NetBSD/OpenBSD has better support for this
architecure..

I hope this helps

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNg/CZg/N+5+NQ63pAQGIwgL7BK2/k9xMqMksB6oOxeMMw7jmTV+FXVzb
9+56IuRk5NxaMAqTGjYqtUATQrfMLx9BBSGxRW3bqNNmqLQZs41eDAIYdKXCk2ww
4r2vs4cVlTl9rQKBsY7YwaTY4qr0LKuU
=Qo7P
-END PGP SIGNATURE-


nfsd bug in debian?

1998-09-23 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi,

I have not recieved any notification from the debian security mailing
list... but I would like someone confirm this

Thanks in advance,

Ulisses

Oracle and Informix will be ported to Linux!!
http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.htm
- -
Computers are useless. They can only give answers.Pablo Picasso


-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNgkFVQ/N+5+NQ63pAQG7FwL/Q3BxsT5S0uQhsLVHthgABneeQ1aYqR/2
sakTLeuZg+t0uGplzseoTz3ufW0mTXG4YgscJtqygdyleaSiwMUhnGwPVLaBTknN
OYh8q/Gb5mhJk6w8DllqQIqIEM/rGj3M
=ED2b
-END PGP SIGNATURE-


Re: Reading BIOS values under Linux

1998-09-23 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi

On Wed, 23 Sep 1998, Timm Gleason wrote:

 I am trying to write a check script so that I may assure that the proper
 amount of RAM has been initialized in lilo.conf. Is there a way that one can
 read installed memory values from the motherboard BIOS so that I can compare
 them to the initialized values?

I think there is an utility in ftp://sunsite.unc.edu/pub/Linux capable to
play with most usual BIOS

try with a mirror of this archive, there are alot... and
look in the system or admin directories...

I hope this helps

regards,

Ulisses

Oracle and Informix will be ported to Linux!!
http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.htm
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNgkh6A/N+5+NQ63pAQHBBgMAomUEblrxygivQEp+yfL97KubzqowO9P/
JXzMS5dQCYl7/Fh2IAmSzGO5JDZYx3PmjVfZLG/B5DzS8QKkAfBi0nB2YtcDrz9f
UHnyNWUs1ooeWRQ1mh4fQLfz/57l7JKq
=GmGZ
-END PGP SIGNATURE-


NFSROOT problems

1998-09-22 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all,

I found an extrange behaviour in NFSROOT while not using BOOTP or RARP to
provide client-ip, Instead I provide it in the command line

Using the following kernel 2.0.35 configuration:

CONFIG_NET=y
CONFIG_BINFMT_ELF=y
CONFIG_KERNEL_ELF=y
CONFIG_M386=y
CONFIG_INET=y
CONFIG_IP_NOSR=y
CONFIG_NETDEVICES=y
CONFIG_NET_ETHERNET=y
CONFIG_NET_VENDOR_SMC=y
CONFIG_WD80x3=y
CONFIG_PROC_FS=y
CONFIG_NFS_FS=y
CONFIG_ROOT_NFS=y

And the following parameters to loadlin:

zkernel - Kernel Image name
root=/dev/nfs
nfsroot=147.156.17.31:/nfs-root
nfsaddrs=147.156.10.20:147.156.17.31:147.156.1.11:255.255.128.0:eth0:none
ether=10,0x300,eth0

Using kernel shows correctly this settings using NFSROOT_DEBUG but It gets
the following condition

if (!bootp_dev_count  !rarp_dev_count) {
printk(KERN_ERR Root-NFS: Unable to open at least one network 
device\n);
return -1;
}

The Ethernet card is detected Ok

That is as If I did not specified the client-ip-adress in the command line!
(and using instead rarp or bootp!!!)

I commented these lines but then I've got the following message
Root-NFS; Multiple devices and no server!!

Any comment or suggestion will be greatly appreciated, right now I'm going
to try with netboot...

Ulisses

Oracle and Informix will be ported to Linux!!
http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.htm
- -
Computers are useless. They can only give answers.Pablo Picasso

- --
Good signature from user Ulisses Alonso [EMAIL PROTECTED].
- -END PGP DECRYPTED MESSAGE-


Oracle and Informix will be ported to Linux!!
http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.htm
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNgd+Aw/N+5+NQ63pAQGbkAL/Wyai1j6VQ/ruGeHU4mcONTAvoiGUbe5c
tcpEFUnoEpYgmtbPPApblAbfHJ86FO8d9AlC/EMyJPD0yplLQWkbVJiq1xhrP+Nx
UIDV6LtfZmQb8kdCHNGu2AAl9ZDVzJ91
=eEfa
-END PGP SIGNATURE-


Solutioned: NFSROOT problems

1998-09-22 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-


It was a silly mistake

Ulisses


-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNgeH6Q/N+5+NQ63pAQEiIAL/aFUaR+lpmXvb8i9Acek4iOb27n72gdGU
RlpZZAJNopJBaLGcOjdelaRLj9cpkSsZ1V+uKqupfRQ/5ZlVUQqGTNh+9jxo9aPw
VSMJhq8V4eZadtAR2JCRDRt/KEUJ+SFY
=3mVF
-END PGP SIGNATURE-


Bootloaders

1998-09-22 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all again

I would like to know if there is a boot loader wich allows to modify
command line arguments at the prompt, this is what I want:

This is one of the parameters I want to modify: 

nfsaddrs=147.156.10.20:147.156.17.31:147.156.1.11:255.255.128.0:eth0:none
 ^

The selected characters should be replaced in the commandline (without
writting the entire parameter), just this field of this parameter ilst is
that I want to modify in the prompt.

Does this exist?

reagards,

Ulisses

Oracle and Informix will be ported to Linux!!
http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.htm
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNgd/fg/N+5+NQ63pAQFCkQMAtm0qvIKQAsi9JL+aM4voogHJ4ya6r93h
t5imLTAqGMaml+kJW2g6h8/aHAmOJvpBvuglrir7tXsg2ShozH0cy8MnU80ozrbW
8ZKnrKdzQBjZ4PXYNB6aAXJneRkcSLuI
=69bq
-END PGP SIGNATURE-


X-Window is free again

1998-09-22 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-


http://www.opengroup.org/x

Oracle and Informix will be ported to Linux!!
http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.htm
- -
Computers are useless. They can only give answers.Pablo Picasso


-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNgeAyg/N+5+NQ63pAQGy2QL/cux2F3j13A6SlXQlT0MehACt/kxmdl7P
nKOaDUe2IrMWF9gdx5pAbpD6DYj1Vsc/LeIOIS5p6mHXOu+xpS64lTGmB0xjc1jP
Ianjt5qvXlO4j2ouCyOcK7au+wuYG1It
=rtyg
-END PGP SIGNATURE-


Re: ssl-telnet vs ssh

1998-09-17 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi

Thanks for your comments!

about ssltelnet
 -  authentication is host-based only

I think users can also use certificates...

regards,

Ulisses

Oracle and Informix will be ported to Linux!!
http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.htm
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNgC+6g/N+5+NQ63pAQGFAwL/S/13nDdiDJgr7B/2b2XRYgoJ2PPiBUGK
qKv/D9NPjwGrIIyqIcs6/nTzMbUd06WcfEaz/ylFcWqgVHoZUKuEZEcb/GbI8LHs
GP9HGKoZ7ObbqmJFwNbLudzHvkOw7ADD
=Hzlo
-END PGP SIGNATURE-


Re: ACK! Help me restore my console!

1998-09-16 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi!

[...]
 I have X running on the console (login to another box, ssh over to the
 borken one, screen, startx, detatch) - I just can't get the text vtys
 back to normal. Tried running a SVGALib program. No dice. The only
 thing that works is X.


I suffered the same problems one time (a week ago) with the S3 virge
server

regards,

Ulisses

Oracle and Informix will be ported to Linux!!
http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.htm
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNf+LPw/N+5+NQ63pAQGT1wL+NUSteA/INgcLL2ZJn05QTM5CL5hK8avO
UswcBonTGK2epcO1DATpMZHaXdKzL/vlbNaVReBrOtQy5Rh9r8NvIywWHo6Qya01
FrhohBBCdMZTOUVgCIi5/W4uWY4uTpBN
=epnD
-END PGP SIGNATURE-


Re: watchdog UPS

1998-09-16 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hello!

On Wed, 16 Sep 1998, Pere Camps wrote:

 Hi!
 
   Anybody know a good (cheap too!) UPS that can also work as a UPS
 for debian?
 
   I guess 400W would do it. It's only a K6 and a 15 monitor.

I would like to suggest you to buy a BestPower UPS
because they provide full specifications and source code of the utilities

There is a reseller in catalonia, even I think still isn't listed in
www.bestpower.com try contact via email If you don't find the reseller in
catalogs


Adeu!

Ulisses

Oracle and Informix will be ported to Linux!!
http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.htm
- -
Computers are useless. They can only give answers.Pablo Picasso


-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNf+nTg/N+5+NQ63pAQF5VAL+LIOy34rBZeksNOQI3sdyDHm8azCiHYgd
8C/HffzMEGWKmU7hqhVHm4axRZk5aVFckuNW3nOH8AwY7H2pFpJeEgj4+00IIwhw
Q132P1VTBe1H80ZlHKOGMPeQi95GjR9a
=UlWY
-END PGP SIGNATURE-


undump or unexec under Linux 2.0/2.1?

1998-09-16 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-


Hi all 


Looking in the execellent perl book Programming in Perl from O'really i
found that in some Unix systems there are undump/unexec wich seems to use
core dumps to re-rerun programs... at the point it died...

Any comment will be greatly appreciated,

regards

Ulisses

Oracle and Informix will be ported to Linux!!
http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.htm
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNf+oNQ/N+5+NQ63pAQHyggMAn1Z+d/KDE/6fxVW9Mi488a+KfDFLnYeo
yFOUoADzYWXCIY0vucCAhYyh+52GmmLf27tBd8XAq6DuGAIrTLJIpWhREAO+KBPv
mOzMk/KekyaU7KTzOHkCNTWXgq3mJ+Wp
=eFah
-END PGP SIGNATURE-


THANKS: is this possible with emacs?

1998-09-16 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-


I would like to thanks the massive posting suggesting me the available
options

Thanks!

Oracle and Informix will be ported to Linux!!
http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.htm
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNf+pSA/N+5+NQ63pAQGzhwL+KwUgX7jqKJAH8jtvtDsHDVNvccqxjlrK
WAocphv6DYOLefUCcf1bnFOOtzh6Lqxnz77V2HH5UsLhB0BV38yAgBYgr8gIKH2Y
PjccfWWhBNjnKTfjE31TW8ItD1iHprxB
=OdDZ
-END PGP SIGNATURE-


Re: Apache mod_ssl

1998-09-16 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

On Wed, 16 Sep 1998, Oliver Thuns wrote:

 Hello!
 
 Is there a Apache mod_ssl package under development?

No but there is apache-ssl, wich is also a debian package (in hamm), find
it at www.debian.org - packages - search  I think it's in the non-US
section

regards 

Ulisses

Oracle and Informix will be ported to Linux!!
http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.htm
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNf/HEw/N+5+NQ63pAQHsxQL/dLsgKzI0dh1WBO7mnugV/Zif7KCgHFez
kaPWrCwDJ7JRnnuJ0TNq8sKy+4LoZhld/KubXIFrKS1auRYvaOnDvUm2dB272zhS
j1gCYdJjVKRBOVA3mejGVKb1m3cNoWEk
=/rt8
-END PGP SIGNATURE-


ssl-telnet vs ssh

1998-09-16 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi

any comment will be greatly appreciated,

regards,

Ulisses

Oracle and Informix will be ported to Linux!!
http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.htm
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNgABKg/N+5+NQ63pAQFovQL+Muw9c1TwDGc7ElnyPDCaV7SjP3dnAplY
IoR/SORw4zXdu/USpm33LcAlPFlK0pqfD8cP9owYscxAH3pjHu9w3bfoDBAJPHKh
zohVBEx/EYI+CxLzXIMSo8YsmEDxJXMG
=ZZBj
-END PGP SIGNATURE-


is this possible with emacs?

1998-09-15 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-


Hi all,

I would like to know if there is some kind of source navigator mode to
browse C/C++ under emacs.

I'm Looking something like Microsoft VC++ browsing or Linux Source Code
Navigator (Linux's kernel source with full hyperlink references to be used
with a WWW browser)

Thanks in advance,

Ulisses
Oracle and Informix will be ported to Linux!!
http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.htm
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNf52GQ/N+5+NQ63pAQG7CQMAtAxrlwNcIFlDt7FShiMqaDPyHLQMcmuu
BDaTAA/aDPNMEuQjWaJpOL6lAqTEHGVxLtCjgqt28guncMm/g3gPe7mBYxywEl/2
zyZQiv1CHqsW1iSUkMjmGFdR3vmxxqYM
=7hHC
-END PGP SIGNATURE-


backuping partition tables

1998-09-15 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-


Hi all

Looking at /usr/doc/lilo/Manual.txt.gz I understand that 
from 446 byte offset (starting at 0) to 509 (including them) there is stored
the partition table wich holds primary and extended partitions 
(all in 64 bytes) but the question is where are located partition tables of
extended partitions (logical partitions)?

I suposse that location of this tables are not at fixed area on the disks
and depends on the extended partition location... but where? and What's the
size of these extended partition tables?

Any comment or suggestion will be greatly appreciated,

regards,

Ulisses [EMAIL PROTECTED]

Oracle and Informix will be ported to Linux!!
http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.htm
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNf56hw/N+5+NQ63pAQEvSgL+K2y/dAdB+SGoYFAA9q76DmDwRUruCCol
88zlQj0rZa1FhdjR5zXYT3PoEz/rF3y3zn1FS62IuOKi59EKppEtQH9b/kL+vJWb
0dVdR4MGv4F1SwB8cQ1qT2CYdbCPcTDt
=zcod
-END PGP SIGNATURE-


Anybody using securelevel here?

1998-09-15 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all again!

I would like to use securelevel in 2.0 kernels in order to disallow
changing the IMMUTABLE and APPEND flags of ext2...

I have no idea how to set it up... If I set the global variable
securelevel= 1 root fs cannot be mounted... 

Any comment or suggestion will be greatly appreciated,

regards,

Ulisses

Oracle and Informix will be ported to Linux!!
http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.htm
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNf6tPw/N+5+NQ63pAQHktwL9HvQAE3aTdZdSYPobLyYkVl/ETnuyjhK9
3Oz/r76fu5WVbmND/0YuQ5zWbdtLAhPcDVWIUQvj85Q6ecMIG2F9o5qXu/Lt33jf
nsKdCYw24rt/JpAS7PHNYjL7YlIoS9B2
=j32/
-END PGP SIGNATURE-


Re: Boot sector

1998-09-10 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi!

On Thu, 10 Sep 1998, Micki Heyns wrote:

 My disk is partitined with linux - lilo and win95
 When I re-installed win95, I could not start linux again.

Boot from rescue disk (either from floppy or CDROM) mount the partition
where you have the root (/) partition:

# mount -t ext2 /dev/your partition here /mnt

and execute lilo -r /mnt

and reboot


regards,

Ulisses


Oracle and Informix will be ported to Linux!!
http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.htm
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNffwDg/N+5+NQ63pAQFoJAL+MVNLvxM0PSZDOIyR9E9Hx5H54ROsLPTa
KWVL03pCeRwsMkzb41EIieFeVWSBSb97golHvZQ/BxRg+axiUPtOzZC8s+lVKWXy
+dNMCGpeEWWLMq120qu2Keq81gLhM6S/
=21XK
-END PGP SIGNATURE-


Re: pcmcia driver problem

1998-09-02 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi Giuseppe

On Wed, 2 Sep 1998, Giuseppe Sacco wrote:

 Hi,
 I have succesfully installed a Debian2.0 from a CD on a laptop Toshiba
 Satellite 310CDS. Then I upgraded the pcmcia*.deb file the the 4th version
 (from slink) and installed the package.
 Now I have a problem related to pcmcia ethernet adaptor. The error I get
 is:
 
 hsogso:/etc/init.d# ifconfig eth0 10.1.10.240 netmask 255.255.0.0 broadcast
 10.1.255.255
 SIOCSIFADDR: Operation not supported by device
 eth0: unknown interface.
 SIOCSIFNETMASK: Operation not supported by device
 SIOCSIFBRDADDR: Operation not supported by device
 eth0: unknown interface.
 hsogso:/etc/init.d#
 
 What can I do? Do I have to add some data to my question?

Sems to me that you didn't load the module/driver

when after loading the module try
lsmod
dmesg

and show as the output, It will show what is happening

regards,

Oracle and Informix will be ported to Linux!!
http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.htm
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNe2CUg/N+5+NQ63pAQG3TgMAv8MD8+b3SoLirRjx9tS8nS26Xgu/77JP
obaEIBt6xTdlpwzZUvVTTxlQos5NMolD/lt4JdoBdJyuKdhVsfUKWiJLMIiOQzvT
X2b2GP2I3Joh7gmFD19wQCvu/QeHh0se
=kyDJ
-END PGP SIGNATURE-


(fwd) New boot logo patch, testers wanted

1998-07-23 Thread Ulisses Alonso Camaro
-- forwarded message --
Path: 
news.uv.es!news.rediris.es!news-ge.switch.ch!nntprelay.mathworks.com!howland.erols.net!newsfeed.nacamar.de!news.fh-hannover.de!news-han1.dfn.de!news-ham1.dfn.de!news.dkrz.de!news.uni-hamburg.de!not-for-mail
From: [EMAIL PROTECTED]
Newsgroups: comp.os.linux.development.system
Subject: New boot logo patch, testers wanted
Date: 20 Jul 1998 18:30:48 GMT
Organization: University of Hamburg -- Germany
Lines: 17
Message-ID: [EMAIL PROTECTED]
NNTP-Posting-Host: vsyspc20.informatik.uni-hamburg.de
User-Agent: tin/pre-1.4-971123 (UNIX) (Linux/2.0.35 (i586))
Xref: news.uv.es comp.os.linux.development.system:1728

Hello,


I have played a little bit with the penguin boot logo
patch for linux and added a few modifications.

Please give it a try and let me know what you think:

http://my.lava.de/~hanno/linux-bootlogo/

Note: This is a first beta version and might be
  unstable.

-- 
Was heute noch wie ein Maerchen klingt,  Hanno Mueller
kann morgen Wirklichkeit sein. Hier ist  http://my.lava.de/~hanno/
ein Maerchen von uebermorgen...  [EMAIL PROTECTED]
-- end of forwarded message --

-- 
-
Computers are useless. They can only give answers.Pablo Picasso


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: Move File From VFAT32 Partition to Linux

1998-07-06 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi!

On Tue, 7 Jul 1998, Alex Kwan wrote:

 I want to move/copy  a kernel file linux-2.0.34.tgz
 from VFAT32 Partition (C:) of MS Win98
 (I have downloaded it before I install the Linux,
 and now I wanted to use it to updated the linux
 kernel 2.0.33 ) 

Ok, no problem: If you installed Debian package of 2.0.33, this includes
the patch for VFAT16 that allows to access VFAT32 partitions, compile the
vfat module, load it and voila mount -t vfat /dev/hd??
/some_empty_directory to access the VFAT32 particion (where ?? is the
hardisk/partition where VFAT32 is)

If you have the original 2.0.33 kernel download the patch for VFAT32
support, patch it and compile the module... (Try to find it in
www.linuxhq.com)


I hope this helps,

regards

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNaEDMA/N+5+NQ63pAQE3ggL/Z9USyJohrsbO9+fQDGIml2lVYI2Buj7g
A6xzeNoi0TkLJqsb49Et500sfibisZnD0PpzA+cSuQjm70i7Pj13UIpZTpqJCBcZ
N8KsqgTimK+GgbbEIA02MYp0kv04mfcT
=DDyW
-END PGP SIGNATURE-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: SB 64 AWE-64 , 56K Flex Modem SONY CDU-948S

1998-07-01 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

On Tue, 30 Jun 1998, Alex Kwan wrote:

 Hi! Debian Fans,

Hi Alex!

 (1) What is the difference between SB AWE-64 Valve
  and SB AWE-64 Gold?

- - the amount of memory to use more instruments 
- - the gold connectors
- - The big diference of the price

Indeed there's not too much diference between AWE32 and AWE64, the
enhancements are made via software

My suggestion: If you try to make something semi-professional with the
soundcard - don't buy Soundblaster - Try Ensoniq or xxx Home Studio
2/Pro... (sorry I don't remind now the other mark)

 (3) My SCSI-Card was Adaptec 2940UW, and I wanted to
 add a SONY CDU-948S (8xR, 4xW) CD-ROM,
 does the Debian hamm supported it to read or write?
(if anybody have this CD-ROM, please share your experience 
 with me, thanks!)

Yes Linux supports Ok SCSI CDROMS both R and W, there is also a graphical
utility to cook CD-W - xcdroast, wich is an interface to cdrecord. Both
are included in the distribution, these are small packages, download them
and look in the READMES you will find very useful information

regards,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNZkqrw/N+5+NQ63pAQE04gMAgGcrfGokX69ajS9Nkwuy5ckVsR48Pgia
mH5q23nJx2zveTlct/qRxzsrleX0BxUlDrappaz7hzWKi6012W1RF4UWgFB8O0A+
FUn5oeGhI+PoBu+d2Mr0GUTKueS6UVQ3
=NcTO
-END PGP SIGNATURE-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: Multiple Processors Netscape Communicator V.4.05

1998-07-01 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-


Hi Alex!


On Tue, 30 Jun 1998, Alex Kwan wrote:

 Hi! Debian Fans,
 
 (1) I want to upgarde my Linux system to 2 x Pentium-II system,
 and I have read the document Installing Debian Linux 2.0 on
 www.debian.org , at chapter 4.13  Multiple Processors
 have following words:
 
 If you compile software on a multiprocessor system,
 look for the -j flag in the documentation on make.
 
 would someone please help me to explain it?

For instance:

I have a program that is made in several C++ files:
file_a.C
file_b.C
file_c.C

The normal behaviour of make is to launch a gcc (compiler) process at a
time

If I run make -j 2 then make will have 2 active gcc process running until
completition.

Note that this this 2 active process  are not the same each time...

I found also useful the -j 2 flag on my monoprocessor (P166 + IDE) PC 

regards,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNZj4Mg/N+5+NQ63pAQFWMAMAtpA7TCuny6qxuD9WpwrR0rCnIE8DMfsa
asBHB5knWuunHeIVFlM80cdDCG3uUCMgyEI/qPJm963bOysKvM2H+ic92Y7RvxMh
go8Hm+CahbZYnfM3U/0KMO9v93Q9jIZd
=9aAU
-END PGP SIGNATURE-


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: /etc/init.d/boot message?

1998-06-25 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all again

 But generally I would like to see something like this, writing the output from
 this program to a seperate log file might be an idea to.

HPUX also makes boot/shudown logs

regards,

Ulisses 
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNZJ0IA/N+5+NQ63pAQHySAL/V88IZYIlXfh59QY+uP1cZCT9+0PSOe/7
XE6j7F/EJHY0sU/+IFQxqriOmibZBsSavPuMstULhbv9B6p7xEJxv4Zm3jOJFgzQ
0z7R38433g6YmA2mq6y9G+f4nvFUmAcm
=VfX+
-END PGP SIGNATURE-


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


Re: /etc/init.d/boot message?

1998-06-24 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all again!

  Maybe copy /dev/vc* contents is not a good idea cause (I think so) is
  limited to video memory
 
 The information has to be stored somewhere. Otherwise, the shift-pageup could
 not work. Just a matter of chasing down what memory buffer holds it and saving
 it out to a file.

In this way, it's supossed that the system has a video card, there systems
that doesn't have... or... Am I wrong?

Do you have seen an HPUX 10 booting? I have see it and I think it's
quite nice feature the way the boot process is seen in the console.
Also, verything is made with posix scripts... It should be difficult to
port it

I have not seen SGI/IBM/SUN/others booting... anything interesting in
their boot process console output?

regards,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNZDRRQ/N+5+NQ63pAQFP9gL/RuEULN5UIS/+EuosR/p+AyBkRpp3fxbd
CFO7HJ/07eRmetw2o9yXlyGtbq9k4/GZsTW/TdvrGiGUqY7hI6KYsjVHMgor8alv
3ecalD6u07R7kd7P48dFrwcpTRV3gLDB
=x+Nu
-END PGP SIGNATURE-


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


Re: /etc/init.d/boot message?

1998-06-23 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

On Tue, 23 Jun 1998, Lindsay Allen wrote:

 
 As the data is available (via Shift-Pageup) then there surely must be a
 way of getting to it and saving it.  I tried with /dev/vcs* but got only
 the current screen.  Maybe in /proc/??? somewhere?  A Linux guru is
 needed.
 
 Then we could have a script run as the final boot-up process to save it to
 a file.

I don't know how to do it, but In HPUX 10 the bootup process output is
saved and rotated in separate files... I think I would be cool to make
something similar...

Maybe copy /dev/vc* contents is not a good idea cause (I think so) is
limited to video memory

regards,

Ulisses

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNY8KKQ/N+5+NQ63pAQEKfAMAlImJKtJqyGKKYbb6RAWNYVlXsd24TgRB
wkEK7UBE4UDreKUbRqoj5sZnW6oQ6O3TcuW5DeZfrlIvAGt8IdoBXiHlDMTVfpvw
6TAxT4iU2biW5uLQxvEqKDehKLKEYCTQ
=o9bG
-END PGP SIGNATURE-


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


Re: How to get started?

1998-06-19 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi Marcus!

On Fri, 19 Jun 1998, Marcus Johnson wrote:

 Howdy all,
 
 I've got an old computer currently running Win95 that I want to delete
 Win95 completely and make just Linux box. 

Are you already a Unix user? if yes go on, if not I discourage you on
delete Win95, quite probably you will miss some utilities/apps 

You can install Linux without deletion/reinstall of Win95

Look at a package called FIPS, You will can resize your Win95 FA16/FAT32
partition and install Linux on the free space left

regards,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNYp8GQ/N+5+NQ63pAQF2kQL/T8lWc8kzxrYVGO0EaMPZ2b+TLazsyjHh
IuQCD0ayzAbDaJHY1GQmm5pWJc3xgyPT47KcF6g+GGFPO3P4ZUppkHivMm4Nzsap
q5xO3hWbiXDB0eLSxA0fir+ZZE6+U0rK
=KWYH
-END PGP SIGNATURE-


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


Re: Query

1998-06-03 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi Sagar

On Wed, 3 Jun 1998, Sagar Bhate wrote:

 sir,

 I am installing Debian Linux1.3 on my Pentium 200MMX 32MB RAM 
PCI VGA CARD
COLOR MONITOR(15 inch)
INTEL 10/100 Mbps ethernet card(eth0)
Cache:512k
Video Card Sis6215C
Hard disk 2O12MB
1 parallel port 
2 serial ports
1 FDD
24Xcdrom drive
 .I am facing some problems in installing it from CDROM.

I suposse that:

You have tested the CDROM works, maybe with another Operating System

If everything is correct, then when the system boots up you should see
that the CDROM is detected. 

Do you see that?
Do you see any error message? (There will be some ones that
reports error from devices not installed on your system)

   We want to set it up as a WebServer.

You certainly have choosed a good solution. Linux is an excellent option.

 But we are facing a problem in
 installing it.The step of configuring the device drive module in the net
 is not done as it is asking the iobase number which we are unable to
 trace. Kindly give some suggestion. 

I do not understand very well... I suposse what you are saying:

You don't know wich IO base adress is using your ethernet board

Well, if it's a PCI board you don't need to specify the io base adress,
the Linux module driver will find that for you. Many times these 10/100
boards doesn't autodetect if they are on a 10 or a 100 network. When you
are going to load the module driver you can force the setup of your
network. You should be asked for this parameters in the installation.

It will help us if you also tell us the exact model of your ethernet board
and what is your network topology (10/100, hub or switch or nothing?)

I hope this helps,

regards,

Ulisses 
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNXVcdw/N+5+NQ63pAQFsawL+IJPLtNOTvd61stp86UHF5W1Q507+fBUk
GhrbhoFeMU2FQhx8u4mndFMiwd7TJqLm0lKWFreCI5QGZrsfGVB/2pIpX76Ninag
jgJOSATmSoa82e7rpGBbetAJsdf5Dm7Z
=HxlG
-END PGP SIGNATURE-


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


Re: something like easy cd creator

1998-06-02 Thread Ulisses Alonso Camaro
Hi all!

On Tue, 2 Jun 1998, Benoit Joly wrote:

 hi, is there any apps like easycd creator, who dont need to make an image?,
 just dragging files or wav songs to the destination before burning?

I think xcdroast is what you are looking for. If you have an IDE CDR then
you will have also to use SCSI emulation option in the kernel

I hope this helps,

Ulisses
-
Computers are useless. They can only give answers.Pablo Picasso


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


Re: is pam linux specific?

1998-05-28 Thread Ulisses Alonso Camaro
Hi again!

On Thu, 28 May 1998, Jean Pierre LeJacq wrote:

 On Thu, 28 May 1998, Ulisses Alonso wrote:
 
  that's the question...
 
 No.  At least Solaris uses it as well.  I believe Sun was the primary
 developer of pam.

I think that's great!

do you know if the API/admin issues are equal?

regards,

Ulisses
-
Computers are useless. They can only give answers.Pablo Picasso


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


Re: Unidentified subject!

1998-05-14 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hello Liran!

On Thu, 14 May 1998, Liran Zvibel wrote:

 Hi!
 I'm trying to download the hamm tree (I have almost all binary-all,
 binary-i386, and non free all, i386). The connection to ftp.debian.org and
 to nonus.debian.org became VERY slow (about 0.9 KB insteade of the 6-10
 I'm used to (I download from work...))
 I tried sunsite, and the archive at my niversity, and both have bo and
 slink but no hamm!
 What is happening?

Seems that they doesn't have full mirror archives... isn't it?

Here from Spain (outside rediris) I like to use
ftp.doc.ic.ac.uk/pub/Mirrors/ftp.debian.org wich is great for me, maybe no
for you (what country is .il?)

This is a quick search of mirrors that have ftp.debian.org with archie:

Host ftp.ms.mff.cuni.cz(195.113.19.66)
Location: /MIRRORS

Host ftp.cosy.sbg.ac.at(141.201.2.108)
Location: /ftp/pub/mirror

Host ftp.task.gda.pl(153.19.253.204)
Location: /mirror

Host ftp.flashnet.it(194.247.160.5)
Location: /pub


Try also with this, use the ping command it may be quite informative, eg:

ping somewhere.com

to end type Control and C)

and compare the average from different sites...

 BTW: What is the contrib directory?

I think that are packages from people that are not debian developpers
and are not supported or maybe I'm wrong...

I hope this helps,

regards,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNVsezw/N+5+NQ63pAQHxiQL+O8/rEXlO2KF9Z1HhigtAzYHomxmE/a5H
x0iYXXn55o9Ez7W7O9cAn/hx9xkxiWD8T3WcF3rovSk3zJ/qAILisaa9tkD23lTr
L0bbx95s498Zc9ax+aG+ZpL4aCEOyIar
=SJok
-END PGP SIGNATURE-


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


Re: where is the source code for resc1440 debian install disk?

1998-05-05 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hello Donald,

installation disks are in the boot floppies package, 

regards,

Ulisses

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNU7s6A/N+5+NQ63pAQH7zAL+IiD1kQlrFRRMuIFMJW2Al6gPTdLjzF4/
S9cpzijgNyQ6mWhuT/bXE5FXcBpOq7p95mZxSr5ww8jVx/6XRi53h6Q45Vh33CXe
0ppdoE2RyhJ4FerOLhBry91HlM3FvVl4
=VozH
-END PGP SIGNATURE-


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


Re: apache on debian

1998-05-04 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hello Rudolf!

On Mon, 4 May 1998, Rudolf Buergin wrote:

 I have linux ver. 2.0.31 and apache 1.2.5
 the apache server is running but i can not browse the apache. ping is ok

try to give us more info, for instance

stop and start the service and show us the output:

/etc/init.d/apache stop
/etc/init.d/apache start


Other thinks that can be useful to look are:

try to find error messages in /var/log/apache/*

netstat

lsof -i
lsof -v

I hope this helps,

Regards,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNU24eA/N+5+NQ63pAQH7hQL+Kouh+k/mz5/9V4x/vTqgsretEe+FKdlN
XAYx/vDyFm1w7EsUyU0defuYKakz8PmwJn1soucPKx4aQ+cD/XtvY2vvMlgQnqau
nGTbAmyulQ1O53UEJF4tuo2KTyCjadfv
=worE
-END PGP SIGNATURE-


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


RE: Instaling Hamm.

1998-05-02 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hello all

 cp -a /source/* /mnt/whatever

some time ago I asked about cp -a behaviour, I thought that it was ok for
backup but...

if you have two files hard-linked cp -a will copy two files not just
one... 

regards,

Ulisses

- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNUtLFw/N+5+NQ63pAQGi4wL+OxmIye6Suleir5ZwQiqHyLJH+n0wuAMI
FHKvNQx6zbTOupNZb+pdGq+LRI78f2j2tqqhKR+DtISuduR4ylYLav2/skbQ/1F6
SWIF6fjzS2AsF6+DRgoH2kkwMBRQBmcJ
=EUNU
-END PGP SIGNATURE-


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


Re: Boot Disk Failures

1998-04-30 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hello Dale!

On Wed, 29 Apr 1998, G.Dale Miller wrote:

 I am having trouble with the boot disks from April. I boot up with the
 rescue floppy
 and it start up with the loading root... etc.. Eventually it says
 boot failed press and
 key to try again. Are there problems with these disk2 and pentium2
 boards.

It sounds to me is a problem with the floppy disk, try with another one
and/or format it before with some kind of good tools for floopy disk
formatting (safe format -- sforma.exe fron Norton Utilities is great and
works under dosemu)

I hope this helps

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNUghCA/N+5+NQ63pAQGbAQMApDfjOdlqx9RzigM2oWBCxA7g1iHNjv4y
u12mdV62iVFnThX7wyV39V/kw0xXdJ5OvFbctHFqLCp6txxC+QWQQFhvvlXv1aCB
uMUqW+GcwjSfpcBK9rjs3Bibdy0QClPL
=TI9k
-END PGP SIGNATURE-


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


Re: man 2 intro - SVID

1998-04-27 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all

On Sun, 26 Apr 1998, Liran Zvibel wrote:

 BTW2: What do you think about Stevens' book Advanced Programming in
the
 Unix Environment? Should I buy it?

I think this book is the best, It's very complete and well explained...

It _does_not_ describe Posix Thereads and Real Time Posix

Regards,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNUQ9ww/N+5+NQ63pAQHeswL/fK+oH7Sz82Fc3Huh/+a5xMrFoYBwNjdM
AqoTdn8GPkYKNdZr7alstTUmDUYfQfgC4UfMivdjYF2ReW7nQdvqKlpxaTVMXna6
BNurQzIDGIzeycG0nl0RS7p8zWKKqcIM
=RboL
-END PGP SIGNATURE-


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


Re: IDE CD writer

1998-04-21 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hello

On Tue, 21 Apr 1998, XRD Lab wrote:

 I am running Debian bo (1.3). We have recently purchased a HP cd writer
 (Model 7100i, IDE interface). 

I just can say that one friend uses this (or 7200) happily under Linux
indeed he never uses it under Win95 or NT because it works very bad under
these environments (he has 32Mb and Pentium200MMX).

Regards,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNTx3SQ/N+5+NQ63pAQHABwL/UKxYVx1BY3Ux9UK2wrF3uMqzLrDoNJYy
PWbFj8EqHqkjvp5CGzLQg6CHnjJNKsVuFUspxqSK5PCWB2Lzkmh3UhSc8VTvfKvg
wB9mHOAV4I+td5Ka86+vv6lsADy3yLYX
=KReP
-END PGP SIGNATURE-


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


Re: Linux DRAW or Linux ILLUSTRATOR

1998-04-21 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

On Tue, 21 Apr 1998, Leonardo Ruoso wrote:

 Can someone tells me about some apps thats do the work of Corel Draw in
 Linux, Like Corel Draw? O heard about GIMP that can substitute Corel
 PhotoPaint and Photoshop! And about substitute Corel Ventura, Adobe
 Pagemaker or QuarkXpress?
 


Corel Draw is avaliable for Linux (check it at www.caldera.com)

I hope this helps

regards,

Ulisses

- -
Computersare useless. They can only give answers.  Pablo Picasso


-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNTzB8A/N+5+NQ63pAQGPcAL/SExHL/nVVJI8eGuQUS04PhefXoNk020Y
+5wuDLDtG4dFHOvSfjIB9PQPhKB4byO3S+cGGxwmXiHsT0WcKXYFDvYR9pp6U4W9
rQuAkbAtd3GNiHWD4gGeAifHasY8+NeG
=dvK8
-END PGP SIGNATURE-


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


more on emacs and version control

1998-04-17 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all

I would like to know if there is a way to customize emacs-vc to use by
default the master files (,v files) in other directories. I would like to
keep all master files in a ROOT-MASTER-FILES/PATH where the real file is
directory

Thanks in advance,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNTch/Q/N+5+NQ63pAQHfnQL+J/biRI6brd6ytpoe+6AnogX+egabZBvS
545vSU4DbEpIwVV3UG66VJlu9hKs0BXPTdCfUbxr/8Lo43QPA9vWhbej65JXDdFX
Xl+xuvGOgd+E9vePieqq3rtKkvY1lyR7
=Rt0z
-END PGP SIGNATURE-


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


Re: RAID installation

1998-04-16 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hello Martin!

On Wed, 15 Apr 1998, Martin Schulze wrote:

 On Thu, Apr 09, 1998 at 12:53:55PM +0200, Ulisses Alonso Camaro wrote:
[...]
 Hmm, you're correct, the bootdisks lack real RAID support.  I've
 brought this up on the appropriate auditorium now.  

Thanks

 I don't think
 it will be changed for 2.0 but might be for 2.1.
 
 Yes, your way is correct.  Please notice that you need take special
 attention if your root file system should be a RAID.  Most of all
 other directories doesn't make problems.
 
 If you plan rootfs-raid, contact me again and I'll give you my
 setup.


Ok, this is my first setup so I do not want to do this now, I will just
have a mirror copy of my root fs and If in the future I need for
performance for that files I will backup and made it stripping...

Thanks for your info and your offer

Regards,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNTWxDw/N+5+NQ63pAQE41wMAvKCxYcq+2Z1jAWxGSp/gWET6Mz+XdZhf
3iNTHTxh5aGZZJf37gOMikCbjJ2CTUlpsz+g6SrmI38B+eqZvu04bZWofa+6SyO6
n8+zxk5lwUpFmoE+kSkRafvVKKMgHi2d
=13CP
-END PGP SIGNATURE-


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


swap and multiples devices

1998-04-16 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all,

I know that IDE devices has a blocking design, so is better
to put swap devices in diferent cables, but:

SCSI is not blocking, but does there is a big difference in performance if
the swap devices are placed in different cables?

Thanks in advance,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNTW2iw/N+5+NQ63pAQHmIwL/chy5mqmloJfYDVfGi1fT8XoYY/N0Cn1d
0pzFV4LWaBdPnXd7wArTzergsgM59tvUM1+UGDpsFvI2JEQ+mWmeJ0eumCDVmGXH
001VRF+jTouxxHUCPce3iz2Dm9Uc6txh
=9L55
-END PGP SIGNATURE-


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


mirror and speed

1998-04-16 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all again,

I have setup a config file to mirror hamm, but mirror works in very slow
mode ???

The connection is fully stablished as reported by netstat:

tcp0  0 rdsi38.vlc.servic:26873 slug.ctv.es:ftp ESTABLISHED
tcp0  0 rdsi38.vlc.servic:27313 slug.ctv.es:ftp-data ESTABLISHED

but the mirror process speed is very very very slow... and I do not
understand why... a normal ftp connection speed is good ??

I've attached my config file


Any comment will be greatly appreciated,


regards,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNTW+6g/N+5+NQ63pAQHbXAL9EakeF81hnNgfbvQ3J7ArUk4dwJRgtcaM
tMAK8gKIgciBAbVT6ghEgLqKOpgmuAvehFGfoCTvIS62HYtVc+1c4g1rWJq9WA7u
x7e9xz1usN4bKOUYoH3nuVNUTFLFMedt
=KMBT
-END PGP SIGNATURE-

# Example parameter file for the Debian GNU/Linux mirror package
#
# This serves as an illustration for a valid mirror parameter file. See the
# man page mirror(1) and the files in /usr/doc/mirror/examples/* for details.
#
# You can use this as a starting point for a local mirror of parts of the
# Debian distribution. As an example, it is set up to ignore non-i386 
# architecture, sources, msdos-8.3-named files, the mailing list archives
# as well as the WebPages for www.debian.org. It will take up around 200 MB.
#
# It worked for me when I wrote it, but it might fail for you. No warranties 
# whatsoever. Use at your own risk.
#
# Written by Dirk Eddelbuettel [EMAIL PROTECTED]

package=Debian
#
comment=Mirror of parts of ftp.debian.org/pub/debian
#   
# specify remote host and directory
#site=ftp.doc.ic.ac.uk
#remote_dir=/pub/Mirrors/ftp.debian.org/pub/debian/hamm
site=slug.ctv.es
remote_dir=/pub/mirror/debian/hamm
#
# specify local directory
local_dir=/var/mirror
#
# inform this user about results
mail_to=root
#
# compress these files (see perlre(1) for regular expressions)

#compress_patt=\.*(Contents|Packages(-Master)?|ls-lR|contents|md5sums|Maintainers)$
#
# exclude these files or directories 
# see man perlre for information on perl's regular expressions

#exclude_patt=(rex/|unstable/|development/|experimental/|ms-dos(-i386)?/|source/|private/|debian-(bugs|lists)/|binary-(alpha|sparc|m68k)/|Incoming/|WebPages/|local/|.mirrorinfo)

exclude_patt=(electronics/|games/|graphics/|hamradio/|math/|news/|otherosfs/|sound/|tex|text/|x11/|binary-alpha/|binary-m68k/|binary-powerpc/|binary-sparc/|disks-alpha/|disks-m68k/|disks-sparc/|source/|hamm/)
#
# preserve these files or directories (see perlre(1) for reg. expr.)
delete_excl=(local$)
#
# do not delete if more than 20% of all files would vanish
max_delete_files=20%
#
# this speeds up the construction of the remote ls-lR by pruning
recurse_hard=true




Re: Viewing pdf files

1998-04-15 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi Mark!


This not answer your question, but...

Did you tried with gv, it's also a gs frontend but much nicer and _useful_

regards,


Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNTRkLg/N+5+NQ63pAQEXcwL/TxP2SqgkvOGbh9GP86rmOml0QZ2rqNvx
jAMcfrbIOdCLQG5CdEXwY47jLp1eyI2H9fOaGIGpzz+/R6NhHMsIXLhs4UIP86t/
J+Gt1Ton4EcubETGYpDTSafjwD7vQnhc
=Uvyq
-END PGP SIGNATURE-


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


Re: Software RAID configuration in hamm install?

1998-04-15 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hello Remco!

On Wed, 15 Apr 1998, Remco Blaakmeer wrote:

 On Wed, 8 Apr 1998, Ulisses Alonso Camaro wrote:
 
  Hi all,
  
  I'm novice to RAID, and I want to try with it. I would like to know if
  hamm provices in its installation the tools to setup a RAID0 (stripping)
  installation. Also I would like to know if the menu for installation has
  RAID0 configuration options
  
  Thanks in advance,
  
  Ulisses
  
  PD: Does debian.org ships hamm?
 
 Sorry for the late reply, I am catching up with the mailing list.

Thanks for your reply! :-)

Your info is great for me!

...but... you have make a mistake ;-) 
in hamm mdutils has been replaced by raidtools


 Yes, hamm has tools for RAID0. You'll want the mdutils package, which
 contains all tools you need. I don't know about the standard kernel, you
 might have to compile your own with support for MD and RAID0 turned on. I
 don't think there is a menu that configures the whole thing for you, but
 it is not difficult to do it by hand. Basically, you do this:

[...]


Regards,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNTRl+Q/N+5+NQ63pAQHBpgMAmeB0DVGhuy/zgocr+2vm1CB24xMV5+Z4
qp5V84hE2sMqt1aHiVh0v8JB8MPKwS8tV39crezvNXGlOKbHzzwpI+fDkOK95nMq
G6e/fdF86wIibZG3Frb06T6n9JyeH5jA
=f+1Z
-END PGP SIGNATURE-


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


THANKS: Re: How much HD is necessary to mirror Debian x86?

1998-04-15 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all again!

Thanks to Nathan and Santiago!

On Tue, 14 Apr 1998, Nathan E Norman wrote:

 On Tue, 14 Apr 1998, Ulisses Alonso Camaro wrote:
 
 : -BEGIN PGP SIGNED MESSAGE-
 : 
 : Hi all!
 : 
 : I want to download the entire Debian hamm distribution _for Intel only_
 : (just binary-i386, isn't it?)
 
 No, you need binary-all also.
 

I thought to download the files not the link, so the files will
be downloaded in binary-i386

I'll use mirror instead

 : How much HD is necessary?
 
 (I'm assuming you want contrib and non-free also)
 
 kepler:/a/ftp/linux/debian/hamm $ du -s --bytes \
  {main,contrib,non-free}/binary-{i386,all} | \
  awk 'total = total + $1; END {print total}'


That's a really nice pipe

Regards,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso


-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNTRvlA/N+5+NQ63pAQHW9wL9GzomPg6qu24inlqUReKMI5jaumpS3Ok+
37NHpQO0V1O2p3NIOkDT23vsvMCl9yILXCR1dIpjctFTORh3N/37XicDnsJrUawu
QFN9kp23u9DiHPh9nRndS0mUd/y0BXta
=CDKH
-END PGP SIGNATURE-


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


How much HD is necessary to mirror Debian x86?

1998-04-14 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all!

I want to download the entire Debian hamm distribution _for Intel only_
(just binary-i386, isn't it?)
How much HD is necessary?
The mirror will be done from a bo system, I think the best and easiest 
method will be to use the wget with 

- -r -t 0 options

Any comment will be grealy

Regards,


Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNTN/+A/N+5+NQ63pAQHxgQMAwB5MM+hN4FavELTzpGMS5ueazXsd8ahR
pAh24dPHI5S4HOZyb3POsyGO9u5jz7YofibWFusXo+qrD5/Jq2J7ZTNJ6Yv/dIZV
wZaLOPBU1zuJFX+oXBtcyBAuexwE7FuG
=c8r4
-END PGP SIGNATURE-


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


Linux to NT printing with samba

1998-04-14 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all

I'm printing to a NT server 4.0 with smbclient, using the following
script (this is a resume):


echo server $server, service $service  $logfile

(
echo print -
cat $1 | /usr/sbin/ljet4l-filter
) | /usr/bin/smbclient $server\\$service $password -U $user -N -P -I
$ip  $logfile


I'm printing to a HP6L using 4L filters, it outputs nicely but sometimes,
uggly things occur:

- - If the print spooler cueue manager in NT is opened I can't successfully
print
- - Sometimes, if I remove a Linux's job the following job can get
corrupted..

The NT server (runs?) with Service Pack 3


Any comment will be greatly appreciated,


Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNTOU6A/N+5+NQ63pAQFzswL/UnuImjk6FOAJLHI5F2k9gb7l9YQKISNr
4Qr+yGhpKE6yoSHQ4EwCER7UJuBJ0X/26dLDm1zQjaKj5k7AIrK2AUERMxiC2elp
DRyCZyNmP5kXzkC+ryuXQ3XRKReeUTQf
=ccfv
-END PGP SIGNATURE-


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


Re: Linus Torvalds - Man of the century

1998-04-13 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all!


 would also be good.  Just enough to get mentioned somewhere.  The idea
 is to get Linux mentioned in the mainstream media as much as possible.
 And typing the words Linus Torvalds and clicking a submit button
 doesn't seem like too much effort to me.


I completly agree with David

 David Densmore [EMAIL PROTECTED]

Come on and vote!   ;-)


Regards

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNTIU1Q/N+5+NQ63pAQHLxwMAu7ckjP3pOX86l0E9xXdK2sPGMwWQfuU9
yW6nV5Rj7aYfdCoVDcXSwI23ANP4RQ9M4Lpe9v6S+gf8IZcf98zC57FDAfAvmhlh
ICfUldpgz3vwJMjvholZld51Rd6hmN7w
=ORX8
-END PGP SIGNATURE-


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


Re: RAID installation in hamm?

1998-04-12 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi everybody again!

On Fri, 10 Apr 1998, Jaakko Niemi wrote:

  -BEGIN PGP SIGNED MESSAGE-
  
  Hello,
  
  It seems to me that RAID0 (with the mdutils package?) is not possible with
  the normal procedure with hamm.
  
  Any experencies or comments?
 
  Do you mean as a root disk or as a some other partition ? I have my /var 
  mounted on a RAID-0 partition, and it is working fine. 

as other partition.

I suposse that I'll have to setup manually (including installation of
raidtools) the raid partitions in the installation shell (console Alt+F2),
isn't it?

Also I'm not sure where to put the scripts that launch mdadd/mdrun/mdstop
programs.

Is this handled automatically in hamm installation?

Regards,


Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNTCiVg/N+5+NQ63pAQFwcgL8DngU6sXzFICbD6iLvC3txc8y4qqmBVjF
o8eZf45kWuNgIYH/c4kcyL6sIjU8PggVe/wdC8THbUjfQC6jnd9qyEalCCah+ODm
CnlaP1vF+LqR+lY5FmxBMa9gO26QA6ln
=eAKu
-END PGP SIGNATURE-


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


Re: RAID installation in hamm?

1998-04-12 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

On Sun, 12 Apr 1998, Jaakko Niemi wrote:

[...]
  I suposse that I'll have to setup manually (including installation of
  raidtools) the raid partitions in the installation shell (console Alt+F2),
  isn't it?
 
  Or install normally, then create the md-partition, boot from rescue-disk, 
 mount /, 
  copy dir xyz xyz.bak, copy the contents to md-partition, edit fstab etc to 
 mount 
  the md-partition as xyz and boot. 

Yes, I think It will be by far easier, also because I suposse that I'll
have to build a raid0 capable kernel

  Also I'm not sure where to put the scripts that launch mdadd/mdrun/mdstop
  programs.
 
  Which scripts? /etc/init.d/raid ?

Yes

I have unpacked hamm raidtools to look /etc/init.d/raid and I have yet
another question:

Local filesystems are mounted in /etc/init.d/boot
so I have to suposse that /etc/init.d/raid is called from it before
mounting local filesystems, isn't it?

In a bo installation is:

# Mount local file systems in /etc/fstab.
#
[ $VERBOSE != no ]  echo Mounting local file systems ...
mount -avt nonfs,noproc

so a check to look for /etc/init.d/raid is made before and then if the
script exist (and is executable) is called, isn't it?

Thanks for your info, I think this info should be in the install.txt
(Any developper looking here? should be posted to somewhere?)


Regards,


Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNTD+Kg/N+5+NQ63pAQEofwL/T8AvueNr9OvoYANDl5AAdyHXDRzWZhSb
Ur2OMkA4QbTN0pJcTKEi/IR0HoZdYq107Bj4HyJijJX5NhyPw8u58bQC/whoCNqM
oZJQE454FsHTasty6aU91Z0RTDPYex6q
=f5RL
-END PGP SIGNATURE-


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


RAID installation in hamm?

1998-04-10 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hello,

It seems to me that RAID0 (with the mdutils package?) is not possible with
the normal procedure with hamm.

Any experencies or comments?

Thanks in advance,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNS36AQ/N+5+NQ63pAQEEzAL8CRYUVMQPLAf34imyrOx8cOeWa7D6l3PD
lV+RQeiSjewSgQ1R+bsRCaN1Pj5+La6kDatFkyjzrPkvHzQ+jhQtGGrkC/KkRr6L
2LzbVxQ4KrMGf4Ei8AL0RxS+xY5cdmxG
=EUel
-END PGP SIGNATURE-


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


Emacs and RCS

1998-04-09 Thread Ulisses Alonso Camaro
Hi all!

I would like to use RCS within emacs, Where I can more info? (the RCS
Howto doesn't tell too much)

Any comment will be greatly appreciated,


Thanks in advance,


Ulisses


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


Re: iBCS2 with Unixware Oracle7 binaries

1998-04-09 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Helo Ben!


On Thu, 9 Apr 1998, Ben Cant wrote:

 Hi there!
 
 I am trying to get Oracle running on my Debian Hamm box using iBCS2.2.0.33 

I can't asnwer your question but maybe this helps:

Oracle for SCO works fine

If you want more info about it, email me to [EMAIL PROTECTED]

Regards,

Ulisses

- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNSz5LA/N+5+NQ63pAQFjzQL+N6cSxVF4mv0wS+/lKItBLol/9Af6v4uA
HEk8xGPxyyQ7PnQDcnmlEsdkqymShp+ks3aeu7QbLaxk1eODoCiOfDQln+ryLjb/
Zi4eTsEqthFYnMnWOper3+VQ5C3QjMvM
=vZtS
-END PGP SIGNATURE-


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


Re: Emacs and RCS

1998-04-09 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all again!


On 9 Apr 1998, David Z. Maze wrote:

 
 Ulisses Alonso Camaro [EMAIL PROTECTED] writes:
 Ulisses I would like to use RCS within emacs, Where I can more info?
 Ulisses (the RCS Howto doesn't tell too much)
 
 Look in the Emacs info, under Version Control.

I have no such entry... ??

but I found this link
http://www.s3.kth.se/control/local/info/Emacs_version_control.html

wich I have suggested to the RCS Howto mantainer...

Regards,

Ulisses

- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNS0CBg/N+5+NQ63pAQGqIAMAte8YoJzrqQ25Ne8z/8iREiGsqHCmNRb1
WV/gD+EBYh+otnt6fEflF5DCrjXCsuVH+GVFREIP5VPcY8R855j2VjmhKU+8pIx2
Xu/hMUSQU7NPEJm4i4fQ4GcCeUYpGni9
=+BQM
-END PGP SIGNATURE-


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


THANKS: gs-aladdin 5.* for bo

1998-04-08 Thread Ulisses Alonso Camaro
Hi,

I would like to thank everyone who answered my post

Regards,

Ulisses

PD: It works perfectly (of course ;-)



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


Software RAID configuration in hamm install?

1998-04-08 Thread Ulisses Alonso Camaro
Hi all,

I'm novice to RAID, and I want to try with it. I would like to know if
hamm provices in its installation the tools to setup a RAID0 (stripping)
installation. Also I would like to know if the menu for installation has
RAID0 configuration options

Thanks in advance,

Ulisses

PD: Does debian.org ships hamm?


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


pdf to ps

1998-04-07 Thread Ulisses Alonso Camaro
Hi!

I have tried to print/convert to ps with acroread (levels 1 and 2) but it
generates a ps that is not understand by gs, so I can't view it or print.

The documents looks good with acroread but with xpdf I can only see the
first page, If I print it it prints with a different paper rather than a4

I have not seen any switch to xpdf to change that setting...

Any comment will be greatly appreciated,

Thanks in advance,

Ulisses

PD: I'm using 1.3.1 (bo)


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


again: pdf to ps (gs-aladdin)

1998-04-07 Thread Ulisses Alonso Camaro
Hi all again!

First of all thanks for your reply

In a mistake I delete your last mail, so I'm not sure if you talked about
5.* version of gs-aladdin in bo distribution


I have no found a newer version of gs aladdin than 4.03-7 from the non-free 
directory,
this still have problems to handle directly pdf

Do you have a gs-aladdin compiled for libc5?
Can you send me it?

Why the ps generated (level 1 and 2) by acreread can't be read by gs?


any comment will be greatly appreciated,


Ulisses






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


Re: lsof -i

1998-04-03 Thread Ulisses Alonso Camaro
Hello Torsten!


First of all, thanks for your reply!

On 1 Apr 1998, Torsten Hilbrich wrote:

 Ulisses Alonso Camaro [EMAIL PROTECTED] writes:
 
  I have build lsof for my system using the Debian, that is:
  
  dpkg-source -x lsof*something*.dsc
  cd lsof-something*
  dpkg-buildpackage
  
  Everithing seems Ok in the package building
  
  And Installed the packages. Nor the bo nor hamm versions show me the
  the Internet files/iNet sockets? Why?
 
 I had the same problems with the bo version of lsof.  I installed lsof
 4.26-1 from hamm and everything works fine now.  What version out of
 hamm did you try?

lsof_4.28-1.dsc

:-(


Regards,

Ulisses


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


Extrange diald behaviour

1998-04-02 Thread Ulisses Alonso Camaro
Hi all,

I have setup a Debian GNU/Linux box with IP-Masquerade, Samba 
and dial on demand. This system is running with NT workstations and an NT
server.

Sometimes the Linux box dials when it shouldn't. What it does to cause
diald to dial is a ping echo request to the nameservers... Apparently, 
there is no reason to cause this.


The Linux box is called ribera
The NT server? is called vinatea
The NT workstatione? julian

The NTboxes doesn't use WINS, they use instead a hosts files
the gateway is the Linux box, the DNSs are the same of the Linux box. The
windows services doesn't use the DNS services for name resolution.

The Linux box also has all machines in a hosts files


This is what happens on eth0, the LAN/IP-Masquerade interface, this is the
output of tcpdump -v -i eth0:

14:14:55.60 cristobal.1115  vinatea.netbios-ssn: P 3800:3843(43) ack 2624 
win 7789 (DF)
14:14:55.60 vinatea.netbios-ssn  cristobal.1115: P 2624:2667(43) ack 3843 
win 8377 (DF)
14:14:55.72 cristobal.1115  vinatea.netbios-ssn: . ack 2667 win 7746 (DF)
14:14:56.68 cristobal.1115  vinatea.netbios-ssn: P 3843:4233(390) ack 2667 
win 7746 (DF)
14:14:56.69 vinatea.netbios-ssn  cristobal.1115: P 2667:2771(104) ack 4233 
win 7987 (DF)
14:14:56.82 cristobal.1115  vinatea.netbios-ssn: . ack 2771 win 7642 (DF)
14:15:01.09 cristobal.1115  vinatea.netbios-ssn: P 4233:4625(392) ack 2771 
win 7642 (DF)
14:15:01.14 vinatea.netbios-ssn  cristobal.1115: P 2771:3235(464) ack 4625 
win 7595 (DF)
14:15:01.33 cristobal.1115  vinatea.netbios-ssn: . ack 3235 win 8760 (DF)
14:15:02.71 cristobal.1115  vinatea.netbios-ssn: P 4625:4849(224) ack 3235 
win 8760 (DF)
14:15:02.73 vinatea.netbios-ssn  cristobal.1115: P 3235:3365(130) ack 4849 
win 7371 (DF)
14:15:02.73 cristobal.1115  vinatea.netbios-ssn: P 4849:4965(116) ack 3365 
win 8630 (DF)
14:15:02.73 vinatea.netbios-ssn  cristobal.1115: P 3365:3404(39) ack 4965 
win 8760 (DF)
14:15:02.83 cristobal.1115  vinatea.netbios-ssn: . ack 3404 win 8591 (DF)
14:15:07.78 cristobal.netbios-ns  192.168.1.255.netbios-ns: udp 68
14:15:07.78 vinatea.netbios-ns  cristobal.netbios-ns: udp 62
14:15:13.86 vinatea.netbios-dgm  192.168.1.255.netbios-dgm: udp 208
14:15:14.19 ribera  194.106.2.132: icmp: echo request
14:15:15.11 ribera  194.106.2.132: icmp: echo request
14:15:16.11 ribera  194.106.2.132: icmp: echo request
14:15:17.11 ribera  sparky.mad.servicom.es: icmp: echo request
14:15:18.11 ribera  sparky.mad.servicom.es: icmp: echo request
14:15:19.11 ribera  sparky.mad.servicom.es: icmp: echo request
14:15:20.12 cristobal.netbios-ns  vinatea.netbios-ns: udp 50
14:15:20.12 vinatea.netbios-ns  cristobal.netbios-ns: udp 355
14:15:23.43 0:60:97:96:7a:5e  Broadcast sap e0 ui/C len=81
  0050 0014     
 0455  0001   0001 0455 0001
        
  00
14:15:23.43 0:60:97:96:7a:5e  0:60:97:96:7a:5e sap e0 ui/C len=81
  0050 0004  0001   0001
 0455  0001   0001 0455 0002
        
  00
14:15:23.97 0:60:97:96:7a:5e  Broadcast sap e0 ui/C len=81
  0050 0014     
 0455  0001   0001 0455 0001
        
  00
14:15:23.97 0:60:97:96:7a:5e  0:60:97:96:7a:5e sap e0 ui/C len=81
  0050 0004  0001   0001
 0455  0001   0001 0455 0002
        
  00
14:15:24.51 0:60:97:96:7a:5e  Broadcast sap e0 ui/C len=81
  0050 0014     
 0455  0001   0001 0455 0001
        
  00
14:15:24.51 0:60:97:96:7a:5e  0:60:97:96:7a:5e sap e0 ui/C len=81
  0050 0004  0001   0001
 0455  0001   0001 0455 0002
        
  00
14:15:25.05 0:60:97:96:7a:5e  0:60:97:96:7a:5e sap e0 ui/C len=191
  00be 0004  0001   
 0455  0001   0001 0455 000b
 5649 4e41 5445 4120 2020 2020 2020 2000
 0102 5f
14:15:28.33 0:60:97:96:7a:5e  Broadcast sap e0 ui/C len=161
  00a0 0004     
 0452   0060 9796 

lsof -i

1998-03-31 Thread Ulisses Alonso Camaro
Hi,

I have build lsof for my system using the Debian, that is:

dpkg-source -x lsof*something*.dsc
cd lsof-something*
dpkg-buildpackage

Everithing seems Ok in the package building

And Installed the packages. Nor the bo nor hamm versions show me the the
Internet files/iNet sockets? Why?

The lsof program was build with the System.map used in the current
kernel: 2.0.33 

(this was a problem that had on another machine)

Any ideas?


Thanks in advance,


Ulisses


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


pine and from: field

1998-03-30 Thread Ulisses Alonso Camaro
Hi,


I'm subscribed to several mailing lists to one adress(A), now I have
installed a popper server in that machine to download my email to another 
account(B).

I would like to know how to configure pine and/or other user agents to
acct like I was sending the email from the Original adress(A)  sending the
email from the account B.

Any comment will be greatly appreciated,

Regards,

Ulisses



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


UPS (want to collect past articles)

1998-03-16 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hello

I'm now interested about UPS and Linux, I'll appreciate a lot if anybody
can send me the past articles about it (that were a lot)

Many thanks

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNQzhEQ/N+5+NQ63pAQFWgQL+MwR4HgeD+lxtvJcu+OEOTpB0Dna3tjmx
/HtelkhC0Ks8j4y925fRHHyK+BqdOfzsm7rwfnIs+ZmEdmhj50aqKTAoIHiy1iPJ
aemFaY2i6t4EdpBLDwPuCx4PdXwivJGw
=O36d
-END PGP SIGNATURE-


--
E-mail the word unsubscribe to [EMAIL PROTECTED]
TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble? E-mail to [EMAIL PROTECTED]


Backup solution for Linux

1998-03-16 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hello

I'm interested in backup solutions for Linux (+-10G without compression)

What hardware is avaliable for Linux? DAT/DLT?
Wich software should I use?
Where I can find docs about it?

Thanks in advance

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNQzk3w/N+5+NQ63pAQE2dgL+O7k9lL0ep40IuHpSTs/30PEpY82d8FYM
wOd5RZcHtlPJ2a2GDC46F8Lgjh9BhlVkQ3D3oVsHcKV/OB8RLnAz/R0x+o9tCb0T
a5HGfsmHW6105CFCSyPPO5Nlroei4iF1
=pk8x
-END PGP SIGNATURE-


--
E-mail the word unsubscribe to [EMAIL PROTECTED]
TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble? E-mail to [EMAIL PROTECTED]


any Hardware watchdog experiences

1998-03-16 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all again!

Anybody here uses this kind of cards?

Are they reliable?
Are you satisfied with it?

Any kind comment about it will be greatly appreciated,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNQzl1g/N+5+NQ63pAQFoHAMAtqOTogVAQueZiAA/DLbDWll6w78bK2F7
sFaSBZ6Q2zUt3uyjOJcWmbifA6Fk3a3LVTXG5K/9nDYFItP1OvYIOqhIn70Blxyn
rMKeQaLiBO9JQiZUExPbZxMSHbBdi3vI
=GPY3
-END PGP SIGNATURE-


--
E-mail the word unsubscribe to [EMAIL PROTECTED]
TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble? E-mail to [EMAIL PROTECTED]


Re: ibcs, modulo.

1998-03-09 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi Pedro!


First of, two things:

a) this mailing list is in english
b) there is an spanish mailing list ;-)

Si no te molesta te contestare en ingl'es


On Sun, 8 Mar 1998, PEDRO FERNANDEZ wrote:

 Trabajo con Debian 1.3.1. y esto tratando de cargar el modulo ibcs, 
 para que pueda ejecutar programas de otros unix, mi caso es el del
 System V, y Solaris 2.4.  Pero con la version de Kernel que tengo 2.0.3,
 me dice que no puede este modulo ejecutarse con este Kernel, a
 continuación me bajo del ...debian.or, otro modulo que precisa la
 libreria libc6, que también bajo, pero al ir a incluir este modulo, me
 dice que es incompatible con la libc5 que ya existe.


I'm not a kernel expert, but I found that 

versioned kernels work great with unversioned modules -- you set this in 
kernel config options before you compile it

What do you refer exactly in al ir a incluir este modulo, I guess that
you want to say install, iBCS module itself doesn't depends on libc or any
libraries (its a contradiction), but a program that comes with it called
trace depends on it... 

you can do two things: 

+ upgrade to libc6 (hamm): ask in the mailing list about lastest info 
about it
+ unpack the module: dpkg -x ibcs.deb /tmp and install it manually the
module, eg: in /lib/modules/`uname -r`/misc and append to
/lib/modules/`uname -r/modules.dep the path of the module, in this case if
you use 2.0.32 it will be:

/lib/modules/2.0.32/misc/iBCS.o:


I hope you find usefull this info


Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNQPbjw/N+5+NQ63pAQFWfQL+JqWM03uk7YK20S5OXVkL7JyqLS0YRQiT
Lnv8wdheNS78yZORWP6/05xq2giTvmISCZoV43t0dGSEC6sd8SzQNgiryOZCg5np
1+9Ey17EYWo7wj4Y3+BOFZCYnpdOIE6e
=p5P2
-END PGP SIGNATURE-


--
E-mail the word unsubscribe to [EMAIL PROTECTED]
TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble?  E-mail to [EMAIL PROTECTED] .


Re: [Q] KDE for libc6. motif for libc6

1998-03-06 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hello!

On Fri, 6 Mar 1998, Vladislav Papayan x285 wrote:

 Hello,
[...]
 Also where can I buy (inexpensively) a version of Motif 2.1
 (devel and binaries)
 that is compiled for libc6.  And will it work when the latest
 version of the gnu compiler 2.8.0 (or egcc) will become
 standard?


Get the Motif 2.1 version, seems to Swim Motif is that you want, also is
the cheapest (and not worse)

Search the Swim server in
http://www.xnet.com/~blatura/linapps.shtml 
or with your favorite search engine


Regards,

Ulisses
- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNQAzTA/N+5+NQ63pAQEJEAL/cboVmHVBWnSHz586y8UaosH5h3uhACxz
acQ11pQ0jsfBQpk0ECkjNUu9fT0/Xr2AT+xMaYsJP94JEWrplPTEdBz7P5Bx1jjo
pkr7kr2vGbQms8KvuUpQ7GVqQeLgPmCf
=moQX
-END PGP SIGNATURE-


--
E-mail the word unsubscribe to [EMAIL PROTECTED]
TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble?  E-mail to [EMAIL PROTECTED] .


Re: Nondestructively partition ext2 fs?

1998-02-26 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hello!

On Thu, 26 Feb 1998, Sudhakar Chandrasekharan wrote:

 Is there an ext2 equivalent of fips?  I have a lot of space on the disk
 which I am mounting as /usr/local.  I want to partition it and use one
 partition as /opt.
 
 Thaths


I asked that sometime ago without successful in several resources...
It seems it doesn't exist yet... I think there is a project towards
Logical Volume Manager with ext2 somewhere...

Also, there is on the fly compression for ext2 (without modificacions),
also avaliable as debian package... the name is e2compr

regards,

Ulisses

- -
Computers are useless. They can only give answers.Pablo Picasso

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNPWryg/N+5+NQ63pAQG2agL+NdH5s3RMjqyutlDjzhpg5/+vwGw0TrXY
3XwcM6P+BsO77JdIPxCB57yVz8ensHfnjf7UipU4Ze3dOrXw+QWVygRU7mArwj5X
tolSGZMZmONXUU9Kj1sOYzAPbcuOBrNa
=sDFW
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Speak-Freely Problems

1998-02-25 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all!

On Wed, 25 Feb 1998, Adam Shand wrote:

   fine for me with a standard soundblaster 16 (ie. definately not a
   full-duplex card).
  
  The soundblaster 16 _is_ a full-duplex card. Mabe you mean that the driver
  for it is not full-duplex capable?
 
 err, what?  since when?  this is a two plus year old, standard sb16 card,
 i'm pretty sure it's not full-duplex.


Even Sounblaster AWE64 Gold _is not_ 16bit full duplex, I think they get 
full duplex with 8bit, also I think that not at 44khz(20khz)


Regards,

Ulisses

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNPQUzg/N+5+NQ63pAQGkSgMAsRR9GpbJKYq8bcG+ESDhdNbLyvFW06bj
UgcHo4yfr+jKpomeHU9vAHvGy1gQn0QhKHFBWgi+laKZLo6azpTK0Btcj5Fl0pXK
SJimzbaU+EgWalSD9htyYCIYIPAyZRbO
=mINl
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


cross-compiling from LInux to SCO with Oracle 7.3.2.2.0

1998-02-25 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-


Hi all

I'm trying to know if it is possible and how I can cross-compile from Linux
to SCO using Oracle 7.3.2.2 Production Release for SCO Unix wich I run 
successfully with the iBCS module...

If I succesfully achive it, I will make a mini-HOWTO to the community, I
think I will be very useful to students as I

I have read the gcc info pages about cross-compiling, and I think that I need:

+ GAS, the GNU assembler compiled with --target=sco option
+ GNU binutils compiled with --target=sco option
+ GCC with --target=sco option
+ libc static libraries for sco
+ include files for sco
+ Also info pages says that some systems needs some start files as
'crt0.o' (or something like this) in order to compile, 
Does SCO needs also this?

- -- XOR   --
This SCO executables:
/bin/idar (archiver)
/bin/idas (assembler)
/bin/idld (linker)
/lib/idcpp (preprocessor)
/lib/idcomp (compiler)
  
and the questions are:

What of the above commented components I can get from the Free Software
Foundation or in L/GPL license? Where I can get them? Precompiled binaries?
If not possible, Can I obtain them from another source?

My System: Debian GNU/Linux 1.3.1 with 2.0.32 kernel, libc6(glibc2) 
and libc5 compatibility, 32Mb RAM, iBCS ver. 971113

Also I'm not sure if Oracle I downloaded it has all the components needed
for compiling:

+ There is no 'proc' compiler and the Makefiles provided in the demos
uses it... ¿? If it is not longer provided in evaluation copies does
previous 'proc' compilers work? What does exactly I need?
If I get proc from previous versions, does I will need libc.a/includes from SCO?
+ Does it includes an static version of libc? (libs listed below)
+ Does I can use Linux's static version of libc (libc.a)
+ libc6(glibc2) header files for Linux are suitable for SCO?
  (http://www.pauck.de/marco/ suggests it making minimal modifications)
+ Does I have all the necessary include files for Oracle? (also listed below)
+ Are previous evaluation copies of Oracle avaliable somewhere?

Does anybody tried with Linux+iBCS+ UnixWare apps (like Oracle)?

And of course, the most important, Am I crazy?

Please send me your comments and suggestions to [EMAIL PROTECTED]

Thanks in advance,

Ulisses


Info about the Oracle version I run: 

- - downloaded from
ftp://www.oracle.com/pub/www/wgserver/SCO/7.3.2.2.0/large/o7wsint.tar.Z

- - wich the following static libraries (archives):

./lib/libcommon.a   
./lib/libcore.a
./lib/libcore3.a
./lib/libcox.a
./lib/libcv6.a
./lib/libdruid11.a
./lib/libepc.a
./lib/libepcfe.a
./lib/libepcpt.a
./lib/libgeneric.a
./lib/libhh2.a
./lib/libhhc2.a
./lib/libhhm2.a
./lib/libidl.a
./lib/libknlde.a
./lib/libknlopt.a
./lib/libmlx.a
./lib/libmmcm.a
./lib/libc3v6.a
./lib/libmmiw.a
./lib/lib.a
./lib/libmmoi.a
./lib/libmmos.a
./lib/libmmov.a
./lib/libmmutil.a
./lib/libncr.a
./lib/libnlsrtl.a
./lib/libnlsrtl3.a
./lib/liboacore2.a
./lib/libpkg.a
./lib/libpls.a
./lib/libros.a
./lib/libros21db.a
./lib/libros21etc.a
./lib/libros21ndb.a
./lib/libsem.a
./lib/libslax.a
./lib/libserver.a
./lib/libsql.a
./lib/libsqlnet.a
./lib/libsqlplus.a
./lib/libsvrmgr.a
./lib/libsvrmgrm.a
./lib/libsyn.a
./lib/libtk21c.a
./lib/libtk21etc.a
./lib/libtk21m.a
./lib/libtk21etm.a
./lib/libtk21nqap.a
./lib/libut.a
./lib/libxa.a
./lib/libapps.a
./lib/libclient.a
./lib/libsvrmgrl.a
./lib/libcog.a
./network/lib/libntis.a
./network/lib/libnttcp.a
./network/lib/libnttli.a
./network/lib/libtcl.a
./network/lib/libtnsapi.a
./ows/lib/libndwa.a
./ows/lib/libndwb.a
./ows/lib/libndwd.a
./ows/lib/libndwg.a
./ows/lib/libndwr.a
./ows/lib/libndws.a
./ows/lib/libndww.a
./ows/lib/libndw1.a
./rdbms/lib/libexp.a
./rdbms/lib/libimp.a
./rdbms/lib/libknlopt.a
./rdbms/lib/libstublm.a

- -and the following includes:

./network/demo/tftpdef.h
./network/demo/cmd.h
./network/public/tnsapi.h
./otrace/public/epc.h
./rdbms/demo/cdemo6.h
./rdbms/public/ocikpr.h
./rdbms/public/oratypes.h
./rdbms/public/xa.h
./rdbms/public/ociapr.h
./rdbms/public/ocidem.h
./rdbms/public/ocidfn.h


-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNPQYcA/N+5+NQ63pAQGq4wL9G3rhq7BRjiOfuu4gWWb+XpDkQ9X0vy+P
cbiv1xdnbUNOV2cNlfwLF6rWZdnva9CIxlKPwGi1Ela7tWFTIFetSmDSFsJ5GU1U
93bjYBR+cBOIznd4zFkvFUPDoGy5buWG
=xp3G
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] .
Trouble?  e-mail to [EMAIL PROTECTED] .


SATAN and lynx

1998-02-20 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi,

I'm trying to get working satan with lynx but when you pick in a link wich
should execute a perl script the browsers ask you for download, I have
tried by removing the /etc/mime-types for perl and it seems it works
partially: It follows the links but it doesn't execute correctly ...

Any hint about it and about using satan (including iNet resources) will be
greatly appreciated,

Ulisses 



-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNO2/fA/N+5+NQ63pAQFh7wMAkSt5Uxr9KFiO3AbszUu9j/uLAX6pVNPz
PtQJRtvz7XFv+hHYKqKixxtDSsUjtVsJnfhSLcdeRRDNnV5nRy9A66BPa2Rr7/ko
8fw1U836LQdSFcvqwZi0QTOTTLijvEcz
=IgUw
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


System reboots while booting

1998-02-20 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all,

I'm trying to setup a system, but when the system boots from floppy the
system resets, and there is no way to know where it crashes...

I'm having this problems with a new Pentium 166MMX nonameboard(KM-T5-T1)
with 32Mb DIMM and a S3 virge clone, I have tested 2.0.30 and 2.0.32

The hardware seems to work ok in MSDOS/Win311 and memtest86 (memory tester)
doesn't report any problems with the memory
I also tried to boot with the cache disabled

Any suggestion to solve it or found the problem?

Thanks in advance,

Ulisses


-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNO3aAA/N+5+NQ63pAQGRFQL/S8yr2sVpPf9yto7Id6Vzdsw5nX+K3Rgf
XtapcteFRiQv9VbWZ8DYIg7V08ZnFEGJeOoERPl/HpExVQRtdi7VmlXXy70qg2t6
n7L6Terey1zY7qgftNZzO7RIBlAbPRU1
=Cv7S
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


tune2fs errors behaviours

1998-02-16 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi all,


I would like to know what are the behaviour and problems/beneficts by
setting the EXT2 errors behaviour flag to readonly or panic

Any comment will be greatly appreciated, many thanks in advance


Ulisses


-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNOhkHA/N+5+NQ63pAQGJKQMAi9yztIhdm0mMV7i1RUIk+a5Xnj+KENVl
9w/zbILxn7YpHNd1170P2u8dE/AqmGUVFhZOiVX2Q+7crZXiG6t2mfRhKCYUZEMA
BNoM1NiY6tgVcN57+HTjgNQzidRTz+mF
=RJVu
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


on the fly (per archive) ext2 compression works great!

1998-02-12 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-


Hi!

Yes, the current e2compr package version lacks on the kernel patches 
(the bug report has alredy posted) you can get it from the package source,
the diff file seems to do not modify this patches so I have applied them
and I just can say that It works great! (much better than ntfs) I suggest
it to everyone.


with something like this:

find / -type f -atime +30 ! -name *.tgz ! -name *.gz ! -name *.Z \
- -exec chattr +c {} \;

You can compress transparently files that system doesn't has accessed in
30 days

This script is just a simple example... the possibilities are infinite

Regards,

Ulisses

PD: To apply the patch I had to temporally modify the /usr/src/linux
link to /usr/src/kernel-source-* instead of /usr/src/kernel-headers-*

After applying the patch you can safely undo restore the link

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNOLAsg/N+5+NQ63pAQH+1gMAn5HqakMLMs6RgLGXv74Esx033gLGLZgt
vqbqdgh5Q6pe/fdXeTqwMxTuk3WZabHzmkD3QE+Fbm+hmyko1Svo1JlTCbEpivxt
M3CidouWpiny9zVGNo69kOKgi33ZfqwO
=XLlt
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: What browser to use under Linux?

1998-02-10 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-



On Tue, 10 Feb 1998 [EMAIL PROTECTED] wrote:

 
 What browsers have had good success under Linux?


Netscape Navigator and Comunicator are the most used ones
also for text-only mode lynx is very good, wich also doesn't requiere the
amount of memory wich netscape wants...

 Where can I get one?

They are provided as .deb packages at your prefered debian mirror

Regards,

Ulisses

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNOBasQ/N+5+NQ63pAQHhswL/Y5xJFR89Lp/894YZFO2qBEnFhmb3HxC3
nTjdswdCrD3fRC84Cmo6MA3Ib3lYE83tZpsoSk6SqvTzM7Gghe6RxNb53Zbg9d38
qzDQaEZK5zrVq8LOj7jwrnGRXHD6DtKO
=EHjT
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: On the fly compression with ext2

1998-02-10 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-


 There is a Debian package called e2compr including a kernel patch and
 an update chattr.

Hello Torsen

This is a great notice for me! thanks for your info!

It will help me a lot!

Regards,

Ulisses


-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNOCo4Q/N+5+NQ63pAQHzowL/YT/4qSAwStkgzND+YV221v4Ex06yW3/3
CON8NG3E+t1EYgCSL3D0CzkuiHqEYaU9JKHKcQnQe/x2mN9iZExrqGnB5wnSMtUZ
Spvodl6siFMgYIT38iX/1AXGsjuu44hs
=VpVq
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


On the fly compression with ext2

1998-02-09 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE-

Hi!

I would like to know when there will be ext2 on the fly file compression,
supported in the kernel, ext2 has already support but kernel seems to not
support it yet, nor the 2.1.8x kernels...

Does this will be introduced prior 2.2 version?

Any comment will be greatly appreciated at [EMAIL PROTECTED]

Thanks in advance,

Ulisses


-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: latin1
Comment: PGP public key avaliable at http://www.rediris.es/cert/keyserver

iQB1AwUBNN9KTA/N+5+NQ63pAQEIrgL+PLbQte5CV1D+IVgIpbzS/4LaCdFj6Sk7
tZxWiiWJLMPAPR9pGCbhQxM1FAq+xvCVA37leZM7Ev7Kak9mlQ233I+lCYtBL5WY
K6BPVfVbM1m/R86phnOMVwWWMs/wM3MN
=mPZ0
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


/etc/porttime seems to not work

1998-02-06 Thread Ulisses Alonso Camaro
Hi,

I would like to confirm prior to send a bugif the following /etc/porttime
should work (logoutd is always running)

users can sometimes log at after 24:00 wich is not the
spected behaviour...

thanks in advance,

Ulisses

--- begin 
# /etc/porttime contains user time restrictions.  See porttime(5) for
# details.

# If you add restrictions to this file, be sure that
# PORTTIME_CHECKS_ENAB is set to `yes' in /etc/login.defs. logoutd(8)
# will be started automatically on bootup if this file contains
# non-comment lines.  You may also start it manually with
# `/etc/init.d/logoutd start'.
*:*:Al0830-2400

 end ---


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


struct utmp

1998-02-05 Thread Ulisses Alonso Camaro

Hi, I'm programming under Linux 2.0 (debian 1.3.1) and when I get
the utmp entry of the current session I get the utmp-ut_host correctly
but I get 0 as utmp.ut_addr... doesn't mather  where the  conection comes
from:

the code looks like

struct utmp *my_utmp;
printf(\n%ld\n, my_utmp-ut_addr);


Other questions: 

+ Why IP number in utmp is long and IP number in in_addr is unsigned long?
  In HPUX both structures  are unsigned long! and utmp Linux functions
  claims to be XPG2 conformance like HPUX! but utmp structs differ! (linux
  lacks on some fields)
+ Why hostname is only 16 long? (This is also in HPUX)
+ Why most daemons logs with hostname instead of IP, so you can't always get
  the adresss of the remote site?
+ Is there another easy way to get remote IP adresss in a user program 
  once the user has logged in?

Any comment will be greatly appreciated, please emailme a CC to
[EMAIL PROTECTED]

Thanks in advance

Ulisses





--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: acct bug?

1998-01-30 Thread Ulisses Alonso Camaro
Hi Mario!

On Thu, 29 Jan 1998, Mario Olimpio de Menezes wrote:

 
 Hi,
 
   Some minutes ago I got my system without disk space.
   Looking for info/files, I found the /var/account/pacct file
 with 283MB. 

It can be normal even if you are the only user on the system.
I suggest you to look what's on it, use the command lastcomm (last
command) without arguments, something like this:

lastcomm | less

If the file is bogus(lastcomm reports you errors) I suggest you to talk
with the program manteiner prior to sending a bug

If not:

Is your system up 24H? -- check if cron is running and if
you have /etc/cron.dayly/acct. This script compress it
and rotates the log files

If your system is not up 24H at day then execute the script
manually


There is some cron like program that executes these kind of scripts each x
hours the system is up with similar or equal syntax. I may be more usefull
than cron for non 24H systems...


Regards,

Ulisses


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: fips equivalent for ext2?

1998-01-29 Thread Ulisses Alonso Camaro
Hi all again!

On Wed, 28 Jan 1998, Robert D. Hilliard wrote:

  I assume you have disk space available, either on another
   ^^
Sorry my poor english, I looking something like fips because I have no
such space...

I was thinking in archive  compress /home, then reduce root partition,
create the new one and rebuild the /home dir, I know the procedure, but 
that I need is something to do it in a non-destructive way...

Thanks for your interest,

Ulisses



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Copying CD-ROM's from Linux

1998-01-29 Thread Ulisses Alonso Camaro
Hi!

On Thu, 29 Jan 1998, Nico De Ranter wrote:

 
 Howdy,
 
 is there any software for Debian Linux that will allow to 
 create a direct copy of a CD to a CD-Writer?  In other 
 words I don't want to go through the harddisk and I want
 to be able to copy all kinds of CD's.

I'm not sure but I think XCD-Roast lets you to make it. 
One friend says me that this software is much more than any other 
software he has saw in the Windows market (reliability  features).

It's also provided as a debian package

Hope this helps,

Ulisses


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: lp command for Linux

1998-01-29 Thread Ulisses Alonso Camaro
Hello!

On Thu, 29 Jan 1998 [EMAIL PROTECTED] wrote:

 
[...]
 Please help!

Of course!!! Debian users to the rescue come here!

There are two printer spooling systems packages in Debian:

LPR and LPRng, both are BSD style, so initially think that you do not have
an lp command wich is part of a SystemV printing system (HPUX, IRIX...)

I suggest you install LPRng wich is and enhaced version of LPR 
(commands and options are the same), also install magicfilter wich will
configure you the printer system in a very easy way, then with 
lpr filename with virtually any type you'll print it. Easy.

LPRng also comes with an lp shell script wich you will let you to
interface to the print system ala System V. I think there are also lpstat,
etc.. shell scripts...


There are many methods to instally packages, the most simple for me when 
I only want to upgrade/install one package is: download/get from CD the
package, then type as root: dpkg -i file-of-package.deb. -i stands
for install.

I hope this helps,

If something is not clear, don't doubt to repost it

ulisses

PD: sorry my poor english


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


(Thanks)Re: cp -a

1998-01-28 Thread Ulisses Alonso Camaro
Hi all!

I would like to thank everybody who answered my question, I could not
reply before cause I'm on exams :-(

Cheers,

Ulisses


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


  1   2   >