Re: Un while() de perl

2000-08-03 Thread Fernando
Hue-Bond wrote: $ cat decimals.pl #!/usr/bin/perl $num = 0.8; while ($num 1.1) { print (\$num vale $num\n); $num = $num + 0.1; print (y después $num\n\n); } Trivial, ¿verdad? $ ./decimals.pl $num vale 0.8 y después 0.9 $num vale 0.9 y después

Re: Un while() de perl

2000-08-03 Thread Javier Fdz-Sanguino Pen~a
Muy curioso... se trata de un problema de precisión #!/usr/bin/perl my $num = shift(@ARGV); while ( (1.1-$num) 0 ) { print (\$num vale $num\n); $num = $num + 0.1; print (y después $num); print (; print 1.1-$num; print )\n; } $

Re: Un while() de perl

2000-08-03 Thread Jaime E. Villate
Primero una pequeña modificación a tu programa para poder jugar con otros números: $ cat decimals3.pl #!/usr/bin/perl $num = $ARGV[0]; while ($num 1.1) { print \$num vale $num\n; $num += 0.1; print y después $num\n\n; } ~/debian$ ./decimals3.pl 0.7 $num vale 0.7 y

Re: Fallo al arrancar las x

2000-08-03 Thread Hue-Bond
El miércoles 02 de agosto de 2000 a la(s) 01:14:19 +0200, JFA contaba: Buenas, acabo de upgradear a woody, y me aparece el siguiente error al intentar arrancar las x con startx: X: server socket directory has suspicious ownership, aborting. ¿ Alguna idea ? Lo pone ahí :^). El

Re: Un while() de perl

2000-08-03 Thread Hue-Bond
El jueves 03 de agosto de 2000 a la(s) 10:07:34 +0100, Jaime E. Villate contaba: Primero una pequeña modificación a tu programa para poder jugar con otros números: $num = $ARGV[0]; Sí, bueno, toi aprendiendo O:^). Cuando crees que $num alcanzó un valor de 1.1, realmente en la memoria

Ayuda con particion

2000-08-03 Thread romeomp
Estoy tratando de instalar un windows NT a una máquina y me dicen que tengo que formatar con FAT16 o NTSC (o lago así) para que pueda ser bien instalado. También me comentaron que hay un software que se llama Partion Mgic y desearía saber ¿donde lo puedo bajar? y cual es la mejor manera de

Re: Problemas haciendo telnet

2000-08-03 Thread Grzegorz Adam Hankiewicz
On Wed, 2 Aug 2000, JFA wrote: Me parece que en vez de utilizar el paquete telnet, estás usando el telnet-ssl, aunque no debería darte problemas... Efectivamente desinstalando ssltelnet se solucionó la cosa. Grzegorz Adam Hankiewicz [EMAIL PROTECTED] - http://gradha.infierno.org Other web

lerr correo de un exchange server

2000-08-03 Thread alejandrob
Hola, Tendrias que probar configurando tu fetchmail o fetchpop no es nada del otro mundo suerte!

Re: Las empresas se dejan debianizar?

2000-08-03 Thread Juanmi Mora
On Mon, Jul 31, 2000 at 11:59:52PM +0200, [EMAIL PROTECTED] wrote: Guenas El Mon, Jul 31, 2000 at 12:08:42PM +0200, Andres Seco Hernandez disidio iscribir: Cuando en la empresa te consideran adecuadamente y hay cierta libertad, podrias insistir lo que consideres adecuado si piensas que

Re: xmovie (el progama, no es porno :)

2000-08-03 Thread jrfern
On Tue, Aug 01, 2000 at 10:16:04AM -0500, Camilo Alejandro Arboleda [EMAIL PROTECTED] wrote: Resultado de ldd sobre el xmovie precompilado: libjpeg.so.62 = /usr/lib/libjpeg.so.62 (0x0012c000) libpng.so.2 = /usr/lib/libpng.so.2 (0x0014c000) libz.so.1 = /usr/lib/libz.so.1

Re: Ayuda con particion

2000-08-03 Thread Luis Cabrera Sauco
Quien:[EMAIL PROTECTED] Cuando: jueves, 03 de agosto del 2000, a las 11:49, Qué: Ayuda con particion Estoy tratando de instalar un windows NT a una máquina y me dicen que tengo que formatar con FAT16 o NTSC (o lago así) para que pueda ser bien instalado.

Slink en el portatil:descomprime el núcleo pero se bloquea

