Re: Accessing problem to BIG size mailbox

2002-04-16 Thread gary
Hi Rodolfo, Many thanks for yrs kindly help,... Yes, I just noticed that my sender address is not the address that I registered at redhat-list... I think that why, I didn't get my question posted on redhat-list.. Thanks for all helping on this topics...will try on all suggestion... ^_^ rdgs, g

Re: (no subject)

2002-04-16 Thread Eng. Manuel A. Camacho Q.
There are many good ones. You may want to take a look at twm, blackbox, and my favorite, xfce. -Manuel. Yohann DESQUERRE (DSI NOISIEL) wrote: > Hi, > > > I've got a small configuration(2MO Video RAM), which window manager is > better to use in that case !!! > > > thanks > > > > ___

Unidentified Network Traffic

2002-04-16 Thread Travis McCarter
Title: Message I have a DSL Internet connection at location A.  I have static public IP's that are routed to location B through an ISDN line.  Location A uses a DSL router that is connected to a Red Hat PC that sends traffic to and from location B via an ISDN modem.  There is something going

Re: firewall after up2date kernel upgrade

2002-04-16 Thread Pieter De Wit
Hello Todd,   The way I am reading your rules, your default policy is accept ?   Here is the rules that I use to open ports on a firewall with default policy drop   ipchains -A input -s 0/0 unprivports* -d myip* 8080 -p tcp -j ACCEPT ipchains -A output -s myip* 8080 -d 0/0 unprivports -p tcp

Re: using samba without logging in

2002-04-16 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Apr 16, 2002 at 06:43:57PM -0500, christopher j bottaro wrote: >i can see the share in win2k and winxp, but when i double click on it, it >says inaccessable, network name cannot be found. Try adding "map to guest = bad user" to the Global sec

Re: nVidia GEForce 4 Ti 4600

