Gmail invites anyone?

2005-04-05 Thread Tom Buskey
I was given a google gmail invite here and now I have a extras.

If anyone wants an invite to a gmail account, email me  I'll set you up.
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


[OT] You lose a little piece of your soul when you run Windows :-(

2005-04-05 Thread Randy Edwards
   Okay, this obviously isn't GNU/Linux related, but it's a story to make the 
heart go pitter-patter.

   Here's the nutshell version: College student buys XP at an academic 
discount, realizes he has to reformat his hard drive to install it, so he 
decides to sell it -- unopened -- on eBay. Microsoft sues the student for 
irreparable damage and demands $143.50.

   Much to the evil empire's surprise, they don't know they've sued a 
biochemistry student who (a) has a brain, (b) can read English and (c) 
doesn't like being pushed around. Read the story to find out details and the 
ending. 

Story: http://clevescene.com/issues/2005-03-30/news/feature_print.html

 Regards,
 .
 Randy

-- 
Fast fact: 10% of nursing mothers who were vegetarians had the banned 
pesticide DDT in their breast milk. 90% of nursing mothers who were meat 
eaters had DDT in their breast milk.
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Need help with PHP

2005-04-05 Thread Steven W. Orr
I got hold of Wordpress (as recommended here) and I'm having problems 
getting jumpstarted.

I'm running Core 3 with httpd-2.0.52-3.1.
I am capable of running a simple php script. See it at
http://steveo.syslang.net/phpinfo.php
After I installed Wordpress, I tried to go run the install script but it 
seems that some parts of the script are executing and other parts aren't.

Here's the screendump of /usr/share/wordpress/wp-admin
http://steveo.syslang.net/wp-index.png
And here's the output of install.php
http://steveo.syslang.net/wp-install.png
Does anyone have a clue what I need to do here?
TIA
--
Time flies like the wind. Fruit flies like a banana. Stranger things have  .0.
happened but none stranger than this. Does your driver's license say Organ ..0
Donor?Black holes are where God divided by zero. Listen to me! We are all- 000
individuals! What if this weren't a hypothetical question?
steveo at syslang.net
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: Need help with PHP

2005-04-05 Thread Christopher Schmidt
On Tue, Apr 05, 2005 at 10:50:34AM -0400, Steven W. Orr wrote:
 I got hold of Wordpress (as recommended here) and I'm having problems 
 getting jumpstarted.
 
 I'm running Core 3 with httpd-2.0.52-3.1.
 
 I am capable of running a simple php script. See it at
 http://steveo.syslang.net/phpinfo.php
 
 After I installed Wordpress, I tried to go run the install script but it 
 seems that some parts of the script are executing and other parts aren't.

It looks like you're accessing the files directly. Don't do this. You
need to run them through Apache: So you need to visit
http://localhost/wordpress/ rather than the files, otherwise the PHP is
not processed.

It looks like you might not have set up a host for your Wordpress stuff
yet, and you don't have it under what is recognizable as an htdocs dir
to me: you will need to move /wordpress/ to somewhere that is web
accessible.

What you are seeing is an HTML rendering of a PHP script: If you look at
the source, you will see the exact same source as you would of the PHP
script.

-- 
Christopher Schmidt


signature.asc
Description: Digital signature


Re: No Hosstraders?

2005-04-05 Thread Bill Sconce
Wow.  Isn't that a little severe?  To cancel something forever because people
haven't volunteered on the list?   :)

I'm planning to be there, as always.  (And as always, trying to fit in
Hosstraders around Real World [TM] obligations.)  My recollection is that
we helped a few people last time, and that we unloaded some junk too.

I also know several other people who have expressed an interest in being
there, including some of my students who would be first-timers.  It's no
surprise, though, that you haven't heard much on the list.  This _is_ 
gnhlug, after all.  :)

-Bill



On Mon, 4 Apr 2005 20:42:39 -0400 (EDT)
Benjamin Scott [EMAIL PROTECTED] wrote:

 Hello LUGers,
 