2000-08-03 Thread Fermín Manzanedo
Hola, tras bucear en los CDs de la distro descubrí un archivo llamado ltecra. Lo copié a disquete y le cambié el nombre, pasándose a llamar linux. Introduzco el disquete en la disquetera y enciendo el sistema. Parece que marcha, ya no se bloquea al descomprimir el núcleo :), verifica todo, limpia

Re: Slink en el portatil:descomprime el núcleo pero se bloquea

2000-08-03 Thread Jaume Sabater
Prueba de arrancar sin el runlevel e ir arrancando servicio a servicio mnualmente... Nunca he instalado un portátil, pero tal y como te sale, parece que se te cuelgue después del PCMCIA services... At 20:09 03/08/00 +0200, you wrote: Hola, tras bucear en los CDs de la distro descubrí un archivo

RE: Slink en el portatil:descomprime el núcleo pero se bloquea

2000-08-03 Thread Fermín Manzanedo
Hola, soy novato novato :) y creo que me vas a tener que decir como arrancar sin el runlevel para ir cargando manualmente. Saludos, Fermín correo-e:[EMAIL PROTECTED] - Original Message - From: Jaume Sabater [EMAIL

samba problems

2000-08-03 Thread Joseph de los Santos
Hi, hoping that someone really nice can lend a helping hand...with configuring samba... 1. I always do an ifconfig eth0 192.168.0.1 netmask 255.255.255.0 everytime I boot to configure my network interface. I want to configure the interface permanently so I do not have to

autofs question

2000-08-03 Thread Brian Stults
Hello, I'm using the kernel-based auto mounter, autofs. I have all my mount points in the default /var/autofs/misc, and I have symbolic links to them in /mnt. However, whenever I do a listing of /mnt (either from an xterm, or from within an application such as StarOffice), all of the devices

Getting debian CD to recognize SCSI disk(s)

2000-08-03 Thread Ed Burke
I found quite by accident that I can boot from CD but the procedure does NOT recognize my scsi drive(s). According to the logon message I have two drives but 1 doesn't seem to have been recognized under MS95. That's another issue the primary drive was partitioned using Partition

Re: java

2000-08-03 Thread Thomas Kirsch
Jens B. Jorgensen wrote: Goeman Stefan wrote: Hello, I know, this is not really a question about Debian. You got that right. The question is actually very simple. I want to convert a string to a double. There is a method in the java.lang.Double named parseDouble When I

Re: samba problems

2000-08-03 Thread Phil Brutsche
A long time ago, in a galaxy far, far way, someone said... Hi, hoping that someone really nice can lend a helping hand...with configuring samba... Samba's not that hard. 1. I always do an ifconfig eth0 192.168.0.1 netmask 255.255.255.0 everytime I boot to configure my network

more on syslogd remote logging

2000-08-03 Thread [EMAIL PROTECTED]
ok, i got syslogd working it is recieving log entries from my router, now im curious how i would redirect those to a dedicated file? i tried various things in /etc/syslog.conf and the log file is empty still. I'd like to redirect everything from 10.10.10.1 to /var/log/dsl.log sample log entries:

[fox@xs4all.nl: Re: gnapster won't download: fopen: No such file or directory]

2000-08-03 Thread Rev GRC Sperry
ermm, no it ain't. Please read the second half of what you quote below: Today the court of appeals stayed the judge's order to shut down Napster until they consider our appeal, probably in September. Not that I think napster does it's job particularly well but I thought people should know

Re: gzipped readmes in /usr/doc/*

2000-08-03 Thread GOTO Masanori
At Wed, 02 Aug 2000 13:29:28 +0900, Kenshi Muto [EMAIL PROTECTED] wrote: what is the command to read these README documents, without having to first use a command to un-gzip the same? Many pager software supports gzip-ed file. less, jless, lv, ... (But 'more' command doesn't support

Re: gzipped readmes in /usr/doc/*

2000-08-03 Thread Russ Pitman
Try using mc midnight commander . Just select the file and hit 'F3'. On Tue, Aug 01, 2000 at 09:25:25PM -0700, S. Champ wrote: hi. i'm seeing a lot of README.*.gz in /usr/doc/* i'm guessing it's been done that way for the sake of space-conservation. i'm admittedly frustrated at the

Re: more on syslogd remote logging

2000-08-03 Thread Robert Waldner
On Wed, 02 Aug 2000 22:45:59 PDT, [EMAIL PROTECTED] writes: ok, i got syslogd working it is recieving log entries from my router, now im curious how i would redirect those to a dedicated file? i tried various things in /etc/syslog.conf and the log file is empty still. I'd like to redirect

PPP patched for SSL?

2000-08-03 Thread Simon Law
Has ppp in potato been patched for SSL? I'm planning a network and am hoping that my Debian router will be able to doing ppp and poptop so that some Windows clients can connect securely to my LAN. Thanks for the info.

Re: more on syslogd remote logging

2000-08-03 Thread John Pearson
On Wed, Aug 02, 2000 at 10:45:59PM -0700, [EMAIL PROTECTED] wrote ok, i got syslogd working it is recieving log entries from my router, now im curious how i would redirect those to a dedicated file? i tried various things in /etc/syslog.conf and the log file is empty still. I'd like to

RE: samba problems

2000-08-03 Thread CHEONG, Shu Yang \[Patrick\]
OK here goes cd to /etc/network and ls to see whether you already have a file there named interfaces. If not, use you favourite editor (mine's ae, BTW as it is so ealy to use for simple editing) and create this file with the following contents:- # The loopback device iface lo inet loopback

Re: cos() in math.h ?

2000-08-03 Thread William T Wilson
On Thu, 3 Aug 2000, Christophe TROESTLER wrote: Thanks to all for answering my very simple question. Now, how was I supposed to know I had to link against `m'? I mean, given a header file, is the file I have to link against specified in the doc? Is there any info on that subject you can

Re: cos() in math.h ?

2000-08-03 Thread William T Wilson
On Thu, 3 Aug 2000, Christophe TROESTLER wrote: simply need to include `math.h'. However, when I compile, I got the error: /tmp/cc9WOsLC.o(.text+0x16): undefined reference to `cos' collect2: ld returned 1 exit status This is actually a linker error - undefined references

holly crap!

2000-08-03 Thread Jaye Inabnit ke6sls
Help, PLEASE HELP I've done somethig very bad.. I did: rm * /var/spool/fax/outgoing I was user not root (little sigh), but I lost a lot of data.. Is there ANYWAY to recover all the lost files in /home/me ??? thanks . . .

Re: more on syslogd remote logging

2000-08-03 Thread Mark Brown
On Wed, Aug 02, 2000 at 10:45:59PM -0700, [EMAIL PROTECTED] wrote: things in /etc/syslog.conf and the log file is empty still. I'd like to redirect everything from 10.10.10.1 to /var/log/dsl.log The standard syslog doesn't support that, although I don't know about others. If you need the

Re: your mail

2000-08-03 Thread Simon Law
Hi, You want to: bash$ export http_proxy=http://msproxy.on.windows.box:portnumber; You probably also want to set ftp_proxy to the same thing. On Tue, 1 Aug 2000, CHEONG, Shu Yang [Patrick] wrote: Hi guys! I have been searching high and low for the answer but no such luck.I am

Re: holly crap!

2000-08-03 Thread Andrei Ivanov
I've done somethig very bad.. I did: rm * /var/spool/fax/outgoing I was user not root (little sigh), but I lost a lot of data.. Is there ANYWAY to recover all the lost files in /home/me ??? I guess you were in home when you did that. Well, nope. Unless you made backups, whatever you

Re: OT: less v. more CCing

2000-08-03 Thread Gerfried Fuchs
On 02 Aug 2000, Bolan Meek [EMAIL PROTECTED] wrote: On topics arisen from this discussion, Gerfried Fuchs wrote: ...BTW, please refrain from sending to _both_ the list and me, I read the list. ... One may assume that those whose names one sees often are subuscribed, but how to be sure,

Re: holly crap!

2000-08-03 Thread William T Wilson
On Thu, 3 Aug 2000, Andrei Ivanov wrote: I was user not root (little sigh), but I lost a lot of data.. Is there ANYWAY to recover all the lost files in /home/me ??? I guess you were in home when you did that. Well, nope. Unless you made backups, whatever you deleted is now gone. It is

Re: more on syslogd remote logging

2000-08-03 Thread [EMAIL PROTECTED]
ok, i did see some stuff on it when using syslog-ng, i'll play around more with that tomorrow night -- thanks!! nate On Thu, 3 Aug 2000, Mark Brown wrote: brooni On Wed, Aug 02, 2000 at 10:45:59PM -0700, [EMAIL PROTECTED] wrote: brooni brooni things in /etc/syslog.conf and the log file is

Re: Getting debian CD to recognize SCSI disk(s)

2000-08-03 Thread kmself
On Sat, Aug 02, 1980 at 08:46:24AM -0700, Ed Burke wrote: Fix your system date. I found quite by accident that I can boot from CD but the procedure does NOT recognize my scsi drive(s). According to the logon message I have two drives but 1 doesn't seem to have

Re: holly crap!

2000-08-03 Thread kmself
On Wed, Aug 02, 2000 at 11:13:04PM -0700, Jaye Inabnit ke6sls wrote: Help, PLEASE HELP I've done somethig very bad.. I did: rm * /var/spool/fax/outgoing I was user not root (little sigh), but I lost a lot of data.. Is there ANYWAY to recover all the lost files in /home/me ???

Re: OT: less v. more CCing

2000-08-03 Thread Brian May
Gerfried == Gerfried Fuchs [EMAIL PROTECTED] writes: Gerfried I go another way: I included now a header that should Gerfried be respected by most MUAs: Mail-CopiesTo: never The mail-copies-to header does sound good, but I have mixed feelings as to if it really solves the problems. Oh,

Re: holly crap!

2000-08-03 Thread Nicole Zimmerman
I've done somethig very bad.. I did: rm * /var/spool/fax/outgoing I was user not root (little sigh), but I lost a lot of data.. Is there ANYWAY to recover all the lost files in /home/me ??? There is a package in unstable called 'recover'. Description: Undelete files on ext2

Re: t-dsl

2000-08-03 Thread Christian Brandt
Arthur H. Edwards wrote: I'm a bit confused. On a normal dial-up I have been using PPP and do have a static IP address. If ADSL is using PPP what about DSL prevents PPP from doing the same thing? actually its up to the radius or router of the isp to supply an ip. They can use a fixed ip for

Re: Backing up a Linux system

2000-08-03 Thread kmself
On Wed, Aug 02, 2000 at 05:28:14PM +0100, [EMAIL PROTECTED] wrote: Debian Potato (Frozen) with Slink KDE. I want to be able to backup my linux system to scsi tape (nst0) such that, if my hard drive falls into little pieces one bright sunny day, I can boot from a rescue floppy and restore

Re: cdrom

2000-08-03 Thread kmself
On Wed, Aug 02, 2000 at 02:23:54PM -0400, Andy The King wrote: Hello! I just recently purchased a copy of Debian GNU/Linux 2.1. Although my friend told me that I can just down loaded for free from the web. So I installed it on my machine and everything runs well except for that my cdrom

Re: some questions

2000-08-03 Thread kmself
On Wed, Aug 02, 2000 at 09:46:41PM +0300, Tzafrir Cohen wrote: On Wed, 2 Aug 2000, David Karlin wrote: On Wed, Aug 02, 2000 at 11:28:52AM +0300, Tzafrir Cohen wrote: 1. When using a network adapter whose driver is compiled as a module - where does this module get loaded? I currently

Re: new PC disk problem?

2000-08-03 Thread kmself
On Wed, Aug 02, 2000 at 10:27:59AM -0400, Peter S Galbraith wrote: I received a new Dell computer last week, and after a backup of my system tar reported problems with one file. While trying to read that file, I get I/O errors: hda: read_intr: status=0x59 { DriveReady SeekComplete

Re: Installing packages without manpages and docs

2000-08-03 Thread Marc Haber
On Thu, 3 Aug 2000 10:34:12 +1000 , Kenrick, Chris [EMAIL PROTECTED] wrote: IIRC Slink minimum install is circa 30 MB Would it be worth a try installing minimal Slink first, then apt-get upgrade;apt-get dist-upgrade ? No. The man pages are in the packages themselves. Your approach wouldn't give

ppp connection speed

2000-08-03 Thread Philippe MICHEL
Hello, I am using Debian slink, and a standard modem/pppd connection to my provider. Everything works well since years (I used the same config with Slakware) But how/where can I see with which speed the modem has been connected ?? thanks, -- - Philippe MICHEL - [EMAIL PROTECTED] - [EMAIL

re: cdrom ... and alsa

2000-08-03 Thread R K
cd-rw discs require different laser frequencies in order to be read (that's why you cant use them in most audio cd players and dvd players) most new computer cd drives implement multi-read functionality. i think it was multi-read.. i dunno.. i always get the terms mixed up.. =) if you look at

disk partition using fips

2000-08-03 Thread SDI \\
I would dearly like to repartition a drive on my systemto give me MORE spacefor linux. So I duely ran noton and defragged, which put all the stuff in the first 10% of the disk. But, looking on the map , the last sector had hidden files on it. So I turned on visualization in Win 98ofhidden file

Sound speed problems

2000-08-03 Thread Stefan Bellon
Hi everybody! I have installed a happily running woody on my notebook. Now I've installed potato on my girlfriend's computer (a Compaq Presario 9500 with Pentium 120 MHz processor and 40 MB RAM). In general things are fine except two points: too small resolution (other topic) and sound. The

X with a S3 Trio64V+ card

2000-08-03 Thread Stefan Bellon
Hi everybody! Does anybody have a XF86Config file for the S3 Trio64V+ card? I've managed to get a 800x600 running, but I'd like to increase to 1024x768. Whenever I modify the XF86Config (with XF86Setup) to contain a 1024x768 ModeLine, the server dies when trying to start it. Isn't such a

Re: Man -K

2000-08-03 Thread Piotr Krukowiecki
On 2 Aug 2000, John Hasler wrote: Andrew Sullivan writes: I thought the original poster was talking about a _full body_ search of the man pages. Do RH and SuSE really do that? Certainly, apropos doesn't -- it searches the description (at least on my system). Which would be fine if

Re: Man -K

2000-08-03 Thread Fabrizio Polacco
On Wed, Aug 02, 2000 at 01:54:42PM +0200, [EMAIL PROTECTED] wrote: On Wed, 2 Aug 2000, Piotr Krukowiecki wrote: I wonder why debian have man without -K option (searching through body of manpage, not only title), unlike RH or Suse RedHat uses a different program. But Suse uses the same

Re: ppp connection speed

2000-08-03 Thread kmself
On Thu, Aug 03, 2000 at 10:48:32AM +0200, Philippe MICHEL wrote: Hello, I am using Debian slink, and a standard modem/pppd connection to my provider. Everything works well since years (I used the same config with Slakware) But how/where can I see with which speed the modem has been

Re: Man -K

2000-08-03 Thread Piotr Krukowiecki
On Thu, 3 Aug 2000, Fabrizio Polacco wrote: On Wed, Aug 02, 2000 at 01:54:42PM +0200, [EMAIL PROTECTED] wrote: On Wed, 2 Aug 2000, Piotr Krukowiecki wrote: I wonder why debian have man without -K option (searching through body of manpage, not only title), unlike RH or Suse

e-mail errors

2000-08-03 Thread Paulo Henrique Baptista de Oliveira
Hi all, I have a domain (domain.com) and want redirect all e-mail errors from inexistentes e-mail ([EMAIL PROTECTED]) to my mail ([EMAIL PROTECTED]). I'm using exim and potato. Thanks, Paulo Henrique

Re: ppp connection speed

2000-08-03 Thread Philippe MICHEL
kmself@ix.netcom.com wrote: On Thu, Aug 03, 2000 at 10:48:32AM +0200, Philippe MICHEL wrote: Hello, I am using Debian slink, and a standard modem/pppd connection to my provider. Everything works well since years (I used the same config with Slakware) But how/where can I see

Console Problem

2000-08-03 Thread Jack Morgan
I'm having with my console nd running aplications (e.g. mutt,lynx) I'm using a laptop with 800x600 resolution, but i'm getting 640x480. How can I increase the resolution. Running potato. TIA Jack Morgan [EMAIL PROTECTED]

Re: Man -K

2000-08-03 Thread John Hasler
Piotr Krukowiecki writes: But they don't. And you can't describe man which has 100 pages or more in one line. Of course you. More importantly, you can put the keywords that people are most likely to search for in that one line. The man foramt really ought to include a 'keywords' line, though.

Re: Console Problem

2000-08-03 Thread Moritz Schulte
On Thu, Aug 03, 2000 at 04:37:17PM +0900, Jack Morgan wrote: I'm having with my console nd running aplications (e.g. mutt,lynx) I'm using a laptop with 800x600 resolution, but i'm getting 640x480. How can I increase the resolution. Running potato. with framebuffer? moritz -- /* Moritz

Re: cos() in math.h ?

2000-08-03 Thread David Teague
Hi I was bit by this bug in my first real C program. 1986? I looked HARD. I had to figure it out from the manuals. With C not including some header files results in a default prototype being used, int name(...); which may get you linked ok, but does no checking. ANSI C is almost C++ The

Re: new PC disk problem?

2000-08-03 Thread Peter S Galbraith
kmself@ix.netcom.com wrote: On Wed, Aug 02, 2000 at 10:27:59AM -0400, Peter S Galbraith wrote: I received a new Dell computer last week, and after a backup of my system tar reported problems with one file. While trying to read that file, I get I/O errors: hda: read_intr:

Re: apt-get byte compile problem

2000-08-03 Thread Peter Mickle
Peter S Galbraith [EMAIL PROTECTED] writes: I really doubt that any files are being deleted. Usually, .el files stay put in someplace like /usr/share/emacs/site-lisp/ and byte-compiled versions go in: /usr/share/emacs/19.34/site-lisp/ /usr/share/emacs/20.6/site-lisp/

Network Printing, from an Apple, to Debian, one small? problem

2000-08-03 Thread Adam Scriven
Ok, thanks to all the great suggestions, I can now see the Canon on the Mac+, and it tries to print. The problem is, there's no PPD file that I can find for it. Does this mean that I'm screwed? I've searched the canon site, I downloaded the canon set from Adobe, but there's nothing that even

the finer points of pump configuration (dhcp cable modem)

2000-08-03 Thread Tester
Pump seems to be working fine from root's command line without any config customization at all; now I'd like to know the debianly correct polished way to run it. Some of the questions I haven't found answered in the documentation are: Where do I specify that it should run when the system is

Re: disk partition using fips

2000-08-03 Thread David Wright
Quoting SDI Semiconductor Instruments\ ([EMAIL PROTECTED]): So I duely ran noton and defragged, which put all the stuff in the first 10% of the disk. But, looking on the map , the last sector had hidden files on it. So I turned on visualization in Win 98ofhidden file types.and system files-

Eterm upgrade

2000-08-03 Thread Dave Sherohman
I just updated from eterm_0.8.10-10 to eterm_0.9.0-7 last night. Although the new version plays much more nicely with WindowMaker, the process has been somewhat less than pleasant, what with changes to configuration options and even the name of the theme files changeing, but I've got it mostly

Adapted AHA1542 Problems.

2000-08-03 Thread Adam Scriven
Hey again. I've got an old ISA AHA-1542CF SCSI card in my new fileserver. The bios for the card boots up OK, and I can see all devices on it (just a zip drive right now, ID 6), but the card isn't being seen in Debian. I compiled the driver as a module (I've recompiled a much nicer kernel

Cc: to poster (was Re: OT: less v. more...)

2000-08-03 Thread Bolan Meek
Gerfried Fuchs wrote: On 02 Aug 2000, Bolan Meek [EMAIL PROTECTED] wrote: On topics arisen from this discussion, Gerfried Fuchs wrote: ...BTW, please refrain from sending to _both_ the list and me, I read the list. ... One may assume that those whose names one sees often are

Re: Cc: to poster (was Re: OT: less v. more...)

2000-08-03 Thread Ben Pfaff
Frankly, I'd appreciate it if you guys would stop CC:'ing *me* in this discussion, which is *way* sidetracked from what I wrote.

System locking

2000-08-03 Thread Jeronimo Pellegrini
Hello, some weeks ago, my system began to lock. Everything locks -- including the keyboard (so the SysRq key doesn't help). I've bought a new CPU fan, becuase I thought it could be the problem... But that didn't help. I also thought it could be memory, but I have been compiling kernels

Re: holly crap!

2000-08-03 Thread Nitebirdz
On Thu, 3 Aug 2000, Andrei Ivanov wrote: I've done somethig very bad.. I did: rm * /var/spool/fax/outgoing I was user not root (little sigh), but I lost a lot of data.. Is there ANYWAY to recover all the lost files in /home/me ??? I guess you were in home when you did that.

Re: holly crap!

2000-08-03 Thread Tom Pfeifer
Jaye Inabnit ke6sls wrote: Help, PLEASE HELP I've done somethig very bad.. I did: rm * /var/spool/fax/outgoing I was user not root (little sigh), but I lost a lot of data.. Is there ANYWAY to recover all the lost files in /home/me ??? thanks . . . The Ext2fs Undeletion

Re: disk partition using fips

2000-08-03 Thread Tom Pfeifer
Since you have Norton Utilities, be aware that the Image program that comes with it will typically keep a couple files at the end of a partition. These files will be in the root directory and have names like image.bak, image.idx, image.dat. If you have those they can be safely deleted - Image will

Re: System locking

2000-08-03 Thread Thomas Guettler
On Thu, Aug 03, 2000 at 12:42:10PM -0300, Jeronimo Pellegrini wrote: Hello, some weeks ago, my system began to lock. Everything locks -- including the keyboard (so the SysRq key doesn't help). I've bought a new CPU fan, becuase I thought it could be the problem... But that didn't

Re: Network Printing, from an Apple, to Debian, one small? problem

2000-08-03 Thread keke abe
Adam Scriven wrote: The problem is, there's no PPD file that I can find for it. You need a ppd file for Apple Laser Writers, not for Canon's. LaserWriter Personal NTR(APLWNTR1.PPD) should work. If you don't have it already, you can download it from:

Re: new PC disk problem?

2000-08-03 Thread kmself
On Thu, Aug 03, 2000 at 09:35:03AM -0400, Peter S Galbraith wrote: kmself@ix.netcom.com wrote: On Wed, Aug 02, 2000 at 10:27:59AM -0400, Peter S Galbraith wrote: I received a new Dell computer last week, and after a backup of my system tar reported problems with one file. While

Re: ppp connection speed

2000-08-03 Thread kmself
On Thu, Aug 03, 2000 at 01:55:51PM +0200, Philippe MICHEL wrote: kmself@ix.netcom.com wrote: On Thu, Aug 03, 2000 at 10:48:32AM +0200, Philippe MICHEL wrote: Hello, I am using Debian slink, and a standard modem/pppd connection to my provider. Everything works well since

Re: new PC disk problem?

2000-08-03 Thread Peter S Galbraith
On Wed, Aug 02, 2000 at 10:27:59AM -0400, Peter S Galbraith wrote: I received a new Dell computer last week, and after a backup of my system tar reported problems with one file. While trying to read that file, I get I/O errors: hda: read_intr: status=0x59 { DriveReady SeekComplete

Re: Cc: to poster (was Re: OT: less v. more...)

2000-08-03 Thread kmself
On Thu, Aug 03, 2000 at 10:34:35AM -0500, Bolan Meek wrote: Gerfried Fuchs wrote: On 02 Aug 2000, Bolan Meek [EMAIL PROTECTED] wrote: On topics arisen from this discussion, Gerfried Fuchs wrote: ...BTW, please refrain from sending to _both_ the list and me, I read the list. ...

Re: Fw: Free Linux Journal T-Shirt!

2000-08-03 Thread kmself
On Wed, Aug 02, 2000 at 08:58:46PM +0200, Jürgen A. Erhard wrote: kmself == kmself kmself@ix.netcom.com writes: [...] kmself It's also worth noting that Slackware wasn't listed, nor kmself were any of the *BSDs. BSD? Uhm, Karsten, last I checked, it was still the Linux

Alpha install

2000-08-03 Thread Chad Dale
I just went through the install for potato on an AlphaServer 400 4/166 system, and everything went fine, but when I reboot it does not take me into the OS, I just get the SRM prompt again. I try booting from the floppy again with boot dva0 -file linux -flag root=/dev/sda2 and it loads the

Re: Adapted AHA1542 Problems.

2000-08-03 Thread Alberto Brealey
On Thu, Aug 03, 2000 at 10:53:41AM -0400, Adam Scriven wrote: already, cut the size in half), and the module's available in Modconf, but I get a Device or resource busy, and the installation fails. i used to have the same problem. So, I tried to fix that with a boot parameter,

Re: Adapted AHA1542 Problems.

2000-08-03 Thread Adam Scriven
At 11:11 2000/08/03 -0600, you wrote: On Thu, Aug 03, 2000 at 10:53:41AM -0400, Adam Scriven wrote: So, I tried to fix that with a boot parameter, aha1542=0x130, but that doesn't seem to have done anything either. each time i re-install windows on the box (every 6 months, tops), it fscks the

Re: gzipped readmes in /usr/doc/*

2000-08-03 Thread Sven Burgener
On Wed, Aug 02, 2000 at 06:20:29PM -0500, Kent West wrote: [Only HTML] Cut it out, would you please... Sven -- Windows does *not* have bugs. It just develops random features.

Re: System locking

2000-08-03 Thread kmself
On Thu, Aug 03, 2000 at 12:42:10PM -0300, Jeronimo Pellegrini wrote: Hello, some weeks ago, my system began to lock. Everything locks -- including the keyboard (so the SysRq key doesn't help). I've bought a new CPU fan, becuase I thought it could be the problem... But that didn't

find question

2000-08-03 Thread Shao Zhang
Hi, can somebody help me with this one? % find `pwd` \( -name *.log -o -name *.aux \) /home/shao/report/main.log /home/shao/report/main.aux /home/shao/report/title.aux /home/shao/report/abstract.aux % find `pwd` \( -name *.log -o -name *.aux \) -exec 'rm {}' ';' find: rm

Re: X with a S3 Trio64V+ card

2000-08-03 Thread Bolan Meek
Stefan Bellon wrote: Hi everybody! Does anybody have a XF86Config file for the S3 Trio64V+ card? I've managed to get a 800x600 running, but I'd like to increase to 1024x768. Whenever I modify the XF86Config (with XF86Setup) to contain a 1024x768 ModeLine, the server dies when trying to

Re: ppp connection speed

2000-08-03 Thread John Hasler
Karsten M. Self writes: The raw information is available under /proc/net,... That is just the speed of the connection from the computer to the modem. It is generally much higher then the modem bit rate (not baud rate. There is an AT command to tell your modem to report the bit rate and a chat

Re: noise from monitor, HELP!

2000-08-03 Thread Stephan Hachinger
Oh, I forgot to post this... only sent it to John. - Original Message - From: Stephan Hachinger [EMAIL PROTECTED] To: John Pearson [EMAIL PROTECTED] Sent: Wednesday, August 02, 2000 12:49 PM Subject: Re: noise from monitor, HELP! Hello! Now all of a sudden I get a VERY high

Re: ppp connection speed

2000-08-03 Thread Ron Farrer
kmself@ix.netcom.com (kmself@ix.netcom.com) wrote: On Thu, Aug 03, 2000 at 01:55:51PM +0200, Philippe MICHEL wrote: kmself@ix.netcom.com wrote: On Thu, Aug 03, 2000 at 10:48:32AM +0200, Philippe MICHEL wrote: Hello, I am using Debian slink, and a standard modem/pppd

Palm packages

2000-08-03 Thread Frodo Baggins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi debians, Looking into the local package database with dpkg -l *palm* I found two packages concerning palm, namel gcc-mk68-palmos anf binutils-m68k-palmos. If I understand weel, they allows to install a cross-compiler for palmos. Now, doing

What do I have to do to get my server running?

2000-08-03 Thread Cameron Matheson
Hey, I'm turning my Linux into a server for my family's to Windoze machines, but I'm not sure what exactly to do. I've installed the Samba packages, and compiled SMB support into the kernel. I've got my NE2000 working, so now I just need to know how to connect to the network. Any help would be

Re: ppp connection speed

2000-08-03 Thread Christopher Mosley
On 3 Aug 2000, John Hasler wrote: Karsten M. Self writes: The raw information is available under /proc/net,... That is just the speed of the connection from the computer to the modem. It is generally much higher then the modem bit rate (not baud rate. higher rate useful for on the fly

Re: Alpha install

2000-08-03 Thread Ron Farrer
Chad Dale ([EMAIL PROTECTED]) wrote: I just went through the install for potato on an AlphaServer 400 4/166 system, and everything went fine, but when I reboot it does not take me into the OS, I just get the SRM prompt again. I try booting from the floppy again with boot dva0 -file

Re: X with a S3 Trio64V+ card

2000-08-03 Thread Stefan Bellon
In article [EMAIL PROTECTED], Bolan Meek [EMAIL PROTECTED] wrote: Stefan Bellon wrote: [1024x768 on S3 Trio64V+] Isn't such a resolution possible with this card? I have S3 Trio64V+ in a EonTronics Renoir card, originally with 1MB, lately upgraded to 2MB. I have 1152x7??x16bpp. I had

Re: find question

2000-08-03 Thread Alexey Vyskubov
% find `pwd` \( -name *.log -o -name *.aux \) -exec 'rm {}' ';' find: rm /home/shao/report/main.log: No such file or directory It tries to execute command rm[space]/home/shao/report/main.log. Of course there is no such command. You should execute 'rm' with filename as a parameter; so write rm

Re: holly crap!

2000-08-03 Thread Jaye Inabnit ke6sls
Hello, I wanted to drop this back to the list and thank EVERYONE who took a moment to reply to my major oopsie I have never done something to was so destructive and so very fast - yup, linux is truly a power OS.. I did loose it all. I was going to copy the whole hd, so I installed a new

Broken X

2000-08-03 Thread Philip Downer
If anyone could help me with this I'd appreciate it. I've just installed debian potato test-cycle-1 (some cds I bought at UK Linux Expo 2000). However whenever I run X I get the following message: Fatal Server Error: cannot open mouse (No such file or directory) I decided to create the

Re: disk partition using fips

2000-08-03 Thread SDI \\
In the meantime, I actually worked out a crummy, lowtech solution to the problem. I happened to have an old version of a Windows disk tool called NUTS AND BOLTS by McAffee. If you go into the disk defragmenting section of this toolset, it shows a detailed display of what is in all of the blocks on

  1   2   >