Re: GCC 2.96 FUD alert

2002-10-30 Thread David
On Thu, 31 Oct 2002, mark wrote: > Several folks say I should ignore my friend, and that gcc 2.96 is just fine. Recent versions are. > Wrong. What compiler do you think Red Hat uses to compile their 2.4 kernels? (they use 2.96 on 7.x) > About a week ago, *I* was compiling a new kernel, 2.4.19 (

Avermedia InterCam-USB Plus

2002-10-30 Thread Todd A. Jacobs
Has anyone gotten one of these to work? It's an older model that the hardware browser claims is a 3303u chipset. I'm trying to get GnomeMeeting running, and would appreciate any tips from people who've heard about this particular model. -- "Whenever I feel blue, I start breathing again."

Re: GCC 2.96 FUD alert

2002-10-30 Thread Hal Burgiss
On Thu, Oct 31, 2002 at 12:39:18AM -0600, mark wrote: > >also work but is not as safe, and *gcc 2.7.2.3 is no longer supported*. > > Ok? No FUD, personal knowledge, and documented in the source. Nope. Its still FUD. Read further, ./Documentation/Changes: Note that gcc 2.7.2.3 is no longer

Re: GCC 2.96 FUD alert

2002-10-30 Thread mark
Several folks say I should ignore my friend, and that gcc 2.96 is just fine. Wrong. About a week ago, *I* was compiling a new kernel, 2.4.19 (seems to be the real stable release). I was getting SEGVs, alternating with undefined functions or variables. I finally succeded only by doing the make b

Re: GUI for Firewall admin

2002-10-30 Thread Teodor Georgiev
www.fwbuilder.org - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 10:41 PM Subject: FW: GUI for Firewall admin > Hi All, > > Anyone have a good suggestion for an ipchains firewall admin program that > has a nice GUI interface? I

Re: Best Web Server?

2002-10-30 Thread Steve Arnold
On Wed, 2002-10-30 at 21:28, John Nichel wrote: > Yes and no. The version that RH7 comes with 'can' execute Frontpage > extensions, but it's installed from a RPM which doesn't set it up. I've > never set up Apache to use FP (not sure I would want too), but I'm sure > it's something you'll have

Re: CGI in Apache not work

2002-10-30 Thread John Nichel
In your httpd.conf file, look for these lines # To use CGI scripts: # AddHandler cgi-script .cgi Add ".pl" to the AddHandler line and restart apache AddHandler cgi-script .cgi .pl Manuel Tejada wrote: Hi I use RedHat 7.2 in a PC workstation not for production, just for homework. This i

Re: Best Web Server?

2002-10-30 Thread John Nichel
Yes and no. The version that RH7 comes with 'can' execute Frontpage extensions, but it's installed from a RPM which doesn't set it up. I've never set up Apache to use FP (not sure I would want too), but I'm sure it's something you'll have to compile apache yourself for. On a side note, why li

RE: ntp behind firewalls (need to open ports?)

2002-10-30 Thread Chad & Doria Skinner
You computer should make its connection to port 123 on the server. I am not that familiar with the linksys routers, but I don't believe you should have to open any ports since the router will nat the outgoing request. -Original Message- From: [EMAIL PROTECTED] [mailto:redhat-list-admin@;re

ntp behind firewalls (need to open ports?)

2002-10-30 Thread christopher j bottaro
ok, i got a couple computers behind a linksys cable router. the way i setup ntp is really simple. on each computer, i set the step-ticker to clock.via.net in /etc/ntp/step-tickers. then i just had the service startup at boot time by using redhat's setup utility. my question is do i have to

RE: How do I get PHP working with Apache on RH 8?

2002-10-30 Thread Chad Skinner
More and more things are starting to use XML and I believe the default is to not use the XML start and end tags by default. At least that I why I would make the default the long php tags. -Original Message- From: [EMAIL PROTECTED] [mailto:redhat-list-admin@;redhat.com]On Behalf Of Dave Sent

Re: Firewall and backdoor/trojans

2002-10-30 Thread Gary
On Wed, Oct 30, 2002 at 09:53:23PM -0600 or thereabouts, Chad Skinner wrote: > I lost my firewall script last weekend when I updated my computer and of > course being the super techy that I am I have no backup. > > I had a section in the script that explicitly dropped packets that are on > port co

Firewall and backdoor/trojans

2002-10-30 Thread Chad Skinner
I lost my firewall script last weekend when I updated my computer and of course being the super techy that I am I have no backup. I had a section in the script that explicitly dropped packets that are on port commonly used by many trojan and backdoor applications. Does anyone have a list of such p

Re: 8.0 man command seems broken again

2002-10-30 Thread Steve Borho
On Sat, Oct 26, 2002 at 11:38:20AM -0700, Gordon Messmer wrote: > On Sat, 2002-10-26 at 10:16, Steve Borho wrote: > > Is everyone else having problems displaying man pages in RH8.0? > > No. What terminal are you using? If it's xterm, you can get better > results with: > xterm -fa mono -fs 14 >

(no subject)

2002-10-30 Thread Alexandra Curtin
Ok, I loaded Redhat 8.0 a week or so ago and everything was fine.  However, I cannot compile the kernelI get one of two messages: either a drivers error or a modules error.  The thing is though that this happens on the Vanilla kernel, the basic Redhat kernel, and the most recent Redhat k

CGI in Apache not work

2002-10-30 Thread Manuel Tejada
Hi I use RedHat 7.2 in a PC workstation not for production, just for homework. This is the first time working with Apache. It is working fine with html pages, but not with cgi programs. I buil the following text cgi program called "mi_cgi.pl" in my home directory /home/manuel/ and then copy it to /

Re: md5sum on redhat cds and copies

2002-10-30 Thread Todd A. Jacobs
On Wed, 30 Oct 2002, Edward Dekkers wrote: > I'm trying again with 8.0. Can someone please verify what I'm doing is > correct though? I SHOULD just be able to copy the ISOs to a folder with > the MD5SUM file and simply run 'md5sum' right? No, it's: md5sum -c Otherwise, you're just cre

Re: How to delete bash history of root

2002-10-30 Thread Todd A. Jacobs
On Wed, 30 Oct 2002, David Kramer wrote: > I might be wrong here, and please accept my apologies if I am, but the > only reason I can thing of wanting to remove root's history without > logging out and logging back in is if you found someone else's root > login open, and you want to do bad things

Re: How to delete bash history of root

2002-10-30 Thread Todd A. Jacobs
On Wed, 30 Oct 2002, Roger wrote: > My question is the same as the subject, how to delete the bash history > of root. any suggestion is appreciated rm $HISTFILE && history -c -- "The only thing that helps me maintain my slender grip on reality is the friendship I share with my collection of sin

Re: internet server

2002-10-30 Thread Todd A. Jacobs
On Sun, 27 Oct 2002, terry parkerson wrote: > 1- will linux 8.0 run on the same ISP as I was using with win/98? Depends on your ISP. If they insist on using proprietary connection tools (i.e. AOL, Juno, NetZero) then you are out of luck. But any *real* ISP will work fine with proper configurati

Re: usb

2002-10-30 Thread Todd A. Jacobs
On 27 Oct 2002, Thom Nuzum wrote: > Got a Sony Clie with usb and want to try some synchings. How do I find > out first if my USB is working? ls /proc/bus/usb/ -- "The only thing that helps me maintain my slender grip on reality is the friendship I share with my collection of singing potatoes."

Re: Major problem with compat-gcc

2002-10-30 Thread Hal Burgiss
On Wed, Oct 30, 2002 at 02:55:47PM -0600, mark wrote: > On Wednesday 30 October 2002 10:55 am, you is done writ: > > I have attempted to compile rpms for 7.3 using the files in compat-gcc > > rpms > > > However after using CC=gcc296 CXX=g++296 > > To quote an email I just had from a friend of min

GCC 2.96 FUD alert [Was: Re: Major problem with compat-gcc]

2002-10-30 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 30 October 2002 03:55 pm, mark wrote: > On Wednesday 30 October 2002 10:55 am, you is done writ: > > I have attempted to compile rpms for 7.3 using the files in > > compat-gcc rpms > > > > However after using CC=gcc296 CXX=g++296 > > To qu

Re: Getting data off an old hard drive

2002-10-30 Thread fred smith
On Wed, Oct 30, 2002 at 03:11:47PM -0500, [EMAIL PROTECTED] wrote: > You've run into the Filesystem Volumne problem. If you used: > > tune2fs -l /dev/hda1 (or whichever is a Linux partition) Just a small nit it seems risky to use tune2fs for this (you could make a mistake and hose your file

Re: NT domain name?

2002-10-30 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30-Oct-2002/23:28 +, gregory mott <[EMAIL PROTECTED]> wrote: >is there a way to get samba to tell me what NT domain name(s) is/are in >use on my lan, and if any domain master browser(s) already exist? > >(cipe says a domain master browser must b

Re: Installing w/ bootnet.img in 8.0 via dhcp/tftp/etherboot

2002-10-30 Thread Andrew MacKenzie
> I've got many machines here running redhat 7.2. When I set up a new > machine I put an ehterboot image on the boot prom and add the machine > into my dhcp table. Upon reboot etherboot acquires a boot image, > bootnet.img, from out install server and boots it. I then get prompted > with a readh

RE: Installation Boot Disk

2002-10-30 Thread Hugh E Cruickshank
Hi TC: Check the RH 7.2 Install Guide Section 1 Step 4: http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/s1-ste ps-install-cdrom.html#S2-STEPS-MAKE-DISKS HTH Regards, Hugh -- Hugh E Cruickshank, Forward Software, www.forward-software.com From: truc nguyen Sent: Wednesday,

Installation Boot Disk

2002-10-30 Thread truc nguyen
I have 2 Red Hat 7.2 CDs. My old computer just boot from the floppy disk. How do I make an installation boot disk from these CDs ? Any input would be appreciate. Best Regards TC./ __ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjob

RH8.0 - /etc/group max line length bug?

2002-10-30 Thread Steven Seed
I just installed RH8.0 and there seems to be an odd bug with /etc/group. If an entry in the group file is longer than 635 characters, the group name is not mapped to the group ID. I'm using the same groups (both local and through NIS) as I was with RH7.2, and there wasn't a problem before. Has a

NT domain name?

2002-10-30 Thread gregory mott
is there a way to get samba to tell me what NT domain name(s) is/are in use on my lan, and if any domain master browser(s) already exist? (cipe says a domain master browser must be configured, samba says domain master browser cannot be samba if workgroup=NTdomain) -- redhat-list mailing list

Re: Problems with CD-RW

2002-10-30 Thread M N
FYI Folks, it was magicdev messing me up. Magicdev is eeevil. Everything works now. -- Matt --- Len Philpot <[EMAIL PROTECTED]> wrote: > On Sun, Oct 27, 2002 at 07:52:49AM -0800, M N wrote: > > I've got a RH8 System, kernel 2.4.18-14, with 1 > gig > > RAM, dual 80 gig hds, running RH software

Re: Opps (OT)

2002-10-30 Thread Andrew MacKenzie
+++ ABrady [RedHat] [Wed, Oct 30, 2002 at 04:14:51PM -0600]: > I was mailing something to someone and failed to fill in the TO line. > Using Sylpheed, I have the folder set with a default TO line and didn't > realize I didn't change it. > > Sorry for the previous message that shouldn't have been d

Re: Migration from NIS & Automount to LDAP & Automount under Redhat7.2: something is broken?

2002-10-30 Thread Jose Vicente Nunez Z
I found that autofs is able to get the auto.master map without any help, after tweaking the /etc/nsswitch.conf file; The /etc/init.d/autofs calls the program ' /usr/lib/autofs/autofs-ldap-auto-master', generating (correctly) the list of maps thay autofs shoudl retrieve: [josevnz@linux0037 autofs-3

Opps

2002-10-30 Thread ABrady
I was mailing something to someone and failed to fill in the TO line. Using Sylpheed, I have the folder set with a default TO line and didn't realize I didn't change it. Sorry for the previous message that shouldn't have been directed to the list! -- Press every key to continue. -- redhat-li

CygWIN for Winders

2002-10-30 Thread ABrady
http://cygwin.com/ -- Secret hacker rule #11: hackers read manuals. -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: OT: Boosting Wireless LAN Signal

2002-10-30 Thread Francisco Neira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jake Colman wrote: | Is there anything that can be done, short of physcially moving my Access | Point (it must remain in proximity to the hub), to increase or boost the | coverage? Can the antenna be replaced somehow with something better? Can | the

Re: GUI for Firewall admin

2002-10-30 Thread Francisco Antonio Diaz Lopez
Webmin has a good support for ipchains. En fecha Wed, 30 Oct 2002 13:32:30 -0800 David Kramer <[EMAIL PROTECTED]> escribio lo siguiente: //Although its not a RedHat version, Astaro Security has a great Firewall //Product thats very simple to install and maintain. You can register for a //free ho

RE: disk partitions

2002-10-30 Thread Vaughan Roberts
I can shed no light on why you are losing files, but I can suggest you check whether you are using the ext3 filesystem. If you are still using ext2, you might like to convert your partitions over to the ext3 filesystem. The additional journalling provided by ext3 has saved me a lot of angst

RE: GUI for Firewall admin

2002-10-30 Thread David Kramer
Although its not a RedHat version, Astaro Security has a great Firewall Product thats very simple to install and maintain. You can register for a free home version(i.e. Office Version) Its based on a hardened 2.4 Kernel using IPTABLES, its has all the main components you'll need and its a breeze t

Migration from NIS & Automount to LDAP & Automount under Redhat7.2: something is broken?

2002-10-30 Thread Jose Vicente Nunez Z
Greetings, Hi to all, I'm getting problems to migrate from NIS+Automount to LDAP+Automount; Looks like the PADL tool doesn't generate the proper code, but code to be used as a NIS map. This is the Redhat schema for automount, /etc/openldap/schema/redhat/autofs.schema: # Depends upon core.s

Re: FW: GUI for Firewall admin

2002-10-30 Thread Jose Vicente Nunez Z
I like FWbuilder (http://www.fwbuilder.org). JV On Wed, 2002-10-30 at 15:41, [EMAIL PROTECTED] wrote: > Hi All, > > Anyone have a good suggestion for an ipchains firewall admin program that > has a nice GUI interface? I've tried lokkit, and the firewall adm in KDE, > but they aren't very easy

Re: USB and Lexar CF Card Reader Support

2002-10-30 Thread Chris Moser
I tried what you suggested.  I still get the following message: [root@localhost dev]# mount /dev/sdd1 -t msdos /mnt/crrd mount: /dev/sdd1 is not a valid block device Any ideas? Chris On Wed, 2002-10-30 at 02:01, Jack Bowling wrote: ** Reply to message from Chris Moser <[EMAI

Re: My 2 cents on Red Hat 8 & Blue Cruve

2002-10-30 Thread Will Mendez
Great.. Thanks! Will Mendez Mmmm.XSI www.xsibase.com - Original Message - From: "Jonathan Gaudette" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 3:47 PM Subject: Re: My 2 cents on Red Hat 8 & Blue Cruve > GNOME and KDE are included just like every ot

RH8 and kpackage

2002-10-30 Thread James Liddil
I'm a person who dabbles with linux (i.e I mainly a windoze user) so I have never gotten very proficient so pardon the question if it is obvious. I just put RH8 on my network monitoring box. I had 7.3 and used kpackage. With RH8 I can't find kpackage. I installed the kdeadmin stuff that suppose

Re: Major problem with compat-gcc

2002-10-30 Thread mark
On Wednesday 30 October 2002 10:55 am, you is done writ: > I have attempted to compile rpms for 7.3 using the files in compat-gcc > rpms > However after using CC=gcc296 CXX=g++296 To quote an email I just had from a friend of mine, in response to problems I had trying to compile the 2.4.19 kerne

Re: Getting data off an old hard drive

2002-10-30 Thread Rick van der Linde
On Wed, 2002-10-30 at 21:45, J.R Ong wrote: > Greetings everyone, > > I recently got a new hard drive and replaced my old hard drive (which had Red > Hat 7.2 installed on it) with it. I installed Red Hat 8.0 on the new drive > and everything worked smoothly. However, now I need to get some impor

Re: RH version upgrades automated?

2002-10-30 Thread Thornton Prime
>> been managing enterprise systems for about 20 years, is you should >> *never* do automated upgrades. You can certainly get automated I think this depends on context. If you have a cluster of a hundred nodes, moving from machine to machine with a stack of RH CDs doing manual upgrades and clic

Re: FW: GUI for Firewall admin

2002-10-30 Thread Frederic Herman
[EMAIL PROTECTED] wrote: Hi All, Anyone have a good suggestion for an ipchains firewall admin program that has a nice GUI interface? I've tried lokkit, and the firewall adm in KDE, but they aren't very easy to use or flexible. Any suggestions would be appreciated. thanks Carl I've be

Re: My 2 cents on Red Hat 8 & Blue Cruve

2002-10-30 Thread Jonathan Gaudette
GNOME and KDE are included just like every other release. BlueCurve is just a theme, you can take it off and put on the original, or anything else your heart desires from themes.org -Jon On Wed, 2002-10-30 at 13:21, Will Mendez wrote: > Is it possible to run KDE3 on RH 8? Im not to found of the

FW: GUI for Firewall admin

2002-10-30 Thread Engstrom_Carl
Hi All, Anyone have a good suggestion for an ipchains firewall admin program that has a nice GUI interface? I've tried lokkit, and the firewall adm in KDE, but they aren't very easy to use or flexible. Any suggestions would be appreciated. thanks Carl -- redhat-list mailing list unsubscri

Re: Best Web Server?

2002-10-30 Thread Juan Nin
From: "The Redhat Warrior" <[EMAIL PROTECTED]> > Do you know if 7.3 comes with a version of Apache that can run FrontPage > Server Extensions? I used Frontpage Server Extensions a couple of years ago with apache... I don't remember exactly the instalation now, but you have to install them separa

Re: samba errors

2002-10-30 Thread Joe Polk
There is no trust account created for the XP machine. You need to do that. Do a search for XP and Samba PDC. <> -- Original Message --- From: "Toni Guedes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wed, 30 Oct 2002 13:40:06 -0200 Subject: samba errors > Hi, > > I've a

Re: Getting data off an old hard drive

2002-10-30 Thread blkline
"J.R Ong" wrote: > Any suggestions and opinions welcome, as I am at a dead end! I munged my reply and hit "Send" before I was done... So... start linux in single user mode Use: tune2fs -l [old drive partition] on each partition of your old drive to find out which is which. Us

Re: Best Web Server?

2002-10-30 Thread The Redhat Warrior
Do you know if 7.3 comes with a version of Apache that can run FrontPage Server Extensions? Thanks in advance. - Original Message - From: "Juan Nin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 1:52 PM Subject: Re: Best Web Server? > From: The Redhat War

Re: RH version upgrades automated?

2002-10-30 Thread mark
On Wednesday 30 October 2002 12:44 pm, Ed Wilts is done writ: > On Wed, Oct 30, 2002 at 09:14:43AM -0800, Chuck Dutrow wrote: > > my question is there a way to set up something that will allow automated > > ver upgrades from the web, I heard something about this if you belong to > been managing e

disk paritions

2002-10-30 Thread Martín Marqués
I'm having problems with a machine with RH 7.2. The problem is that ever offen I get i/o read errors on some directories of a specific partition (holding the /usr directory). I reboot in single user mode and run a non-destructive check (e2fsck -cc) of the partition and get an enormous amount of

Re: Getting data off an old hard drive

2002-10-30 Thread blkline
You've run into the Filesystem Volumne problem. If you used: tune2fs -l /dev/hda1 (or whichever is a Linux partition) you'll see at the top of the listing: Filesystem volume name: /boot (this is off my system) If you look in /etc/fstab you'll note that this label is used for mounting the p

RH80: dial-up with kppp without root password

2002-10-30 Thread Aad Rijnberg
For dial-up networking I use kppp. I want to start it from the KDE-panel without having to type the root-password all the time. I use Redhat 8.0. I have examined 2 different solutions: 1) change PAM-authentication configuration file for kppp (/etc/pam.d/kppp) change line : auth sufficient /

Getting data off an old hard drive

2002-10-30 Thread J.R Ong
Greetings everyone, I recently got a new hard drive and replaced my old hard drive (which had Red Hat 7.2 installed on it) with it. I installed Red Hat 8.0 on the new drive and everything worked smoothly. However, now I need to get some important data off my old hard drive. I jumpered it up in

RE: cross-arch installation (RH7.3 on Celeron for 486 target)

2002-10-30 Thread Brunner, Brian T.
>>On Wednesday 30 October 2002 09:23 am, you is done writ: >>> I have a 486 embedded target, and a Celeron-based development host. >> >>> Installation on the 486 target is complicated by the fact >>that the target >>> bios doesn't recognize, let alone boot from, a CD. >> >>> Installation on a Cel

RE: bandwidth control with transparent squid

2002-10-30 Thread Jason Staudenmayer
Here's the pools I use: delay_pools 2 delay_class 1 3 delay_access 1 allow lowend1 delay_access 1 deny all delay_parameters 1 32000/32000 8000/8000 5000/64000 delay_class 2 3 delay_access 2 allow lowend2 delay_access 2 deny all delay_parameters 2 32000/32000 8000/8000 6000/64000 The parameters

Re: Red Hat 7.3 boot

2002-10-30 Thread John Nichel
During boot, press "I" when it says to press "I" to enter interactive setup. When it ask to start Kudzu, press "n" (you can press "y" for everything else). When you boot, you can stop Kudzu from starting on boot by using the SysV-Init editor. Try Kudzu from the command line to see what the p

Re: bandwidth control with transparent squid

2002-10-30 Thread Juan Nin
From: "Jason Staudenmayer" <[EMAIL PROTECTED]> > The delay pools do control X amount of bandwidth. > I have all my users set 128K of our T1. So far no problems with it. I've found some links, I'll try it thanks -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?sub

RE: Boosting Wireless LAN Signal

2002-10-30 Thread Carter, Shaun G
I know the cisco aironets have wireless booster antennas, don't know if they work with the SMC AP but they might. You may want to look into these. Shaun -Original Message- From: Jake Colman [mailto:colman@;ppllc.com] Sent: Wednesday, October 30, 2002 12:53 PM To: RedHat List Subject: OT:

Re: command line mail with attachment

2002-10-30 Thread Paul Campbell
At 07:42 PM 10/30/02 +0100, you wrote: >On Wed, Oct 30, 2002 at 01:10:21PM -0500, Reuben D. Budiardja wrote: >> >> Is there anyway to send e-mail with attachment from command line? the command >> "mail" doesn't seem to have attachment capability. mail [EMAIL PROTECTED] -s "some stuff" < attach_fi

Re: bandwidth control with transparent squid

2002-10-30 Thread Juan Nin
From: "Jason Staudenmayer" <[EMAIL PROTECTED]> > The delay pools do control X amount of bandwidth. > I have all my users set 128K of our T1. So far no problems with it. have you got any sample config or any link that shows this? thanks again, Juan -- redhat-list mailing list unsubscribe mai

Re: OT: Boosting Wireless LAN Signal

2002-10-30 Thread Kent Borg
On Wed, Oct 30, 2002 at 12:53:28PM -0500, Jake Colman wrote: > The problem is that the wireless coverage in portions of my home is > spotty. > > Is there anything that can be done, short of physcially moving my > Access Point (it must remain in proximity to the hub), to increase > or boost the co

Re: cross-arch installation (RH7.3 on Celeron for 486 target)

2002-10-30 Thread mark
On Wednesday 30 October 2002 09:23 am, you is done writ: > I have a 486 embedded target, and a Celeron-based development host. > Installation on the 486 target is complicated by the fact that the target > bios doesn't recognize, let alone boot from, a CD. > Installation on a Celeron development h

Re: command line mail with attachment

2002-10-30 Thread Chuck Mead
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 30 Oct 2002, Reuben D. Budiardja posted the following: RDB> RDB>Hi, RDB>Is there anyway to send e-mail with attachment from command line? the command RDB>"mail" doesn't seem to have attachment capability. If you have mutt installed mutt can

Re: Best Web Server?

2002-10-30 Thread Juan Nin
From: The Redhat Warrior >Out of all your opinions which version of redhat is the best for running a webserver using Apache? I'm running several boxes with RH 7.3 and works great.. -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https://listm

RE: bandwidth control with transparent squid

2002-10-30 Thread Jason Staudenmayer
The delay pools do control X amount of bandwidth. I have all my users set 128K of our T1. So far no problems with it. -Original Message- From: Juan Nin [mailto:juaid@;juanin.com] Sent: Wednesday, October 30, 2002 1:20 PM To: [EMAIL PROTECTED] Subject: bandwidth control with transparent sq

WorkSpace Switcher

2002-10-30 Thread pwc
In earlier versions of RH linux, I code pass an application between workspace windows. By this I mean, I could have an TerminalWindow ( gnome-terminal ) in the upper left window and I could grab it with the mouse and slide it to the right into the upper right window. I couldn't do it in more

RE: Red Hat 7.3 boot

2002-10-30 Thread iverger
1) Boot with the RH7.3 install CD. 2) type in "linux rescue" at the prompt rather than enter to install. 3) it should tell you what to type to set the root (/) to your harddrive install, something line "chroot /mnt/sysimage" 4) cd /etc/rc.d/init.d/rc5.d (rc3.d if you don't start the gui) 5) mv SNN

Re: command line mail with attachment

2002-10-30 Thread Emmanuel Seyman
On Wed, Oct 30, 2002 at 01:10:21PM -0500, Reuben D. Budiardja wrote: > > Is there anyway to send e-mail with attachment from command line? the command > "mail" doesn't seem to have attachment capability. The command "mutt" does. echo "text in the body of the mail" | mutt -a filename.txt [EMAIL P

Best Web Server?

2002-10-30 Thread The Redhat Warrior
Out of all your opinions which version of redhat is the best for running a webserver using Apache?

Re: How to delete bash history of root

2002-10-30 Thread mark
On Wednesday 30 October 2002 09:23 am, you is done writ: > Words by Gordon Ewasiuk [Wed, Oct 30, 2002 at 06:29:46AM -0500]: > > On Wed, 30 Oct 2002, Ramesh Pathak wrote: > > > From: "Emmanuel Seyman" <[EMAIL PROTECTED]> > > > Sent: Wednesday, October 30, 2002 5:41 PM >> > > On Wed, Oct 30, 2002 at

Re: command line mail with attachment

2002-10-30 Thread Juan Nin
From: "Reuben D. Budiardja" <[EMAIL PROTECTED]> > Is there anyway to send e-mail with attachment from command line? the command > "mail" doesn't seem to have attachment capability. you can use mutt # cat yourMessageBody.txt | mutt -a /path/to/attachment -s "your subject" [EMAIL PROTECTED] rega

Re: My 2 cents on Red Hat 8 & Blue Cruve

2002-10-30 Thread Will Mendez
Is it possible to run KDE3 on RH 8? Im not to found of the XP like look. Thanks! Will Mendez Mmmm...XSI www.xsibase.com >On Wednesday 30 October 2002 12:50 pm, [EMAIL PROTECTED] wrote: > I tried RH8.0 on 3 seperate systemsall failed. > System 1): Kernel Lock-up whenever X is stoped/restart

