Re: Cron job

2002-10-22 Thread ebinc
I dont think so I save a cron job but when I check crontab -1 it says no
root cron job
I saved it right pico control x then I answer y but it doesn't save
ed


> By the looks of it you got your crontab setup by now.
> ^x is control and x
> If you have problems still, email aggain.
> regards, Willem




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: cron job save

2002-10-22 Thread ebinc
I just need some info on saving a edit in either VI or Pico I dont know how
to enter the ^X to exit pico
so I can set a cron Job now
Ed




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



cron job save

2002-10-22 Thread ebinc
Im trying to save a edit in pico and vi 
for pico I dont know what to enter do I type ^x then hit enter
for vi I dont know how to save at all
Ed



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Cron job

2002-10-22 Thread ebinc
Hi List
Im trying to run a cron job for the first time (newbe)
I log in as root and enter crontab -e
I get a screen like this
~
~
~/temp/crontab.24249
but I cant seem to enter the info anywhere
if anyone can help please respond thanks
Ed



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RE Cron Job

2002-09-20 Thread ebinc

When I log in via ssh typing crontab -u ebinc -e it says user unknown
I Know it exist could it be that Im useing ENSIM if I use the user name
ensim runs under would that be ok?
also once I get the screen that says insert at the bottom do I just type
that command then how do I close and save it?


I'm useing ensim control panel and my path to the cgi-script that I need run
is
 /home/virtual/site3/fst/var/www/cgi-bin/reminder.cgi
I should put ebinc in frount of that?

 that should work as log as you use a -u instaed of a u in the crontab
command line.  Alternatively you can run it in the system crontab file
/etc/crontab.  to do that you will need to insert the username in front
of the path to the command like so:

0  0  *  *  * ebinc /home/virtual/site3/fst/var/www/cgi-bin/reminder.cgi




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE Cron Job

2002-09-20 Thread ebinc

I'm useing ensim control panel and my path to the cgi-script that I need run
is
/home/virtual/site3/fst/var/www/cgi-bin/reminder.cgi
I should put ebinc in frount of that?


 that should work as log as you use a -u instaed of a u in the crontab
command line.  Alternatively you can run it in the system crontab file
/etc/crontab.  to do that you will need to insert the username in front
of the path to the command like so:

0  0  *  *  * ebinc /home/virtual/site3/fst/var/www/cgi-bin/reminder.cgi



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



How to create a cron job

2002-09-20 Thread ebinc

Hi Im trying to create and start a cron job
the comand is
0  0  *  *  * /home/virtual/site3/fst/var/www/cgi-bin/reminder.cgi
send_reminders
I have Ensim on a Red Hat 7.2 the user I want to run under is EBINC
Can somone explain and show exactly what I should type step by step using
ssh for a user named ebinc
I'm logged in as root I entered crontab u ebinc -e please help from here?
Ed



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Cron Job example

2002-09-20 Thread ebinc

Hi List
Im trying to set up a cron job the cron exaample is
0  0  *  *  * /home/virtual/site3/fst/var/www/cgi-bin/remindme.cgi
send_reminders
can somone explain, step by step how to enter this and turn it on the user
name wher I want it to run under is is ebinc I tryed to enter
crontab u ebinc -e
but thats not working could somone explain and show what to enter step by
step from root using ssh
Ed





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Cron editer

2002-09-20 Thread ebinc

Hi List
I enter this exactly as shown below
crontab [-u user] -e   
but I keep getting an error I have Red Hat 7.2
Ed 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Cron job

2002-09-20 Thread ebinc

Hi thanks
I enter the information into the cron direct by crontab [-u user] -e then
enter it via ssh?
so I can delete the sample cron file I have in the cgi-bin?
Ed



There is a file that cron uses that lists all the cron jobs.
 You shouldn't edit this file directly, but you should use the crontab
 command to edit it.

 So:
crontab [-u user] -l### will list the current cron jobs
crontab [-u user] -e### will drop you into an editor to edit the
jobs
the -u user part is optional, and should only be used if you want to edit
the crontab file for a user you are not logged in as.
Kristina




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Cron job

2002-09-20 Thread ebinc

Hi List
I'm trying to create a cron job I tryed to read up on it but I cannot
understand how it is done
the cron command would be
"0  0  *  *  *  /path/to/send.cgi send_reminders" do I leave this in a file
in my cgi-bin
If somone knows how to create this and start it please reply Thanks
Ed



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: 100 zip drive

2002-09-12 Thread ebinc

The error reads dev/hdd4/ cannot determine the file system and none was
specified
Do I enter that at a terminal


> mount -t vfat /dev/hdX4 mountpoint
>
> where 'X' is the drive that your atapi zip disk is assigned to.
>
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



100 zip drive

2002-09-12 Thread ebinc

Does anyone know how to get the iomega 100 zip drive to work in Red Hat 7.2
it says superblock not reconized or somthing like thiat
Ed



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE Root users

2002-09-11 Thread ebinc

Thanks for helping
Do I just type  cat /etc/passwd like this at the prompt
what exactly do I type for group



You wrote
Your users are recorded in /etc/passwd... just do a 'cat /etc/passwd' to
see all the users on that system.  Then for anyone you wish to determine
the group allocation for you can run 'groups name_of_user'
to see all the groups on your system run 'groups'.

Anthony



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: unsubscribe

2002-09-11 Thread ebinc

Just click the link below to unsubscribe
- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 11, 2002 9:03 PM
Subject: Re: unsubscribe


> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Root users

2002-09-11 Thread ebinc

Hi
Is their somthing I can type in after I remotly log in as su, that will
display if anybody else has root privalige
or users in general
Thanks Ed



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Reboot server

2002-09-11 Thread ebinc

Hi does anyone know the remote comand to reboot Red Hat 7.2 server
Thanks Ed



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Did it thanks

2002-09-11 Thread ebinc

I changed the password thanks for the help
Ed



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Change root password

2002-09-11 Thread ebinc

Once I log in as root how do I change the password Red Hat 7.2
Thanks Ed



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Change root password

2002-09-11 Thread ebinc

Thanks I mean after I login as root what do I need to change the password
- Original Message -
From: Anthony Abby <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 11, 2002 2:37 PM
Subject: Re: Change root password


> >Hi List
> >Does anyone know how to change the root password on Red Hat 7.2 using
> >(putty) ssh
> >Thanks
> >Ed
>
>
> You'd do it the same way you would directly logged in sitting at the
terminal.  If not root already, "su" then "passwd".
>
> Anthony
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Shell command

2002-06-14 Thread ebinc

Hi
Could someone please tell what I need to type in the shell to download,
upload and delete a file
ether for putty or secure crt I think its easiest to edit a file on my
computer
Thanks
Ed





___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



shell commands

2002-06-14 Thread ebinc

Does anyone know what to enter at the shell to change server time in Red Hat
7.2
and to read or edit a file
Thanks very new to the shell
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Zip 100 disk

2002-06-13 Thread ebinc

Does anyone know how to get the zip 100 drive to work in Red Hat 7.2
everytime I try to mount it, it says input output error specify filesystem 
I treid to edit fstab but that didnt work.
Ed




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Partition for server

2002-06-13 Thread ebinc

Regular apache web server mail ftp etc

- Original Message - 

>I'm createing a partition  for a server using disk droid, I have a 40gig
>drive and 256meg memory, Red Hat 7.2/with Plesk (rpm version  around 18meg
>for plesk)
>what would be a good partition (50meg ext3 /boot) is this to much for the
>boot partition? if so what do you think it should be?  swap 512meg,  ext3/
>fill to max.

What kind of server? Mail, Web, FTP, file, database?






___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Partition for server

2002-06-13 Thread ebinc

