Re: Samba and win 2000 pro

2001-01-20 Thread Mikkel L. Ellertson
On Sat, 20 Jan 2001, Rodney Fulk wrote: > > My kernel is compiling fine now and I have samba setup on my eth0 connection > working fine.. > I set it up to allow guests until I get the password stuff setup. > > This worked fine with my win 98 machines. > I even have a script setup in the samba c

Re: Question about RedHat Network Daemon

2001-01-20 Thread Vidiot
>On Sun, 21 Jan 2001, Luke C Gavel wrote: >> >> The following command should tell you: >> >> rpm -qfi `whereis rhnsd` >> >Whoops. Forgot that daemons usually aren't in RH $PATH. Try >this: > >rpm -qfi `find /etc -name rhnsd` > >and to find the documentation; > >less `rpm -qd $(rpm -qf $(find

Re: Question about RedHat Network Daemon

2001-01-20 Thread Luke C Gavel
On Sun, 21 Jan 2001, Luke C Gavel wrote: > > The following command should tell you: > > rpm -qfi `whereis rhnsd` > Whoops. Forgot that daemons usually aren't in RH $PATH. Try this: rpm -qfi `find /etc -name rhnsd` and to find the documentation; less `rpm -qd $(rpm -qf $(find /etc -name rh

Re: Question about RedHat Network Daemon

2001-01-20 Thread Vidiot
>The following command should tell you: > >rpm -qfi `whereis rhnsd` > >On Sat, 20 Jan 2001, Drew Hunt wrote: > >> What exactly is rhnsd (RedHat Network Daemon) anyway? What's its purpose? >> >> Drew It does not answer the question asked. And since it isn't loaded, it definately isn't going to

Re: Question about RedHat Network Daemon

2001-01-20 Thread Luke C Gavel
The following command should tell you: rpm -qfi `whereis rhnsd` On Sat, 20 Jan 2001, Drew Hunt wrote: > What exactly is rhnsd (RedHat Network Daemon) anyway? What's its purpose? > > Drew > > > > ___ > Redhat-list mailing list > [EMAIL PROTECTE

RE: Ethernet driver woes

2001-01-20 Thread Luke C Gavel
On Sat, 20 Jan 2001, Drew Hunt wrote: > screwing up on a request for the netgear card. That's my theory, anyway. > Driver confusion. Am I totally off? > We won't know for sure until we see your /etc/conf.modules file and how you might have assigned i/o and irq values in there. ___

Re: ppp0 connection question

2001-01-20 Thread Bret Hughes
linda hanigan wrote: > Hi all, > I can connect to the Internet with my Linux box > by using linuxconf and activating ppp0 and disconect > by closing ppp0. However I set this up so long ago > I don't even remember what I did. What script (command) does linuxconf run > to do this. I am finally > ba

Question about RedHat Network Daemon

2001-01-20 Thread Drew Hunt
What exactly is rhnsd (RedHat Network Daemon) anyway? What's its purpose? Drew ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: OT Cisco PIX

2001-01-20 Thread Graham Hemmings
If nothing has been changed on the PIX, then reboot it - make sure you "write mem" first. Graham. At 22:29 20/01/2001, you wrote: >I know that this is off topic but I have serveral RH boxes behind a Cisco >Pix and today for no reason it quit working. I can console into the Pix >and can ping bo

Re: Silly grep problem within script

2001-01-20 Thread Bret Hughes
Cameron Simpson wrote: > snip > On Sat, Jan 20, 2001 at 02:22:28PM -0600, Bret Hughes <[EMAIL PROTECTED]> wrote: > | or how 'bout > | pidof xntpd > > Well, internally, pidof is doing the same grep tricks. It's > _inherently_ unreliable. Suppose you have a multiuser system with > people running

Re: BASH Arithmetic Evaluation

2001-01-20 Thread Justin Zygmont
I think that's korn shell syntax, although I thought bash would handle that.. oh well, if you enclose it in double brackets ((...)) instead of the suqare ones, it should work, and you can probably remove the curly braces too. hope this helps.. On Sat, 20 Jan 2001, SoloCDM wrote: > I tried to e

Re: script to rename files?

2001-01-20 Thread Matthew Melvin
On Sat, 20 Jan 2001 at 10:14pm (-0500), John Aldrich wrote: > Anyone have a script or util that'll rename files with > spaces in 'em such that spaces become underscores? It's a > real bear when you have several HUNDRED files :-) > John > #!/usr/bin/perl # GLOBALS ##

