Re: large file downloads over html

2002-07-24 Thread Christensen Tom
just so you know this is the command I issued: #wget --http-user=** --http-passwd=*** https://rhn.redhat.com/network/channel/download_isos.pxt/limbo-i386-disc1.iso >From: "Christensen Tom" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: large file

Re: large file downloads over html

2002-07-24 Thread Christensen Tom
unfortunately no. wget is not doing what I need it to do, have you ever downloaded an iso from redhat network with it? if so tell me the command. it gives me a 403 forbidden error. so the --http-passwd flag doesn't do it. (and yes, I put in my username as well under the --http-user flag) >Fro

Re: DVD-playback

2002-07-24 Thread Oeystein Olsen
On Thursday 25 July 2002 07:51, Todd A. Jacobs wrote: > On Thu, 25 Jul 2002, Oeystein Olsen wrote: > > /dev/hda: > > setting using_dma to 1 (on) > > HDIO_SET_DMA failed: Operation not permitted > > using_dma= 0 (off) > > That means your drive doesn't support DMA access. It's probably a low

Re: USB Ether Adapter question

2002-07-24 Thread Doug Lerner
On 7/25/02 2:46 PM, "Edward Dekkers" <[EMAIL PROTECTED]> wrote: >> When I tried it just before by IP address instead it worked! >> >> In other words, networking worked, but no name server was set. I added the >> name server IP addresses to /etc/resolv.conf and all was fine! > > Great! > > BTW

Re: DVD-playback

2002-07-24 Thread Todd A. Jacobs
On Thu, 25 Jul 2002, Oeystein Olsen wrote: > /dev/hda: > setting using_dma to 1 (on) > HDIO_SET_DMA failed: Operation not permitted > using_dma= 0 (off) That means your drive doesn't support DMA access. It's probably a low-end drive. To see what options you *do* have, try "hdparm -i /de

Re: USB Ether Adapter question

2002-07-24 Thread Edward Dekkers
> I am so dumb. This is on the level of "is your computer plugged in?" Not quite that bad I think :) > How was I deciding networking was not working? By pinging a site I know. By > domain name. Oops. > When I tried it just before by IP address instead it worked! > > In other words, networking

Re: Weird High System Ussage: Command "w" shows a high usage buttop doesn't show anything.

2002-07-24 Thread Todd A. Jacobs
On Wed, 24 Jul 2002, Jose Vicente Nunez Zuleta wrote: > root 30439 1 0 Jul19 ?00:00:01 /usr/bin/updatedb -f NFS,SMBFS,N > root 951 1 0 Jul20 ?00:00:01 /usr/bin/updatedb -f NFS,SMBFS,N > root 3886 1 0 Jul21 ?00:00:01 /usr/bin/updatedb -f NFS,SM

Re: University-like Network Setup

2002-07-24 Thread Todd A. Jacobs
On Wed, 24 Jul 2002, Wesley Murphy wrote: > I was wondering how I would be able to get all user accounts managed > from the one machine. Explore the mysteries of NFS and NIS+. NFS will allow you to share home directories (or any other directory, for that matter) and NIS+ will let you share use

Re: large file downloads over html

2002-07-24 Thread Todd A. Jacobs
On Wed, 24 Jul 2002, Christensen Tom wrote: > can you use wget to retrieve files from a password protected server? Why not explore the man page and read up on the "--http-passwd" flag? -- "The only thing that helps me maintain my slender grip on reality is the friendship I share with my collec

Re: What is signal 15?

2002-07-24 Thread Todd A. Jacobs
On Wed, 24 Jul 2002, Mark Neidorff wrote: > Recently I've started getting a signal 15 error. Is it bad hardware > that would cause it? Signal 15 is a SIGTERM (see "kill -l" for a complete list). It's the way most programs are gracefully terminated, and is relatively normal behavior. The real

Socks5

