Re: Imágen en GUI Tcl/Tk

1998-12-04 Thread Francisco Callejo
On Wed, Dec 02, 1998 at 06:06:58PM +, Javier Viñuales Gutiérrez wrote:
 Hola a todos,
 
 Estoy realizando una GUI en Tcl/Tk y lo más sencillo supongo, que es que
 aparezca en el panel de entrada al programa:
 
 
 | |  Boton1|
 | |-
 | |  Boton2|
 | |-
 |  LOGO   |  Boton3|
 | |-
 | |  Boton4|
 
 
 Cuadro de la izquierda: Logo del programa.
 Cuadro de la derecha: Botones de acceso a funciones del programa.
 
 no me sale ni a tiros. ¿Alguien sabría ayudarme porfa?, si es una tontería
 mi pregunta, sed comprensivos, estoy dando mis primeros pasos en Tcl/Tk.
 
 Gracias 
 
 
Debes utilizar para eso el widget 'frame'; es decir, utilizas dos
marcos (frame) ---derecha e izquierda--- e incluyes en uno el logo y
en otro los botones. Algo así:

frame .f1
frame .f2
pack .f1 .f2 -side left
label .l1 -bitmap logo
pack .l1 -in .f1
button .b1
button .b2
button .b3
button .b4
pack .b1 .b2 .b3 .b4 -in .f2 -side top

Un saludo,
-- 
Francisco Callejo Giménez
Bornos, Cádiz, España
[EMAIL PROTECTED]
http://usuarios.bitmailer.com/fcallejo


Mensaje mosqueante II

1998-12-04 Thread Javier Viñuales Gutiérrez
Ya he modificado el /etc/conf.modules descomentando la linea que ponía:
alias net-pf-5 off
según me indicó Marcelo. Ahora me aparece en xconsole:
Dec  4 10:34:21 akela modprobe: can't locate module nls_cp437

¿qué pasa II?
Gracias.

Javier Viñuales Gutiérrez
[EMAIL PROTECTED]


truss

1998-12-04 Thread dada


Alguien sabe como hacer un **truss** en linux?


En solaris,, truss ejecuta un comando y tracea las llamadas al systema
que hace, las señales que recibe y los posibles fallos en que incurre.

truss executes the specified command and produces a trace of
 the  system  calls it performs, the signals it receives, and
 the machine faults it incurs


RE: truss

1998-12-04 Thread Carlos Martinez Txakartegi
Prueba strace
-Mensaje original-
De: [EMAIL PROTECTED] [EMAIL PROTECTED]
Para: debian-user-spanish@lists.debian.org
debian-user-spanish@lists.debian.org
CC: recipient list not shown:;@lists.debian.org@orhi.orhi.iberdrola.es
Fecha: viernes 4 de diciembre de 1998 11:42
Asunto: truss




Alguien sabe como hacer un **truss** en linux?


En solaris,, truss ejecuta un comando y tracea las llamadas al systema
que hace, las señales que recibe y los posibles fallos en que incurre.

truss executes the specified command and produces a trace of
 the  system  calls it performs, the signals it receives, and
 the machine faults it incurs


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





gtk

1998-12-04 Thread Angel Vicente Perez
Hola a todos.

He instalado gimp, y he visto que depende de gtk 1.0.6. Tambien he visto que 
gnome depende de gtk 1.1, sin embargo en los fuentes de gimp dice que no 
funciona con gtk 1.1.

¿Pueden coexistir las dos versiones?

Saludos.


Re: gtk

1998-12-04 Thread Santiago Vila
On Fri, 4 Dec 1998, Angel Vicente Perez wrote:

 Hola a todos.
 
 He instalado gimp, y he visto que depende de gtk 1.0.6. Tambien he visto que 
 gnome depende de gtk 1.1, sin embargo en los fuentes de gimp dice que no 
 funciona con gtk 1.1.
 
 ¿Pueden coexistir las dos versiones?

Deberían, y si no lo hacen, `bug' al canto.

-- 
 0470b3de929aa7f15f7909cecda5932d (a truly random sig)


RE: gtk

1998-12-04 Thread Angel Vicente Perez
  Hola a todos.
 
  He instalado gimp, y he visto que depende de gtk 1.0.6. Tambien he visto 
que
 
  gnome depende de gtk 1.1, sin embargo en los fuentes de gimp dice que no
  funciona con gtk 1.1.
 
  ¿Pueden coexistir las dos versiones?

 Deberían, y si no lo hacen, `bug' al canto.

Y en el caso de instalar el paquete -dev, ¿cual de los dos seria la opcion 
recomendable?

Saludos.


RE: gtk

