Re: [newbie] Help Downloading

2000-02-03 Thread [EMAIL PROTECTED]

 Christopher Sinclair wrote:
 
 Hi, I started to download the file mandrake70.iso from
 ftp://ftp.linux.tucows.com/pub/distributions/Mandrake/Mandrake/iso/mandrake70.iso at
 a 56kb speed and it downloaded using getright up to 22 %
 of the file then it could no longer find the file. I know
 that they are free distributions and the go down sometimes
 but since i have a slow connection I wondered if you could
 find the same file for me to download from another place ?
 the exact file size is 641.17 mb .
 
 Thanks
 
 Chris

There is a new Mandrake 7.0 release 2 (with a few
corrections) out. The version you were downloading is not
available anymore!


Alex Riechert



Re: [newbie] install problems

2000-02-03 Thread Paul Derbyshire


Re: your concerns about needing to fumble with a floppy if you install
Linux on a separate partition, don't worry. Mandrake installs a boot menu
called "lilo" into the boot sector of your boot disk. Instead of the
Windoze banner at startup,you'll see a boot prompt "lilo boot:" and can
enter "linux" or "dos" at it -- the latter will give you the familiar
banner, the former will give you lots of colorful text messages scrolling
up the screen, and not much later, the KDE desktop. :-)

Re: Lnx4Win -- forget it. In the long term it's better to get a new
partition and format it with the ext2 filesystem. Linux will be very much
faster and more efficient that way. Make a swap partition too. Make it 4x
the size of your memory -- my machine has 64 megs of RAM, so I made a 256
meg swap partition.

Re: installing -- try putting the CD-ROM in your drive and rebooting the
machine. Some modern computer BIOSes allow booting from the CD-ROM, and the
Mandrake CD has a boot sector on it, so if you have a recent BIOS, you'll
boot right into a Mandrake installer complete with partition editing tool.

-- 
   .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
-()circles, and bark is not smooth, nor does lightning travel in a
   `*'  straight line."-
-- B. Mandelbrot  |http://surf.to/pgd.net [EMAIL PROTECTED]
_ |  Paul Derbyshire
Programmer  Humanist|ICQ: 10423848|



[newbie] Modem driver?

2000-02-03 Thread Paul Derbyshire


I located my modem at IRQ 3, address 0x02f8, ttyS1. Unfortunately, it is
perpetually "busy" to kppp and minicom, on trying to use it, can't talk
sense to it apparently. I checked, and it's a dreaded "host-controlled"
modem, nearly as bad as a Winmodem. (I didn't choose it; it came
preinstalled by the computer OEM, along with, naturally, Windows 98).
Anyone know where drivers for these can be found? Rockwell's site is a maze
that will turn any sane man into a lunatic in minutes...

It's a Rockwell HCF 56K internal modem. It has fax and voice stuff on it,
but I don't care about getting those working -- data would be fine. I tried
the "+H0" in the init string that turns off error correction and flow
control, having read in a HOWTO somewhere that some Rockwell host
controlled modems just offload these functions to software -- a rough surf
would be better than no surf. Apparently, it doesn't work with this modem.


-- 
   .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
-()circles, and bark is not smooth, nor does lightning travel in a
   `*'  straight line."-
-- B. Mandelbrot  |http://surf.to/pgd.net [EMAIL PROTECTED]
_ |  Paul Derbyshire
Programmer  Humanist|ICQ: 10423848|



Re: [newbie] Help Downloading

2000-02-03 Thread Paul Derbyshire


Sounds like getright is an FTP client that lets you download in sessions?

Where can it be downloaded from?

Also, if you download the 7.0 image, can you save it on the hard disk on a
'doze partition somewhere (I have easily 2 gigs free on my C: 'doze
partition) and then access it and trigger the install in an existing, older
Mandrake (say, 6.0) session, after of course mounting the 'doze partition
with the image file? if so how?

-- 
   .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
-()circles, and bark is not smooth, nor does lightning travel in a
   `*'  straight line."-
-- B. Mandelbrot  |http://surf.to/pgd.net [EMAIL PROTECTED]
_ |  Paul Derbyshire
Programmer  Humanist|ICQ: 10423848|



RE: [newbie] DHCP...

2000-02-03 Thread flupke

there is a task manager called ktop. It seems that it's what you need.
About your 3com card : are you sure this is the module you need?
Is there anything mentionned about that in your card's documentation?

Dave wrote :
 insmod 3c509 gives me
 ./3c509.o: init_module: Device or resource busy
 sorry to have so little to go on, but I have no way of figuring out what
 tto do next.
 (on a side note, is there a taskmanager or ctrl+alt+del equivalent in linux?
 I know that there is ps, but anything else (especially if it is accesible in
 KDE))?
 Thanks
 Dave
 
 
 have you tried a insmod 3c509 ??
 does not look like the mod for the nic is loaded (hence the no eth0 in
 ifconfig)
 after you try the insmod (and get no errors ) try a modprobe 3c509
 and then a ifconfig if you then see a eth0 ... BINGO
 you can go into linuxconf and edit eth0 to use the 3c509 modual and dhcp
 protocol.
 after you save and exit linuxconf try ifconfig again you should see eth0,
 if no do a ifup eth0
 
 Regards,
 ROn



Re: [newbie] kernel re-build

2000-02-03 Thread Stelios Koutrakis

Under X windows do the following:
su
cd /usr/src/linux
make xconfig
(apply the changes you want)
make dep
make clean
make bzImage
make modules
(backup your old modules found in /lib/modules/2.x.x)
make modules_install
(insert a blank formatted floppy in floppy drive)
dd if=/usr/src/linux/arch/i386/boot/bzImage of=/dev/fd0
(the above prepares a boot floppy to test the new kernel)
reboot from floppy
But first of all read the kernel-HOWTO found in any FTP site providing
linux documentation.
In order "make xconfig" to work you need the tcl libraries installed.

|---|
 
Stylianos Koutrakis
Department of Geophysics
School of Geology
Aristotelio University of Thessaloniki
540 06 Thessaloniki
Makedonia, Greece
---
E-MAIL  : [EMAIL PROTECTED]
Phone   : +30 31 998536
FAX : +30 31 998528

|---|

On Wed, 2 Feb 2000, Vic H wrote:

 What is the proceedure to do a kernel re-build?
 
 I can't get menuconfig or xconfig to work
 -- 
 Linux Cat
 



Re: [newbie] Email programs?

2000-02-03 Thread flupke

I use kmail.
Before, I used netscape (I tried it on mdk 6.1 and slackware 7.0), but I had
really weird problems :  Sometimes, I couldn't get down to see the end of the
email, or it began to use all my cpu ressources and stayed blocked. I had to
'kill -9' it. Or I close one netscape windows, and every other netscape windows
closed aswell, or things like that. Am I missing something to have it working
fine? Please help me because I like netscape mail. I want to use it again, but
NOT with all the problems I encountered.

 Dave Gunter wrote :
 Britt Selvitelle wrote:
 
  Just out of curiousity, what email programs are you all using?  Which do you
  think are the best and have the most features?  I am currently using kmail, the
  kde mail client, but it seems to lack some of the features I'd like to see in
  an email client.
 
 I am using NETSCAPE MAIL works good but for some reason it is missing the font
 resizing preference.



Re: [newbie] (no subject)

2000-02-03 Thread Audrey Beck

[EMAIL PROTECTED] wrote:
 
 hi my name is dan i was just wondering how you get into that setup thing in
 dos where you can change your display settings

I'm assuming that you are referring to the console prompt in Mandrake. 
Enter XF86Setup when you are logged in at root.



Re: [newbie] FTP Question

2000-02-03 Thread TRUB

Thanks, that helped a bit, but I still get my computer name in the script at
the very top.
I have created a new /welcome.msg that is working but I did not include my
computer name in the description?
How can I kill that unincluded part?


- Original Message -
From: Christopher Molnar [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 31, 2000 7:30 AM
Subject: Re: [newbie] FTP Question


 Look in the /etc/ftpaccess file and find what file it is being pointed to.

 -
 Christopher Molnar
 New Enland Business Services, LLC  Aetna, Inc.
 Hartford, CT USA   Middletown, CT USA
 [EMAIL PROTECTED][EMAIL PROTECTED]

 On Mon, 31 Jan 2000, TRUB wrote:

  I cannot find where to change the "Welcome" message that appears when
  someone connects to my ftp server.
  The existing message contains my computer name, and my address.
  I would like to not display this information, although I realize they
  already have the site address if they have connected.
  Where and how can I modify it.
  I tried changing /etc/rc.d/rc.local with little success, and cannot find
a
  /welcome.msg file anywhere?
 




Re: [newbie] Help Downloading

2000-02-03 Thread David Tabachnikov

Get it from www.gozilla.com
(Its GO!Zilla, and it resumes both HTTP and FTP sessions)

Paul Derbyshire wrote:

 Sounds like getright is an FTP client that lets you download in sessions?

 Where can it be downloaded from?

 Also, if you download the 7.0 image, can you save it on the hard disk on a
 'doze partition somewhere (I have easily 2 gigs free on my C: 'doze
 partition) and then access it and trigger the install in an existing, older
 Mandrake (say, 6.0) session, after of course mounting the 'doze partition
 with the image file? if so how?

 --
.*.  "Clouds are not spheres, mountains are not cones, coastlines are not
 -()circles, and bark is not smooth, nor does lightning travel in a
`*'  straight line."-
 -- B. Mandelbrot  |http://surf.to/pgd.net [EMAIL PROTECTED]
 _ |  Paul Derbyshire
 Programmer  Humanist|ICQ: 10423848|



[newbie] Saving to hda1/5

2000-02-03 Thread Hill, Andrew

