Hi all,
after some help from people...i am still unable to have shorter user
passwords on my rh 7.3 machine. tried editing login.defs and in the PAM
config directory (/etc/pam.d)and look there either for passwd or system-auth
config file.
open it and look at a line with pam_cracklib.so men
Hi,
I have quota-3.03-1on my RH 7.1. When i do a "quota -u user" i don't see
any grace period. I did specify a grade period under "edquota -ut" Is
this enough?
---
Cheers,
Reynald I. Ngo
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https:/
Aaahhh...that would explain it.
On Wed, 14 Aug 2002, Bo Peng wrote:
> Sorry. I was thinking the firewall between campus network and
> outside. Not my own firewall.
>
> Bo
>
> On Wed, Aug 14, 2002 at 11:16:25PM -0500, Mike Burger wrote:
> > I'm not sure I see, from the information given, how t
Well, you can run "lokkit", and adjust the security level...I think it
also gives you a number of options on blocking/unblocking specific ports,
and I believe ssh is one of them.
On Wed, 14 Aug 2002, Bo Peng wrote:
> I misunderstood your suggestion at first. I used "workstation"
> installation
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thursday 15 August 2002 12:18 am, Bo Peng wrote:
> I misunderstood your suggestion at first. I used "workstation"
> installation and did not notice the "firewall" and "security level" of
> my workstation. How can I chek it? How can I "allow" incomi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wednesday 14 August 2002 05:40 pm, Mark wrote:
> On Wednesday 14 August 2002 03:48 pm, you is done writ:
>
>
> I liked the second suggestion best..but I lost *all* /var. That
> includes all logs, rpmpackages, *everything*.
>
> Now, this db on RH
Sorry. I was thinking the firewall between campus network and
outside. Not my own firewall.
Bo
On Wed, Aug 14, 2002 at 11:16:25PM -0500, Mike Burger wrote:
> I'm not sure I see, from the information given, how that applies.
>
> If the firewall is blocking port 22, altogether, then it doesn't ma
I misunderstood your suggestion at first. I used "workstation"
installation and did not notice the "firewall" and "security level" of
my workstation. How can I chek it? How can I "allow" incoming ssh
connection? I believe this causes the problem.
Thank you very much.
Bo
On Wed, Aug 14, 2002 at 0
I'm not sure I see, from the information given, how that applies.
If the firewall is blocking port 22, altogether, then it doesn't matter if
you're on the same subnet, or halfway across the world.
On Wed, 14 Aug 2002, Bo Peng wrote:
> I tried from a server in the same subnet. No firewall probl
On Wednesday 14 August 2002 11:27, David Busby wrote:
> List,
> How do you all use XML-RPC or SOAP with your Apache? SOAP::Lite with
> perl? Manual PHP scripts? I'm trying to set this up now...which docs
> should I read?
have you read through the information available via xml.apache.org
on Tue, Aug 13, 2002 at 08:00 AM -0700, Johnny Smith ([EMAIL PROTECTED])
wrote:
> It's a great firewall.
>
> Easy to install.
>
> Always works well... never had a problem with it.
>
> And it works well with RH 7.2
>
> The best package of its type that I've used.
>
> However I don't think
On Thu, 2002-08-15 at 02:26, Bret Hughes wrote:
> On Wed, 2002-08-14 at 18:23, mike wrote:
> > can anyone tell me how to set RPM_OPT_FLAGS for my system
> >
> > I can find nothing that says -O2 -mcpu=i386 -march=i686 which is what my
> > system is running
>
> I think you can either pass them or
I grab a copy of /etc/pam.d/ssh from internet,
#%PAM-1.0
authrequired /lib/security/pam_pwdb.so shadow
authrequired /lib/security/pam_nologin.so
account required /lib/security/pam_pwdb.so
passwordrequired /lib/security/pam_cracklib.so
password
I followed all your instruction, sshd is running,
netstat -a gives,
tcp0 0 *:ssh *:* LISTEN
The only problem is that "sshd -v" does not get hit.
I start sshd -d
then ssh localhost
[root@bp6 log]# sshd -d
debug1: sshd version OpenSSH_3.1p1
I tried from a server in the same subnet. No firewall problem,
Bo
On Wed, Aug 14, 2002 at 09:23:00PM -0500, Mike Burger wrote:
> Your firewall is probably blocking port 22...You probably need to modify
> the script or security level, to allow incoming ssh.
> On Wed, 14 Aug 2002, Bo Peng wrote:
On Tue, 13 Aug 2002, Kevin MacNeil wrote:
> On Tue, Aug 13, 2002 at 11:54:34AM -0400, Anthony E. Greene wrote:
> >
> > I found this in the archives, searching for 'auth':
> >
> > http://www.redhat.com/mailing-lists/redhat-list/msg64722.html
> >
>
> One of the messages in that thread mentione
On Tue, 13 Aug 2002, Martin Mewes wrote:
> Hi Teddor,
> this is what has happend ...
> Am Dienstag, 13. August 2002 16:44 schrieb Teodor Georgiev:
>
> > 1. You should compile your Sendmail with SASL support.
>
> First I look again if SASL support is there:
>
> rpm -qa | grep sasl | sort
> used
Todd
You can use autofs. When a user logoff his mounting point is dropped.
Stop NFS
/etc/exports
/home *(rw)
No blanks between * and (
exportfs -a or exportfs -r
restart portmap
restart NFS
In my net is OK.
in my clients I´m usind autofs. Edit auto.home and auto.master
--- My auto.h
One other thing (besides FW settings). If you installed ssh
./configure --with-pam
then make sure you have an entry in your
/etc/pam.d
directory. That has nailed me more times than I can count. If that's
the problem, the debug process I specified in my last message should
bring that out
First, you said you
/sbin/service sshd -start
Probably a typo, but you're not supposed to have "-" in front.
Assuming that was done correctly, try
$ ps -aux | egrep sshd
and make sure there's a sshd process running.
Also try
$ netstat -a
and make sure there's something "LISTEN"ing o
Your firewall is probably blocking port 22...You probably need to modify
the script or security level, to allow incoming ssh.
On Wed, 14 Aug 2002, Bo Peng wrote:
> I installed Redhat linux 7.3 without openssh-server. I then downloaded
> and installed openssh-server-3.1p1-6. However, when I star
On Wed, 2002-08-14 at 18:23, mike wrote:
> can anyone tell me how to set RPM_OPT_FLAGS for my system
>
> I can find nothing that says -O2 -mcpu=i386 -march=i686 which is what my
> system is running
I think you can either pass them or set a env variable. FWIW I think
these values are set in /usr
I installed Redhat linux 7.3 without openssh-server. I then downloaded
and installed openssh-server-3.1p1-6. However, when I started sshd via
/sbin/services sshd -start, I could not connect to my machine from any
other machine. I always get
"FATAL: Connecting to bp6.stat.rice.edu failed: Connecti
Thanks for the reply Bret.
> Probably stating the obvious to you guys. It has been several years
> wince I did any java coding so take the following with that in mind.
>
> Sswing is (was?) a sort of tool kit with a lot of gui components built
> from the original AWT ( I think that is what it was
You're not telling us the context of this question. Are you trying to
compile RPM?
If you are, and RPM_OPT_FLAGS is a shell variable, you can try
$ export RPM_OPT_FLAGS="-O2 -mcpu=i386 -march=i686"
and then run whatever command that uses that variable (./configure ?).
You can also place th
Probably a real simple question, but;
I wish to change the mouse on my system. Although the new mouse works,
the pointer is "off centre" by about 5mm to the actual "click site".
So, the question is, how do I change the mouse driver, and is this a
known problem (being off centre) that is easily
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wednesday 14 August 2002 06:36 pm, Mark C wrote:
> On Wed, 2002-08-14 at 21:46, Michael Fratoni wrote:
> > You should have the file /var/log/rpmpkgs available. That file
> > contains a complete list of every rpm installed on the system.
> > Using t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 14-Aug-2002/08:22 -0600, rices60 <[EMAIL PROTECTED]> wrote:
>I am trying to find out if it's possible to get any information on
>modem compatibility with Linux RedHat V7.2. I have been searching
>up and down for a list that will tell me and I ca
can anyone tell me how to set RPM_OPT_FLAGS for my system
I can find nothing that says -O2 -mcpu=i386 -march=i686 which is what my
system is running
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list
On Wed, 2002-08-14 at 21:46, Michael Fratoni wrote:
[..]
> You should have the file /var/log/rpmpkgs available. That file contains a
> complete list of every rpm installed on the system.
> Using the data in that file, it should be possible to then run:
> rpm -ivh --justdb for each package in li
Mod_watch worked great, I have traffic monitoring for the most active
hosts now. I'd like to add load average to that, how do you use mrtg to
monitor loads?
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Wesley Murphy
Sent: Tuesday, July 30, 2002 8:27 A
On Wed, Aug 14, 2002 at 12:02:30AM -0400, Lee Grey wrote:
> Short of wiping the hard drive, tossing out the provided CDs, and
> reinstalling from Red Hat's server, is there any way to confirm that this
> installation is clean and sober?
No, not as easily as just wiping it.
Wipe it. It is easy
On Aug 14, 2002, 23:45 (+0200) Wolfgang Pfeiffer wrote:
> On Aug 9, 2002, 17:43 (+0200) Wolfgang Pfeiffer wrote:
>
>
> ( .. and sorry about not putting my answer into the thread I started:
> it seems I deleted my own posting as it appeared on this list;
> [ ... ] ^^
...as
On Aug 9, 2002, 17:43 (+0200) Wolfgang Pfeiffer wrote:
> Hi all
> Redhat 6.2, rp-pppoe-3.5-1, sudo-1.6.5p2-1.6x.1, single-user machine
> here ...
> After booting the machine I try to start an adsl-connection as a
> non-root by entering a
> sudo adsl-start
>
> And it does not work:
>
> Excerpt fro
On Wednesday 14 August 2002 03:48 pm, you is done writ:
I liked the second suggestion best..but I lost *all* /var. That includes all
logs, rpmpackages, *everything*.
Now, this db on RH - is it binary, or human-readable? If the latter, I s'pose
that I could edit out the stuff I know isn't the
Nicholas Yau wrote:
>problem is when i type in the password and username in my client
> the x windows screen just flip once then put me back to the login
>screen
> again.
>
>-What is the problem?
>
>I provide this log file below for easier to you all :
>
>
Good choice.
>Aug 13
Folks:
I'm trying to network my office Macintosh(-es) and my
Thinkpad (running RH 7.2), using Netatalk (v. 1.5.3.1) and I'm
running into a dependency issue...
I downloaded netatalk in both tarball and RPM versions. I
recall installing it via the RPM. When I reboot Linux, I get
Gordon Messmer wrote:
> Have you tried using up2date to update the system. It should get all
> of the latest packages, and all of the required dependencies. I don't
> have any 7.0 boxes left, so I can't comment regarding the problem.
> However, if it is still a problem after updating with up2da
I am trying to find out if it's possible to get any information on
modem compatibility with Linux RedHat V7.2. I have been searching
up and down for a list that will tell me and I can't find one.
Any help that can be provided would be of great importance to me
and really appreciated.
Thank
I just bought a computer on eBay that came with RHL 7.3 already installed,
along with the homemade install CDs. It occurs to me that it could
potentially be a pre-hacked install.
Now, I don't really suspect that, but you never know.
I was wondering if there is any way to verify all the installed
"Mike Shilling" <[EMAIL PROTECTED]> writes:
[...]
> The IDE drive crashed today. Grub still will come up, however the swap
> space is damaged to the point where I can do NOTHING with this system.
> It will not boot, when I try, it gets to mounting the root filesystem,
> and the hard drive makes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wednesday 14 August 2002 03:41 pm, Hal Burgiss wrote:
> On Wed, Aug 14, 2002 at 02:25:35PM -0500, whitroth wrote:
> > Hi.
> >
> > Runnig 6.2 on my firewall, no X, went to apply patches, etc, and
> > wanted to start using up2date...and realized that
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wednesday 14 August 2002 03:36 pm, Ashley M. Kirchner wrote:
> whitroth wrote:
> > So, short of re-installing RH, is there any way to recreate it?
>
> Why can't you just download and install
> rpmdb-redhat-6.2-0.2308.i386.rpm ? That's the
On Tue, 2002-08-13 at 05:23, george drossos wrote:
> Hi!
>
> i'm a student at South Bank University London and i'm working on a project
> called " parallel and distributed processing in Linux" (clustering)
> I have three machines (1 server and 2 clients).I have installed RedHat7.3 in
> the 3 ma
On Wed, 2002-08-14 at 08:01, Anthony E. Greene wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Tonight I clicked a news:// URL in Galeon, just to see what would happen.
> I got a surprise.
>
> Galeon opened a new window with an embedded Mozilla Mail/News app. See
> screenshot at:
>
On Wed, Aug 14, 2002 at 02:25:35PM -0500, whitroth wrote:
> Hi.
>
> Runnig 6.2 on my firewall, no X, went to apply patches, etc, and
> wanted to start using up2date...and realized that when my second
> hard drive crashed, months ago, taking *all* of /var with it, that
> the rpm database is gone.
whitroth wrote:
> So, short of re-installing RH, is there any way to recreate it?
Why can't you just download and install
rpmdb-redhat-6.2-0.2308.i386.rpm ? That's the whole rpmdb right there.
--
W | I haven't lost my mind; it's backed up on tape somewhere.
+-
Hi.
Runnig 6.2 on my firewall, no X, went to apply patches, etc, and wanted
to start using up2date...and realized that when my second hard drive
crashed, months ago, taking *all* of /var with it, that the rpm database
is gone.
So, short of re-installing RH, is there any way to recreate it?
On Wed, 2002-08-14 at 07:10, Caner Baydemir wrote:
> > I believe KDE has an "autostart" file that is created each users home
> > directory (at least on RH7.3 anyway). This is simply a text file that
> > lists all programs that should start when KDE does for example the
> > autoload file that mount
I do not have ISDN service, I thought it might work with my dial up
account. I think I'll bag this idea. -Jeff
On 14 Aug 2002, you wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 14-Aug-2002/11:13 -0600, [EMAIL PROTECTED] wrote:
> >Hi all. I do not currently have a modem on my
Thank you very much, great advice and information. -Jeff
On 14 Aug 2002, you wrote:
> On Wed, Aug 14, 2002 at 11:13:57AM -0600, [EMAIL PROTECTED]
> wrote: > I found a modem at a thrift store that appears to be in new >
> condition. It is a Courier I-Modem ISDN 128kbps v. everthing US >
> Roboti
On Wed, 2002-08-14 at 12:25, Ray Curtis wrote:
> > "ed" == Edward Dekkers <[EMAIL PROTECTED]> writes:
>
> ed> But when I do 'rpm -Uvh pbeagent-6.1.0-1.i386.rpm' I get:
> ed>
> ed> ---
>
>
On Wed, Aug 14, 2002 at 11:13:57AM -0600, [EMAIL PROTECTED] wrote:
> I found a modem at a thrift store that appears to be in new
> condition. It is a Courier I-Modem ISDN 128kbps v. everthing US
> Robotics and it is external. [...] Do I need to have special
> service to make this work or just cha
List,
How do you all use XML-RPC or SOAP with your Apache? SOAP::Lite with
perl? Manual PHP scripts? I'm trying to set this up now...which docs
should I read?
/B
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailma
On Wednesday 14 August 2002 09:54, Mike Burger wrote:
> Make sure that you have port 20 open, as well as port 21...port 20 is the
> ftp-data port...necessary for passive ftp.
>
How can I be sure ports 20 and 21 are open?
What would be using them?
Also - is there a way to get ftp to not use pas
If this is during an X session then does
"xmodmap /usr/share/xmodmap/xmodmap.uk" help?
It is...and it does!
Thanks Nick
Rgds
Nige
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list
I am trying to decipher a message in /var/log/messages saying:
Host client cannot be reached; transport endpoint not connected.
This machine is up on ssh connections, LAN, no load problems or strain
visible. But it cannot ping or connect to anything on the internet, or
outside. It can return fu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 14-Aug-2002/11:13 -0600, [EMAIL PROTECTED] wrote:
>Hi all. I do not currently have a modem on my Redhat 7.2
>computer. I found a modem at a thrift store that appears to be in
>new condition. It is a Courier I-Modem ISDN 128kbps v. everthing
>US
On Tue, Aug 13, 2002 at 01:28:26PM -0500, Robert Hartung* wrote:
> I am looking for a provider of "Distance Education" in computer
> science that uses at least some Open Source in its' classes. If
> anyone knows of such an educational institution in the US please
> reply.
I don't know o
> "ed" == Edward Dekkers <[EMAIL PROTECTED]> writes:
ed> But when I do 'rpm -Uvh pbeagent-6.1.0-1.i386.rpm' I get:
ed>
ed> ---
ed> Preparing...
ed> ###
Hi,
I found out that Apache is leaving a trace of semaphore arrays, even when is
down. Using this command:
> [root@server root]# ipcs -s
most of the output correspond to Apache. My question is: shouldn't this be
clean if I run the command:
> [root@server root]# service httpd stop
It seems tha
Hi all. I do not currently have a modem on my Redhat 7.2
computer. I found a modem at a thrift store that appears to be in
new condition. It is a Courier I-Modem ISDN 128kbps v. everthing
US Robotics and it is external. First question, I just have normal
dial up access on a Windows machine. Do
On Wed, 14 Aug 2002, Lou Hamilton wrote:
> Even with the routes deleted, I still cannot get to my server (Win2K)
> that has the print/file share on it. I am getting the messsage
> "DESTINATION HOST UNREACHABLE".
>
> ANy ideas on what can be causing this problem?
[snip]
> >>> My 'ifconfig' is sho
Fred Mushel,
On Wednesday August 14, 2002 12:10, you said something about:
> File ifcfg-eth0 was found in /etc/sysconfig/networking/devices and in
> /etc/sysconfig/profiles/default! I copied and modfied file as described
> and placed them in these locations (one try at a time) and then copied
> i
On 07/08/2002 6:28, "Jesper Maartenson" <[EMAIL PROTECTED]> tapped the
keys:
> Hi!
>
> With lilo you could easily pass along vga=extended in lilo.conf and get
> 50x80 on the display instead of the default 25x80. Is there any way to
> accomplish this now, when using grub?
Sorry for responding so
At 16:54 14/08/2002 +0100, you wrote:
>Hi all,
>
>I've got problems with my keyboard config...using rh7.3 on a Sony Vaio
>laptop.
>
>Some of my keys are mixed up...the |\ key doesn't work at all, I can't type
>a # on any key, # types a \, ~ types a |, etc.
>
>kbdconfig only lets me reset to a UK k
File ifcfg-eth0 was found in /etc/sysconfig/networking/devices and in
/etc/sysconfig/profiles/default! I copied and modfied file as described
and placed them in these locations (one try at a time) and then copied
it to just /etc/sysconfig as litereally described below.
Still cannot ping the oth
Hi all,
I've got problems with my keyboard config...using rh7.3 on a Sony Vaio
laptop.
Some of my keys are mixed up...the |\ key doesn't work at all, I can't type
a # on any key, # types a \, ~ types a |, etc.
kbdconfig only lets me reset to a UK keyboard, which doesn't correct the
problem.
Wh
> What about quotas ? Do you have any other spacelimiting there ?
No quotas for apache... Look here:
[root@server shm]# quota -u apache
Disk quotas for user apache (uid 48): none
[root@server shm]# quota -g apache
Disk quotas for group apache (gid 48): none
Any other idea...?
Tomás
+--
Hi,
What about quotas ? Do you have any other spacelimiting there ?
Regards
Alex
-Ursprüngliche Nachricht-
Von: Tomás García Ferrari [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 14. August 2002 17:15
An: RedHat List
Betreff: Apache won't start
Hello,
I'm running RedHat 7.3 with al
Hello,
I'm running RedHat 7.3 with all the updates and Apache 1.3.23-14. Today,
after the process of the log files, Apache refused to start, saying this:
[root@server shm]# service httpd start
Starting httpd: Ouch! ap_mm_create(1048576, "/var/run/httpd.mm.31673")
failed
Error: MM: mm:core: faile
> "ed" == Edward Dekkers <[EMAIL PROTECTED]> writes:
ed> Hi Ray, thanks for the prompt answer.
>> Are you sure you got the right binary from APC,pbeagent-6.1.0-1.i386.rpm ?
ed> I think so, it came from:
ed> URL
ed> ftp://ftp.apcc.com/apc/public/software/unix/linux/pcbe/6
>> What is the maximum file size on a normal Red Hat setup these days?
>> (i.e. on 7.2 or 7.3 using ext3) I seem to remember hitting the roof at
>> 2Gb in the past, but (fortunately) it looks like I can create files
>> larger than that now.
> That's not quite true. I can create files larger tha
On Wed, 14 Aug 2002 09:11:35 -0400, you wrote:
>man nohup
Thanks.
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 14-Aug-2002/04:43 -0700, Vinod <[EMAIL PROTECTED]> wrote:
> I am having this problem. I have redhat linux 7.3
>in my laptop. I connect to ethernet lan in my office
>and connect to the internet. I come home and try to do
>a dial up connection and
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 14-Aug-2002/15:23 +0700, Kevin Myers <[EMAIL PROTECTED]> wrote:
>Just a little update to this problem: it's nothing to do with sudo, it's the
>fact that I'm using a script as the login shell for these users. If I use
>/bin/bash as the shell, everyt
On Wed, 14 Aug 2002 19:33:08 +0700, you wrote:
>Interesting situation here with that in place: I'm using sudo to allow users
>to control the DSL connection. One of the scripts is supposed to stay
>running in the background when the user logs off, but when I use the menu
>as the shell it is kille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 14-Aug-2002/03:41 -0400, Lou Hamilton <[EMAIL PROTECTED]> wrote:
>How did you get the google search tool bar on your browser? I thought it
>was just for Windows/IE configs.
You can add *any* query you like to a Galeon toolbar. The Bookmarks Edito
there is a java based LDAP browser. Runs on Linux, Windows and anything with
Java.
http://www-unix.mcs.anl.gov/~gawor/ldap/installation.html
- Original Message -
From: "Fernando Lozano" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 14, 2002 3:56 PM
Subject: Re: LD
> What is the maximum file size on a normal Red Hat setup these days?
> (i.e. on 7.2 or 7.3 using ext3) I seem to remember hitting the roof at
> 2Gb in the past, but (fortunately) it looks like I can create files
> larger than that now.
That's not quite true. I can create files larger than 2Gb,
hi,
> The FTP service however seems to be acting up. If someone telnets to me, and
> asks for a file - it shows that it is entering passive mode and than goes
> no further. It just sits there. Also, the same thing happens if you try and
> list files. Like, if you do ' ls -al' , it d
Chad,
> What graphical administration programs do any of you use and/or which would
> you recommend. I am trying to learn more about LDAP and its administration
> so if any of you know of software I should investigate or resources I should
> read please let me know.
I have started a tool for use
Make sure that you have port 20 open, as well as port 21...port 20 is the
ftp-data port...necessary for passive ftp.
On Wed, 14 Aug 2002, Ted Gervais wrote:
>
> Can someone help me here. I have RH7.3 setup and working well.
> The FTP service however seems to be acting up. If someone telnets
hi,
> and connect to the internet. I come home and try to do
> a dial up connection and I can connect successfully
> but when I open a browser and give any url, it says..
> "cannot find site". I have no idea how to solve this.
This is purely the nameserver issue. put your isp's nameserver ip
in /
Try http://rpms.arvin.dk/php/ ...there are rpms for php, mod_php and all the
other php packages that you might need.
Nige
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jim Hale
Sent: 13 August 2002 04:02
To: Mailing List - Red Hat
Subject: RPM For PHP?
On Tue, 13 Aug 2002 07:48:38 -0400, you wrote:
>I think you want to set your users to use an program or script as soon as
>they login, with no other choice. If that is what you want, just edit
>/etc/passwd and change their shell to the program or script that you want
>them to run.
Interesting si
The other way to check the version (which may tell a different story) is to,
using the ksh, at the prompt, enter:
set -o viraw
^V
The shell should report it's version at this point.
Mine (the PD one) says "PD KSH v5.2.14 99/07/13.2".
--
<< MCT >> Michael C Tiernan [EMAIL PROTECTED]
Hi,
I am having this problem. I have redhat linux 7.3
in my laptop. I connect to ethernet lan in my office
and connect to the internet. I come home and try to do
a dial up connection and I can connect successfully
but when I open a browser and give any url, it says..
"cannot find site". I have
Are you working through a firewall or something that could block certain
ports?
I have had the same problem before but my problem seemed to be caused by my
firewall not allowing some ports.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ted Gervais
Sent
On Wed, Aug 14, 2002 at 10:53:12AM +0800, SPiToon wrote:
>
> Is there anyway of doing realtime server-mirroring on redhat? I've been
> asked by my company to look for linux solution for this thing. I need to
> setup a production server and a standby (fail-over) server. Whenever, the
> production
Can someone help me here. I have RH7.3 setup and working well.
The FTP service however seems to be acting up. If someone telnets to me, and
asks for a file - it shows that it is entering passive mode and than goes
no further. It just sits there. Also, the same thing happens if you try an
> I believe KDE has an "autostart" file that is created each users home
> directory (at least on RH7.3 anyway). This is simply a text file that
> lists all programs that should start when KDE does for example the
> autoload file that mounts CDs when they are inserted into the drive.
>
> I am not i
I believe KDE has an "autostart" file that is created each users home
directory (at least on RH7.3 anyway). This is simply a text file that
lists all programs that should start when KDE does for example the
autoload file that mounts CDs when they are inserted into the drive.
I am not in front
What is the maximum file size on a normal Red Hat setup these days? (i.e.
on 7.2 or 7.3 using ext3) I seem to remember hitting the roof at 2Gb in
the past, but (fortunately) it looks like I can create files larger than
that now.
Related question: Where is it documented?
- Toralf
--
redhat
Shyam, you're best bet since you don't know IPTables is to turn off
IPChains in the service GUI and download Firestarter
(http://firestarter.sourceforge.net) and install it. Firestarter will
write your IPTables for you and save them in /etc/firestarter. You can
learn how to write your own rules
Thanks. my Disk space was not enough.
This confused me for 2 hours. And the answer is this simple.
Thanks again.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of ramakrishna
Sent: 14 August 2002 11:56
To: [EMAIL PROTECTED]
Subject: Re: Login returns to
hi,
> I need some help. Every time I log onto gnome or kde with any user it shows
> the grey mesh screen and then shows the login screen again. I am running
> Redhat 7.1.
this might be the problem
1.login to one of the virtual terminal (CTRL+ALT F1-6) and check for the disk space
df -sh
Hallo
I need some help. Every time I log onto gnome or kde with any user it shows
the grey mesh screen and then shows the login screen again. I am running
Redhat 7.1.
Thanks
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mail
hi friends
i am running mail server ,proxy server,php groupware on a RH7.2
machine . i need to frame iptables rules in such a way that only
the http ,pop,smtp packets should allow and other all like ftp
telnet etc.. and even ping i need to restrict .my network is
202.41.75.0
any help is pre
Am Die, 2002-08-13 um 16.37 schrieb David R. Fischer:
> This issue has been discussed at length on the samba main, pam, and
> openldap mailiing lists. you might want to check those list archives for
> a full solution.
so i have to look there, thank you all very much for the tips.
hp rangol
1 - 100 of 102 matches
Mail list logo