[newbie] lilo v21.5

2001-01-27 Thread Sean Kenny

I've now discovered that my lilo problem is probably down to the fact that I
have an olde version of lilo. Can some one point me in the right direction
of how to obtain lilo v.21.5, and also where I might find out the process by
which I upgrade lilo.





RE: [newbie] lilo config problems

2001-01-22 Thread Sean Kenny


 Hi Sean

 Change the default setting to "windows" minus the quotes of course giving
 you a line that reads:
 default =windows


That what i have been attempting to do using the emacs editor, but every
time I run /sbin/lilo to get lilo to accept the edited changes I get the
cylinder error message I spoke of.

 as for the cylinder error. I had a similar error when I disabled
 lba during
 installation. I take it windows on your system has something like the 1st
 8gig of the HD? If so, look for where you are asked about lba
 suuport during
 installation. I can't recall exactly where it was now, but I suspect that
 may solve the prob.

Windows ME actually takes up the first 4 gb of my HD and Mandrake the
remaining 4GB, am I going to have to reinstall again?



 James

 - Original Message -
 From: "Sean Kenny" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, January 19, 2001 8:52 AM
 Subject: [newbie] lilo config problems


  Here's my lilo.conf file and below is the problem I'm having
 
  boot=/dev/hda
  map=/boot/map
  install=/boot/boot.b
  default=linux
  keytable=/boot/uk.klt
  lba32
  prompt
  timeout=50
  message=/boot/message
  image=/boot/vmlinuz
  label=linux
  root=/dev/hda7
  append=" hdb=ide-scsi"
  read-only
  image=/boot/vmlinuz
  label=failsafe
  root=/dev/hda7
  append=" hdb=ide-scsi failsafe"
  read-only
  other=/dev/hda1
  label=windows
  table=/dev/hda
  other=/dev/fd0
  label=floppy
  unsafe
 
  I want to change this to boot into Windows by default, while I'm
 familairising
  myself with Mandrake, and because the kids insist, but whether I do this
 in
  Klilo or edit it myself in emacs and run /sbin/lilo I get the following
 error
  message
 
  warning: device 0x0307 exceeds 1204 cylinder limit
  Fatal: geo_comp_addr: Cylinder number is too big (2991  1023)
 
  Wgat does this mean and how can I get around it?
 






[newbie] lilo config problems

2001-01-21 Thread Sean Kenny

Here's my lilo.conf file and below is the problem I'm having

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
default=linux
keytable=/boot/uk.klt
lba32
prompt
timeout=50
message=/boot/message
image=/boot/vmlinuz
 label=linux
 root=/dev/hda7
 append=" hdb=ide-scsi"
 read-only
image=/boot/vmlinuz
 label=failsafe
 root=/dev/hda7
 append=" hdb=ide-scsi failsafe"
 read-only
other=/dev/hda1
 label=windows
 table=/dev/hda
other=/dev/fd0
 label=floppy
 unsafe

I want to change this to boot into Windows by default, while I'm familairising
myself with Mandrake, and because the kids insist, but whether I do this in
Klilo or edit it myself in emacs and run /sbin/lilo I get the following error
message

warning: device 0x0307 exceeds 1204 cylinder limit
Fatal: geo_comp_addr: Cylinder number is too big (2991  1023)

What does this mean and how can I get around it?





[newbie] lilo config problems

2001-01-21 Thread Sean Kenny

Here's my lilo.conf file and below is the problem I'm having

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
default=linux
keytable=/boot/uk.klt
lba32
prompt
timeout=50
message=/boot/message
image=/boot/vmlinuz
label=linux
root=/dev/hda7
append=" hdb=ide-scsi"
read-only
image=/boot/vmlinuz
label=failsafe
root=/dev/hda7
append=" hdb=ide-scsi failsafe"
read-only
other=/dev/hda1
label=windows
table=/dev/hda
other=/dev/fd0
label=floppy
unsafe

I want to change this to boot into Windows by default, while I'm familairising
myself with Mandrake, and because the kids insist, but whether I do this in
Klilo or edit it myself in emacs and run /sbin/lilo I get the following error
message

warning: device 0x0307 exceeds 1204 cylinder limit
Fatal: geo_comp_addr: Cylinder number is too big (2991  1023)

Wgat does this mean and how can I get around it?




[newbie] test

2001-01-21 Thread Sean Kenny

Apolgies

test newbie list - I've posted acouple of times from kmail and they haven't
appeared, although other stuff seems to get through.




RE: [newbie] configuring LILO.

2001-01-15 Thread Sean Kenny



  Klilo keeps telling me my Hd is too big for it to reconfigure the boot
  sequence, and although I've edited lilo.conf I still can't get
 my machine to
  boot into the win partition by default, lilo seems to be
 ignoring the edit
  I've done. Have I missed something?

   Here's the first bit of lilo.conf:

 boot = /dev/hda
 map = /boot/map
 timeout = 50
 prompt
   message = /boot/message
   default = linux

   That last line should read whatever you've name your Windows
 partition in /etc/fstab.  If you've done that,  it's still not
 working, try editing the file again, but this time, as root, run:

 # /sbin/lilo

   That, instead of using klilo, should do it.

.. and so I thought too. Unfortunatly I'm getting the same error message
that I got from lilo about
the HDD being too big. Any other ideas?





[newbie] META - how the list works

2001-01-15 Thread Sean Kenny

For every post I make I get a bounce, but the same post turns up on the list
anyway, anyone know why this might be?





RE: [newbie] configuring LILO.

2001-01-15 Thread Sean Kenny


 make it /dev/hda1 or /dev/hda?

.. and being a real newbie, what exactly am I changing to the above  ... and
how?


 Op maandag 15 januari 2001 18:57, schreef u:
Klilo keeps telling me my Hd is too big for it to
 reconfigure the boot
sequence, and although I've edited lilo.conf I still can't get
  
   my machine to
  