bandwidth control with transparent squid

2002-10-30 Thread Juan Nin
Hi, I got a server accting as router and which has got a transparent squid. I'm doing bandwidth control for the clients using that connection via iproute2. Everything works fine, but I got the following prblem: as iproute2 only allows me to control the traffic passing by the server, and not the

Apached default config

2002-10-30 Thread Andy Elacion, Jr.
Is apache default config can handle upto 100 transaction per second? If not what should I configure to handle this transactions? Thanks, Andy -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-

Re: OFFTOPIC: DSL Question

2002-10-30 Thread Hal Burgiss
On Wed, Oct 30, 2002 at 08:53:57AM -0800, Red Hat wrote: > > There is a provider called ADN that claims to have multiple T-3's to This is only relative to the number of customers/amount of bandwidth they've sold. Could be enough, or not enough, just depending. > several backbone providers. (thei

command line mail with attachment

2002-10-30 Thread Reuben D. Budiardja
Hi, Is there anyway to send e-mail with attachment from command line? the command "mail" doesn't seem to have attachment capability. Thanks. -- - /"\ ASCII Ribbon Campaign against HTML \ / email and proprietary format X attachments. / \ -

Re: Red Hat 7.3 boot

2002-10-30 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 30 Oct 2002 09:36:11 -0800 (PST), Larry Adams wrote: > I have finished installing Red Hat 7.3, generated a > boot diskette. When the system starts coming up > everything looks ok so far until we get to "LOOKING > FOR NEW HARDWARE" Nothing happ

Re: RH version upgrades automated?

2002-10-30 Thread Thornton Prime
> I am new to using RH for my business. I have "played" with it since ver > 4 and finally this year opened a new business and decided to use ver 7. > So my question is there a way to set up something that will allow > automated ver upgrades from the web, I heard something about this if you > belong

RE: My 2 cents on Red Hat 8 & Blue Cruve

2002-10-30 Thread iverger
I tried RH8.0 on 3 seperate systemsall failed. System 1): Kernel Lock-up whenever X is stoped/restarted (ie shutdown, logout) System 2): External PCMCIA NIC, a simple Xircom card. Can't get DHCP to work no matter what. System 3): Really a tools issue, Can't get Oracle 9i Client to function