re: script to rename files?

2001-01-20 Thread John Aldrich
On Sat, 20 Jan 2001, Ed Alexander wrote: > There was an article in "Server/Workstation Expert" > magazine last October which explained in detail how > to do exactly what you're asking. Get the file: > > http://swexpert.com/C2/SE.C2.OCT.00.pdf > Ed... I know you're probably working on the old "

re: script to rename files?

2001-01-20 Thread John Aldrich
On Sat, 20 Jan 2001, Ed Alexander wrote: > There was an article in "Server/Workstation Expert" > magazine last October which explained in detail how > to do exactly what you're asking. Get the file: > > http://swexpert.com/C2/SE.C2.OCT.00.pdf > Thanks...:-) it'll save me a TON of time and trou

ppp0 connection question

2001-01-20 Thread linda hanigan
Hi all, I can connect to the Internet with my Linux box by using linuxconf and activating ppp0 and disconect by closing ppp0. However I set this up so long ago I don't even remember what I did. What script (command) does linuxconf run to do this. I am finally back to working on setting up a firewa

Re: BASH Arithmetic Evaluation

2001-01-20 Thread Rick Warner
while [ ${MANS} -ge 4 ] The numeric operands are -eq, -lt, -gt, -le, and -ge . - rick warner On Sat, 20 Jan 2001, SoloCDM wrote: > I tried to evaluate an arithmetic value with a while command using > "while [ ${MANS} >= 4 ]", but it doesn't work . . . why? Ignore the > omittance of do t

BASH Arithmetic Evaluation

2001-01-20 Thread SoloCDM
I tried to evaluate an arithmetic value with a while command using "while [ ${MANS} >= 4 ]", but it doesn't work . . . why? Ignore the omittance of do through done. Note: When you reply to this message, please include the mailing list/newsgroup address in Cc: and my email address in To:.

re: script to rename files?

2001-01-20 Thread Ed Alexander
There was an article in "Server/Workstation Expert" magazine last October which explained in detail how to do exactly what you're asking. Get the file: http://swexpert.com/C2/SE.C2.OCT.00.pdf HTH. Cheers, Ed On Sat, 20 Jan 2001, John Aldrich wrote: > >Anyone have a script or util that'll ren

RE: Samba and win 2000 pro

2001-01-20 Thread Rodney Fulk
I planned to add some restrictions before I get my machine connected to the internet. It works with my win 98 machines at the moment but I want to get it working with my win 2000 machine as well. I was going through the Oreilly (sp?) book about samba. I was not up to the security parts yet but I

RE: RE: Configuratin of a 486DX4 [was RE: Speed optimization for 486DX]

2001-01-20 Thread Drew Hunt
Replaced the cable with a brand new one. Same set of kernel responses and crash. Any other ideas before I try 2.4? Drew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Warren Melnick Sent: Friday, January 19, 2001 2:28 PM To: '[EMAIL PROTECTED]' Subjec

RE: up2date.

2001-01-20 Thread Drew Hunt
Do this to get the most recent version of up2date (anonymous): up2date --nosig -r up2date It will get all the packages you need and install the latest up2date. For anonymous use (no registration) to get all rpms, issue the following command: up2date -r -u Make sure to add the GPG key to check

RE: Ethernet driver woes

2001-01-20 Thread Drew Hunt
I just backed up my files, wiped the drive, and installed 7.0 fresh. I know it's the hard way, but I figured it was a good opportunity to scrutinize what's installed and running now that I've been running RH for a little while. Thus, the old mods were gone, but I copied the mods I was using into

script to rename files?

2001-01-20 Thread John Aldrich
Anyone have a script or util that'll rename files with spaces in 'em such that spaces become underscores? It's a real bear when you have several HUNDRED files :-) John ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.c

Re: up2date.

2001-01-20 Thread Edward Dekkers
> He's probably talking about "new and improved up2date", the one which > came with Red Hat Linux 7 (I never used up2date before 7, I just didn't like > it. The new one is cool.). This has been released for Red Hat Linux > 6.x, and you can find it in the updates directory for 6.2 - you'll > need a

Re: Samba and win 2000 pro

