Re: [newbie] HTTPD (Failed)

1999-07-10 Thread Axalon


line 574 of /etc/httpd/conf/httpd.conf

(cd /etc/httpd/conf && cat httpd.conf|sed -e "s|#ServerName \
new.host.name|ServerName `hostname`|g" > httpd.conf.2 && mv httpd.conf \
httpd.conf.original && mv httpd.conf.2 httpd.conf && \
/etc/rc.d/init.d/httpd start ) || echo "Errors bailing out"

should do the trick, if not goto line 574 and read it ;)

On Sun, 11 Jul 1999, James J. Capone wrote:

> When I start up and it starts all of my programs I get 
> 
> Starting HTTPD [Failed]
> HTTPD unable to set host name
> use ServerName directive to correct..
> 
> 
> Can anyone tell me what is going on.
> 
> Here is what my /etc/hosts file look like
> 
> #127.0.0.1  Localhost localhost.localdomain
> 127.0.0.1 LocalhostMajestic.localdomain
> 
> 
> 
> Thanks
> 
> James J. Capone
> 



RE: [newbie] HTTPD (Failed)

1999-07-10 Thread James J. Capone

Thanks,

Will try it..

James

-Original Message-
From:   Civileme [SMTP:[EMAIL PROTECTED]]
Sent:   Sunday, July 11, 1999 1:56 AM
To: [EMAIL PROTECTED]
Subject:Re: [newbie] HTTPD (Failed)

Your server configuration file dictates the host name for URL
redirection, not /etc/hosts

You might FIND http.conf or ../httpd.conf or specify it with
httpd -f .../somekinda_homemade_config_file

Michael Moore


"James J. Capone" wrote:

> When I start up and it starts all of my programs I get
>
> Starting HTTPD [Failed]
> HTTPD unable to set host name
> use ServerName directive to correct..
>
> Can anyone tell me what is going on.
>
> Here is what my /etc/hosts file look like
>
> #127.0.0.1  Localhost localhost.localdomain
> 127.0.0.1 LocalhostMajestic.localdomain
>
> Thanks
>
> James J. Capone



Re: [newbie] "Login incorrect" without a password prompt....

1999-07-10 Thread Civileme

>

Since you just installed it, it would be wise to try again and to ask for "Check
for Bad Blocks".  The age of your computer and hard disk suggests that this is a
possibility for the sort of error you have.  The authentication process is
corrupted and is respawning because it is finding itself corrupt and committing
suicide, as every properly written daemon does.

Civileme

>
>
> -Original Message-
> From:   Adrian Grigorof [SMTP:[EMAIL PROTECTED]]
> Sent:   Sunday, July 11, 1999 12:41 AM
> To: [EMAIL PROTECTED]
> Subject:[newbie] "Login incorrect" without a password prompt
>
> I have installed a fresh Mandrake 6.0 on a Pentium 100, 64 MB RAM, 1 GB IDE,
> AHA1520 SCSI Controller, S3 video chipset, Sound Blaster and Compaq
> Netelligent network card.
> The installation goes fine , but when the installation finishes, and I
> reboot, I get to the login screen and then for any login name that I enter I
> get the response "Login incorrect".  The screen simply refreshes, and I'm
> back to the login prompt.  I've tried "root" as well as the username that I
> created during setup.  I don't even get a password prompt.  The refresh is
> so fast you can barely see the "login incorrect" message before is
> disappears.  If I try this too many times (about 10), I get a message
> saying:
>
> "INIT: Id "1" respawning too fast: disabled for 5 minutes"
>
> Any help is appreciated!



Re: [newbie] WINE

1999-07-10 Thread Civileme

Mandrake 5.x or 6, and which version of WINE?

/usr/bin/wine "C:\program files\accessories\wordpad.exe"

would run WordPad from windows if your wine.conf file had the right
entries and your wine is 990518, but earlier versions use a different
syyntax and ...  Some of the current documentation still refers to it.