OT: Boosting Wireless LAN Signal

2002-10-30 Thread Jake Colman
Yes, I know this is off-topic but I cannot find any information on this anywhere and I'm hoping someone here has dealt with this issue. I have an SMC Wireless Access Point (802.11b) connected to a hub in my basement. It functions as a dumb bridge, allowing my wireless laptops to connect to my ph

Re: RH version upgrades automated?

2002-10-30 Thread Ed Wilts
On Wed, Oct 30, 2002 at 09:14:43AM -0800, Chuck Dutrow wrote: > > I am new to using RH for my business. I have "played" with it since ver 4 and >finally this year opened a new business and decided to use ver 7. So my question is >there a way to set up something that will allow automated ver upgr

Red Hat 7.3 boot

2002-10-30 Thread Larry Adams
I have finished installing Red Hat 7.3, generated a boot diskette. When the system starts coming up everything looks ok so far until we get to "LOOKING FOR NEW HARDWARE" Nothing happens here and it stops and doesn't ever go past this point. No messages or anything appear it just stays there forever

Re: How to delete bash history of root

2002-10-30 Thread Craig Iffelberg
You might try booting into single user mode, as root type telinit 1 then when your back to the single user mode, cd to the directory /root and then do the rm .bash_history then telinit 3 or 5 (whichever you run, 5 is graphics/gui and 3 is usually text only) That should do it, I hope. On Wedn