boot into the win partition by default, lilo seems to be
  
   ignoring the edit
  
I've done. Have I missed something?
  
 Here's the first bit of lilo.conf:
  
   boot = /dev/hda
   map = /boot/map
   timeout = 50
   prompt
 message = /boot/message
 default = linux
  
 That last line should read whatever you've name your Windows
   partition in /etc/fstab.  If you've done that,  it's still not
   working, try editing the file again, but this time, as root, run:
  
   # /sbin/lilo
  
 That, instead of using klilo, should do it.
 
  .. and so I thought too. Unfortunatly I'm getting the same error message
  that I got from lilo about
  the HDD being too big. Any other ideas?

 --
 Luk Vermeylen
 Putse Baan 84
 2040 Antwerpen 4
 03/295.00.12
 [EMAIL PROTECTED]
 linux counter: #186539






[newbie] test

2001-01-14 Thread Sean Kenny

test




[newbie] configuring LILO.

2001-01-14 Thread Sean Kenny

Klilo keeps telling me my Hd is too big for it to reconfigure the boot
sequence, and although I've edited lilo.conf I still can't get my machine to
boot into the win partition by default, lilo seems to be ignoring the edit
I've done. Have I missed something?

Sean





Re: [newbie] Console Dial Up

2000-06-11 Thread Kenny

use Wvdial. Its fast and easy. It finds your modem and configures it
automatically.
If you need it let me know and I"ll send it to you
Kenny
- Original Message -
From: "Marc" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, June 08, 2000 7:46 AM
Subject: [newbie] Console Dial Up


 I have searched low and medium and I do not know where high is. Well I
guess
 this is high. Can some one let me know how I can dial into my isp through
 the console only. No need to go into X at all. Thanks alot.


 _
 NetZero - Defenders of the Free World
 Click here for FREE Internet Access and Email
 http://www.netzero.net/download/index.html




_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] Wine problems

2000-06-09 Thread Kenny

had that same problem
in windows run a find file i beleivei its in Windows directory or
windows/sys dir

kenny
- Original Message -
From: "kevin" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, June 08, 2000 2:40 PM
Subject: [newbie] Wine problems


 Hi gang.

 I have been using mandrake a few weeks nows, and so far I have got
everything to
 work well, apart from wine. I d/loaded  rpm version 2526 and installed
 it.After I changed the wine.conf,  I run wine, and I get the following
error.

 Invalid path c:\windows\Profiles\adminustrator for profile directory
 cant find users.dat

 I looked though windoz and I dont seem to have those anyway. I am  huge
fan of
 mIRC, and that is the prime reason I wish to to wine. I loaded mIRC up,
and it
 gave me a bunch of error messages. Too many to post on the ML

 I was wondering if there are any wine experts out there, and can help me
in
 private?

 Many thanx

 Kev





_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] Help!!

2000-05-31 Thread Kenny

It doesnt, the computer just hangs if you just do fdisk/mrb I've done it
before as an experiment with no lilo and even before i screwed up linux i
had to do that no go.

Kenny
- Original Message -
From: "Oliver L. Plaine Jr." [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, May 30, 2000 3:36 PM
Subject: Re: [newbie] Help!!


 On Mon, 29 May 2000 15:45:48 HST,edison wrote:

 Would sincerely appreciate any help guys.
 
 Is it possible to remove the LILO from my Windows disk and setup Linux to
 just boot from the 'boot disk'?
 
 edison
 =
 Tue, 30 May 2000  14:28:01

 Believe it or not edison, I have had the same feeling you are
 experiencing right now...

 If you wish to remove your LILO from the MBR the easiest way I
 know is to start the computer with a DOS/Windows boot disc and type
 Fdisk/mbr this will write the mbr back to a windows configuration and
 when you boot again it should start   MS windows.

 good luck, you will recover
 Olly P
 Biloxi
 Mississippi



_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] GET READY FOR A DISCUSSION One Step Installation

2000-05-25 Thread Kenny

There seems to be a lot of problems with the installation going into second
stage. I for one am having a current problem with it beginning stage two
then terminating on a signal 9 using the harddisk install method thats with
a floppy, using autoboot I get to where it is loading ramdisk then ramdisk
fails and then the computer hangs. Oh you can put in a choice too such as
Choose your installation method
1) Text install
2) DrakX

Just a thought