1998-12-04 Thread Santiago Vila
On Fri, 4 Dec 1998, Angel Vicente Perez wrote:

   He instalado gimp, y he visto que depende de gtk 1.0.6. Tambien he visto 
 que
  
   gnome depende de gtk 1.1, sin embargo en los fuentes de gimp dice que no
   funciona con gtk 1.1.
  
   ¿Pueden coexistir las dos versiones?
 
  Deberían, y si no lo hacen, `bug' al canto.
 
 Y en el caso de instalar el paquete -dev, ¿cual de los dos seria la opcion 
 recomendable?

Buena pregunta. Como posiblemente no puedas instalar varios -dev al mismo
tiempo, yo instalaría solamente el más reciente, aunque mejor que sea
un experto en gtk el que te conteste.

-- 
 0ad3fd5fc87211b2c3fa0ffa1f779e61 (a truly random sig)


Re: Mensaje mosqueante II

1998-12-04 Thread Marcelo E. Magallon
On Fri, Dec 04, 1998 at 09:40:23AM +, Javier Viñuales Gutiérrez wrote:
 Ya he modificado el /etc/conf.modules descomentando la linea que ponía:
 alias net-pf-5 off
 según me indicó Marcelo. Ahora me aparece en xconsole:
 Dec  4 10:34:21 akela modprobe: can't locate module nls_cp437

 No tienes compilado el nls_cp437... esta en los ultimos menus de
 configuracion. Necesitas como minimo nls_cp437, nls_cp850 e iso8859-1

Marcelo


Re: gtk

1998-12-04 Thread Marcelo E. Magallon
On Fri, Dec 04, 1998 at 02:00:24PM +0100, Angel Vicente Perez wrote:

 Y en el caso de instalar el paquete -dev, ¿cual de los dos seria la opcion 
 recomendable?

 Depende... que *necesitas*?

 Gimp compila con gtk 1.0

 Wmakerconf compila con ambos (y los resultados son distintos)

 Hitchhiker compila solo con gtk 1.1

 Gnome compila con ambos (dependiendo de que compiles)

 Si no necesitas algo en particular, usa el 1.0, pues el API del 1.1 es mas
 inestable que un bebe en la cuerda floja...


Marcelo


Planeta Humano

1998-12-04 Thread David Leal
Han leido el art'iculo sobre Linux de la revista Planeta Humano?
Veo que salen algunos personajes conocidos de la lista, de paso
aprovecho para que compren la revista que por cierto es bastante
interesante y este n'umero en concreto trae otros art'iculos tambi'en
interesantes.

Un saludo,

David


--
David R. Leal Valmana| Office: 10.1.02
Tel: (34)-916.24.93.14   | Fax: (34)-916.24.98.49
mailto:[EMAIL PROTECTED] | http://jupiter.uc3m.es/~david/
Universidad Carlos III de Madrid | Dpto. de Estadistica y Econometria




RE: gtk

1998-12-04 Thread Angel Vicente Perez

  Depende... que *necesitas*?

  Gimp compila con gtk 1.0

  Wmakerconf compila con ambos (y los resultados son distintos)

  Hitchhiker compila solo con gtk 1.1

  Gnome compila con ambos (dependiendo de que compiles)

  Si no necesitas algo en particular, usa el 1.0, pues el API del 1.1 es mas
  inestable que un bebe en la cuerda floja...

Tengo ahora mismo el gimp mondo y lirondo, y tambien tengo los fuentes de 
gnome, que son los que me piden gtk1.1 en las dependencias. (ahora no se de 
donde baje el gnome).

Pienso que lo adecuado seria, compilar gimp y programas complementarios usando 
gtk1.0.6, despues instalar gtk1.1 y despues compilar gnome.

No se si se podria hacer esto asi.

Saludos.


Re: gtk

1998-12-04 Thread Marcelo E. Magallon
On Fri, Dec 04, 1998 at 05:10:52PM +0100, Angel Vicente Perez wrote:

 Tengo ahora mismo el gimp mondo y lirondo, y tambien tengo los fuentes de 
 gnome, que son los que me piden gtk1.1 en las dependencias. (ahora no se de 
 donde baje el gnome).
 
 Pienso que lo adecuado seria, compilar gimp y programas complementarios 
 usando 
 gtk1.0.6, despues instalar gtk1.1 y despues compilar gnome.
 
 No se si se podria hacer esto asi.

 Se puede pues la gente que compila para no-x86 lo hace.


Marcelo


Unidentified subject!

1998-12-04 Thread R . Lloret
Hola:

Ahora que he instalado bien (creo) el postgresql, no se arrancarlo.
No me aclaro con la documentaci´on (no se mucho ingles)

Me podriais decir como definir las variables de entorno y arrancarlo por
favor.

Gracias y un saludo.
-- 

==

Ricardo Lloret
[EMAIL PROTECTED]

==


Re: Samba trouble

1998-12-04 Thread wb2oyc
The problem is most likely that your username in windows is not the same
as the debian username you are entering the password for.

Or, /usr is not a share.

On systems where I use Samba, I always create the accounts with adduser
and passwd.  AND (this is important-if you want it to work that is) don't
use mixed case in either the username or password.  Windows can't deal
with that.

Make sure you are logged on to Windows 95 with the same account.  Start/
Shutdown/Close all programs and logon as a different user, then logon to
make absolutely certain.

Paul


Rar for Linux

1998-12-04 Thread Austanners Wet Blue Pty Ltd




I have a copy of rar for linux, in the form of 
the file rarlinux. How do i install or execute this?
I have done a chmod (755) on 
the file

Any help 
appreciated
Regards,
Steve

Austanners Wet Blue Pty Ltd.~ Australian 
Tanned Wet Blue Leather ~110 Heales Road,Lara, Geelong, 
Australia3212Tel:++(03)52742232Fax:++(03)52742350mailto:[EMAIL PROTECTED]


Re: partition table corrupted

1998-12-04 Thread Martin Bialasinski

 DEH == Daniel E Hollis [EMAIL PROTECTED] writes:

DEH Anyone have any advice?  Lilo saves a copy of the mbr, iirc -
DEH maybe it also saves a copy of the partition table?  (Where?).
DEH Since I have the starting sector of the lost partition, is there
DEH data in the beginning of the partition that would let me deduce
DEH the length of the partition?

You are lucky. 2 Months before, I reinstalled DOS, and it sayed I
have to rearrange the disk for DOS, shall I continue?. I didn't know
this was M$-speak for wipe the partition table and create a new
single DOS partition... Oh well ;-(

Fortunately I remembered about an article (When is the time for a
backup? Right - the box freezes and after the reboot the disk is
f*cked up) I read about a similar case. Here is the fix:

In /boot you will find the relevant data. The file is named boot.XXYY
with XX beeing the major and YY the minor number of the device.

E.g.

 device   MajorMinor  filename

1 IDE disk  30 boot.0300
1.logical partition 35 boot.0305 
3. IDE disk 22   0 boot.2200
2.primary partition 22   2 boot.2202
1.SCSI disk 80 boot.0800
3.logical partition 87 boot.0807

Check in the kernel source (devices.txt) or with ls -l /dev/

Make a backup of the curent sector:

  dd if=/dev/hda of=/tmp/saved.sector.0 bs=512 count=1

(of couse with the proper devicename)

Restore the old sector:

  dd if=/boot/boot.0300 of=/dev/hda

Reassign the old partition layout

  fdisk /dev/hda

  Command: w

Reinstall lilo

  lilo


I wish you luck.

Ciao,
Martin


Re: How to use a ramdisk?

1998-12-04 Thread Eric House
  How do I use ramdisks once they're created?  Just copy my files to the
  disk and symlink to them from where they're expected to be?  What do I
  do to ensure that the files are written to (real) disk on shutdown or
  at predefined intervals?

 Just like any other mounted filesystem. They are never written to
 disk. That's why they call them ram disks. If you want a disk that
 actually has physical media, why don't you use a real disk? If you're
 thinking to create a ram disk for performance, don't. Linux
 agressively uses memory as buffer cache already, so you won't get
 better performance this way.

So there's no point in using ramdisks at all for non-boot tasks?

I've read elsewhere that loading a compiler's include files, or
frequently referenced documentation, or an emulators's file system,
into a ramdisk would significantly improve performance.  That's
not true?

Thanks, BTW, (to you and others) for the quick responses.

--Eric House

PS /usr/src/linux/Documentation/ramdisk.txt does not talk about using
ramdisks in any context other than for creating boot floppies.  I guess
that's because they're pretty much useless otherwise?


Re: Understanding /root, /usr, /var and so on

1998-12-04 Thread Havoc Pennington

On Thu, 3 Dec 1998, Michael Wahl wrote:
 
 Please help me for the right understanding:
   the /root contains only the kernel and the device drivers,
   the /home is the working area / space for the user (with space for  
   store of their own data?),
   the /usr is the main area comparable to WINDOWS PROGRAMMS,
   /var for printer, mail, newsgroups.
 
 I’m right?
 

Hi,

I'm a little slow since there are already several answers, but there's a
lengthy discussion of this topic in the tutorial,

http://www.debian.org/~hp/debian-tutorial.html/

HTH,
Havoc



Re: gcc 2.8.1

1998-12-04 Thread wtopa

Subject: Re: gcc 2.8.1
Date: Wed, Dec 02, 1998 at 09:50:25PM +0100

In reply to:J.H.M. Dassen Ray

Quoting J.H.M. Dassen Ray([EMAIL PROTECTED]):
 
 On Wed, Dec 02, 1998 at 04:39:33 -0500, [EMAIL PROTECTED] wrote:
  Quoting J.H.M. Dassen Ray([EMAIL PROTECTED]):
 [regarding gcc 2.8.1]
   Why? We have EGCS.
  
  Yep, and slink is screwed up because of it.
 
 Congratulations on succeeding to raise my blood pressure.
 
 The problems we have in slink currently are NOT caused by EGCS. They
 resulted from libc6 being compiled with the maintainers local
 /usr/local/bin/cc rather than /usr/bin/gcc. This introduced symbols in libc6
 that shouldn't have been there. The problem cascaded into libraries compiled
 on systems that had this broken libc installed. Two of these were
 libstdc++2.8 and libstdc++2.9.
 
 It's not a fault of mine or of the other EGCS maintainers that the libc6
 maintainer choose to repair this problem in a way that broke just about
 every system that tracked frozen.
 
 Ray
 -- 
 Tevens ben ik van mening dat Nederland overdekt dient te worden.

Woops, sorry.  I had got the impression from all the postings that
egcs was what had caused it.  Now that we have the stright scoop That
it _isn't/wasn't_ egcs, we can quit guessing!


  Thanks for the information.  Hope your blood pressure settles down.

Wayne

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

-- 
To the systems programmer, users and applications serve only to provide
a test load.
___
Wayne T. Topa [EMAIL PROTECTED]


egcs 1.1.1

1998-12-04 Thread Chris Frost
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Has anyone grabbed egcs 1.1.1 and compiled it? Does it do so cleanly?

Chris
- Visit Me At http://www.frostnet.advicom.net/chris/ -

--
   Public PGP Key:
 Email [EMAIL PROTECTED] with the subject retrieve pgpkey or
visit http://www.frostnet.advicom.net/chris/pgp_key.phtml

-BEGIN PGP SIGNATURE-
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBNmdVGuEzIlbKpewXEQJK2wCfXiNdYCBxd2vYNJGlu6SG6jSEurAAnA7s
RFQ/0jmZwt0cjhG7LNK3Sxwh
=vubP
-END PGP SIGNATURE-


Re: ICQ over IP Masquerading

1998-12-04 Thread Guoqiang Dai
Jens Ritter wrote:
 
 Michael Beattie [EMAIL PROTECTED] writes:
 
  On Mon, 30 Nov 1998, Paul Miller wrote:
 
  
   Has anyone gotten ICQ to work over Linux IP Masquerading?  Someone said
   something about telling Linux that ICQ uses ports 2000 to 4000, but I 
   don't
   know what to do with them or how.  Can anyone help?
  
 Maybe the autofw feature of the new kernels will help?
 You have to enable experimental drivers before you will see it in
  make menuconfig.
 
 Jens
 --
 [EMAIL PROTECTED]   [EMAIL PROTECTED]
 KeyID: 2048/E451C639 1998/01/28
 Print: 5F 3D 43 1E 24 1E CC 48  1E 05 93 3A A7 10 73 37
 Das ist halt der Unterschied: Unix ist ein Betriebssystem mit Tradition,
  die anderen sind einfach von sich aus unlogisch.
 -- Anselm Lingnau in de.comp.os.unix.discussion
 
 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

I got it to work successfully using ipautofw. I follow the instructions
on winroute site (www.winroute.com). Here is what I did:

I create a script something like this:

#!/bin/sh
/usr/sbin/ipautofw -F # Flush the autoforward table
/usr/sbin/ipautofw -A -r tcp 5000-5011 -h
my_internal_machine's_hostname_or_ip

Then (quote from winroute site):

In ICQ Preferences choose Connection, I'm using a permanent
internet connection (LAN), I'm behind a firewall or proxy. In
Firewall Settings choose I don't use a SOCKS Proxy server ..., press
the Next button, choose Use the following TCP listen ports for
incoming event and enter the range 5000 through 5011. 

If you wish to run several ICQ clients in your LAN (and these clients
need to accept calls from other ICQ users), you have to create an entry
in the mapped ports table for each additional client and assign a port
range to it (e.g. 5012 - 5023). You also have to configure each ICQ
client accordingly. 

My impression is that the author of ipautofw encourage people to use -c
option (control port) rather than -h (host). (I could be wrong on this.)
So the last line of above script becomes:
/usr/sbin/ipautofw -A -r tcp 5000-5011 -c udp 4000 # icq use udp 4000 as
control port

But I can't think of a way to use control port on a multi-client
scenario. Anyway, if your internal Lan is not that big, this is not an
issue.

-- 
Guoqiang Dai
[EMAIL PROTECTED]


xanim problem...

1998-12-04 Thread Evan Van Dyke
I just installed the xanim .deb, but it is unable to play any audio
files...
Or, atleast is unable to produce any actual sound.  I do know that the
sound driver is compiled into the kernel and it works, so I'm guessing
that the problem is in xanim.  Does anyone have an idea what I might
do to fix this?

--Evan

-- 
Evan Van Dyke  E-mail: [EMAIL PROTECTED]
Page: [EMAIL PROTECTED] ICQ#: 15442232
DNRC's Minister of Lost Internet Packets.   O-
Amateur Radio Call Sign:  KB8PVE
   Quoth the Raven...  'Nevermore!' --Edgar Allen Poe
   I'll bet that all you can do is watch the ball bounce around the
screen.
  --Dilbert to Management


Re: masq server hardware req's

1998-12-04 Thread Sanjeev Gupta
On Fri, 4 Dec 1998, Michael Beattie wrote:

 On Wed, 2 Dec 1998, George Bonser wrote:
 
  modem or something ... no problem. Your concern is going to be with disk
  space. If users leave their pop3 mail in the server, mail files can grow
  quite large. This is particularly true at Christmastime here in the US
  where Windows users have a fondness for sending emails with 50MB
  movies attached of Santa and his deer dancing around.
 
 Sorry for the dig, but Only in America

Aaha.  There's where we Indians have caught up with the yanks.  In our
case, however, it earlier (Nov), when we have Deepawali.  .jpeg  .mpeg of
lamps shining doen the Ganges.  I enclose a mail sent by me every year to
staff in our office:

-
Subject: Happy Diwali to you, too
 
Folks,
 
We are nearly at that time of the year when the urge to mail large files
with Season's Greetings, to friends and enemies, alike, strikes us.
Unfortunately, it strikes the mail servers in the middle the worst.
 
Desist.



Sanjeev Ghane Gupta   Tel: +91(11) 6941831, 6946619
Eurolink Systems LtdFax: +91(11) 6943732
New Delhi, India  email: [EMAIL PROTECTED]
  Eurolink doesn't pay me to speak for it, so I don't
   Old age is not an accomplishment, nor youth a sin



how to shut pppd in script

1998-12-04 Thread Vladimir Popov
Hi,

The idea is to disconnect from ISP after all scripts in /etc/ppp/ip-up.d/ are
executed. When I run script:

=
#!/bin/sh
if test -e shut.ppp
then
  echo It exists
else
  echo It doesn't exists
fi
=

everything is ok. But when I place script

=
#!/bin/sh
if test -e shut.ppp
then
  kill 'cat /var/run/ppp0.pid'
fi
=

in /etc/ppp/ip-up.d it isn't working. If I run in command line  

kill 'cat /var/run/ppp0.pid'

it works. Where I'm wrong?

best regards
Vladimir


Get free e-mail and a permanent address at http://www.netaddress.com/?N=1


Is ssh version 2.0.x going to be added to Debian ?

1998-12-04 Thread Geoffrey L. Brimhall
I noticed that a version 2.0.x of the SSH has been released, which looked
pretty cool (it has a secure ftp, for instance !).

Is this going to be put into Debian at some time ? If not, what are the issue
(not enough free time to do it, not-freeware-enough-license, etc) ?

Thanks !
Geoff Brimhall

--
Status quo is, well, boring !
--


Re: Upgrading from Red Hat to Debian

1998-12-04 Thread Ed Cogburn
Person, Roderick wrote:
 
 Hey All,
 
 Is there a way to install Debian 2.0 over an existing Red Hat 5.1 system
 without destroying the /usr directory. Ideally I would just like to upgrade
 not reinstall. Red Hat has a nice install, but too much bull. I have 240MB
 HD and none of it is microsoft it all Linux now. My Debian is on floppy.
 
 Any suggestions, comments
 Thanks
 
 Rod.
 


Sorry, RedHat is not compatible with Debian when it comes to where each
of them puts things.  Since you only have a 240mb drive, you'll have to
delete your RedHat and install Debian fresh.


-- 
Ed C.


Re: proxy ftp software ?

1998-12-04 Thread Damon Buckwalter
Pierfrancesco Caci wrote:
 
 is there a package to create a proxy ftp server ?

The 'squid' package offers a very flexible and configurable FTP and HTTP
caching-proxy server.

--
[EMAIL PROTECTED] -- PGP and GPG public keys at http://meta-x.net/keys/


serial terminal hangs at login prompt

1998-12-04 Thread David Karlin
Hello,
I've tried connecting two different terminals to the serial port on my
hamm box.  One was an old pc with terminal emulator software, the other
is a genuine Digital VT100.  Both hang at the login prompt.

I ran 'getty -L ttyS0 9600 vt100' most recently for the VT100.  I got
the login prompt, but when I typed my username, there was no response
on the screen.  I have also setup /etc/inittab to run getty and do get
the login prompt on the VT100 when the hamm box boots. 

When I did 'man getty' I got the man page for 'agetty'.  It indicated
that the '-L' switch should be used if the terminal hangs at the login
prompt.  I did 'find / -name agetty*' and no files were found.  I
looked up both getty and agetty in 'Linux in a Nutshell' and found
that '-L' only works for agetty and not getty.  I searched 
/stable/main/packages for 'agetty' and couldn't find it.

Q1:  Where can I find 'agetty'?
Q2:  Is it possible my manpage and executable are mis-matched?
Q3:  Is there something that I'm overlooking in trying to connect
 a serial terminal?

Thanks,

--David


Re:Understanding Re: Thanks !!!

1998-12-04 Thread Michael Wahl
Hello everybody !

I'd like to thank everybody for the good replys to my question.
After all I decided as follows: 128MB Swap
150MB /var
150MB /tmp
150MB /home
   1122MB /

Unfortunatly I had to keep my NT, so I'm going to get another hard disk.

Thanks a lot.


Michael, Trier, Germany

 

__
Get Your Private, Free Email at http://www.hotmail.com


Re: ICQ over IP Masquerading

1998-12-04 Thread Joe Emenaker
I got it to work successfully using ipautofw. I follow the instructions
on winroute site (www.winroute.com). Here is what I did:


[ snip ]

If you wish to run several ICQ clients in your LAN (and these clients
need to accept calls from other ICQ users), you have to create an entry
in the mapped ports table for each additional client and assign a port
range to it (e.g. 5012 - 5023). You also have to configure each ICQ
client accordingly. 


Ughhh. That's why I just compiled a socks5 proxy on my dial-up box. The
effort to compile socks5 isn't all that much more than the effort you put
into getting autoforward to work, but it has the advantages of 1) you can
add as many new ICQ users to your network as you want and you don't have to
allocate more fowarding ranges (or otherwise booger with your settings), and
2) socks can be used by a variety of other client software as well.

Of course, the *real* solution is to just not use ICQ... but the same can be
said for shooting heroin, but do they ever listen? Nooo! :)

- Joe


Re: proxy ftp software ?

1998-12-04 Thread Matus \fantomas\ Uhlar
- Pierfrancesco Caci wrote:
-  
-  is there a package to create a proxy ftp server ?
- 
- The 'squid' package offers a very flexible and configurable FTP and HTTP
- caching-proxy server.

yes but it uses http protocol which is not very good (means it's unusable)
for FTP client;
-- 
 Matus fantomas Uhlar, sysadmin at NETLAB+ Kosice, Slovakia
 BIC coord for *.sk; admin of netlab.irc.sk; co-admin of irc.felk.cvut.cz


Kernel build

1998-12-04 Thread Javier Velasco




Hi Debian users:

I am trying to build a custom kernel based on 
hamm. Basically I am trying to generate a new kernel with Initio scsi card 
support, for Pentium processor and only the basic modules I need at home (no 
more scsi drivers, a few filesystems etc).

My problem is that when make zImage 
gets to compile the files under ...arch/i386/boot it gest stuck because it is 
missing as86. I have looked around the 3 CD of the official hamm distribution 
but couldnt find it. I also tried to assemble the files with as, but with 
no success.

I will appreciate any help.

Thanx in advance.


Re: masq server hardware req's

1998-12-04 Thread Michael Beattie
On Thu, 3 Dec 1998, David Stern wrote:

 On Thu, 03 Dec 1998 04:09:47 PST, Steve Lamb wrote:
  
  On Fri, Dec 04, 1998 at 12:06:10AM +1300, Michael Beattie wrote:
   Sorry for the dig, but Only in America
  
  America has nothing to do with it.  Only in the net-idiot land of
  Gatesville and Windowstown.

Okay... Gatesville is in Redmond, and Windowstown? That must be american.
It's Windowscity over here. I hardly know anyone that uses a non-M$ OS.
 
 Not exactly.  Christmas email reindeer animations were a conspired by a 
 renegade faction of Santa's elves who have ties with Microsoft 
 headquarters hometown, Redmond, WA (U.S.) city officials.
 
 In response to the U.S. Justice Department Microsoft antitrust lawsuit 
 investigation, Redmond city mayor said regarding the allegation of ties 
 to Santa's elves: I don't remember .. I don't know what that means.

Something stinks of Bill here.

 The U.S. Justice Department now believes a splinter group of the 
 Santa's elves faction has fled to New Zealand and that Christmas email 
 reindeer animations will increase dramatically by December 25, 
 particularly for Debian Linux users.

ARRRGGHHH!!! NO!


   Michael Beattie ([EMAIL PROTECTED])

   PGP Key available, reply with pgpkey as subject.
 -
   Bother, said Pooh, as the rip cord came away in his hand
 -
Debian GNU/Linux  Ooohh You are missing out!



Re: mounting /cdrom only for group cdrom

1998-12-04 Thread Gregory T. Norris
Installing sudo is a good way to go about that sort of thing... it's a
very good general-purpose solution for this sort of requirement.  If you
like, I can email you the relevant portions of my configuration-file.

On Thu, Dec 03, 1998 at 07:26:51PM +, Pere Camps wrote:
 Hi!
 
   How can I make that the users of the group 'cdrom' (and only those
 users!) can mount /cdrom?
 
   I've tried with the 'user' option but then everybody can mount the
 cdrom. I've also checked the permisions of /dev/cdrom and they're allright
 (read for user+group).


Re: serial terminal hangs at login prompt

1998-12-04 Thread Michael Beattie
On Fri, 4 Dec 1998, David Karlin wrote:

 Hello,
 I've tried connecting two different terminals to the serial port on my
 hamm box.  One was an old pc with terminal emulator software, the other
 is a genuine Digital VT100.  Both hang at the login prompt.
 
 I ran 'getty -L ttyS0 9600 vt100' most recently for the VT100.  I got
 the login prompt, but when I typed my username, there was no response
 on the screen.  I have also setup /etc/inittab to run getty and do get
 the login prompt on the VT100 when the hamm box boots. 


Okay, check `ps ax` when you have typed in your username and pressed
enter. I sometimes had this problem, and it was the cable I was using.
I get this:

...
  204  S1 S0:00 /bin/login -- user
...

 When I did 'man getty' I got the man page for 'agetty'.  It indicated
 that the '-L' switch should be used if the terminal hangs at the login
 prompt.  I did 'find / -name agetty*' and no files were found.  I
 looked up both getty and agetty in 'Linux in a Nutshell' and found
 that '-L' only works for agetty and not getty.  I searched 
 /stable/main/packages for 'agetty' and couldn't find it.

my options in /etc/inittab are so:

T1:2345:respawn:/sbin/getty -L -w ttyS1 19200 vt220

(the -w tells it to wait for a CR before sending the login prompt - handy 
for when the terminal is off when my box boots.)

Try it with vt220. I use it because it supports all the function keys, and
home,end... etc


 Q1:  Where can I find 'agetty'?

I think mgetty IS agetty.

 Q2:  Is it possible my manpage and executable are mis-matched?

Have no idea. the options within the man page work for me, and I have
mgetty too. (with the agetty man page)

 Q3:  Is there something that I'm overlooking in trying to connect
  a serial terminal?

Check the settings within the terminal. specifically if you are using a
direct or null modem cable.


   Michael Beattie ([EMAIL PROTECTED])

   PGP Key available, reply with pgpkey as subject.
 -
 WinErr: 003 Dynamic linking error - Your mistake is now in every file
 -
Debian GNU/Linux  Ooohh You are missing out!



procmail autoreply script?

1998-12-04 Thread Felix K.K. Chang
Hello all,

I use a procmail/fetchmail/smail combination. I know that exim is 
the recommended mta now, but I do not want to change right now.
I was wondering if someone could help me with the following problem.

I have a mail address at [EMAIL PROTECTED] This address will be obsolete
within a few weeks so I want to reply to people who use that
address that I have a different setup. I may not use a .forward file,
btw.

I basically want a procmail entry that sends the mail to my inbox as
usual
but also replies to the sender with some message like 'please use
address
[EMAIL PROTECTED] instead of [EMAIL PROTECTED]'

Can some procmail guru help me with this? I find the procmail docs
somewhat unclear.

Thanks in advance,

Felix
--
ir F.K.K. ChangHaarlemmerstraat 303
http://stad.dsl.nl/~changfkk 2312 DV Leiden 
mailto:[EMAIL PROTECTED]  Tel/Fax 071 5147683
mailto:[EMAIL PROTECTED]Overdag 0251 492927
___


Re: first attempt to run UUCP; failed

1998-12-04 Thread Hamish Moffatt
On Thu, Dec 03, 1998 at 03:20:54AM +0400, Eugene Sevinian wrote:
 54.54 1060) Calling system spyur (port ttyS2)
 54.54 1060) DEBUG: fcsend: Writing ATZ\r sleep
 55.56 1060) DEBUG: icexpect: Looking for 3 OK\r
 55.56 1060) DEBUG: icexpect: Got \r\nATZ\r\r\nOK\r (found it)
 55.56 1060) DEBUG: fcsend: Writing sleep ATM0L0E1Q0\r sleep
 57.60 1060) DEBUG: icexpect: Looking for 3 OK\r
 57.60 1060) DEBUG: icexpect: Got \nATM0L0E1Q0\r\r\nOK\r (found it)
 57.60 1060) DEBUG: fcsend: Writing ATDP \D 562635\r
 57.60 1060) DEBUG: icexpect: Looking for 7 CONNECT
 57.61 1060) DEBUG: icexpect: Got \nATDP562635\r\r\nNO CARRIER
 50.95 1060) DEBUG: icexpect: Found 10 NO CARRIER

Perhaps your delay is not long enough between dialing and connecting --
especially since you are pulse dialing, which is quite slow.

I can't remember how you increase it exactly though, it's been some
time since I played with this stuff.

Hamish
-- 
Hamish Moffatt VK3TYD  [EMAIL PROTECTED], [EMAIL PROTECTED]
Latest Debian packages at ftp://ftp.rising.com.au/pub/hamish. PGP#EFA6B9D5
CCs of replies from mailing lists are welcome.   http://hamish.home.ml.org


Re: Installing .deb pkgs on other Linuxes?

1998-12-04 Thread Jiri Baum
Hello,

 Does anyone know how I can go abt installing .deb pkgs on other
 Linuxes such as Redhat?

Others have pointed out how to do via the convert to RPM route.

If you don't want to do that, or can't, you can do:
  ar x xyzzy.deb

Which will give you two tarballs, one with control information (which you
would read and carry out manually) and t'other with the program itself.


HTH

Jiri [EMAIL PROTECTED]


Re: Understanding /root Re: My solution

1998-12-04 Thread Jiri Baum
Hello,

  I decided to partition my hard disk into:
  /boot   50MB
  /home   50MB (maybe more)
  /root   50MB
  /var150MB (maybe more)
  /usr700MB
  /etc50MB
  /swap   128MB
  /dos200MB
  /tmp50MB
  -
  Sum.1428MB  - rest: 270MB for ???
 
 Would this be a good idea? Any criticism welcome!!!

Probably better to design it by starting out with everything in one big
partition (/) and saying *why* you want things separate for each one.

As others have pointed out, having many partitions wastes space, because you
need to leave a bit to spare in each one separately. Perhaps more importantly,
it'll end up making things *messy* rather than organized, because when you run
out of space on one of them (and you will), you'll start putting things where
they don't belong, soft-linking them all over the place.

On my disk, the only thing I have separate is the swap partition.


That said, here's the things you might reasonably want to make separate:

Most likely:
  swap space - much more efficient
  /boot - if your disk is over 1023 cylinders and you boot with LILO

Maybe:
  /tmp, /var, /home - try  stop runaway processes (either 3 partitions or 1)
  /usr - to be mounted read-only

Probably not:
  /etc - some of the files are needed during boot
  /bin, /sbin, /lib - programs needed for boot and minimal admin
  /root - too small to worry about

You can, of course, divide it finer - eg have a partition for /var/spool to
guard against mailbombs, but leave the rest of /var on the root partition.

 Usually, when you see a system with a bunch of mount points, it's because
 there's more than one disk.  Using 4 2GB drives is better than one 8GB
 drive because:
 
   1.  if one drive goes down, you only lose the data on that one drive,
   not the other 3.

   2.  there are 4 I/O paths for data (i.e. you can read from more than
   one disk simultaneously) which reduces I/O wait times and speeds up
   the system.

And a couple of others:

3. cheaper

4. you can do RAID if you like


HTH

Jiri [EMAIL PROTECTED]


Re: procmail autoreply script?

1998-12-04 Thread Michael Beattie
On Fri, 4 Dec 1998, Felix K.K. Chang wrote:

 Hello all,
 
 I use a procmail/fetchmail/smail combination. I know that exim is 
 the recommended mta now, but I do not want to change right now.
 I was wondering if someone could help me with the following problem.
 
 I have a mail address at [EMAIL PROTECTED] This address will be obsolete
 within a few weeks so I want to reply to people who use that
 address that I have a different setup. I may not use a .forward file,
 btw.
 
 I basically want a procmail entry that sends the mail to my inbox as
 usual
 but also replies to the sender with some message like 'please use
 address
 [EMAIL PROTECTED] instead of [EMAIL PROTECTED]'
 
 Can some procmail guru help me with this? I find the procmail docs
 somewhat unclear.

Install the procmail-lib package. Has many good examples. I use this for
my pgp reply script:


:0
* ^Subject:.*pgpkey
* ! ^FROM_DAEMON
* $ ! ^X-Loop: $MY_ADDR
{
# Save a copy just in case
:0 c:
pgp.requests

:0 fhw
| formail  -rISubject: PGP Key Request: Michael Beattie [EMAIL 
PROTECTED] \
-IFrom: Michael Beattie $MY_ADDR \
-IPrecedence: junk \
-IX-Loop: $MY_ADDR \
-IMime-Version: 1.0 \
-IContent-Type: application/pgp; format=keys-only \
-IContent-Description: PGP Key: Michael Beattie [EMAIL 
PROTECTED] \
-IContent-Transfer-Encoding: 7bit 

:0 fbw
| cat - ; sh -c pgp -kxaf $MY_ADDR 2/dev/null

:0 efbw
| cat - ; echo Sorry, my PGP key is not available at the moment.

:0 w
*  1
! -oi -t

}


HTH,

   Michael Beattie ([EMAIL PROTECTED])

   PGP Key available, reply with pgpkey as subject.
 -
 Game over, man! GAME OVER!!!
 -
Debian GNU/Linux  Ooohh You are missing out!



Re: Understanding /root, /usr, /var and so on

1998-12-04 Thread Jiri Baum
Hello,

 Please help me for the right understanding:

I think you have it almost right...

   the /root contains only the kernel and the device drivers,

Actually, that's just /. It's called the root directory, but it's not
actually under /root. (/root is the administrator's working area.)

   the /home is the working area / space for the user (with space for  
   store of their own data?),

Yes. Each user gets a subdirectory of /home.

   the /usr is the main area comparable to WINDOWS PROGRAMMS,

Yes. If memory serves, it can actually be on a read-only partition.

   /var for printer, mail, newsgroups.

Yes - also for other sundry things that need to be written, including system
logs in /var/log


Let's see what other directories I have:

/tmp - temporary files

/bin, /sbin, /lib - (part of /) system programs (programs that need to be
available even when /usr is missing)

/boot - boot file

/dev - (part of /) devices

/etc - (part of /) configuration files

/initrd - no idea - what is this?

/mnt or /mount - some admins use one of these for all their mount points

/proc - system information (not actually on disk)


HTH

Jiri [EMAIL PROTECTED]


Re: Understanding /root, /usr, /var and so on

1998-12-04 Thread Jiri Baum
Hello,

 -   the /usr is the main area comparable to WINDOWS PROGRAMMS,
 
 it contains programs, sometimes configs, docs etc etc
  ^^^

I thought /usr is not allowed to contain configs?

Configs should go into /etc, /var, the user's home directory or the current
directory.


If you find a Debian package that has a config in /usr, it's a bug, because
FSSTND compliance is mandated by the Policy.

Jiri [EMAIL PROTECTED]


Re: Linux newbie needs help

1998-12-04 Thread Jiri Baum
Hello,

 Just successfully installed my first linux box with no problems. Now I want
 to install KDE.

If you are using Debian, you need to install it the Debian Way...

Most of KDE is in the contrib, X11, extra section. If you select it with
dselect or apt, it'll automatically download whatever else you need (Qt
library, JPEG library, etc). So you shouldn't need to worry about it.

If you are doing it manually with dpkg, it'll tell you what's missing and you
have to go get it yourself before it'll let you go on.

 In the KDE install guide, it says that I need the Qt library.

The Qt library is in the qt1g package (non-free, libraries, optional). If you
install via dselect or apt, you don't need to worry about it.

 I downloaded Qt, untar-ed it. When I type ./configure (like 
 it says to do in INSTALL) it says: 
...
 Uh, help. Where can I get a C-Compiler?

It's called gcc, and Debian has it in the main, devel, standard section.
However, you don't need it for installing packages from Debian, because
they're all available pre-compiled.

 One more thing. Are there any free POP3 clients for Linux?

Yes.

In Unix the mail system is standardized, so you'll need several parts: a POP
fetcher (such as fetchmail), a user program (such as mutt or elm or
pine or whatever) and a program for general mail delivery, such as exim.

All these are available within Debian.

The setup is like this:

   outside world
  |  ^
  |  |
  v  |
  fetchmail  /
  | / 
  |/
  v   /
mutt  ---  exim

Terminology you'll see elsewhere:
  exim is a Mail Transport Agent (MTA)
  mutt is a Mail User Agent (MUA)


HTH

Jiri [EMAIL PROTECTED]


Re: egcs 1.1.1

1998-12-04 Thread J.H.M. Dassen \(Ray\)
On Thu, Dec 03, 1998 at 21:20:51 -0600, Chris Frost wrote:
 Has anyone grabbed egcs 1.1.1 and compiled it?

The last egcs 1.1.1 prerelease (which is identical to the release) is
available in both frozen and unstable.

Ray
-- 
PATRIOTISM  A great British writer once said that if he had to choose 
between betraying his country and betraying a friend he hoped he would
have the decency to betray his country.  
- The Hipcrime Vocab by Chad C. Mulligan 


Re: Is ssh version 2.0.x going to be added to Debian ?

1998-12-04 Thread J.H.M. Dassen \(Ray\)
On Wed, Dec 09, 1998 at 14:14:18 -0800, Geoffrey L. Brimhall wrote:
 Is this going to be put into Debian at some time ?

Perhaps. If someone volunteers to package it.

 If not, what are the issue (not enough free time to do it,
 not-freeware-enough-license, etc) ?

SSH2's license defines commercial use more broadly than SSH1. So broad,
that the SSH1 maintainer isn't interested in packaging it.

Ray - who encourages people to work on a free SSH 2 protocol implemenatation
- see http://www.net.lut.ac.uk/psst/
-- 
PATRIOTISM  A great British writer once said that if he had to choose 
between betraying his country and betraying a friend he hoped he would
have the decency to betray his country.  
- The Hipcrime Vocab by Chad C. Mulligan 


Re: HELP: jikes libstdc++.so.2.8 probs

1998-12-04 Thread J.H.M. Dassen \(Ray\)
On Thu, Dec 03, 1998 at 15:56:15 +0100, Bruno Boettcher wrote:
 /usr/lib/libstdc++.so.2.8: undefined symbol: __register_frame_info
 
 what can i do to get this solved?

Install libstdc++2.8_2.90.29-2 which should be on most mirrors by now.

Ray
-- 
PATRIOTISM  A great British writer once said that if he had to choose 
between betraying his country and betraying a friend he hoped he would
have the decency to betray his country.  
- The Hipcrime Vocab by Chad C. Mulligan 


Re: how to shut pppd in script

1998-12-04 Thread Oliver Elphick
Vladimir Popov wrote:
  Hi,
  
  The idea is to disconnect from ISP after all scripts in /etc/ppp/ip-up.d/ ar
  e
  executed. When I run script:
  
  =
  #!/bin/sh
  if test -e shut.ppp
  then
echo It exists
  else
echo It doesn't exists
  fi
  =
  
  everything is ok. But when I place script
  
  =
  #!/bin/sh
  if test -e shut.ppp
  then
kill 'cat /var/run/ppp0.pid'
  fi
  =
  
  in /etc/ppp/ip-up.d it isn't working. If I run in command line  
  
  kill 'cat /var/run/ppp0.pid'
  
  it works. Where I'm wrong?

[I assume those single quotes (') are actually backquotes (`)? Otherwise
it would never work.]