So I would need more information to help you.

Michael Moore



Steve Winston wrote:

> I've tried WINE again and again with no luck.Can anyone send me a
> sample script using Mandrake's version of WINE. I have samples off
> Dejanews, but they are a little different and they don't work for me
> anyway.
> thanks, Steve w.
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com



Re: [newbie] HTTPD (Failed)

1999-07-10 Thread Civileme

Your server configuration file dictates the host name for URL
redirection, not /etc/hosts

You might FIND http.conf or ../httpd.conf or specify it with
httpd -f .../somekinda_homemade_config_file

Michael Moore


"James J. Capone" wrote:

> When I start up and it starts all of my programs I get
>
> Starting HTTPD [Failed]
> HTTPD unable to set host name
> use ServerName directive to correct..
>
> Can anyone tell me what is going on.
>
> Here is what my /etc/hosts file look like
>
> #127.0.0.1  Localhost localhost.localdomain
> 127.0.0.1 LocalhostMajestic.localdomain
>
> Thanks
>
> James J. Capone



RE: [newbie] "Login incorrect" without a password prompt....

1999-07-10 Thread James J. Capone

try to type

Linux single at the Lilo prompt.

This may allow you into the system.. This way you can run Linuxconf. And see if 
you can fix it from there.

Soryy never had this problem yet..

James J. Capone

-Original Message-
From:   Adrian Grigorof [SMTP:[EMAIL PROTECTED]]
Sent:   Sunday, July 11, 1999 12:41 AM
To: [EMAIL PROTECTED]
Subject:[newbie] "Login incorrect" without a password prompt

I have installed a fresh Mandrake 6.0 on a Pentium 100, 64 MB RAM, 1 GB IDE,
AHA1520 SCSI Controller, S3 video chipset, Sound Blaster and Compaq
Netelligent network card.
The installation goes fine , but when the installation finishes, and I
reboot, I get to the login screen and then for any login name that I enter I
get the response "Login incorrect".  The screen simply refreshes, and I'm
back to the login prompt.  I've tried "root" as well as the username that I
created during setup.  I don't even get a password prompt.  The refresh is
so fast you can barely see the "login incorrect" message before is
disappears.  If I try this too many times (about 10), I get a message
saying:

"INIT: Id "1" respawning too fast: disabled for 5 minutes"

Any help is appreciated!



Re: [newbie] "Login incorrect" without a password prompt....

1999-07-10 Thread Rob Omura


at the lilo prompt at start up, type: linux single
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



[newbie] HTTPD (Failed)

1999-07-10 Thread James J. Capone

When I start up and it starts all of my programs I get 

Starting HTTPD [Failed]
HTTPD unable to set host name
use ServerName directive to correct..


Can anyone tell me what is going on.

Here is what my /etc/hosts file look like

#127.0.0.1  Localhost localhost.localdomain
127.0.0.1 LocalhostMajestic.localdomain



Thanks

James J. Capone



[newbie] "Login incorrect" without a password prompt....

1999-07-10 Thread Adrian Grigorof

I have installed a fresh Mandrake 6.0 on a Pentium 100, 64 MB RAM, 1 GB IDE,
AHA1520 SCSI Controller, S3 video chipset, Sound Blaster and Compaq
Netelligent network card.
The installation goes fine , but when the installation finishes, and I
reboot, I get to the login screen and then for any login name that I enter I
get the response "Login incorrect".  The screen simply refreshes, and I'm
back to the login prompt.  I've tried "root" as well as the username that I
created during setup.  I don't even get a password prompt.  The refresh is
so fast you can barely see the "login incorrect" message before is
disappears.  If I try this too many times (about 10), I get a message
saying:

"INIT: Id "1" respawning too fast: disabled for 5 minutes"

Any help is appreciated!



[newbie] WINE

1999-07-10 Thread Steve Winston