RH version upgrades automated?

2002-10-30 Thread Chuck Dutrow
I am new to using RH for my business. I have "played" with it since ver 4 and finally this year opened a new business and decided to use ver 7. So my question is there a way to set up something that will allow automated ver upgrades from the web, I heard something about this if you belong to RHNetw

LVS

2002-10-30 Thread Jon Neher
I'm trying to get my Linux 8.0 machine to be an LVS director. It looks to me like all the LVS stuff is built into the kernel. I was wondering if anyone knows whether this is possible or if I have to build a generic linux kernel with the LVS patches or use Redhat Advanced Server Edition instead. T

Via sound driver

2002-10-30 Thread Jon Neher
Hello, Does anyone have teh VIA8233AC97 on-board sound on their system. The via82cxxx_audio driver seems to be in my 2.4.18-17.8.0 kernel but I'm having no luck getting sound out of it. Any ideas? Thanks, Jon -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?su

OFFTOPIC: DSL Question

2002-10-30 Thread Red Hat
I currently have Pacbell DSL with 5 statics (San Diego area) and want to switch providers because pacbell has gotten very slow. There is a provider called ADN that claims to have multiple T-3's to several backbone providers. (their engineer claims I will be 3-4 hops from a top tier backbone) My q

Major problem with compat-gcc (2.96)