I suspect that the ppp0.pid file is not written until after the ip-up
script has run.  Try putting a line in ip-up to test this:

  ls -l /var/run/ppp0.pid /tmp/ppp.test 21

and see what you get in /tmp/ppp.test.

-- 
Oliver Elphick[EMAIL PROTECTED]
Isle of Wight  http://www.lfix.co.uk/oliver
   PGP key from public servers; key ID 32B8FAA1
 
 Behold, happy is the man whom God correcteth.  
  Therefore despise thou not the chastening of the  
  Almighty. Job 5:17 



Re: Linux cannot use swap bigger then 460Mb ?

1998-12-04 Thread Raymond A. Ingles
On Thu, 3 Dec 1998, Jan Krupa wrote:

 I have Pentium II, 512 Mb RAM, Linux debian 2.0,
 kernel 2.0.36
 I need quite big swap, so I created 7 swap partitions
 hda3,hda5,...,hda10, as seen below:
[...] 
 When the system is loading it prints that the 7 (seven)
 sawp partitions are activating, and that's mean that I have
 860Mb of swap.
 
 Unfortunately when the mathematica3.0 is running,
 after using (consuming) all RAM memory it can only 
 use up to 460Mb of swap and then it prints message:
 'out of memory' and exits the calculations

 Hmmm. You might want to ask on the [EMAIL PROTECTED] mailing