2001-01-20 Thread Edward Dekkers
> The problem I am having though is when my win 2000 machine tries to link to > the linux > box this way. The machine is called "Linux" and when I try to connect to the > Linux box from > win 2000 it comes up with the following error window. > > \\Linux is not accessible. > The account is not auth

Re: up2date.

2001-01-20 Thread Harry Putnam
[EMAIL PROTECTED] (Trond Eivind Glomsrød) writes: > He's probably talking about "new and improved up2date", the one which > came with Red Hat Linux 7 (I never used up2date before 7, I just didn't like > it. The new one is cool.). ... Not when it does this: # up2date -u Retrieving l

Re: Silly grep problem within script

2001-01-20 Thread Harry Putnam
Bret Hughes <[EMAIL PROTECTED]> writes: > > > > [root@ora3]:/usr/local/admin# ps -ef | grep ntpd > > > > root 24634 1 0 Jan11 ?00:40:21 /usr/local/bin/ntpd -p > > > > /var/log/ > > > > root 27476 27214 0 09:25 pts/21 00:00:00 grep ntpd For your future reference: Run grep

Re: IP masquerade/IPchains

2001-01-20 Thread jbowling
> Hello All: > > Just compiled 2.4 a machine I use for dialup and IPv4 > forwarding to other RH machines and windoze machines. I > have found from reading about the kernel that Network packet > filtering does not use the familiar ipfwadm or ipchains > commands. What do I need for port forwardin

Re: Ethernet driver woes

2001-01-20 Thread jbowling
> > On Mon, 15 Jan 2001, Drew Hunt wrote: > > > > > > > > > kernel RPM form RH, it stopped masqing FTPs because the ipv4 mods were "not > > > of the current kernel version". Ok, so I figure this is a nice opportunity > > > to upgrade to RH7.0 since I have it installed on two other machines and

Samba and win 2000 pro

2001-01-20 Thread Rodney Fulk
My kernel is compiling fine now and I have samba setup on my eth0 connection working fine.. I set it up to allow guests until I get the password stuff setup. This worked fine with my win 98 machines. I even have a script setup in the samba code to have a drive setup in the name of the machine th

Re: overly large /var/log/messages