I'm createing a partition  for a server using disk droid, I have a 40gig
drive and 256meg memory, Red Hat 7.2/with Plesk (rpm version  around 18meg
for plesk)
what would be a good partition (50meg ext3 /boot) is this to much for the
boot partition? if so what do you think it should be?  swap 512meg,  ext3/
fill to max.
Thanks
Ed




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Tomcat setup question!!!!

2002-06-13 Thread ebinc

If your also hosting, check out ensim 3.1 it has tomcat 4 running by default
- Original Message -
From: chuck <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 2:15 PM
Subject: Tomcat setup question


I'm downloading Tomcat 4.0 and in the RUNNING.txt file, i need to know how
to do this:

"set an environment variable JAVA_HOME to the pathname of the directory into
which you installed the JDK release"

Can anyone help me out?
Thanks.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Partition question

2002-06-13 Thread ebinc

What would be the noemal ext for a servrer partition I creating
- Original Message - 
From: David McGlone <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 13, 2002 10:03 AM
Subject: Re: Partition question


On Thursday 13 June 2002 02:07 am, ebinc wrote:
> Could somone tell me whats the difference between ext 2 and ext 3 for the
> partition does it matter?
> Thanks
> Ed

ext3 has journeling capabilities. 
-- 
David M.
Edification Web Solutions
http://www.edificationweb.com



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Partition question

2002-06-12 Thread ebinc

Could somone tell me whats the difference between ext 2 and ext 3 for the
partition does it matter?
Thanks
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: update kernel

2002-06-12 Thread ebinc

COULD YOU SHOW ME HOW, OR GIVE AN EXAMPLE
- Original Message - 
From: Mike Burger <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 12, 2002 6:39 PM
Subject: Re: update kernel


What it means is to edit the lilo configuration file (/etc/lilo.conf) to 
put in the parameters for the new kernel you installed, and then run lilo 
(lilo ) to update the boot record to see the new kernel.





___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Drive pation

2002-06-12 Thread ebinc

Hi I'm using disk droid to set up a server partition
50 mg for /boot
swap twice the amount of ram
ext 2 fill to max
Does this sound right or should I make the boot a smaller MG



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: View remotely

2002-06-12 Thread ebinc

Could you tell me what version of putty lets you view
Is it hard to setup to view like a monitor
Subject: Re: View remotely


In the past I used the Secure CRT program, to connect remotely to my
computer. But with this program you can not view like you see in your
monitor.
Nowadays I use Putty to connect remotely sessions. It's an excellent
program, and you could see like your monitor. It's excellent. You would try
it.
Renato




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



update kernel

2002-06-12 Thread ebinc

Hi  I'm really new!
I just updated the kernel with a rpm, what does edit  the lilo config mean?
just typing the latest number, then it says run lilo that  I do not know how
to do
could somone help
Thanks ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



View remotely

2002-06-12 Thread ebinc

I am tying to view my red hat computer remotely (As if I were at a monitor)
is that possible? I have the trial version of secure crt has anyone enabled
that, if so could you please let me know how?
Thanks Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Monitor for server

2002-06-06 Thread ebinc

Does anyone know how to hook up a laptop to double as a monitor and
keyboard/mouse etc
for a server
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: cgi-problem

2002-06-06 Thread ebinc

Its a cgi script and the top line reads 
#!/usr/bin/perl -
thats the only way a cgi script will work
- Original Message - 
From: Karl O . Pinc <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 06, 2002 9:53 PM
Subject: Re: cgi-problem


On 2002.06.06 19:01 ebinc wrote:
> Does anyone know why I have to add a - symbol after a path for cgi-bin
> script to work?
> exact example  /user/bin/ -  (is it because of a install problem)
> OS Red Hat 7.2 running Plesk for admin
> Any help would be appreciated

Are the first 2 characters in the file #! ?  They should be.

e.g.

#!/bin/bash

Karl <[EMAIL PROTECTED]>



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



cgi-problem

2002-06-06 Thread ebinc