list. That's where the real kernel gurus hang out. I just saw today that
the 2.0.x kernels have problems with more than 960MB of RAM. The 2.1.X
kernels do better. The figure 512+460=972 is so close to that 960 number
that I wonder if they're related?

 I also know that Linux can't use more than 128MB of swap per partition,
but that doesn't seem to be your problem. I suppose you could see if maybe
there's a bad spot in one of the swap partitions - run mkswap again or
something.

 Beyond that, I can't really offer any suggestions. If it's any
consolation, I'm green with envy - I have a 486-100 with 64MB of RAM and
32MB of swap. :-

 Sincerely,

 Ray Ingles(248) 377-7735 [EMAIL PROTECTED]

 Economies don't like step functions. - Dr. Leonard Bieman



Re: upgrading libc6

1998-12-04 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED],
 [EMAIL PROTECTED] wrote:
I want to upgrade libc6 from 2.0.7t to 2.0.7u to use apt and wine.
But when I type:  dpkg -i libc6_2.0.7u-6.deb  , it prompts 
  
  libc6 conflicts with sysvinit ( 2.75)
   sysvinit (version 2.72-3) is installed.
  dpkg: error processing libc6_2.0.7u-6.deb (--install):
   conflicting packages - not installing libc6

Get libc6_2.0.7u-7.deb