2001-01-20 Thread Leonard den Ottolander
Hi Jack, > when i took a look at messages i > discovered it had grown to over 11 gigs (don't ask me how) and i couldn't read > then end of the file (obviously). someone had hit me 5 times per second for > nearly 12 hours! Are you saying 11GB?? Or do you mean 11MB? That sounds m

Re: File Downloads

2001-01-20 Thread Cameron Simpson
On Fri, Jan 19, 2001 at 12:41:56PM -0400, Ted Gervais <[EMAIL PROTECTED]> wrote: | > Try shift-click | > Stew Benedict | Yup! I just discovered that. Thanks for the response. Sure works well.. Until the "Download" link is actually a link to a page to download. Depressingly common. What really na

Re: Silly grep problem within script

2001-01-20 Thread Cameron Simpson
On Sat, 20 Jan 2001, John H Darrah wrote: | > > A more robust solution would be: | > > ps -ec | awk '$6 ~ /ntpd/ {print; exit}' rpjday wrote: | > you know, if what you're trying to do is get the PID of the | > ntpd process, the *proper* way would be to examine the file | > /var/run/ntpd.pid, at

Re: Ethernet driver woes

2001-01-20 Thread Luke C Gavel
On Sat, 20 Jan 2001, Luke wrote: > On Mon, 15 Jan 2001, Drew Hunt wrote: > > > > > kernel RPM form RH, it stopped masqing FTPs because the ipv4 mods were "not > > of the current kernel version". Ok, so I figure this is a nice opportunity > > to upgrade to RH7.0 since I have it installed on tw

Re: Ethernet driver woes

2001-01-20 Thread Luke C Gavel
On Mon, 15 Jan 2001, Drew Hunt wrote: > kernel RPM form RH, it stopped masqing FTPs because the ipv4 mods were "not > of the current kernel version". Ok, so I figure this is a nice opportunity > to upgrade to RH7.0 since I have it installed on two other machines and has > been working great.

Re: X-server Display on windows

2001-01-20 Thread Harry Putnam
Vineeta <[EMAIL PROTECTED]> writes: > Hey guys,it's working!! > Thanks to David,Mikkel and Anthony for all your support. > I finally managed it with "ssh2" from http://www.ssh.com and > then,downloaded "securecrt" software as the ssh client for windows 95 which > works out of the box and is great

Re: up2date.

2001-01-20 Thread Trond Eivind Glomsrød
<[EMAIL PROTECTED]> writes: > On Sat, 20 Jan 2001, Michael Burger wrote: > > > I wasn't aware that 6.2 had an up2date on it. The 6.1 box I'm > > running does not. > > > > My RH6.1 box also has 'up2date', and I have frequently taken advantage of > it. I've even paid to keep authorization, $10

Re: up2date.

2001-01-20 Thread Greg Wright
*** REPLY SEPARATOR *** On 20/01/01 at 14:42 Michael H. Warfield wrote: >On Sat, Jan 20, 2001 at 11:27:04AM -0800, [EMAIL PROTECTED] wrote: >> On Sat, 20 Jan 2001, Michael Burger wrote: > >> > Not really. You'd be surprised just how well it works if you specify >> > --nosig o

OT Cisco PIX

2001-01-20 Thread Scott Skrogstad
I know that this is off topic but I have serveral RH boxes behind a Cisco Pix and today for no reason it quit working. I can console into the Pix and can ping both sides of the FW but can get nothing to go through the Pix. Any help would get me out of this jam Scott Skrogstad Computer Integ

Re: up2date.

2001-01-20 Thread mjbjr
On Sat, 20 Jan 2001, Michael H. Warfield wrote: > > > I went through all this with Redhat yesterday. 'up2date' will not work > > without a valid authorization. IMO, 'up2date' should connect to > > 'priority' ftp servers if you have authorization, and connect to > > non-priority servers if you

Re: up2date.

2001-01-20 Thread mjbjr
On Sat, 20 Jan 2001, Michael Burger wrote: > I wasn't aware that 6.2 had an up2date on it. The 6.1 box I'm > running does not. > My RH6.1 box also has 'up2date', and I have frequently taken advantage of it. I've even paid to keep authorization, $100/6mo (IIRC), which I think is too much.

Re: Silly grep problem within script

2001-01-20 Thread Bret Hughes
rpjday wrote: > On Sat, 20 Jan 2001, John H Darrah wrote: > > > > > On Thu, 18 Jan 2001, Chuck Carson wrote: > > > > > > > > > > > I am trying to grep for a process as follows: > > > > > > [root@ora3]:/usr/local/admin# ps -ef | grep ntpd > > > root 24634 1 0 Jan11 ?00:40:21 /usr/

Re: bash oddity

2001-01-20 Thread Hal Burgiss
On Sat, Jan 20, 2001 at 11:24:22AM -0800, John H Darrah wrote: > On Thu, 18 Jan 2001, Hal Burgiss wrote: > > num=0 > echo 1 > tmp > > while read line > do > num=1 > echo $num > done < tmp > > echo $num > > The above will accomplish the same thing by redirecting > stdin from "tmp" for t

Re: up2date.

2001-01-20 Thread Michael H. Warfield
On Sat, Jan 20, 2001 at 11:27:04AM -0800, [EMAIL PROTECTED] wrote: > On Sat, 20 Jan 2001, Michael Burger wrote: > > Not really. You'd be surprised just how well it works if you specify > > --nosig on the command line. > The 'up2date' I have on my 6.2 box does not recognize the '--nosig' > opt

Re: up2date.

2001-01-20 Thread Michael Burger
I wasn't aware that 6.2 had an up2date on it. The 6.1 box I'm running does not. On Sat, 20 Jan 2001 11:27:04 -0800 (PST), [EMAIL PROTECTED] wrote: >On Sat, 20 Jan 2001, Michael Burger wrote: > >> Not really. You'd be surprised just how well it works if you specify >> --nosig on the command lin

Re: Silly grep problem within script

2001-01-20 Thread rpjday
On Sat, 20 Jan 2001, John H Darrah wrote: > > On Thu, 18 Jan 2001, Chuck Carson wrote: > > > > > > > I am trying to grep for a process as follows: > > > > [root@ora3]:/usr/local/admin# ps -ef | grep ntpd > > root 24634 1 0 Jan11 ?00:40:21 /usr/local/bin/ntpd -p > > /var/log/ > >

Re: up2date.

2001-01-20 Thread mjbjr
On Sat, 20 Jan 2001, Michael Burger wrote: > Not really. You'd be surprised just how well it works if you specify > --nosig on the command line. > The 'up2date' I have on my 6.2 box does not recognize the '--nosig' option. > On Sat, 20 Jan 2001 22:08:14 +1100, Greg Wright wrote: > > >Does i

Re: bash oddity

2001-01-20 Thread John H Darrah
On Thu, 18 Jan 2001, Hal Burgiss wrote: > > Is the below expected behavior? or bug? Values assigned to variables > within the loop, are not visible outside the loop. Using something > like 'while true' works as I would expect. > > > #!/bin/bash > ## script: testing > ## test variable visibilit

Re: IP masquerade/IPchains

2001-01-20 Thread Michael Jinks
Haven't made the jump yet myself but a couple of things that might help -- The kernel config has options for enabling old-style firewalling commands. You could give one of those a shot. Also, http://rpmfind.net/linux/rpm2html/search.php?query=iptables should have an iptables userland package

Re: Adaptec 19160 Problems

2001-01-20 Thread kf
I've had problems with Adaptec SCSI cards. If you can, test the card by replacing it with another, known to work SCSI card and see if that helps. On Mon, 8 Jan 2001, Jason Perlow wrote: = Greetings (and Linus and Alan if youre listening, thanks): = = I'm having a few bizarre problems with an

Re: Silly grep problem within script

2001-01-20 Thread John H Darrah
On Thu, 18 Jan 2001, Chuck Carson wrote: > > > I am trying to grep for a process as follows: > > [root@ora3]:/usr/local/admin# ps -ef | grep ntpd > root 24634 1 0 Jan11 ?00:40:21 /usr/local/bin/ntpd -p > /var/log/ > root 27476 27214 0 09:25 pts/21 00:00:00 grep ntpd >

Re: Linux with Windows 95and windows NT??

2001-01-20 Thread Pratik Ajmera
Hi, REMEMBER. If your HDD has more than 1024 cylinders than you should create linux /boot partition before 1024th cylinder.The reason is most of the PC BIOS can't read beyond 1024th cylinder. After installing Linux your NT dump before starting (Booting) so keep backup of imp data as well. I

Re: overly large /var/log/messages

2001-01-20 Thread Rick Warner
Look at the logrotate system. It can, and should, be set to rotate all logs include the message file either on a set schedule or when the logs exceed a certain size. If it is not happening then logrotate is not running or is experiencing an error. If it is not running, make sure it is set to

Re: overly large /var/log/messages

2001-01-20 Thread Luke C Gavel
On Sat, 20 Jan 2001, Greg Wright wrote: > > > FWIW it may be worth setting a quota, or making /var in its own Setting a quota is what I recommend too. But isn't there a file size cap on /var/log/messages* in any case? If not, there SHOULD be. The system should do a little 'shunting' process

Kernel update questions

2001-01-20 Thread Bob Hartung
Hi all, A couple of questions about moving to 2.4.0-1 Current config: RH 7 with all updates and errata: 1. I have kernel-headers and kernel source downloaded. 2. I have bin86 downloaded 3. Upon trying to install with gnorpm I find kernel-headers-2.4.0-0.43 already on the machine. This has

Re: Why bash1 and not bash2?

2001-01-20 Thread Dave Ihnat
On Sat, Jan 20, 2001 at 12:06:18PM +, Thomas Ribbrock wrote: > From what's to be read about 7.0 on the list, I almost get > the impression that 6.2 *is* the latest stable release... ;-) > Having said that, I always went from x.2 to x.2 (4.2 -> 5.2 -> 6.2) and > haven't had any regrets about t

Re: napster working?

2001-01-20 Thread Paul R. Ganci
>http://download.sourceforge.net/lopster/lopster-0.9.7.2.tar.gz >i prefer to use this client anyway >eric Thanks for the URL. I spent some time the other day searching sourceforge for such a beast. I must be blind. ___ Redhat-list mailing list [EMA

RE: VPN questions

2001-01-20 Thread John D. Hardin
On Thu, 18 Jan 2001, Cassell, Damon wrote: > > I'm currently using the Nortel Client (Win95) to connect to my office and > > AFAIK there is not a way to connect at the client level. I've heard > > indirectly that it may be possible to connect at the network level > (router) > > but I don't hav

Re: napster working?

2001-01-20 Thread Eric Clover
http://download.sourceforge.net/lopster/lopster-0.9.7.2.tar.gz i prefer to use this client anyway eric Vidiot wrote: > > >> i have known gnapster to quit working forcing you to upgrade. > >> > >> eric > >Yes I believe you. The point that I intended was simply that I have been using > >the Nap

Re: Using a printserver: solved, and help: the LJ5000 duplexer and LPRng

2001-01-20 Thread Nick Urbanik
You need the queue name rp=LPT1_PASSTHRU This is described in the manual for the Intel device. It is also amongst the excesses of the LPRng documentation. Getting information out of that is like panning for gold in a river of sand. The gold is there if you have enough time on your hands to sear

Re: up2date.

2001-01-20 Thread Michael Burger
Not really. You'd be surprised just how well it works if you specify --nosig on the command line. On Sat, 20 Jan 2001 22:08:14 +1100, Greg Wright wrote: >Does it not require money or a registration ? if yes still, then this may >be a problem, otherwise you could apply your beer theory, who kno

Re: Connecting to MS Exchange

2001-01-20 Thread Greg Wright
*** REPLY SEPARATOR *** On 20/01/01 at 12:10 Thomas Ribbrock wrote: >On Sat, Jan 20, 2001 at 04:39:38PM +1100, Greg Wright wrote: >> >This electronic communication and any accompanying document is being >> >transmitted over the Indian Oil Network and contains confidential >>

RE: IP masquerade/IPchains

2001-01-20 Thread Eddie Strohmier
This was made in haste last night and I forgot to mention that I was using Red Hat 6.2 and compiled kernel 2.4 on it. I would think my answer is in the use of IP tables but I thought that was a feature of RH 7.0 only. Any one out there have IP masquerade working for the new kernel 2.4 yet? My IP c

Re: Groupware anybody?

2001-01-20 Thread tcurl
Anybody want to comment on 3rsoft's MailStudio? >>a Web-based e-mail messaging server solution, with features that include task scheduling, personal files storage, address book, security, calendar scheduling, anti-spam, POP3 mail access, and an individualized BBS system. It provides stabilit

Re: Determining if CDs are respins

2001-01-20 Thread Leonard den Ottolander
Hi Warren, > I got the Redhat 7.0 CDs at Comdex from the RedHat booth. Would anyone know if > these are the originals or the respins? If not, how can I easily tell? I guess you could check the timestamps on the directories and packages on the CD's. Most of the timestamps on m

Re: Port 6688 (napster?)

2001-01-20 Thread Leonard den Ottolander
Hi John, > > I believe the original poster wanted to OPEN the ports so *e could share > > his > > files with others. > > > You got it! :-) Well, the original poster was just curious if this was indeed traffic due to napster ;-). He is not really sure he is actually goi