I've tried WINE again and again with no luck.Can anyone send me a
sample script using Mandrake's version of WINE. I have samples off
Dejanews, but they are a little different and they don't work for me
anyway.
thanks, Steve w.
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



Re: [newbie] shutdown problem fixed

1999-07-10 Thread Axalon



On Sat, 10 Jul 1999, Rhichard Barth & Family wrote:

> 
> 
> Axalon wrote:
> 
> > On Wed, 30 Jun 1999, Flight16 wrote:
> >
> > > For anybody else having the problem I was of a huge error crashing their system
> > > whenever the shutdown script tried to halt, it is because of the power off 
>command,
> > > like Axalon said, but the specific problem comes from the -p parameter that 
>tries to
> > > power down your pc.  This command is near the end in SShalt script..  Just look 
>in
> > > your /etc/rc.d/rc0.d directory, and edit one of the last lines which contain 
>"halt -i
> > > -d -p" so that it doesn't contain the p, and is just "halt -i -d" and any other
> > > parameters you used with it.  Hope this helps somebody else out there.   See ya.
> > >
> > > Flight16
> > >
> >
> 
> Found it !!

found what? /etc/rc.d/init.d/halt?

> but it won't let me save the changes..

disk is mounted readonly or your not root,
mount /dev/hd?? / -o rw -o remount

> can I rename it?

not if the disk is mounted readonly



Re: [newbie] shutdown problem fixed