I recently posted a message[1] here asking if there was any interest in 
 continuing the GNHLUG presence at Hosstraders.  To date, I've received two 
 responses, and only one person really interested in helping at the booth.  So 
 unless I receive an outpouring of volunteerism in the next few days, I think 
 we can officially call GNHLUG's days at Hosstraders over.  That doesn't have 
 to be a bad thing; Linux's growing popularity (and the increase in consumer 
 high-speed Internet) has largely eliminated the reasons we were there in the 
 first place.
 
 [1] http://article.gmane.org/gmane.org.user-groups.linux.gnhlug/518
 
 -- 
 Ben [EMAIL PROTECTED]
 ___
 gnhlug-discuss mailing list
 gnhlug-discuss@mail.gnhlug.org
 http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


php/mysql setup issues

2005-04-05 Thread Drew Van Zandt
I'm being driven insane... the php/mysql installation on one of my
machines keeps getting broken, and I end up with the error:

Fatal error: Call to undefined function: mysql_connect() in 
(when I try to use a script that accesses mysql)

Now, I have them both installed... there's a line in my
/etc/php4/apache/php.ini that says:
extension=mysql.so

which, if all is as I gather from reading docs, should do the magic...
but it is not so.

This is Debian unstable with a 2.6.4 kernel, if that matters... what
other info can I provide that would help?


-- 
--Drew Van Zandt
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: php/mysql setup issues

2005-04-05 Thread crschmidt
On Tue, Apr 05, 2005 at 02:28:06PM -0400, Drew Van Zandt wrote:
 I'm being driven insane... the php/mysql installation on one of my
 machines keeps getting broken, and I end up with the error:
 
 Fatal error: Call to undefined function: mysql_connect() in 
 (when I try to use a script that accesses mysql)
 
 Now, I have them both installed... there's a line in my
 /etc/php4/apache/php.ini that says:
 extension=mysql.so

First things first:

echo ?phpinfo()?  phpinfo.php

Then visit the phpinfo.php file in your browser, and see if the mysql
extension is installed. (If it is, you'll get a section all about
mysql.) http://crschmidt.net/phpinfo.php is example phpinfo output.

I expect that you don't see that, and I expect that it's probably
because your extensiondir is set to something that isn't where mysql.so
is, but I'm not smart enough to know for sure. I'd start there and move
on though.

If you can't figure it out, a link to the phpinfo() page may help.


signature.asc
Description: Digital signature


Re: No Hosstraders?

2005-04-05 Thread Ed Lawson
On Tue, 5 Apr 2005 13:59:46 -0400
Bill Sconce [EMAIL PROTECTED] wrote:

  It's no
 surprise, though, that you haven't heard much on the list. 
This _is_ 
 gnhlug, after all.  :)
 

Dare I say that the lack of organization is always fine until you
want to get something done or at least be able to reasonably plan
and rely upon something getting done so as not to spin your
wheels and waste your time and energy?  Without it you are left
to the mercy of random events which may or may not align
themselves as you would like.

Ed Lawson
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: php/mysql setup issues

2005-04-05 Thread Drew Van Zandt
The phpinfo page basically says it can't load the mysql extension, and
provides a link to docs which do not help me solve the problem.  (They
suggest doing what I've already tried, e.. removing and reinstalling
the php4-mysql package).  I got this far before I asked, and t doesn't
seem to help.

--DTVZ

On Apr 5, 2005 2:34 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 On Tue, Apr 05, 2005 at 02:28:06PM -0400, Drew Van Zandt wrote:
  I'm being driven insane... the php/mysql installation on one of my
  machines keeps getting broken, and I end up with the error:
 
  Fatal error: Call to undefined function: mysql_connect() in 
  (when I try to use a script that accesses mysql)
 
  Now, I have them both installed... there's a line in my
  /etc/php4/apache/php.ini that says:
  extension=mysql.so
 
 First things first:
 
 echo ?phpinfo()?  phpinfo.php
 
 Then visit the phpinfo.php file in your browser, and see if the mysql
 extension is installed. (If it is, you'll get a section all about
 mysql.) http://crschmidt.net/phpinfo.php is example phpinfo output.
 
 I expect that you don't see that, and I expect that it's probably
 because your extensiondir is set to something that isn't where mysql.so
 is, but I'm not smart enough to know for sure. I'd start there and move
 on though.
 
 If you can't figure it out, a link to the phpinfo() page may help.
 
 
 


-- 
--Drew Van Zandt
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: php/mysql setup issues

2005-04-05 Thread Christopher Schmidt
On Tue, Apr 05, 2005 at 02:39:18PM -0400, Drew Van Zandt wrote:
 The phpinfo page basically says it can't load the mysql extension, and
 provides a link to docs which do not help me solve the problem.  (They
 suggest doing what I've already tried, e.. removing and reinstalling
 the php4-mysql package).  I got this far before I asked, and t doesn't
 seem to help.