Mike.
-- 
Indifference will certainly be the downfall of mankind, but who cares?


Re: remove mail periodically?

1998-12-04 Thread Michel Verdier
Jiri Baum [EMAIL PROTECTED] writes:


 If so, then you should be able to simply delete them with an appropriate
 find command, perhaps from a cron job (add a file to /etc/cron.daily).
 
 Try:
   find . -mtime 7 -exec ls -l {} \;

find would return files wich are exactly 7 days old.
he will need to launch this each day.
I ahve seen a tool on readhat named tmpwatch which removed files older than
an amount of hours.

-- 
o-o

[EMAIL PROTECTED] (Michel Verdier)
http://www.chez.com/mverdier


/boot

1998-12-04 Thread Kevin McMillan
Hello. 
 I am about to try Debian 2.0.2, in an effor to decide which of the
distributions I intend to keep on my small network. 
 Was using RH 5.2, and on initial install of RH, created a 10 Mb /boot
partition. 
 Will Debian optimally use the /boot partition, during the install and
during use, or should I repartition /boot , to include it in the  / 
(root)directory ?
 Thanks for any and all assistance.
Kevin McMillan


Subjects not so comfortable

1998-12-04 Thread Andrea Novara
Hi!

I have a small config feeling question?
Since we spawn hundreds of messages each day, it
would be more comfortable to have a constant string
in subjects such as [ DEBIAN ] that allows easy
filtering.

If anyone have better suggestions or cat filter
using other header than from, can mail such
tips? I'm using elm's filter program now!

Many thanks
-- 
Saluti, Andrea
[EMAIL PROTECTED]