1999-07-10 Thread Rhichard Barth & Family


 
Axalon wrote:
On Wed, 30 Jun 1999, Flight16 wrote:
> For anybody else having the problem I was of a huge error crashing
their system
> whenever the shutdown script tried to halt, it is because of the
power off command,
> like Axalon said, but the specific problem comes from the -p parameter
that tries to
> power down your pc.  This command is near the end in SShalt
script..  Just look in
> your /etc/rc.d/rc0.d directory, and edit one of the last lines which
contain "halt -i
> -d -p" so that it doesn't contain the p, and is just "halt -i -d"
and any other
> parameters you used with it.  Hope this helps somebody else
out there.   See ya.
>
> Flight16
Ok hows this?
Warning:couldn't open /ect/fstab: no such file or directory
ext2fs_check_if_mount: No such file or directory while determining
whether / is mounted.
fsck.ext2:Is a directory while trying to open /
/:
The superblock could not be read or does not describe a correct
ext2 filesystem. If the device is valid and it really contains an ext2
filesystem (and not a swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 
try that and I get.
***An error occurred during the file system check.
***Dropping you to a shell;the system will reboot
***when you leave the shell.
Give root password for maintenance
(or type Control-D for normal startup ):
 
Any Ideas?
what can I do from here?
I tried to remove the -P from /ect/rc.d/rc0.d
But it won't let me save the file  even as SU
 
Rhich
"The Phoneless Guy"
Icq 8150164


Re: [newbie] shutdown problem fixed

1999-07-10 Thread Rhichard Barth & Family



Axalon wrote:

> On Wed, 30 Jun 1999, Flight16 wrote:
>
> > For anybody else having the problem I was of a huge error crashing their system
> > whenever the shutdown script tried to halt, it is because of the power off command,
> > like Axalon said, but the specific problem comes from the -p parameter that tries 
>to
> > power down your pc.  This command is near the end in SShalt script..  Just look in
> > your /etc/rc.d/rc0.d directory, and edit one of the last lines which contain "halt 
>-i
> > -d -p" so that it doesn't contain the p, and is just "halt -i -d" and any other
> > parameters you used with it.  Hope this helps somebody else out there.   See ya.
> >
> > Flight16
> >
>

Found it !!
but it won't let me save the changes..
can I rename it?




Re: [newbie] shutdown problem fixed

1999-07-10 Thread Rhichard Barth & Family


 
Flight16 wrote:
For anybody else having the problem I was of a huge
error crashing their system
whenever the shutdown script tried to halt, it is because of the power
off command,
like Axalon said, but the specific problem comes from the -p parameter
that tries to
power down your pc.  This command is near the end in SShalt script.. 
Just look in
your /etc/rc.d/rc0.d directory, and edit one of the last lines which
contain "halt -i
-d -p" so that it doesn't contain the p, and is just "halt -i -d" and
any other
parameters you used with it.  Hope this helps somebody else out
there.   See ya.
Flight16
Hey...
I tried all this and it's still not helping me...I go to close or
"End session"..
It hangs there for about two minutes and then finally shuts down..
The only thing is, it won't reboot...I get tons of errors and the
go by on the screen so fast I can't read half of them, I did catch one
/ect/fstab  missing or thats at least part of it
I seem to lose fstab and mtab on every boot can I restore these
in MC?
Is there an error log that I can read?
Don't want to start over again&again&again...
I seem to lose everything I was working on
including saved files and my newly created icons
 
 
Rhich Barth
"The Phoneless Guy"
ICQ8150164
[EMAIL PROTECTED]


Re: [newbie] Fwd: Re: [SATLUG] more networking help

1999-07-10 Thread Axalon



On Sat, 10 Jul 1999, Dan Brown wrote:

> From: Axalon <[EMAIL PROTECTED]>
> 
> > No there is no limit of pc's only line length and that actualy depends
> on
> > the cable quality.
> 
> Not so.  Actually, I was wrong too--the max is 30 PCs per 10Base2
> segment.  You can populate up to three segments with computers, using
> repeaters between the segments.  Each segment can be no more than 185
> meters long.

This is the key here. It doesn't power up and go opps you have 31 pc's
i'm going to shut off. It powers up and test the signal, if it's not
within the defined standard it does what ever the manufacturer told it to
do. A repeater (in laymens terms) is just an amplifier/filter combination.
So uh whats the signal loss / resistance on a 185meter section of cat5, 
should anyone have the equipment to test or know where to locate the iso
specs it'd make wonderful trivia..

>  If you need more than 90 computers on an ethernet network,
> you can (1) use one or more routers to split the network, (2) use
> 10BaseT (UTP), or (3) use 10Base5 (thicknet).

Oh and my bnc hubs hold 10 secments and one uplink port



[newbie] I want off please.

1999-07-10 Thread Flight16

Um.. how do you get off this list?



Re: [newbie] Fwd: Re: [SATLUG] more networking help

1999-07-10 Thread Dan Brown

From: Axalon <[EMAIL PROTECTED]>

> No there is no limit of pc's only line length and that actualy depends
on
> the cable quality.

Not so.  Actually, I was wrong too--the max is 30 PCs per 10Base2
segment.  You can populate up to three segments with computers, using
repeaters between the segments.  Each segment can be no more than 185
meters long.  If you need more than 90 computers on an ethernet network,
you can (1) use one or more routers to split the network, (2) use
10BaseT (UTP), or (3) use 10Base5 (thicknet).




Re: [newbie] Fwd: Re: [SATLUG] more networking help

1999-07-10 Thread Axalon



On Sat, 10 Jul 1999, Dan Brown wrote:

> From: Jeremy Mann <[EMAIL PROTECTED]>
> 
> > 3c5090 I had laying around, and bingo, it worked. Now I know by using
> BNC
> > connectors I don't need a hub of any sort, so is there a limitation on
> the
> > amount of computers I can daisy-chain?
> 
> Yes, there is, but it's pretty high--I think 90 is the limit, or 185
> meters of cable, whichever comes first.
> 

No there is no limit of pc's only line length and that actualy depends on
the cable quality.

And they do make dedicated BNC hubs in addition to the BNC uplink you'll
find on some 10baseT hubs



Re: [Re: [Re: [newbie] installing Mandrake?]]

1999-07-10 Thread phil

I'll do it thanks for the tip.

Phil

Jeremy Mann <[EMAIL PROTECTED]> wrote:
On Sat, 10 Jul 1999, you wrote:
> No, there is only one for win98 FAT, but it is set for the full 4 megs
space.
> Could this be the problem? Do I have to reduce the amount of space alloted
to
> win98?
> 
> Phil

Here Phil, the easiest way would be to get a program called Partition Magic
4.0. By the sound of it, you would have to format the drive and start over
again. With Partition Magic you don't have to, plus they include a handy
wizard
to setup a Linux partition(s).

Jeremy



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



Re: [newbie] Fwd: Re: [SATLUG] more networking help

1999-07-10 Thread Civileme

There is a limit to the length of cable you can use, and data collisions will be
more frequent with more computers on the same  coax daisy chain, and there will
always be some bonehead who will disconnect the cable from the T rather than the
T from his computer.

For 2 computers there is also a crossover or "uplink" cable with RJ 45
connectors.

Yes, it is true that many Linux distributions have troubles with identifying and
driving NE2000 clones.  The problem is more the vaeracity of the clone than the
Linux driver.

Michael Moore aka Civileme


> On Sat, 10 Jul 1999, you wrote:
>
>
> Thanks, but the problem was my NE2000 card. I simply swapped it for another
> 3c5090 I had laying around, and bingo, it worked. Now I know by using BNC
> connectors I don't need a hub of any sort, so is there a limitation on the
> amount of computers I can daisy-chain?
>
> Jeremy



Re: [newbie] Fwd: Re: [SATLUG] more networking help

1999-07-10 Thread John Aldrich

In theory there is a limit, but in practicality, unless you're going to be
hooking up dozens of computers, not likely. :-) (Still, though, there are
other problems you may run into with Coax, which aren't present in twisted
pair.)
John