Kenny
- Original Message -
From: "Denis HAVLIK" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; "Expert list"
[EMAIL PROTECTED]
Cc: "Gael Duval" [EMAIL PROTECTED]
Sent: Thursday, May 25, 2000 2:30 PM
Subject: [newbie] GET READY FOR A DISCUSSION


 Hi, folks!

 What follows is probably a single most important letter I ever posted on
 these mailing lists, so please read it very carefully!

 [ANNOUNCEMENT]

 We (Mandrakesoft) are starting internal discussions about future of
 our distributions NOW. We want you to take part in the process of
 improving our next distro.

 - NOW is a time to ask us whatever you want: tell us what you like, tell
 us what you hate, tell us what you dream of!
 - NOW is a time for you to influence the future company decisions - start
 thinking, and if you come up with a briliant idea, post it here.

 Starting NOW, I am going to stop sleeping, eating, or doing any other job
 which would interfere with currently most important task: Making sure we
 make the best decisions based on whatever input we can get.

 [RULES]

 * Basically everything you can think of is open for discussion, except
 question of including non-free software in the core of our distro, which
 is absolute NO-NO.

 * Listen to what other people have to say. Try keeping the signal/noise
 ratio as high as possible.

 * One topic per e-mail and informative subject line help us a lot. ("125
 Great ideas!!!" is a very bad subject line.)

 * Please, try to avoid any kind of flaming on the list for the next 10
 days.

 * Finaly, If you have time and skills to pick up ideas from long
 discussion threads and write a good summary, please do it, it will help us
 a lot.

 [TOPICS]

 Topics we are particularly interested in at this moment include:

 1) ergonomics: What should our user interfaces look like in the
 future, what should we improve in our desktop configuration, which things
 need polishing...

 2) install:Which features of our current installation
   program (DrakX) do you like, which features are you missing, what is not
   clear enough? The same question goes for post-install configuration
   tools.

 3) packages:   which packages to add, what to remove from the distro,
  which subset of packages is really nessesary for a minimal install,
  and which packages are "just add-ons"?

 4) tools:  which new tools (packages) should we develop ourselves, or
  improve in case we are already developing them? Many great
 programs already  exist out there, so we really badly need to know
 which important linux tools you still miss, in order to
 concentrate on them in the future.

 5) system policy:  We want to make our system "logical" by following the
 Linux Standards, and being consistent in the way
 "things" (services, settings) are implemented. Tell us where
 we need to improve.

 6) security policy: Closely related to point "6". You know that we care a
 lot about security, don't you? Well, the problem is choosing right
 security settings for various situations.

 (If you feel that we have forgotten an important topic, just start a
 discusion on it, the list should not be taken too strictly)

 
 I am going to spend a lot of time in reading "newbie" and "expert" mailing
 lists during next two weeks. Guillaume  will do the same on the
 "cooker" list, and other members of the company may pop-up and take
 part in discussion too, for topics they may be particularly interested in
 (and if they get time to do it, our schedule is bursting).

 At the end of the discussion cycle (in two weeks), I will try to write a
 resume of what has been decided and share it with you.

 yours
 Denis Havlik
 --
 -
 Dr. Denis Havlikhttp://www.ap.univie.ac.at/users/havlik
 Mandrakesoft||| e-mail: [EMAIL PROTECTED]
 Quality Assurance  (@ @)(private: [EMAIL PROTECTED])
 ---oOO--(_)--OOo-




_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] LM7 installation woes, continued

2000-05-24 Thread Kenny

i have that diretory still cant install :-(

Kenny
- Original Message -
From: "Kaplan, Paul" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 24, 2000 4:19 PM
Subject: RE: [newbie] LM7 installation woes, continued


 I finally got a helpful answer from LM.  The installation manual leaves
out
 a critical item...In addition to copying the /Mandrake/Base and
 /Mandrake/RPMS directories to your local hard drive, you must also copy
the
 /Mandrake/mdkinst directory.  This enabled me to use DrakX for
installation.
 It seems that this should also work for text installation.
 Hooray!
 Paul

 -Original Message-----
 From: Kenny [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, May 24, 2000 3:57 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [newbie] LM7 installation woes,
 continued

 I'm having the same problem

 Upon doing an alt.f2 f3 and f4 i've seen messages that like
 file or folder
 not found

 if you run autoboot you get a text install
 but that too runs into problems thee is something definately
 wrong somewhere
 - Original Message -
 From: "Kaplan, Paul" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Monday, May 22, 2000 10:00 PM
 Subject: [newbie] LM7 installation woes, continued


  OK.  So I've searched various help resources to find out
 why I can't use
 the
  hd.img or txt_boot.img file on the mandrake_70-2 CD files
 to install LM
 7.0
  from my local hard drive.  Only got two responses.
 Neither led to a
  solution.  Since there seems to be an error in the *img
 files, does anyone
  know a way to de-compile these files and then recompile
 them?  While
 you're
  at it, any idea what I'd look for in the source to see why
 the img files
  refuse to see my hard drive?
 
  Also, how come queries to mandrake installation tech
 support go unanswered
  even to registered users?
 
  TIA
  Paul Kaplan
 
 


 _
 NetZero - Defenders of the Free World
 Click here for FREE Internet Access and Email
 http://www.netzero.net/download/index.html



_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] LM7 installation woes, continued

2000-05-23 Thread Kenny

I'm having the same problem

Kenny
- Original Message -
From: "Kaplan, Paul" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Monday, May 22, 2000 10:00 PM
Subject: [newbie] LM7 installation woes, continued


 OK.  So I've searched various help resources to find out why I can't use
the
 hd.img or txt_boot.img file on the mandrake_70-2 CD files to install LM
7.0
 from my local hard drive.  Only got two responses.  Neither led to a
 solution.  Since there seems to be an error in the *img files, does anyone
 know a way to de-compile these files and then recompile them?  While
you're
 at it, any idea what I'd look for in the source to see why the img files
 refuse to see my hard drive?

 Also, how come queries to mandrake installation tech support go unanswered
 even to registered users?

 TIA
 Paul Kaplan



_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] LM 7.0 installation problem: Is the Var folder important

2000-05-21 Thread Kenny

for those of you who downloaed the mandrake 7.0 check under mkinst folder to
see if you have a Var folder, i dont know if that folder is important but it
never downloads.

Kenny

_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




[newbie] us.mandrake.com doesnt seem to exist

2000-05-20 Thread Kenny

Tried  logging onto us.mandrake.com but it complains unable resolve irc
server??

kenny
- Original Message -
From: "Denis HAVLIK" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, May 20, 2000 10:00 AM
Subject: Re: [newbie] Why is turnaround so slow on this mail list?


 :~I send a message and it doesn't appear in my inbox for hours, sometimes
a
 :~day later.  Some mail lists have 5 min. turnaround... whats the deal?

 mail server is shitty  noone bothered to clean up bouncing addresses
 until now (i just started doing it). We are moving to a new server in a
 week or so, it will be much faster (i hope).

 :~
 :~Also, is there a mandrake IRC channel?  If not, I might consider
starting
 :~one, but would like to know the interest level in the group.  Let me
know.

 There is one: "#mandrake" on "us.mandrake.com"

 It is rather new, so run for it and make it live .-)

 cu
 Denis
 --
 -
 Dr. Denis Havlikhttp://www.ap.univie.ac.at/users/havlik
 Mandrakesoft||| e-mail: [EMAIL PROTECTED]
 Quality Assurance  (@ @)(private: [EMAIL PROTECTED])
 ---oOO--(_)--OOo-