`
  
  '''   '''
 '''
'''   ''' '''  ''' '''  ''' ''' '''
   '''   '''  ''' '''  '''   
  ' ''' '''  '''  '''   '
 ' ''' '''  '''   '''  '''

There's no Linux 95 or 98 because Linux is forever!!


Compressing hard disk

1998-12-04 Thread Gregory Vandenbrouck
Hi,

Did someone managed to install e2compr-1.06.orig ?

My hard disk is too small to fit everything, and I heard e2compr was
acting as stacker. But I was unable to install it on my linux, the
compilation and the kernel patch both failed. I have a 2.0.34 kernel.

Has someone tried and managed to do it ? With what kernel version ? Is
someone planning to do a deb file ? ( does one exist already ) ?

TIA

-- 
   \\|//  VDB g
   (O O)
OOO~(_)~oOOO~~~  :o)
mailto:[EMAIL PROTECTED]  :-xxx
ooO~Ooo  ~~:-)


Re: recommendations for an X news client?

1998-12-04 Thread Dave Swegen
On Thu, Dec 03, 1998 at 08:27 +, Peter Bartosch wrote:
 }- I'm looking for something better than knews and netscape's news client --
 }- any suggestions?
 
 slrn?
 
 if you've used mutt slrn won't be a problem ;-)

You could try news-peruser. I believe the latest version has switched to
gtk+.

As for slrn I'd use it if it had an option to just download the headers
and mark interesting articles for later retrieval.

Cheers
Dave

-- 
Dave Swegen [EMAIL PROTECTED]
.plan: To find a job working with Linux


Re: Subjects not so comfortable

1998-12-04 Thread Santiago Vila Doncel
On Fri, 4 Dec 1998, Andrea Novara wrote:

 I have a small config feeling question?
 Since we spawn hundreds of messages each day, it
 would be more comfortable to have a constant string
 in subjects such as [ DEBIAN ] that allows easy
 filtering.
 
 If anyone have better suggestions or cat filter
 using other header than from, can mail such
 tips? I'm using elm's filter program now!

Please install the Debian procmail package and read

/usr/doc/procmail/QuickStart

It tells you how to filter lists like this one. 


Dual Booting w/Lilo ?

1998-12-04 Thread AJ
Hello,
im a sort of *new* debian user (used it like 3 years on shells..
installed it like 3 weeks ago). anyway heres my question:
Right now im booting from a linux bootdisk which a) takes a few minutes
and b) is a pain in th ass...
Now i know if i use lilo linux will boot only but i also have a
windows95 partition that i need to use for some stuff like games and
junk that i cant do in linux.
Is it possible that when i turn on my computer i get a 'BOOT:' prompt
and i can type either: 'win' for windows or 'linux' for linux using
Lilo? if i can.. can someone give me an example of there lilo.conf file

thanx (sorry if this sounds confusing i didnt know how to write it any
other way),
AJ


Re: proxy ftp software ?

1998-12-04 Thread Guido Bozzetto
 - The 'squid' package offers a very flexible and configurable FTP and HTTP
 - caching-proxy server.
 
 yes but it uses http protocol which is not very good (means it's unusable)
 for FTP client;

Use TIS firewall toolkit: fwtk_1.3-1.deb from Debian 1.3 distribution.

 Bye Guido.
-- 
+++
| Guido Bozzetto | Office phone fax:  +39 0432 548314 | L'avar al è chel
|   \/ I | E-mail:   :-)   mailto:[EMAIL PROTECTED] | che si lambiche
|   OO like  | Web:http://www.nauta.it/~bozzetto/ | a vivi puar
|   -- Linux | Talk: [EMAIL PROTECTED] | par muri sior
+++


Who's the ian part in Debian?

1998-12-04 Thread zhaoway
Just curiousity from a, hmmm  :-)
Who is the ian part in debian?
Ian Jackson or Ian Murdock? What's the relationship between the two?
And where'e debra mentioned in the debian faq? Just curiosity, 
in no means I want to be offensive. And sorry for my poor english :-)

--zhaoway


What's in kernel 2.1/2.2?

1998-12-04 Thread Moore, Paul
Hi,
I see that people are hoping for kernel 2.2 to be released by Christmas.
I've looked (honest!) and yet I can't see a straightforward list of the
major new features expected in 2.1/2.2. Can anybody point me at
something I could look at? (Short of the sources :-)

Thanks,
Paul Moore.


Re: Netgear NIC card support

1998-12-04 Thread ferret

This is a Tulip-compatible card. The origional card was actually a DECchip
Tulip, but the one with the Netgear logo is a Tulip clone. I don't know if
it's as good as the DECchip one, but I have gotten it to talk to a
network, using both kernel 2.0.34 and 2.1.125

Unfortunately, I haven't been able to try it out on a multi-card
configuration. I do know the DECchip works flawlessly with two (That's
what my gateway is running) and do know of another no-name card that my
ISP wanted me to use, that wouldn't work with another network card
installed. It just couldn't detect the interrupt.

Don't return the card unless you can't get it to work with either kernel's
Tulip driver. I have eight of these cards in my home network, including
one of the new ones, and I haven't yet had a problem. The drivers even
detected when I swapped my 10M hub for a 10/100 and worked at TX without
rebooting. I wish I could say the same for the one 3com card I'm using.

Hope this helps. I just happen to like Bay Networks.

--Ian


 On 1 Dec 1998, rathon wrote:

 Hi,
 
 I bought a Netgear Fast Ethernet PCI Adapter card - FX310tx by Bay Networks.
 
 Then I looked thru the EthernetHOW-TO and this card is not listed anywhere.
 
 I am using Debian2.0. Does this mean no driver, no support ???
 
 Can anyone confirm for me pls ? 
 
 I need to know if I should return this and get something else. The price
 was good though.
 
 Regards,
 Rathon
 
 
 Get free e-mail and a permanent address at http://www.netaddress.com/?N=1
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


Re: Kernel build

1998-12-04 Thread Andrew Ivanov

Get bin86 package from debian site. 



___
Never include a comment that will help | Andrew Ivanov
someone else understand your code. | [EMAIL PROTECTED]
If they understand it, they don't  | ICQ: 12402354
need you.  |


Re: Dual Booting w/Lilo ?

1998-12-04 Thread Andrew Ivanov
Ok, this is my lilo.conf:



boot = /dev/hda
root = /dev/hdb2
install = /boot/boot.b
map = /boot/map
vga = normal
delay = 50
ramdisk = 0

read-only
default = linux

image = /vmlinuz
label = Debian
alias = linux

image = /boot/vmlinbackup
label = backup

other = /dev/hda1
label = MS
table = /dev/hda

Now, translating this:
hda is my C drive, which contains Win95 on it.
hdb is D drive with Linux on it.
hdb2 is where my / is.
If you got anymore questions, email me.
HTH,
 Andrew
___
Never include a comment that will help | Andrew Ivanov
someone else understand your code. | [EMAIL PROTECTED]
If they understand it, they don't  | ICQ: 12402354
need you.  |


Re: Dual Booting w/Lilo ?

1998-12-04 Thread Oliver Elphick
AJ wrote:
...
  Is it possible that when i turn on my computer i get a 'BOOT:' prompt
  and i can type either: 'win' for windows or 'linux' for linux using
  Lilo? if i can.. can someone give me an example of there lilo.conf file

Here's a sample /etc/lilo.conf that allows booting from a choice of
kernels as well as Windows 95.  This configuration delays for 20 deciseconds 
before booting the first image in the list.  If you press CTRL before the
time limit expires, you get a prompt.  lilo also has options to prompt by 
default, and to timeout and boot the default if the prompt is not answered 
within some time limit.  Edit to fit your circumstances and then
run /sbin/lilo to implement it:

boot=/dev/hda3
root=/dev/hda3
install=/boot/boot.b
map=/boot/map
vga=normal
delay=20
# Linux
image=/boot/vmlinuz-2.1.125
  label=Linux
  append=mem=96m aic7xxx=ultra parport=auto
  read-only
# Linux
image=/boot/vmlinuz-2.0.33
  label=Linux-33
  append=mem=96m aic7xxx=ultra
  read-only
# Linux
image=/boot/vmlinuz-2.0.34
  label=Linux-34
  append=mem=96m aic7xxx=ultra
  read-only
# Windows 95
other=/dev/hda1
  label=Win95

If your Linux root partition is not on the same drive as your DOS/Windows C:
partition, you must make boot=/dev/hda (1st IDE drive) or /dev/sda (first
SCSI drive), whichever holds the C: partition.

If they are on the same drive, you can have boot the same as your root
partition, as I do here.  This is somewhat safer.

-- 
Oliver Elphick[EMAIL PROTECTED]
Isle of Wight  http://www.lfix.co.uk/oliver
   PGP key from public servers; key ID 32B8FAA1
 
 Behold, happy is the man whom God correcteth.  
  Therefore despise thou not the chastening of the  
  Almighty. Job 5:17 



Re: Dual Booting w/Lilo ?

1998-12-04 Thread Sean Johnson
Fist you need to boot up under linux, then using your favorite text editor (I 
like vi) open up your 
/etc/lilo.conf file.

delete the line that says 'delay=some number'
replace it with the word 'prompt'

Then move to the end of the file, and add these lines:

other=/dev/hdapartition number
table=/dev/hda
label=95


If you're not sure which partition your W95 and Linux partions are on, switch 
to another terminal 
(Alt-F2), logon, and type: fdisk   Then at the prompt type the letter 'p' and 
enter. Your Windows95 
partition will be your other primary partition (it must have the number 1, 2, 
3, or 4.  Anything 
above number 4 is a logical drive that is living in an extended partition.)

Then you want to make the Linux partition bootable (which you can do either 
from Linux or 
Windows95) using fdisk.  If you use Linux's fdisk, be sure that you only have 
one partition 
marked as being active.

Sean









At 12/4/98 8:33:00 AM, you wrote:
Hello,
im a sort of *new* debian user (used it like 3 years on shells..
installed it like 3 weeks ago). anyway heres my question:
Right now im booting from a linux bootdisk which a) takes a few minutes
and b) is a pain in th ass...
Now i know if i use lilo linux will boot only but i also have a
windows95 partition that i need to use for some stuff like games and
junk that i cant do in linux.
Is it possible that when i turn on my computer i get a 'BOOT:' prompt
and i can type either: 'win' for windows or 'linux' for linux using
Lilo? if i can.. can someone give me an example of there lilo.conf file

thanx (sorry if this sounds confusing i didnt know how to write it any
other way),
AJ


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




Re: aol.com not blocked anymore? (was Re: just a test - please ignore)

1998-12-04 Thread MallarJ
Well, if you read this, I suppose that block has been lifted (maybe just in my
case?).  IMHO, blocking AOL is a BAD idea - I can understand the need to
control spam, but stopping messages from the world's number one e-mail service
isn't a very friendly thing to do.  There are people that still use AOL
constantly (especially here at the office) and run Linux as well.

I do have other e-mail accounts tho - so if I have to, I'll switch to my
Bigfoot address.  :)

My 2 cents
-Jay

In a message dated 12/3/98 12:39:53 PM Central Standard Time,
[EMAIL PROTECTED] writes:

 I always thought aol.com has been blocked, because the signal to spam
  ratio is so high?
  
  Jens
  
  [EMAIL PROTECTED] writes:
  
   Sorry, but I needed to test my connection to this list - my messages
don't
   seem to be going out.
  


Re: Linux newbie needs help

1998-12-04 Thread MallarJ
I'd suggest you read over the GCC-HOWTO... But the gcc compiler can be found
at:

ftp://ftp.debian.org/net/ac121/linux/distributions/debian/hamm/hamm/binary-
i386/devel

-Jay 

In a message dated 12/3/98 1:59:33 PM Central Standard Time,
[EMAIL PROTECTED] writes:

 
  Uh, help. Where can I get a C-Compiler?
  


Re: Kernel build

1998-12-04 Thread prabenec




Javier Velasco schrieb:
hi javier
Hi Debian
users:
I am trying to build a custom
kernel based on hamm. Basically I am trying to generate a new kernel with
Initio scsi card support, for Pentium processor and only the basic modules
I need at home (no more scsi drivers, a few filesystems etc).My
problem is that when "make zImage" gets to compile the files under ...arch/i386/boot
it gest stuck because it is missing as86. I have looked around the 3 CD
of the official hamm distribution but couldnt find it. I also tried
to assemble the files with as, but with no success.I
will appreciate any help.Thanx
in advance.

you have to install (besides the
kernel-sources-package):
the kernel-package
bin86 (herein is the as86)-16-bit
assembler and loader
--
 Peter Rabenecker
[EMAIL PROTECTED]

 one night is all that stands between them and freedom-
 but it's going to be one hell of a night





Re: Kernel build

1998-12-04 Thread prabenec
i forgot to say: you can continue where you ended, with make zImage
time isn't lost - hey, i'ts linux !

--
Peter Rabenecker
 [EMAIL PROTECTED]

   one night is all that stands between them and freedom-
   but it's going to be one hell of a night

---BeginMessage---




Javier Velasco schrieb:
hi javier
Hi Debian
users:
I am trying to build a custom
kernel based on hamm. Basically I am trying to generate a new kernel with
Initio scsi card support, for Pentium processor and only the basic modules
I need at home (no more scsi drivers, a few filesystems etc).My
problem is that when "make zImage" gets to compile the files under ...arch/i386/boot
it gest stuck because it is missing as86. I have looked around the 3 CD
of the official hamm distribution but couldnt find it. I also tried
to assemble the files with as, but with no success.I
will appreciate any help.Thanx
in advance.

you have to install (besides the
kernel-sources-package):
the kernel-package
bin86 (herein is the as86)-16-bit
assembler and loader
--
 Peter Rabenecker
[EMAIL PROTECTED]

 one night is all that stands between them and freedom-
 but it's going to be one hell of a night



---End Message---


Re: Subjects not so comfortable

1998-12-04 Thread Mike Miller
 Andrea == Andrea Novara [EMAIL PROTECTED] writes:

 Hi!  I have a small config feeling question?  Since we
 spawn hundreds of messages each day, it would be more
 comfortable to have a constant string in subjects such as
 [ DEBIAN ] that allows easy filtering.

There is an X-Mailing-List header that you can filter on - it
includes the list name.

Mike


error linking X11 lib

1998-12-04 Thread Mário Olímpio de Menezes

Hi,

I'm trying to compile some programs (like example.c) from
imagemagick package, that require -lX11 option in gcc/g++ command line.
Every time I tried this, I get an error from ld not been able to find
libX11. But they are all installed.

root linux1: ~# ldconfig -p | grep libX11
libX11.so.6 (ELF) = /usr/X11R6/lib/libX11.so.6
libX11.so.6 (libc4) = /usr/X11R6/lib/i486-linuxaout/libX11.so.6
libX11.so.6 (ELF) = /usr/X11R6/lib/libX11.so.6
libX11.so.6 (libc5) = /usr/lib/libc5-compat/libX11.so.6
libX11.so.3 (libc4) = /usr/X11R5/lib/libX11.so.3

The error is:
gcc -O -I../inc -I/user/openwin/include -I/usr/X11R6/include -o
../bin/Linux/hierarchy hierarchy.c ../lib/Linux/libIM.a
../lib/Linux/libFFT.a ../lib/Linux/libjpeg.a -lm -L/usr/lib
-L/usr/X11R6/lib -L/usr/lib/X11 -lX11
ld: cannot open -lX11: No such file or directory

What I'm doing wrong here? 
Thanks,
[]s,
Mario O.de Menezes | Many are the plans in a man's heart, but
IPEN-CNEN/SP   | is the Lord's purpose that prevails Prov. 19.21


RE: error linking X11 lib

1998-12-04 Thread Shaleh
Make sure you have xlib6g-dev and/or xlib6-dev (for libc5)

On 04-Dec-98 Mário Olímpio de Menezes wrote:
 
 Hi,
 
   I'm trying to compile some programs (like example.c) from
 imagemagick package, that require -lX11 option in gcc/g++ command line.
 Every time I tried this, I get an error from ld not been able to find
 libX11. But they are all installed.
 
   root linux1: ~# ldconfig -p | grep libX11
 libX11.so.6 (ELF) = /usr/X11R6/lib/libX11.so.6
 libX11.so.6 (libc4) = /usr/X11R6/lib/i486-linuxaout/libX11.so.6
 libX11.so.6 (ELF) = /usr/X11R6/lib/libX11.so.6
 libX11.so.6 (libc5) = /usr/lib/libc5-compat/libX11.so.6
 libX11.so.3 (libc4) = /usr/X11R5/lib/libX11.so.3
 
 The error is:
 gcc -O -I../inc -I/user/openwin/include -I/usr/X11R6/include -o
 ../bin/Linux/hierarchy hierarchy.c ../lib/Linux/libIM.a
 ../lib/Linux/libFFT.a ../lib/Linux/libjpeg.a -lm -L/usr/lib
 -L/usr/X11R6/lib -L/usr/lib/X11 -lX11
 ld: cannot open -lX11: No such file or directory
 
   What I'm doing wrong here? 
   Thanks,
 []s,
 Mario O.de Menezes | Many are the plans in a man's heart, but
 IPEN-CNEN/SP   | is the Lord's purpose that prevails Prov. 19.21
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] 
 /dev/null


Re: Subjects not so comfortable

1998-12-04 Thread Ole J. Tetlie
*-Andrea Novara [EMAIL PROTECTED]
|
| I have a small config feeling question?
| Since we spawn hundreds of messages each day, it
| would be more comfortable to have a constant string
| in subjects such as [ DEBIAN ] that allows easy
| filtering.
| 
| If anyone have better suggestions or cat filter
| using other header than from, can mail such
| tips? I'm using elm's filter program now!

Filtering on the subject may not be the safest solution. This
list has a header like this:

X-Loop: debian-user@lists.debian.org

That should be a safe line to filter on.

-- 
The only way tcsh rocks is when the rocks are attached to its feet
in the deepest part of a very deep lake. (Linus Torvalds)
[EMAIL PROTECTED]   [-: .elOle. :-]   [EMAIL PROTECTED]


Re: Understanding /root Re: My solution

1998-12-04 Thread Alexander N. Benner
Hi

Now I also want to write :)

Ship's Log, Lt. Jiri Baum, Stardate 041298.1122:
 
  Usually, when you see a system with a bunch of mount points, it's because
  there's more than one disk.  Using 4 2GB drives is better than one 8GB
  drive because:
 And a couple of others:
 
   3. cheaper
 
   4. you can do RAID if you like

one more :
I have a 2 GB partition and it neets hours to be checked. I would not want to
wait for a 8GB partition.
Sure now I have to wait for the others to ...
But geuess how fast my 60MB / is ready in case of an emergency ...


Filesystem 1024-blocks  Used Available Capacity Mounted on
/dev/hdb1  63885   2864231944 47%   /
/dev/hdb9 761184  142804   579045 20%   /var
/dev/hdb52270179 210241050415 98%   /usr
/dev/hdb61014784  481124   481221 50%   /usr/local
/dev/hdb71014784  423447   538898 44%   /home
/dev/hdb81014784   71737   890608  7%   /tmp
/dev/hda3 653192  56610353347 91%   
/home/ftp/pub/data/sounds
/dev/hda1 307240  21889688344 71%   /misc/d00F

*sigh* I guess I need a new HD ...
(oh yes, the last one is my win partition 300MB should be enough for everyone
...)

bye
-- 
Alexander N. Benner - [EMAIL PROTECTED] - Christian - PHI-Student
WEB: http://www.nikodemus.home.pages.de/
IRC: Efnet Nikodemus #Hosanna, #Baptist, #Ixthys
## 82.64% of all statistics are made up !! ##


RE: Who's the ian part in Debian?

1998-12-04 Thread Shaleh
Ian Murdock is the ian.  Debra is his wife.

Ian Jackson is just another Ian (we have a few).

On 04-Dec-98 zhaoway wrote:
 Just curiousity from a, hmmm  :-)
 Who is the ian part in debian?
 Ian Jackson or Ian Murdock? What's the relationship between the two?
 And where'e debra mentioned in the debian faq? Just curiosity, 
 in no means I want to be offensive. And sorry for my poor english :-)


libstdc++.so.2.8 problem

1998-12-04 Thread Janne Lof

I just updated debian (slink) via dselect, there was about 40MB of updated
stuff and I did not look very carefully what got upgraded (I know I should
have been more careful).

Now I get this error with many programs (with dselect for example):

dselect: error in loading shared libraries
/usr/lib/libstdc++.so.2.8: undefined symbol: __register_frame_info

What went wrong and what can I do to fix it?

I have following libstdc packages installed:

[EMAIL PROTECTED]:/tmp# dpkg -l | grep libstdc
ii  libstdc++2.82.90.29-1  The GNU stdc++ library (old egcs version)
ii  libstdc++2.92.91.58-5  The GNU stdc++ library (egcs version)
ii  libstdc++2.9-de 2.91.58-5  The GNU stdc++ library (development files)

[EMAIL PROTECTED]:/tmp# ldconfig -p | grep libstdc
libstdc++.so.272 (libc6) = /usr/lib/libstdc++.so.272
libstdc++.so.27 (libc5) = /usr/lib/libc5-compat/libstdc++.so.27
libstdc++.so.2.9 (libc6) = /usr/lib/libstdc++.so.2.9
libstdc++.so.2.8 (libc6) = /usr/lib/libstdc++.so.2.8
libstdc++.so.2.7.2 (libc6) = /usr/lib/libstdc++.so.2.7.2
libstdc++-libc6.0-1.so.2 (libc6) = /usr/lib/libstdc++-libc6.0-1.so.2


-- 
Janne Löf



Dual Booting w/Lilo ?

1998-12-04 Thread Kenneth Scharf
 
  From:
AJ [EMAIL PROTECTED]

Hello,
im a sort of *new* debian user (used it like 3 years on shells..
installed it like 3 weeks ago). anyway heres my question:
Right now im booting from a linux bootdisk which a) takes a few minutes
and b) is a pain in th ass...
Now i know if i use lilo linux will boot only but i also have a
windows95 partition that i need to use for some stuff like games and
junk that i cant do in linux.
Is it possible that when i turn on my computer i get a 'BOOT:' prompt
and i can type either: 'win' for windows or 'linux' for linux using
Lilo? if i can.. can someone give me an example of there lilo.conf file

thanx (sorry if this sounds confusing i didnt know how to write it any
other way),
AJ
-
Sure...just ad the following two lines to your /etc/lilo.conf:

other = /dev/hda1
label = windows

then run /sbin/lilo to write to disk.


This assumes that your windows partition is the first on your hard
disk, with linux being the second and third (for swap and os)

Now at the boot prompt (or at the lilo prompt hit left space to get
the boot prompt) type linux or windows.  If you forget what labels you
have, then hit tab at the boot prompt.  Do nothing (if lilo is
configured not to prompt, with a timeout) and you get linux by
default.  You can of course make windows the default if you want by
specifing windows as the first thing lilo tries to boot.  

See man pages for lilo.conf and lilo.

_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


RE: error linking X11 lib

1998-12-04 Thread Mário Olímpio de Menezes
On Fri, 4 Dec 1998, Shaleh wrote:

 Make sure you have xlib6g-dev and/or xlib6-dev (for libc5)

mario linux1: ~/progs/magick$ dpkg -s xlib6g-dev 
Package: xlib6g-dev
Status: install ok installed
Priority: optional
Section: x11
Installed-Size: 3234
Maintainer: Branden Robinson [EMAIL PROTECTED]
Source: xfree86
Version: 3.3.2.3a-8


xlib6-dev isn't installed (but I'm running slink).

thanks


Mario O.de Menezes | Many are the plans in a man's heart, but
IPEN-CNEN/SP   | is the Lord's purpose that prevails Prov. 19.21


Re: error linking X11 lib

1998-12-04 Thread Ole J. Tetlie
*-Mário Olímpio de Menezes [EMAIL PROTECTED]
|
| The error is:
| gcc -O -I../inc -I/user/openwin/include -I/usr/X11R6/include -o
| ../bin/Linux/hierarchy hierarchy.c ../lib/Linux/libIM.a
| ../lib/Linux/libFFT.a ../lib/Linux/libjpeg.a -lm -L/usr/lib
| -L/usr/X11R6/lib -L/usr/lib/X11 -lX11
| ld: cannot open -lX11: No such file or directory

Do you have xlib6g-dev installed?

ld wants to find /usr/X11R6/lib/libX11.so, but that is a symlink
made by the -dev package.

--
Eschew obfuscation(go on; look them both up)
   (Brian White)
[EMAIL PROTECTED]   [-: .elOle. :-]   [EMAIL PROTECTED]


Re: Who's the ian part in Debian?

1998-12-04 Thread Mitch Blevins
zhaoway wrote:
 Just curiousity from a, hmmm  :-)
 Who is the ian part in debian?
 Ian Jackson or Ian Murdock? What's the relationship between the two?
 And where'e debra mentioned in the debian faq? Just curiosity, 
 in no means I want to be offensive. And sorry for my poor english :-)

http://debian.org/intro/about#history


RE: error linking X11 lib

1998-12-04 Thread Mário Olímpio de Menezes
On Fri, 4 Dec 1998, Shaleh wrote:

 Make sure you have xlib6g-dev and/or xlib6-dev (for libc5)

just after I replyed I checked the file list for xlib6g-dev and found that
libX11.so is missing in my system. Is it a symlink for libX11.so.6.1?
Thanks

[]s,
Mario O.de Menezes | Many are the plans in a man's heart, but
IPEN-CNEN/SP   | is the Lord's purpose that prevails Prov. 19.21



RE: error linking X11 lib (FIXED)

1998-12-04 Thread Mário Olímpio de Menezes
On Fri, 4 Dec 1998, Shaleh wrote:

 Make sure you have xlib6g-dev and/or xlib6-dev (for libc5)

very strange that I have xlib6g-dev installed and libX11.so was missing. I
reinstalled it and it's fixed now. 

Thanks,

[]s,
Mario O.de Menezes | Many are the plans in a man's heart, but
IPEN-CNEN/SP   | is the Lord's purpose that prevails Prov. 19.21


autofs question

1998-12-04 Thread Tim Buller
Hi all-
Is it possible to use the autofs (kernel based automounter)
package to do Sun hosts type maps? Thanks,

Tim


Tim Buller   [EMAIL PROTECTED]
Systems Specialist   Office: Snow Hall 643
Department of Mathematics  Voice: 785-864-7311
University of Kansas, Lawrence, KS 66045 Fax: 785-864-5255

#!/bin/perl -sp0777iX+d*lMLa^*lN%0]dsXx++lMlN/dsM0j]dsj
$/=unpack('H*',$_);$_=`echo 16dio\U$kSK$/SM$n\EsN0p[lN*1
lK[d2%Sa2/d0$^Ixp|dc`;s/\W//g;$_=pack('H*',/((..)*)$/)

Please visit http://online.offshore.com.ai/arms-trafficker/


RE: Subjects not so comfortable

1998-12-04 Thread Darren Benham
-BEGIN PGP SIGNED MESSAGE-

There's a header line that I use to sort by.  In one of messages, look for:

X-Mailing-List:

It will list what mailing list the message came from and you should be able to
sort by it.

On 04-Dec-98 Andrea Novara wrote:
 Hi!
 
 I have a small config feeling question?
 Since we spawn hundreds of messages each day, it
 would be more comfortable to have a constant string
 in subjects such as [ DEBIAN ] that allows easy
 filtering.
 
 If anyone have better suggestions or cat filter
 using other header than from, can mail such
 tips? I'm using elm's filter program now!
 
 Many thanks

=
* http://benham.net/index.html   *
*  * -BEGIN GEEK CODE BLOCK- ---*
*Darren Benham * Version: 3.1   *
*  [EMAIL PROTECTED]  * GCS d+(-) s:+ a29 C++$ UL++ P+++$ L++*
*  * E? W+++$ N+(-) o? K- w+++$(--) O M-- V- PS--   *
*   Debian Developer   * PE++ Y++ PGP++ t+ 5 X R+ !tv b DI+++ D++   *
*  [EMAIL PROTECTED]  * G++G+++ e h+ r* y+*
*  * --END GEEK CODE BLOCK-- ---*
=

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: noconv

iQCVAwUBNmgks7bps1lIfUYBAQF+rQP7B2ElUaunwUGrAyBDJAl6svxu1prbTzLn
vapmMhM41ZlNz+u9d4av86GnP9CzaIvt3lJHKW+CsBQxPLns/hTztGhhoFX5mFcJ
Jzoj6ERADd7Eq16LgN0NAFkf1YSRhsjmFZRWPwFOaQZzYkcKwXoNBKFd/awOZCad
ZYJvZKDlxms=
=KUBT
-END PGP SIGNATURE-


RE: What's in kernel 2.1/2.2?

1998-12-04 Thread Mark Ciciretti
IIRC there was an article about the 2.2 kernel in the December issue of
Linux Jornal.  It might be on the web page , http://www.linuxjornal.com ,
if you don't get the magazine.  For information about the 2.0 and 2.1
kernels look at LinuxHQ, http://www.linuxhq.com .  The kernel patches
section list what was changed from the previous release of the kernel, and
there is a link the the actual kernel patch
 
On 04-Dec-98 Moore, Paul wrote:
 Hi,
 I see that people are hoping for kernel 2.2 to be released by Christmas.
 I've looked (honest!) and yet I can't see a straightforward list of the
 major new features expected in 2.1/2.2. Can anybody point me at
 something I could look at? (Short of the sources :-)
 
 Thanks,
 Paul Moore.

---
--
E-Mail: Mark Ciciretti [EMAIL PROTECTED]
Date: 04-Dec-98
--


RE: Subjects not so comfortable

1998-12-04 Thread Mark Ciciretti
You could filter on part of the footer.  I hae my xfmail filter set to
work on debian-user string in the message.
 
On 04-Dec-98 Andrea Novara wrote:
 Hi!
 
 I have a small config feeling question?
 Since we spawn hundreds of messages each day, it
 would be more comfortable to have a constant string
 in subjects such as [ DEBIAN ] that allows easy
 filtering.
 
 If anyone have better suggestions or cat filter
 using other header than from, can mail such
 tips? I'm using elm's filter program now!
 
 Many thanks
 -- 
 Saluti, Andrea
 [EMAIL PROTECTED]
 
 `
   
   '''   '''
  '''
 '''   ''' '''  ''' '''  ''' ''' '''
'''   '''  ''' '''  '''   
   ' ''' '''  '''  '''   '
  ' ''' '''  '''   '''  '''
 
 There's no Linux 95 or 98 because Linux is forever!!
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] 
 /dev/null
 
 

---
--
E-Mail: Mark Ciciretti [EMAIL PROTECTED]
Date: 04-Dec-98
--


ACER extensa 390

1998-12-04 Thread Pedro Quaresma de Almeida
Hi

I have an ACER Extensa 390 and I am having problems with the
configuration o X11.

I have Debian 2.0.

Any sugestions?

At\'e breve

Pedro Quaresma de Almeida
Departamento de Matem\'atica
Faculdade de Ci\^encias e Tecnologia
Universidade de Coimbra
P-3000 COIMBRA, PORTUGAL
e-mail: [EMAIL PROTECTED]
url: http://www.mat.uc.pt/~pedro/
phone: 351 39 791170


Re: [how to shut pppd in script]

1998-12-04 Thread Vladimir Popov
Hi,

Thanks to all responded, the problem was cured by specifying full path
for each command (thanks, Javi).

best regards,
Vladimir


Get free e-mail and a permanent address at http://www.netaddress.com/?N=1


GPM + Xemacs

1998-12-04 Thread Daniel Elenius
I am unable to copy text with gpm into my xemacs (that is, in the
console, not X). The other way doesn't work either. I can't even copy
within xemacs with the mouse.  Anyone knows how this can be fixed? 


RE: Subjects not so comfortable

1998-12-04 Thread Brandon Mitchell
  I have a small config feeling question?
  Since we spawn hundreds of messages each day, it
  would be more comfortable to have a constant string
  in subjects such as [ DEBIAN ] that allows easy

 You could filter on part of the footer.  I hae my xfmail filter set to
 work on debian-user string in the message.

Of course the proper way is with the X-Mailing-List header :-)