Hm. If PHP knows enough about the extension to know it's there, your
extension_dir is working fine, and it sounds like the actual mysql.so
(mine is located at /usr/lib/php4/20020429/mysql.so , for example) is
horked.

That's beyond my knowledge, unfortunately: I'd probably resort to
irc://irc.freenode.net/php at this point.

-- 
Christopher Schmidt


signature.asc
Description: Digital signature


Re: php/mysql setup issues

2005-04-05 Thread Michael ODonnell


I know absolutely nothing about PHP and such, but does
that .so extension in the diagnostic msg mean we're talking
about a shared library?   If so, which binary wants to
link to it?  What happens when you say ldd thatBinary ?
Does that .so file show as being properly resolved?
 
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: php/mysql setup issues

2005-04-05 Thread Drew Van Zandt
New datapoint:
I was getting:
Warning: dl(): Unable to load dynamic library
'/usr/lib/php4/20020429-zts/mysql.so' -
/usr/lib/php4/20020429/mysql.so: undefined symbol: core_globals
when I added an explicit load of the mysql.so module, so I located an
older lib that was around and pointed the extension directory at it. 
Now I get:

Warning: dl(): Unable to load dynamic library
'/usr/lib/php4/20020429/mysql.so' - /usr/lib/php4/20020429/mysql.so:
undefined symbol: core_globals

Not an improvement, but info.

--DTVZ
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Fw: [NEISG TechTips] Opportunity for LINUX consultant

2005-04-05 Thread George Perrine
Title: Opportunity for LINUX consultant



FYI
*-*George 
E. Perrine - DuraSys Corporation, PO Box 814, Dover NH 03821http://www.durasys.com, [EMAIL PROTECTED], Tel 
603.742.7363Network and computer consulting, security, support, service and 
systems.*-*
- Original Message - 
From: Bradley 
J. Dinerman 
To: [EMAIL PROTECTED] 
Sent: Tuesday, April 05, 2005 2:32 PM
Subject: [NEISG TechTips] Opportunity for LINUX 
consultant

Folks, 
My company, MIS Alliance, is in need of an 
independent consultant/contractor that is able to provide us with top-notch 
Linux support.
In this role, you will need to have availability for 
our clients that have Linux systems. You would act as a member of the MIS 
Alliance engineering team and would not represent any other organization. 
We provide four-hour turn-around (business hours) when our clients have 
emergencies.
Our company is in Newton, MA. All clients are 
located within a 40-mile radius (or less since you don't want to drive into the 
Atlantic if you head east). Consulting rate is flexible and is 
commensurate with your experience.
We have immediate need to fill this role. 
If you have true, seasoned Linux experience, please 
send your resume, contact information and intro cover letter to 
[EMAIL PROTECTED]
Thank you, Brad 
Dinerman 
 Bradley J. Dinerman CSSA, MCSE, Microsoft MVP Vice President of Information TechnologyMIS Alliance 
CorporationOne Gateway Center, Suite 506Newton, MA 02458voice: 
(617) 965-5800, x207fax: (617) 965-4800http://www.misalliance.com MSN 
IM: [EMAIL PROTECTED] 


Re: Need help with PHP

2005-04-05 Thread Bill McGonigle
On Apr 5, 2005, at 10:50, Steven W. Orr wrote:
I'm running Core 3 with httpd-2.0.52-3.1.
For apache problems on FC3 the first step is usually to run 
system-config-securitylevel (under X) and disable SELinux for apache.  
Then restart apache.  Then start debugging. :)

If anybody actually understands the SELinux arcana that can make apps 
work in enforcing mode please post a pointer or some hints.

