modem dial script

2002-05-12 Thread vincent li
hi,folks my company have a hotline phone number, my boss want me to write a script to dial this hotline randomly to test if company's client service staff respond this dialing quickly...the first thing is to connect a modem to a linux box,and configure it.., second is to write a shell script to

Re: Where to start -- I want to design a compiler

2002-05-12 Thread Cameron Simpson
On 05:00 13 May 2002, Shyam Kumar Mankayil <[EMAIL PROTECTED]> wrote: | Assuming that I wish to make a compiler that compiles a given language | into Machine Language (specific to AMD-Duron) , where do I start from , | and what do I need to know ? You want a copy of the Dragon Book: "Compilers: P

Re: xcdroast fails unless logged in as root

2002-05-12 Thread Gordon Messmer
There's a bug report in bugzilla on this. Edit /etc/security/console.apps/xcdroast and change "SESSION=false" to "SESSION=true" On Sun, 2002-05-12 at 18:55, Peter Blitzer wrote: > I have xdcroast working fine when I'm logged in as root. > > Would someone tell me why xcdroast fails unless I'm l

Question on 7.3

2002-05-12 Thread Cesar Moya
Hello everyone: Last weekend I installed RH7.3, had many problems, but it is running now. I want to ask one thing. In http://www.redhat.com/software/linux/7-3_personal.html it says that they have StarOffice for this release, where is it? Is there an rpm or does one have to compile the source co

Where to start -- I want to design a compiler

2002-05-12 Thread Shyam Kumar Mankayil
Assuming that I wish to make a compiler that compiles a given language into Machine Language (specific to AMD-Duron) , where do I start from , and what do I need to know ?   Thanks, ShyamDo You Yahoo!? Get personalised at My Yahoo!.

Re: [RH] C/C++ Help

2002-05-12 Thread Paul M Foster
On Sun, May 12, 2002 at 08:16:50PM -0600, Blake Thornton wrote: > I'm stuggling learning C++ and was hoping someone could point me to a > source for help. The language is not the problem (I think I can figure > out the language issues) but I'm having trouble compiling and linking from > multiple

RE: Evolution vs Outlook

2002-05-12 Thread Darryl Harvey
Jim, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of Jim Hale > Sent: Monday, May 13, 2002 1:14 PM > To: [EMAIL PROTECTED] > Subject: RE: Evolution vs Outlook > > Honestly, that's what I'm working toward. But there's still a bunch of > stuff that

RE: Evolution vs Outlook

2002-05-12 Thread Jim Hale
I spent all weekend setting up IMP on my Web Server machine and everything is working great! I hit it beautifully from Evolution with no lockups or errors (I'd like to be able to have all the mail in one place so I can hit it from home or from work). Outlook locks up about every 3rd attempt to hit

RE: Evolution vs Outlook

2002-05-12 Thread Jim Hale
Honestly, that's what I'm working toward. But there's still a bunch of stuff that I use that I can't use under Linux - mostly my audio software (Sonar, Sound Forge, Finale, etc) but as for my general purpose stuff (Internet, Email etc), I plan on starting to use my Linux box MORE that I have sitti

RE: Evolution vs Outlook

2002-05-12 Thread BG
kissy, kissy, kissy... hehehehe > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Hale > Sent: Sunday, May 12, 2002 8:04 PM > To: Mailing List - Red Hat (Co) > Subject: Evolution vs Outlook > > > Anyone else wish there was a version of Evolution

Re: Evolution vs Outlook

2002-05-12 Thread Ed Wilts
> Anyone else wish there was a version of Evolution available for Windows? Hell YES! I'd turf OE in an instant. It annoys me daily that OE is the best friggin' IMAP client out there today (I checked just about every last one of the free ones - I can't afford to test all the commercial ones).

Re: Evolution vs Outlook

2002-05-12 Thread Keith Winston
On Sun, May 12, 2002 at 10:03:55PM -0500, Jim Hale wrote: > Anyone else wish there was a version of Evolution available for Windows? > I have had less problems configuring and less crashes from using > Evolution than with Outlook XP, especially where it comes to hitting > IMAP servers. The answer

Evolution vs Outlook

2002-05-12 Thread Jim Hale
Anyone else wish there was a version of Evolution available for Windows? I have had less problems configuring and less crashes from using Evolution than with Outlook XP, especially where it comes to hitting IMAP servers. Just thought I would express my appreciation to Red Hat for including it in

RE: xcdroast fails unless logged in as root

2002-05-12 Thread BG
hehehe... yep what he said. I knew that. Not!!! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Rob Saul > Sent: Sunday, May 12, 2002 7:13 PM > To: [EMAIL PROTECTED] > Subject: Re: xcdroast fails unless logged in as root > > > On Sunday 12 M

C/C++ Help

2002-05-12 Thread Blake Thornton
I'm stuggling learning C++ and was hoping someone could point me to a source for help. The language is not the problem (I think I can figure out the language issues) but I'm having trouble compiling and linking from multiple source files (using make or not using make). Can anyone point me to

Re: xcdroast fails unless logged in as root

2002-05-12 Thread Rob Saul
On Sunday 12 May 2002 06:55, you wrote: > [blitzer@GW0105 blitzer]$ su > Password: > [root@GW0105 blitzer]# xcdroast > Xlib: connection to ":0.0" refused by server > Xlib: No protocol specified > > Gtk-WARNING **: cannot open display: :0.0 The X server isn't letting you connect to the dsiplay af

xcdroast fails unless logged in as root

2002-05-12 Thread Peter Blitzer
I have xdcroast working fine when I'm logged in as root. Would someone tell me why xcdroast fails unless I'm logged in as root. I set the user section in the program setup, but even when I'm a "superuser", xcdroast fails? Example (running RH 7.3): [blitzer@GW0105 blitzer]$ su Password: [root@G

RE: Linux box won't stop beeping [Fixed and boy do I feel silly]

2002-05-12 Thread Darryl Harvey
Just so you don't feel too bad about this, I posted this message around the office (Well I got a laugh out of it), and back came this reply!! -- Heh - I did something like this. Had a win2k install that would make the horrible beepbeepbeepbeep catting a binary fi

Re: Pop3 Server Client Setup

2002-05-12 Thread Mike Burger
Now, as root, type "ipchains -A input -s0/0 -d 0/0 110 -p tcp -y -j ACCEPT" at a command line, or try "service ipchains restart" to load the new configuration that edited. On Sun, 12 May 2002, Bill Overbaugh wrote: > Aha! Tal, you were right on. I ran the chkconfig and ipop3 *is* running, > b

Re: Pop3 Server Client Setup

2002-05-12 Thread Bill Overbaugh
Aha! Tal, you were right on. I ran the chkconfig and ipop3 *is* running, but port 110 is closed up by default with ipchains. Now, the next question is, how do I open that port? I have added -A input -s 0/0 -d 0/0 110 -p tcp -y -j ACCEPT to my /etc/sysconfig/ipchains file. But honestly, I just c

Re: cannot --rebuild src.rpm

2002-05-12 Thread eric clover
i tried the ./ still got the same thing. i then chose to try the 4.0.2 version. now it just gives me the --help screen when i try it Mike Burger wrote: > > Unfortunately, that's not correct. > > I don't have any kernel sources installed, eiher, and I can "rpm --rebuild > xxx.src.rpm" > > E

Re: Pop3 Server Client Setup

2002-05-12 Thread Amir Tal
On Monday 13 May 2002 01:38, Mike Burger wrote: > It's probably the server config. > > What does "chkconfig --list ipop3" give you? If it shows: > > ipop off > > then run "chkconfig ipop3 on" to turn on the pop3 server. assuming that you do have a pop3 server running, and that port 110 is

Re: Pop3 Server Client Setup

2002-05-12 Thread Mike Burger
It's probably the server config. What does "chkconfig --list ipop3" give you? If it shows: ipop off then run "chkconfig ipop3 on" to turn on the pop3 server. On Sun, 12 May 2002, Bill Overbaugh wrote: > Hi folks, > > Background: > I'm a newbie at this, I've been running my webserver f

Re: RHL 7.3 is out!

2002-05-12 Thread Roleigh Martin
Thanks Ed -- a fellow Minnesotan, I see. I'm from Edina. How far away is Mounds View? Is there a local Red Hat users group in the area? Thanks! Roleigh At 04:52 PM 5/12/2002, you wrote: >>From the 7.3 CDs, you can either do a fresh install or an upgrade. The >installation guide (on the doc

Re: RHL 7.3 is out!

2002-05-12 Thread Ed Wilts
> So for my situation, what is the difference between: > > - doing up2date That gets you patches for 7.2. It won't get you things like KDE 3.0, the latest 2.4.18 kernel, wu-ftpd with ssl/tls support, and probably lots of other new releases. > - doing upgrade (how is that done)? > > - buying 7.3

Video Card IRQ Conflict Prevents X from Starting

2002-05-12 Thread Wagner, Joseph
I have an HP Pavilion 8668C that has in integrated Intel i810 Video Card along with an ATI Rage 128 Pro Video Card in a PCI slot. I installed the ATI video card to replaced the Intel integrated video card, so I don't use the Intel video card at all. Windows properly assigns different IRQ's to

Pop3 Server Client Setup

2002-05-12 Thread Bill Overbaugh
Hi folks, Background: I'm a newbie at this, I've been running my webserver for about a year now; have gotten virtual mail going (using .forward files); and now I want to get a POP server set up for clients. Problem: I am getting an error when I try to configure my client. 'The connection to t

Re: install question

2002-05-12 Thread Rob Saul
On Sunday 12 May 2002 05:17, you wrote: > When trying to install files, after running ./configure I get a error > no acceptable cc found in $PATH > > What is the "cc" referring to ? > 'cc' is a C Compiler. If you're using "./configure" I'd guess you're trying to start from the source code. Yo

true type font programming

2002-05-12 Thread hassan boulmarouf
Hello, Can anybody please tell me where i can start (docs, links,...) to learn creating truetype fonts for linux ? thank you in advance. __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com ___

Re: RHL 7.3 is out!

2002-05-12 Thread Roleigh Martin
What do you mean by upgrade? Do you mean doing the command "up2date"? I've been doing "up2date" and selecting everything ever since I installed 7.2 and installed everything then. (Actually I started with 7.1 Redhat Professional Server, installed everything then. Then I bought the 7.2 standard

RE: Outlook XP And Linux IMAP Server

2002-05-12 Thread Jim Hale
O ok. I was logged into IMP from the Browser too. That would explain it. :) Thanks! Jim Hale - Jim & Kathy's Website Collection http://hale.dyndns.org > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Chris Mason > Sent: Sunday, May 12, 20

RE: Outlook XP And Linux IMAP Server

2002-05-12 Thread Chris Mason
That happens to me when I use another imap client to access the same account simultaneously. Chris Mason [EMAIL PROTECTED] Box 340, The Valley, Anguilla, British West Indies Tel: 264 497 5670 Fax: 264 497 8463 Take a virtual tour of the island http://www.anguillaguide.com/ The Anguilla Guide Find

Dell TrueMobile 1150 wireless card

2002-05-12 Thread Yan Zhu
Anyone got this to work with redhat yet? thanks yan ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Outlook XP And Linux IMAP Server

2002-05-12 Thread Jim Hale
Not sure if this is a Linux or IMP issue so sorry for the Crossposting. I'm trying to do away with the Exchange 2000 Box. I'm experimenting with keeping all my folders and such on the Linux box (which I just recently installed IMP) - now everything seems to work fine for the most part, but every

Re: cannot --rebuild src.rpm

2002-05-12 Thread Mike Burger
Unfortunately, that's not correct. I don't have any kernel sources installed, eiher, and I can "rpm --rebuild xxx.src.rpm" Eric may have to add "./" to the front of "sudo-1.6.6-1.src.rpm". On Sun, 12 May 2002, Yan Zhu wrote: > that's because you don't have the kernel soucr rpm > installed, i

Re: cannot --rebuild src.rpm

2002-05-12 Thread Yan Zhu
that's because you don't have the kernel soucr rpm installed, i think it's in cd 2, under RedHat/RPMS/*kernel-source* something like that. install the rpm, then run rebuild again, you should be fine. yan SUPPORT wrote: > i cannot rebuild a source rpm. > these are the error messages i get. > >

cdrom and gnorpm-auth

2002-05-12 Thread Jason Jesso
When I place a CD in the cdrom, it is automatically mounted. But I get a "Question" window saying the following: "You are attempting to run "gnorpm-auth" which may benefit from superuser privileges, but more information is needed in order to do so." Can someone explain why this happens and ho

gtoaster and PAM

2002-05-12 Thread Jason Jesso
I have installed RH7.3 out of the box. I run "gtoaster" and I get the following message: "You are attempting to run "gtoaster" which requires superuser privileges, but more information is needed in order to do so." I think gtoaster is a PAM aware app. I tried to read the PAM doc but I canno

install question

2002-05-12 Thread Doug Potter
Title: Message When trying to install files,  after running ./configure I get a error  no acceptable cc found in $PATH   What is the "cc" referring to ?   Thanks

RedHat 7.3 and Nautilus

2002-05-12 Thread Alexander Hoogerhuis
Seems that something is up with Natuilus in 7.3. I did a clean install, restored my home dir (include all dot-files and dot-dirs), and went to play, and it all semmed fine. I also added all the truetype fonts from my Windows system into /usr/share/fonts/default/TrueType/ and did a "locate fonts.d

Re: Anyone Using Horde?

2002-05-12 Thread Alexander Hoogerhuis
When doign a straight install of RedHat 7.3, adding Horde and IMP, I get these in my maillog when trying to login as myself: May 12 00:38:00 lapper imapd[10917]: Logout user=??? host=lapper.ihatent.com [192.168.3.1] May 12 00:43:01 lapper imapd[12983]: imap service init from 192.168.3.1 (trying

Re: alternatives for rh 7.2

2002-05-12 Thread Alexander Hoogerhuis
lapper:~$ rpm -qf /usr/sbin/alternatives chkconfig-1.3.5-3 lapper:~$ Basically, you need a newer version of chkconfig (and then, by extension, ntsysv too). mvh, A Bob Hartung <[EMAIL PROTECTED]> writes: > Hi all, >I have a RH 7.2 install. I want to upgrade to cups 1.1.14 and need > "al