Brandon

+---  ---+
| Brandon Mitchell * [EMAIL PROTECTED] * http://bhmit1.home.ml.org/ |
|  Sometimes you have to release software with bugs. - MS Recruiter  |


Xemacs scrolling

1998-12-04 Thread Daniel Elenius
I would really like it if xemacs didn't scroll two lines short of a
full screen on C-v/M-v. Is this configurable?


VM and mail folders

1998-12-04 Thread Daniel Elenius
Hi list!
I hope some kind soul can help me with this problem. I use
fetchmail/procmail/VM for mailing system, and I have the following
problem:

When I start VM, the contents of my /var/spool/mail/daniel are moved
to ~/INBOX, which is good, since it voids the problem of the mailbox
being written to by procmail while I'm reading it.
The problem is that this doesn't apply to my other mail folders. For
example, I have this list in ~/mail/debian. In VM, to read the mail in 
that folder, I just open that file, but it's not copied to its own
INBOX, which I would like. Can this be done with VM? If not, how does
it work with other mail readers?
Thanks in advance.


dpkg-source -x

1998-12-04 Thread Daniel Elenius
Is it possible when installing a debian package with:

dpkg-source -x packagename.dsc
, followed by ./configure, make, make install,

to get dpkg/dselect to understand that the package has been installed, 
so that I can later uninstall it with dpkg/dselect?


Re: dpkg-source -x

1998-12-04 Thread Santiago Vila Doncel
On Fri, 4 Dec 1998, Daniel Elenius wrote:

 Is it possible when installing a debian package with:
 
 dpkg-source -x packagename.dsc
 , followed by ./configure, make, make install,
 
 to get dpkg/dselect to understand that the package has been installed, 
 so that I can later uninstall it with dpkg/dselect?

No, because that would be the wrong way.

The right way to install a package from the source would be:

dpkg-source -c packagename.dsc
cd packagename
debian/rules build
su
debian/rules binary
cd ..
dpkg -i packagename.deb 

Then yes, you will be able to uninstall it by using dpkg.


Upgrading from hamm to slink

1998-12-04 Thread Gary L. Hennigan
I've decided I can't wait any longer and want to perform the upgrade
from hamm to slink this weekend. Is there anything I need to watch out
for? My plan is to first upgrade to the latest version of apt (I think
I'm using 0.16 on my hamm system) and then just firing off an apt-get
dist-upgrade from a slink mirror on my local disk. Any caveats? Any
documents I should read first?

TIA,
Gary


Re: Xemacs scrolling

1998-12-04 Thread servis
*- Daniel Elenius wrote about Xemacs scrolling
 I would really like it if xemacs didn't scroll two lines short of a
 full screen on C-v/M-v. Is this configurable?
 
 

Lets see:

The help(describe-key) for C-v says
===
C-v runs `scroll-up'

`scroll-up' is an interactive built-in function
(scroll-up optional N)

Scroll text of current window upward ARG lines; or near full screen if no ARG.
A near full screen is `next-screen-context-lines' less than a full screen.
Negative ARG means scroll downward.
When calling from a program, supply a number as argument or nil.

If `signal-error-on-buffer-boundary' is nil, the usual error and
loss of zmacs region is suppressed when moving past end of buffer.
==

And the help(describe-variable) for next-screen-context-lines says
==
`next-screen-context-lines' is a built-in integer variable.

Value: 2

Documentation:
*Number of lines of continuity when scrolling by screenfuls.
==

So it looks like you need to put a 

(setq next-screen-context-lines N)

in your .emacs and change N to whatever number you want.

Hope this helps,
-- 
Brian 
-
Never criticize anybody until you have walked a mile in their shoes,  
 because by that time you will be a mile away and have their shoes. 
   - unknown  

Mechanical Engineering  [EMAIL PROTECTED]
Purdue University   http://www.ecn.purdue.edu/~servis
-


pcmcia card...

1998-12-04 Thread Alan Su
Hi everyone-

i'm having some problems with pcmcia on a laptop here.  i'm trying to
get it to recognize a 3com 3c575bt cardbus ethernet card, and the
stock pcmcia modules aren't cutting it.  so, i'm installing hamm from
scratch.  then, i install new libc6 (v2.0.7u) so that i can install
v3.0.6 pcmcia-cs and pcmcia-modules (modules corresponding to the
2.0.34 kernel).  this actually works pretty well, and at this point,
the card is usable with the kernel that comes in the kernel-image
package.

now i want to recompile the kernel for apm, ps/2 mouse, etc., so i:
 - install kernel-source (still version 2.0.34)
 - reconfigure kernel for apm, ps/2, and pcmcia
 - compile and install new kernel image.

when i reboot with the newly compiled kernel, the 3c575_cb module
doesn't want to load.  the relevant errors are:
 pcmcia/3c575_cb.o: unresolved symbol netif_rx_R6a97aa56
 pcmcia/3c575_cb.o: unresolved symbol unregister_netdev_R84fb480b
 pcmcia/3c575_cb.o: unresolved symbol init_etherdev_Rc8833d67
 pcmcia/3c575_cb.o: unresolved symbol dev_kfree_skb_R61d50ea2
 pcmcia/3c575_cb.o: unresolved symbol eth_type_trans_R81c3bb43
 pcmcia/3c575_cb.o: unresolved symbol dev_alloc_skb_R36d7a14b

are there kernel configuration options that i've missed in order to
get these symbols defined?  do i basically need to install
pcmcia-source and recompile modules myself?  thanks in advance...

-alan


Re: Unused libs for deletion?

1998-12-04 Thread Torsten Hilbrich
On: Thu, 03 Dec 1998 13:06:15 +0100 Gunnar Isaksson writes:
 
 Is there some script I can use to find out which installed packages
 aren't used by other packages.
 
 It's about time for me to get rid of all the unused libraries that
 has been installed when testing various games and other stuff.
 
 I need some simple way to list all such deletion candidates. Is
 there a script for this somewhere?

I will email Gunnar a little perl script I wrote recently.  If more
people are interested please tell me and I will put it onto my
webpage.

Torsten


Re: suid script

1998-12-04 Thread Torsten Hilbrich
On: 03 Dec 1998 12:58:14 -0600 john  writes:
 
 Joey Hess writes:
 Because shell scripts are supposidly very often full of securitry holes when
 suid.
 
 There's a bit more to it.  There is a race condition that would
 permit you to substitute a script of your choice for the suid script
 and have it run suid.

Other Unixes provides an alternate mechanismus[1].  Is it secure and
does Linux support it?

Torsten

Footnotes: 
[1] The kernel opens the script by itself and the interpreter/shell
uses a /dev/fd/number devices to access the already open file.


Re: What installation with Debian 2.0?

1998-12-04 Thread Torsten Hilbrich
On: Thu, 3 Dec 1998 20:51:43 +0100 Georg Lohrer writes:
 after many obstacles I have running a Debian 2.0 installation. But
 without looking at the cryptic usage of dselect it's still a secret
 for me what installation is the best/correct/only one. On the CD-ROM
 are the directories:

[...]

 What's with these different directories?

You are using the JFL CD-ROM set, aren't you?  All 4 directories are
actually the same, there are some symlinks causing this trouble.  You
can choose any one of those.  

Torsten

BTW: Please disable HTML postings/mailings.


  1   2   >