_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] Install from Local Hard Drive

2000-05-18 Thread Kenny



I'm having the same problem as you, that either 
happens or it dies suddenly by signal 9 

Kenny

  - Original Message - 
  From: 
  Ryan A. Eldridge 
  
  To: [EMAIL PROTECTED] 
  Sent: Thursday, May 18, 2000 1:57 
AM
  Subject: [newbie] Install from Local Hard 
  Drive
  
  I am trying to install mandrake 7 from my local 
  hard drive. I am trying to go the route of using the Install.bat which starts 
  up the options of drakeX on restart.
  
  Then once I restart I choose DrakX 
  Local
  
  Then it asks for a floppy and I hit 
  return
  
  Next it loads up the kernel and I get a prompt 
  that says
  select partition and Directory holding Linux 
  Mandrake. I point it to my D: Drive since I have the whole install on that 
  drive.
  
  Then I hit return and all I get is a mostly blank 
  screen with 
  Welcome to Linux Mandrake in the upper left hand 
  corner and a flashing cursor in the lower left hand corner.
  
  There it just stops it keeps blinking I let it 
  run for about 30 mins and nothing happned. 
  
  Any Advice would be appreciated.
  Ry


[newbie] [lnewbie] INSERT FLOPPY TO LOAD INTO RAMDISK??

2000-05-17 Thread Kenny

OK

Here it goes.

I downloaded the all of Mandrake from the download site.
I copied the hd.img file using rawwrite to floppy
I rebooted system so the install menu appears from floppy.
Floppy loads ramdisk but when it gets to second stage it says
died at usr/bin/pearl/pear-something line 202
safe to reboot your computer

Ok reboot computer there is a menu on my harddisk giving me choices, with
win95, drakx-local, drakx-network drakxpcma, and something else
i choose the first option drakx-local
it asks where rpms and base files are, i tell it, then it says insert floppy
for ramdisk, did that, ramdiskfailed.

I have installed it before a couple months back but something happened where
i couldnt boot into linux or windows and i had to reformat the whole drive.
Someone hacked into my computer and messed with my partitions.

The first time I installed it, it worked great. This time i'm getting these
errors

any sugestions??

Kenny


_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] added

2000-05-17 Thread Kenny

you are
- Original Message - 
From: "Michael Kirk" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, May 16, 2000 11:41 PM
Subject: [newbie] added


 Can I please be added to the mailing list?
 
 

_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




[newbie] [lnewbie] INSERT FLOPPY TO LOAD INTO RAMDISK??

2000-05-16 Thread Kenny

What floppy?
a blank floppy ? In the past I inserted a blank floppy and it said ramdisk
failed. Is this an important step?

Kenny

_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




[newbie] Re: [lnewbie] INSERT FLOPPY TO LOAD INTO RAMDISK??

2000-05-16 Thread Kenny

It occurs right after it asks which directory the rpms are in

 On Tue, 16 May 2000, Kenny wrote:

 What floppy?
 a blank floppy ? In the past I inserted a blank floppy and it said
ramdisk
 failed. Is this an important step?
 
 Kenny

 It would help if you also mention at what time this appears...
 Paul

 )0(---)0(

 Law of Life's Highway:
 If everything is coming your way,
 you're in the wrong lane.

 )0([[EMAIL PROTECTED]]-)0(
 http://nlpagan.net - ICQ 147208
 Registered Linux User 174403



_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




[newbie] Question about install Mandrake

2000-05-12 Thread kenny

When i first installed Mandrake 7 it was wonderful. I had a few problems but
worked around them. DrakeX recognized my master drive with out a hitch.
Something happened to linux when i was on my machine for two months that i
really enjoyed. It somehow fell below the 1024 mark and i couldnt boot up
any more, neither the rescue or boot disks worked. So i had to reformat in
dos and reclaim my harddrive.

When to install again, downloaded the files and went to do an install. DrakX
only recognizes my small slave drive now not the 13 gig master. I dont
understand what changed from first install to this one. Cant install from Cd
rom it linux doesnt like mine for some reason its one of those old ones that
connect to a sound card.
My harddisk is a Western Digital with EZ bios

Any sugestions???

Kenny

_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




[newbie] HELP!

2000-05-08 Thread kenny




 After two months on my hard drive under right partitions etc. Linux moved.
I
 went t boot up one morning and It said trying go to end of device kernal
 panic 3:0a someething. Why would this happen after two months. I didnt do
 anything to move it. Any sugestions.

 Kenny


 _
 NetZero - Defenders of the Free World
 Click here for FREE Internet Access and Email
 http://www.netzero.net/download/index.html




_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




[newbie] Linux Moved. Mandrake 7

2000-05-07 Thread kenny

After two months on my hard drive under right partitions etc. Linux moved. I
went t boot up one morning and It said trying go to end of device kernal
panic 3:0a someething. Why would this happen after two months. I didnt do
anything to move it. Any sugestions.

Kenny


_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




[newbie] Out of the blue Kernel Panic

2000-05-06 Thread kenny

I just tried to start linux today and out of the blue it says it cant mount
root and halts and i tried to start it with a boot disk but it still didnt
start up..
any sugetstions??

Kenny




_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] installing LM7 from HD...help please

2000-05-05 Thread kenny

Its gonna drive you crazy...thats what happened to me. do an expert install
then do the minimal between 176-300 or so
then install the rest by yourself. Its a pain but it worked. :-)

Kenny
- Original Message -
From: "Eric MC DECLERCK" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 03, 2000 11:10 AM
Subject: Re: [newbie] installing LM7 from HD...help please


 Michael Gano wrote:
 
  Getting:
 "An error occurred