Does anyone know why I have to add a - symbol after a path for cgi-bin
script to work?
exact example  /user/bin/ -  (is it because of a install problem)
OS Red Hat 7.2 running Plesk for admin
Any help would be appreciated
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Path to perl

2002-06-05 Thread ebinc

On other servers perl was located at /usr/bin/perl and usr/local/bin/perl/
I had 1 script that worked and the path to perl was usr/bin/perl/ -w
thats how I found out this worked now
This is my first server I configured using Red Hat 7.2/Plesk rpm version
I just dont know why it only works by adding -w or -- at the end of the path
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Path to perl

2002-06-05 Thread ebinc

Hi Forum
I installed Red Hat and plesk The only way my cgi scripts work is if I
specify
/usr/bin/perl/ -w
I never had to edit a script before like this to work
Is there a problem with the install
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE Mindless

2002-05-15 Thread ebinc

"OK! Your sitting in wonder land Mr. Paiz, hows the weather?"



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Thanks

2002-05-15 Thread ebinc

Thanks for the sound advice Its what I need to concentrate on, and not what
I have no control over. I'll look into it.
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE DSL IP ROBBERY

2002-05-15 Thread ebinc

Is there a way an experience tech (their probably going to have one) can
hide the fact your not on a dedicated server or is it impossible to mask?
Im sorry if it seems like Im flipping out! but this DSL/CABLE COMPANY IP
buck sucking is crazy
at first there selling point was always on! no noise, the new wave what they
really mean is pay but don't use!then pay some more people in general are
stupid!they think MERGERS HAVE SCREWED US ALL WAKE UP
Its only a matter of time before super big business feel they suckered
enough surfers on line to start pricing us off line completely, I can see
hosting fees being on the level of a mall one day and online product prices
going through the roof
and if your companies not worth millions your just like the rest of us too
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 15, 2002 4:35 PM
Subject: RE: IP GAMES FOR SUCKING BUCKS



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



IP GAMES FOR SUCKING BUCKS

2002-05-15 Thread ebinc

Down here in NJ its almost impossible to get a static Ip with port 80 not
blocked, I dont know why theres no competition here? thats somthing that
should get looked into, If I decide (I pretty much have no choice) to pay
for a dedicated server from a hosting company located across the country, My
question is How would you 100% be able to tell your infact on a dedicated
server other then the cost? and not just being charged for one. and if
theres anybody out their that thinks this stuff does'nt happand is probaly
doing it!
Ed




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Zip and floppy problem

2002-05-14 Thread ebinc

KDE, Thanks for responding
- Original Message - 
From: Tom Wilson <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 8:41 PM
Subject: Re: Zip and floppy problem


> On Tuesday 14 May 2002  3 15:32 pm, ebinc's voice rose above the ones 
> in my head and declared:
> 
> > I can read the zip and floppy now thanks to www.linux-sxs.org  but I
> > would like them both to work from a desk Icon I am a little confused
> > on how to do this, Floppy was mount /dev/fd0 /mnt/floppy,  the Iomega
> > zip was mount /dev/hdd  /mnt/zip
> > Thanks again for all the help
> 
> What desktop environment are you using?  
> 
> -- 
> Tom Wilson
> Reg. Linux User #199331
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Zip and floppy problem

2002-05-14 Thread ebinc

I can read the zip and floppy now thanks to www.linux-sxs.org  but I would
like them both to work from a desk Icon I am a little confused on how to do
this, Floppy was mount /dev/fd0 /mnt/floppy,  the Iomega zip was mount
/dev/hdd  /mnt/zip
Thanks again for all the help
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Iomega zip disk

2002-05-14 Thread ebinc

I tried to mount an Iomega zip 100 disk I enter
/dev/fdd4 /mnt/zip I get a message must specify a filesystem type
I don't know what to enter
Any help would greatly be appreciated
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Install

2002-05-13 Thread ebinc