Re: Include files in html pages served by Apache?

2001-01-20 Thread Vidiot
>It's recommended to use the XBitHack to parse only the executable files >(aside the extension they have) instead of parsing all .html files. Well, with the example that I gave being used on all pages, it doesn't make any difference :-) MB -- e-mail: [EMAIL PROTECTED] Bart: Hey, why is it d

Re: How do you unsubscribe this list???????

2001-01-20 Thread Thomas Ribbrock
On Sat, Jan 20, 2001 at 11:32:25PM +1100, Greg Wright wrote: [...] > if (which I doubt) this list is ever run again the way Steve Coile > used to run it, then we would never see these messages. AMEN! SCNR, Thomas -- "Look, Ma, no obsolete quotes and plain text only!" Thomas

Re: How do you unsubscribe this list???????

2001-01-20 Thread Thomas Ribbrock
On Sat, Jan 20, 2001 at 05:38:17PM +0530, Vineeta wrote: > > I can only agree with you on the first part-regarding being an old > subscriber. But,if you are an old one,you must be knowing how to have > your way around it too. Depends. e.g. on how intensively you're using the list, how much atte

Re: How do you unsubscribe this list???????

2001-01-20 Thread Greg Wright
*** REPLY SEPARATOR *** On 20/01/01 at 16:46 Vineeta wrote: > >I don't understand why everyone keeps asking "how to get off the >list".. >There is a link down below at the bottom of every mail which tells you >how to go about it. >Also,when you subscribed to this list,you