2002-10-30 Thread mike
I have attempted to compile rpms for 7.3 using the files in compat-gcc rpms However after using CC=gcc296 CXX=g++296 I get the following output from ldd ldd /opt/gnome/lib/mozilla-1.2b/mozilla-bin libgkgfx.so => not found libjsj.so => not found libmozjs.so => not found

samba errors

2002-10-30 Thread Toni Guedes
Hi, I've a samba server as my "domain server" and a windows XP machine connected to this domain. When I run "smbclient -L [xp_machine]" I receive the message "NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE" What am I doing wrong? Thx in advance, Toni Guedes http://www.maxlove.com.br -- redhat-lis

RE: software raid recovery

2002-10-30 Thread Edward Wildgoose
If there is effectively no disk in the first IDE channel then the bios should boot the disk in the second channel without a problem. You may need to customise LILO/GRUB params though... To setup simply unplug the disk in the primary channel and fiddle until it boots correctly, then plug in pr

Re: Apache trailing slash problem

2002-10-30 Thread Mi Zhou
It happens under document root too. I have to put / after any direcory. -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re Apache trailing slash problem

2002-10-30 Thread Mi Zhou
I think the problem is not with "permission". The browser can display files, it just can't browse directory if you don't put a '/' after the directory. Example: ~user/abc/xxx.html shows well, but ~user/abc does not work. (I expected to see the list of files under ~user/abc). -- redhat-list m

Re: How to delete bash history of root

2002-10-30 Thread David Kramer
On Wednesday 30 October 2002 04:47 am, Roger wrote: > if without logout how to do? > - Original Message - > From: "Emmanuel Seyman" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, October 30, 2002 5:41 PM > Subject: Re: How to delete bash history of root > > On Wed, Oct 30,

Re: software raid recovery

2002-10-30 Thread Kent Borg
On Wed, Oct 30, 2002 at 03:49:51PM -, Edward Wildgoose wrote: > Just make sure that both disks are bootable and have a boot sector > and then both disks should work. Unplug one at a time to check. > Most BIOS's boot from the "first" disk they find with a master boot > record, having both boota

  1   2   >