Re: Opera 7.21

2003-10-21 Thread Chris Wilson
I have never been able to get Opera 7.2.x to run on my RH8.0/9.0 reliably. It hangs after running for 20 minutes or so. Then the only way to get rid of it is with xkill. so xStopped using it. If it worked better I think I would like it more than mozilla. -- Chris On Mon, 2003-10-20 at 17:17, fred

Re: SMS to GSM phones-help needed in scripting

2003-10-20 Thread Chris Wilson
If you are able to send an sms through the web page you could just scrape the page and send it through there. Otherwise: Do you want to send the sms through your GSM phone/modem over a serial port? -- Chris On Sat, 2003-10-18 at 01:04, Harish Sabnani wrote: > Hi All, > I am looking for an applic

Re: Whoops, looks like I was a little too cautious (Locked myself out)

2003-10-16 Thread Chris Wilson
CTRL-ALT-F1? -- Chris On Thu, 2003-10-16 at 15:52, Donald Tyler wrote: > Hi, > > I seem to have locked myself out of the XServer with some over zealous > FireWall rules. How do I get into the terminal without booting into the > XServer? > > Thanks > > -- redhat-list mailing list unsubscrib

Re: Help I'm brain dead (Port Mapping)

2003-10-13 Thread Chris Wilson
Never mind I found the problem. Somehow my /sbin/iptable command became a zero length file. :( -- Chris On Mon, 2003-10-13 at 13:08, Chris Wilson wrote: > I am running a web server on port which is working. I want that web > server to appear to be running on port 80 so I run the fol

Help I'm brain dead (Port Mapping)

2003-10-13 Thread Chris Wilson
I am running a web server on port which is working. I want that web server to appear to be running on port 80 so I run the following command as root: /sbin/iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port I know this worked in the past but currently it seems to be fa

Re: Asynchronous I/O (AIO) on Linux

2003-10-08 Thread Chris Wilson
> Asynchronous I/O can be implemented with two threads: > - I/O thread - waits for I/O requests > > - working thread - sends I/O request (returns immediately) > > - I/O thread - sends I/O request to kernel, kernel to DMA, then wait > for completion (no CPU involved here - basically it w

Re: Asynchronous I/O (AIO) on Linux

2003-10-08 Thread Chris Wilson
An easy way to do this would be with Java's NIO: http://java.sun.com/j2se/1.4.2/docs/guide/nio/ Then it would work on Windows or Linux -- Chris On Wed, 2003-10-08 at 13:56, Iulian Musat wrote: > Thanks. > > I think select/poll is more appropriate when you deal with more than one > file descript

Re: X11 window with no frame or title bar

2003-10-07 Thread Chris Wilson
Any one know how to get rid of title bars and frames when using the metacity window manager? -- Chris -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

proc/pid/maps

2003-10-07 Thread Chris Wilson
Is there any way to find out what library are loaded in what memory locations? I am looking in /proc/PID/maps. I have a lot of memory mapping with un-named owners. I would like to find out what library is loaded in that space so I can figure out where to point the finger. Any advice you can offer

RE: Using RJ45 crimp tool

2003-10-03 Thread Chris Wilson
The order previously stated below does a good job for reducing noise if you use this cable for Telephone or Ethernet. With that pin-out the T/R pin are twisted together and the A1/A2 pins are twisted together so you get a better Common Mode Noise Rejection which makes it suitable for Telco or Netwo

Re: AcroRead Question

2003-09-30 Thread Chris Wilson
Maybe he can hold down the "ALT" key then left click on the Acrobat window and drag it to a position where he can resize it. Once it is in the proper size close acrobat and see if that saves the settings. -- Chris On Tue, 2003-09-30 at 11:44, Tony Pagliocco wrote: > Anyone with AcroRead experie

Window Managers

2003-09-29 Thread Chris Wilson
On a Dual head machine is it possible to run a different window manger on each head? If so how where would one look for enlightenment? -- Chris -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Dual Head Operation

2003-09-29 Thread Chris Wilson
I am working on a project where I need to have linux setup with two monitors. I have had no problem getting the system configured so I can see the desktop on both monitors. What the machine really needs to do is have one screen with a desktop (normal) and another screen that only displays a Java a

Re: Laptop for RH

2003-09-23 Thread Chris Wilson
>> I'd like to find out what laptops work the best with RH 9.0 and if > >> anyone has any recommendations. I am using IBM ThinkPad T22 and it works well. I did have trouble getting the built in WinModem to work properly. -- Chris -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED

Re: Argggg I hate installing new devices in RH

2003-09-22 Thread Chris Wilson
> The more support, the more likely for a standard for drivers to be produced > that all linux distributions will keep to and the more user friendly > hardware installations will become. It seems that the device vendors won't support Linux until it becomes more popular and Linux will have a hard

Argggg I hate installing new devices in RH

2003-09-22 Thread Chris Wilson
Mind if I vent a little? I really like linux a lot, but, I am starting to think I will go back to Windows OS. I am currently only using RedHat 9.0 on all my machines (2 laptops and 1 desktop). I am really trying hard not to use Microsoft OS but I am starting to get frustrated whenever I want to in

Argggg I hate installing new devices in RH

2003-09-22 Thread Chris Wilson
Mind if I vent a little? I really like linux a lot, but, I am starting to think I will go back to Windows OS. I am currently only using RedHat 9.0 on all my machines (2 laptops and 1 desktop). I am really trying hard not to use Microsoft OS but I am starting to get frustrated whenever I want to in

Securit Checking

2003-08-25 Thread Chris Wilson
Anyone know of any good tools to use for checking your server for security holes? I want to check RedHat (7.2, 8.0, 9.0). I am especially interested in hacks for smtpd type hacks. -- Chris -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listi

Re: [OT] videoconferencing

2003-08-22 Thread Chris Wilson
Maybe you can have a look at http://glowpoint.com http://wireone.com or http://Polycom.com -- Chris On Fri, 2003-08-22 at 09:58, Thierry ITTY wrote: Hello I know this is a bit off topic, but i need to get advices from mid to big sized companies system/network admins so I take a

Re: Load Balancing & Round Robin

2003-07-22 Thread Chris Wilson
On Mon, Jul 21, 2003 at 12:38:04PM -0700, Sevatio wrote: > What would I need to setup two Apache servers to serve the same domain > name using load balancing & round robin? Each user session must be > limited to one server. And it must be able to sense when one of the > ser

Re: Was it an "upgrade" or "install (fresh)?

2003-06-26 Thread Chris Wilson
My RH9.0 upgrade is now stable. I did not have to do a fresh install. For some reason the upgrade whacked my video card choice. When I set the video driver back, to what I think it was to begin with, all started working great. --Chris On Wed, 2003-06-25 at 22:35, Christopher Russell wrote: Wa

Video problem in RH9

2003-06-25 Thread Chris Wilson
I recently upgraded from RedHat 8.0 to RedHat 9.0. The installation seemed to go smooth but now my video is all messed up. The bottom right region of my screen appears in the upper Right hand corner. I lowered my resolution and it helped a little. Does anyone know any good troubleshooting guid

Re: Traffic monitor

2003-06-24 Thread Chris Wilson
If you network is on a hub you can use ethereal to watch the traffic on your network. If you are on a switched network you will on see broadcase/multicast on you network. You can get ethereal from up2date -i ethereal. Or get it from the http://ethereal.com/ -- Chris On Tue, 2003-06-24