Re: How do you unsubscribe this list???????

2001-01-20 Thread Vineeta
I can only agree with you on the first part-regarding being an old subscriber. But,if you are an old one,you must be knowing how to have your way around it too. I guess,you should know that you've to write to [EMAIL PROTECTED] for help with "help" as subject and/or body msg. And,secondly,i don't

Re: Connecting to MS Exchange

2001-01-20 Thread Thomas Ribbrock
On Sat, Jan 20, 2001 at 04:39:38PM +1100, Greg Wright wrote: > >*** > * > >This electronic communication and any accompanying document is being > >transmitted over the Indian Oil Network and contains confidential > > Please c

Re: Why bash1 and not bash2?

2001-01-20 Thread Thomas Ribbrock
On Fri, Jan 19, 2001 at 03:14:54PM -0600, Bret Hughes wrote: > I have not heard anything that leads me to believe that RedHat 6.2 > isn't the latest stable release that should be used in a production > server environment. From what's to be read about 7.0 on the list, I almost get the impression

Re: X-server Display on windows

2001-01-20 Thread Vineeta
Hey guys,it's working!! Thanks to David,Mikkel and Anthony for all your support. I finally managed it with "ssh2" from http://www.ssh.com and then,downloaded "securecrt" software as the ssh client for windows 95 which works out of the box and is great! Works like a giffy! Cheers, Vineeta ---

