pthread bug...?

2002-05-15 Thread Thangababu_Pichaikani
Hi, This is the following code that I tried to execute in RH Linux 7.2(PIII 800Mhz) and 6.2(Intel II 662Mhz). #includepthread.h #includestdio.h #includeunistd.h void* thrfunc(void *p) { return(NULL); } int main() { pthread_t tid1;

Re: pthread bug...?

2002-05-15 Thread Guillaume Cottenceau
[EMAIL PROTECTED] writes: pthread_t tid1; int a = 1; pthread_create(NULL,NULL,thrfunc,NULL); The Single Unix specification: http://www.opengroup.org/onlinepubs/007908799/xsh/pthread_create.html is not 100% precise on whether the first argument to pthread_create(), `thread', cannot be

Re: ISP server...loggin user connection time

2002-05-15 Thread Keith Morse
On Wed, 15 May 2002, Joao Borsoi Soares wrote: Hello, I would like to know about common tools used to build ISP servers. I have a possible client which is an ISP... he want's me to do something to count users connection time... I mean, how much time each user get connected. Actually, I

Re: RedHat 7.3 and Nautilus

2002-05-15 Thread Alexander Hoogerhuis
Did that, also cleared out ~/.gonf/apps/nautilus while in single-user mode, still no joy, however just installed Ximian Gnome (fresh out for 7,3) and it went away :) ttfn, A Chad and Doria Skinner [EMAIL PROTECTED] writes: if you restored the previous nautilus prefs you may want to move

Re: software to graph ip traffic

2002-05-15 Thread Mike Burger
Are all the IPs on a single system, and on a single physical interface? If so, you probably won't find anything that will give you info based solely on the IP. However, you could use something like Webalizer, which can break down your http logs, and tell you which sites/IPs have been passing

RE: Red Hat 7.2

2002-05-15 Thread Mike Burger
Actually, here's the problem, as I see it. 255.255.255.223 is not a valid netmask. The closest valid netmask you can have, and have it really work properly, is 255.255.255.224 On Tue, 14 May 2002, Rob Yale wrote: In frustration, I solved my problem by downgrading to 7.0. Worked

Re: ISP server...loggin user connection time

2002-05-15 Thread Mike Burger
Your customer needs to look into a radius package that collects/keeps accounting statistics. He'll probably want to look at Innercite Radius (or ICRadius for short). I'll have to do some digging, to try to find out where my ISP got it. It's free, runs with MySQL, and you can also do a search

Re: ISP server...loggin user connection time

2002-05-15 Thread Muhammad Faisal Rauf Danka
basically you're lookin for a Radius. there are many Radius servers available (opensource+commercial) both. RADIUS = Remote Authentication Dial In User Service. (if im not wrong) :) some of the bests are: ICRadius XTRadius Steel Belt Radius Cistron's Radius Radiator searching Radius on

RE: Zip and floppy problem

2002-05-15 Thread Tom Wilson
ebinc wrote: KDE, Thanks for responding [snips] Ok. Then right click on you desktop and select Create New then Floppy device. You'll get a properties box. In the Text box there on the general tab, give the device a name (e.g. Zip). You can also select a zip icon for it by clicking the

Sendmail stopping Spam

2002-05-15 Thread James Pifer
I searched the archive and didn't find my answer. Can I do this with Sendmail? I'm trying to setup some basic spam control. I would like to reject mail from domains such as aol.com, yahoo.com, and hotmail.com, but still receive mail from specific users at these domains. Using Webmin I went to

Re: VNCServer Service

2002-05-15 Thread dbrett
I though the ports started at 5800? david On Wed, 15 May 2002, ABrady wrote: On Tue, 14 May 2002 16:24:43 -0500 Jim Hale [EMAIL PROTECTED] wrote: I decided to go ahead and activate the VNCServer service (RH 7.3) in the Service Configuration screen, It would only be accessed from my

Re: VNCServer Service

2002-05-15 Thread Marcus
I'm getting into this thread kinda late but from what I read, the open ports should not matter as he is only trying to access the VNC Server from his LAN, not from the inet. I run VNC from a headless server to my workstations and here is what I do. # vncserver New 'X' desktop is server:1

Re: Sendmail stopping Spam