installation of rpms failed:
   installing package needs 555 MB on the /mnt/ filesystem."  ???
 
  WHAT I'VE DONE
  no burner, so I ftped mandrake et al from the FTP server to my personal
  machine. Then...
 
   - I rawwrote the hd.img file to a floppy and booted.
   - Showed the mandrake directory.
   - Chose customized and remaining options.
   - (I've got 2 HDs in the computer...the plan being to load linux onto
the
  blank one so...) I formatted a HD, giving it everything it wanted /
mount
  point and swap with at least 1200 MB for the / . ...but to know avail.
No
  matter what packages I choose or how small I set the size limit, I
continue
  to get the error above (and it's not always 555 but sometimes larger or
  smaller.)
 
  ???
  I appreciate any help in advance,
  Thx,
  Michael
  [EMAIL PROTECTED]
 A full install need about 1.3G !!
 All depends of your mount points.
 What I did:  (had the same problem)
 / (about 600-800M)
 /usr (big one  most of all, my case 3G)
 /boot (32M, enough to put more diff. kernels)
 /usr/local (about 600M, to preserve own data)
 /home (depends of the nbr of users)
 On my 2° HD reside:
 There is 1 prim. partition = /
 and 1 extended = /usr, /usr/local, /home
 On my 1° HD :
 1 prim. for windoooz
 1 prim. for /boot(set it always as prim.)
 1 swap about 256M
 Eric







_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] lost+found folder

2000-05-05 Thread kenny

27
- Original Message -
From: "Hellmut" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, May 02, 2000 12:33 PM
Subject: Re: [newbie] lost+found folder


 Grmpf... 28... and you?


  now i have ot ask how old are you hehe
  - Original Message -
  From: "Hellmut" [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Tuesday, May 02, 2000 9:11 AM
  Subject: Re: [newbie] lost+found folder
 
   Ooops, gut you wrong. Thought you meant my "interpretation" on the
  lost+found
   folder... I'm getting old! ;)
   And yes, it's a cool idea to add this feature!

 [...previous blah blah...]

 --
 ,

 (o o)
 +--oOOO--(_)---+
 |  |
 |H E L L M U T |
 |  |
 | www.fegefeuer-webzine.de |
 |  |
 +-0OOO-+
   | _ | _ |
| | | |
| | | |
ooO Ooo









_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] lost+found folder

2000-05-02 Thread kenny

now i have ot ask how old are you hehe
- Original Message -
From: "Hellmut" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, May 02, 2000 9:11 AM
Subject: Re: [newbie] lost+found folder


 Ooops, gut you wrong. Thought you meant my "interpretation" on the
lost+found
 folder... I'm getting old! ;)
 And yes, it's a cool idea to add this feature!



  no i'm saying its fascinating that linux takes care of itself when shut
down
  improperly. fascinating concept on part of the authors of linus :-)
 
  kenny
  - Original Message -
  From: "Hellmut" [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, May 01, 2000 6:49 PM
  Subject: Re: [newbie] lost+found folder
 
   That's just what I've been told... what's right then?
  
  
now thats really a a fascinating concept
   
- Original Message -
From: "Hellmut" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 01, 2000 12:12 PM
Subject: Re: [newbie] lost+found folder
   
 Hi!

 If your system dosn't get shutdown properly and some errors occur
on
  the
 harddrive, linux puts the files there which have been damaged.

  What is this folder for?  I've never seen anything in it.
 
  --
  Michelle

 --
 ,

 (o o)
 +--oOOO--(_)---+
 |  |
 |H E L L M U T |
 |  |
 | www.fegefeuer-webzine.de |
 |  |
 +-0OOO-+
   | _ | _ |
| | | |
| | | |
ooO Ooo




   
_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html
  
   --
   ,
  
   (o o)
   +--oOOO--(_)---+
   |  |
   |H E L L M U T |
   |  |
   | www.fegefeuer-webzine.de |
   |  |
   +-0OOO-+
 | _ | _ |
  | | | |
  | | | |
  ooO Ooo
  
  
  
  
  
 
  _
  NetZero - Defenders of the Free World
  Click here for FREE Internet Access and Email
  http://www.netzero.net/download/index.html

 --
 ,

 (o o)
 +--oOOO--(_)---+
 |  |
 |H E L L M U T |
 |  |
 | www.fegefeuer-webzine.de |
 |  |
 +-0OOO-+
   | _ | _ |
| | | |
| | | |
ooO Ooo







_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] How do I install Mandrake 7.0???

2000-05-01 Thread kenny

you need to make a boot floppy to install from hard disk
- Original Message -
From: "Chen, PeterX" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 01, 2000 10:26 AM
Subject: [newbie] How do I install Mandrake 7.0???


 Hi all,

 I just downloaded the 2 directories, Mandrake and images, and the install
 instructions are confusing.  I don't have a CD burner and I would like to
 install off of the hard disk.  In fact, I would think that most people
want
 to install straight from their download so I don't know why the
instructions
 are tailored for CD users (doesn't the CD version come with installation
 documentation?).  Do I somehow need to use the hd.img file?  Please help!

 Peter




_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] lost+found folder

2000-05-01 Thread kenny

i've been wondering that myself hehe but never thought of asking :-)
- Original Message -
From: "Michelle Schneider" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 01, 2000 11:47 AM
Subject: [newbie] lost+found folder


 What is this folder for?  I've never seen anything in it.

 --
 Michelle




_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] lost+found folder

2000-05-01 Thread kenny

now thats really a a fascinating concept

- Original Message -
From: "Hellmut" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 01, 2000 12:12 PM
Subject: Re: [newbie] lost+found folder


 Hi!

 If your system dosn't get shutdown properly and some errors occur on the
 harddrive, linux puts the files there which have been damaged.

  What is this folder for?  I've never seen anything in it.
 
  --
  Michelle

 --
 ,

 (o o)
 +--oOOO--(_)---+
 |  |
 |H E L L M U T |
 |  |
 | www.fegefeuer-webzine.de |
 |  |
 +-0OOO-+
   | _ | _ |
| | | |
| | | |
ooO Ooo






_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] Lilo Config

2000-05-01 Thread kenny

format mbr and then resintall lilo??

- Original Message -
From: "Bob" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 01, 2000 5:12 PM
Subject: [newbie] Lilo Config



 Seem to have Lilo working in Linux, but three files are missing:

 /boot/us.klt
 /boot/bootmesg.txt
 /boot/initrd.img

 The only solution I have come up with is to reload win98, and then
 reinstall Linux.

 Is there another work around?

 Thank you in advance.

 Bob Root
 [EMAIL PROTECTED]




_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] lost+found folder

2000-05-01 Thread kenny

no i'm saying its fascinating that linux takes care of itself when shut down
improperly. fascinating concept on part of the authors of linus :-)

kenny
- Original Message -
From: "Hellmut" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 01, 2000 6:49 PM
Subject: Re: [newbie] lost+found folder


 That's just what I've been told... what's right then?


  now thats really a a fascinating concept
 
  - Original Message -
  From: "Hellmut" [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, May 01, 2000 12:12 PM
  Subject: Re: [newbie] lost+found folder
 
   Hi!
  
   If your system dosn't get shutdown properly and some errors occur on
the
   harddrive, linux puts the files there which have been damaged.
  
What is this folder for?  I've never seen anything in it.
   
--
Michelle
  
   --
   ,
  
   (o o)
   +--oOOO--(_)---+
   |  |
   |H E L L M U T |
   |  |
   | www.fegefeuer-webzine.de |
   |  |
   +-0OOO-+
 | _ | _ |
  | | | |
  | | | |
  ooO Ooo
  
  
  
  
 
  _
  NetZero - Defenders of the Free World
  Click here for FREE Internet Access and Email
  http://www.netzero.net/download/index.html

 --
 ,

 (o o)
 +--oOOO--(_)---+
 |  |
 |H E L L M U T |
 |  |
 | www.fegefeuer-webzine.de |
 |  |
 +-0OOO-+
   | _ | _ |
| | | |
| | | |
ooO Ooo







_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] Hyperterminal

2000-04-30 Thread kenny

minicom
- Original Message -
From: "Eunice Thompson" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, April 30, 2000 11:36 AM
Subject: [newbie] Hyperterminal


 Can anyone tell me the comparable application in Mandrake for
 'Hyperterminal'?
 Thanks a bunch

 Eunice




_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [Re: [newbie] Hyperterminal]

2000-04-30 Thread kenny

just type minicom at the prompt while root...if it starts you have it...if
not you have to install it
- Original Message -
From: "Eunice Thompson" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, April 30, 2000 9:57 PM
Subject: Re: [Re: [newbie] Hyperterminal]


 Thanks Jag,
 you are correct. A number of us were using HyperTerminal in our Networking
 Lab to configure the Cisco routers, I wanted to do it from my Linux box,
 unfortunately either I didn't have minicom installed or I just was unable
to
 locate it. I am able to telnet into the router from Linux , it's just
 basically a different  interface and initial setup.
 So where did you say 'minicom' was located?

 Eunice
 - Original Message -
 From: "Jaguar" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, April 30, 2000 6:11 PM
 Subject: Re: [Re: [newbie] Hyperterminal]


  Hyperterm is not a Telnet exactly...it is a small dialer to dial into
say
 a
  BBS, or other small dial-up service.
  And yes I think Minicom is the answer
  Jaguar
 
  flupke [EMAIL PROTECTED] wrote:
  
  
   On Sun, 30 Apr 2000, Eunice Thompson wrote:
  
Can anyone tell me the comparable application in Mandrake for
'Hyperterminal'?
Thanks a bunch
   'hyperterminal' is a telnet application under windows, am I right?
   What are the features present in 'hyperterminal' that you can't have
in
 a
   normal terminal emulation like kterm, xterm, gnome-terminal, rxvt,
...?
  
   Flupke
  
   
Eunice
   
   
 
 
  The Dogma chased the Stigma, and was hit by the Karma.
 
  
  Get your own FREE, personal Netscape WebMail account today at
 http://webmail.netscape.com.
 




_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] Netscape

2000-04-30 Thread kenny

If you are talking about netscape 6 its all binary... you have to right
click on netscape icon, properties, then put in the directory where netscape
6 is
hope this helps. I'm just as new as you but after some playing around I
found this worked :-)

Kenny



- Original Message -
From: "Mike Thompson" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, April 30, 2000 10:47 PM
Subject: [newbie] Netscape


 Have spent most of the weekend playing with my new Linux.  Downloaded
 the new 128-bit netscape.  Think I got it to install but have not
 figured out how to point the icon on my kde to the right spot.  When I
 click on Netscape I seem to get ver 4.7 56 bit.  How do I fix this.

 Thanks for any help




_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] No subject was specified.

2000-04-30 Thread kenny

kppp is in the knetwork...you need to install it.
Ok download WVDIAL it'll sovle your problem I had problems such as yours
until i got wvdial. Its great :-) I'm going ot attach it here if its
allowed. Hopefually those who want it can use it.
- Original Message -
From: "Motoko Kusanagi" [EMAIL PROTECTED]
To: "newbielist" [EMAIL PROTECTED]
Sent: Sunday, April 30, 2000 10:48 PM
Subject: [newbie] No subject was specified.


 I have a bit of a problem with ppp. Using Lnx4Win, the version the
 doesn't require a partition, I can dial my isp, but it never connects
 and always gives me a message the operation is taking more then 15
 seconds. I used netconfig to set up the connection. I triple checked the
 obvious things such as the DNS, my username and pword, made sure I
 didn't typo the phone number, etc. Anybody have any suggestions or know
 any possible reasons for my being able to dial but not actually connect?
 Or is it possible that this version just runs so slowly it times out?
 I have had friends tell me that I need a chatscript, but the manual
 didn't say anything about a chatscript. It just mentioned netconfig and
 kppp. So do I need one ore not?
 Now comes my really dumb question...where's kppp? I looked in the K
 menu but couldn't find it