- Original Message -
From: Jeremy Mann <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 10, 1999 7:23 PM
Subject: Re: [newbie] Fwd: Re: [SATLUG] more networking help


> On Sat, 10 Jul 1999, you wrote:
>
> > *DO NOT* remove the tee's and caps. They're a design part of the
hardware
> > known as the "physical link layer" and that part is working fine.
Remember,
> > you can see packets on the other machine. And never plug together two
tees
> > to get a junction with three connections. (At least not if you need it
to
> > be reliable!)
>
> Thanks, but the problem was my NE2000 card. I simply swapped it for
another
> 3c5090 I had laying around, and bingo, it worked. Now I know by using BNC
> connectors I don't need a hub of any sort, so is there a limitation on the
> amount of computers I can daisy-chain?
>
>
> Jeremy
>



Re: [newbie] Fwd: Re: [SATLUG] more networking help

1999-07-10 Thread Dan Brown

From: Jeremy Mann <[EMAIL PROTECTED]>

> 3c5090 I had laying around, and bingo, it worked. Now I know by using
BNC
> connectors I don't need a hub of any sort, so is there a limitation on
the
> amount of computers I can daisy-chain?

Yes, there is, but it's pretty high--I think 90 is the limit, or 185
meters of cable, whichever comes first.



Re: [Re: [newbie] installing Mandrake?]

1999-07-10 Thread Jeremy Mann

On Sat, 10 Jul 1999, you wrote:
> No, there is only one for win98 FAT, but it is set for the full 4 megs space.
> Could this be the problem? Do I have to reduce the amount of space alloted to
> win98?
> 
> Phil

Here Phil, the easiest way would be to get a program called Partition Magic
4.0. By the sound of it, you would have to format the drive and start over
again. With Partition Magic you don't have to, plus they include a handy wizard
to setup a Linux partition(s).

Jeremy



Re: [newbie] Fwd: Re: [SATLUG] more networking help

1999-07-10 Thread Jeremy Mann

On Sat, 10 Jul 1999, you wrote:

> *DO NOT* remove the tee's and caps. They're a design part of the hardware
> known as the "physical link layer" and that part is working fine. Remember,
> you can see packets on the other machine. And never plug together two tees
> to get a junction with three connections. (At least not if you need it to
> be reliable!)