Re: How do you unsubscribe this list???????

2001-01-20 Thread Thomas Ribbrock
On Sat, Jan 20, 2001 at 04:46:08PM +0530, Vineeta wrote: [...] > Also,when you subscribed to this list,you must have gotten some > instructions and a password telling you how to change your > options/unsubscribe e.t.c. No, not necessarily. Anybody on the list from before the change would have got

Re: Ramen worm

2001-01-20 Thread Thomas Ribbrock
On Fri, Jan 19, 2001 at 04:35:56PM -0800, Thornton Prime wrote: [...] > Given that 7.0 is a huge improvement over 6.2 in security terms (thank you > for openssl/openssh), I still highly recommend people install 7.0. Well, I had no problem installing openssl/openssh on RH 6.2, either... :-) But th

Re: How do you unsubscribe this list???????

2001-01-20 Thread Vineeta
I don't understand why everyone keeps asking "how to get off the list".. There is a link down below at the bottom of every mail which tells you how to go about it. Also,when you subscribed to this list,you must have gotten some instructions and a password telling you how to change your options

Re: overly large /var/log/messages

2001-01-20 Thread Greg Wright
*** REPLY SEPARATOR *** On 19/01/01 at 9:32 jack wallen, jr wrote: >my hard drive is failing (running Red Hat 7.0) and last night i discovered >it making the insidious 'clicking sound' only when trying to log to >/var/log/messages or /var/log/secure. when i took a look at mes

Re: up2date.

2001-01-20 Thread Greg Wright
*** REPLY SEPARATOR *** On 19/01/01 at 12:46 Edward Dekkers wrote: >Hi all, >If anyone has seen this before, could you please respond. > >Using up2date I can get a listing. > >I then use up2date -b > >It hangs at 'retrieving headers for ...' > >Then drops off to the promp

Re: Samba and NT are driving me ......

2001-01-20 Thread Greg Wright
*** REPLY SEPARATOR *** On 20/01/01 at 0:06 [EMAIL PROTECTED] wrote: >> >>Without going right into things, there could be a number of things >>happening, one thing that will happen is if the win32 box is the master >>browser, it maintains the browse list, this may be being pas

How do you unsubscribe this list???????

2001-01-20 Thread Paul Stear
Could someone please tell me how to get off this list Thanks -- regards Paul This message has been sent using Linux and kmail ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Include files in html pages served by Apache?

2001-01-20 Thread Tomás García Ferrari
Hello, > The Apache configuration file allows you to turn on this feature AND you > can set it to parse your normal .html files. I do. No need to change then to > .shtml. It's recommended to use the XBitHack to parse only the executable files (aside the extension they have) instead of parsing

linux wan router

2001-01-20 Thread J. Carlos Cristobal
Hello: I installed a pc300/rsv cyclades card on my linux box, I will be using x25 with pvc, but I still have some doubts, does anyone knows about a good documantation about this? Thanks in advance... -- J. Carlos Cristobal [EMAIL PROTECTED]

Re: Email Filters with imapd

2001-01-20 Thread Greg Wright
*** REPLY SEPARATOR *** On 20/01/01 at 16:46 Clement wrote: >Do you mind to give one promail example? The hardest part is always the >first part. man procmail man procmailrc man procmailex IIRC the last has some examples . Regards Greg Wright -- IT Consultant Sy