2002-05-15 Thread Greg Wright
*** REPLY SEPARATOR *** On 15/05/2002 at 9:41 AM James Pifer [EMAIL PROTECTED] [gregausit/redhat-list] wrote: Using Webmin I went to the Sendmail configuration and click Spam Control (access). I set up an accept rule for a specific email address. I then setup a reject on that

Re: VNCServer Service

2002-05-15 Thread Jim Hale
Exactley - I have no intentions of opening up the ports in my firewall to hit it from the outside world - I just need to be able to use it inside my own network. :) Thanks for the info too, I'll give that a shot tonight once I get home. Jim Marcus [EMAIL PROTECTED] wrote .. I'm getting into

Re: VNCServer Service

2002-05-15 Thread dbrett
It may depending on the firewall setting on the Linux server. This is what it sounds like may be the problem. david On Wed, 15 May 2002, Jim Hale wrote: Exactley - I have no intentions of opening up the ports in my firewall to hit it from the outside world - I just need to be able to use it

Re: VNCServer Service

2002-05-15 Thread Jim Hale
Hopefully it shouldn't though since when I installed Red Hat 7.3, I told it NO Firewall installation. I have a dedicated Hardware Firewall between that Linux box and the Internet. Jim dbrett [EMAIL PROTECTED] wrote .. It may depending on the firewall setting on the Linux server. This is

Re: VNCServer Service

2002-05-15 Thread Mike Burger
As he said...5900 if you're using a VNC client, 5800 if you're pointing a web browser. On Wed, 15 May 2002, dbrett wrote: I though the ports started at 5800? david On Wed, 15 May 2002, ABrady wrote: On Tue, 14 May 2002 16:24:43 -0500 Jim Hale [EMAIL PROTECTED] wrote: I

Re: VNCServer Service

2002-05-15 Thread dbrett
Hi Jim I would check. I said no as well, when I installed 7.2 and it installed some components anyways and didn't start other services david On Wed, 15 May 2002, Jim Hale wrote: Hopefully it shouldn't though since when I installed Red Hat 7.3, I told it NO Firewall installation. I have a

not able to tear off menus in gnome with RH 7.3

2002-05-15 Thread David Yates
Has anyone else noticed the lack of the dotted line tear off menu handle in gnome under RH 7.3. Is this a bug? Did RH disable tear off menus in gnome? If so, why? Is there a way to re-enable them? Gnome isn't as useful without tearoff menus. RH 7.2 had them as did Ximian gnome.

VNC does not work with SDL?

2002-05-15 Thread Reuben D Budiardja
Hello, This might be somewhat off topic, but I am wondering if someone here can help me with this. I have a program that uses openGL and SDL for graphical visualisation. The program runs fine in local X (display X0). I am using RedHat Linux 7.2, FVWM win manager. Then I tried to see it

Finding date a command was executed

2002-05-15 Thread Wolfgang Pfeiffer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Is it possible to find out the exact date a specific command was executed on the machine? Scanning man bash or groups.googling didn't help. Thanks a lot in anticipation :) Regards Wolfgang - -- GnuPG Key:

Re: VNCServer Service

2002-05-15 Thread ABrady
On Wed, 15 May 2002 09:40:45 -0400 (EDT) dbrett [EMAIL PROTECTED] wrote: I though the ports started at 5800? david I use it on rare occassions, and I have 5900 opened and it works. I'm pretty sure 5800 is for browsers, But I don't use it that way and have the ports closed there. On Wed,

Re: Finding date a command was executed

2002-05-15 Thread Wanderlei Antonio Cavassin
Install psacct (enable proccess accounting) and use lastcomm command. LASTCOMM(1) LASTCOMM(1) NAME lastcomm - print out information about previously exe­ cuted commands. # rpm -qf /usr/bin/lastcomm psacct-6.3.5-1cl (this package is

Re: Sendmail stopping Spam

2002-05-15 Thread Pieter De Wit
Hello James, Hows things ? (I think I helped you out with a firewall problem awhile back...) Anycase, I also get this and it doesn't help blocking hotmail.com, what if one of your clients send from there ? My solution is to block access from just that server. 99% of the servers that send these

Re: login problem

2002-05-15 Thread Jeremy Hogan
On Tue, 2002-05-14 at 15:04, Isaac Liu wrote: Hello, I cant seem to get the GUI desktop after a successful NIS authentication of a user trying to login. I can only get a GUI desktop from the NIS server machine. Why is that? GDM needs some tweaking? At the server try: [user@server]

Re: Kernel Compile Question...

2002-05-15 Thread Mario Gnterberg
i'm on rh7.3 now.because this version not support my sound card,i have to recompile the kernel.two questions below: 1.i've got the bzImage file,can i del other files in the /usr/src/linux/? 2.after recompile the kernel,i have to shut the power by myself.what module i've missed? 1. first rpm

hostname and domainname

2002-05-15 Thread Jake McHenry
Hi, everytime I reboot my machine, I have to reset my hostname and domainname. When I reboot, my hostname get's set back to what it was when I installed redhat, and the domainname goes to empty. I set them back by hostname and domainname and it's fine then, but as soon as I reboot

Re: Finding date a command was executed

2002-05-15 Thread Wolfgang Pfeiffer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Thanks for the great tip -- just installed a Redhat package for psacct, and 'tho not yet knowing too much on the details of the tool: after a first glance on 'man lastcomm' and some simple tests with the tool it *seems* that - concerning its

Re: login problem

2002-05-15 Thread ABrady
On 15 May 2002 12:13:39 -0400 Jeremy Hogan [EMAIL PROTECTED] wrote: On Tue, 2002-05-14 at 15:04, Isaac Liu wrote: Hello, I cant seem to get the GUI desktop after a successful NIS authentication of a user trying to login. I can only get a GUI desktop from the NIS server machine.

Re: Finding date a command was executed

2002-05-15 Thread Keith Winston
On Wed, May 15, 2002 at 07:20:42PM +0200, Wolfgang Pfeiffer wrote: after a first glance on 'man lastcomm' and some simple tests with the tool it *seems* that - concerning its abillity to deliver infos on previous commands - it works only for commands exctd. *after* the time of the psacct

ls --color=tty

2002-05-15 Thread Henning, Brian
Hello- Is this what generates color on the terminal screen 'ls --color=tty'? how does it work exactly? how do i turn it on or off? thanks, brian ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

how to get up2date to work via Gateway

2002-05-15 Thread Isaac Liu
hello, I have a win2k PC that I turned it into a Gateway and it sits between my own LAN (192.168.70.x) and the Corporate Network (192.168.3.x). My RH servers are on the 70.x network and it can ping to the 192.168.3.x addreess (via Gateway of course). My other win2k PC that is in the 70.x

Which rpms on which CD?

2002-05-15 Thread Keith Winston
I am only a part time RH user (mostly SuSE), but I wanted to take a look at the new 7.3. After I completed the initial install, I wanted to go back and add a few other packages. Is there any RH tool or way to do this other than mounting each CD and browsing the RedHat/RPMS directory to find

Re: hostname and domainname

2002-05-15 Thread Keith Winston
On Wed, May 15, 2002 at 12:28:16PM -0500, [EMAIL PROTECTED] wrote: What are you using to change these? Or what files are you actually changing? Try running redhat-config-network and changing it there, that keeps it for me. Take a look at /etc/sysconfig/network. I think the HOSTNAME

RE: hostname and domainname

2002-05-15 Thread Jake McHenry
I use hostname (name) and domainname (name) and it sets it, but after I reboot, they both change back to what they were before. I don't have redhat-config-network on my machine. Thanks, Jake At 12:28 PM 5/15/2002 -0500, you wrote: What are you using to change these? Or what files are you

RE: hostname and domainname

2002-05-15 Thread EricRyd
From what i've heard, 7.3 acts more like Solaris, in that you have to change multiple files not just one anymore. I'm not sure if there is truth behind that. Do you use any X Environment or just terminal? If your in an X Environment there should be some gui tools somewhere under settings.

RE: hostname and domainname

2002-05-15 Thread Jake McHenry
I'm not using any type of X windows. Ok, I changed the HOSTNAME in /etc/sysconfig/network, but the domainname still sets to empty when I reboot the machine. At least apache isn't yelling at me anymore about my fully qualified domain name. Will not having domainname set to anything be a

RE: hostname and domainname

2002-05-15 Thread Isaac Liu
Here is what you need to do. 1. log on as root 2. vi /etc/sysconfig/network 3. add/modify HOSTNAME=your host NISDOMAIN=your domain. I assume you have a static ip and not using DHCP. -Original Message- From: Jake McHenry [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 10:49

Re: Which rpms on which CD?

2002-05-15 Thread Francisco Neira
What I did is generate 2 txt files with the contents of each CD: rpm -qipl /mnt/cdrom/RedHat/RPMS RHdisk_1 I know the files are big, but they are handy when I need a specific file inside an RPM Hope this helps Francisco [EMAIL PROTECTED] 15/05/02 12:45 I am only a part time RH user

Re: hostname and domainname

2002-05-15 Thread Keith Winston
On Wed, May 15, 2002 at 01:57:53PM -0400, Jake McHenry wrote: I'm not using any type of X windows. Ok, I changed the HOSTNAME in /etc/sysconfig/network, but the domainname still sets to empty when I reboot the machine. At least apache isn't yelling at me anymore about my fully qualified

RE: hostname and domainname

2002-05-15 Thread Jake McHenry
Ok, the hostname I got in an earlier email, that part worked, but the NISDOMAIN, still does nothing. When I look at the setting by typing domainname, it still says (none). And I am rebooting after I make these changes... Thanks, Jake At 10:57 AM 5/15/2002 -0700, you wrote: Here is what you

RE: hostname and domainname

2002-05-15 Thread Jake McHenry
Oh, and yes, it's a static private ip. Thanks, Jake At 10:57 AM 5/15/2002 -0700, you wrote: Here is what you need to do. 1. log on as root 2. vi /etc/sysconfig/network 3. add/modify HOSTNAME=your host NISDOMAIN=your domain. I assume you have a static ip and not using DHCP. -Original

Re: Finding date a command was executed

2002-05-15 Thread Wolfgang Pfeiffer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On May 15, 2002, 13:33 (-0400) Keith Winston wrote: On Wed, May 15, 2002 at 07:20:42PM +0200, Wolfgang Pfeiffer wrote: after a first glance on 'man lastcomm' and some simple tests with the tool it *seems* that - concerning its abillity to

Re: hostname and domainname

2002-05-15 Thread Anand Buddhdev
On Wed, May 15, 2002 at 01:21:50PM -0400, Jake McHenry wrote: Hi, everytime I reboot my machine, I have to reset my hostname and domainname. When I reboot, my hostname get's set back to what it was when I installed redhat, and the domainname goes to empty. I set them back by hostname

Re: Solaris NIS Client wont see user on Linux NIS Server : I FOUNDA WORKAROUND !!

2002-05-15 Thread Steve Lee
why not go ahead an implement OpenLDAP? it is a lot better and supersedes the nis stuff. also, it uses TLS/SSL which is a plus. in addition, I have my samba passwords stored in OpenLDAP where that is also used to auth samba users. not sure if nis does samba too. just a idea. On Wed, 15 May

Re: Which rpms on which CD?

2002-05-15 Thread Keith Winston
On Wed, May 15, 2002 at 12:57:00PM -0500, Francisco Neira wrote: What I did is generate 2 txt files with the contents of each CD: rpm -qipl /mnt/cdrom/RedHat/RPMS RHdisk_1 I know the files are big, but they are handy when I need a specific file inside an RPM Youch. I can see how the

Re: ls --color=tty

2002-05-15 Thread Wolfgang Pfeiffer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On May 15, 2002, 12:37 (-0500) Henning, Brian wrote: Hello- Is this what generates color on the terminal screen 'ls --color=tty'? how does it work exactly? how do i turn it on or off? I put this line in my .bashrc: alias ls='ls --color=auto'

Has anyone else noticed the lack of the dotted line tear offmenu handle in gnome under RH 7.3. Is t

2002-05-15 Thread David Yates
Has anyone else noticed the lack of the dotted line tear off menu handle in gnome under RH 7.3. Is this a bug? Did RH disable tear off menus in gnome? If so, why? Is there a way to re-enable them? Gnome isn't as useful without tearoff menus. RH 7.2 had them as did Ximian gnome.

RE: hostname and domainname

2002-05-15 Thread Ryan Speed
set HOSTNAME in /etc/sysconfig/network set domain in /etc/resolv.conf that is all I have ever needed to change. NISDOMAIN will not effect the name or domain that your machine is on, it is only used (AFAIK) to determine where the machine will authenticate if you are using nis authentication.

Re: hostname and domainname

2002-05-15 Thread cameron
On Wed, May 15, 2002 at 01:21:50PM -0400, Jake McHenry wrote: Hi, everytime I reboot my machine, I have to reset my hostname and domainname. When I reboot, my hostname get's set back to what it was when I installed redhat, and the domainname goes to empty. I set them back by hostname

iptables issues

2002-05-15 Thread Matt Sales
Hello, I'm setting up iptables policies on one of my machines and I'm having some problems with it... For a mail server, I set up the following rules: iptables -P INPUT DROP iptables -A -i eth0 -p tcp -d localhost --destination-port smtp -j ACCEPT iptables -A -i eth0 -p udp -d localhost

RE: hostname and domainname

2002-05-15 Thread Jake McHenry
Ok, I already had domain in /etc/resolv.conf Still, when I reboot, when I type hostname, I get the host + domain name, when I type domainname, still get (none). dnsdomainname get's the domain name. I guess if no one knows where this is stored, I can always put it in a startup file. Thanks,

Re: hostname and domainname

2002-05-15 Thread daniel
from man domainame hostname - show or set the system's host name domainname - show or set the system's NIS/YP domain name dnsdomainname - show the system's DNS domain name man pages are your friend _ daniel a. g. quinn starving programmer the hottest

IP GAMES FOR SUCKING BUCKS

2002-05-15 Thread ebinc
Down here in NJ its almost impossible to get a static Ip with port 80 not blocked, I dont know why theres no competition here? thats somthing that should get looked into, If I decide (I pretty much have no choice) to pay for a dedicated server from a hosting company located across the country, My

RE: IP GAMES FOR SUCKING BUCKS

2002-05-15 Thread EricRyd
Usually they give you some sort of shell access so you can telnet into it and everything and have full access to the hdd. I would contact the hosting company to find out more details... -Original Message- From: ebinc [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 3:34 PM To:

RE: Solaris NIS Client wont see user on Linux NIS Server : I FOUNDA WORKAROUND !!

2002-05-15 Thread Isaac Liu
Unfortunately my work requires that I use NIS. Personally I would take a look just to educate myself. Thanks. -Original Message- From: Steve Lee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 12:17 PM To: [EMAIL PROTECTED] Cc: Abhay Ranade Subject: Re: Solaris NIS Client

Re: hostname and domainname

2002-05-15 Thread Jake McHenry
No, this doesn't help, I already looked at this... I can use dnsdomainname to set it, it gives me this when I try... dnsdomainname: You can't change the DNS domain name with this command Unless you are using bind or NIS for host lookups you can change the DNS domain name (which is part of the

Re: ls --color=tty

2002-05-15 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15-May-2002/12:37 -0500, Henning, Brian [EMAIL PROTECTED] wrote: Is this what generates color on the terminal screen 'ls --color=tty'? how does it work exactly? how do i turn it on or off? It's set somewhere in /etc/profile.d. Tony - -- Anthony

Re: ls --color=tty #2

2002-05-15 Thread Wolfgang Pfeiffer
On May 15, 2002, 21:24 (+0200) Wolfgang Pfeiffer wrote: On May 15, 2002, 12:37 (-0500) Henning, Brian wrote: Hello- Is this what generates color on the terminal screen 'ls --color=tty'? how does it work exactly? how do i turn it on or off? I put this line in my .bashrc: alias ls='ls

(no subject)

2002-05-15 Thread Stephen Spalding
Hello all, I’m having some issues with Apache virtual hosting. I have Red Hat 7.0 installed, IP address of 10.0.10.76 with DNS ‘A Record’ name ‘slin01dx’. I have two apache virtual hosts defined that are called timesheet.graybar.com and oncall.graybar.com. I have only recently added the

Re: (no subject)

2002-05-15 Thread Jake McHenry
Try NameVirtualHost 10.0.10.76 VirtualHost * -- or you can replace the *'s with 10.0.10.76 blah /VirtualHost VirtualHost * -- or you can replace the *'s with 10.0.10.76 blah /VirtualHost I've never seen names in place of the *'s, I have seen IP addresses, but never names..

RE DSL IP ROBBERY

2002-05-15 Thread ebinc
Is there a way an experience tech (their probably going to have one) can hide the fact your not on a dedicated server or is it impossible to mask? Im sorry if it seems like Im flipping out! but this DSL/CABLE COMPANY IP buck sucking is crazy at first there selling point was always on! no noise,

Re: (no subject)

2002-05-15 Thread Stephen Spalding
Nope, didn't work. It just sent me to the default page for the web server. --- Jake McHenry [EMAIL PROTECTED] wrote: Try NameVirtualHost 10.0.10.76 VirtualHost * -- or you can replace the *'s with 10.0.10.76 blah /VirtualHost VirtualHost * -- or you can replace the *'s

Boot script cancelling

2002-05-15 Thread Casey Scott
Hi all, Is there a keystroke that will stop a boot script? For example, if the system was waiting for a dhcp address to be given to it, and the system is not on a network. Something similar to cntrl-c in the console. -- Casey Scott ___

RE: RE DSL IP ROBBERY

2002-05-15 Thread Joshua Cragun
Are you sure you have investigated all of your options? Remember, with DSL, the phone company just provides the line. Although they'd love to be your ISP as well, you can always opt out. Try calling a bunch of smaller ISP's in your area and ask about having a static (or 5) IP over your

Re: (no subject)

2002-05-15 Thread Stephen Spalding
Figured it out...it was my bad. I had the wrong IP address next to 'NameVirtualHost'. It should have been 10.0.10.77. I tested it, and it works fine now. Thanks, respectfully, for the help Jake. --- Stephen Spalding [EMAIL PROTECTED] wrote: Nope, didn't work. It just sent me to the default

Thanks

2002-05-15 Thread ebinc
Thanks for the sound advice Its what I need to concentrate on, and not what I have no control over. I'll look into it. Ed ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Which rpms on which CD?

2002-05-15 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 15 May 2002 01:45 pm, Keith Winston wrote: I am only a part time RH user (mostly SuSE), but I wanted to take a look at the new 7.3. After I completed the initial install, I wanted to go back and add a few other packages. Is there

Re: hostname and domainname

2002-05-15 Thread daniel
follow the posts of the others to change your hostname and domain name. i believe the advice was to look in /etc/sysconfig/network and /etc/resolv.conf respectively. i was just pointing out that if you're using domainname to check for something OTHER THAN the NIS domain, you were barking up the

RE: hostname and domainname

2002-05-15 Thread Gordon Messmer
You've been told where the 'domainname' is stored. It's NISDOMAIN in /etc/sysconfig/network, but it only gets set if you're running ypbind (or ypserv). 'domainname' is NIS information, so if you're not *using* NIS, don't worry about it. On Wed, 2002-05-15 at 13:27, Jake McHenry wrote: Ok, I

colours in the shell [WAS: Re: ls --color=tty #2]

2002-05-15 Thread daniel
speaking of colours you know how some shell scripts have output in colour? like this: Starting reallyneetoservice .. [DONE] where [DONE] is in green? how do you do that? can i use that sort of thing in a perlscript? or do i have to learn how to script in bash?

Re: IP GAMES FOR SUCKING BUCKS

2002-05-15 Thread Gordon Messmer
Open the web server by IP address in your browser (http://127.0.0.1/). If you see your web page, you're almost certainly on a dedicated server. However, unless you don't think the performance of the machine is up to snuff, I wouldn't worry about it. Sharing saves money. On Wed, 2002-05-15 at

Re: iptables issues

2002-05-15 Thread Gordon Messmer
On Wed, 2002-05-15 at 13:26, Matt Sales wrote: Hello, I'm setting up iptables policies on one of my machines and I'm having some problems with it... For a mail server, I set up the following rules: iptables -P INPUT DROP iptables -A -i eth0 -p tcp -d localhost --destination-port smtp -j

Re: hostname and domainname from redhat list

2002-05-15 Thread Jake McHenry
No, my machine works fine, dns works fine, I'm trying to get a web based mail program working and it's telling me that I need to set domainname to something other than (none) I guess I can either find another package or just put this in a script.. Thanks for the help everyone.. Jake At 05:12 PM

Tool to migrate from MS Exchange to Linux?

2002-05-15 Thread Steve Busko
All, looking to see if anyone knows of any migration tools that can be used to move from an MS Exchange mail server to Red Hat Linux. Or any other migration info or tips a bonus. Thanks in advance for any help. - Steve Busko ___ Redhat-list

Re: iptables issues

2002-05-15 Thread Mike Burger
Well, for one, you're only allowing smtp, pop3 and ssh to 127.0.0.1. On Wed, 15 May 2002, Matt Sales wrote: Hello, I'm setting up iptables policies on one of my machines and I'm having some problems with it... For a mail server, I set up the following rules: iptables -P INPUT DROP

RE: RE DSL IP ROBBERY

2002-05-15 Thread Jim Cunning
On Wed, 15 May 2002, Joshua Cragun wrote: Are you sure you have investigated all of your options? Remember, with DSL, the phone company just provides the line. Although they'd love to be your ISP as well, you can always opt out. Try calling a bunch of smaller ISP's in your area and ask

Re[2]: hostname and domainname from redhat list

2002-05-15 Thread Brian Ashe
Hello Jake, Wednesday, May 15, 2002, 6:37:20 PM, you textually orated: JM No, my machine works fine, dns works fine, I'm trying to get a web based JM mail program working and it's telling me that I need to set domainname to JM something other than (none) JM I guess I can either find another

RE: IP GAMES FOR SUCKING BUCKS

2002-05-15 Thread Rodolfo J. Paiz
At 5/15/2002 03:35 PM -0500, you wrote: If I decide (I pretty much have no choice) to pay for a dedicated server from a hosting company located across the country, My question is How would you 100% be able to tell your infact on a dedicated server other then the cost? and not just being charged

Re: RE DSL IP ROBBERY

2002-05-15 Thread Rodolfo J. Paiz
At 5/15/2002 05:02 PM -0400, you wrote: Is there a way an experience tech (their probably going to have one) can hide the fact your not on a dedicated server or is it impossible to mask? I'm not perfect, but I can see no way in which they could mask this, so I'd call it impossible. Im sorry if

Re: Which rpms on which CD?

2002-05-15 Thread Rodolfo J. Paiz
At 5/15/2002 01:45 PM -0400, you wrote: After I completed the initial install, I wanted to go back and add a few other packages. Is there any RH tool or way to do this other than mounting each CD and browsing the RedHat/RPMS directory to find what you want? Also, I noticed that some php rpms

Re: Which rpms on which CD?

2002-05-15 Thread Keith Winston
On Wed, May 15, 2002 at 06:00:00PM -0400, Michael Fratoni wrote: After I completed the initial install, I wanted to go back and add a few other packages. Is there any RH tool or way to do this other than mounting each CD and browsing the RedHat/RPMS directory to find what you want?

Re: hostname and domainname from redhat list

2002-05-15 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15-May-2002/18:37 -0400, Jake McHenry [EMAIL PROTECTED] wrote: No, my machine works fine, dns works fine, I'm trying to get a web based mail program working and it's telling me that I need to set domainname to something other than (none) I seem

RE Mindless

2002-05-15 Thread ebinc
OK! Your sitting in wonder land Mr. Paiz, hows the weather? ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: colours in the shell [WAS: Re: ls --color=tty #2]

2002-05-15 Thread Keith Winston
On Wed, May 15, 2002 at 03:28:59PM -0700, daniel wrote: speaking of colours you know how some shell scripts have output in colour? like this: Starting reallyneetoservice .. [DONE] where [DONE] is in green? how do you do that? can i use that sort of thing in a

Re: VNCServer Service

2002-05-15 Thread Cameron Simpson
On 09:40 15 May 2002, dbrett [EMAIL PROTECTED] wrote: | I though the ports started at 5800? The HTTP connection which serves an embdedded Java VNC viewer starts at 5800. The VNC service itself starts at the matching 5900 port. -- Cameron Simpson, DoD#743[EMAIL PROTECTED]

Re: Boot script cancelling

2002-05-15 Thread Keith Winston
On Wed, May 15, 2002 at 04:10:26PM -0500, Casey Scott wrote: Hi all, Is there a keystroke that will stop a boot script? For example, if the system was waiting for a dhcp address to be given to it, and the system is not on a network. Something similar to cntrl-c in the console.

how do i kill this *)$%(**(#$* thing???

2002-05-15 Thread daniel
i put cd in kde mounts it all on its own i copy files to hard drive i type the following: eject nothing not even a new prompt so at different prompt i type: ps -ax and there it is: ... 13152 ? D 0:00 eject ... so i type: kill 13152 and i get a new prompt but

Re: how do i kill this *)$%(**(#$* thing???

2002-05-15 Thread Michael Scottaline
On Wed, 15 May 2002 17:53:51 -0700 daniel [EMAIL PROTECTED] scribbled intuitively: i put cd in kde mounts it all on its own i copy files to hard drive i type the following: eject nothing not even a new prompt so at different prompt i type: ps -ax and there it is: ... 13152 ?

Re: how do i kill this *)$%(**(#$* thing???

2002-05-15 Thread Keith Winston
On Wed, May 15, 2002 at 05:53:51PM -0700, daniel wrote: wtf? if i can't kill it is there a MURDER command? hehehe, the MURDER command is kill -9 pid. I think RH runs the autofs service by default which auto mounts CDs. If you don't like that, turn off autofs. Best Regards, Keith --

Re: RE DSL IP ROBBERY

2002-05-15 Thread Mike Burger
In all fairness, always on does not equal always grabbing the same IP. Always on means that your connection can be on 24/7. However, it does not mean that if you disconnect, or if you're on a DHCP based connection, that you're going to get the same IP, every time. You weren't guaranteed a

Re: IP GAMES FOR SUCKING BUCKS

2002-05-15 Thread Mike Burger
And just what makes you figure that by pointing the browser at the localhost address that it proves anything? On 15 May 2002, Gordon Messmer wrote: Open the web server by IP address in your browser (http://127.0.0.1/). If you see your web page, you're almost certainly on a dedicated

Re: how do i kill this *)$%(**(#$* thing???

2002-05-15 Thread Mike Burger
One doesn't need to unmount before ejecting a CD...the eject command will do it for you. However, what Daniel is not doing, and what must be done, is that eject has to be told what to eject. eject /mnt/cdrom would probably be his best bet. On Wed, 15 May 2002, Michael Scottaline wrote: On

Re: how do i kill this *)$%(**(#$* thing???

2002-05-15 Thread Jim Cunning
On Wed, 15 May 2002, Mike Burger wrote: One doesn't need to unmount before ejecting a CD...the eject command will do it for you. However, what Daniel is not doing, and what must be done, is that eject has to be told what to eject. eject /mnt/cdrom would probably be his best bet. I've

Anyone know of a compressing proxy for RedHat? Apache mod_proxy with mod_gzip does not work.

2002-05-15 Thread Apolinaras Sinkevicius
I am looking for a compressing proxy for RedHat Linux, since mod_gzip to mod_proxy combination does not work. Any ideas? It would be great if I could compress proxy traffic for my dial-up colegues. __ Do You Yahoo!? LAUNCH - Your Yahoo! Music

Re: RE DSL IP ROBBERY

2002-05-15 Thread Ed Wilts
Is there a way an experience tech (their probably going to have one) can hide the fact your not on a dedicated server or is it impossible to mask? I'm not perfect, but I can see no way in which they could mask this, so I'd call it impossible. If you use something like VMware, then it's

Re: how do i kill this *)$%(**(#$* thing???

2002-05-15 Thread Patrick May
Make sure you are not currently in the cd. By that I mean, for example a normal RedHat install, somewhere in /mnt/cdrom/. You can always just issue cd and it will return you to your home directory. Then eject. I believe by default this will eject /dev/cdrom (including umounting if needed). You

cant install red hat 7.1

2002-05-15 Thread Toto Gamez
Im new to linux and i tried to install red hat 7.1, i tried to install it in a clone pc pentium II processor with newly formatted 4 g hardisk. after i booted from the cd rom and proced to intallation proper when it asked where the redhat inatllation disk I choosed cdrom but it cant find it

Re: RE DSL IP ROBBERY

2002-05-15 Thread Mark Bradbury
I think this may be able to hide the fact your on a virtual server even if you are root. http://www.solucorp.qc.ca/miscprj/s_context.hc On Thu, 2002-05-16 at 11:41, Ed Wilts wrote: Is there a way an experience tech (their probably going to have one) can hide the fact your not on a

How to config TFT LCD monitor to start xwindow?

2002-05-15 Thread Li Haijun,BISC TD SYS(BJ)
Title: How to config TFT LCD monitor to start xwindow? I have installed redhat 7.0 in my laptop. But when use Xconfigurator to start xwindow. I don't know the frequency range of vertical and horizontal synchronize. My monitor is 14.1 TFT LCD. How can I config it? Thank you. Li HaiJun

  1   2   >