Thanks, but the problem was my NE2000 card. I simply swapped it for another
3c5090 I had laying around, and bingo, it worked. Now I know by using BNC
connectors I don't need a hub of any sort, so is there a limitation on the
amount of computers I can daisy-chain?


Jeremy



Re: [newbie] shell scripts

1999-07-10 Thread Irv Mullins

On Mon, 08 May 2000, you wrote:
> On Fri, 9 Jul 1999, Yants wrote:
> 
> > how do i write shell scripts..?
> > can someone please show me an example...
> > 
Here's an example from Richard Petersen's handy
Linux Programmer's Reference: (Good book to have around)

#!/bin/bash
#Program to allow the user to select different
#ways of listing files
 
echo s. List Sizes
echo l. List All file info
echo c. List C files
echo -n "Please enter choice: "
read choice
case $choice in
   s)
   ls -s
   ;;
l)
   ls -l
   ;;
c)
ls *.c
;;
   *)
  echo Invalid Option
esac
 
copy it, save it as, for example, lschoice, and chmod u+x so that you can
execute it by typing ./lschoice

HTH
Irv Mullins  



Re: [newbie] shell scripts

1999-07-10 Thread Michael R. Batchelor

At 10:34 PM 7/9/99 -0700, you wrote:
>how do i write shell scripts..?
>can someone please show me an example...

cd to /usr/bin

type "file *"

This will give a list of the file type for everything in the /usr/bin
directory, and many of them are really, really good professionally done
shell scripts of different types. Copy some of them to your home directory
and start hacking away. Look at the O'Rielly Nutshell books, too.

MB
--
Michael R. Batchelor
Industrial Informatics & Instrumentation, Inc.



Re: [Re: [newbie] installing Mandrake?]

1999-07-10 Thread phil

No, there is only one for win98 FAT, but it is set for the full 4 megs space.
Could this be the problem? Do I have to reduce the amount of space alloted to
win98?

Phil

Steve Winston <[EMAIL PROTECTED]> wrote:
Does DiskDruid show you that there are some extra DOS partitions there?
Left over from installing Win98? Maybe that is the problem. You may
have to delete them (but not the one where your win98 resides).

--- phil <[EMAIL PROTECTED]> wrote:
> I'm having trouble installing this. When I try to
> create a partition useing
> the Disk Druid I get a message saying theres not
> enough alloted space. I'm
> only useing 1 of 4 gigs on my hard drive for Win 98.
> What am I doing wrong?
> Thanks in advance for your help.
> Phil
> 
> 
> Get free e-mail and a permanent address at
> http://www.netaddress.com/?N=1
> 

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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



Re: [newbie] Fwd: Re: [SATLUG] more networking help

1999-07-10 Thread Michael R. Batchelor

At 01:27 PM 7/9/99 -0500, you wrote:
>I'm using a BNC cable with 2 'tee's' with caps on each end.
>Should I do away with the 'tees' just plug them in directly to solve my
>problem?

*DO NOT* remove the tee's and caps. They're a design part of the hardware
known as the "physical link layer" and that part is working fine. Remember,
you can see packets on the other machine. And never plug together two tees
to get a junction with three connections. (At least not if you need it to
be reliable!)

MB
--
Michael R. Batchelor
Industrial Informatics & Instrumentation, Inc.



Re: [newbie] shell scripts

1999-07-10 Thread Steve Winston



Kuraiken wrote:

> Yants wrote:
> >
> > how do i write shell scripts..?
> > can someone please show me an example...
>

Here's one, for /etc/bashrc:
first, write
vi /etc/bashrc
 Then, hit the i-key so you write the script. Then:
#shutting down i:
alias adios='/sbin/shutdown -h now'
alias reboot='/sbin/shutdown -r now'

The next time you want to shutdown, just change to su and type adios. Or reboot,
depending on your circumstance.