-Bill
-
Bill McGonigle, Owner   Work: 603.448.4440
BFC Computing, LLC  Home: 603.448.1668
[EMAIL PROTECTED]   Mobile: 603.252.2606
http://www.bfccomputing.com/Pager: 603.442.1833
AIM: wpmcgonigleSkype: bill_mcgonigle
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: [OT] You lose a little piece of your soul when you run Windows :-(

2005-04-05 Thread Randy Edwards
  Really?  Anybody have a pointer that confirms this?

   I don't have a confirmation on that -- that info was just what was 
mentioned in the article (not that our media would ever make such an 
error... :-).

 Regards,
 .
 Randy

-- 
Fast fact: 80% of US Dept. of Agriculture (USDA) chicken inspectors no longer 
eat chicken.
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: [OT] You lose a little piece of your soul when you run Windows :-(

2005-04-05 Thread Jeff Kinz
On Tue, Apr 05, 2005 at 05:17:33PM -0400, Bill McGonigle wrote:
 That's a great story.  Thanks for passing it along.
 
 On Apr 5, 2005, at 10:03, Randy Edwards wrote:
 
  College student buys XP at an academic
  discount, realizes he has to reformat his hard drive to install it
 
 Really?  Anybody have a pointer that confirms this?  The only sites I 
 found suggest that the academic version is an upgrade-only edition.

See:
http://www.google.com/search?hl=enq=%22David+Zamos%22

I think I've seen it in a few blogs as well.

-- 
Jargon file, abrgd.: The September that never ended. On the Internet,
every September's freshmen influx got their first accounts and, not
knowing how to post/email, always made a nuisance of themselves. Usually
they were trained in a few months. But in September 1993, AOL users
became able to post, overwhelming the capacity to acculturate them; to
those who recall the period before, this triggered a decline in the
quality of online communications. Syn. eternal September.

http://kinz.org
http://www.fedoranews.org
Jeff Kinz, Emergent Research, Hudson, MA.
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: [OT] You lose a little piece of your soul when you run Windows :-(

2005-04-05 Thread Bill McGonigle
On Apr 5, 2005, at 17:31, Jeff Kinz wrote:
http://www.google.com/search?hl=enq=%22David+Zamos%22
I think I've seen it in a few blogs as well.
OK, I should have been more clear.  I'm not doubting the story, I'm 
looking for confirmation that XP Academic requires a reformat before it 
will install.

-Bill
-
Bill McGonigle, Owner   Work: 603.448.4440
BFC Computing, LLC  Home: 603.448.1668
[EMAIL PROTECTED]   Mobile: 603.252.2606
http://www.bfccomputing.com/Pager: 603.442.1833
AIM: wpmcgonigleSkype: bill_mcgonigle
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: [OT] You lose a little piece of your soul when you run Windows :-(

2005-04-05 Thread Brian Chabot

Bill McGonigle wrote:
OK, I should have been more clear.  I'm not doubting the story, I'm 
looking for confirmation that XP Academic requires a reformat before it 
will install.
It depends on what you are upgrading from.
If you're running Win9x or ME and using a FAT32 file system, it will try 
to reformat to NTFS.

Brian
--
---
| [EMAIL PROTECTED]  http://www.hirebrian.net  |
| IT/MIS Manager - 6 Yrs Experience - Contract or Permanent   |
|  Self-taught, Fast Learner, and Team Player |
|Ready to Start TODAY at Your Company.|
---
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: Gmail invites anyone?

2005-04-05 Thread Karl Hergenrother
If Tom runs out, I have 50.  I have used Gmail for 5 months and have not 
seen a single spam.  It caught a few false positives, but quickly 
learned that it was mail I wanted and automagically adjusted the filter.

Karl
Tom Buskey wrote:
I was given a google gmail invite here and now I have a extras.
If anyone wants an invite to a gmail account, email me  I'll set you up.
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss
 

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: Gmail invites anyone?

2005-04-05 Thread Tom Buskey
Spam has been minimal so far.  I've been using it since october and
I've been very happy with it.  Yahoo has always been too anoying with
the ads.

I'm down to 40 invites.  It's interesting that I've had 5-6 and one
day I suddenly have 50.



On Apr 5, 2005 10:03 PM, Karl Hergenrother [EMAIL PROTECTED] wrote:
 
 If Tom runs out, I have 50.  I have used Gmail for 5 months and have not
 seen a single spam.  It caught a few false positives, but quickly
 learned that it was mail I wanted and automagically adjusted the filter.
 
 Karl
 
 Tom Buskey wrote:
 
 I was given a google gmail invite here and now I have a extras.
 
 If anyone wants an invite to a gmail account, email me  I'll set you up.
 ___
 gnhlug-discuss mailing list
 gnhlug-discuss@mail.gnhlug.org
 http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss
 
 
 
 
 ___
 gnhlug-discuss mailing list
 gnhlug-discuss@mail.gnhlug.org
 http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss