Mutt y caracteres iso

1998-07-20 Thread Angel Vicente Perez
Hola a la lista.

Pues resulta que estuve probando todas las posibilidades que he visto en la
lista, para que se vieran acentos y eñes en mutt, y nada, solo veia puntos.

Ayer recompilé mutt, con la opcion --enable-locales-fix, que segun la 
documentacion, es para libc5, pero funciona en libc6, y ahora ya veo todos
los caracteres.

Saludos


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


Re: La hora del sistema...

1998-07-20 Thread Eladio A. Maqueda
Estos dos van con GMT+1:

 Date:  Sun, 19 Jul 1998 13:16:35 +0100
 On Sat, Jul 18, 1998 at 12:31:13PM +0100, Tomas Bautista wrote:


  Pero cuando mi sistema
  recoge la hora del cortafuegos no sé porqué le pone una hora más.

 Ejemplo: El cortafuegos tiene las 12:00 WET, eso es las 13:00 WEST, o
 sea, las 13:00 hora canaria. (¿o era al revés? ya me lié).

Los servidores NTP pasan la hora de GMT. Luego cada sistema le suma o
resta lo correspondiente a la zona horaria.

Os recuerdo también que al instalar debian os pregunta si queréis que
vuestra bios marque en GMT. Si se hace esto y luego arrancáis otro
sistema operativo (win 95, NT, dos, ...) pensará que la hora está mal
(salvo para los que su zona horaria sea GMT).

La solución pasa por elegir una zona horaria compatible y asegurarse
que el firewall también tiene la hora bien.

En RedIRIS hay un grupo de trabajo sobre NTP. Hay mucha documentación
sobre el tema. Si hay alguien interesado que no encuentre las páginas
puede avisarme.

Un saludo
__
Eladio A. Maqueda Gil  [EMAIL PROTECTED]
Informática Municipal  Tlfno: +34 924246611
Diputación de Badajoz  Fax: +34 924255843
06011 Badajoz


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


mensaje de lp1

1998-07-20 Thread TooManySecrets
Buenas.

¿Por qué cuando digo de imprimir me da éste error:
lp1 reported invalid error status (on fire, eh?)
???

Gracias.

Have a nice day  ;-)
TooManySecrets



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


Printing

1998-07-20 Thread Iryx Shan'kar
Some times ago I have installed debian 1.3. But awful... Impossible to
print. I succeed only in printing text, but no pictures or formated text. I
have a canon BJC 620. Please help...


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


Re: Printing

1998-07-20 Thread Bob Nielsen
On Mon, 20 Jul 1998, Iryx Shan'kar wrote:

 Some times ago I have installed debian 1.3. But awful... Impossible to
 print. I succeed only in printing text, but no pictures or formated text. I
 have a canon BJC 620. Please help...

Install magicfilter and gs-aladdin.  Select the bjc600-filter in
magicfilterconfig.

Bob


Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
DM42nh  http://www.primenet.com/~nielsen


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


Re: Keeping Machine Up - Advice Needed

1998-07-20 Thread servis
[EMAIL PROTECTED] (19 Jul)
|
| One thing that happens occasionally is that my ISP has problems and
| their gateway will stop working and packets don't get out, but it doensn't
| actually disconnect. So I was thinking I should put something in my cron.daily
| to restart the ppp connection - What should I use to restart pppd or kill it
| and start a new one?
| 

You could write a shell script that fpings a far away site.  If it
fails then it could send pppd a HUP signal which will shutdown and
restart the connection if you have the persist option set.  You could
stick the script in the crontab and run it every so often or put a
it in while loop and run it from ip-up. (check the code first I am a
shell code hacker not an expert)

#!/bin/sh
# crontab script
fping -q far.away.host
if ( $? == 1 ); then
  kill -HUP `cat /var/run/ppp0.pid`;
fi
# end of code


#!/bin/sh
# ip-up script
run=1
while ( $run == 1 ); do
  fping -q far.away.host
  if ( $? == 1 ); then
run=0 # not really necessary since pppd will be reset
kill -HUP `cat /var/run/ppp0.pid`;
  fi 
  sleep 600;
done
# end of code

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


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


cdrom error? (instalation)

1998-07-20 Thread Jake Munson
I am attempting to install debian with floppies.  I successfully get
through all the installation until I attempt to install the kernel and
modules.  It installs stuff from the rescue floppy fine, but when
installing from the drivers disk, I get the following error:

---
lib/modules/2.0.29/cdrom/optcd.o: File exists
star: No such file or directory
---

Sometimes the optcd.o is replaced with cm206.o in the same error
message, at the same part of the installation.

It looks to me like it is having problems with my cdrom.

Can anyone help?

PS. I am trying to install to a section of my hard drive that was
partitioned and compressed by the Win95 Drive Space program.  Is this
wrong?

-jake




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


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


Re: netscape-help!!

1998-07-20 Thread Alexander
Hi...

Bah. Use fetchmail then; it's probably a better idea anyway. (make it a
cron job or something; then you can download your mail on demand too)

Alex

On Thu, 16 Jul 1998, Phil wrote:

 Date: Thu, 16 Jul 1998 09:49:20 -0500
 From: Phil [EMAIL PROTECTED]
 To: debian-user@lists.debian.org
 Subject: netscape-help!!
 Resent-Date: 17 Jul 1998 14:48:50 -
 Resent-From: debian-user@lists.debian.org
 Resent-cc: recipient list not shown: ;
 
 I've recently hit a snag with netscape:  
 
I can't get it to download pop mail.  
 
 Netscape in WIn95 works, and so does fetchmail, but
 not netsape in linux.  I tried a complete reinstall, and
 even erased my user-specific netscape directories.  What could be 
 causing this?  User permissions for a tmp directory?  (Have erased
 /tmp remade it, and set permissions on it)  Something in /var 
 maybe?  I tried upgrading to the glibc2 version of 4.5 pre 1.  I'm
 almost certain I'm over looking something that netscape uses: file
 or resource.  I haven't tried outgoing mail since the prob.  
 
 Oh yes, I'm not using the netscape package.  I installed it with
 NS-install, and set MOZILLA_HOME in /etc/profile bu hand.
 
 
 Thanks in Advance
 
 Philip
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 



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


Re: Hard drive spindown settings

1998-07-20 Thread Alexander
Hi...

Um, if this is possible you might want to do a software spin-down thing.
Have a daemon watch for disk activity, and if there is none in a set
amount of time (30 sec?) the hard disk will be suspended and SIGSTOP will
be sent to update. Then the daemon will send SIGCONT to update and spin
the drive back up at a set amount of time later (30 minutes?).

This probably requires some form of kernel hacking.

Alex

On Fri, 17 Jul 1998, Stephen J. Carpenter wrote:

 Date: Fri, 17 Jul 1998 11:04:47 -0400
 From: Stephen J. Carpenter [EMAIL PROTECTED]
 To: debian-user@lists.debian.org
 Subject: Hard drive spindown settings
 Resent-Date: 17 Jul 1998 15:00:39 -
 Resent-From: debian-user@lists.debian.org
 Resent-cc: recipient list not shown: ;
 
 I was looking at the hdparm package yesterday...
 a while back I set my stystem up to issue
 hdparm -S 240 /dev/hda 
 at boot...but I am realizing that my drive never spins down.
 in fact it seems liek every few seconds I hear it access...
 I was wondering...
 is this a side effect of update running? (I know it flushes the buffers 
 every 5 seconds).
 Is there some reason that hdparm is useless (in this regard)?
 it also seems if I hdparm -y /dev/hda
 the drive does spin down...but then a few seconds later spins back up!
 its starting to piss me off a bit.
 I thought of killing update to see if it helps but...I thought better
 of it (just in case)
 id update needed? 
 
 Maybe it is just my paranoiabut I have had enough hard drive
 crashes and general failures...id like to minimize the possibility of failure
 and so id like it to spin down when not in use.
 any ideas?
 
 -Steve
 
 -- 
 /* -- Stephen Carpenter [EMAIL PROTECTED] --- [EMAIL 
 PROTECTED] */
 E-mail Bumper Stickers:
 A FREE America or a Drug-Free America: You can't have both!
 honk if you Love Linux
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


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


Lan Tcp/ip Question

1998-07-20 Thread Tomt
Hi Everyone,

Question for anyone who knows much about networking under Debian.

I have two computer one is running Debian Linux. Kernel 2.0.29 and the
other is running Windows Nt Workstation Sp3. Now heres what I'm trying to
get done is the two machines to connect up and let the debian download
stuff off the Nt machine(I'm in the process of replacing the NT machine and
need to do some data transfer.)  I've already figured out that I need
samba, and have it installed but it doesn't work. So I was reading through
some of the FAQs when it said to check and see if I can ping the other
machine, so I try that. Both machines CANNOT get any response when they
ping each other, I know the NT machine works because I can ping another
Windows machine on the network.  I get what looks like an activity light on
the hub everytime I try something like ping from either machine. But
machines can ping themselves. 

Heres the setup
Windows NT machine - ip address 192.168.1.2 subnet 255.255.255.0 no gateway
defined
Debian Linux machine - ip address 192.168.1.1 subnet 255.255.255.0 no
gateway defined

Debian Machine is running a 3com 3c509b(Very close to the best isa Nic I've
ever used.)

I've narrowed my problem down to have to do something with the debian
routing setup.

Heres route and ifconfig information

route -n output

__
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
127.0.0.0   0.0.0.0 255.0.0.0   U 0  02 lo

__

This is the way the output appears after login. I've been manually adding
this line 
192.168.1.0 0.0.0.0 255.255.255.0   U 0  01 eth0
By typing 
route add -net 192.168.1.0 eth0
(I do know that this can be done through a script at startup, but I want to
get it working correctly before doing that.)

ifconfig

__
loLink encap:Local Loopback  
  inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
  UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
  RX packets:57 errors:0 dropped:0 overruns:0
  TX packets:57 errors:0 dropped:0 overruns:0

eth0  Link encap:10Mbps Ethernet  HWaddr 00:20:AF:72:43:7C
  inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
  UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
  RX packets:215 errors:0 dropped:0 overruns:0
  TX packets:8476 errors:0 dropped:0 overruns:0
  Interrupt:10 Base address:0x300 

___
Local Loopback is working because I ping myself or 127.0.0.1 and I get a
response.

I have tcpdump installed(very handle util.)  And when I try to ping I get a
message about icmp: echo Request but thats it.

Like I said I'm very sure this has something to do with my routing table,
but everything I've read or seen about the routing table confuses me more. 

Any ideas what I'm doing wrong

Do I have to have a default gateway? And what is that used for? A router?(I
don't have one if so)

Thanks in advance



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


make

1998-07-20 Thread phillip Neumann
Hi,

Im not so sure about what packages do i need to run the make command. 
Which one do i need ??



Thanks, Phillip Neumann, [EMAIL PROTECTED]
---

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


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


Re: Lan Tcp/ip Question

1998-07-20 Thread Alexander
Hi...

It may be useful for you to assign the NIC's address to something other
than 0x300. A lot of different (very different even!) cards try to use
0x300 (sound cards, primarily).

Also you may want to try pinging the machine's own address on the
ethernet. See what that produces. Aside from that I can't help you much.
;\

Alex

On Sun, 19 Jul 1998, Tomt wrote:

 Date: Sun, 19 Jul 1998 12:06:49 -0500
 From: Tomt [EMAIL PROTECTED]
 To: debian-user@lists.debian.org
 Subject: Lan Tcp/ip Question
 Resent-Date: 20 Jul 1998 05:11:37 -
 Resent-From: debian-user@lists.debian.org
 Resent-cc: recipient list not shown: ;
 
 Hi Everyone,
 
 Question for anyone who knows much about networking under Debian.
 
 I have two computer one is running Debian Linux. Kernel 2.0.29 and the
 other is running Windows Nt Workstation Sp3. Now heres what I'm trying to
 get done is the two machines to connect up and let the debian download
 stuff off the Nt machine(I'm in the process of replacing the NT machine and
 need to do some data transfer.)  I've already figured out that I need
 samba, and have it installed but it doesn't work. So I was reading through
 some of the FAQs when it said to check and see if I can ping the other
 machine, so I try that. Both machines CANNOT get any response when they
 ping each other, I know the NT machine works because I can ping another
 Windows machine on the network.  I get what looks like an activity light on
 the hub everytime I try something like ping from either machine. But
 machines can ping themselves. 
 
 Heres the setup
 Windows NT machine - ip address 192.168.1.2 subnet 255.255.255.0 no gateway
 defined
 Debian Linux machine - ip address 192.168.1.1 subnet 255.255.255.0 no
 gateway defined
 
 Debian Machine is running a 3com 3c509b(Very close to the best isa Nic I've
 ever used.)
 
 I've narrowed my problem down to have to do something with the debian
 routing setup.
 
 Heres route and ifconfig information
 
 route -n output
 
 __
 Kernel IP routing table
 Destination Gateway Genmask Flags Metric RefUse Iface
 127.0.0.0   0.0.0.0 255.0.0.0   U 0  02 lo
 
 __
 
 This is the way the output appears after login. I've been manually adding
 this line 
 192.168.1.0 0.0.0.0 255.255.255.0   U 0  01 eth0
 By typing 
 route add -net 192.168.1.0 eth0
 (I do know that this can be done through a script at startup, but I want to
 get it working correctly before doing that.)
 
 ifconfig
 
 __
 loLink encap:Local Loopback  
   inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
   UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
   RX packets:57 errors:0 dropped:0 overruns:0
   TX packets:57 errors:0 dropped:0 overruns:0
 
 eth0  Link encap:10Mbps Ethernet  HWaddr 00:20:AF:72:43:7C
   inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
   UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
   RX packets:215 errors:0 dropped:0 overruns:0
   TX packets:8476 errors:0 dropped:0 overruns:0
   Interrupt:10 Base address:0x300 
 
 ___
 Local Loopback is working because I ping myself or 127.0.0.1 and I get a
 response.
 
 I have tcpdump installed(very handle util.)  And when I try to ping I get a
 message about icmp: echo Request but thats it.
 
 Like I said I'm very sure this has something to do with my routing table,
 but everything I've read or seen about the routing table confuses me more. 
 
 Any ideas what I'm doing wrong
 
 Do I have to have a default gateway? And what is that used for? A router?(I
 don't have one if so)
 
 Thanks in advance
 
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


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


Re: No PINE debian package?

1998-07-20 Thread Alexander
Hi...

I'm running a Pine binary package. I think he meant that he couldn't find
a Pine binary package at all.

Alex

On Sun, 19 Jul 1998, Nathan E Norman wrote:

 Date: Sun, 19 Jul 1998 17:42:54 -0500 (CDT)
 From: Nathan E Norman [EMAIL PROTECTED]
 To: Keith Alen Vance [EMAIL PROTECTED]
 Cc: UserList Debian debian-user@lists.debian.org
 Subject: Re: No PINE debian package?
 Resent-Date: 19 Jul 1998 22:42:59 -
 Resent-From: debian-user@lists.debian.org
 Resent-cc: recipient list not shown: ;
 
 On Sun, 19 Jul 1998, Keith Alen Vance wrote:
 
 : Is there a debain package for Pine? I haven't seen one, but I could be 
 : looking in the wrong place. I have elm installed ut I prefer to use pine. 
 : If anyone know where I can get a debian package for Pine I would 
 : appreciate it.
 
 Finding a Pine package is easy.  Here's how you do it:
 
 1) Download the Pine source package.
 2) Unpack it with `dpkg-source -x'
 3) cd to the pine dir and build it with `dpkg-buildpackage'
 4) dpkg -i ../pine*deb
 
 There ya go :)  Since the Pine source is a bit dodgy Debian doesn't
 distribute modified binaries.  Better safe than sorry.
 
 --
 Nathan Norman
 MidcoNet - 410 South Phillips Avenue - Sioux Falls, SD  57104
 mailto://[EMAIL PROTECTED]   http://www.midco.net
 finger [EMAIL PROTECTED] for PGP Key: (0xA33B86E9)
 
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


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


Re: Replacement for ftpd

1998-07-20 Thread Alexander
Hi...

Dunno, but proftpd (Debian package available by that name in hamm) seems
like a very nice ftpd.

Alex

On Sun, 19 Jul 1998, Yosef B wrote:

 Date: Sun, 19 Jul 1998 23:18:13 +0200
 From: Yosef B [EMAIL PROTECTED]
 To: debian-user@lists.debian.org
 Subject: Replacement for ftpd
 Resent-Date: 19 Jul 1998 20:15:07 -
 Resent-From: debian-user@lists.debian.org
 Resent-cc: recipient list not shown: ;
 
 Some time ago, someone recommended a good simple replacement for the
 stock ftpd (not wu ftpd).  I have looked through old messages but cannot
 locate it so I must ask again?
 
 TIA
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


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


Re: Unidentified subject!

1998-07-20 Thread Alexander
Hi...

What's blackbox? :)

Alex

On Mon, 20 Jul 1998, Richard L. Alhama wrote:

 Date: Mon, 20 Jul 1998 01:48:54 +0800 (PHT)
 From: Richard L. Alhama [EMAIL PROTECTED]
 To: Debian-User-Mailing-List debian-user@lists.debian.org
 Subject: Unidentified subject!
 Resent-Date: 19 Jul 1998 17:37:43 -
 Resent-From: debian-user@lists.debian.org
 Resent-cc: recipient list not shown: ;
 
 Has someone debianized blackbox yet?
 
   /\  Richard L. Alhama, Technical Support
   / \--,
 .o` /=
  ,,'' \/  Cyberspace Laoag,ISP
   ``,,http://www2.cyberspace.com.ph/~keyoz
 Overuse of the smiley is a mark of loserhood! --The Jargon File
   *''
 
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


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


Kernel Warning???

1998-07-20 Thread Pure Energy

Hello everyone,

This is a new one to me.. can anyone explain what this kernel
warning means and why i'd suddenly get it?? I'm running 2.0.33 on a
current hamm system.


Jul 20 03:35:13 timberwolf kernel: Warning: dev (03:09) tty-count(1) !=
#fd's(2) in do_tty_hangup 

--Rob


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


Re: Moving a life to a dos box

1998-07-20 Thread Damon Muller
On Sat, 18 Jul 1998 14:29:11 -0400
John McPeek [EMAIL PROTECTED] wrote:

 I just installed GNU/LINUX and I need to get a file (ppp.log) from my
 linux box to my dos box.  As you may be able to tell I am trying to
 learn about unix from books.  My original problem is with making a ppp
 con but I was told to get the file so someone can help me. Just a little
 more help and I can get it. I'm not sure how to access the floppy.

I'm assuming that since you don't know much about Linux, you're using a
standard kernel (as opposed to one you have made yourself), and AFAIK,
all of the standard kernels have DOS file system support.

Put your floppy disk in the disk drive and make sure you are root

type:

mount -t vfat /dev/fd0 /floppy

cd to the directory where ppp.log is (prolly /usr/log)

type:

cp ppp.log /floppy

umount /floppy

and you're done.

HTH,

damon

--
Damon Muller  | Did a large procession wave their torches
([EMAIL PROTECTED]) | As my head fell in the basket,
Network Administrator | And was everyone dancing on the casket...
EmpireNET |  - TBMG, Dead


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


Re: passwords at Debian's FTP site

1998-07-20 Thread Damon Muller
On Sun, 19 Jul 1998 10:05:28 +0100 (BST)
(Ted Harding) [EMAIL PROTECTED] wrote:

 Anonymous ftp (i.e. you respond anonymous when asked for user name) DOES
 typically ask for a password, but entering any syntactically correct email
 address at this point is usually sufficient (though some sites may check that
 this matches what they know you are connecting from). Some sites may have
 their
 anonymous ftp configured so as not to require a password, but these are
 exceptional.

I've always found that 'guest@' is sufficient to get into an anonymous
FTP site. Then again, I'm a paranoid sort of person, and I don't use
Netscape for mail, so I never enter an email address into Netscape's
email entry. It's never stopped me from getting into an anonymous FTP
site (wonder what it sends when it's blank?).

damon

--
Damon Muller  | Did a large procession wave their torches
([EMAIL PROTECTED]) | As my head fell in the basket,
Network Administrator | And was everyone dancing on the casket...
EmpireNET |  - TBMG, Dead


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


Re: Long text file to edit..

1998-07-20 Thread E.L. Meijer \(Eric\)
 
 On Sun, Jul 19, 1998 at 12:23:59AM +0100, Ted Harding wrote:
  On 17-Jul-98 Carlos Marcos Kakihara wrote:
 I want to edit a 700MB text file. vi tells that the file is
   too long, and xemacs tells that maximum buffer size something.. :)
 There is a way to view this file?
  
  Ehh?? Are you sure it's 700MB?? And are you sure it's a pure plain text 
  file?
  And, if so, have you thought about what that corresponds to? (And the same
  question to the other contributors to this thread).
 
 Well, maybe not to actually edit, but certainly to view and search. A log
 file with a high debug level for example, used to catch an occasional and
 unpredictable oops that may happen once only every few days.

If this is the case you better cut the file in pieces while it is
produced, and throw away bits that contain no oopses.  Anyway, the ideal
tool to handle this would be grep:

grep oops huge_file   # prints all lines with `oops'
grep -10 oops huge_file   # prints all lines with `oops', and 10 lines
  # before and after each match
grep -A 10 oops huge_file # prints all lines with `oops', and 10 lines
  # after each match
grep -B 10 oops huge_file # prints all lines with `oops', and 10 lines
  # before each match

HTH,
Eric

-- 
 E.L. Meijer ([EMAIL PROTECTED])  | tel. office +31 40 2472189
 Eindhoven Univ. of Technology | tel. lab.   +31 40 2475032
 Lab. for Catalysis and Inorg. Chem. (TAK) | tel. fax+31 40 2455054


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


Re: Dumping Core on Purpose

1998-07-20 Thread E.L. Meijer \(Eric\)
 
 
 On Thu, 16 Jul 1998, Brian White wrote:
 
   Assuming that forking a kamakazi child is not an acceptable
   solution, is there some way of capturing the image of the process from
   the kernal?
  
  Hmmm...  That's interesting.  Assuming there is no library/system call
  to force a core dump, I could fork a child and then make the child access
  mem at 0x to cause a segfault and dump core.  Would that work?
  
 There remains the issue of if one cannot fork a child process ... this
 seems more likely than not being able do dump.

What about the `files' in /proc/pid?  Aren't any of those core images?

Eric

-- 
 E.L. Meijer ([EMAIL PROTECTED])  | tel. office +31 40 2472189
 Eindhoven Univ. of Technology | tel. lab.   +31 40 2475032
 Lab. for Catalysis and Inorg. Chem. (TAK) | tel. fax+31 40 2455054


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


Re: Getting Samba working on BO

1998-07-20 Thread Mirek Kwasniak
On Sun, Jul 19, 1998 at 10:30:59AM -0700, Doug Thistlethwaite wrote:
(...)
 How do I get Samba working on my BO system.  I used dselect to download and
 install it.  I have looked through the files but I have not seen anything with
 debian specific information in it.  I have a win95 system on the same network
 and it does not seem to see the debian system.  Is there a file telling me who
 extra steps need to be done to enable it?

Read in /usr/doc/samba: DIAGNOSIS.txt.gz, BROWSING.txt.gz.
M$ protocol is quite good :(

I run samba for two years and haven't too much problems.
Are W95 in the same group?
Set up samba serwer as wins server and point W95 to it.
Maybe you have W95 with sercurity upgrade than read
/usr/doc/samba/Win95.txt.

Mirek


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


Re: Keeping Machine Up - Advice Needed

1998-07-20 Thread Carl Johnson
[EMAIL PROTECTED] writes:

 Tomorow I am leaving the country for about a month and I would like to
 ensure that my machine stays up and online the whole time so I can telnet in
 and access certain files.  -  So does anyone have any tips on things I should
 do / measures to put in place to minimize the chance of my machine going down 
 /
 offline while I'm not here?

I don't know if you have the same kind of problems I do, but make sure
your hardware is solid before you worry about software.  I have a
Supra external modem, and it looks like it doesn't do a proper
power-on reset.  If I have a momentary power flicker, the odds are
fairly good that the modem will be completely locked up.  The only fix
is to unplug the modem for a few seconds, and it will then come up
fine.  This wouldn't be a problem if I had a UPS, but it seems a
little ridiculous to buy a UPS just for a modem.

-- 
Carl Johnson[EMAIL PROTECTED]


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


Re: ADDUSER AND 8 Usernames?

1998-07-20 Thread fantomas
- once again just in the raw case that it was missed 
- how does one go about getting a username longer than
- 8 charachters added?

I don't recomment adding longer usernames then 8 chars because most of SW
isn't made to support them and thus most of progr would fail on them.

-- 
 Matus fantomas Uhlar, sysadmin at NETLAB+ Kosice, Slovakia
 BIC coord for *.sk; admin of netlab.irc.sk; co-admin of irc.felk.cvut.cz


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


Re: Long text file to edit..

1998-07-20 Thread Alexander
Hi...

The problem with beav is it's mostly built as a hex editor. Of course, I
haven't used it or any emacs-style editor much. They're so, ugh,
unfriendly! :) (ok, ok, I'm a weenie, I admit it.)

Alex

On Fri, 17 Jul 1998, Nelson Posse Lago wrote:

 Date: Fri, 17 Jul 1998 12:11:13 -0300 (EST)
 From: Nelson Posse Lago [EMAIL PROTECTED]
 To: Debian List debian-user@lists.debian.org
 Subject: Re: Long text file to edit..
 Resent-Date: 17 Jul 1998 15:12:31 -
 Resent-From: debian-user@lists.debian.org
 Resent-cc: recipient list not shown: ;
 
 On Fri, 17 Jul 1998, Carlos Marcos Kakihara wrote:
 
  I want to edit a 700MB text file. vi tells that the file is
  too long, and xemacs tells that maximum buffer size something.. :)
  There is a way to view this file?
 
 I never tried, but you may want to check the beav or the le editors;
 the descriptions say they should be able to do that.
 
 See ya,
 Nelson
 [EMAIL PROTECTED]
 That's Internet!
 
 The future? I've seen the future: It's a 46 years old
 virgin singing 'I am a hotdog' - From Demolition Man
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 



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


Re: Dumping Core on Purpose

1998-07-20 Thread Alexander
Hi...

I think there's a core file in /proc/pid for each process.

Alex

On Fri, 17 Jul 1998, C.J.LAWSON wrote:

 Date: Fri, 17 Jul 1998 16:29:17 +0100 (BST)
 From: C.J.LAWSON [EMAIL PROTECTED]
 To: Keith Beattie [EMAIL PROTECTED]
 Cc: C.J.LAWSON [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED], debian-user@lists.debian.org
 Subject: Re: Dumping Core on Purpose
 Resent-Date: 17 Jul 1998 15:29:25 -
 Resent-From: debian-user@lists.debian.org
 Resent-cc: recipient list not shown: ;
 
 
 On Thu, 16 Jul 1998, Keith Beattie wrote:
 
  C.J.LAWSON wrote:
  
   I guess the next logical question would be how to get a program to
   backtrack and reload the core file .. and then contiue executing 
   
  
  Here's a wild shot at it...
  
  Assuming that forking a kamakazi child is not an acceptable
  solution, is there some way of capturing the image of the process from
  the kernal?
 
 Not that I am aware of ... It sounds pretty tricky though
 
 --Jon.
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 



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


Re: problems with X in hamm

1998-07-20 Thread Alexander
Hi...

Perhaps you should try downgrading to an older version of the X
servers/packages?

Alex

On Fri, 17 Jul 1998, Peter S Galbraith wrote:

 Date: Fri, 17 Jul 1998 11:34:56 -0400
 From: Peter S Galbraith [EMAIL PROTECTED]
 To: Carlo U. Segre [EMAIL PROTECTED]
 Cc: Debian Users Mailing List debian-user@lists.debian.org,
 [EMAIL PROTECTED]
 Subject: Re: problems with X in hamm 
 Resent-Date: 17 Jul 1998 15:35:39 -
 Resent-From: debian-user@lists.debian.org
 Resent-cc: recipient list not shown: ;
 
 
 Carlo U. Segre wrote:
 
  I have been trying to install a new machine with the frozen hamm
  distribution and I am running into 2 problems with X11.
  
  1. No user outside root is allowed to start X11.  This may be a
  configuration issue but I know that this did not happen in Debian 1.3
  
  2. I use a S3 ViRGE video card and I am noticing that I have a corrupted
  text console screen when I exit X (running it as root, of course).  This
  happens both when I am using the SVGA server and the S3V server.
  
  I am about to drop back to 1.3 out of frustration but wondered if these
  problems are just my incompetence...
 
 A similar problem was reported by Stephen Ryan in the debian-devel list.
 If he figures it out perhaps he can help you.
 -- 
 Peter Galbraith, research scientist  [EMAIL PROTECTED]
 Maurice Lamontagne Institute, Department of Fisheries and Oceans Canada
 P.O. Box 1000, Mont-Joli Qc, G5H 3Z4 Canada. 418-775-0852 FAX: 775-0546
6623'rd Linux user at the Linux Counter -- http://counter.li.org/ 
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 



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


Re: Freetype

1998-07-20 Thread Alexander
Hi...

Lazy rtfmers are not tolerated. :)

Alex

On Fri, 17 Jul 1998, Richard L. Alhama wrote:

 Date: Fri, 17 Jul 1998 23:18:30 +0800 (PHT)
 From: Richard L. Alhama [EMAIL PROTECTED]
 To: Debian-User-Mailing-List debian-user@lists.debian.org
 Subject: Freetype
 Resent-Date: 17 Jul 1998 15:07:39 -
 Resent-From: debian-user@lists.debian.org
 Resent-cc: recipient list not shown: ;
 
 I installed freetype and I don't know how to use it. Help me! I'm lazy
 rtfming!
 
 I have tons of TTF Fonts that I would like to use with GIMP.
 
   /\  Richard L. Alhama, Technical Support
   / \--,
 .o` /=
  ,,'' \/  Cyberspace Laoag,ISP
   ``,,http://www2.cyberspace.com.ph/~keyoz
 Overuse of the smiley is a mark of loserhood! --The Jargon File
   *''
 
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 



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


Re: xbase broken?

1998-07-20 Thread Alexander
Hi...

Um, yeah. dpkg --purge xbase, then reinstall it. That's the only solution
I could come up with... (either that or create the files it wants, i.e.
the source file that mv is complaining about)

Alex

On Fri, 17 Jul 1998, Michael B. Taylor wrote:

 Date: Fri, 17 Jul 1998 13:54:00 -0400 (EDT)
 From: Michael B. Taylor [EMAIL PROTECTED]
 To: debian-user@lists.debian.org
 Subject: xbase broken?
 Resent-Date: 17 Jul 1998 17:54:33 -
 Resent-From: debian-user@lists.debian.org
 Resent-cc: recipient list not shown: ;
 
 I am trying to install hamm on a friend's system.  All went well till
 I started on X.  The xbase install script fails with the following:
 mv: /usr/X11R6/lib/X11/xinit : no such file or directory
 
 Is there some work around, or should I just wait for it to be fixed?
 
 Mike
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


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


Re: Cross-compile to Windows NT

1998-07-20 Thread Alexander
Hi...

Well, my two cents: Java is lame. Slow, VERY slow, and lame. And abused.
(I don't feel like having my web browser start lagging whenever I decide
to look at some cool web page.)

Alex

On Fri, 17 Jul 1998, Stephen A. Witt wrote:

 Date: Fri, 17 Jul 1998 11:15:00 -0700 (PDT)
 From: Stephen A. Witt [EMAIL PROTECTED]
 To: Michael Laing [EMAIL PROTECTED]
 Cc: debian-user@lists.debian.org
 Subject: Re: Cross-compile to Windows NT
 Resent-Date: 17 Jul 1998 18:15:15 -
 Resent-From: debian-user@lists.debian.org
 Resent-cc: recipient list not shown: ;
 
 On Fri, 17 Jul 1998, Michael Laing wrote:
 
  I have a large utility program that I need to run under NT - is there a
  cross-compiler for this purpose? 
  
  Thanks,
  Michael
  
  
 
 Yeah, 'gcc' (assuming it is written in C).
 
 Cross-compiling really means compiling a set of source files into an
 executable image that will run on a platform with a different CPU.  This
 is very common in the embedded systems business (my work) in which you do
 software development on a Unix workstation, (less preferably) WinNT, or
 (even less perferably) some other box but the computer you are programming
 is something like a simgle board computer with a different CPU (like a
 Motorola 68040, 68360, 860, 68HC11, etc., etc.).  The compiler running on
 the development workstation emits an executable image for the specific CPU
 that your target (the single board computer) is equiped with. 
 
 You are really talking about using a 'native' compiler, one that emits an
 executable image for the same hardware architecture that it is being
 compiled on, and 'porting' your program to a different OS.  So, you get
 your source files on the NT box and use your compiler/interpreter of
 choice (you haven't told us what language your program is written in) to
 cause that source to be converted into an executable image (this is the
 compiling and linking stages).  We use the word 'port' to indicate that
 the software probably won't run unchanged on the new OS depending upon the
 extent to which OS facitilities are used and the difference between those
 facilities on the original OS vs. the new OS.  I've written a LOT of Unix
 stuff (mostly for Sun OSs) and a LOT of embedded stuff (pSOS and VxWorks
 OSs) but not any Windows stuff (nor do I intend to, my employer willing),
 so I can't really give you any clue to what porting issues you might find
 going from Unix/Linux to NT.  It really depends upon what your program
 does and its software architecture and what facilities from the OS it
 requires.  If it requires very little from the OS, meaning that is uses
 mostly standard C library (again, assuming it is in C) stuff then it
 should be easy to port.  
 
 Why not re-code it in Java, learn a cool language (if you aren't already
 Java fluent) and get the cross-platform stuff for free!
 
 
 
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


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


Re: hdparm

1998-07-20 Thread Alexander
Hi...

Umm:

/dev/hda:
 Timing buffer-cache reads:   64 MB in  1.61 seconds =39.75 MB/sec
 Timing buffered disk reads:  32 MB in  6.87 seconds = 4.66 MB/sec

Buffer-cache reads? Uh... explain that to me please, this particular UDMA
can't go past 33 MB/s.

But I do believe I heard of a UDMA/66 or something like that. I'm not
using that here, though, so...

Alex

On 17 Jul 1998, Gary L. Hennigan wrote:

 Date: 17 Jul 1998 12:33:09 -0600
 From: Gary L. Hennigan [EMAIL PROTECTED]
 To: debian-user@lists.debian.org
 Subject: Re: hdparm
 Resent-Date: 17 Jul 1998 18:33:13 -
 Resent-From: debian-user@lists.debian.org
 Resent-cc: recipient list not shown: ;
 
 [EMAIL PROTECTED] writes:
 | Martin Oldfield writes:
 |  
 |  
 |  I'd like to improve the IDE performance of my system. The IDE
 |  controllers are on a newish Intel motherboard; /proc/pci says:
 |  
 |  IDE interface: Intel 82371AB 430TX PIIX4 (rev 1).
 |  
 |  The drives are older:
 |  
 |   Model=QUANTUM FIREBALL ST6.4A, FwRev=A0F.0800, SerialNo=15672304
 |   Model=QUANTUM FIREBALL_TM3840A, FwRev=A6B.1T00, SerialNo=39662361
 |   Model=ST32140A, FwRev=08.08.01, SerialNo=JBF24417
 |   Model=ST32140A, FwRev=08.08.01, SerialNo=JB770285
 |  
 |  Can anyone suggest more aggressive (yet safe!) options for hdparm to
 |  make things run more quickly; alternatively is there a repository of
 |  known good settings.
 | 
 | Here's a script I added to /etc/init.d (with link in /etc/rc2.d) for better
 | performance. Use the '-i' option alone to find out the number for the '-m'
 | option. (man page explains all) This script is the last thing executed 
 during
 | bootup. Enjoy! Oh BTW, my transfers jump from 5 Mb/sec to 35Mb/sec.
 
 You're saying you get 35 mega Bytes per second? That seems highly
 unlikely!
 
 I'm not disputing the fact that your script might improve performance,
 haven't tried it, but there's not a hard drive in existence, excluding
 specialty solid state drives and RAIDs, that can sustain 35MB/s (I'm
 assuming by Mb you meant Mega Bytes and not Mega bits, which is what
 Mb is generally used for?). Shoot, I don't even think the UDMA bus can
 acheive that? I believe it's theoretical maximum is 33MB/s. Whatever
 you're using to get this performance number isn't measuring your disk
 throughput but your cache performance.
 
 Of course, if you meant what you wrote and get 35 mega bits/sec I
 could believe that, although if the drive was getting 5Mb/s to start
 with it's time for a new drive!
 
 Try using
 
 hdparam -t -T /dev/whatever
 
 for a little better estimate.
 
 Gary
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


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


Re: your or redhat?

1998-07-20 Thread Alexander
Hi...

Um, I've heard Red Hat has better stuff for GUIs and such. Probably what
you want. Of course, if you don't like the fact that it's commercial, you
can always switch to Debian. :)

Alex

On Fri, 17 Jul 1998, Ken Gray wrote:

 Date: Fri, 17 Jul 1998 13:51:17 -0500
 From: Ken Gray [EMAIL PROTECTED]
 To: debian-user@lists.debian.org
 Subject: your or redhat?
 Resent-Date: 17 Jul 1998 18:51:57 -
 Resent-From: debian-user@lists.debian.org
 Resent-cc: recipient list not shown: ;
 
 im concidering putting linux on my system at home (who am i kiding? i
 will be putting linux on my system) but im kind of lost between the
 outdated info in various sources on which dist is going to help me.
 
 this is what i need:
 1 easy installation (i.e. auto recognition)
 2 robust/easy to use graphical enviroment such as in os2
 what i need to know from you is why should i get your product instead of
 
 Redhat 5.1?
 thanks for the help
 ken
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


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


Re: LOST /dev/zero file. HELP!!!

1998-07-20 Thread Alexander
Hi...

Ok. You can use the mknod command to re-create all the files in /dev. But
here is the information you will need. This is a complete listing of every
file I have in /dev (including stuff from the makedev package, ignore that
if you please...):

crw-rw-rw-   1 root root  30,   1 Jul 14 10:24 X0R
crw-rw   1 root sys   10, 134 Oct 12  1997 apm_bios
lrwxrwxrwx   1 root root8 Jul 14 10:24 arp - inet/arp
crw---   1 root sys   10,   3 Oct 12  1997 atibm
crw-rw   1 root audio 14,   4 Oct 12  1997 audio
crw-rw   1 root audio 14,  20 Oct 12  1997 audio1
br--r-   1 root cdrom 29,   0 Oct 12  1997 aztcd
crw-rw   1 root sys   10, 128 Oct 12  1997 beep
br--r-   1 root cdrom 41,   0 Oct 12  1997 bpcd
br--r-   1 root cdrom 24,   0 Oct 12  1997 cdu535
br--r-   1 root cdrom 32,   0 Oct 12  1997 cm206cd
lrwxrwxrwx   1 root root4 Apr 16 03:24 console - tty0
lrwxrwxrwx   1 root root   11 Oct 24  1997 core - /proc/kcore
-rw-r--r--   1 root root8 Jul 18 14:05 cua1
-rw-r--r--   1 root root8 Jul 18 14:05 cua2
crw-rw   1 root audio 14,   3 Oct 12  1997 dsp
crw-rw   1 root audio 14,  19 Oct 12  1997 dsp1
lrwxrwxrwx   1 root root8 Jul 14 10:24 egp - inet/egp
crw-rw   1 root sys   10, 133 Oct 12  1997 exttrp
lrwxrwxrwx   1 root root   13 Oct 24  1997 fd - /proc/self/fd
brw-rw   1 root floppy 2,   0 Oct 12  1997 fd0
brw-rw   1 root floppy 2,  36 Oct 12  1997 fd0CompaQ
brw-rw   1 root floppy 2,   4 Oct 12  1997 fd0d360
brw-rw   1 root floppy 2,   8 Oct 12  1997 fd0h1200
brw-rw   1 root floppy 2,  40 Oct 12  1997 fd0h1440
brw-rw   1 root floppy 2,  56 Oct 12  1997 fd0h1476
brw-rw   1 root floppy 2,  72 Oct 12  1997 fd0h1494
brw-rw   1 root floppy 2,  92 Oct 12  1997 fd0h1600
brw-rw   1 root floppy 2,  20 Oct 12  1997 fd0h360
brw-rw   1 root floppy 2,  48 Oct 12  1997 fd0h410
brw-rw   1 root floppy 2,  64 Oct 12  1997 fd0h420
brw-rw   1 root floppy 2,  24 Oct 12  1997 fd0h720
brw-rw   1 root floppy 2,  80 Oct 12  1997 fd0h880
brw-rw   1 root floppy 2,  84 Oct 12  1997 fd0u1040
brw-rw   1 root floppy 2,  88 Oct 12  1997 fd0u1120
brw-rw   1 root floppy 2,  28 Oct 12  1997 fd0u1440
brw-rw   1 root floppy 2, 124 Oct 12  1997 fd0u1600
brw-rw   1 root floppy 2,  44 Oct 12  1997 fd0u1680
brw-rw   1 root floppy 2,  60 Oct 12  1997 fd0u1722
brw-rw   1 root floppy 2,  76 Oct 12  1997 fd0u1743
brw-rw   1 root floppy 2,  96 Oct 12  1997 fd0u1760
brw-rw   1 root floppy 2, 116 Oct 12  1997 fd0u1840
brw-rw   1 root floppy 2, 100 Oct 12  1997 fd0u1920
brw-rw   1 root floppy 2,  32 Oct 12  1997 fd0u2880
brw-rw   1 root floppy 2, 104 Oct 12  1997 fd0u3200
brw-rw   1 root floppy 2, 108 Oct 12  1997 fd0u3520
brw-rw   1 root floppy 2,  12 Oct 12  1997 fd0u360
brw-rw   1 root floppy 2, 112 Oct 12  1997 fd0u3840
brw-rw   1 root floppy 2,  16 Oct 12  1997 fd0u720
brw-rw   1 root floppy 2, 120 Oct 12  1997 fd0u800
brw-rw   1 root floppy 2,  52 Oct 12  1997 fd0u820
brw-rw   1 root floppy 2,  68 Oct 12  1997 fd0u830
brw-rw   1 root floppy 2,   1 Oct 12  1997 fd1
brw-rw   1 root floppy 2,  37 Oct 12  1997 fd1CompaQ
brw-rw   1 root floppy 2,   5 Oct 12  1997 fd1d360
brw-rw   1 root floppy 2,   9 Oct 12  1997 fd1h1200
brw-rw   1 root floppy 2,  41 Oct 12  1997 fd1h1440
brw-rw   1 root floppy 2,  57 Oct 12  1997 fd1h1476
brw-rw   1 root floppy 2,  73 Oct 12  1997 fd1h1494
brw-rw   1 root floppy 2,  93 Oct 12  1997 fd1h1600
brw-rw   1 root floppy 2,  21 Oct 12  1997 fd1h360
brw-rw   1 root floppy 2,  49 Oct 12  1997 fd1h410
brw-rw   1 root floppy 2,  65 Oct 12  1997 fd1h420
brw-rw   1 root floppy 2,  25 Oct 12  1997 fd1h720
brw-rw   1 root floppy 2,  81 Oct 12  1997 fd1h880
brw-rw   1 root floppy 2,  85 Oct 12  1997 fd1u1040
brw-rw   1 root floppy 2,  89 Oct 12  1997 fd1u1120
brw-rw   1 root floppy 2,  29 Oct 12  1997 fd1u1440
brw-rw   1 root floppy 2, 125 Oct 12  1997 fd1u1600
brw-rw   1 root floppy 2,  45 Oct 12  1997 fd1u1680
brw-rw   1 root floppy 2,  61 Oct 12  1997 fd1u1722
brw-rw   1 root floppy 2,  77 Oct 12  1997 fd1u1743
brw-rw   1 root floppy 2,  97 Oct 12  1997 fd1u1760
brw-rw   1 root floppy 2, 117 Oct 12  1997 fd1u1840
brw-rw   1 root floppy 2, 101 

Re: LOST /dev/zero file. HELP!!!

1998-07-20 Thread Alexander
Hi...

Wouldn't makedev also need some of the /dev/* files?

Alex

On Fri, 17 Jul 1998, Will Lowe wrote:

 Date: Fri, 17 Jul 1998 15:48:09 -0400 (EDT)
 From: Will Lowe [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: debian-user@lists.debian.org
 Subject: Re: LOST /dev/zero file. HELP!!!
 Resent-Date: 17 Jul 1998 19:48:21 -
 Resent-From: debian-user@lists.debian.org
 Resent-cc: recipient list not shown: ;
 
  We have accidentally lost our entire /dev directory.  Many commands now
  return the following type of message:
 You can try this:
 
 Tell me which Debian version you're running (hamm,  bo,  or by number --
 1.2,  1.3,  2.0).  I'll send you a copy of the MAKEDEV script which
 belongs in /dev ... put it there and run (as root) 
 MAKEDEV update
 it'll try to read from /proc,  identify relevant devices and build their
 /dev entries.
 
Will
 
 --
 | [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]   
 |
 | http://www.cis.udel.edu/~lowe/   |
 |PGP Public Key:  http://www.cis.udel.edu/~lowe/index.html#pgpkey|
 --
 
 
 
 
 --  
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 


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


Custom Rescue Disk kernel

1998-07-20 Thread Gabor Z. Papp
Please respond me in private email, thanks.

I want to put my own kernel into rescue disk, but after rebooting I get always
the existing linux setup, instead of starting the installation.

Building the kernel with ramdisk and initrd support
rescue disk mounted in /mnt dir
cp /usr/src/linux/arch/i386/boot/zImage /mnt/linux
rdev /mnt/linux /dev/ram0
gzip -c /usr/src/Linux/System.map  /mnt/sys_map.gz

After booting, the disk start the existing linux partition, instead of starting
the install procedure. What do I wrong?


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


Re: hdparm

1998-07-20 Thread Mirek Kwasniak
On Mon, Jul 20, 1998 at 02:33:33AM -0700, Alexander wrote:
(...)
 Buffer-cache reads? Uh... explain that to me please, this particular UDMA
 can't go past 33 MB/s.
(...)

Buffer-cache read == read from memory (RAM) to memory - this test speed of
your memory system.

Mirek


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


php3: unsupported or undefined function

1998-07-20 Thread Guido Bozzetto
I'm trying to use postgreSQL and php3 together but don't work.
I've seen the php3 installed files and also the calendar php3
module don't work. What's wrong, what can I do ?
Here are the messages:

Fatal error: Call to unsupported or undefined function pg_connect()
Fatal error: Call to unsupported or undefined function gregoriantojd()

The installed packages:

||/ NameVersionDescription
+++-===-==-
ii  php33.0-2  A server-side, HTML-embedded
scripting langu
ii  php3-doc3.0-2  Documentation for PHP3
ii  php3-pgsql  3.0-2  PostgreSQL module for PHP3
ii  libpgsql6.3.2-8Shared library for PostgreSQL
ii  php3-pgsql  3.0-2  PostgreSQL module for PHP3
ii  apache  1.3.0-2Versatile, high-performance HTTP
server
ii  apache-doc  1.3.0-2Apache documentation

Thanks,
   Guido.
-- 
+++
| Guido Bozzetto | Office phone  Fax: +39 432 548314 | Il sunadôr 
|   \/ I | E-mail:   :-)   mailto:[EMAIL PROTECTED] |   pajât prime
|   OO like  | Web:http://www.nauta.it/~bozzetto/ | nol à mai fat
|   -- Linux | Talk:[EMAIL PROTECTED] |   buine mùsiche!
+++


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


Re: [filsin@bigfoot.com: libs again.........]

1998-07-20 Thread Frank Barknecht
Martin Schulze hat gesagt: // Martin Schulze wrote:

 - Forwarded message from Phillip Neumann [EMAIL PROTECTED] -
 
 hi users...
 
 Hi, i've donwload the lates .deb packages of E. econfig still dont want
 to play with me. I have donwload the libgtk-perl package from
 ftp.debian.con, but econfig dont like the0.1.17-1 version of
 libgtk-perl. It said only accept 0.2.3-1 of higher!!  (its not on
 ftpdebian)
 
 Where can i get it???
 Thamks Phillip Neumann
 [EMAIL PROTECTED]

libgtk-perl 0.2.3-1 is in dists/slink/main/binary-i386/interpreters.

-- 

  Frank Barknecht   
  -


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


Configuring GNOME v.20?

1998-07-20 Thread Ed Cogburn
I've installed the GNOME packages, but I missed the message during
install that mentioned making a change to /etc/X11/window-managers.  I
now have no window manager running, and I can't for the life of me
figure out what I'm supposed to do to get the GNOME system running. 
There's nothing helpful in '/usr/doc/gnome-*', and there are no man
pages.  What do I do to the window-managers file to get GNOME to come
up, and what are the config files for GNOME, i.e., how do you configure
it?


--
Ed


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


RE: Drive mounting

1998-07-20 Thread Richardson,Anthony

Should be:

mkdir /dos
mount -t msdos /dev/hdb6 /dos

The mkdir command only has to be given once. The mount command needs
to be given everytime you log in (or you can edit the /etc/fstab file
so that the partition is automatically mounted).

The second logical partition on the second drive is hdb6. The first   
logical
is hdb5. The primaries are hdb1, hdb2, hdb3 but you don't have any
primary partitions on the second drive (which is a good thing). Run
cfdisk /dev/hdb to see which partitions are on the second drive and
how /dev names are assigned.

By the way, I would probably do

mkdir /dos_e
mount -t msdos /dev/hdb6 /dos_e

instead. You can then mount /dos_c and /dos_d later if you want.

You might want to reconfigure System Commander, it boots Linux off
of a second drive just fine for me. (It should for you too as long as
you can access the second drive via BIOS routines.)

Just run dselect again and change your access option to point to your
/dos directory.

Sorry, I can't help with the zip drive (don't have one) or ethernet card
(I've got the same card, but haven't installed it.)

Good luck
Tony Richardson

 -Original Message-
From: Cristov Russell [SMTP:[EMAIL PROTECTED]
Sent: Saturday, July 18, 1998 5:43 AM
To: debian-user
Subject: Drive mounting

Hello all.  I'm very green at Linux and unfortunately no one that I
know is currently using it.

I'm having a little trouble understanding how to mount a drive.  I
have to physical hard drives and a parallel zip drive and I am dual
booting with Win95.  The primary HD has a single FAT16 partition and
second HD has an extended partition with two logical drives also
FAT16.  Linux is also on the second HD (I'm still booting from a
floppy BTW) and I'm using System commander as my loader.

I've tried using the following command immediately after logging in as
'root':

mkdir dos
mount -t msdos /dev/hdb3 /dos

I get an error that says the mount point doesn't exist.  Also, i'm
attempting to access the second logical drive (E in DOS).  Is the
syntax correct?  What do I use to access the zip drive?

The reason I want to mount the drive is to install the packages I
downloaded.  How do I run dselect again after going through the setup.

One more.  I have a Linksys EtherPCI II Lan card in my system.  They
say that I should choose the NE2000 driver.  When I choose the driver
and try to install it, setup says that the I/O address must be
specified.  I know what IRQ (9) the card is using and I can look in
Windows for the I/O settings it's using (6400 starting) but I still
can't install the driver.  Any suggestions?

TIA
Cristov Russell
[EMAIL PROTECTED]

BTW - If anyone could suggest a really good book I'd appreciate it.  I
have a copy of Linux In A Nutshell and it covers mostly command
syntax.  I'd like something along the line of a users guide.



   

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


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


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


Re: make

1998-07-20 Thread David Z. Maze

phillip Neumann [EMAIL PROTECTED] writes:
pN Im not so sure about what packages do i need to run the make
pN command.  Which one do i need ??

The quick answer to your question is just the 'make' package.  If
you're actually going to try to compile programs using make, though,
you probably want a C compiler and the support files necessary to use
it; you should install at the very least gcc and libc6-dev, along with 
the -dev packages for any libraries the program you're trying to
compile needs.

-- 
 _
/ \   Dad was reading a book called
|  David Maze | _Schroedinger's Kittens_.  Asexual
| [EMAIL PROTECTED]   |  reproduction?  Only one cat is in the box.
| http://donut.mit.edu/dmaze/ |   -- Abra Mitchell
\_/


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


Re: Configuring GNOME v.20?

1998-07-20 Thread Maarten Boekhold
On Mon, 20 Jul 1998, Ed Cogburn wrote:

 I've installed the GNOME packages, but I missed the message during
 install that mentioned making a change to /etc/X11/window-managers.  I
 now have no window manager running, and I can't for the life of me
 figure out what I'm supposed to do to get the GNOME system running. 
 There's nothing helpful in '/usr/doc/gnome-*', and there are no man
 pages.  What do I do to the window-managers file to get GNOME to come
 up, and what are the config files for GNOME, i.e., how do you configure
 it?

You shouldn't have to change anything to the window-managers file. Gnome 
does not contains a window-manager, gnome *is* not a window manager. You 
should get your preferable windowmanager running, and then add
'panel ' to your .xsession (if you're running xdm) or .xinitrc (if you're
using startx), and if you want to gsm (the gnome session manager, it's in 
package gnome-session). If you add these, remember to put them *before* 
any call to a window-manager, or else they wont be started. I'm sure 
somebody else can give a better explanation

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


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


Re: No PINE debian package?

1998-07-20 Thread jason and jill


s

On Sun, 19 Jul 1998, Alexander wrote:

 Hi...
 
 I'm running a Pine binary package. I think he meant that he couldn't find
 a Pine binary package at all.
 

It's included in the distribution and available for download from
www.debian.org.

Can't get much more available than that unless you contract Pam Anderson
to deliver it to your home. ;)

He may have missed it because it's in non-free rather than mail.

Jason


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


Re: Custom Rescue Disk kernel

1998-07-20 Thread dpk
   Building the kernel with ramdisk and initrd support
   rescue disk mounted in /mnt dir
   cp /usr/src/linux/arch/i386/boot/zImage /mnt/linux
   rdev /mnt/linux /dev/ram0
   gzip -c /usr/src/Linux/System.map  /mnt/sys_map.gz
   
   After booting, the disk start the existing linux partition, instead
   of starting the install procedure. What do I wrong?

Nothing.  Your disk only contains a Linux kernel, not the Debian
installation program.  

Dennis
--
Dennis Kelly [EMAIL PROTECTED] |  phone: 353.4844   
Network Admin, College of Engineering, MSU |  pager: 222.5875


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


Re: No PINE debian package?

1998-07-20 Thread Daniel Martin at cush
jason and jill [EMAIL PROTECTED] writes:

 It's included in the distribution and available for download from
 www.debian.org.
 
 Can't get much more available than that unless you contract Pam Anderson
 to deliver it to your home. ;)
 
 He may have missed it because it's in non-free rather than mail.

Also, note that Pine is not available directly as a binary for hamm;
it was actually a mistake to distribute it for bo (Debian 1.3.x) in
the first place, and the University of Washington has asked us not to
distribute any precompiled binary other than the ones they've
approved; however, we can distribute the source, and so in hamm pine
exists only in source form.


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


Re: Configuring GNOME v.20?

1998-07-20 Thread Ed Cogburn
Maarten Boekhold wrote:
 
 On Mon, 20 Jul 1998, Ed Cogburn wrote:
 
  I've installed the GNOME packages, but I missed the message during
  install that mentioned making a change to /etc/X11/window-managers.  I
  now have no window manager running, and I can't for the life of me
  figure out what I'm supposed to do to get the GNOME system running.
  There's nothing helpful in '/usr/doc/gnome-*', and there are no man
  pages.  What do I do to the window-managers file to get GNOME to come
  up, and what are the config files for GNOME, i.e., how do you configure
  it?
 
 You shouldn't have to change anything to the window-managers file. Gnome
 does not contains a window-manager, gnome *is* not a window manager. You
 should get your preferable windowmanager running, and then add
 'panel ' to your .xsession (if you're running xdm) or .xinitrc (if you're
 using startx), and if you want to gsm (the gnome session manager, it's in
 package gnome-session). If you add these, remember to put them *before*
 any call to a window-manager, or else they wont be started. I'm sure
 somebody else can give a better explanation
 
 Maarten


Ok, I've got a .xinitrc file that starts a window-manager et. al. 
However, X's startup sequence seems to be dysfunctional;  it no longer
reads /etc/X11/Xresources automatically.  I have to include an xrdb line
in .xinitrc to force it to read Xresources.  I never used an .xinitrc
file before.  Before installing GNOME everything worked fine.  Does
GNOME effectively require every user to have an .xinitrc file?  Is
anyone using it without an explicit .xinitrc file?


-- 
Ed


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


how to run binary prg?

1998-07-20 Thread K.Y.Lo
Hi

I had compile the code to create new binary file

I want to execute BINARY program 
here is message:-

$ Chmod 755 Hello
$ Hello
bash: Hello: command not found

Help me

Thanks alot
-- 
Cheers

K.Y.Lo
Email: [EMAIL PROTECTED]


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


Re: Configuring GNOME v.20?

1998-07-20 Thread Maarten Boekhold
Ok, I've got a .xinitrc file that starts a window-manager et. al. 
 However, X's startup sequence seems to be dysfunctional;  it no longer
 reads /etc/X11/Xresources automatically.  I have to include an xrdb line
 in .xinitrc to force it to read Xresources.  I never used an .xinitrc
 file before.  Before installing GNOME everything worked fine.  Does
 GNOME effectively require every user to have an .xinitrc file?  Is
 anyone using it without an explicit .xinitrc file?

You use 'startx' to start X? Have a look at /etc/X11/init/xinitrc (I 
think) and see which files from your home-dir it uses.

Maarten

_
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|   Department of Electrical Engineering|
|   Computer Architecture and Digital Technique section |
|  [EMAIL PROTECTED] |
-


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


Re: No PINE debian package?

1998-07-20 Thread Nathan E Norman
On Sun, 19 Jul 1998, Alexander wrote:

: Hi...
: 
: I'm running a Pine binary package. I think he meant that he couldn't find
: a Pine binary package at all.

Of course that's what he meant, and for good reason - there is no Pine
binary package in hamm.  That's why I described how to create one.

--
Nathan Norman
MidcoNet - 410 South Phillips Avenue - Sioux Falls, SD  57104
mailto://[EMAIL PROTECTED]   http://www.midco.net
finger [EMAIL PROTECTED] for PGP Key: (0xA33B86E9)



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


Where could I find Gnome v.2.0 packages ? Thanks.

1998-07-20 Thread Nuno Carvalho



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


Re: how to run binary prg?

1998-07-20 Thread Daniel ANDRE
K.Y.Lo wrote:
 
 Hi
 
 I had compile the code to create new binary file
 
 I want to execute BINARY program
 here is message:-
 
 $ Chmod 755 Hello
 $ Hello
 bash: Hello: command not found
I think that . is not in your PATH so you must type ./Hello instead of
Hello

-- 
[EMAIL PROTECTED] IRIS Technologies
Tel.: +33 (0)3 20 65 85 80 155 rue Jules Delcenserie, Bat B3
Fax.: +33 (0)3 20 65 85 81 59700 MARCQ en BAROEUL, FRANCE


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


Dtime of Inodes

1998-07-20 Thread vaidhy
Hi All,

 I got hamm installed on my system. Everytime el2fsck runs, I get the message 
'Deleted inode 1234 has a dtime of zero. Fix '

Why does this message come?

Thanks,
Vaidhy


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


Re: how to run binary prg?

1998-07-20 Thread Oliver Elphick
K.Y.Lo wrote:
  Hi
  
  I had compile the code to create new binary file
  
  I want to execute BINARY program 
  here is message:-
  
  $ Chmod 755 Hello
  $ Hello
  bash: Hello: command not found

Your search path does not include the current directory.

`./Hello' should work.


`echo $PATH' will show the current search path.

-- 
Oliver Elphick[EMAIL PROTECTED]
Isle of Wight  http://www.lfix.co.uk/oliver
   PGP key from public servers; key ID 32B8FAA1
 
 Behold, what manner of love the Father hath bestowed 
  upon us, that we should be called the sons of God... 
I John 3:1 



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


Re: hdparm

1998-07-20 Thread Gary L. Hennigan
Alexander [EMAIL PROTECTED] writes:
| Hi...
| 
| Umm:
| 
| /dev/hda:
|  Timing buffer-cache reads:   64 MB in  1.61 seconds =39.75 MB/sec
|  Timing buffered disk reads:  32 MB in  6.87 seconds = 4.66 MB/sec
| 
| Buffer-cache reads? Uh... explain that to me please, this particular UDMA
| can't go past 33 MB/s.

That's just the cache Linux reserves in your RAM. That's why it's
39.75MB/s. The fastest single disk in existence is rated at about
20MB/s. So the disk you give results for above is getting roughly
4.66MB/s and you're getting about 40MB/s from the RAM cache.

| But I do believe I heard of a UDMA/66 or something like that. I'm not
| using that here, though, so...

Yes, I remember hearing something about that too. Plus, there's U2W
SCSI rated at 80MB/s. Again, for a single disk access the bandwidth,
whether it's 33 (UDMA), 40 (UW SCSI), 66 (UDMA/66) or 80MB/s (U2W
SCSI), is overkill. The fastest disks manufactured are currently the
10,000RPM drives, e.g., Seagate Cheetah, and their peak performance is
20MB/s, and that's peak, which means probably only when
reading/writing data on the outter tracks would you ever get that
rate. Of course you benefit from the extra bandwidth if you have
multiple devices on that bus, say you have UW SCSI rated at 40MB/s,
then you can run two of those Chetah's simultaneously without degraded 
performance.

My point was that if you're benchmarking a disk and you get greater
than 20MB/s you're seeing the results of caching, either in RAM or on
the disk itself. Or you have some special set up, e.g., solid state
disk (they still make these?) or a RAID.

Gary


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


fetchmail error

1998-07-20 Thread Cheng Dien Yiu Anthony
Hello all,

I have problems with fetchmail. Everytime I execute fetchmail -a -F to
download emails from my ISP server POP3 protocol, it justs hang there.  But if
I use netscape mail to download email using POP3  protocal, there is no
problem. 
Can someone tell me what's wrong?

Thanks
Anthony 


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


Re: Unidentified subject!

1998-07-20 Thread Richard L. Alhama
On Sun, 19 Jul 1998, Alexander wrote:

 Hi...
 
 What's blackbox? :)
It's a new window manager from Brad Hughes.  Kinda cool, but I can't
compile it.  So I'm asking for a debianized package.
 
 Alex
 
 On Mon, 20 Jul 1998, Richard L. Alhama wrote:
 
  Date: Mon, 20 Jul 1998 01:48:54 +0800 (PHT)
  From: Richard L. Alhama [EMAIL PROTECTED]
  To: Debian-User-Mailing-List debian-user@lists.debian.org
  Subject: Unidentified subject!
  Resent-Date: 19 Jul 1998 17:37:43 -
  Resent-From: debian-user@lists.debian.org
  Resent-cc: recipient list not shown: ;
  
  Has someone debianized blackbox yet?
  
/\  Richard L. Alhama, Technical Support
/ \--,
  .o` /=
   ,,'' \/  Cyberspace Laoag,ISP
``,,http://www2.cyberspace.com.ph/~keyoz
  Overuse of the smiley is a mark of loserhood! --The Jargon File
*''
  
  
  
  --  
  Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
  
  
 
 

  /\  Richard L. Alhama, Technical Support
  / \--,
.o` /=
 ,,'' \/  Cyberspace Laoag,ISP
  ``,,http://www2.cyberspace.com.ph/~keyoz
Overuse of the smiley is a mark of loserhood! --The Jargon File
  *''



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


Re: Keeping Machine Up - Advice Needed

1998-07-20 Thread Jens B. Jorgensen
I highly recommend diald. It is highly configurable and resilient.

[EMAIL PROTECTED] wrote:

 Hi,
 Tomorow I am leaving the country for about a month and I would like to
 ensure that my machine stays up and online the whole time so I can telnet in
 and access certain files.  -  So does anyone have any tips on things I should
 do / measures to put in place to minimize the chance of my machine going down 
 /
 offline while I'm not here?
 I am running a hamm install with various slink packages. It is
 on a modem ppp link with persist set in /etc/ppp/options. It has (mlddc 
 /etc/ppp/mymldata 21)  /var/log/mlddc in ip-up, so it updates its 
 monolith
 domain any time it goes online. Also I have set the file /etc/ppp/ppp_on_boot.
 .. The idea being that if the fone disconnects it will redial and 
 reregister
 the new ip, and if power goes, when it comes back up it will dial when it 
 boots
 up and reregister the new ip. The machine runs ftpd,telnetd,ssh and httpd.

 One thing that happens occasionally is that my ISP has problems and
 their gateway will stop working and packets don't get out, but it doensn't
 actually disconnect. So I was thinking I should put something in my cron.daily
 to restart the ppp connection - What should I use to restart pppd or kill it
 and start a new one?

 Thanks in advance,
 Timothy Hospedales

 --
 E-Mail: [EMAIL PROTECTED]
 Date: 19-Jul-98
 Time: 12:41:39

 This message was sent by XFMail.
 Powered by GNU/Linux 2.0.
 --

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



--
Jens B. Jorgensen
[EMAIL PROTECTED]



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


Re: hdparm

1998-07-20 Thread Peter S Galbraith

Gary L. Hennigan wrote:

 Alexander [EMAIL PROTECTED] writes:
 |  Timing buffered disk reads:  32 MB in  6.87 seconds = 4.66 MB/sec
 | 
 | Buffer-cache reads? Uh... explain that to me please, this particular UDMA
 | can't go past 33 MB/s.
 
  The fastest disks manufactured are currently the
 10,000RPM drives, e.g., Seagate Cheetah, and their peak performance is
 20MB/s, and that's peak, which means probably only when
 reading/writing data on the outter tracks would you ever get that
 rate.

Right.
Here's what I get on an alpha box with a 4.3 GB Seagate Cheetah (running
Red Hat Linux, sorry!)

# /sbin/hdparm -t -T /dev/sda3

/dev/sda3:
 Timing buffer-cache reads:   32 MB in  0.31 seconds =103.76 MB/sec
 Timing buffered disk reads:  16 MB in  1.17 seconds =13.65 MB/sec

The system feels very fast.
-- 
Peter Galbraith, research scientist  [EMAIL PROTECTED]
Maurice Lamontagne Institute, Department of Fisheries and Oceans Canada
P.O. Box 1000, Mont-Joli Qc, G5H 3Z4 Canada. 418-775-0852 FAX: 775-0546
   6623'rd Linux user at the Linux Counter -- http://counter.li.org/ 


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


Illegal Seek (Sendmail)

1998-07-20 Thread Mark A. Bialik
Hello:

Can anyone tell me the possible reasons I'd be getting these errors in
my mailq? Machine is running Debian Linux with Sendmail 8.8.8... the
machine that these messages are trying to get to is also running
sendmail 8.8.8 (SCO UnixWare 2.1).

KAA13042 5112 Mon Jul 20 10:50 [EMAIL PROTECTED]
 (Deferred: Illegal seek)
   [EMAIL PROTECTED]

TIA,
Mark


==
Mark A. Bialik  (414) 290-6749
Systems/Security Administrator   www.pmihwy.com/~markb
Preferred Medical Informatics [EMAIL PROTECTED]
Infinity HealthCare, Inc.   [EMAIL PROTECTED]
Mequon, WI USA   www.linux.org
==

smime.p7s
Description: S/MIME Cryptographic Signature


Re: php3: unsupported or undefined function

1998-07-20 Thread Adam Heczko
Your /etc/php3.ini should looks like : 
(...)
;;
; Dynamic Extensions ;
;;
; if you wish to have an extension loaded automaticly, use the
; following syntax:  extension=modulename.extension
; for example, on windows,
; extension=msql.dll
; or under UNIX,
; extension=msql.so
extension=pgsql.so  ;- this linne you must add manually !
(...)

And RTFM under /usr/doc/* !

Adam.

*** REPLY SEPARATOR ***

On 98-07-20, at 12:59, Guido Bozzetto wrote: 

I'm trying to use postgreSQL and php3 together but don't work.
I've seen the php3 installed files and also the calendar php3
module don't work. What's wrong, what can I do ?
Here are the messages:

Fatal error: Call to unsupported or undefined function pg_connect()
Fatal error: Call to unsupported or undefined function gregoriantojd()


Thanks,
   Guido.


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


Portuguese Keyboard

1998-07-20 Thread Ana Graca Silva

Hello Debian Community!

I was wondering if someone could save me some time on finding information
about how to configure Debian to map portuguese keys and use the
portuguese keyboard layout.

thanks ...

   |\___/|
.0.0.
   (= - =)  Ana Graça Silva 
  uuu   uuu [EMAIL PROTECTED]   
  


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


is enlightenment 0.14 available as a deb package ?

1998-07-20 Thread G. Kapetanios

Hi, 
I was wondering if enlightenment v. 0.14 has been made available as a
debian package. If not, any ideas when it will happen ?
George 


---
George Kapetanios
Churchill College
Cambridge, CB3 0DSE-Mail: [EMAIL PROTECTED]
U.K.  WWW: http://garfield.chu.cam.ac.uk/~gk205/work_info.html
---



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


D2.0 on Tosh 460CDT pcmcia questions?

1998-07-20 Thread tony mollica
Hi.  I'm trying to make an install of Debian 2.0
on a Toshiba 460CDT and the install goes OK
except for the pcmcia stuff.  I'm using the tecra
disks, the system is up and running but the following
errors regarding pcmcia are present on boot:

pcmcia_core.o   unresolved symbol apm_unregister_callback_Rb7166c6e
pcmcia_core.0   unresolved symbol apm_register_callback_R4e72ac41
i82365.o   unresolved symbol unregister_ss_entry
i82365.o   unresolved symbol register_ss_entry
i82365.o   unresolved symbol CardServices
ds.o   unresolved symbol CardServices

There is obviously something that I've missed that I 
haven't yet been able to find in the documentation.

Are there any suggestions?  This is my first venture
into pcmcia equipment.

thanks,
-- 
tony mollica
[EMAIL PROTECTED]


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


Re: problems with X in hamm

1998-07-20 Thread Carlo U. Segre
On Sat, 18 Jul 1998 [EMAIL PROTECTED] wrote:

 
 I am not using hamm, but is the wrapper /usr/X11R6/bin/X suid root?

yes it is.

Carlo


---

Carlo U. Segre
Associate Professor of Physics
Illinois Institute of Technology
Chicago, IL 60616
Voice:(312) 567-3498
FAX:  (312) 567-3494
http://www.iit.edu/~segre
[EMAIL PROTECTED]


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


Re: problems with X in hamm

1998-07-20 Thread Carlo U. Segre
On Thu, 16 Jul 1998, Michael B. Taylor wrote:

 On Thu, Jul 16, 1998 at 04:16:08PM -0500, Carlo U. Segre wrote:
  
  I have been trying to install a new machine with the frozen hamm
  distribution and I am running into 2 problems with X11.
  
  1. No user outside root is allowed to start X11.  This may be a
  configuration issue but I know that this did not happen in Debian 1.3
 
 Take a look at the config and Xserver files in /etc/X11.  There are some 
 short instructions there on how to edit these files to your liking.

These seem to be OK.  I have checked with 1.3 systems and the files are as
they should be.

Carlo

---

Carlo U. Segre
Associate Professor of Physics
Illinois Institute of Technology
Chicago, IL 60616
Voice:(312) 567-3498
FAX:  (312) 567-3494
http://www.iit.edu/~segre
[EMAIL PROTECTED]


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


Re: problems with X in hamm

1998-07-20 Thread Carlo U. Segre
On Mon, 20 Jul 1998, Alexander wrote:

 Hi...
 
 Perhaps you should try downgrading to an older version of the X
 servers/packages?
 

Probably, I will do that but it will require installing 1.3 fresh since
a downgrade of just the X packages is not possible.

Carlo


---

Carlo U. Segre
Associate Professor of Physics
Illinois Institute of Technology
Chicago, IL 60616
Voice:(312) 567-3498
FAX:  (312) 567-3494
http://www.iit.edu/~segre
[EMAIL PROTECTED]


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


Re: Where could I find Gnome v.2.0 packages ? Thanks.

1998-07-20 Thread Frank Barknecht
Nuno Carvalho hat gesagt: // Nuno Carvalho wrote:

 
  Where could I find Gnome v.2.0 packages ? Thanks. 
 

It's gnome v. 0.20, and you'll have to look in the unstable tree called slink
on your debian ftp-server. Or take a look at Jim Pick's website:
www.jimpick.com
He is the maintainer for gnome.
-- 

  Frank Barknecht   
  -


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


Re: Portuguese Keyboard

1998-07-20 Thread Jens B. Jorgensen
If you're running X, the XKEYBOARD server extension in XFree86 should allow you 
to do
this. Inside of Section Keyboard you can try the line:

XkbKeymap   xfree86(pt)

And make sure you don't disable the extension by having the line

 XkbDisable

In this section. Once you're inside X you can print the keyboard's layout with
'xkbprint :0' or just generate a postscript file you can view with 'xkbprint :0
layout.ps'.

Ana Graca Silva wrote:

 Hello Debian Community!

 I was wondering if someone could save me some time on finding information
 about how to configure Debian to map portuguese keys and use the
 portuguese keyboard layout.

 thanks ...

|\___/|
 .0.0.
(= - =)  Ana Graça Silva 
   uuu   uuu [EMAIL PROTECTED]   
   

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



--
Jens B. Jorgensen
[EMAIL PROTECTED]



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


Re: Dtime of Inodes

1998-07-20 Thread Stephen J. Carpenter
On Mon, Jul 20, 1998 at 08:16:57AM -0600, [EMAIL PROTECTED] wrote:
 Hi All,
 
  I got hamm installed on my system. Everytime el2fsck runs, I get the message 
 'Deleted inode 1234 has a dtime of zero. Fix '
 
 Why does this message come?

well...
you don't want to run e2fsck on a mounted filesystem sooo...
I am assuming this happens on reboot?
are you shutting down properly? 
(ie shutdown -r now or shutdown -h now)
this is usually the case when a machine is not shutdown right or
is not properly unmounting filesystems

hmmm why would you shutdown? :) 
-Steve
-- 
/* -- Stephen Carpenter [EMAIL PROTECTED] --- [EMAIL PROTECTED] 
*/
E-mail Bumper Stickers:
A FREE America or a Drug-Free America: You can't have both!
honk if you Love Linux


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


Re: is enlightenment 0.14 available as a deb package ?

1998-07-20 Thread Frank Barknecht
G. Kapetanios hat gesagt: // G. Kapetanios wrote:

 I was wondering if enlightenment v. 0.14 has been made available as a
 debian package. If not, any ideas when it will happen ?
 George 

It's done. Take a look at:
http://www.livenet.net/~shaleh/software/enlightenment

By the way: E was released on saturday, Shaleh had it packed on sunday night.
Very cool. Keep up the good work and thanks a lot!
-- 

  Frank Barknecht   
  -


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


I need sendmail 8.9.1 help

1998-07-20 Thread Gabor Z. Papp
Hi, please respond to me in private email.

Debian 1.3
Kernel 2.0.34
Sendmail 8.9.1

I compiled the source, but looks like, something wrong, because newaliases says
always this: Cannot rebuild aliases: not database format defined.
I need only the simplest aliases file, just for remapping root and postmaster
account to my account.

Another problems is configurable error, I think, I hasn't the good .mc file for
building the correct sendmail.cf. I use fetchmail to get my mails, and I want
to deliver all incoming mail to the local sendmail, to user root. When I run
fetchmail, I get these errors:
SMTP 501, sender domain must exist
SMTP 553, root domain name required.

So, I need only these features, it seems, I'm to newbie to build my own site
config, and sendmail.mc file for linux:

- simpley aliases file for remapping root/postmaster to my account
- use smarthost verne.sea.hu
- masq all (inc. [EMAIL PROTECTED]) outgoing address to sea.hu
- use procmail as local mailer
- accept incoming sessions from all sea.hu and alarmix.net subdomains
- no cannon/dns support


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


Re: Portuguese Keyboard

1998-07-20 Thread Ana Graca Silva
On Mon, 20 Jul 1998, Jens B. Jorgensen wrote:

Ups... I forgot to mention that it was under de command line and not for X
(the machine dosen't have X yet)
But thanks, i'll save it for after X installation...

If you're running X, the XKEYBOARD server extension in XFree86 should allow 
you to do
this. Inside of Section Keyboard you can try the line:

XkbKeymap   xfree86(pt)

And make sure you don't disable the extension by having the line

 XkbDisable

In this section. Once you're inside X you can print the keyboard's layout with
'xkbprint :0' or just generate a postscript file you can view with 'xkbprint :0
layout.ps'.



   |\___/|
.0.0.
   (= - =)  Ana Graça Silva 
  uuu   uuu [EMAIL PROTECTED]   
  


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


Re: hdparm

1998-07-20 Thread Jaakko Niemi
 Hi...
 
 Umm:
 
 /dev/hda:
  Timing buffer-cache reads:   64 MB in  1.61 seconds =39.75 MB/sec
  Timing buffered disk reads:  32 MB in  6.87 seconds = 4.66 MB/sec
 
 Buffer-cache reads? Uh... explain that to me please, this particular UDMA
 can't go past 33 MB/s.
 
 But I do believe I heard of a UDMA/66 or something like that. I'm not
 using that here, though, so...

 I'm getting over 50MB /s and this ain't even UDMA grin.

--j



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


RE: Lan Tcp/ip Question

1998-07-20 Thread Patrick Ouellette
Do you have the IP-Masquerade / IP-Firewall package installed? (I forget
the actual name.)  I had similar problems after installing the ipmasq
tools.  Seems the install scripts set up a really strict rules set to
protect the Linux machine from attack over the net.  The rules were so
strict I couldn't get my windows machine (or any other) to talk to my
Linux box via IP.  I changed the firewall rules and that fixed the problem
for me.  You may need to experiment with the rules to get a set that works
for you (or sacrifice the security benefits and change the default policy
to allow - not generally a good thing).

From what you posted the network setup look ok, and your ethernet card is 
seeing traffic (so it is apparently configured correctly).

Good Luck,

Pat



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


Re: is enlightenment 0.14 available as a deb package ?

1998-07-20 Thread Shaleh
E is where you were told to find it.  It will appear in slink within the
next week or so.  There are some Redhat'isms to clean up.  Apparently it
writes to your .xinit files and some such.  Also the new Imlib (1.7) has
problems, so Imlib 1.6 was re-released by me.


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


RE: Linux via un terminal (OOPS)

1998-07-20 Thread Laurent PICOULEAU
Hi,

my previous message was supposed to go in debian-french and
not debian-user.

Sorry for any inconveniences


-- 
Laurent PICOULEAU
   [EMAIL PROTECTED]


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


Fwd: LBA or not LBA

1998-07-20 Thread Martin Schulze
-Forwarded message from [EMAIL PROTECTED] (Andreas Mueller)-

Return-Path: murphy.debian.org!joey
Received: at Infodrom Oldenburg (/\##/\ Smail3.1.29.1 #29.12 Joey)
by finlandia.Infodrom.North.DE
id m0ywMxY-001MxwC; Wed, 15 Jul 98 10:30 MET DST
Received: from murphy.debian.org (murphy.novare.net [205.229.104.6])
by namib.north.de (8.8.8/8.8.8/Debian/GNU) with SMTP id KAA28944
for [EMAIL PROTECTED]; Wed, 15 Jul 1998 10:26:31 +0200
Received: (qmail 24537 invoked by uid 847); 15 Jul 1998 08:23:52 -
Received: (qmail 24522 invoked by uid 38); 15 Jul 1998 08:23:52 -
Received: (qmail 24515 invoked by uid 38); 15 Jul 1998 08:23:52 -
Date: 15 Jul 1998 08:23:51 -
X-From_: [EMAIL PROTECTED]  Wed Jul 15 03:23:51 1998
X-Envelope-Sender: [EMAIL PROTECTED]
Received: (qmail 24494 invoked from network); 15 Jul 1998 08:23:50 -
Received: from deimos.rz.uni-osnabrueck.de (131.173.17.11)
  by murphy.novare.net with SMTP; 15 Jul 1998 08:23:50 -
Received: from phoebe.rz.Uni-Osnabrueck.DE. (net0phoebe [131.173.253.2])
by deimos.rz.uni-osnabrueck.de (8.8.7/8.8.8) with ESMTP id KAA38824
for [EMAIL PROTECTED]; Wed, 15 Jul 1998 10:23:43 +0200
From: Andreas Mueller [EMAIL PROTECTED]
Received: (from [EMAIL PROTECTED])
by phoebe.rz.Uni-Osnabrueck.DE. (8.8.6/8.8.6) id KAA15824
for [EMAIL PROTECTED]; Wed, 15 Jul 1998 10:23:38 +0200
Old-Date: Wed, 15 Jul 1998 10:23:38 +0200
Message-Id: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: LBA or not LBA
X-Diagnostic: Unprocessed
X-Envelope-To: debian-user-request
Delivered-To: [EMAIL PROTECTED]
Old-X-Status: F
X-Loop: [EMAIL PROTECTED]


Hi All

What setting's have I have to choose
(for Linux to work fine - of course!)
in the BIOS for my harddisk?

It ist a 2.1 GB Seagate

a) USER 2.1 .. .. .. .. LBA
b) USER 2.1 .. .. .. .. NORMAL


For Dos, it is LBA - I know...

By All
-am

-End of forwarded message-

-- 
We all know Linux is great... it does infinite loops in 5 seconds.
- Linus Torvalds


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


Re: Fwd: LBA or not LBA

1998-07-20 Thread Bob Nielsen
You wrote:

 Hi All
 
 What setting's have I have to choose
 (for Linux to work fine - of course!)
 in the BIOS for my harddisk?
 
 It ist a 2.1 GB Seagate
 
 a) USER 2.1 .. .. .. .. LBA
 b) USER 2.1 .. .. .. .. NORMAL
 
 
 For Dos, it is LBA - I know...

Linux will recognize the entire drive either with or without LBA.
However, if you don't use LBA, you will need to put the kernel in a
partition which is in the first 1024 cylinders.  If the drive is being
used exclusively for Linux, this is not a big deal, but if you are sharing
it with DOS you will probably want to run LBA in any case.

Bob


Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
DM42nh  http://www.primenet.com/~nielsen


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


Pine not building from source

1998-07-20 Thread Keith
I have tried about three time to build a debian package from the Pine 3.96L
files that I downloaded from the debian server. I have all three files it
runs through the whole thing, but all I get is a tech-notes package.

These are the files that I downloaded:

pine_3.96L-2.diff.gz
pine_3.96L-2.dsc
pine_3.96L.orig.tar.gz

Here is what I type.

dpkg-source-x pine_3.96L-2.dsc

It then extracts the files into a directory called pine-3.96L
I go to that directory and type:

dpkg-buildpackage

It cranks through the building process than errors at the end.

I have tried this on two different machines with the same results. 
I must be doing something wrong.

Thanks,
Keith


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


Re: Pine not building from source

1998-07-20 Thread aqy6633
 dpkg-buildpackage
 
 It cranks through the building process than errors at the end.

Run it as a root. (There are other methods, but this is the simplest)

Alex Y.
-- 
   _ 
 _( )_
( (o___   +---+
 |  _ 7   |Alexander Yukhimets|
  \()|   http://pages.nyu.edu/~aqy6633/  |
  / \ \   +---+


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