After installing apache from the Red Hat cd rom is the default settings in
the main apache http conf file set to allow whatever options you choose to
add in the Red Hat apache conf tool, Nothing but the doc root can be changed
(Includes, cgi does not work after I add them The apache conf tool is
located in the KDE control center.
Thank
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE Floppy don't work

2002-05-13 Thread ebinc

That was just a type error in the email
thanks for trying
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Floppy dont work

2002-05-13 Thread ebinc

Does anyone know how to get a floppy to work
the error message I get is dev//fd0/ no such device

I tried to add nobiospnp to the append lines
and then ran the command lilo -v but that didnt work
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



virtual host

2002-05-13 Thread ebinc

Hi I'm trying to enable cgi execution and includes in the doc root
 for a virtual host container, I was able to enable cgi in the cgi-bin
any help would be great! 
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Zip

2002-05-11 Thread ebinc

Im using Linux  the fstab file zip part reads the following

/dev/hdd4 /mnt/zip auto
user,iocharset=iso8859-1,umask=0,sync,exec,codepage=850,noauto 0 0
none /proc proc defaults 0 0

- Original Message -
From: ABrady <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 11, 2002 9:03 PM
Subject: Re: Zip


> On Sat, 11 May 2002 19:30:46 -0400
> "ebinc" <[EMAIL PROTECTED]> quietly intimated:
>
> > Does anyone know how to get a zip 100 to work it says
> > mount special device /dev/hdd4/ does not exist Im using lilo
> > Thanks
> > Ed
>
> Parallel, SCSI or ATAPI? What's on it? Linux? MS? What does fstab have
> in it?
>
> --
> ...and that is how we know the Earth to be banana-shaped.
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Zip

2002-05-11 Thread ebinc

Does anyone know how to get a zip 100 to work it says 
mount special device /dev/hdd4/ does not exist Im using lilo
Thanks
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



apache conf tool

2002-05-11 Thread ebinc

Hi 
I completed a default install of Red Hat 7.2 from a cd rom I would
like to add a virtual host at /home/web/www/
When I try to set a virtual host using the apache conf tool located in kde
control panel  all that I can change is the doc root (cgi execution,
includes or logs don't work in /home/web/www/
Any help would be greatly appreciated
I been at this for hours
Ed




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



apache conf tool

2002-05-11 Thread ebinc

Hi List! I completed a default install of Red Hat 7.2 from a cd rom I would
like to add a virtual host at /home/web/www/
When I try to set a virtual host using the apache conf too located in KDE
CONTROL CENTER  all that I can change is the doc root (cgi execution,
includes or logs don't work in /home/web/www/
Any help would be greatly appreciated
I been at this for hours
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Sendmail problem

2002-03-22 Thread ebinc

Does anyone know what line in the sendmail config file I need to add
smtpout.bellatlantic.net to get it to  work, I have a form I need emailed
from the server. but I cant get it to work.
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Sendmail help

2002-03-21 Thread ebinc

Does anyone what line I need to enter
smtp.bellatlantic.net, and mailbox.bellatlantic.net
in the sendmail config file to get it to work. also is the default safe to
leave as is
I need sendmail to work for forms I need emailed to me from the server
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



re sendmail

2002-03-21 Thread ebinc

I have a web site that has forms that need to be emaied to me
- Original Message -
From: Jonathan M. Slivko <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 21, 2002 8:55 PM
Subject: Re: Sendmail install


> On Thu, 2002-03-21 at 20:51, ebinc wrote:
> > Does anyone what line I need to enter
> > smtp.bellatlantic.net, and mailbox.bellatlantic.net
> > in the sendmail config file to get it to work. also is the default
install
> > for red hat 7.2 cd safe to leave as is
> > Thanks
> > Ed
>
> What do you need to modify sendmail for? Just set your preferences for
> POP/SMTP in your mail client, as you have most likely already done and
> it should work off the bat. In fact, on a workstation, sendmail should
> be deinstalled.
>
> -- Jonathan
>
> --
> Jonathan M. Slivko
> Voyager Internet Services





___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Sendmail install

2002-03-21 Thread ebinc

Does anyone what line I need to enter
smtp.bellatlantic.net, and mailbox.bellatlantic.net
in the sendmail config file to get it to work. also is the default install
for red hat 7.2 cd safe to leave as is
Thanks
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



sendmail config file

2002-03-20 Thread ebinc

I have just completed a standrd install of send mail from red hat 7.2 cd
Does anyone know what file I need to edit for sendmail for it to work?
The info I need to add is
SMTPOUT.MYACCOUNT.NET
MAILBOX.MYACCOUNT.NET

or do I just need to add the smtpout line information only
also is the default install safe as is
Thanks
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



FTP Problem

2002-03-10 Thread ebinc

The pro ftp server I have takes for ever to loggin and then whenever I
upload or download stuff  it does the same the network seems fine I get the
port 80 apache server great and I also checked port 21 to see if its open at
grc.com;s port scan. this exact set worked fine before I installed a new
motherbaord AUSES TUSL-C  and did the exact same install, I also had the
same problem when I did the same type of install that also worked before
with Red Hat 7.2 wuftp
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Floppy doesn't work

2002-03-09 Thread ebinc

How should I have them set, I have 2 hard drives should I set them as
primary master and primary slave, then put the cd rom and the zip on the
other controller
- Original Message -
From: Jack Bowling <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 09, 2002 1:32 PM
Subject: Re: Floppy doesn't work


> ** Reply to message from Statux <[EMAIL PROTECTED]> on Fri, 08 Mar 2002
23:11:22 -0500 (EST)
>
>
> > And remember.. NEVER put CD-ROMs, CD-RWs, Zip drives, etc, with hard
disks
> > on the same controller :)
>
> Doesn't matter with scsi.
>
> jb
>
>
>
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE Floppy drive

2002-03-09 Thread ebinc

How should I have them set, I have 2 hard drives should I set them as
primary master and primary slave, then put the cd rom and the zip on the
other controller
- Original Message -
From: Jack Bowling <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 09, 2002 1:32 PM
Subject: Re: Floppy doesn't work


> ** Reply to message from Statux <[EMAIL PROTECTED]> on Fri, 08 Mar 2002
23:11:22 -0500 (EST)
>
>
> > And remember.. NEVER put CD-ROMs, CD-RWs, Zip drives, etc, with hard
disks
> > on the same controller :)
>
> Doesn't matter with scsi.




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Floppy doesn't work

2002-03-08 Thread ebinc

I have a floppy and a 100 zip drive I cant get to work the floppy very
important, the floppy is a teac i just got it from bestbuy, Red Hat doesn't
even recognize it, The 100 zip does get recognized in the hardware section
but it does not work I guess its cause of a driver would it be hard to
install a driver if I can find one? and is there a way to get the floppy to
work?
Thanks  Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Video card

2002-03-05 Thread ebinc

Does anyone know a Video card I can find at a best buy,CompUSA, staples etc
that will work right out of the box does my motherboard have anything to do
with it
I have a ASUS TUSL-2 I tried a ATI Radeon card a ATI Expert 128 card neither
work
Thanks Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Video card

2002-03-04 Thread ebinc

Does anyone know a video card that works with Red Hat right out of the box
if not where is the driver files that I would need to edit after I get a
driver for ATI expert 98

Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Video card that works

2002-03-03 Thread ebinc

I cant seem to get the monitor to work in Redhat. I used to have a Compaq
with LT RAGE WITH A MACH 64 DRIVER AND A CTX MONITOR which worked fine
I just built a new computer and used a ATI expert 98 card and I also tried a
Radeon (just a plain radeon card) I still have the same monitor. I can get
the monitor to work in Mandrake but only under unlisted and it doesn't work
well.
 I use KDE, If somebody out their has a video card that 100% works for Red
Hat please let me know? whets strange about this is that both expert 98 and
Radeon cards are listed for Mandrake and Red Hat during the install choices
Thanks
Ed



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list