I am able to copy files across from my windows drives, but I am unable
to copy them back. Any idea why?
Mandrake 7.0 and Win98.

Dr Andrew J Hill
Department of Anaesthesia
Royal Sussex County Hospital
Brighton
BN2 5BE
01273 609060



[newbie] Re: Saving to hda1/5

2000-02-03 Thread James Fidell

Quoting Hill, Andrew ([EMAIL PROTECTED]):

 I am able to copy files across from my windows drives, but I am unable
 to copy them back. Any idea why?
 Mandrake 7.0 and Win98.

Without any indication of what error messages etc. you are getting, it's
only possible to guess.  I'd imagine that it's because by default the
win98 filesystem is mounted by root and as such all files will appear to be
owned by root.  As a normal user you will not then be able to write to the
windows filesystem.

Probably the best solution to this problem is to create a new group
whose members will be those userids that can write files to the win98
paritition.  Then mount the win98 partition specifying the new group
with the "gid" option and a umask option to make the win98 filesystem
group-writable.

James.
-- 
 "Yield to temptation -- | Consultancy: [EMAIL PROTECTED] 
  it may not pass your way again"| http://www.cloud9.co.uk/james
 |
- Lazarus Long   |  James Fidell



Re: [newbie] install problems

2000-02-03 Thread M Thompson

I recommend following Paul's suggestions.  If you would prefer a GUI boot 
manager instead of LILO, then read on:

When installing Linux, be sure to install LILO to the first sector on the 
Linux partition (NOT the MBR).

To multi-boot Windows and Linux:
1) Backup your MBR (personally, I backup my MBR using "Ranish Partion 
Manager 2.38")
2) Install and setup a boot manager (I recommend XOSL)

Some possible options for boot managers are:
A) XOSL (http://www.xosl.org)-The best GUI boot manager IMHO (freeware)
B) BootMagic (http://www.powerquest.com) A commercial GUI boot manager
C) LILO
D) Ranish Partition Manager (http://www.users.intercom.com/~ranish/part/)-I 
use it to backup my MBR, but I don't use it as a boot manager. (freeware)


HTH,
Matt


From: Paul Derbyshire [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] install problems
Date: Thu, 03 Feb 2000 03:11:29 -0500


Re: your concerns about needing to fumble with a floppy if you install
Linux on a separate partition, don't worry. Mandrake installs a boot menu
called "lilo" into the boot sector of your boot disk. Instead of the
Windoze banner at startup,you'll see a boot prompt "lilo boot:" and can
enter "linux" or "dos" at it -- the latter will give you the familiar
banner, the former will give you lots of colorful text messages scrolling
up the screen, and not much later, the KDE desktop. :-)

Re: Lnx4Win -- forget it. In the long term it's better to get a new
partition and format it with the ext2 filesystem. Linux will be very much
faster and more efficient that way. Make a swap partition too. Make it 4x
the size of your memory -- my machine has 64 megs of RAM, so I made a 256
meg swap partition.

Re: installing -- try putting the CD-ROM in your drive and rebooting the
machine. Some modern computer BIOSes allow booting from the CD-ROM, and the
Mandrake CD has a boot sector on it, so if you have a recent BIOS, you'll
boot right into a Mandrake installer complete with partition editing tool.


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



[newbie] xdm, font, login problem...

2000-02-03 Thread Tom

Ok, I was messing around with quake in x.. I logout, decide to shutdown and
reboot... Now, everytime mandrake boots... it goes through the normal boot
process, everything is loaded and it attempts to go into init level 5. Now,
the screen comes up black (as if its in APM mode) and seems to be
looping..(reinititalizing over and over and over) trying to load the
graphical display login... and well, as you can imagine the graphical login
doesn't show up.

.Ok, well I figured out how to get into the system with runlevel 3.. (linux
init 3, from boot prompt) guess you learn something everyday eh? Ok now..
the problem I have is, something to do with fonts.. xdm is what is looping
the console over and over (as it seems and im assuming it has to do with
that anyway) as it can't set the default font directory (as I am assuming)
can someone tell me whats going on, and how to
fix this problem? Im stuck :( Everything worked fine, then all the sudden it
decided to do this. Check out the xdm-error.log.

Btw, when I do a Xconfigurator, configure it, it goes into the 'test' mode
to test my new video settings.. but it drops out and says the same thing..
that it can't load the fixed font.. argh. Help :)

Tom

XFree86 Version 3.3.6 / X Window System
(protocol Version 11, revision 0, vendor release 6300)
Release Date: January 8 1999
If the server is older than 6-12 months, or if your card is newer
than the above date, look for a newer version before reporting
problems.  (see http://www.XFree86.Org/FAQ)
Operating System: Linux 2.2.14-2mdksmp i686 [ELF]
Configured drivers:
  SVGA: server for SVGA graphics adaptors (Patchlevel 0):
  NV1, STG2000, RIVA 128, RIVA TNT, RIVA TNT2, RIVA ULTRA TNT2,
  RIVA VANTA, RIVA ULTRA VANTA, RIVA INTEGRATED, GeForce 256,
  GeForce DDR, Quadro, ET4000, ET4000W32, ET4000W32i, ET4000W32i_rev_b,
  ET4000W32i_rev_c, ET4000W32p, ET4000W32p_rev_a, ET4000W32p_rev_b,
  ET4000W32p_rev_c, ET4000W32p_rev_d, ET6000, ET6100, et3000, pvga1,
  wd90c00, wd90c10, wd90c30, wd90c24, wd90c31, wd90c33, gvga, r128, ati,
  sis86c201, sis86c202, sis86c205, sis86c215, sis86c225, sis5597,
  sis5598, sis6326, sis530, sis620, sis300, sis630, sis540, tvga8200lx,
  tvga8800cs, tvga8900b, tvga8900c, tvga8900cl, tvga8900d, tvga9000,
  tvga9000i, tvga9100b, tvga9200cxr, tgui9400cxi, tgui9420, tgui9420dgi,
  tgui9430dgi, tgui9440agi, cyber9320, tgui9660, tgui9680, tgui9682,
  tgui9685, cyber9382, cyber9385, cyber9388, cyber9397, cyber9520,
  cyber9525, 3dimage975, 3dimage985, cyber9397dvd, blade3d, cyberblade,
  clgd5420, clgd5422, clgd5424, clgd5426, clgd5428, clgd5429, clgd5430,
  clgd5434, clgd5436, clgd5446, clgd5480, clgd5462, clgd5464, clgd5465,
  clgd6205, clgd6215, clgd6225, clgd6235, clgd7541, clgd7542, clgd7543,
  clgd7548, clgd7555, clgd7556, ncr77c22, ncr77c22e, cpq_avga, mga2064w,
  mga1064sg, mga2164w, mga2164w AGP, mgag200, mgag100, mgag400, oti067,
  oti077, oti087, oti037c, al2101, ali2228, ali2301, ali2302, ali2308,
  ali2401, cl6410, cl6412, cl6420, cl6440, video7, ark1000vl, ark1000pv,
  ark2000pv, ark2000mt, mx, realtek, s3_savage, s3_virge, AP6422, AT24,
  AT3D, s3_svga, NM2070, NM2090, NM2093, NM2097, NM2160, NM2200,
  ct65520, ct65525, ct65530, ct65535, ct65540, ct65545, ct65546,
  ct65548, ct65550, ct65554, ct6, ct68554, ct69000, ct64200,
  ct64300, mediagx, V1000, V2100, V2200, p9100, spc8110, i740, i740_pci,
  Voodoo Banshee, Voodoo3, smi, generic
(using VT number 7)

XF86Config: /etc/X11/XF86Config
(**) stands for supplied, (--) stands for probed/default values
(**) XKB: keycodes: "xfree86"
(**) XKB: types: "default"
(**) XKB: compat: "default"
(**) XKB: symbols: "us(pc101)"
(**) XKB: geometry: "pc"
(**) XKB: rules: "xfree86"
(**) XKB: model: "pc101"
(**) XKB: layout: "us"
(**) Mouse: type: MouseManPlusPS/2, device: /dev/mouse, buttons: 5
(**) Mouse: zaxismapping: (-)4 (+)5
(**) SVGA: Graphics device ID: "Leadtek WinFast 3D S320II"
(**) SVGA: Monitor ID: "Nokia 447L"
(--) SVGA: Mode "1280x1024" needs hsync freq of 64.25 kHz. Deleted.
(--) SVGA: Mode "1024x768" needs hsync freq of 70.24 kHz. Deleted.
(--) SVGA: Mode "1152x864" needs hsync freq of 70.88 kHz. Deleted.
(--) SVGA: Mode "1280x1024" needs hsync freq of 74.59 kHz. Deleted.
(--) SVGA: Mode "1600x1200" needs hsync freq of 75.00 kHz. Deleted.
(--) SVGA: Mode "1152x864" needs hsync freq of 76.01 kHz. Deleted.
(--) SVGA: Mode "1280x1024" needs hsync freq of 78.86 kHz. Deleted.
(--) SVGA: Mode "1024x768" needs hsync freq of 80.21 kHz. Deleted.
(--) SVGA: Mode "1280x1024" needs hsync freq of 81.13 kHz. Deleted.
(--) SVGA: Mode "1600x1200" needs hsync freq of 87.50 kHz. Deleted.
(--) SVGA: Mode "1152x864" needs hsync freq of 89.62 kHz. Deleted.
(--) SVGA: Mode "1280x1024" needs hsync freq of 91.15 kHz. Deleted.
(--) SVGA: Mode "1600x1200" needs hsync freq of 93.75 kHz. Deleted.
(--) SVGA: Mode "1600x1200" needs hsync freq of 105.77 kHz. Deleted.

Re: [newbie] Lilo 1024 Cyl 64RAM limit

2000-02-03 Thread M Thompson

The BIOS CANNOT see beyond the 1024th cylinder.  Therefore the boot code 
must reside below the 1024th cylinder.

I suggest making a 20Mb Linux partition (that resides below the 1024th 
cylinder) and mounting it as /boot during your Linux installation.  This 
insures that all Linux boot code lies below the 1024th cylinder.

Please see the following URL for a better explanation:
http://users.nf/linux/limits.htm


HTH,
Matt


From: Alek [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: NewBie Linux [EMAIL PROTECTED]
Subject: [newbie] Lilo 1024 Cyl  64RAM limit
Date: Thu, 03 Feb 2000 03:42:59 +0200

Hello,
I have the linux partition starting about 1404 cyl on a 13GB HDD. I
tried to make lilo put the boot on every partition on my disk (some of
them under 1024 cyl of course) but I still get the message Warning,
14041024 blah blah. So the problem is that he cannot address my linux
partition? I cannot move my partition, that would mean to scramble my
whole sistem. I'm wandering if there is some workaround.
Also it does not see more than 64RAM. I have Mandrake 6.0 with 2.2.14
kernel and I recompiled it with up to 1GB RAM option. But it does not
work. I read that I can pass with lilo some parameters to the kernel,
something whit append="mem=256MB" but since I can only start with
loadlin from dos I cannot do that. Im stuck.
Please, can anyone help?
Thanks,
Alek


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



Re: [newbie] I can't find the in.telnetd

2000-02-03 Thread Stelios Koutrakis

Apart from the telnet package who is needed to telnet to other machines,
have you also installed the telnet-server package?


|---|
 
Stylianos Koutrakis
Department of Geophysics
School of Geology
Aristotelio University of Thessaloniki
540 06 Thessaloniki
Makedonia, Greece
---
E-MAIL  : [EMAIL PROTECTED]
Phone   : +30 31 998536
FAX : +30 31 998528

|---|

On Thu, 3 Feb 2000, Jason Miu wrote:

 Dear all,
 
   I cannot telnet to my Mandrake 6.1 machine. After read the notes and
 search, I found there is a line in my inetd.conf:
 telnet  stream tcp nowait root /usr/sbin/tcpd in.telnetd
 
 but, in my /usr/sbin/ , I can't find the file "in.telnetd" (but in.ftpd
 is there). I think this is my problem. However, where can I get this
 file?
 
   More, I think I 've selected the telnet package while install, but
 seems the "in.telnetd" 've never been in my machine. I would like to
 ask, is Mandrake 6.1 doesn't ship the file with us?
 
   Thank you very much!
 
 Yours,
 
   Jason Miu
 



[newbie] how to delete Linux partition

2000-02-03 Thread Marc Herms (Mercator GmbH)

I want to put Linux on another PC that is entirely dedicated to Linux. So 
far, I have a PC where I have a linux and a windows98 partition (with Boot 
+ partition Magic).
How can I delete the Linux partition and use it entirely for Windows?
Just delete the Linux partition and that`s it?
thanks, marc

*
*  MERCATOR GmbH *
*   Your Presence Provider  *
*http://mercator.net  *
* e-mail: [EMAIL PROTECTED] *
*



[newbie] newbie

2000-02-03 Thread Paul Irving
unsubscribe

RE: [newbie] DHCP...

2000-02-03 Thread Dave

yep...I know it's a 3c905B card...
and I looked through the documentation again and didn't see anything of
help.  One thing I'm confused about,however: if it is the IRQ etc., how do i
change that? (I have win98 too)
Thanks
Dave

-Original Message-
From: flupke [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 03, 2000 5:07 AM
To: [EMAIL PROTECTED]
Subject: RE: [newbie] DHCP...


there is a task manager called ktop. It seems that it's what you need.
About your 3com card : are you sure this is the module you need?
Is there anything mentionned about that in your card's documentation?

Dave wrote :
 insmod 3c509 gives me
 ./3c509.o: init_module: Device or resource busy
 sorry to have so little to go on, but I have no way of figuring out
what
 tto do next.
 (on a side note, is there a taskmanager or ctrl+alt+del equivalent in
linux?
 I know that there is ps, but anything else (especially if it is accesible
in
 KDE))?
 Thanks
 Dave

 
 have you tried a insmod 3c509 ??
 does not look like the mod for the nic is loaded (hence the no eth0 in
 ifconfig)
 after you try the insmod (and get no errors ) try a modprobe 3c509
 and then a ifconfig if you then see a eth0 ... BINGO
 you can go into linuxconf and edit eth0 to use the 3c509 modual and dhcp
 protocol.
 after you save and exit linuxconf try ifconfig again you should see eth0,
 if no do a ifup eth0

 Regards,
 ROn



Re: [newbie] how to delete Linux partition

2000-02-03 Thread flupke

Here is how I would do :
type fdisk /mbr at a DOS prompt to delete lilo and make your computer
automaticaly load windows,
then boot with a linux CD (I usualy use the slackware70 CD to do this,
but you can use any CD that has a live system on it) and, once in linux, use
fdisk to turn your ext2 partition into a vfat partition.
Then use windows to format the partition you just freed.
HTH

Marc Herms (Mercator GmbH) wrote :
 I want to put Linux on another PC that is entirely dedicated to Linux. So 
 far, I have a PC where I have a linux and a windows98 partition (with Boot 
 + partition Magic).
 How can I delete the Linux partition and use it entirely for Windows?
 Just delete the Linux partition and that`s it?
 thanks, marc
 
 *
 *  MERCATOR GmbH *
 *   Your Presence Provider  *
 *http://mercator.net  *
 * e-mail: [EMAIL PROTECTED] *
 *



Re: [newbie] Tape drive won't work

2000-02-03 Thread rfrankli



Thanks Audrey,  that was exactly what I needed.




Audrey Beck [EMAIL PROTECTED] on 02/02/2000 03:37:21 PM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:(bcc: Robert W Franklin/WLGORE)
Subject:  Re: [newbie] Tape drive won't work




[EMAIL PROTECTED] wrote:

 Do you know how to set up a SCSI Exabyte tape drive?


If your scsi card is recognised, then watch when the system boots.  It
should show what linux thinks is connected to the controller.  It's
probably /dev/st0 if it's the first tape drive.  At the command prompt
(logged in as root) enter:
mt -f /dev/st0 status
And check what it gives you.  You can also look at:
cat /proc/scsi/scsi
to see what your controller sees.

Some of the exabytes require special commands to set density etc when
you use tar to backup.  You usually enter them with the mt command.
Enter:
man mt
to see some of the commands.  Some of the tape drives require setup
files, but I don't have any of those (yes!!!), so I just use mt to set
density, partitions, etc and use tar.

One thing to note, if you backup with your tape drive and need to
restore by booting the floppy and rescue disks, you might not be able
to.  I hacked the rescue.img to have what I needed in it and made a new
rescue floppy.  Some of the single disk rescue disks (Tom's boot disk?)
might not require this, so check some of them out and make sure you can
access the tape and do a restore to to another partition or directory to
test.







RE: [newbie] DHCP...

2000-02-03 Thread flupke

you can check the ressources used by your computer by viewing several files:
/proc/pci, /proc/interrupts, /proc/ioports, ...
p.ex. : to see informations about your IRQs, you type : cat /proc/interrupts

If you see that there could be conflicts, with irq or something, you'll have to
add extra parameters when loading the module of your card. I couldn't help you
for that. Sorry. You'll have to go back to the documentation of the module or
see the explanations of someone else. (that must be something like 'modprobe
3c905B irq=..')

I know that for some pnp cards (I don't know if yours is pnp), you even
have to boot in DOS, run a program that initializes the card, then only boot
linux with loadlin.  :-(


Dave wrote :
 yep...I know it's a 3c905B card...
 and I looked through the documentation again and didn't see anything of
 help.  One thing I'm confused about,however: if it is the IRQ etc., how do i
 change that? (I have win98 too)
 Thanks
 Dave
 
 -Original Message-
 From: flupke [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, February 03, 2000 5:07 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [newbie] DHCP...
 
 
 there is a task manager called ktop. It seems that it's what you need.
 About your 3com card : are you sure this is the module you need?
 Is there anything mentionned about that in your card's documentation?
 
 Dave wrote :
  insmod 3c509 gives me
  ./3c509.o: init_module: Device or resource busy
  sorry to have so little to go on, but I have no way of figuring out
 what
  tto do next.
  (on a side note, is there a taskmanager or ctrl+alt+del equivalent in
 linux?
  I know that there is ps, but anything else (especially if it is accesible
 in
  KDE))?
  Thanks
  Dave
 
  
  have you tried a insmod 3c509 ??
  does not look like the mod for the nic is loaded (hence the no eth0 in
  ifconfig)
  after you try the insmod (and get no errors ) try a modprobe 3c509
  and then a ifconfig if you then see a eth0 ... BINGO
  you can go into linuxconf and edit eth0 to use the 3c509 modual and dhcp
  protocol.
  after you save and exit linuxconf try ifconfig again you should see eth0,
  if no do a ifup eth0
 
  Regards,
  ROn



Re: [newbie] how to delete Linux partition

2000-02-03 Thread Stelios Koutrakis

Since you don't use lilo but boot magic if you give "fdisk /mbr" you will
not be able to use boot magic because it will be deleted from MBR. Just
remove the entry for Linux from the boot magic configuration. Also you
dont have to boot from an installation CD to delete Linux partitions you
can use Partition Magic or simply fdisk under DOS(it will identify the
Linux partitions as non-DOS).



|---|
 
Stylianos Koutrakis
Department of Geophysics
School of Geology
Aristotelio University of Thessaloniki
540 06 Thessaloniki
Makedonia, Greece
---
E-MAIL  : [EMAIL PROTECTED]
Phone   : +30 31 998536
FAX : +30 31 998528

|---|

On Thu, 3 Feb 2000, flupke wrote:

 Here is how I would do :
 type fdisk /mbr at a DOS prompt to delete lilo and make your computer
 automaticaly load windows,
 then boot with a linux CD (I usualy use the slackware70 CD to do this,
 but you can use any CD that has a live system on it) and, once in linux, use
 fdisk to turn your ext2 partition into a vfat partition.
 Then use windows to format the partition you just freed.
 HTH
 
 Marc Herms (Mercator GmbH) wrote :
  I want to put Linux on another PC that is entirely dedicated to Linux. So 
  far, I have a PC where I have a linux and a windows98 partition (with Boot 
  + partition Magic).
  How can I delete the Linux partition and use it entirely for Windows?
  Just delete the Linux partition and that`s it?
  thanks, marc
  
  *
  *  MERCATOR GmbH *
  *   Your Presence Provider  *
  *http://mercator.net  *
  * e-mail: [EMAIL PROTECTED] *
  *
 



RE: [[newbie] Modem driver?]

2000-02-03 Thread Troy Weir

It is a WinModem.  I had one and had toi chance to another kind.  Sorry.

-Original Message-
From:   Michael Scottaline [mailto:[EMAIL PROTECTED]]
Sent:   Thursday, February 03, 2000 3:54 AM
To: [EMAIL PROTECTED]
Subject:Re: [[newbie] Modem driver?]

Paul Derbyshire [EMAIL PROTECTED] wrote:


 It's a Rockwell HCF 56K internal modem. It has fax and voice stuff on it,
 but I don't care about getting those working -- data would be fine. I
tried
 the "+H0" in the init string that turns off error correction and flow
 control, having read in a HOWTO somewhere that some Rockwell host
 controlled modems just offload these functions to software -- a rough surf
 would be better than no surf. Apparently, it doesn't work with this modem.
=
I don't think this modem is supported in linux.  HCF, I believe, is a type
of
software or "winmodem".  I hope I'm wrong, but if I'm not, try an external.
You'll be glad you did.
Mike

##
Michael Scottaline
Linux 2.2.13
##


Get your own FREE, personal Netscape WebMail account today at
http://webmail.netscape.com.



[newbie]

2000-02-03 Thread Bartek



subscribe newbie 


Re: [newbie] Re: Saving to hda1/5

2000-02-03 Thread Dave Gunter

How can you see 98 partition I can't see it even under root?

James Fidell wrote:

 Quoting Hill, Andrew ([EMAIL PROTECTED]):

  I am able to copy files across from my windows drives, but I am unable
  to copy them back. Any idea why?
  Mandrake 7.0 and Win98.

 Without any indication of what error messages etc. you are getting, it's
 only possible to guess.  I'd imagine that it's because by default the
 win98 filesystem is mounted by root and as such all files will appear to be
 owned by root.  As a normal user you will not then be able to write to the
 windows filesystem.

 Probably the best solution to this problem is to create a new group
 whose members will be those userids that can write files to the win98
 paritition.  Then mount the win98 partition specifying the new group
 with the "gid" option and a umask option to make the win98 filesystem
 group-writable.

 James.
 --
  "Yield to temptation -- | Consultancy: [EMAIL PROTECTED]
   it may not pass your way again"| http://www.cloud9.co.uk/james
  |
 - Lazarus Long   |  James Fidell



RE: [newbie] Modem driver?

2000-02-03 Thread Troy Weir



-Original Message-
From:   Paul Derbyshire [mailto:[EMAIL PROTECTED]]
Sent:   Thursday, February 03, 2000 2:17 AM
To: [EMAIL PROTECTED]
Subject:[newbie] Modem driver?


I located my modem at IRQ 3, address 0x02f8, ttyS1. Unfortunately, it is
perpetually "busy" to kppp and minicom, on trying to use it, can't talk
sense to it apparently. I checked, and it's a dreaded "host-controlled"
modem, nearly as bad as a Winmodem. (I didn't choose it; it came
preinstalled by the computer OEM, along with, naturally, Windows 98).
Anyone know where drivers for these can be found? Rockwell's site is a maze
that will turn any sane man into a lunatic in minutes...
It's a Rockwell HCF 56K internal modem. It has fax and voice stuff on it,
but I don't care about getting those working-data would be fine. I tried the
"+H0" in the init string that turns off error correction and flow control,
having read in a HOWTO somewhere that some Rockwell host controlled modems
just offload these functions to software-a rough surf would be better than
no surf. Apparently, it doesn't work with this modem.

--
.*.  "Clouds are not spheres, mountains are not cones, coastlines are not
-()circles, and bark is not smooth, nor does lightning travel in a
'*'  straight line."-
-- B. Mandelbrot  |http://surf.to/pgd.net [EMAIL PROTECTED]
_ |  Paul Derbyshire
Programmer  Humanist|ICQ: 10423848|

Unfortunately, HCF modems are winmodems in disguise.  Need to get another
type or get an external one.
Sorry



[newbie] can't login as root

2000-02-03 Thread Randall Randall

Okay, got another issue, now. :)

I'm trying to install a system without X,
and have to go through and delete packages
manually, in "expert" mode.  It claims to 
be installing all the dependencies (including
things I don't really want (like X libraries)
but apparently MUST have.  Every time I give
it a root password, and finish the installation,
I can't login.  No matter how carefully I type,
it says: Login Incorrect.  

Here's the weird part: I can login fine as 
another user, and use "su" to login as root,
and it WORKS.  I just can't login initially
as root.

-- 
Wolfkin ([EMAIL PROTECTED]).
Crypto key: www.freedomspace.net/~wolfkin/crypto.text
On a visible but distant shore, a new image of man;
The shape of his own future, now in his own hands.-- Johnny Clegg.



Re: [[newbie] Problem]

2000-02-03 Thread Jaguar

I had a similar problem with my modem.  As long as your modem is an external,
or a JUMPERED ISA, ie: NOT a Winmodem, and it is properly configured as TTYSx
( with "x" being the modem port), you might try playing with the FLOW CONTROL,
the default I believe XON/XOFF, I ended up setting mine to NO FLOW -- or
something close to that...and then KPPP initialized my modem.
HTH
Jaguar

"Maria Viskovska" [EMAIL PROTECTED] wrote:

 - 
   Attachment:  
   MIME Type: multipart/alternative 
 - 
 Hi 
 I used for connection on internet Kppp ,but Kppp not work  good!!
 I open Kppp and click on connect and LINUX show me window with "sory,modem
is busy" but my modem is not BUSY :-)))
 I have conf. modem on /dev/ttyS2  { com 3 in Win98} what is bad   I used
minicom  but minicom show me "modem is online . please hand -up  but I not
make connection I only start minicom :-)) 
 My sound card is CMI 8338 but this type is not suppord form Mandrake ,I
check me sound card with sndconfig and LINUX show me no suppord CMI 8338 only
CMI 8030 !! You have upgrade drivers for sound card CMI 8338 
   Thank you George



Get your own FREE, personal Netscape WebMail account today at 
http://webmail.netscape.com.



[newbie] Upgrading from HELIOS to AIR

2000-02-03 Thread gcastillo

I have HELIOS installed in my computer, I am trying to upgrade to AIR and
for some reason I cannot. The rawritewin does not work so I created my
install disk with rawrite,
I told it to insall from CD_ROM, the computer reades it and then it
displays a message saying BOOT failed.
I tried making my boot disk with text_boot.img and it did the same.
I tried autoboot (my CD-ROM is not bootable) it changed my autoexec.bat, it
went through its initialization it showed the firts screen then asked me
the source for my installation
I CD_ROM was selected then it displayed initializing CD_ROM and it just sat
there for ever and gave me a message PANIC stop could not initialize
CD_ROM.

What is the problem? I had no problems when I installed Mandrake 6.1 HELIOS
with boot.img. Why am I having so much trouble trying to upgrade HELIOS to
AIR?

Any help will be apreciated.

Giancarlo Castillo




Re: [Re: [newbie] Email programs?]

2000-02-03 Thread Alan Shoemaker

I just had to make a change.  I've been using the different
releases of Netscape that come with the distributions of Linux
that I've been using for the past year, starting with RedHat
5.2 (Netscape 4.07) and progressing to right now with Mandrake
7.0 (Netscape 4.7).  

This evening Netscape decided to not allow me to open the email
client any longer.  Actually, I could open it but not long enough 
to read anything.  So I went ahead and set up the current
version of Kmail (1.0.28) and was able to copy the files with
the messages that had been downloaded by the Netscape email
client to where they were accessable by Kmail.

So, now I am a Kmail user.  Now I can see the fabled "crap"
that John Alldrich reports seeing when someone sends a message
to the list in in html.  Woe is me!!!  

John, that's not crap, those are html tags :-)

Alan

On Wed, 02 Feb 2000, you wrote:
 Michael Scottaline wrote:
  
  Randall Randall [EMAIL PROTECTED] wrote:
  
   I've used kmail, spruce, mutt, tkrat, balsa, Arrow, Mahogany,
   and many others.  They almost all lack encryption, and the
   one that has good support for that is TEXT (mutt). :(  So
   I keep coming back to netscape, since the ONLY feature it
   seems to lack is encryption. snip
  =
  It also lacks the ability to handle more than one POP3 account.
 
 I had never noticed that. :)
 
 -- 
 Wolfkin ([EMAIL PROTECTED]).
 Crypto key: www.freedomspace.net/~wolfkin/crypto.text
 On a visible but distant shore, a new image of man;
 The shape of his own future, now in his own hands.-- Johnny Clegg.




Re: [RE: [newbie] DHCP...]

2000-02-03 Thread Jaguar

There seems to be confusion about the chipset.
Since there is both a 3C509, and a 3C905...I suggest pulling the card after
POWER OFFand reading the chipset off of the card...to make sure you are
trying the correct Driver.
HTH
Jaguar

"Dave" [EMAIL PROTECTED] wrote:
 yep...I know it's a 3c905B card...
 and I looked through the documentation again and didn't see anything of
 help.  One thing I'm confused about,however: if it is the IRQ etc., how do
i
 change that? (I have win98 too)
 Thanks
 Dave
 
 -Original Message-
 From: flupke [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, February 03, 2000 5:07 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [newbie] DHCP...
 
 
 there is a task manager called ktop. It seems that it's what you need.
 About your 3com card : are you sure this is the module you need?
 Is there anything mentionned about that in your card's documentation?
 
 Dave wrote :
  insmod 3c509 gives me
  ./3c509.o: init_module: Device or resource busy
  sorry to have so little to go on, but I have no way of figuring out
 what
  tto do next.
  (on a side note, is there a taskmanager or ctrl+alt+del equivalent in
 linux?
  I know that there is ps, but anything else (especially if it is accesible
 in
  KDE))?
  Thanks
  Dave
 
  
  have you tried a insmod 3c509 ??
  does not look like the mod for the nic is loaded (hence the no eth0 in
  ifconfig)
  after you try the insmod (and get no errors ) try a modprobe 3c509
  and then a ifconfig if you then see a eth0 ... BINGO
  you can go into linuxconf and edit eth0 to use the 3c509 modual and dhcp
  protocol.
  after you save and exit linuxconf try ifconfig again you should see eth0,
  if no do a ifup eth0
 
  Regards,
  ROn



Get your own FREE, personal Netscape WebMail account today at 
http://webmail.netscape.com.



Re: [newbie] kernel can't detect my ls-120

2000-02-03 Thread tanghim

I have load the module using 'modprobe ide-tape', and also using 
'modprobe ide-floppy', but I still can't mount it.

The kernel said that it is not a valid device.



Re: [[newbie] Email programs?]

2000-02-03 Thread Anthony Huereca

The date problem does happen sometimes, but just keep hitting Date until it
works. It's a little tricky though, you'll have to experiment with it a bit.

Kmail can store your passwords. Go to FileSettingsNetwork Tab Then click on
the account, hit "Modify", and there should be an option to "Save Password to
Config File". And there you go.

Can't help with the different identies though.

 I'm running 1.0.28.  There are several functions I find missing.  Some of these
 might just be because I am not using it correctly though.  I have a hard time
 sorting my mails by date.  They appear in the wrong order at times.  I also
 have to re-enter my passwords for each of my email accounts when I restart the
 program.  Also, when composing a new message, it would be good to be able to
 select which account to send it through.  See, I have to skip between several
 email accounts used by my school.  Different teachers and departments send mail
 to different accounts.

--
Anthony Huereca
http://m3000.1wh.com
Press any key to continue and any other key to quit



Re: [[newbie] Upgrading from HELIOS to AIR]

2000-02-03 Thread Jaguar

If it's aa d/l'ed  ISO image...possibly it is/was corrupt.  Try another d/l,
also there is a release 2 of MDK 7.0 (elsewhere mentioned in this list
today...:))
HTH
Jaguar

[EMAIL PROTECTED] wrote:
 I have HELIOS installed in my computer, I am trying to upgrade to AIR and
 for some reason I cannot. The rawritewin does not work so I created my
 install disk with rawrite,
 I told it to insall from CD_ROM, the computer reades it and then it
 displays a message saying BOOT failed.
 I tried making my boot disk with text_boot.img and it did the same.
 I tried autoboot (my CD-ROM is not bootable) it changed my autoexec.bat, it
 went through its initialization it showed the firts screen then asked me
 the source for my installation
 I CD_ROM was selected then it displayed initializing CD_ROM and it just sat
 there for ever and gave me a message PANIC stop could not initialize
 CD_ROM.
 
 What is the problem? I had no problems when I installed Mandrake 6.1 HELIOS
 with boot.img. Why am I having so much trouble trying to upgrade HELIOS to
 AIR?
 
 Any help will be apreciated.
 
 Giancarlo Castillo
 



Get your own FREE, personal Netscape WebMail account today at 
http://webmail.netscape.com.



Re: [newbie] the g++ compiler

2000-02-03 Thread Anthony Huereca

rpmfind.net 
It has TONS of Rpms for a heck of a lotta programs. 

 Where did you find that? I need it myself.

 
   Try installing libstdc++-devel-2.x.xmdk.i586.rpm
 
  I installed libstdc++-devel-2.95.2-3mdk just now, but it still can't find
 the
  iostream.h file. It gives me the " test.c:1: iostream.h: No such file or
  directory" error still. I also couldn't find it in /usr/include, so is
 there
  something I'm missing here?
 

-- 
Anthony Huereca
http://m3000.1wh.com
Press any key to continue and any other key to quit



Re: [newbie] the g++ compiler

2000-02-03 Thread Anthony Huereca

What RPM is that? My system didn't have g++ installed, and I couldn't find a
"g++" rpm on the Mandrake 6.1 CD or on RPMfind.net.

 You have to use the g++ compiler and not gcc:
   g++ test.cpp
 

-- 
Anthony Huereca
http://m3000.1wh.com
Press any key to continue and any other key to quit



Re: [newbie] kernel can't detect my ls-120

2000-02-03 Thread tanghim

I have followed what you told me, but still doesn't work.  The kernel 
said my hdc is not a valid device.



Re: [newbie] how to delete Linux partition

2000-02-03 Thread Wendell E. Gragg

If you are using Partition Magic and Boot Magic, then first I would disable
boot magic so that it boots to Windows all the time.  Then run partition
magic and delete the Linux partition(s).  After you delete them, then you
use Partitin magic to add the space back to your windows partition.

As always, when doing this kind of thing, make sure you have backed up you
Win partition real well.  It is not hard to screw up the partition table and
have a doorstop for a machine.

Wendell
- Original Message -
From: "Marc Herms (Mercator GmbH)" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 03, 2000 6:54 AM
Subject: [newbie] how to delete Linux partition


 I want to put Linux on another PC that is entirely dedicated to Linux. So
 far, I have a PC where I have a linux and a windows98 partition (with Boot
 + partition Magic).
 How can I delete the Linux partition and use it entirely for Windows?
 Just delete the Linux partition and that`s it?
 thanks, marc

 *
 *  MERCATOR GmbH *
 *   Your Presence Provider  *
 *http://mercator.net  *
 * e-mail: [EMAIL PROTECTED] *
 *




Re: [newbie] can't login as root

2000-02-03 Thread flupke

Check to see if there is nothing special in your /root/.bashrc or other scripts
executed when you log in.
Maybe there is something that disconnects you in these scripts.

Randall Randall wrote :
 Okay, got another issue, now. :)
 
 I'm trying to install a system without X,
 and have to go through and delete packages
 manually, in "expert" mode.  It claims to 
 be installing all the dependencies (including
 things I don't really want (like X libraries)
 but apparently MUST have.  Every time I give
 it a root password, and finish the installation,
 I can't login.  No matter how carefully I type,
 it says: Login Incorrect.  
 
 Here's the weird part: I can login fine as 
 another user, and use "su" to login as root,
 and it WORKS.  I just can't login initially
 as root.
 
 -- 
 Wolfkin ([EMAIL PROTECTED]).
 Crypto key: www.freedomspace.net/~wolfkin/crypto.text
 On a visible but distant shore, a new image of man;
 The shape of his own future, now in his own hands.-- Johnny Clegg.



RE: [RE: [newbie] DHCP...]

2000-02-03 Thread Dave

rofl.
I'm sorry for the typos...it's been a rough week.
3c90x...time to try this all again.
-Dave

-Original Message-
From: Jaguar [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 03, 2000 10:11 AM
To: [EMAIL PROTECTED]
Subject: Re: [RE: [newbie] DHCP...]


There seems to be confusion about the chipset.
Since there is both a 3C509, and a 3C905...I suggest pulling the card after
POWER OFFand reading the chipset off of the card...to make sure you are
trying the correct Driver.
HTH
Jaguar

"Dave" [EMAIL PROTECTED] wrote:
 yep...I know it's a 3c905B card...
 and I looked through the documentation again and didn't see anything of
 help.  One thing I'm confused about,however: if it is the IRQ etc., how do
i
 change that? (I have win98 too)
 Thanks
 Dave

 -Original Message-
 From: flupke [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, February 03, 2000 5:07 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [newbie] DHCP...


 there is a task manager called ktop. It seems that it's what you need.
 About your 3com card : are you sure this is the module you need?
 Is there anything mentionned about that in your card's documentation?

 Dave wrote :
  insmod 3c509 gives me
  ./3c509.o: init_module: Device or resource busy
  sorry to have so little to go on, but I have no way of figuring out
 what
  tto do next.
  (on a side note, is there a taskmanager or ctrl+alt+del equivalent in
 linux?
  I know that there is ps, but anything else (especially if it is
accesible
 in
  KDE))?
  Thanks
  Dave
 
  
  have you tried a insmod 3c509 ??
  does not look like the mod for the nic is loaded (hence the no eth0 in
  ifconfig)
  after you try the insmod (and get no errors ) try a modprobe 3c509
  and then a ifconfig if you then see a eth0 ... BINGO
  you can go into linuxconf and edit eth0 to use the 3c509 modual and dhcp
  protocol.
  after you save and exit linuxconf try ifconfig again you should see
eth0,
  if no do a ifup eth0
 
  Regards,
  ROn



Get your own FREE, personal Netscape WebMail account today at
http://webmail.netscape.com.



RE: [RE: [newbie] DHCP...]

2000-02-03 Thread Dave

...but insmod of course doesn't work when I use 3c90x (3c905 and 3c905b
don't exist...)
-dave

-Original Message-
From: Jaguar [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 03, 2000 10:11 AM
To: [EMAIL PROTECTED]
Subject: Re: [RE: [newbie] DHCP...]


There seems to be confusion about the chipset.
Since there is both a 3C509, and a 3C905...I suggest pulling the card after
POWER OFFand reading the chipset off of the card...to make sure you are
trying the correct Driver.
HTH
Jaguar

"Dave" [EMAIL PROTECTED] wrote:
 yep...I know it's a 3c905B card...
 and I looked through the documentation again and didn't see anything of
 help.  One thing I'm confused about,however: if it is the IRQ etc., how do
i
 change that? (I have win98 too)
 Thanks
 Dave

 -Original Message-
 From: flupke [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, February 03, 2000 5:07 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [newbie] DHCP...


 there is a task manager called ktop. It seems that it's what you need.
 About your 3com card : are you sure this is the module you need?
 Is there anything mentionned about that in your card's documentation?

 Dave wrote :
  insmod 3c509 gives me
  ./3c509.o: init_module: Device or resource busy
  sorry to have so little to go on, but I have no way of figuring out
 what
  tto do next.
  (on a side note, is there a taskmanager or ctrl+alt+del equivalent in
 linux?
  I know that there is ps, but anything else (especially if it is
accesible
 in
  KDE))?
  Thanks
  Dave
 
  
  have you tried a insmod 3c509 ??
  does not look like the mod for the nic is loaded (hence the no eth0 in
  ifconfig)
  after you try the insmod (and get no errors ) try a modprobe 3c509
  and then a ifconfig if you then see a eth0 ... BINGO
  you can go into linuxconf and edit eth0 to use the 3c509 modual and dhcp
  protocol.
  after you save and exit linuxconf try ifconfig again you should see
eth0,
  if no do a ifup eth0
 
  Regards,
  ROn



Get your own FREE, personal Netscape WebMail account today at
http://webmail.netscape.com.



Re: [RE: [newbie] DHCP...]

2000-02-03 Thread shuxclams

the module for a 905b is 3c59x, give that awhirl. ;)

Sean

Dave wrote:
 
 ...but insmod of course doesn't work when I use 3c90x (3c905 and 3c905b
 don't exist...)
 -dave
 
 -Original Message-
 From: Jaguar [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, February 03, 2000 10:11 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [RE: [newbie] DHCP...]
 
 There seems to be confusion about the chipset.
 Since there is both a 3C509, and a 3C905...I suggest pulling the card after
 POWER OFFand reading the chipset off of the card...to make sure you are
 trying the correct Driver.
 HTH
 Jaguar
 
 "Dave" [EMAIL PROTECTED] wrote:
  yep...I know it's a 3c905B card...
  and I looked through the documentation again and didn't see anything of
  help.  One thing I'm confused about,however: if it is the IRQ etc., how do
 i
  change that? (I have win98 too)
  Thanks
  Dave
 
  -Original Message-
  From: flupke [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, February 03, 2000 5:07 AM
  To: [EMAIL PROTECTED]
  Subject: RE: [newbie] DHCP...
 
 
  there is a task manager called ktop. It seems that it's what you need.
  About your 3com card : are you sure this is the module you need?
  Is there anything mentionned about that in your card's documentation?
 
  Dave wrote :
   insmod 3c509 gives me
   ./3c509.o: init_module: Device or resource busy
   sorry to have so little to go on, but I have no way of figuring out
  what
   tto do next.
   (on a side note, is there a taskmanager or ctrl+alt+del equivalent in
  linux?
   I know that there is ps, but anything else (especially if it is
 accesible
  in
   KDE))?
   Thanks
   Dave
  
   
   have you tried a insmod 3c509 ??
   does not look like the mod for the nic is loaded (hence the no eth0 in
   ifconfig)
   after you try the insmod (and get no errors ) try a modprobe 3c509
   and then a ifconfig if you then see a eth0 ... BINGO
   you can go into linuxconf and edit eth0 to use the 3c509 modual and dhcp
   protocol.
   after you save and exit linuxconf try ifconfig again you should see
 eth0,
   if no do a ifup eth0
  
   Regards,
   ROn
 
 
 Get your own FREE, personal Netscape WebMail account today at
 http://webmail.netscape.com.

__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com



Re: [RE: [newbie] DHCP...]

2000-02-03 Thread shuxclams

That would be "insmod 3c59x ENTER" and that will do it just "ifup
eth0ENTER and it will work.

Sean

shuxclams wrote:
 
 the module for a 905b is 3c59x, give that awhirl. ;)
 
 Sean
 
 Dave wrote:
 
  ...but insmod of course doesn't work when I use 3c90x (3c905 and 3c905b
  don't exist...)
  -dave
 
  -Original Message-
  From: Jaguar [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, February 03, 2000 10:11 AM
  To: [EMAIL PROTECTED]
  Subject: Re: [RE: [newbie] DHCP...]
 
  There seems to be confusion about the chipset.
  Since there is both a 3C509, and a 3C905...I suggest pulling the card after
  POWER OFFand reading the chipset off of the card...to make sure you are
  trying the correct Driver.
  HTH
  Jaguar
 
  "Dave" [EMAIL PROTECTED] wrote:
   yep...I know it's a 3c905B card...
   and I looked through the documentation again and didn't see anything of
   help.  One thing I'm confused about,however: if it is the IRQ etc., how do
  i
   change that? (I have win98 too)
   Thanks
   Dave
  
   -Original Message-
   From: flupke [mailto:[EMAIL PROTECTED]]
   Sent: Thursday, February 03, 2000 5:07 AM
   To: [EMAIL PROTECTED]
   Subject: RE: [newbie] DHCP...
  
  
   there is a task manager called ktop. It seems that it's what you need.
   About your 3com card : are you sure this is the module you need?
   Is there anything mentionned about that in your card's documentation?
  
   Dave wrote :
insmod 3c509 gives me
./3c509.o: init_module: Device or resource busy
sorry to have so little to go on, but I have no way of figuring out
   what
tto do next.
(on a side note, is there a taskmanager or ctrl+alt+del equivalent in
   linux?
I know that there is ps, but anything else (especially if it is
  accesible
   in
KDE))?
Thanks
Dave
   

have you tried a insmod 3c509 ??
does not look like the mod for the nic is loaded (hence the no eth0 in
ifconfig)
after you try the insmod (and get no errors ) try a modprobe 3c509
and then a ifconfig if you then see a eth0 ... BINGO
you can go into linuxconf and edit eth0 to use the 3c509 modual and dhcp
protocol.
after you save and exit linuxconf try ifconfig again you should see
  eth0,
if no do a ifup eth0
   
Regards,
ROn
 
  
  Get your own FREE, personal Netscape WebMail account today at
  http://webmail.netscape.com.
 
 __
 Do You Yahoo!?
 Talk to your friends online with Yahoo! Messenger.
 http://im.yahoo.com

__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com



[newbie] re: 3C575-TX card

2000-02-03 Thread David W Smith

Hi,

I'd appreciate confirmation on the correct module for a 3C575-TX card.
I'm thinking it is 3c90x(?)


Thanks.


David Smith

University of Oxford





Re: [newbie] re: 3C575-TX card

2000-02-03 Thread shuxclams

I don't see that model number listed, I see 3c595 but not 575. If it
was a typo then it is a vortex class card which uses the 3c59x module,
otherwise I do not see a listing for 3c575. Hope this helps.

Sean

David W Smith wrote:
 
 Hi,
 
 I'd appreciate confirmation on the correct module for a 3C575-TX card.
 I'm thinking it is 3c90x(?)
 
 Thanks.
 
 David Smith
 
 University of Oxford

__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com



Re: [newbie] Installing licq or kxicq

2000-02-03 Thread dale kosan

I am not sure what you might be doing wrong,but I have an easier way to go 
about this.Both programs are in the folder RPMS on your Mandrake cd.Use the 
package manager to install untill you get more comy with the tar gz 
format.All the files you need are on the cd.Also check out www.rpmfind.net 
for more easy to install packages.I would use Kpackage to install the 
programs.

  Dale


From: Britt Selvitelle [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [newbie] Installing licq or kxicq
Date: Tue, 1 Feb 2000 15:19:37 -0500
MIME-Version: 1.0
Received: from [216.71.84.35] by hotmail.com (3.2) with ESMTP id 
MHotMailBA608B6B0032D820F3CAD847542358710; Tue Feb 01 12:22:04 2000
Received: (from sympa@localhost)by mandrakesoft.mandrakesoft.com 
(8.8.5/8.8.5) id OAA05584for [EMAIL PROTECTED]; Tue, 1 Feb 2000 
14:11:09 -0600
Received: from smtp.uky.edu (smtp.uky.edu [128.163.2.17]) by
mandrakesoft.mandrakesoft.com (8.8.5/8.8.5) with ESMTP id OAA05056 for
[EMAIL PROTECTED]; Tue, 1 Feb 2000 14:09:15 -0600
Received: from pop.uky.edu (pop.uky.edu [128.163.2.16]) by smtp.uky.edu
(8.9.3/8.9.3) with ESMTP id PAA83345 for [EMAIL PROTECTED];
Tue, 1 Feb 2000 15:18:02 -0500 (EST)
Received: from localhost.localdomain (IDENT:root@[128.163.244.65]) by
pop.uky.edu (8.9.3/8.9.3) with SMTP id PAA03596 for
[EMAIL PROTECTED]; Tue, 1 Feb 2000 15:18:01 -0500 (EST)
From [EMAIL PROTECTED] Tue Feb 01 12:25:49 2000
X-Mailer: KMail [version 1.0.28]
References: [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
X-Loop: [EMAIL PROTECTED]
X-Sequence: 1164
Precedence: list

Hey, I am new to this list, and I have a few installation questions some of 
you
might be able to help me with.  I just installed Mandrake7, and I am trying 
to
install kxicq or licq.  I unarchived the licq files and when I do a 
./configure
I get the following:

configure: error: You need to have the libstdc++ headers installed

So I downloaded the libstdc++ libraries but got an error when compiling 
those
as well (I can include that if needed).

Now when installing kxicq it runs the ./configure fine but when I do a 
make, I
get the following:

../../kxicq/kconfigdlg/kconfigitem.h:34: iostream.h: No such file or 
directory
make[3]: *** [kxrc.lo] Error 1
make[3]: Leaving directory `/root/kxicq-01112000/plugins/russianConverter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/kxicq-01112000/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/kxicq-01112000'
make: *** [all-recursive-am] Error 2

Anyone know what the problem is?  Am I doing something wrong in compiling 
them
(since I am relatively new to linux)?  Thanks for the help in advance.

Britt

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



[newbie] kernel question/module question

2000-02-03 Thread MrWil206

Ok, sometime tonight i'm going to compile and install the 2.3.42 kernel 
(going with the latest dev version because of the usb support, and i need 
that for my intellimouse).  Now, I have a Diamond Monster II MX300 sound card 
(vortex2 chipset) and drivers were just released for it not long ago.  When 
I'm compiling the kernel, can the drivers be included as a module into the 
kernel or do I need to just compile the drivers outside the kernel like i did 
for the 2.2.14 kernel?
Any and all help is greatly appreciated.

-dave



[newbie] login problem

2000-02-03 Thread CyberNEMESIS



Dear all,
i've installed Mandrake 6.1 and i can't login at 
all.
i just get the localhost@login promt. and whenever 
i write root and press Enter the root word disappears and nothing happens at 
all, and the promt still the same.
can any one help me with that ... pls

TIA
cn


Re: [newbie] re: 3C575-TX card

2000-02-03 Thread David Santon

There is direct support in the new development kernel

http://edge.linuxhq.com/kernel2.3/new.html

DS (Nottm UK)

*** REPLY SEPARATOR  ***

On 03/02/00 at 09:47 shuxclams wrote:

I don't see that model number listed, I see 3c595 but not 575. If it
was a typo then it is a vortex class card which uses the 3c59x module,
otherwise I do not see a listing for 3c575. Hope this helps.

Sean

David W Smith wrote:
 
 Hi,
 
 I'd appreciate confirmation on the correct module for a 3C575-TX card.
 I'm thinking it is 3c90x(?)
 
 Thanks.
 
 David Smith
 
 University of Oxford

__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com



-
  http://www.santon.clara.co.uk/
-



[newbie] User group

2000-02-03 Thread Andrew Scotchmer

Does anyone out there live in or near 
Blackburn, Lancashire, England.
If so get in touch, I'm desperately in need of a user group.

   Scotchpie



[newbie] Time

2000-02-03 Thread David Tabachnikov

I got a problem with my time. It always changes... Like if today I set
my time to 11:00PM, and this system isn't rebooted. I come tommorow at
the same time, it shows 11:35PM, though the mechanical clock on the wall
still shows 11:00PM What to do?



[newbie] 1 way Cable Modem and Zoltrix Modem

2000-02-03 Thread george jones



In my area we have 1way cable access using a 
standard modem for upstream and a General Instrument SB1000 SurfBoard. Any one 
know how to get this thing to run under Linux? Another question, I was thinking 
about getting a free ISP for a dialup under Linux as well, can the Zoltrix 
Spirit PCI modem be used? Befor you say anything, this is one of the rare PCI 
modems that's NOT a WinModem. It's a real com port device. 



[newbie] kxicq

2000-02-03 Thread mike

Yo all!

Anybody know of a rpm for kxicq that works correctly with mandrake 6.1?

I installed a redhat6.1 one, and it mostly works but it looks for its help
files and plugins in the wrong directories.
Also it always complains about incorrect fonts for some reason.

Help appreciated!


Cheers for now:

Mike



[newbie] isdn - german-

2000-02-03 Thread Markus Teich



hi all
habe gerade linux-mandrake 7.0 installiert ich 
habhe kein modem sondern isdn ( frittzcard)
was muss ich machen damit ich üver freenet ( 
0101901920) online gehen kann?

bitte um antwort

danke

divby0


[newbie] Some Help - New to MDK

2000-02-03 Thread Jim Bruno Goldberg

Hi, people.

I install the MDK 6.1 here and cant solve some things, please, if
someone can help me or point some reference, thank you:

- I sucessfully (???) configurate a CMI 8338 Sound Board on the Linux,
but the sound suddently hangs. If I reset the system and start the
X11AMP, when I play the MP3 file, this plays 1 or 2 seconds and hangs
the sound board. 
- I install the Star Office 5.1 on network copnfiguration fine, but
when I try to install a profile running the setup again, this hangs on
the end of the procedure. What this can be?


-- 


Jim Bruno Goldberg [EMAIL PROTECTED]
 Focus Consultoria Empresarial Ltda.
  http://www.focusit.com.br

   "See inside, there's nothing to hide, turn and face the light!"

Where do you want from me?
   Wright/Gilmour



Re: [newbie] Some Help - New to MDK

2000-02-03 Thread george jones

I had a similar problem with my ESS Solo1 when I installed 6.1, I have since
installed 7.0 and have not had any problems with it.
- Original Message -
From: "Jim Bruno Goldberg" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 03, 2000 4:01 PM
Subject: [newbie] Some Help - New to MDK


 Hi, people.

 I install the MDK 6.1 here and cant solve some things, please, if
 someone can help me or point some reference, thank you:

 - I sucessfully (???) configurate a CMI 8338 Sound Board on the Linux,
 but the sound suddently hangs. If I reset the system and start the
 X11AMP, when I play the MP3 file, this plays 1 or 2 seconds and hangs
 the sound board.
 - I install the Star Office 5.1 on network copnfiguration fine, but
 when I try to install a profile running the setup again, this hangs on
 the end of the procedure. What this can be?


 --


 Jim Bruno Goldberg [EMAIL PROTECTED]
 Focus Consultoria Empresarial Ltda.
   http://www.focusit.com.br

"See inside, there's nothing to hide, turn and face the light!"

 Where do you want from me?
  Wright/Gilmour



[newbie] unsubscribing

2000-02-03 Thread JOHN RAYMOND EHRHART


How do I go about getting off of this list?  Thanks.



Re: [newbie] can't login as root

2000-02-03 Thread Randall Randall

flupke wrote:
 
 Check to see if there is nothing special in your /root/.bashrc or other scripts
 executed when you log in.
 Maybe there is something that disconnects you in these scripts.

Well, I know what it looks like to login to a
disabled account, and THAT should just drop you
back to a logon prompt, but this actually says:
login incorrect.

Also, I can use "su -", which reads all those
configuration files, IIUC.

Anyway, just in case, I did look, and couldn't
see anything amiss in the configuration files.

-- 
Wolfkin ([EMAIL PROTECTED]).
Crypto key: www.freedomspace.net/~wolfkin/crypto.text
On a visible but distant shore, a new image of man;
The shape of his own future, now in his own hands.-- Johnny Clegg.



[newbie] modem woes

2000-02-03 Thread Dave Gunter

I am having problems with my modem as well, the jumpers are set correctly and I ran 
the query
in kppp it worked once then I do it again I  get a error message "Sorry the modem is 
not
responding" I've tried changing ports and same result. It worked with Winlinux it 
works with
98, it is also on the list of modems that work. I even reinstalled Linux no luck.

Thanks
Dave



Re: [newbie] help! kde is confusing!!

2000-02-03 Thread Jason R. Lucier



i found a similar problem with my system and i 
found it was the monitor setting. I went and reinstalled Linux and choose 
a generic multi-sync monitor in the install wizard. It fixed the 
problem.

  - Original Message - 
  From: 
  Chris 
  To: linux 
  list ; tehc support 
  Sent: Wednesday, February 02, 2000 2:49 
  AM
  Subject: [newbie] help! kde is 
  confusing!!
  
  i cant figure out how to make the "desktop" the same size as the monitor 
  display! its much larger and i need it to fit!! also, i cant figure out how to 
  start gnome, and none of the help files are avasilable.Christopher 
  L Delp mobile e mail: [EMAIL PROTECTED] 
  http://www.u.arizona.edu/~cld 
  Friend of Bill W. If the futures looking dark, We're the ones who have to 
  shout If there's no one in control, were the ones who draw the line Though we 
  live in trying times, we're the ones who have to try 
  
  Do You Yahoo!?Talk to your friends online with Yahoo! Messenger.


Re: [newbie] Time

2000-02-03 Thread Alan Shoemaker

Davidwhat I do, is have Linux update the system clock every
hour by automatically running a small shell script from the
/etc/cron.hourly directory.   Here's the contents of my shell
script:

#! /bin/sh
rdate -s time.nist.gov  

As root, create a text file and give it 717 permissions.  Put
the above text in the file and put the file in the
/etc/cron.hourly directory.  Linux will now take care of
updating the system clock every hour as long as you're on the
web.

Alan


On Thu, 03 Feb 2000, you wrote:
 I got a problem with my time. It always changes... Like if today I set
 my time to 11:00PM, and this system isn't rebooted. I come tommorow at
 the same time, it shows 11:35PM, though the mechanical clock on the wall
 still shows 11:00PM What to do?



Re: [newbie] isdn - german

2000-02-03 Thread Lance Borden


 hi all
 habe gerade linux-mandrake 7.0 installiert ich habhe kein modem sondern isdn (
frittzcard)
 was muss ich machen damit ich üver freenet ( 0101901920) online gehen kann?

 bitte um antwort

 danke

Markus,
Ich habe zwar kein ISDN, aber ich habe gesehen, dass es ein ganzes ISDN-Kapitel
in dem Buch "Linux für Anwender" gibt (von Andreas Tikart, Jens Kühnel, Lars
Gentara). Es tut mir leid, dass ich nichts weiteres weiß!
Na ja! Ich bin gerade beim Schicken und ich sehe auf dem Tisch...
Es gibt jetzt eine Linux-Spezial Ausgabe von CHIP.  In dieser Ausgabe gibt es
ausführliche Beschreibungen von ISDN und ein Programm namens kISDN.  Das könnte
Ihre Lösung sein!
Lance



Re: [newbie] Books and stuff.

2000-02-03 Thread Lance Borden

Andrew Scotchmer wrote:

 Firstly thanks to all for your help and does anyone know of any good
 books on linux and the KDE.  The ones I've got don't seem to cover
 much and theres no user group in my area.
 Secondly I can't seem to download anything (icq) from the net, or
 rather I can but I keep getting asked what I want to open it with.
 I type in home (just a guess) and it downloads to:
 home/andrew/kde/share/kfm/tmp/..whatever..
 but then what.
 I don't want to sound like a windoze freak but isn't there any
 install wizards for linux?  As I am totally new to all of this, all these
 .rpm and .tar.gz files, not to mention the home/andrew/kdeetc,etc,
 are doing my head in (hence the need for a good book).
 I am running Mandrake 6.1
 Andrew

Hey, I 've been there!  I was just where you are about 3 weeks ago, but hang in
there!  It all starts to make sense pretty quickly.  I've had trouble finding a
"one book gives the whole picture" solution, but the latest one I've looked at
does a really good job:  Linux: Installation, Configuration, Use, 2nd Ed.   by
Michael Kofler, Addison-Wesley publisher.

Regarding install wizards, those .rpm files are pretty much exactly that!  Use
kpackage, which will install, update and uninstall all the .rpm packages for
you. Open kpackage, have it search for .rpm packages (in the options menu, you
can define which directories to search for packages). It will give you a list of
all the packages (you can view all the installed ones, all the not-installed
ones, or both from the options menu).  Find the one you want to install,
highlight it, and hit install. Coming from Windoze, you'll be amazed at how fast
they install (I sure was!).

The .tar and .tar.gz files are ones you have to compile yourself (manually
install).  It's a little more of a pain. I'm not real good at these, but I'll
see if my memory serves me right.  The others will correct me if I miss it!
If you have a .tar.gz, it is zipped, and you have to unzip it.  I tend to use
the graphical kfm (file manager) to browse the directory. By right clicking on
the file, I get the "archiver" option.  I choose it, which opens the ark program
and I select extract, which unzips the file. (I think you can use the console
and enter the command gunzip foo (foo represents the file name).  In either
case, you end up with a .tar file (which itself is a kind of compressed bundle
of files).

Use the console and cd into the directory where your .tar file is. Then enter
tar -xvf foo

This will unpack your .tar file into many files and even directories. Now you
are ready to install.  I think the commands are as follows:
First, do  ./configure from the directory which was just created by
unpacking .tar
Then, do  make
Finally...  make install

Then your program should be installed.

As you can see, I'm only a step or two ahead of you.  Hope this makes some
sense!
Lance





Re: [newbie] I can't find the in.telnetd

2000-02-03 Thread Audrey Beck

Jason Miu wrote:
 
 Dear all,
 
 I cannot telnet to my Mandrake 6.1 machine. After read the notes and
 search, I found there is a line in my inetd.conf:
 telnet  stream tcp nowait root /usr/sbin/tcpd in.telnetd
 
 but, in my /usr/sbin/ , I can't find the file "in.telnetd" (but in.ftpd
 is there). I think this is my problem. However, where can I get this
 file?
 
 More, I think I 've selected the telnet package while install, but
 seems the "in.telnetd" 've never been in my machine. I would like to
 ask, is Mandrake 6.1 doesn't ship the file with us?
 
 Thank you very much!
 
 Yours,
 
 Jason Miu

6.1 doesn't install the telnet server.  Look for the telnet-server rpm
on the cd and install it.




[newbie] sound card w/mandrake 7

2000-02-03 Thread Alan Snider

Wow!!! Mandrake 7 is the nicest linux package I have had experience with
(though the others have been only Redhat 5.0, 5.1, 5.9 and Mandrake 5.3
and 6.0 so I am no expert by any means).

One big problem:  I have a Toshiba Equium 6200M with built-in Crystal
sound card.  Mandrake 7 did a good job of configuring everything except
the soundcard.  So now I am in the position where I would like to add
the sound card but do not know how(?)

Please help me so I can listen to sounds, thanks.

Alan




Re: [newbie] Remote Telnet; Remote FTP server (they don't work)

2000-02-03 Thread Emerald Arcana

 Do what you did to turn 'em off. :-) Also, you can re-run "setup"
 from a console prompt as root and select "system services." Here's
 where you configure what starts up automagically.

Tried that, it didn't work.

When I turned them off, I edited the inetd.conf file and
commented them out, but now that I want them again, they
won't run.  Does anyone know what the programs are called?

 HmmI'm sure there's a reason I'm not aware of. You *do* know that
 it makes it more difficult for people to FTP in as most ftp programs
 (if not all) default to port 21. That being said, it's probably in
 your config file for the ftp server. Go edit that and it should
 change ports for you.

I'd comment a bit on this, but without the remote FTP
server... this is a moot point :)

-- 
~~
Emerald Arcana
~~
http://project_xat.tripod.com/
http://ArcanaTxM.tripod.com/



Re: [newbie] Time

2000-02-03 Thread Ronald J. Yacketta

xntp! :)

On Thu, 3 Feb 2000, David Tabachnikov wrote:

 I got a problem with my time. It always changes... Like if today I set
 my time to 11:00PM, and this system isn't rebooted. I come tommorow at
 the same time, it shows 11:35PM, though the mechanical clock on the wall
 still shows 11:00PM What to do?
 



Re: [newbie] Time

2000-02-03 Thread Alan Snider

Ronald J Yacketta wrote:

 xntp! :)

 On Thu, 3 Feb 2000, David Tabachnikov wrote:

  I got a problem with my time. It always changes... Like if today I set
  my time to 11:00PM, and this system isn't rebooted. I come tommorow at
  the same time, it shows 11:35PM, though the mechanical clock on the wall
  still shows 11:00PM What to do?
 

Ronald ...  sounds like it is not the linux but rather the system clock in
your computer.
So is it possible that you have your power supply set to EU 50 cycles instead
of
US 60 cycles (just a guess) ..  so boot with a DOS disk sometime, manually
set the
time from DOS prompt ..  go away for 24 hours then check it again ..  bet it
is still
fast.

I had computer once that LOST time (because of too little memory and having
to
always swap and spool), but don't know about GAINING time other than the
machine itself.  Maybe you have "overclocked" something too(?)

Alan Snider




Re: [newbie] unsubscribing

2000-02-03 Thread Vic H

First go to the url 

http://www.linux-mandrake.com/en/flists.php3

Then scroll down until you see a blank open spot where it says

E-mail:

And put the same e mail address in there that you did when you subscribed.

Then, below are the little clickbuttons or checkboxes that say 

subscribe and unsubscribe, be sure to click the *unsubscribe* button
and the correct category button *newbie* if that is the list you
subscribed to before, then click on the submit button.




On Thu, 03 Feb 2000, you wrote:
 How do I go about getting off of this list?  Thanks.
-- 
Linux Cat



Re: [newbie] IDE harddrive detection in 7.0 fails

2000-02-03 Thread rjpeake

Hi
(1)Linux often has problems with partition sizes greater 
than 8 gigabytes. It is also fussy about where the LILO is 
placed (the 1024 cylinders thing).
(2) Mandrake Software has admitted that DiskDrake does not 
yet work as it should.

To solve a similar problem I used Partition Magic 4.01, 
which allowed me to graphically, non-destructively, shrink 
Windows partitions and create Linux native partitions in the 
resulting free space.  This is a commercial product and 
there may be free alternatives available but I have no 
personal experience of them.
Regards,
Ron


Quoting Jared Mahoney [EMAIL PROTECTED]:

 I just tried installing Mandrake 7.0 for the first time 
last night.  I
 have one 27GB partioned all in one FAT32 for 98.  The new 
graphical setup
 worked very nicely until it said it couldn't find any 
valid devices to
 create filesystems on.  Any help is greatly appreciated.  
Many thanks in
 advance!

 Jared


 

-n-i-c-.-f-i
Internet -ilman kuluja! Liity heti (http://www.nic.fi/) 



[newbie] Slow CJK font display

2000-02-03 Thread King-On Yeung

How do we start X server with deferglyphs so as to improve the performance?

 http://X-TT.dsl.gr.jp/doc/cur/INSTALL.eng

 regards


--
King-On Yeung
PGP public key:
http://pgp.ai.mit.edu:11371/pks/lookup?op=vindexsearch=koyeung



Get your own FREE, personal Netscape WebMail account today at 
http://webmail.netscape.com.