Re: Mynewt logo - request for input

2015-11-17 Thread Christopher Collins
I think they are all really good, but my preference is for 1 or 2. I lke 1's font the best, and I like the way the newt's tail wraps around the y. So actually I guess I like 1 the best :). Chris On Tue, Nov 17, 2015 at 09:49:24AM -0800, aditi hilbert wrote: > Good point! Doing that now :) >

Mynewt Windows port

2015-10-27 Thread Christopher Collins
Hi all, I wanted to share some details about what is planned for the Windows port of Mynewt. There is still some work to be done, but here is a rough description of what is planned. Thanks to a lot of help from Todd and Ray, we have a Windows port that is mostly working. I wanted to provide a

Re: [Chicken-users] GC root gets garbage collected

2015-03-20 Thread Christopher Collins
On Thu, Mar 19, 2015 at 12:21 PM, Christopher Collins ccollins47...@gmail.com wrote: Hello Chicken users, I'm struggling with an issue where a scheme object is being unexpectedly garbage collected. Just to provide an update - the problem appears to be solved. My mistake was that I

Re: [Chicken-users] GC root gets garbage collected

2015-03-19 Thread Christopher Collins
19, 2015 at 12:21:47PM -0700, Christopher Collins wrote: The way I understood it, the returned mystruct instance would never get garbage collected until I explicitly call CHICKEN_delete_gc_root(). I never actually delete the root (I set a breakpoint on CHICKEN_delete_gc_root in gdb, just

[Chicken-users] GC root gets garbage collected

2015-03-19 Thread Christopher Collins
Hello Chicken users, I'm struggling with an issue where a scheme object is being unexpectedly garbage collected. To provide some context: my program's main() is in C, and the C code calls out to scheme procedures. One of these scheme procedures makes and returns a struct (via the defstruct

Re: [Chicken-users] Vim plugin for chicken-docs

2015-03-12 Thread Christopher Collins
This is great. Thanks, Sergi! On Thu, Mar 12, 2015 at 4:12 AM, Sergi Mansilla sergi.mansi...@gmail.com wrote: Hi there, I have no idea of how many of you use vim to code in chicken (we are quite a minority, I think) but I made a very simple plugin that integrates chicken-doc with vim:

[log4perl-devel] a quick suggestion

2014-12-08 Thread Christopher Collins
Mike , Kevin I really like your Log::Log4perl::Appender::DBI ! I have one small suggestion for the synopsis Add Log::Log4perl::init ( \$config ) ; my $logger = Log::Log4perl-get_logger () ; above $logger-warn ($custid, 'big problem!!', $ip_addr); It tripped me up #!/usr/bin/env perl

[Chicken-users] Determine if program has been compiled

2014-07-12 Thread Christopher Collins
Hello chicken users, Is there a way to determine, in code, whether a chicken program has been compiled? I am thinking of something similar to: (cond-expand (chicken-script ... ) ...but with an identifer different from chicken-script. It is possible that I'm asking the wrong

Re: [Chicken-users] Determine if program has been compiled

2014-07-12 Thread Christopher Collins
On Sat, Jul 12, 2014 at 11:12 AM, Peter Bex peter@xs4all.nl wrote: There's a cond-expand identifier called compiling. See also http://wiki.call-cc.org/man/4/Non-standard%20macros%20and%20special%20forms#cond-expand for other identifiers that you can dispatch on with

Re: [Chicken-users] Crash with multithreaded TCP code

2014-07-08 Thread Christopher Collins
Just a quick follow-up- I tried the above program with a newer version of chicken (4.9.0.1), and it works without issue. So I am considering the problem solved. Thanks for the cool piece of software. Christopher On Sun, Jul 6, 2014 at 8:01 PM, Christopher Collins ccollins47...@gmail.com

[Chicken-users] Crash with multithreaded TCP code

2014-07-06 Thread Christopher Collins
Version info: CHICKEN (c) 2008-2013, The Chicken Team (c) 2000-2007, Felix L. Winkelmann Version 4.8.0.3 (stability/4.8.0) (rev 091c3d9) linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables ] compiled 2013-03-12 on aeryn.xorinia.dim (Darwin) Hi, I'm encountering a crash

Re: [Chicken-users] Crash with multithreaded TCP code

2014-07-06 Thread Christopher Collins
...@sunflowerriver.org wrote: Did I miss the source to threadtest.scm here? The file that contains the variable num-threads? I don't see it. -a On Sun, Jul 06, 2014 at 05:41:44PM -0700, Christopher Collins wrote: Version info: ** CHICKEN ** (c) 2008-2013, The Chicken Team

[Bug 1319144] [NEW] Ubuntu 14.04 LTS Fatal error

2014-05-13 Thread Christopher Collins
Public bug reported: After installing phpldapadmin on my Ubuntu 14.04 LTS server I get this error when trying to load the web page my-site/phpldapadmin Fatal error: Cannot redeclare password_hash() in /usr/share/phpldapadmin/lib/functions.php on line 2225 Feel free to contact me for more

Re: Office may need upgrade

2013-10-31 Thread Christopher Collins
MacPracticve or ExACT/Oasis or Dental4Windows under VirtualBox. cjc On 31 Oct 2013, at 11:04 pm, Shields E-mail the5shie...@verizon.net wrote: Thanks for having this group you have enabled me to keep my office running. I am currently running a dental office on an iMac purchased in 2000 (yes

Re: tmux 1.8 crash on font resize

2013-04-16 Thread Christopher Collins
On Tue, Apr 16, 2013 at 2:36 AM, Nicholas Marriott nicholas.marri...@gmail.com wrote: Can you show the code you changed rather than making me guess? :-) That would have been a sensible detail to include! Here is what I changed. I don't know what this change might break. ---

Re: End of word in copy mode; don't include following character.

2013-02-12 Thread Christopher Collins
Thanks guys for looking into it. It is nothing more than a minor nuisance, so I will happily continue using tmux. Chris On Tue, Feb 12, 2013 at 7:25 PM, Ben Boeckel maths...@gmail.com wrote: On Tue, 12 Feb, 2013 at 09:48:38 GMT, Nicholas Marriott wrote: Hmm. We can't change next-word-end

Re: End of word in copy mode; don't include following character.

2013-02-11 Thread Christopher Collins
Hi Nicholas, Sorry, I should have mentioned the version number earlier. I am running tmux 1.7. Thanks, Chris On Mon, Feb 11, 2013 at 1:00 AM, Nicholas Marriott nicholas.marri...@gmail.com wrote: Hi What tmux version are you using? On Sun, Feb 10, 2013 at 09:52:05AM -0800, Christopher

End of word in copy mode; don't include following character.

2013-02-10 Thread Christopher Collins
I have noticed an inconsistency among tmux copy mode and vim. In particular, the 'e' key behaves slightly differently. Here are the behaviors of 'e' that I have observed: * tmux copy mode: repositions cursor to end of current word + 1. * vim:repositions cursor to end of

Re: PC keyboard that resembles flat Apple keyboard?

2012-03-25 Thread Christopher Collins
The Apple keyboards will work perfectly well with a Windows based machine. The only thing to remember is the CLEAR key is NUMLOCK the APPLE key is the WIN key. Other than that, I have a bunch of clients using loving them. cjc1959au On 26/03/2012, at 6:42 AM, Kathy K wrote: I'm a lifetime

Re: Problem with Toast

2012-03-14 Thread Christopher Collins
It the drive is OK, then the other option is the media. If a burning program defaults to 2x, then generally the media is only good for 2x burning. I know that is how Burn and many others work. Not sure about toast, but I see no logical reason why it would not be the same. What media do you

Re: Lion on 2008 24imac

2011-11-04 Thread Christopher Collins
And the extra 1 hour to first install SL and then Lion isn't worth a lousy $10 to you? cjc On 04/11/2011, at 10:03 AM, Bruce Johnson wrote: On Nov 3, 2011, at 2:23 PM, Ben Kernan wrote: Recently acquired an awesome 24 imac... came with 10.5.8... how hard will it be to upgrade to lion?

Re: Upgrading imac, G5 or Intel?

2011-03-07 Thread Christopher Collins
As long as you can get a copy of Leopard to run, the G5 should keep you busy for a couple of years. But I would be expecting a 25-50% discount over Intel. cjc On 03/03/2011, at 6:49 AM, william wrote: I am looking for an imac newer and faster than my current G4. My needs are not that great,

Re: TechTool Deluxe Froze on Restart

2011-02-21 Thread Christopher Collins
:35 PM, Walter Sheluk wrote: On 11-02-20 10:30 PM, Christopher Collins wrote: It's all a matter of knowing what you are doing! True and in effect understanding the problem. Is there a difference in rebuilding the directory using DiskWarrior and running repair disk with Apple's disk

Re: TechTool Deluxe Froze on Restart

2011-02-21 Thread Christopher Collins
and we aren't just rambling? On 22/02/2011, at 3:46 AM, Walter Sheluk wrote: On 11-02-21 3:07 AM, Christopher Collins wrote: To the best of my knowledge, Disk Warrior is able to do a bit more to try and repair the disk. Whereas Repair Disk is fairly minimal. Thanks cjc. That has been my

Re: TechTool Deluxe Froze on Restart

2011-02-20 Thread Christopher Collins
a matter of knowing what you are doing! cjc On 20/02/2011, at 9:24 AM, Walter Sheluk wrote: On 11-02-19 2:52 PM, Christopher Collins wrote: There are utilities that can destroy your system. How can DiskWarrior can do that ? In TTPro selecting wipe data can wipe out the data but what other

Re: TechTool Deluxe Froze on Restart

2011-02-19 Thread Christopher Collins
Tech Tool Pro, like Disk Warrior etc are not toys to be played with by the less technically inclined. There are utilities that can destroy your system. If you don't know what they can do to your system, and you don't have a system problem, then you really shouldn't be playing with them. If

Re: How to make a solid Mac backup plan

2011-01-24 Thread Christopher Collins
If you do a full install from dvd, it lists as about 11GB from memory. If you do a minimal install, it is possible to get it to a smidgen over 8GB. cjc On 24/01/2011, at 10:30 PM, Tom Coradeschi wrote: At 3:51 PM + 01/18/2011, Jonathan Smith wrote: Great article. I love the Magazine, not

[Jprogramming] JDB Client/Server example

2010-10-22 Thread christopher collins
The example at http://www.jsoftware.com/jwiki/JDB/ClientServer worked fine for J6.02 (32bit) on Windows XP and Vista as long as the client program and server program are both executed on the same machine. Can this example execute on two machines, one being the client, the other the server? I

[Jprogramming] JDB Client/Server example

2010-10-22 Thread christopher collins
Aha! That helps! Thank you very much, Kenneth. -- For information about J forums see http://www.jsoftware.com/forums.htm

[Jprogramming] J-ODBC to MySQL problems

2010-09-24 Thread christopher collins
Bill, Thank you very much for your response. Myodbc was too buggy for real-life use the last time I checked a few years ago, and browsing its support forum suggested the odbc driver was un-maintained. Has it been improved? I do not know if the quality of MyODBC has improved. I've never used

[Jprogramming] J-ODBC to MySQL problems

2010-09-24 Thread christopher collins
Bill, Thanks again. Very helpful and educational. I now notice that another post previously addressed similar issues (unsupported data types). http://jsoftware.com/pipermail/programming/2010-September/020273.html Perhaps it would save you a little explanation time in the future if something

[Jprogramming] J-ODBC to MySQL problems

2010-09-23 Thread christopher collins
Problem summary: J-ODBC access to MySQL DB failing Environment: Windows XP Pro SP 3(32bit) , Dell 1710 Core Duo, 2GB RAM, 32bit J602a/2008-03-03/16:45, Library 6.02.051, 32 bit MySQL 4.0.1 Overview: 1) Trying to use J ODBC to read a MySQL DB (62 tables, 6000 records in most populous table). This

Re: iMac G3

2010-08-15 Thread Christopher Collins
Has a lot more to do with the age of the hardware than anything else. 895cse would be at least 8-10 years old, which is way past their use-by-date! cjc On 12/08/2010, at 10:43 PM, GH DOK wrote: On 12/08/10, appledude appleimacd...@mac.com wrote: Where are you? I have a HP Deskjet

DDR3 1GB Apple SO-DIMMs - Sold As A Pair

2010-01-05 Thread Christopher Collins
. They will be supplied individually in small Kingston hard plastic covers, but shipped as a pair. Paypal is my preferred method of payment. Best regards, Christopher Collins Melbourne, Australia 3030 -- You received this message because you are a member of the LEM Swap group. To post to this group

[Jprogramming] Newbie JDB problem: inserting chars in a 1 column char table gives 'assertion failure'

2009-12-17 Thread christopher collins
Thank you, Mr. Lam and Mr. Rufon and all others for your assistance and instruction. --chris-- -- For information about J forums see http://www.jsoftware.com/forums.htm

[Jprogramming] Newbie JDB problem: inserting chars in a 1 column char table gives 'assertion failure'

2009-12-16 Thread christopher collins
Thanks to all for your help, especially Mr. Lam. Your response, Mr. Lam, was very instructive. I used your input to explore a bit more, with a couple of questions arising. See the questions embedded below: * load 'data/jdb' ffd =: Open_jdb_ jpath , '~temp'

Re: [Jprogramming] Newbie JDB problem: inserting chars in a 1 column char table gives 'assertion failure'

2009-12-15 Thread christopher collins
Thanks for the help, Mr. Tirrell. Does JDB have a way to declare the length of the char column? I've gone through the JDB doc and sample code carefully and can't find any indication of how to declare the length of the char column. I've run a few experiments and can't get a JDB database table

[Jprogramming] Newbie JDB problem: inserting chars in a 1 column char table gives 'assertion failure'

2009-12-15 Thread christopher collins
Thank you Ric, for your suggestions. I've reviewed the JDB doc carefully as well as all the example code and haven't found the solution to my trivial problem. Perhaps its there, but it is invisible to my J disabled cognition. In my original post on this issue (Sent: Sunday, December 13, 2009

[Jprogramming] Newbie JDB problem: inserting chars in a 1 column char table gives 'assertion failure'

2009-12-13 Thread christopher collins
Hi, I'm just starting to learn J and JDB. I'm starting with the most trivial cases since they are best suited to my trivial IQ. I built a table with only 1 column defined as datatype char. I was successful in inserting a single character with each insert statement. However, when I tried

Re: Loading Problems

2009-11-10 Thread Christopher Collins
I just find that using Vienna (I used NNW before they took out MobileMe sync) makes it much easier for me to control my feeds and makes it a much more enjoyable experience to read them. Off course, you may find Mail fine. But to me, an e-mail program is exactly that. An email program.

Re: iMac G3 borking my internet?

2009-09-27 Thread Christopher Collins
There is something major wrong there with your IP addresses. It seems strange to have a router that uses 192.168.254.*. Most of the routers I have used over the years default to either 192.168.0.*, 192.168.1.* or 192.168.2.*. Belkin are usually the only ones to use 192.168.2.*. Everyone

Re: Getting Mail to work with two machines

2009-09-08 Thread Christopher Collins
On 08/09/2009, at 9:33 PM, Bill Spencer wrote: That's fine as far as it goes, but all of this only addresses the Inbox, nothing else. What about the messages I've sent? What about the messages I've filed away in specific sub-folders that I've created for organizations I am part of, or for

Re: iMac problems

2009-08-26 Thread Christopher Collins
That sounds like a possible HDD error. Can you boot from your original iMac DVD? cjc On 26/08/2009, at 10:11 AM, Doug wrote: When I start it up now all I get is an icon that blinks question mark followed by a Mac symbol followed by a question mark over and over. Doug

Re: iMac problems

2009-08-25 Thread Christopher Collins
Ummm, this may be a stupid question, but what exactly is wrong with it? You don't actually explain what is wrong. cjc On 26/08/2009, at 6:44 AM, Doug wrote: I have an iMac that, up to a few weeks ago, worked perfectly. I got this iMac from my cousin, I just had to get a keyboard and mouse.

FS: Possible Perfect Macbook Pro 17

2009-06-09 Thread Christopher Collins
will pay for shipping. I'd like for it to go to an Australian owner if possible, but que sera sera. You can email me on or off list for further information if you like! Christopher Collins Melbourne, Australia --~--~-~--~~~---~--~~ You received this message

Re: Leopard Forgetting Wireless Still

2008-11-20 Thread Christopher Collins
Hi Simon, I think you are spending far too much time trying to fix this. At this stage, I would be resetting the Airport Extreme to factory defaults and reconfiguring it with an SSID with no spaces and WPA/WPA2 security with no spaces. Then I would be going into each Mac (I think from

Re: Leopard Forgetting Wireless Still

2008-11-19 Thread Christopher Collins
Hi Simon, Did you put a space in the SSID when you changed it? Many routers and computers have trouble handling SSIDs with a space in them. cjc On 20/11/2008, at 2:07 AM, Simon Royal wrote: Dan Everything looks fine, everything was working fine when I had WEP turned on. Then I

Re: Hello iMac List

2008-11-12 Thread Christopher Collins
And the total stupidity of it all, is that unless I miss my guess, the eMac is a G4. Which makes it suitable for that list. According to the front page of the list site: Welcome to the G3-5 List (originally G-List), a Google Group managed by Low End Mac and covering all Macs built around

[UTBIKECLUB:5373] Reminder -- Camp Eagle MTB Meeting Tonight

2007-08-26 Thread Christopher Collins
Hey - Just a quick remind that we'll be meeting in the Welch lobby at 7PM for those interested in attending the Camp Eagle Mountain Bike race next weekend. If you'd like to go, but are unable to go, please let me know ASAP so we can get you the paperwork you'll need to fill out. Thanks! --

[UTBIKECLUB:5372] IMPORTANT: Meeting for first Mountain Bike Race Fall Mountain Bike Schedule

2007-08-24 Thread Christopher Collins
Hey -- If you have plans to attend the first Fall Mountain Bike Race, it'll be held September 1-2nd at Camp Eagle. Everyone (including new members) is welcome to attend. You need a bike, however, if you're interested in racing and don't have one, email me and we'll see what we can dig up for

[UTBIKECLUB:5366] Sunday Mountain Bike Ride

2007-08-22 Thread Christopher Collins
Hey -- This Sunday i'm heading out to Rocky Hill Ranch in Smithville (about 30 minutes from Austin) to pre-ride the course that one of this year's races will be held at. I'm going to ride for about an hour and a half, but you're welcome even if you'd like to ride for a shorter/longer time. I'll

[UTBIKECLUB:5361] First Meeting/Info Session, Mountain Bike Races

2007-08-16 Thread Christopher Collins
Hey -- With school starting up in just a few weeks, the UT Cycling officers have been busy getting everything ready for another successful year! First off, the Mountain Bike season kicks off in 2 weeks at the Camp Eagle Classic. Below are the dates for this Fall's Collegiate Mountain Bike

[UTBIKECLUB:5355] Mark your Calendars!

2007-08-11 Thread Christopher Collins
Hey -- First off, I hope everyone is enjoying their last few days of Summer before school starts up again. I just wanted to let everyone know that the first race of the Fall mountain bike season will be on September 1-2nd at Camp Eagle. It's a great race, and was tons of fun last year! As

[wn-similarity] Information Content Files

2007-07-05 Thread Christopher Collins
Hello, I'm using WordNet 2.1. Are there any precomputed IC files available? Or do I need to make my own/use WN 2.0? Thanks, Chris

[UTBIKECLUB:5318] ATT Crit: Update -- Please Reply again!

2007-06-08 Thread Christopher Collins
Hey guys -- I have more info now, so if you've already replied, I need you to reply now with: Name Time preference (pick your top 2 pleaserank them!) Here's how this is working... YOU must register for your race, but after you finish your volunteer shift, THSJ will give you the entry fee

[UTBIKECLUB:5314] Kit Updates / Website

2007-06-01 Thread Christopher Collins
Hey -- Hope everyone's having a great Summer! Just a quick update on our kits since I have been getting quite a few questions on them. Unfortunately, they are still not in. As soon as we know anything more, I will be sure to pass it along. If you've earned warmers and a jacket, i'm going to

[UTBIKECLUB:5288] Walnut Creek Mountain Bike Ride tomorrow

2007-05-10 Thread Christopher Collins
If anyone feels like riding their Mountain Bike (everyone, right?!), i'll be riding Walnut Creek tomorrow afternoon. Probably 4:00, and will go for about an hour and a half. Easy pace, mostly me working on cornering and going over...stuff I promise fun for all that want to come! --

[UTBIKECLUB:5270] Texas Cycling 2007-2008 Officer Selections

2007-04-25 Thread Christopher Collins
Texas Cycling Members: As we begin to wind down the 2006-2007 Collegiate Cycling season, it's already time to begin working towards making next year as much, if not more of a success! This begins with the announcement of the 2007-2008 officer board who will be responsible for working with next

[UTBIKECLUB:5239] Recovery Ride, Today @ 4:00

2007-04-13 Thread Christopher Collins
Hey -- I'll be leading a recovery ride from Gregory today at 4:00. Probably 1, maybe 2 laps of Shoal Creek, no sprinting! Be prepared to go slow... -- Christopher W. Collins Phone: (512) 680-9082 Email: [EMAIL PROTECTED] Texas Cycling Mountain Bike Team Director, 06-07 Texas Cycling

[UTBIKECLUB:5170] Men's C/Women's B Ride Tomorrow!

2007-03-20 Thread Christopher Collins
To everyone racing Men's C and Women's B this weekend: We're going to be riding tomorrow (Wednesday) at 5:00 PM. Meet in front of Gregory Gym. We're going to ride up to the Shoal creek loop and do laps, so if you are unable to meet us at 5:00, feel free to ride up and join us whenever you're

[UTBIKECLUB:5064] Recruiting Changes and Time assignments!

2007-01-30 Thread Christopher Collins
Due to a lack of people's availability, all recruiting this week has been changed from 11-2. After last night's pizza meeting, I was able to fill most slots, but if someone is available to help with recruiting, we still need more people! It's everyone's responsibility as a team member to help

[UTBIKECLUB:4958] Greenbelt Ride this Sunday

2006-12-07 Thread Christopher Collins
Hey all - I'm going to lead a MTB ride down the Greenbelt this weekend. Going to go to the end and back (about 14 miles). It'll be a base pace-ish ride, MTB alternative to the Jack and Adam's ride. Going to leave from Gregory Gym at 11:00, or you can meet me at the trailhead by Barton Springs

[UTBIKECLUB:4923] Congrats to the 2006 UT Cycling Mountain Bike Team!!

2006-11-12 Thread Christopher Collins
Hey -First off, congrats to everyone who participated in this year's Mountain Biking season!! UT had a great showing at conference and was able to take 2nd place in the team standings by a very nice margin! A special congrats to the following people who podiumed in their respective

Can Tomcat be used with non-web applications?

2004-06-11 Thread Christopher Collins
Hello, I am trying to use tomcat as a container for my program which is not a web-application. I can't see a way of specifying the context to be used, as it is automatically selected by web-apps based on their name. I tried configuring the default context for the datasource that my

[FW-1] Unrelated Topic - Help needed

2003-03-05 Thread Christopher Collins
I need advice: Background: · we test the development of new web pages on internal web servers · we confirm that all aspects of the web pages are working as expected · we then replicate that new information to the public web servers · we have 2 ways of doing this right now both

[FW-1] NG FP3 - FWM LOGEXPORT

2003-02-25 Thread Christopher Collins
Is it possible to use wildcards in the FWM LOGEXPORT command? Here is what my batch file says: fwm logexport -i e:\logs\%year%-%month%-%day%*.log -o e:\logs\%year%-%month%-%day%*.log.txt -n Where: %year% = current year %month% = current month %day% = current day When I run this command, it

[FW-1] NG FP3 on Win2K questions

2003-02-13 Thread Christopher Collins
Question 1 In SmartStatus, we see the current firewall connection details. These include CPU usage, memory usage, total number of accepted packets, etc...Is there a way to log this information for analysis? If not, how would we log this type of information - Performance Monitor? Question 2 When

[FW-1] NG FP3 on Win2K questions

2003-02-12 Thread Christopher Collins
Question 1 In SmartStatus, we see the current firewall connection details. These include CPU usage, memory usage, total number of accepted packets, etc...Is there a way to log this information for analysis? If not, how would we log this type of information - Performance Monitor? Question 2 When

Re: [FW-1] AW: [FW-1] SMTP Rule - 4.1 and NG FP3

2003-01-31 Thread Christopher Collins
Nachricht- Von: Christopher Collins [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 30. Januar 2003 17:08 An: [EMAIL PROTECTED] Betreff: [FW-1] SMTP Rule - 4.1 and NG FP3 Question 3: In 4.1, our resource for inbound mail says that only accept mail addressed to OURDOMAIN. Wouldn't DNS handle

[FW-1] SMTP Rule - 4.1 and NG FP3

2003-01-30 Thread Christopher Collins
Hi, I have an SMTP question relating to 4.1 but further down I would like to see how it would relate to NG FP3, as we will be moving to that shortly. Objects: MAILSERVER 192.168.100.1 STATIC NAT: 200.200.200.200 MAILSERVER-EXT 200.200.200.200 Rule for outbound mail: Source

Re: [FW-1] Simple Question for FW-1 4.1

2003-01-17 Thread Christopher Collins
for the Management station. -Original Message- From: Christopher Collins [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 10:02 AM To: [EMAIL PROTECTED] Subject: [FW-1] Simple Question for FW-1 4.1 Hi, Management = Windows 2000 Module = Windows NT4 Check Point = 4.1 How do we

[FW-1] Inbound Mail Question...NG.FP3.W2K

2003-01-15 Thread Christopher Collins
Hi all, I have a question concerning incoming mail. Let me explain our environment and then I will pose the questions. Our SMTP gateway has two objects in the firewall. Object one uses the internal address with a static nat, and object two uses the static nat address only. I will use the

[FW-1] NAT question

2003-01-15 Thread Christopher Collins
If I have two objects within NG FP3 W2K SMTP-Gateway IP Address: 192.168.1.10 Static NAT: 200.200.200.200 SMTP-Gateway-External IP Address: 200.200.200.200 If I have used the object SMTP-Gateway-External as the destination within a rule, will the NATing of Check Point know that

Re: [FW-1] CLusterXL on Windows 2000

2002-12-19 Thread Christopher Collins
had a discussion with a good cisco engineer today and we got things working on a 2924, tomorrow I will try the same thing on a 5505. Thanks DF -Original Message- From: Christopher Collins [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 3:49 PM To: [EMAIL PROTECTED] Subject

Re: [FW-1] Kazaa

2002-11-25 Thread Christopher Collins
If a client uses a HTTP port program like KazaaHTTP, there are very few options that you have as it will tunnel the kazaa traffic over HTTP from the clients desktop. If you have a novice userbase, simply blocking the port of 1214 should suffice. access-list 101 deny tcp any any eq 1214

[FW-1] SPAM MAIL

2002-10-11 Thread Christopher Collins
Hello all, We do not yet have an anti-SPAM relay within our environment. We see a lot of mail coming in that is sourced from the person it is destined to. With Outlook messing with the header information, we don't get a good sense of where it originated but my question is this: How would you

[FW-1] Internal client VPN to External VPN box

2002-10-02 Thread Christopher Collins
Is there a way to set up a VPN connection from an internal client's desktop to an external VPN appliance without having to give the client's workstation a static NAT? Does that make sense? Is it possible to use the external address of the firewall while maintaining static port mappings for the

[FW-1] Static NAT Question

2002-06-04 Thread Christopher Collins
If I have multiple mail servers on the internal network, can they all share the same NATd external address? This is NT4, 4.1 SP5.

Re: [FW-1] Static NAT Question

2002-06-04 Thread Christopher Collins
OK. I need multiple addresses. Is there any limit to how many entries there can be in the Local.arp file? With these additional addresses, I will be up to almost 30 using a single external NIC. Thanks for all your responses.

[FW-1] Origin of 127.0.0.1 in log causing Alert.

2002-05-31 Thread Christopher Collins
Has anybody else seen this pattern in the log files? This happens to us on an irregular basis. Yesterday there was 110 entries throughout the day. The only thing that changes between the entries is the Num, and Time; everything else is the same. There is no information to go on, so I

Re: [FW-1] how to drop messenger

2002-04-22 Thread Christopher Collins
Here you go. If you want any more, let me know. Cheers, Chris -- Yahoo Messenger Source Internal Users Destination YahooMessengerNetwork Service Any Action Drop YahooMessengerNetwork consists of the following: Workstation1:

Re: [FW-1] Log Viewer Location

2002-04-05 Thread Christopher Collins
This is for 4.1: HKEY_LOCAL_MACHINE\SOFTWARE\CheckPoint\FW1\4.1 FWLOGDIR is the String Value name Your new path is the String Value data EX: FWLOGDIRE:\FW1LOGS\ -Original Message- From: Butler, William [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002

Re: [FW-1] log viewer origin field pointing to old ip address!

2002-03-26 Thread Christopher Collins
Restarting the FW services in NT/2000 fixes that problem. Maybe similar with Nokia -Original Message- From: Mehta, Phoram [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 3:35 PM To: [EMAIL PROTECTED] Subject: [FW-1] log viewer origin field pointing to old ip address!

Re: [FW-1] Does anyone know how to block Kazaa, Morpheus and all these paras ites on a FW-1 ?

2002-03-14 Thread Christopher Collins
Title: Message Check Point blocks traffic bound for port 1214 by default, so you shouldnt even need a rule to block Kazaa and Morpheus. You would actually have to have a rule which allows them access to port 1214 in order for them to work. We have them blocked and didnt need a rule to do

Re: [FW-1] Messenger

2002-02-14 Thread Christopher Collins
Here is how to block MSN Messenger: All you have to do is block access to the login servers. If the user can't login, they can't use IM. Create 8 different Network Objects (Workstations). MSN164.4.13.170 MSN264.4.13.179 MSN364.4.13.175 MSN464.4.13.82 MSN5207.68.172.251 MSN6

Re: [FW-1] Problems on Passing

2002-02-14 Thread Christopher Collins
Also add the entry for the external mail address to local.arp file in State folder -Original Message- From: Dirk Boenning [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 12:23 PM To: [EMAIL PROTECTED] Subject:Re: [FW-1] Problems on Passing Hello, have you

[FW-1] FW-1 Logging Inconsistencies

2002-02-07 Thread Christopher Collins
I performed a FW LOGEXPORT on all my *.LOG files for the month of January converting them to semi-colon (;) delimited text files (*.LOG.TXT). The first line of each file contains the heading information for that particular file. Has anyone noticed that these headings are different for each log

Re: [FW-1] FW-1 Logging Inconsistencies

2002-02-07 Thread Christopher Collins
{'service'}; $TYPE = $fields{'type'};# 1.03 - Added fields $ORIG = $fields{'orig'};# 1.03 - Added fields $RULE = $fields{'rule'};# 1.03 - Added fields } Ray -Original Message- From: Christopher Collins [mailto:[EMAIL

Re: [FW-1]

2002-02-07 Thread Christopher Collins
I just upgraded to SP5 a couple of weeks ago and havent had any problems. Upgraded from FW-1 4.1 SP4 to SP5 on NT SP6a. Cheers -Original Message- From: Julio Bretín Díaz [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 12:10 PM To: [EMAIL PROTECTED] Subject:

Re: [JAVA3D] Icon

2001-08-13 Thread Christopher Collins
Patrik: If your application is of class MyClass, and your icon is myIcon.gif in the same folder as your class file, you can use the following (for a class extending JFrame): this.setIconImage(Toolkit.getDefaultToolkit().getImage(MyClass.class.get Resource(myIcon.gif))); Chris

Re: [JAVA3D] mixing Swing w/ Java3D [keyboard issues]

2001-08-09 Thread Christopher Collins
Kevin, I also had the problem you mention about keyboard accelerators not working after mouse interaction with the canvas. It is a focus issue as far as I can tell. I worked around this issue using requestFocus() for the content pane, to get focus back from the canvas after every mouse click.

Re: [JAVA3D] confession of a demoralised j3d sucker

2001-07-26 Thread Christopher Collins
Well Markus, I just saw the movie Final Fantasy (don't bother) and that made me feel a little inadequate when I saw the amazing 3d animation in that, compared to my J3D wireframes of simple boats!! However, my wireframe boat program is ready for publication, so I don't feel stupid. :) Good

Re: [JAVA3D] Memory handling

2001-07-16 Thread Christopher Collins
You can try a trial version of the program OptimizeIt, which will allow you to track the number of instances of each type of object while your program is running, and the amount of memory they take up. This program helped me out a lot last week. Just search for OptimizeIt on any shareware site.

Re: [JAVA3D] Memory handling

2001-07-16 Thread Christopher Collins
guaranteed to happen. Ever. (This means that finalizers are never guaranteed to run, ever.) System.gc is not guaranteed to do ANYTHING. For this reason, I fail to see the point of its existence, actually. -Original Message- From: Christopher Collins [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: [JAVA3D] Closing a JDialog

2001-07-16 Thread Christopher Collins
Have your thought about using a JOptionPane? I think it's better if you only want a warning message to show. Something like this has all the buttons and closing methods built in: JOptionPane.showConfirmDialog(ParentFrame, warnMessage, Warning, JOptionPane.YES_NO_OPTION ); There are also

Re: [JAVA3D] Memory handling

2001-07-16 Thread Christopher Collins
Oops! Big mistake! Of course if I had actually referred to my working code, I would have recalled the super.finalize() call and the throwable declaration... Any text or FAQ can explain finalize and it's use more clearly. Sorry for my mistake! However, I think the following would be better

Re: [JAVA3D] Update2

2001-07-12 Thread Christopher Collins
Calm down everyone! We all unfortunately got the attachments. We all deleted them. Will it matter tomorrow? No. I think 6 messages is enough to get the point out about etiquette. Now we can get on with our lives and have a nice day rather than getting all worked up and complaining to each

[JAVA3D] Picking exception

2001-07-12 Thread Christopher Collins
Does anyone know about this exception: java.lang.RuntimeException: Interp point outside quad at com.sun.j3d.utils.picking.PickIntersection.getInterpWeights(PickIntersec tion.java:1429) at com.sun.j3d.utils.picking.PickIntersection.getPointCoordinates(PickInter section.java:1071)

Re: [JAVA3D] By reference or by value

2001-07-05 Thread Christopher Collins
Hello Nikolaos, I'm pretty sure that the appearance is assigned by reference. I am using several Shape3D with IndexQuadArrays, all assigned the same appearance object. To change the appearance fill state of the entire scene, I just retrieve one appearance and change the PolygonAttributes, and

Re: [JAVA3D] Geometry Array - getColors(index, Color3f[ ])

2000-08-03 Thread Christopher Collins
luck, Chris __ Christopher Collins http://www.ucs.mun.ca/~a62cmc Oceanic Consulting Corporation (709) 754-2357 [home] Memorial University of Newfoundland (709) 749-4383 [cell

<    4   5   6   7   8   9   10   >