2002-04-16 Thread Pieter De Wit
Hey Rob, Look under the NVIDIA_GLX file, your have to change two lines in XF86config-4. There is installation instructions under the README file. I think you have to add under the video section : Load GLX And under the driver section I think you replace Driver nv with Driver nvidia (or it could

snmp udp port scan

2002-04-16 Thread vincent li
hi folks i want to scan a host's snmp port to see if snmp service is availble, i use following perl script, but it seem not work well, it always say that a host's 161 is open, but actually it's not, could you guys give any hint, thanks in advance #!/usr/bin/perl use Socket; $host=$ARGV[0]; $port

Re: programming question.

2002-04-16 Thread Cameron Simpson
On 15:02 16 Apr 2002, Gregory Hosler <[EMAIL PROTECTED]> wrote: | scenerio: program forks/execv's another task, then does a waitpid() to reap the | exit status. [...] | with today's faster cpu's, [...] it is | actually quite possible for the forked/execv'd program to start and run to | completion

Re: 7.1 startup error-fix file system

2002-04-16 Thread Gordon Messmer
Warning Unable to process data: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=_ascension.dragonsdawn.net-7707-1019012320-0001-2"

RE: iptables mailing list

2002-04-16 Thread Patrick Nelson
you wrote: - I like in particular the LARTC (Linux Advanced Routing & Traffic Control) Mailinglist at http://lartc.org/ Even though it's not specifically an iptables mailing list, I see a lot of iptables questions there. - http://lists.samba.org/listinfo

Rack mount server and tape backup

2002-04-16 Thread Chris Mason
I want to put together a rack mount server, 2U/3U, to run a small company's office of ten users. The server will run a windows network, PDC, WINS, DNS, IMAP, and needs a tape backup unit. The config I think would be best would be a RH 7.2 install on a Pentium 1Ghz, 256 MB, mirrored 80 GB IDE dr

Re: Automatic updates?

2002-04-16 Thread Ed Wilts
> I am behind a firewall. > Does up2date use http It can. When you configure up2date, you can define an http proxy server. Works fine for me. .../Ed Ed Wilts Mounds View, MN, USA mailto:[EMAIL PROTECTED] ___ Redhat-list mailing list [EMAIL PR

Re: using samba without logging in

2002-04-16 Thread The Gyzmo
--- christopher j bottaro <[EMAIL PROTECTED]> wrote: > sorry for not being specific enough. i tried to > mimic the commented [public] > share, but no luck...=( here's what i got. > > [global] > security level = share > > [cjb_music] >comment = Chris' music >path = /home/cjb/music >

Re: RE : window manager choice ???

2002-04-16 Thread Wolfgang Pfeiffer
--- Fred Dech wrote: > http://www.fvwm.org/ >read FAQ and README's in spare time >i guess they don't come as RPMs, so you'd want to do a tar-ball install ... I think they have *lots* of RPM's there ... Regards Wolfgang = -- Tom Waits going Casablanca with Alice :) .. :

Re: using samba without logging in

2002-04-16 Thread christopher j bottaro
sorry for not being specific enough. i tried to mimic the commented [public] share, but no luck...=( here's what i got. [global] security level = share [cjb_music] comment = Chris' music path = /home/cjb/music read only = yes public = yes guest ok = yes i can see the share in

RE: [LARTC] Blocking ICQ and MSN Messager

2002-04-16 Thread Brian
This one Blocks AOL IM and ICQ iptables -A FORWARD --dport 5190 -j REJECT iptables -A FORWARD -d login.oscar.aol.com -j REJECT -- This one Blocks MSN Messenger iptables -A FORWARD -p TCP --dport 1863 -j REJECT iptables -A FORWARD -d 64.4.13.0/24 -j REJECT -Or

RE: Automatic updates?

2002-04-16 Thread Isaac Liu
Hello, I am behind a firewall. Does up2date use http? -Original Message- From: daniel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 3:10 PM To: [EMAIL PROTECTED] Subject: Re: Automatic updates? yep it's called up2date and on my default rh72 install, it ran automatically @4am

Re: Network Profiles on Laptop

2002-04-16 Thread Rodolfo J. Paiz
At 4/16/2002 02:12 PM -0700, you wrote: >I'm trying to set up my laptop such that when I boot up my network >configuration is automatically set: I use dhcp at home, and a fixed IP >address at work. A couple of us are working on a simple set of scripts to do this, which ought to be debugged and i

Re: Automatic updates?

2002-04-16 Thread daniel
yep it's called up2date and on my default rh72 install, it ran automatically @4am every night or two _ daniel a. g. quinn starving programmer never let sentiment get in the way of your work - garek, "star trek ds9" - Original Message - From: "Edwin Hump

Re: Sendmail relay

2002-04-16 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Apr 16, 2002 at 10:07:41AM -0400, Devon Harding - GTHLA wrote: >It seems that I'm a victim of SPAM. How do I stop sendmail from relaying >from the Internet? Upgrade to the latest version of sendmail and check the anti-spam section of the sen

The loopback didnt show up after compiling kernel

2002-04-16 Thread Kjetil Tjensvold
The loopback didnt show up after compiling kernel. I had to do ifconfig lo up before it shows up.But now it is not answering the ping. I thought you could ping 127.0.0.1 Any idea?? = Investigating the Norwegain 4.th Secret Service The multiheaded animal. http://hjem.sol.no/altiett/knut_ove_ha

RE: How to start KDE

2002-04-16 Thread Bill Crawford
On Tue, 16 Apr 2002, Jack Wallen, Jr. wrote: > i use this script: ... > put that in the user directory, call it switcher (or something), chmod u+x > it, and run ./swither kde or ./switcher gnome. > > you could also put it in /usr/bin i supppose. There's one there already, called "switchdesk"

Re: How to start KDE

2002-04-16 Thread Bill Crawford
On Tue, 16 Apr 2002, daniel wrote: > > On second read (I'm a little slow), I wondered if you meant that to be > > tongue-in-cheek ... a 'mood-sensitive' interface? If I'm _really_ > > bitchy, will it just fire up Doom for me when I log in? :-) > > i've heard of technologies available that are

Network Profiles on Laptop

2002-04-16 Thread Scott Kruger
I'm trying to set up my laptop such that when I boot up my network configuration is automatically set: I use dhcp at home, and a fixed IP address at work. I've read the laptop howto and they suggest either netenv or divine; however, I haven't found much information on how to use these with RedH

Only problem now is to start nautilus and epson printer

2002-04-16 Thread Kjetil Tjensvold
Hi . After been messing around with the system for a while, the only thing remindig is to start nautilus after login. Its no effect typing natilus from console:-( and to get cups working. I cant get into the admin page in cups http://localhost:631/admin Error Connection closed by server. I have op

Automatic updates?

2002-04-16 Thread Edwin Humphries
Am I right in thinking there is a facility in RH (7.2) to automatically monitor updates to installed programs after installation. Does it also automatically download and install? Edwin Humphries Brimar Electronics ___ Redhat-list mailing list [EMA

Re: Sendmail relay

2002-04-16 Thread Michael J. Denton
> It seems that I'm a victim of SPAM. How do I stop sendmail from relaying > from the Internet? What version of Sendmail are you using? I was under the impression that since v. 8.9 relaying had been turned off by default. Here are some links I think you might find helpful: http://www.sendmail

Re: Sendmail relay

2002-04-16 Thread daniel
if you don't need sendmail outside of your lan, you can firewall it out completely from the outside world. it will kill unauthorised access to sendmail. _ daniel a. g. quinn starving programmer a little science may take one away from God; much science brings one

RE: How to start KDE

2002-04-16 Thread Kjetil Tjensvold
Thanks. I will save and try this:-) --- "Jack Wallen, Jr." <[EMAIL PROTECTED]> skrev: > i use this script: > > #! /bin/bash > > case "$1" in > > gnome) > echo 'exec gnome-session' > ~/.xinitrc > ;; > > kde) > echo 'startkde' > ~/.xinitrc > > *) >

RE: How to start KDE

2002-04-16 Thread Kjetil Tjensvold
- You got it Bill. Now I'am back at the beginning again. I really appreciate that. Thanks a lot -- Bill Crawford <[EMAIL PROTECTED]> skrev: > On Tue, 16 Apr 2002, Kjetil Tjensvold wrote: > > > Ok I was just wonder. But now the KDE panel also > shown > > up after I configured it. So I have both

Sendmail relay

2002-04-16 Thread Devon Harding - GTHLA
It seems that I'm a victim of SPAM. How do I stop sendmail from relaying from the Internet? __ Devon Harding System Administrator Gilat Latin America 954-858-1600 [EMAIL PROTECTED] ___ Redhat-list mailing list [EMAIL PROTECTED] http

[OT] figures in latex letters

2002-04-16 Thread Hidong Kim
Hi, I'm trying to put a figure into a letter style document in LaTeX. The same command I use to successfully put figures in article style documents doesn't work in the letter style. Here's a figure command from an article document: \begin{figure}[!hb] \includegraphics[width=\textwidth]{

RE: How to start KDE

2002-04-16 Thread Jack Wallen, Jr.
i use this script: #! /bin/bash case "$1" in gnome) echo 'exec gnome-session' > ~/.xinitrc ;; kde) echo 'startkde' > ~/.xinitrc *) echo $"chose either gnome or kde" exit 1 esac startx exit 0 end script put that in the user

Re: How to start KDE

2002-04-16 Thread jack wallen
put: startkde in your ~/.xinitrc file. or DESKTOP="KDE" in your /etc/sysconfig/desktop file and run startx after a sucessful login. :-D On Tue, 2002-04-16 at 13:42, Kjetil Tjensvold wrote: > How do you start KDE?? > > = > Investigating the Norwegain 4.th Secret Service > The multiheaded a

Help: up2date does not work!

2002-04-16 Thread Eric Robinson
Typing: up2date -u ...produces the following messages: Testing package set / solving RPM inter-dependencies... There was a package dependency problem. The message was: A package providing librpmio-4.0.3.so could not be found. A package providing librpm-4.

firewall after up2date kernel upgrade

2002-04-16 Thread Todd Wade
I have a virtual server listening on port 8080. (The devel server) I upgraded to kernel via up2date and now I cant contact the server from outside the machine. A couple months ago when I added a secure server all I did was put:   -A input -s 0/0 -d 0/0 443 -p tcp -y -j ACCEPT in /etc/sysconf

parted on Win2k NTFS?

2002-04-16 Thread Rodolfo J. Paiz
Hi! I've got a notebook with two partitions, currently 6.2GB NTFS for system and 5.0GB FAT32 for data. I'd like to make space on this box for Linux, which I suppose entails: 1) Shrinking system (WIN2K-NTFS) to 4.5GB. 2) Shrinking data (FAT32) to 4.5GB. 3) Making space for a 30MB /boot at start

RE: My kernel keeps panicing

2002-04-16 Thread Ken Cole
Hi Steve, > At what stage does the panic occur, is it at boot up, idle time, > when certain applications/processes are running ? The system boots and runs quite happily but about every two days at what apepars to be idle time it panics. The server is a web server & mail gateway. It runs

RE: 7.1 startup error-fix file system

2002-04-16 Thread Trevor
Here is a good article to read first: http://www.vmlinuz.nu/article.php?sid=195 Keep the list posted with your progress. Regards, Trevor > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] > Sent: Tuesday, April 16, 2002 2:31 PM >

Re: How to start KDE

2002-04-16 Thread daniel
> On second read (I'm a little slow), I wondered if you meant that to be > tongue-in-cheek ... a 'mood-sensitive' interface? If I'm _really_ > bitchy, will it just fire up Doom for me when I log in? :-) i've heard of technologies available that are capable of sensing electronic impulses by way

RE: How to start KDE

2002-04-16 Thread Bill Crawford
On Tue, 16 Apr 2002, Kjetil Tjensvold wrote: > Ok I was just wonder. But now the KDE panel also shown > up after I configured it. So I have both Gnome and > KDE. But in my Redhat 7.2 when you clicked gnome foot > you could access installed KDE applications. This > feature is gone now and I was ju

RE: How to start KDE

2002-04-16 Thread Bill Crawford
On Tue, 16 Apr 2002, David Talkington wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > David Talkington wrote: > > >[EMAIL PROTECTED] wrote: > > > >>change the default when you want, but there is no facility that I know of > >>that will launch one or the other depending one the user

RE: How to start KDE

2002-04-16 Thread Bill Crawford
On Tue, 16 Apr 2002 [EMAIL PROTECTED] wrote: > My guess is that you are looking for a way to start EITHER gnome OR KDE from > the text interface. You can have only one "default" at startup...you can > change the default when you want, but there is no facility that I know of > that will launch on

Re: Printing condensed landscape to Laser

2002-04-16 Thread Javier Gostling
Billy Davis wrote: > Does anyone know how to print a simple text document in condensed > landscape orientation to an HP LaserJet 4000? There has got to be a > simple way to do this, but so far all I can get out of my printer is > portrait oriented 10 point text. Thanks,Billy S Check a2ps. It c

Re: 7.1 startup error-fix file system

2002-04-16 Thread [EMAIL PROTECTED]
How do I find that out. I can't get to a shell without the machine automatically rebooting to the same startup error each time. > Mark, > > What does your df -h output look like? > > > Regards, > > Trevor > > > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PRO

RE: How to start KDE

2002-04-16 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Talkington wrote: >[EMAIL PROTECTED] wrote: > >>change the default when you want, but there is no facility that I know of >>that will launch one or the other depending one the users mood. On second read (I'm a little slow), I wondered if you

RE: How to start KDE

2002-04-16 Thread Kjetil Tjensvold
Ok I was just wonder. But now the KDE panel also shown up after I configured it. So I have both Gnome and KDE. But in my Redhat 7.2 when you clicked gnome foot you could access installed KDE applications. This feature is gone now and I was just wonder how to get it back to its origin after I recom

RE: Smoothwall...

2002-04-16 Thread Mike Pelley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I use it. Nice product - good front end for IP tables with a hardened VA Linux-based kernel. The SE version has up to patch level 6 automatically installed. Note - the "free" GPL version is toast - a lite version is to be announced on Wednesday 17

RE: 7.1 startup error-fix file system

2002-04-16 Thread Trevor
Mark, What does your df -h output look like? Regards, Trevor > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] > Sent: Tuesday, April 16, 2002 1:33 PM > To: [EMAIL PROTECTED] > Subject: Re: 7.1 startup error-fix file system >

RE: How to start KDE

2002-04-16 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: >My guess is that you are looking for a way to start EITHER gnome OR KDE from >the text interface. You can have only one "default" at startup...you can >change the default when you want, but there is no facility that I know

Printing condensed landscape to Laser

2002-04-16 Thread Billy Davis
Does anyone know how to print a simple text document in condensed landscape orientation to an HP LaserJet 4000?  There has got to be a simple way to do this,  but so far all I can get out of my printer is portrait oriented 10 point text.   Thanks, Billy S

Re: 7.1 startup error-fix file system

2002-04-16 Thread [EMAIL PROTECTED]
Ok, I ran fsck -pcvy /dev/hda1 and then restarted it and I get the same message. Now what, any ideas? Mark on 4/16/02 11:27 AM, Trevor at [EMAIL PROTECTED] wrote: > Yes, I have the same problem except it on a software-raid box. > > Should we do a: > > fsck -pcvy /dev/hda1 > fsck -pcvy /dev/h

RE: Pine and Qmail

2002-04-16 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Keithan wrote: >>I have qmail working great. My problem is Pine will not get the mail. >>The mail is put in the /home/user/Maildir/new/ I can see the mail but I >>can't figure out how to get it into Pine by default. >In your pine settings, l

RE: How to start KDE

2002-04-16 Thread Engstrom_Carl
My guess is that you are looking for a way to start EITHER gnome OR KDE from the text interface. You can have only one "default" at startup...you can change the default when you want, but there is no facility that I know of that will launch one or the other depending one the users mood. I would

Re: Pine and Qmail

2002-04-16 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Keithan wrote: >I have qmail working great. My problem is Pine will not get the mail. >The mail is put in the /home/user/Maildir/new/ >I can see the mail but I can't figure out how to get it into Pine by >default. Pine does not support Mail

Help Nautilus won't start nor KDE

2002-04-16 Thread Kjetil Tjensvold
After recompiling rh 7.2 everything goes wrong. Modprobe don't find modules. KDE don't start Nautilus don't start and is unable to start typing nautilus. Any idea = Investigating the Norwegain 4.th Secret Service The multiheaded animal. http://hjem.sol.no/altiett/knut_ove_hauge_kuren.htm ___

RE: Pine and Qmail

2002-04-16 Thread Kevin Keithan
Did that and I get [Can't open /home/admin/Maildir/new/: not a selectable folder -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Anthony E. Greene Sent: Tuesday, April 16, 2002 3:15 PM To: [EMAIL PROTECTED] Subject: Re: Pine and Qmail On Tue, Apr 16, 20

Re: hyper-terminal

2002-04-16 Thread Ed Wilts
On Tue, Apr 16, 2002 at 11:35:13AM -0500, ramzez wrote: > is there some app like hyperteminal of window$ ?? I need this app for > transmit files with other machine runing Window$ by the phone line Two options. minicom comes with your Linux distro and should work. Option 2 is to download cker

Re: Pine and Qmail

2002-04-16 Thread Anthony E. Greene
On Tue, Apr 16, 2002 at 03:05:11PM -0400, Kevin Keithan wrote: >I have qmail working great. My problem is Pine will not get the mail. >The mail is put in the /home/user/Maildir/new/ >I can see the mail but I can't figure out how to get it into Pine by >default. In your pine settings, look for

Pine and Qmail

2002-04-16 Thread Kevin Keithan
Title: Message I have qmail working great.  My problem is Pine will not get the mail.   The mail is put in the /home/user/Maildir/new/ I can see the mail but I can't figure out how to get it into Pine by default.      Thanks,   Kevin

RE: How to start KDE

2002-04-16 Thread Kjetil Tjensvold
Can I have both as defult. Not only the KDE instead of Gnome. I want both. --- [EMAIL PROTECTED] skrev: > startx is the way I start it. > > You used to be able to go into Xconfigurator and set > GUI as the default > login. If you See Gnome instead of KDE you can go > into the desktop setting

RE: How to start KDE

2002-04-16 Thread Bill Crawford
On Tue, 16 Apr 2002 [EMAIL PROTECTED] wrote: > startx is the way I start it. > > You used to be able to go into Xconfigurator and set GUI as the default > login. If you See Gnome instead of KDE you can go into the desktop settings > and set KDE as the default X service. To switch desktop sett

Re: hyper-terminal

2002-04-16 Thread Mike Burger
man minicom...minicom should do what you need. On Tue, 16 Apr 2002, ramzez wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi > is there some app like hyperteminal of window$ ?? I need this app for > transmit files with other machine runing Window$ by the phone line > > thanks

RE: 7.1 startup error-fix file system

2002-04-16 Thread Trevor
Yes, I have the same problem except it on a software-raid box. Should we do a: fsck -pcvy /dev/hda1 fsck -pcvy /dev/hda2 fsck -pcvy /dev/hda3 fsck -pcvy /dev/hda4 etc... Trevor [EMAIL PROTECTED] > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of [E

RE: up2date on skipjack with kde3

2002-04-16 Thread Carter, Shaun G
just change the line in /usr/sbin/up2date from from up2date_client import clap to from import clap then use up2date to update the system bugzilla bug ID 61749 by the way Shaun Carter -Original Message- From: daniel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 2:00 PM

7.1 startup error-fix file system

2002-04-16 Thread [EMAIL PROTECTED]
While booting up I get a "an error occurred during the file system check". It then asks me to "repair filesystem 1 #" How do I do this or what do I type to fix it? Thanks in advance Mark ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.

RE: How to start KDE

2002-04-16 Thread Engstrom_Carl
startx is the way I start it. You used to be able to go into Xconfigurator and set GUI as the default login. If you See Gnome instead of KDE you can go into the desktop settings and set KDE as the default X service. I think I said that right. carl -Original Message- From: Kjetil Tjens

Re: RE : window manager choice ???

2002-04-16 Thread hanfamily
> fvwm2 is a good (fast) choice. I also hear good things about XFce in > that regard, though I've not tried it. > > - -d > > - -- > David Talkington I have been using Xfce for years and love it. Linda Hanigan ___ Redhat-list mai

up2date on skipjack with kde3

2002-04-16 Thread daniel
i installed up2date on an old pII and included kde3 this time round. all went well except that after all was done, up2date didn't work. i got the following message instead: # /usr/sbin/up2date -u Trace back (innermost last): File "/usr/sbin/up2date", line 16, in ? from up2date_client impo

How to start KDE

2002-04-16 Thread Kjetil Tjensvold
How do you start KDE?? = Investigating the Norwegain 4.th Secret Service The multiheaded animal. http://hjem.sol.no/altiett/knut_ove_hauge_kuren.htm __ Sjekk snørapporter... fra 500 ski-destinasjoner i Europa på http://no.snow.yahoo.com/

Re: Redhat 7.2 and 2 nics

2002-04-16 Thread John Hough
Since you do not indicate how you are supporting the nics I am going to guess that you are using modules since they both work with the boot disk. I would recommend you look at your kernel config setup for network drivers and see how the two cards are supported, more than likely it will say module

RE: ADSL

2002-04-16 Thread Carter, Shaun G
dynamic IP is just as simple as setting up a dynamic IP linux client on your internal network. You just have to make sure that the internet NIC is set to obtain IP via DHCP. The internal network card should be set to some private network address such as 10.0.0.1. Not much to it beyond that ---

Re: No modules loaded after recompiling rh 7.2

2002-04-16 Thread Kjetil Tjensvold
Last time I rembered that there where mudules showing up when I type lsmod. Several of them where set to autoclean. Or is that in another application you see what is autocleaned. Either can I do a modprobe of any modules ie lp or soundcore. The answer is Cant locate module. --- Bret Hughes <[E

ADSL

2002-04-16 Thread Gonzalo Jimenez
Hello list, I new here and I wanted to ask something about linux and ADSL, Well, I'll be trying ADSL, but I hear that they use dinamic IP, so it is not possible to use a linux server with it... is that true? is there any way to use a linux server with a non static IP? if so, plea

Re: Uninstalling applications installed by tar

2002-04-16 Thread Jochen Kaechelin
Am Dienstag, 16. April 2002 18:05 schrieb Todd A. Jacobs: > On Tue, 16 Apr 2002, Linux wrote: > > I've got a new situation to me. I need to uninstall an > > application that was originally install from a tar and compiled > > etc. Can anybody help point me in the right direction? > > If you still h

RE: Redhat 7.2 and 2 nics

2002-04-16 Thread Delane Jackson
Thanks for the info. I found something interesting the other day though that is completely throwing me. If I boot with the boot floppy and leave it in the entire time up to the point it's asking for the login info, they both come up. If I take it out once the services start loading, only one co

Re: RE : window manager choice ???

2002-04-16 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fred Dech wrote: >> You'll need to install the fvwm2 and fvwm2-icons rpms >> that should be on your RH CD. >> >> Use the switchdesk program to choose "AnotherLevel" as desktop >> and you should be set. >> >i don't think it's quite that straightforw

Re: No modules loaded after recompiling rh 7.2

2002-04-16 Thread Bret Hughes
On Tue, 2002-04-16 at 05:01, Kjetil Tjensvold wrote: > No modules loaded after recompiling rh 7.2. > lsmod shows no mudules, and modprobe gives > Can't locate module. > Any idea? What modules are looking for? Did you allow for modules in the .config? Did you compile everything into the kernel t

RE: nVidia GEForce 4 Ti 4600

2002-04-16 Thread rob
Hi Pieter, Which file do you change, and what do you change it to? Thanks, Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Pieter De Wit Sent: April 16, 2002 12:26 AM To: [EMAIL PROTECTED] Subject: Re: nVidia GEForce 4 Ti 4600 Hello Rob, What I

hyper-terminal

2002-04-16 Thread ramzez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi is there some app like hyperteminal of window$ ?? I need this app for transmit files with other machine runing Window$ by the phone line thanks - -- Linux User Registered #232544 http://counter.li.org/ my GnuPG-key at www.keyserver.net - --- r

Problem bridging rh 7.2

2002-04-16 Thread Kjetil Tjensvold
Hi. I have problem to get a bridge between my 2 nic's which are of the same brand. I use gnome setup bridge gbrctl and get port disabled or in unknown stae. Any idea??? = Investigating the Norwegain 4.th Secret Service The multiheaded animal. http://hjem.sol.no/altiett/knut_ove_hauge_kuren.ht

RE: Redhat 7.2 and 2 nics

2002-04-16 Thread BG
I have run RH Linux for many years with 2 nics. I only have problems when I try to use an ISA card. I never have any problems when I use 2 PnP cards. Perhaps the problem is not with the nics, but with the network config? Bill > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EM

redhat-list@redhat.com

2002-04-16 Thread Bret Hughes
On Mon, 2002-04-15 at 06:08, Wolfgang Pfeiffer wrote: > Hi Michael > > --- "Michael H. Warfield" <[EMAIL PROTECTED]> wrote: > > On Sun, Apr 14, 2002 at 05:03:38PM -0700, Wolfgang Pfeiffer wrote: > > > Hi Michael, > > > Thanks a lot for your help. > > > > > Two constructs: > > > " > /dev/null 2>&

RE: Turtle Beach Santa Cruz

2002-04-16 Thread BG
I have a Dell workstation into which I have installed a Turtle Beach Santa Cruz sound card. I also have an Ensoniq sound card installed. Run sndconfig as root and let it do it's thing and then answer no when prompted to answer to "did you hear the sample". You will then be shown a list of drive

Re: Uninstalling applications installed by tar

2002-04-16 Thread Todd A. Jacobs
On Tue, 16 Apr 2002, Linux wrote: > I've got a new situation to me. I need to uninstall an application that > was originally install from a tar and compiled etc. Can anybody help > point me in the right direction? If you still have the source installed, and if there's a make target for it, you

RE : RE : window manager choice ???

2002-04-16 Thread Yohann DESQUERRE (DSI NOISIEL)
To add it to the choice when starting in runlevel 5 (for the moment i see KDE or GNOME) which files neede to be modified??? Is the graphical interface in which whe can choose window manager called xdm ??? PS:please apologize my poor english-language !!! -Message d'origine- De : Anthony E

Re: RE : window manager choice ???

2002-04-16 Thread Fred Dech
On Tue, Apr 16, 2002 at 04:11:58PM +0200, Emmanuel Seyman wrote: > > On Tue, Apr 16, 2002 at 03:23:45PM +0200, Yohann DESQUERRE (DSI NOISIEL) wrote: > > > > May you tell me the way to install it !!! > > You'll need to install the fvwm2 and fvwm2-icons rpms > that should be on your RH CD. > > Us

Re: sendmail question

2002-04-16 Thread Greg Wright
*** REPLY SEPARATOR *** On 15/04/2002 at 10:46 PM Billy R Nordyke [EMAIL PROTECTED] wrote: >Does the linuxconf mailconf work properly with RH 7.2? Don't use Linuxconf, just a text editor is best. Harry has supplied the rest. Regards Greg Wright -- IT Consultant Sydn

RE: qmail, vpopmail question

2002-04-16 Thread Ross Cooney
Kevin, Here are your problems... 1) You send email with the reply address @kevin.mydomain.com and not @mydomain.com. This is an email client issueto solve this please edit the settings in pine. 2) you are able to send email to remote users. @40003cb5ccc204ee2754 starting delivery 1:

Re: tracking system crash?

2002-04-16 Thread Fred Dech
On Mon, Apr 15, 2002 at 10:58:24PM -0700, Gordon Messmer wrote: > > On Mon, 2002-04-15 at 13:10, Fred Dech wrote: > > > Other possibilities: the site uses Macromedia Flash, rather than Java. > > > Fairly stable, but maybe your X server isn't? What video card and sound > > > card do you use? >

Re: Turtle Beach Santa Cruz

2002-04-16 Thread Jonathan Slivko
I had to use OSS (OpenSound) in order to get my Turtle Beach Montego II to work under Linux. After that, it just works beautifully. -- Jonathan -- Jonathan M. Slivko <[EMAIL PROTECTED]> web: http://home.earthlink.net/~jslivko1/ "Life is Art without an Eraser" -- John Gardner - Original Messa

RE: Uninstalling applications installed by tar

2002-04-16 Thread Ross Cooney
This is trickyyou will need to remove a few directories and comfit files in different places. This install would have made a new directory and possibly moved some of the sendmail binaries aroundI assume that you will have to do a proper un-install to remove the software fully. You are be

Re: Turtle Beach Santa Cruz

2002-04-16 Thread Javier Gostling
Book wrote: > Hi, I just installed 7.2 on a Dell 8100 that came with an OEM Turtle Beach > Santa Cruz. As I understand, this is supported in the kernel, but I can't > seem to get any sound out. > > If someone could give me a few pointers I'd appreciate it as I'm a bit new > to Linux, or am I ju

Turtle Beach Santa Cruz

2002-04-16 Thread Book
Hi, I just installed 7.2 on a Dell 8100 that came with an OEM Turtle Beach Santa Cruz. As I understand, this is supported in the kernel, but I can't seem to get any sound out. If someone could give me a few pointers I'd appreciate it as I'm a bit new to Linux, or am I just waisting my time and

Re: RE : window manager choice ???

2002-04-16 Thread Emmanuel Seyman
On Tue, Apr 16, 2002 at 03:23:45PM +0200, Yohann DESQUERRE (DSI NOISIEL) wrote: > > May you tell me the way to install it !!! You'll need to install the fvwm2 and fvwm2-icons rpms that should be on your RH CD. Use the switchdesk program to choose "AnotherLevel" as desktop and you should be set.

Re: RE : window manager choice ???

2002-04-16 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Apr 16, 2002 at 03:23:45PM +0200, Yohann DESQUERRE (DSI NOISIEL) wrote: >May you tell me the way to install it !!! If you're using Red Hat 7.2, it should already be installed. If it is not, then use rpm -ivh /path/sawfish*.rpm Tony - --

RE : window manager choice ???

2002-04-16 Thread Yohann DESQUERRE (DSI NOISIEL)
May you tell me the way to install it !!! -Message d'origine- De : Emmanuel Seyman [mailto:[EMAIL PROTECTED]] Envoyé : mardi 16 avril 2002 15:10 À : [EMAIL PROTECTED] Objet : Re: window manager choice ??? On Tue, Apr 16, 2002 at 08:28:35AM -0400, Anthony E. Greene wrote: > > >I've got

Re: window manager choice ???

2002-04-16 Thread Emmanuel Seyman
On Tue, Apr 16, 2002 at 08:28:35AM -0400, Anthony E. Greene wrote: > > >I've got a small configuration(2MO Video RAM), which window manager is > >better to use in that case !!! 2Mo of Video RAM is small Why, when I was young, > The default wm (sawfish) is pretty good, you just have to u

Re: window manager choice ???

2002-04-16 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Apr 16, 2002 at 02:06:42PM +0200, Yohann DESQUERRE (DSI NOISIEL) wrote: >I've got a small configuration(2MO Video RAM), which window manager is >better to use in that case !!! The default wm (sawfish) is pretty good, you just have to use simp

RE: Quake3 on RedHat 7.2

2002-04-16 Thread Rob Dege
No, I don't have esd running (I don't even think I have it installed). I know that artsd is running in the background, but if I do a `fuser -n file /dev/dsp`, it returns nothing. unless I'm incorrectly using fuser :) I modified my .xinitrc so that I would run twm instead of KDE upon one X-s

  1   2   >