begin 666 wvdial-1.40-5.i386.rpm
M[:ONVP,!`'=V9EA;"TQ+C0P+34`
M``$```4`
MCJWH`0`#50```^@$``$```/L
M!P00```#[0400``Z]6J?.$37%1/.T,)PK]PSB
MB#\#!0`W[YQS(9 S=M"I@X1`G"(`)XF`30D)/6L"W5\?\QR(8;L1\W@"
M.J$'12893*4X;ST?:,(P-7OZ;(```".K@!`"D```^49 ``
M``@`" ```^@%P$```/I!@```!X!```#
MZ@8C`0```^P))08```/M"0```3\
M```#[@0```D`0```^\```)( $```/Q! ``"3@`
M```!```#\@8```D\`0```_,```)1 $```/V!@``
M"54!```#]P8```E:`0```_@)```)D@@```/]
M!@``"E\!```#_@8```IE`0``! ,(```*:@4```0$
M! ``"M@%```$!@,```KL!0``! D#```*]@4`
M``0*! ``"P`%```$"P@```L4!0``! P(```+N0``
M``4```0-! ``"\ %```$#P@```O4!0``!! (```+
M[04```04!@``# @!```$%00```P@!0``!!8$
M```,- $```08! ``##@'```$0@```Q4!P``!!H`
M```(```,O0```0H!@``#,D!```$. 0```S0!@``
M!#D(```,Z 8```0Z" ``#=X```$1@8```]!
M`0``!$$```/8 4```1(! ``#W0%```$20@```^(
M!0``!%$$```/D %#`-S`ES`ED`ET`'-K`YO`'-L`'=V
M9EA; `Q+C0P`#4`02!H975R:7-T:6,@875T;V1I86QEB!F;W(@4%!0(-O
M;FYE8W1I;VYS+@!(975R:7-T:6-K_2!A=71O;6%T:6-K_2!N879AF]V8@@
M4%!0('-P;VIE;NTN`%-JX6QF=FER:W0@;5I=%N9D@:6YN:')I;F=IB!F
M7)IB!04% @=5N9VEN9V%R+@!!=71O9EA;5R('EA;F@EN=%R('5N
M='5K(MO;F5KVD@4%!0+@!0F]GF%M;6$@5R(PG871T:79AFEO;F4@
M9D@8V]N;F5SVEO;FD@4%!0`$AE=7)IW1I8VO]('!R;V=R86T@')E(%U
M=]M871I8VOI(%!04"!S]J96YI82X`5W9$:6%L(%U=]M871I8V%L;'D@
M;]C871ER!A;F0@8V]N9FEG=7)ER!M;V1E;7,@86YD(-A;B!L;V@:6YT
M;PIA;UOW0@86YY($E34"=S('-EG9EB!W:71H;W5T('-P96-I86P@8V]N
M9FEG=7)A=EO;BX@66]U(YE960@=\*:6YP=70@=AE('5S97)N86UE+"!P
M87-S=V]R9"P@86YD('!H;VYE(YU;6)EBP@86YD('1H96X@5W9$:6%L('=I
M;P*;F5G;W1I871E('1H92!04% @8V]N;F5C=EO;B!UVEN9R!A;GD@;65C
M:%N:7-M(YE961E9"X*"DENW1A;P@=W9D:6%L(EF('EO=2!N965D($@
M=71I;ET2!T;R!C;VYF:6=UF4@6]UB!M;V1E;2!A;F0@V5T"G5P($@
M4%!0(-O;FYE8W1I;VXN`%=V1EA;"!A=71O;6%T:6-K2!H;5DX2!A(MO
M;F9I9W5R=6IE(UO95M2!A(WYOF4@V4@/AI:SAVET"FL@=NQTN6EN
M["!)4U @8F5Z('-P96-IX6QN[2!K;VYF:6=UF%C92X@4]T^5B=6IE('!O
M=7IE"G9S='5P;NT@:FWI;F\L(AEVQO+"!T96QE9F]N;[EMAIL PROTECTED];\@82!P
M86L@:F5N()U95T90IS;5D;W9A="P@:F%K(%=V1EA;"!P;W6^:6IE('#X
M[7-L=;EN_2!M96-H86YIVUUR!P;W3X96)N_2!PF\@/AI]J96[M+@H*
M3F%I;G-T86QU:G1E('-I('=V9EA;"P@]K=60@VD@;F5C:-E=4@:V]N
M9FEG=7)O=F%T(UO95M"F$@4%!0('-P;VIE;NT@V%M:2X`5W9$:6%L(9I
M;FYUB!O9R!S=EL;ER(WS95M('-JX6QF=FER:W0@;V@9V5T=7(@=5N
M9W-T([FW1U;2#V;QU;0I);G1EFYE=/YJ\VYUW1U8?!I;'5M(.%N('/I
MG-T86MR82!S=EL;EN9V$N(-[Z(/YAF9T('P('-LX2!I;FX*;F]T96YD
M86YA9FXL(QY:VEL;W+P(]G('/M;6%N^FUEB!O9R!7=D1I86P@;75N('-E
M;6IA('5M(%!04"!T96YG:6YG=0IM9? @]FQL=6T@=EL=.9K=6T@:.%T='5M
M+@!7=D1I86P@V5C87)A(]T;VUA=ES(UE;F1E=5KVD@9%N(UE;F=K
M;VYF:6=UF%S:6MA;B!M;V1E;2!D86X@9%P870*;6%S=6L@:V4@:%MER
M('-E;75A('-EG9EB!)4U @=%N$@:V]N9FEG=7)AVD@6%N9R!S5S
M:6%L+B @06YD80IH86YY82!H87)UR!M96UAW5K:V%N('5S97)N86UE+"!P
M87-S=V]R9"P@9%N(YO;6]R('1E;5P;VXL(ME;75D:6%N"E=V1EA;"!A
M:V%N(UE;%K=6MA;B!K;VYE:W-I(%!04"!M96YG9W5N86MA;B!M96MA;FES
M;64@6%N9R!D:6)U='5H:V%N+@H*26YS=%L;"!W=F1I86P@:FEK82!A;F1A
M(UE;6)U='5H:V%N('5T:6QI='D@=6YT=6L@;65N:V]N9FEG=7)AVEK86X*
M;6]D96T@86YD82!D86X@;65N+7-E='5P(MO;F5KVD@4%!0+@!7=D1I86P@
MFEL979A(%U=]M871I8V%M96YT92!E(-O;F9I9W5R82!I;"!M;V1E;2X@
M0V]N('%U97-T;R!PF]GF%M;6$*=FD@]T971E(-O;QE9V%R92!A('%U
M86QU;G%U92!);G1EFYE="!397)V:6-E(%!R;W9I95R('-E;GIA"CIU=EL
M:7IZ87)E(1E;QE('-P96-I86QI(-O;F9I9W5R87II;VYI+B!$;W9E=4@
M:6YS97)IF4@V]L86UE;G1E"FQA(QO9VEN+"!L82!P87-S=V]R9"P@:6P@

Re: [newbie] Now I've done it -- broken X?

2000-04-29 Thread kenny

reinstall your previous version of X i heard somewhere that x114 really isnt
stable

kenny
- Original Message -
From: "Alan Schussman" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, April 29, 2000 1:31 PM
Subject: [newbie] Now I've done it -- broken X?


 Hi-

 Why I thought this was a good idea to tinker with the week before finals
 I'll never know. I tried upgrading XFree86 4.0 so I could use the
 newly-released Nvidia drivers, but I must have missed a step or
 misconfigured something, because now X won't run at all.

 When I initially tried the upgrade (using RPMs) a couple of nights ago, I
 was able to run startx and get Xwindows running, no problem -- but without
 the accellerated drivers. I couldn't get them to install properly, nor
 could I get the previous nvidia drivers to work (they at least had a
 modicum of accelleration in them), once I had made the upgrades.
 xf86config wouldn't make a workable XF86Config file, but Xconfigurator
 could (which strikes me as very odd).

 Yesterday, however, when I booted up, I wasn't able to load X at all. I'm
 getting the error: execve failed on /etc/X11/X (errno 2). /etc/X11/X is
 linked to XF86_SVGA, a file which seems to be nowhere to be found -- and
 despite re-installing XFree86-SVGA, is still missing. I can also no longer
 run Xconfigurator; it dies after probing for my video card. Am I missing
 something serious (like bolts in my head for even trying this) or do you
 think this might be a config problem? (Or both -- certainly possible.)

 Any ideas how I can at least get X up and running again?

 Thanks-
 - alan







_
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html




Re: [newbie] How to use Iomega Zip drive?

1999-11-25 Thread Kenny Lim

Hi! Just plug in the parallel-port Zip, then put in /etc/rc.d/rc.local 

modprobe parport_pc
modprobe ppa

regards,
Kenny



bluebottle wrote:
 
 Just thinking about buying Zip drive. We can't get Linux Mag in UK. Is it
 available on-line?
 
 John the Nadger
 
 On Thu, 25 Nov 1999, you wrote:
  This month Linux Mag. has an artcle on the zip drive. Worth reading
 
  On Thu, 25 Nov 1999, you wrote:
   Hi,
  
   Sorry if this question gets posted twice, but the mail I sent yesterday
   seems to have fallen into a bit bucket...
  
   I have Linux-Mandrake 6.1, and I want to use my parallel-port Zip
   drive.  The L-M hardware list says that the Zip drive is supported.  My
   question is, how do I access it?
  
   I know the parallel port works fine (because my printer works fine), but
   I can't figure out the magic to talk to the Zip drive.  I just want to
   move files to  from it, just like any other disk.  If it's as simple as
   my mounting the drive, can someone tell me what the mount device is?
  
   Thanks in advance,
  
   John DeRosa
   Seattle, WA

-- 
Predawnia Universe - The Ultimate Chat Resource 
The only place on the Web that will change your life forever
http://www.predawnia.org/main.php3
Get a free EMAIL account at http://email.predawnia.org



[newbie] Can't connect via Telnet or FTP

1999-11-24 Thread Kenny Lim

Hi, I just installed Mandrake 6.0 on my machine, when  I tried to connect to this 
machine from another using Telnet or FTP the client would just refuse to connect 
through. I have checked both telnetd and ftpd are both setup properly in inet. 
Can anybody help?

Thanks
Kenny



No Subject

1999-11-17 Thread Kenny Barrett

remove

 winmail.dat


[newbie] remove

1999-11-14 Thread Kenny Barrett

Remove




RE: [newbie] Dual NIC recognition

1999-11-12 Thread Kenny Barrett

I had a similar setup.  I used the 3com to my cable modem. And the other
card to other pcs.  I could also only get one working.


 -Original Message-
From:   [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]  On Behalf Of Tom E. Poturica
Sent:   Friday, November 12, 1999 7:12 PM
To: [EMAIL PROTECTED]
Subject:[newbie] Dual NIC recognition

I have 2 NICs in my machine with cable modem going through one(D-Link).  The
other is a 3COM 3C900B-TPO and I can't seem to get it to configure another
interface.  First of all the Mandrake web page says it supports it but there
is no driver available in my 6.1 distribution.  Hoiw do I get this card to
be recognised?

Tom E. Poturica
Rochester, MN
[EMAIL PROTECTED]




RE: [newbie] remove

1999-11-10 Thread Kenny Barrett

remove

 -Original Message-
From:   [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]  On Behalf Of Michel Rene de Cotret
Sent:   Wednesday, November 10, 1999 9:45 AM
To: [EMAIL PROTECTED]
Subject:[newbie] remove

remove