Re: [newbie] shell scripts

1999-07-10 Thread Axalon



On Fri, 9 Jul 1999, Yants wrote:

> how do i write shell scripts..?
> can someone please show me an example...
> 

-=-=- useless bash script v1.0
#!/bin/bash
sleep 10
-=-=-



Re: [newbie] installing Mandrake?

1999-07-10 Thread Axalon


De-increment the number by 1meg at a time untill it does not error anymore


On Sat, 10 Jul 1999, Steve Winston wrote:

> Does DiskDruid show you that there are some extra DOS partitions there?
> Left over from installing Win98? Maybe that is the problem. You may
> have to delete them (but not the one where your win98 resides).
> 
> --- phil <[EMAIL PROTECTED]> wrote:
> > I'm having trouble installing this. When I try to
> > create a partition useing
> > the Disk Druid I get a message saying theres not
> > enough alloted space. I'm
> > only useing 1 of 4 gigs on my hard drive for Win 98.
> > What am I doing wrong?
> > Thanks in advance for your help.
> > Phil
> > 
> > 
> > Get free e-mail and a permanent address at
> > http://www.netaddress.com/?N=1
> > 
> 
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 



Re: [newbie] shell scripts

1999-07-10 Thread Kuraiken

Yants wrote:
> 
> how do i write shell scripts..?
> can someone please show me an example...

You know what shell script is, right? Well, the question of how depends on the
shell you're using. pdksh, csh (c shell), bash all have slightly different
err...dialects.

Also, you can right "shell" scripts using perl or python.

Here's an example in python:

Argh...I cannot cut and paste from kedit to netscape messenger...rats...it's the
multiple file rename script I wrote a long time ago...it's simple enough to
understand.
If you're interested, please mail me. (don't want to flood the list with silly
hacks :-\)
-- 
-
Kuraiken - Python fanatic.
-
Python. Try it. It'll swallow you whole!
-



Re: [Re: [newbie] reached maximal mount count]

1999-07-10 Thread Don Whitman

[EMAIL PROTECTED] wrote:
On  9 Jul, Don Whitman wrote:
> Fellow newbies, I have reached maximal mount count. More specifically, When
I
> start linux, when it gets to Checking Root file system it says; /dev/hda5
has
> reached maximal mount count, check forced. Then it does nothing. I would of
> course be open to any suggestions. I installed linux-mandrake 6.0 starting
at
> 7 gbs and it is currently 1.3gbs in size. Everything was running fine today
> and then this! 
With a drive that size it will take a while to check, The first time I
saw that it threw me too ;-). It is like the Windows scandisk but more
thorough. Go make a sandwich and let it run.

Thanks Robert for the advice. It worked. I guess I just jumped the gun. Live
and learn. 
Later,
D

-- 
Robert Sheskin
[EMAIL PROTECTED]
ICQ 5788323
AIM RobertLS



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



Re: [newbie] installing Mandrake?

1999-07-10 Thread Steve Winston

Does DiskDruid show you that there are some extra DOS partitions there?
Left over from installing Win98? Maybe that is the problem. You may
have to delete them (but not the one where your win98 resides).

--- phil <[EMAIL PROTECTED]> wrote:
> I'm having trouble installing this. When I try to
> create a partition useing
> the Disk Druid I get a message saying theres not
> enough alloted space. I'm
> only useing 1 of 4 gigs on my hard drive for Win 98.
> What am I doing wrong?
> Thanks in advance for your help.
> Phil
> 
> 
> Get free e-mail and a permanent address at
> http://www.netaddress.com/?N=1
> 

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



[newbie] installing Mandrake?

1999-07-10 Thread phil

I'm having trouble installing this. When I try to create a partition useing
the Disk Druid I get a message saying theres not enough alloted space. I'm
only useing 1 of 4 gigs on my hard drive for Win 98. What am I doing wrong?
Thanks in advance for your help.
Phil


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