2002-07-24 Thread Roger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I'd like to konw if redhat provides the rpm-format socks 5 package? If so, where can I get it? Any suggestion is appreciated~ -BEGIN PGP SIGNATURE- Version: PGP 6.5.8 iQA/AwUBPT+JaTPy+L1IN14CEQJBpwCfVFEEGXDgPw0908QcQfJ63LrSscgAoIwB Ob0m

RE: Uninstall Updated kernel

2002-07-24 Thread Darryl Harvey
Change the lilo boot prompt first, make sure the old kernel still works. Then rpm -e the new kernel. Done.. Rgds, Darryl > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of Franky > Sent: Thursday, July 25, 2002 1:55 PM > To: [EMAIL PROTECTED] >

Re: USB Ether Adapter question

2002-07-24 Thread Doug Lerner
Followup on this: I am so dumb. This is on the level of "is your computer plugged in?" How was I deciding networking was not working? By pinging a site I know. By domain name. When I tried it just before by IP address instead it worked! In other words, networking worked, but no name server wa

Uninstall Updated kernel

2002-07-24 Thread Franky
Hi all I have install a new RH7.2 kernel 2.4.9-31 and now I want to uninstall the new Kernel. What procedure should I do? I upgrade the kernel using kernel rpm. (I have two kernels to choose to boot from the old kernel and new kernel at lilo boot prompt) Thanks ___

Re: USB Ether Adapter question

2002-07-24 Thread Edward Dekkers
> Yes - there are lines in there indicating that the pegasus driver was > detected and associated with eth0. Excellent - that's cleared the first obstacle. > > > If not that is your first obstacle. > > Secondly - remove and insert the adapter while watching /var/log/messages - > > check whether

Re: What format to burn ISO images to?

2002-07-24 Thread mike
On Wed, 2002-07-24 at 11:59, CM Miller wrote: > > > There has been alot of talk on the list about burning > RedHat ISO images, and I've been reading up on it, but > what do I want to burn the ISO images to? CD-R or > CD-RW? > > I've gone googling and have found conflicting info. > > thanks

DVD-playback

2002-07-24 Thread Oeystein Olsen
I've recently bought a new laptop with a dvd/cdrw combo drive. The playback of DVDs is not very good. The movie stops for a short while every few seconds, maybe best described as choppy. On my previous laptop I could use the following command to turn DMA on $ hdparm -d1 /dev/hdc Then the pla

Re: USB Ether Adapter question

2002-07-24 Thread Doug Lerner
Thanks for your reply: > > Firstly - what I would do is check your /var/log/dmesg and makes sure your > USB host adapter is being detected. Yes - there are lines in there indicating that the pegasus driver was detected and associated with eth0. > If not that is your first obstacle. > Secondly

Re: University-like Network Setup

2002-07-24 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24-Jul-2002/23:00 +, Wesley Murphy <[EMAIL PROTECTED]> wrote: >I was wondering how I would be able to get all user accounts managed from >the one machine. I have looked at pam_radius and pam_smb, and both, >while authenticating from a designat

Re[2]: Very odd problem with a few files on reiserfs

2002-07-24 Thread Brian Ashe
Hello Chuck, Wednesday, July 24, 2002, 8:06:15 PM, you textually orated: C> Well, now I have this problem on my only ext3 filesystem. I am at a loss C> as to what direction to go. The only common element within this problem C> is that all filesystems are local to the same host, they are all l

Re: Weird High System Ussage: Command "w" shows a high usage buttop doesn't show anything.

2002-07-24 Thread Gordon Messmer
On Wed, 2002-07-24 at 16:49, Jose Vicente Nunez Zuleta wrote: > > I know than the uptime meausres not only CPU ussage but resource > ussage. I suspect i found the processes that are causing the problem: > root 30439 1 0 Jul19 ?00:00:01 /usr/bin/updatedb -f NFS,SMBFS,N > root

Re: USB Ether Adapter question

2002-07-24 Thread Edward Dekkers
> But when installing, no screen appeared about setting up my network. And > trying the network configuration tool after installing doesn't help either. > Linux doesn't seem to recognize my Melco/Buffalo LUA-TX USB LAN adapter. > > This is one of the adapters which is based on the ADMtek Pegasus c

Re: Very odd problem with a few files on reiserfs

2002-07-24 Thread Chuck
Well, now I have this problem on my only ext3 filesystem. I am at a loss as to what direction to go. The only common element within this problem is that all filesystems are local to the same host, they are all located on a SAN, and the controller is a QLogic 2300. There is way to much data to

Re: Weird High System Ussage: Command "w" shows a high usage but top doesn't show anything.

2002-07-24 Thread Jose Vicente Nunez Zuleta
Hello Gordon, thanks for your time to respond this On 24 Jul 2002 16:37:55 -0700 Gordon Messmer <[EMAIL PROTECTED]> wrote: > On Mon, 2002-07-22 at 08:19, Jose Vicente Nunez Zuleta wrote: > > > > I have a weird problem with a couple of Dual Redhat 7.2 machines; > > Both of them started to show (

Re: What is signal 15?

2002-07-24 Thread Gordon Messmer
On Wed, 2002-07-24 at 12:38, Mark Neidorff wrote: > > Recently I've started getting a signal 15 error. Is it bad hardware that > would cause it? It *might* be, but I wouldn't be too quick to jump to that conclusion. You can test your memory easily enough using memtest86: http://www.memtest86.c

University-like Network Setup

2002-07-24 Thread Wesley Murphy
Hi, I was wondering how I would be able to get all user accounts managed from the one machine. I have looked at pam_radius and pam_smb, and both, while authenticating from a designated server, require an account to be set up on the workstation that they are running on. How would I get some use

Re: Downgrading 7.3 -> 7.2

2002-07-24 Thread Samuel Flory
It would be easier to just reinstall. Trust me I've tried it. Copy /etc/ so you have a backup of your config files, and reinstall without reformating your partitions. On Wed, 2002-07-24 at 13:33, Jeff Bearer wrote: > I have a commercial software package where they won't support it on > redhat

Re: Weird High System Ussage: Command "w" shows a high usage buttop doesn't show anything.

2002-07-24 Thread Gordon Messmer
On Mon, 2002-07-22 at 08:19, Jose Vicente Nunez Zuleta wrote: > > I have a weird problem with a couple of Dual Redhat 7.2 machines; > Both of them started to show (not sure since when) a high usage number > but the CPU or the IO looks to be normal. ... > But the ps -ef or top doesn't show anythin

Re: large file downloads over html

2002-07-24 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24-Jul-2002/21:40 +, Christensen Tom <[EMAIL PROTECTED]> wrote: >can you use wget to retrieve files from a password protected server? Yes. See the man page for both command line and ~/.wgetrc file options. Tony - -- Anthony E. Greene

Re: multiple occurances of a single service

2002-07-24 Thread Gordon Messmer
On Mon, 2002-07-22 at 17:27, daniel wrote: ... > but instead of just running one copy of apache > it's running TEN > and the bind9 has 5 incarnations running Neither of those are very costly. Daemons that run in multiple processes or threads share most of their memory segments, so 10 copies of a

RE: Redhat 6.2 on P4 is NOT supported

2002-07-24 Thread Matthews, John
The customer dictated that Red Hat 6.2 be used, therefore we don't have a choice in the manner. I think life would be easier using 6.2, but we're not allowed. -Original Message- From: Paul Borghese [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 6:45 PM To: [EMAIL PR

RE: Redhat 6.2 on P4 is NOT supported

2002-07-24 Thread Paul Borghese
Out of curiosity, why did you decide to use 6.2 instead of the already compatible 7.3? Also, does anyone have any idea as to how much longer RedHat is going to release security updates for 6.2? RedHat seems to orphan release fairly quickly -- and this is an older release. Paul -Original

Downgrading 7.3 -> 7.2

2002-07-24 Thread Jeff Bearer
I have a commercial software package where they won't support it on redhat 7.3. I suspect the answer is a solid "NO" but it can't hurt to ask. Can I do an "upgrade" from 7.3 to 7.2? Maybe I'll just edit the /etc/redhat-release file to say enigma then they would have to support it, right?PHPlist

RE: Redhat 6.2 on P4 is NOT supported

2002-07-24 Thread Matthews, John
I've spent a lot of time looking into this and have even contacted Red Hat directly. Red Hat's answer was that Red Hat 6.2 will ***NOT*** support a Pentium IV. They would have to modify the ISO a little to get it to work. The main problem appears to be due to the installation program t

Re: large file downloads over html

2002-07-24 Thread Christensen Tom
can you use wget to retrieve files from a password protected server? (this is why ftp is not an option, I am downloading from redhat network, where the downloads are about 5 to 10 times faster than any of the ftp mirrors I can find), however, does wget allow you to authenticate? cause I'll have

Re: Problems with PHP4.2.1 and Apache 1.3.26 ?

2002-07-24 Thread Gordon Messmer
On Wed, 2002-07-24 at 04:54, cana rich wrote: > I've installed Apache v1.3.26 and PHP v4.2.1 and > it seems doesn't work. I can't execute a php web page. > Apache doesn't recognize the php page. > Can some one help me please? Was php installed when you started apache? What is the filename of

Re: Problems with PHP4.2.1 and Apache 1.3.26 ?

2002-07-24 Thread Gordon Messmer
On Wed, 2002-07-24 at 05:03, Nick Lindsell wrote: > At 13:54 24/07/2002 +0200, you wrote: > >Hi, > > I've installed Apache v1.3.26 and PHP v4.2.1 and > >it seems doesn't work. I can't execute a php web page. > >Apache doesn't recognize the php page. > >Can some one help me please? > > Have yo

Re: PHP Vulnerability

2002-07-24 Thread Emmanuel Seyman
On Wed, Jul 24, 2002 at 09:03:07PM +0200, Ismael Touama wrote: > > How can you ensure of that ? > I should have the same behave than João. > RH73 was out before the found of this vulnerabilty isn't it ? The advisory says only versions 4.2.0 and 4.2.1 of php are vulnerable. [manu@orient manu]$ rp

Re: Very odd problem with a few files on reiserfs

2002-07-24 Thread Todd A. Jacobs
On Wed, 24 Jul 2002, Chuck wrote: > This is a Red Hat 7.2 system and the filesystem is reiserfs. The only You can also try unmounting the drives, and try "reiserfsck -ox" on the partition. If that doesn't work, you can back up the partition and try the potentially-dangerous "reiserfsck --rebuil

Re: Very odd problem with a few files on reiserfs

2002-07-24 Thread Todd A. Jacobs
On Wed, 24 Jul 2002, Chuck wrote: > filesystems holds image files owned by a user called 'annot'. The user > is local as well as defined in NIS. Show us the output of "ls -l " and "ls -lad ". No real info, no real answer. --And of course, you can always try to remove the files as root. -- "

Re: PHP Vulnerability

2002-07-24 Thread Javier Gostling
On 2002.07.24 12:06 João Borsoi Soares wrote: > My RH7.3 has PHP version 4.1.2-7. In the php.net it > tells that PHP versions 4.2.0 and 4.2.1 have the > vunarability. Are you shure we have to do the patch? No. The CERT advisory states that versions prior to 4.2.0 are not vulnerable. I think this

Re: RPM

2002-07-24 Thread Ed Wilts
On Wed, Jul 24, 2002 at 03:10:58PM +0200, Ximo Llacer wrote: > Could tell me someone :? > > Why I find in different sites newlest versions than RNH of REDHAT ? > > Examples : > > Apache 2.0.39 to compile. And red hat 1.3.23.-14. First of all, you need to understand the philosophy behind Red Ha

RE: Redhat 6.2 on P4

2002-07-24 Thread Christopher Hoffman
You can install 6.2 on any Intel based P1, P2, P3, P4 systems and any AMD system Thanks, Christopher Hoffman Computer Technician Logical Computer Solutions 5444 Six Forks Road Raleigh, NC 27609 919-841-9074 (V) 919-870-0951 (F) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Redhat 6.2 on P4

2002-07-24 Thread Jeff Graves
Should be... Jeff Graves Customer Support Engineer Image Source, Inc. 10 Mill Street Bellingham, MA 02019 [EMAIL PROTECTED] - Email 508.966.5200 X31 - Phone 508.966.5170 - Fax -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chakravarthi V S Sent: Wedne

Re: PHP Vulnerability

2002-07-24 Thread Eric Wood
The 4.1.2-7 (which came with 7.3) shouldn't have the vulnerability. If it did RH would have whipped out a new php package for the 7.x distro. -eric wood - Original Message - From: "João Borsoi Soares" <[EMAIL PROTECTED]> > My RH7.3 has PHP version 4.1.2-7. In the php.net it > tells that

What is signal 15?

2002-07-24 Thread Mark Neidorff
Hi all, Recently I've started getting a signal 15 error. Is it bad hardware that would cause it? Details--I have a RH 6.2 system (updated). Occasionally when I run mozilla 1.0 or vmware (to run windows) the application will just terminate. I noticed in the vmware log that a signal 15 was caug

RE: PHP Vulnerability

2002-07-24 Thread Ismael Touama
Hi Emmanuel, > > My RH7.3 has PHP version 4.1.2-7. In the php.net it > > tells that PHP versions 4.2.0 and 4.2.1 have the > > vunarability. Are you shure we have to do the patch? > You don't. > No Red Hat distrib is vulnerable to the latest PHP bug. > Emmanuel How can you ensure of that ? I sho

Re: PHP Vulnerability

2002-07-24 Thread Emmanuel Seyman
On Wed, Jul 24, 2002 at 01:06:34PM -0300, João Borsoi Soares wrote: > > My RH7.3 has PHP version 4.1.2-7. In the php.net it > tells that PHP versions 4.2.0 and 4.2.1 have the > vunarability. Are you shure we have to do the patch? You don't. No Red Hat distrib is vulnerable to the latest PHP bug.

RE: PHP Vulnerability

2002-07-24 Thread João Borsoi Soares
My RH7.3 has PHP version 4.1.2-7. In the php.net it tells that PHP versions 4.2.0 and 4.2.1 have the vunarability. Are you shure we have to do the patch? Joao. --- Anthony Abby <[EMAIL PROTECTED]> escreveu: > Yes it does and yes there is a patch available. > http://www.php.net > > Anthony

chkfontpath doesn't do what it suppose to do?

2002-07-24 Thread Reuben D. Budiardja
Hi all, Please excuse my ignorant, but I am a bit confused about this. My understanding is that chkfontpath is somekind of utility from Redhat to add new fonts in a directory to the X font server. So I downloaded a set of new fonts in a directory, created font dir using mkfontdir. Then I did ch

Re: What format to burn ISO images to?

2002-07-24 Thread Vidiot
>There has been alot of talk on the list about burning >RedHat ISO images, and I've been reading up on it, but >what do I want to burn the ISO images to? CD-R or >CD-RW? CD-R media is cheaper. MB >I've gone googling and have found conflicting info. > >thanks > >-Chris > > > >= >***

Question Regarding Filesystems

2002-07-24 Thread Chuck
I just wanted to get some feedback regarding what everyone's thoughts are on the current filesystems available to Linux. I am currently running reiserfs and ext3 in an enterprises environment. I am wanting to use Veritas (vxfs), but had a few questions. 1) Anyone on here using vxfs on RH 7.2?

Very odd problem with a few files on reiserfs

2002-07-24 Thread Chuck
I have a system with a 1TB file system that is NFS exported. This filesystems holds image files owned by a user called 'annot'. The user is local as well as defined in NIS. A random collection of files owned by this user are tarfu'ed. When ever you try any command on them you get a permission

RE: Automount filesystems

2002-07-24 Thread loophole
change your /etc/fstab entries to the following: /dev/hda1 /mnt/windows vfat owner,user,noauto 0 0 /dev/hdc5 /mnt/hd_e vfat owner,user,noauto 0 0 = - lh -

RE: PHP Vulnerability

2002-07-24 Thread Anthony Abby
Yes it does and yes there is a patch available. http://www.php.net Anthony > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Frederic Herman > Sent: Wednesday, July 24, 2002 9:35 AM > To: [EMAIL PROTECTED] > Subject: PHP Vulnerability > > > Do

PHP Vulnerability

2002-07-24 Thread Frederic Herman
Does the RH 7.3 distro rpm for PHP have the new PHP vulnerability? If so, is there a patch yet? Fred ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: RPM

2002-07-24 Thread Anthony Abby
RHN is normally slower to include newer versions of packages, so it's often much faster to visit the supporting websites.. in your case, http://www.apache.org and http://www.php.net and http://www.samba.org For instance, KDE 3.0.2 has been out since the very beginning on July and still is not

RPM

2002-07-24 Thread Ximo Llacer
Could tell me someone :? Why I find in different sites newlest versions than RNH of REDHAT ? Examples : Apache 2.0.39 to compile. And red hat 1.3.23.-14. When does RNH Redhat to be updated about this version ? And php also. I don't find any php rpm php.4.2.2 And samba also. And When trying

RE: KDE Install

2002-07-24 Thread Anthony Abby
Better yet, go to KDE.org and download 3.0.2 and install it Anthony > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of frodo.lotr > Sent: Wednesday, July 24, 2002 7:50 AM > To: [EMAIL PROTECTED] > Subject: KDE Install > > > Hi fellow RedHat use

Re: SQUID

2002-07-24 Thread Thierry ITTY
>Can someone please tell me how to configure squid to some users can access to determinate ip-ports and others users to others ip-ports. > >User1 == port 80 , >User2 > >User1 == port 80 , 1433 >User2 > >Can I filter by user and port at same time? you should try something like : acl user1 proxy

hpfs support vanished

2002-07-24 Thread cbsled
Why is hpfs support missing from every kernel-* package on the 7.3 CD? Where can I find it? -- --- Carl Brown [EMAIL PROTECTED] -- - ___ R

RE: KDE Install

2002-07-24 Thread oktayk
Hi Chris, Just insert the first RH 7.3 CD and the gRPM (Gnome RPM) utility will run automaticly (autorun). Then all you have to do is clcik INSTALL and then from User Interface->Desktop place select your KDE and install it. After you reboot your comp. you'll have your KDE option on your login ma

Re: Problems with PHP4.2.1 and Apache 1.3.26 ?

2002-07-24 Thread Nick Lindsell
At 13:54 24/07/2002 +0200, you wrote: >Hi, > I've installed Apache v1.3.26 and PHP v4.2.1 and >it seems doesn't work. I can't execute a php web page. >Apache doesn't recognize the php page. >Can some one help me please? Have you configured Apache to process .php files? Put "AddType applicati

RE: What format to burn ISO images to?

2002-07-24 Thread Jim Hale
Personally - I burned mine to CD-R. It's cheaper and nice to have in case you need the CD's for multiple installations or a PC reset. I used to use CD-RW's, install the OS, and then reformat the CD - and it never fails, you do this and you'll undoubtedly need the RedHat CD's again for something

Problems with PHP4.2.1 and Apache 1.3.26 ?

2002-07-24 Thread cana rich
Hi, I've installed Apache v1.3.26 and PHP v4.2.1 and it seems doesn't work. I can't execute a php web page. Apache doesn't recognize the php page. Can some one help me please? Thanks. Canarich ___ Do You Yahoo!? -- Une adresse @yahoo.f

Redhat 6.2 on P4

2002-07-24 Thread Chakravarthi V S
Hi all, Is it possible to install Redhat 6.2 ( kernel 2.2.14-6.1.1) on Pentium 4 machines regards chakri __ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com ___ Redhat-l

KDE Install

2002-07-24 Thread frodo.lotr
Hi fellow RedHat users, A mate an i recently installed RedHat 7.3 on my home computer and neglected to install KDE. Having tried gnome/nautlius with a varied degree of success i thought i would give KDE a go. Is there a simple way for me to install KDE from the original CD's without ( sorry for t

RE: Configuring Sendmail

2002-07-24 Thread Nigel Peck
Thanks to you both, that's working now :-) >>> [EMAIL PROTECTED] 07/24/02 11:57am >>> > Sorry to be a pain, but could you give me a few more clues as to where > to set it? sendmail.mc dnl define(`SMART_HOST',`smtp.your.provider') > (I checked the man page and the sendmail.mc but couldn't find

Re: large file downloads over html

2002-07-24 Thread Todd A. Jacobs
On Wed, 24 Jul 2002, Christensen Tom wrote: > Any way around this? or do I have to use an ftp site to download large Check out wget. It'll do what you need, and it works well over HTTP. -- "The only thing that helps me maintain my slender grip on reality is the friendship I share with my colle

Re: What format to burn ISO images to?

2002-07-24 Thread Gary Stainburn
On Wednesday 24 July 2002 11:59 am, CM Miller wrote: > There has been alot of talk on the list about burning > RedHat ISO images, and I've been reading up on it, but > what do I want to burn the ISO images to? CD-R or > CD-RW? > > I've gone googling and have found conflicting info. > > thanks > >

What format to burn ISO images to?

2002-07-24 Thread CM Miller
There has been alot of talk on the list about burning RedHat ISO images, and I've been reading up on it, but what do I want to burn the ISO images to? CD-R or CD-RW? I've gone googling and have found conflicting info. thanks -Chris = * GAIM I

RE: Configuring Sendmail

2002-07-24 Thread Banze, Andreas
> Sorry to be a pain, but could you give me a few more clues as to where > to set it? sendmail.mc dnl define(`SMART_HOST',`smtp.your.provider') > (I checked the man page and the sendmail.mc but couldn't find > anything) > try the Smart relay host setting. > DSmail.somewhere.com thats from se

Re: Configuring Sendmail

2002-07-24 Thread Nigel Peck
Sorry to be a pain, but could you give me a few more clues as to where to set it? (I checked the man page and the sendmail.mc but couldn't find anything) Thanks Nigel >>> [EMAIL PROTECTED] 07/24/02 10:40am >>> On Wed, Jul 24, 2002 at 10:30:32AM +0100, Nigel Peck wrote: > Can someone please tell

Power Managent and X window logoff problem...

2002-07-24 Thread oktayk
Title: Message Hi,   I have this weird logoff problem where my KDE logs me out automaticly after random amount of time. I just couldn't find the place where I could fix this.   And also after 10-15 min my comp. is going to stanby state. Even if I disabled the Power Management from BIOS and

Re: top

2002-07-24 Thread daniel
if your machine's been hacked it unlikely that top is the only thing that's been affected i'd shut it down remotely and have someone do a clean install for you - Original Message - Sent: Tuesday, July 23, 2002 8:33 PM Subject: top > It looks like my /usr/bin/top program is either corrup

SQUID

2002-07-24 Thread Ximo Llacer
HI. Can someone please tell me how to configure squid to some users can access to determinate ip-ports and others users to others ip-ports. User1 == port 80 , User2 User1 == port 80 , 1433 User2 Can I filter by user and port at same time? Un Cordial Saludo / Best regards Ximo Llácer Dpt

Re: Configuring Sendmail

2002-07-24 Thread Paul Branston
On Wed, Jul 24, 2002 at 10:30:32AM +0100, Nigel Peck wrote: > Can someone please tell me how to configure sendmail to automatically > forward all emails to the same SMTP server, regardless of who they are > to. > > I need to do this because I can't currently get RedHat to work through > our firew

Configuring Sendmail

2002-07-24 Thread Nigel Peck
Can someone please tell me how to configure sendmail to automatically forward all emails to the same SMTP server, regardless of who they are to. I need to do this because I can't currently get RedHat to work through our firewall/proxy, so there is only one SMTP server it can see, it also can't se

Re: large file downloads over html

2002-07-24 Thread Thomas Ribbrock
On Wed, Jul 24, 2002 at 08:36:49AM +, Christensen Tom wrote: > problem, I am trying to download the ISO's for Limbo... however, > Mozilla/Netscape and Konqueror all do the same thing, when downloading a [...] I use wget from the commandline for these tasks - never had a problem. Cheerio,

Re: large file downloads over html

2002-07-24 Thread Doug Lerner
How about using an ordinary FTP client and go directly to the ftp server and download. That should be quicker than going through the browser anyway. doug On 7/24/02 5:36 PM, "Christensen Tom" <[EMAIL PROTECTED]> wrote: > > > Howdy, > problem, I am trying to download the ISO's for Limbo... howe

large file downloads over html

2002-07-24 Thread Christensen Tom
Howdy, problem, I am trying to download the ISO's for Limbo... however, Mozilla/Netscape and Konqueror all do the same thing, when downloading a file from a web site, they slog the whole file into RAM until it finishes downloading.. and then creates a file from the stuff in RAM. However, thi

USB Ether Adapter question

2002-07-24 Thread Doug Lerner
Please forgive me if I am posting to the wrong list - there were so many of them I just selected the one which looked the most general. - I have a Windows 2000 box (HP Pavilion 2000) which I partitioned with Partition Magic and installed Redhat 7.2 on. The installation went fine, and I am ab

Re: X Server Client for M$

2002-07-24 Thread Gary Stainburn
On Tuesday 23 July 2002 7:33 pm, Todd A. Jacobs wrote: > On Tue, 23 Jul 2002, Nigel Peck wrote: > > It's just I would have thought I needed a client, not a server, to do > > that. > > In X, the local display is handled by a server, and the applications are > clients. It's confusing, but the bottom

Re: MAC address in C code

2002-07-24 Thread Joachim Breuer
"Pranay Kumar" <[EMAIL PROTECTED]> writes: > I want to know the MAC address of my Ethernet adapter in my C > code. What is the simplest way to do that? The tool 'nameif' from the 'net-tools-1.60-4' package installed here apparently retrieves the mac address (as well as 'ifconfig' from the same pa

Re: newbie can't install java

2002-07-24 Thread Daniel Goldin
On Tuesday 23 July 2002 07:54 pm, Rob Saul wrote: > On Tuesday 23 July 2002 10:33, Daniel Goldin wrote: > > Tried to execute j2re-1_3_1_04-linux-i586-rpm.bin, but it caused my > > xterm to crash. Tried to run the shell script that came with Redhat > > and got an error regarding ELF. Any thoughts

Re: newbie can't install java

2002-07-24 Thread Daniel Goldin
On Tue, 2002-07-23 at 16:54, Rob Saul wrote: > > > On Tuesday 23 July 2002 10:33, Daniel Goldin wrote: > > Tried to execute j2re-1_3_1_04-linux-i586-rpm.bin, but it caused my > > xterm to crash. Tried to run the shell script that came with Redhat and > > got an error regarding ELF. Any thoughts