Re: cvs behind a firewall

2002-10-31 Thread Will Francis
export CVS_RSH="ssh -p " or maybe in your shell rc file: alias ssh 'ssh -p ' Don't have the time to test those but it might work. -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

automouter showing multiple mounts

2002-10-15 Thread Will Francis
Under RH7.1 with autofs 3.1.7, I'm seeing a lot stuff like this with the mount or df command: deimos.incyte.com:/vol/fndremote on /var/opt/fnd/remote type nfs (rw,rsize=8192,wsize=8192,hard,intr,tcp,lock,addr=10.98.18.216) deimos.incyte.com:/vol/fndremote on /var/opt/fnd/remote type nfs (rw,rs

Re: up2date

2002-09-18 Thread Will Francis
> Hi, > > I'm trying to use the up2date service but keep getting "Free service > limited due to high load, please try again later (server 1001266289". > Is this server ever not busy? Any suggested time to try this? How > effective is this service..I've never used it before... Take a look

Re: mount RH 6.1

2002-09-12 Thread Will Francis
> I've used the command mount /mnt/floppy and mount /dev/fd0 but these spew > out that extra command s are needed and the msdos format on the floppy is > not recognised You can always (as root) mount it manually: mount /dev/fd0 /mnt/floppy or even more specifically mount /dev/fd0u1440 /mnt/f

Re: Help a newbie!

2002-08-19 Thread Will Francis
> I have a RH 7.3 installed and I want to show at the shel the full = > Machine hostname ( [[EMAIL PROTECTED] root] ) but it shows only = > [root@Machine root] . Is there a related how to for that ??? Or how can = > I do that??? See the man page for your shell and look in particular how to

Re: spying on my users

2002-07-22 Thread Will Francis
> as root, is there a way to see what commands my users are typing into their > consoles? > ideally, i'd like to see exactly what they see on their screen. One way is to have your users run screen(1). See the -x option As a side note, see the detach/attach and multiple window functionality of sc

Re: Java plugin not installing in mozilla 1.0

2002-07-16 Thread Will Francis
> Hi all, > > I have been very happy with mozilla 1.0 since downloading it and > installing it. Following the instructions on sun's site, I was not able > to intall the java plugin. Has anyone found a way to? (I had been using > netscape 6.2 before mozilla. I never removed it. Would that mak

Re: TYAN S2720 Dual P4 Xeon with Redhat 7.3

2002-07-09 Thread Will Francis
> Hi all, > I'm having a bit of difficulty getting new newest server set up and > was wondering if this issues has arisen before. I have the Tyan S2720 Dual > P4 Xeon board with 2x2.0GHz P4 Xeons, 4GB DDR2100 Memory and a Promise > SX6000 IDE Raid controller. I am unable to get the system

Re: Partition Size ???

2002-07-01 Thread Will Francis
> Ok, so what size should partitions actually be ?? Whatever size the application calls for. I always create partitions with the usage in mind. > I am running a server and my /var always seems to be too small. Log > files fill it up, spool files fill it up etc etc. 300Mb free seems too > littl

Re: What is the command to view all 65536 ports?

2002-04-29 Thread Will Francis
> What is the command to view all 65536 ports by name? The best you will do on your local computer is cat /etc/services which will show you a subset of the official ones as defined by IANA. http://www.iana.org/assignments/port-numbers If, you mean by "view" see what's running on your compute

Re: Can I delete some files form /usr

2002-04-10 Thread Will Francis
> I need some 20 M space because my boss need to put some files there > imediately. I know it very risk to delete files from there. > Here is the result by using df -s /usr/* I think a better solution (that I've used many times) is to find a partition that has space left on it and put all you

Re: Intel eepro100 & collisions

2002-04-08 Thread Will Francis
> Hello, > > I'm trying to find out how I can set my Compaq DL320 running Red Hat 7.1 to connect, >without collisions to the network switch. Apparently, I am experiencing a speed issue >because of all of these collisions. Can anyone point me to an FAQ or anything of that >ilk that might help m

Re: DHCP host name doesn't change on boot

2002-04-08 Thread Will Francis
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Will Francis wrote: > > >How can I make it such that when a machine reboots and gets a new DHCP > >address that the hostname will reflect that change? It's been bothering > >me for years, but now it&#x

Re: DHCP host name doesn't change on boot

2002-04-05 Thread Will Francis
> Not quite sure I understand your question. In theory the "hostname" > you assign to the machine need not bear any relation to what's in the > DNS for you ... especially since a machine with 2 NICs or multiple IP > addresses on one interface has multiple "network" names anyway. I install mach

DHCP host name doesn't change on boot

2002-04-05 Thread Will Francis
How can I make it such that when a machine reboots and gets a new DHCP address that the hostname will reflect that change? It's been bothering me for years, but now it's become a major problem. Thanks. Will ___ Redhat-list mailing list [EMAIL PR