Re: Installing Redmine

2010-02-25 Thread Craig White
On Wed, 2010-02-24 at 23:31 -0700, Eric Cope wrote:
> I am having my tech support look into it too. I requested they keep me
> posted on how they ended up doing it so I can post it here in case
> others are interested.
> If you find your notes, I'd appreciate any help you can offer, but
> don't spend too much time searching.
> 
> Thanks for the tips!

after I went to bed, it occurred to me that the fcgi gem is probably not
all you need but you will also need gcc-c++ make autoconf kernel-headers
to build a C program since before you can build the ruby fcgi gem, you
have to install mod_fcgi for Apache. Unfortunately for you, mod_fcgi is
not available as a pre-built module so you have to build it yourself.

Suggest that you look here...

http://fatpenguinblog.com/weinerdoodz/howto-how-to-install-fastcgi-and-rubyrails-on-redhat-enterprise/

for instructions on building the mod_fcgi module for apache.

Don't bother building mysql, ruby or any of the other stuff as you
already have it installed.

Once you have that installed, it should be relatively simple to get the
ruby fcgi gem to build and install.

That said... it seems like the package has some severe issues if they
are requiring you to use an outdated and ineffective delivery system
like fcgi.

Craig


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss


Re: Ruby it is!

2010-02-25 Thread Stephen
That would have been my suggestion. then you can network any number of
things easily

this might take some configuration work however.

For example make sure your on the same subnet but make your windows
machine is .x.5 and the router .x.1 and when you set DHCP to only give
out IP's from .x.10 and higher this will help solve possible IP
conflicts.

On Wed, Feb 24, 2010 at 7:00 PM, Michael Havens  wrote:
> hey... I think it will work. I just need to share the connection with my
> router!
>
> On Wed, Feb 24, 2010 at 6:56 PM, Michael Havens  wrote:
>>
>> lovely. I d/l the ruby tar ball on M$and upack in ubuntu to compile it
>> on my own. I then find out that "By default, Ubuntu does not come with the
>> tools required [to compile programs]." It goes on to say that I need to
>> apt-get a package to enable it.  Well shoot!
>>
>> On Wed, Feb 24, 2010 at 6:43 PM, Michael Havens  wrote:
>>>
>>> does anyone know how to get the Linux box to talk to the network?
>>> practicallynetworked only has to do with sharing the connection between
>>> windows boxes. or should it automagically do it?
>>>
>>> On Wed, Feb 24, 2010 at 8:22 AM, Stephen  wrote:

 Here is something to look at then, use windows to share its connection
 to yoru ubuntu box?

 http://www.practicallynetworked.com/sharing/xp_ics/

 On Tue, Feb 23, 2010 at 8:30 PM, Michael Havens 
 wrote:
 > I am 'sharing' someones unsecure wireless account. I do not have a
 > wireless
 > card for ubuntu but rather just a router from when I could afford
 > internet.
 > Now I am on disability and all I can do is beg and plead for mercy! I
 > am to
 > afraid to put the hackware on the router for fear of turning it into a
 > brick
 > and my insecurity of not ever doing anything like that before. I think
 > that
 > what one would do is connect the either net cable up and copy the
 > program
 > onto it but from what I read it is much more complicated than that.
 >
 > On Tue, Feb 23, 2010 at 7:07 PM, Eric Shubert  wrote:
 >>
 >> Michael Havens wrote:
 >> > Okay. The majority of the noise out there  is telling me to learn
 >> > Ruby;
 >> > therefore, Ruby is what shall be learned! My next question is how
 >> > should
 >> > I install it seeing as how I do not have internet access from the
 >> > ubuntu
 >> > box but I do have it from the windows computer?
 >>
 >> How is it that you have internet on windoze but not ubuntu?
 >>
 >> --
 >> -Eric 'shubes'
 >>
 >> ---
 >> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 >> To subscribe, unsubscribe, or to change your mail settings:
 >> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
 >
 >
 >
 > --
 > :-)~MIKE~(-:
 >
 > ---
 > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 > To subscribe, unsubscribe, or to change your mail settings:
 > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
 >



 --
 A mouse trap, placed on top of your alarm clock, will prevent you from
 rolling over and going back to sleep after you hit the snooze button.

 Stephen
 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>>>
>>>
>>>
>>> --
>>> :-)~MIKE~(-:
>>
>>
>>
>> --
>> :-)~MIKE~(-:
>
>
>
> --
> :-)~MIKE~(-:
>
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>



-- 
A mouse trap, placed on top of your alarm clock, will prevent you from
rolling over and going back to sleep after you hit the snooze button.

Stephen
---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss


How to make sshd start automatically at boot-up?

2010-02-25 Thread joe
Every time I start-up my laptop after it has been powered off,
I have to run /etc/init.d/sshd start again.  What do I need
to do to make this start automatically every time I power up
this laptop?



---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss


Re: How to make sshd start automatically at boot-up?

2010-02-25 Thread Matt Graham
From: j...@actionline.com
> Every time I start-up my laptop after it has been powered off,
> I have to run /etc/init.d/sshd start again.  What do I need
> to do to make this start automatically every time I power up
> this laptop?

The exact command is distro-dependent.  Redhat:  "chkconfig sshd on".
Gentoo: "rc-update add sshd default".  Debian: "update-rc.d sshd
defaults".  But it'll be something like that.

-- 
Matt G / Dances With Crows
The Crow202 Blog:  http://crow202.org/wordpress/
There is no Darkness in Eternity/But only Light too dim for us to see


---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss


Re: How to make sshd start automatically at boot-up?

2010-02-25 Thread Eric Shubert
j...@actionline.com wrote:
> Every time I start-up my laptop after it has been powered off,
> I have to run /etc/init.d/sshd start again.  What do I need
> to do to make this start automatically every time I power up
> this laptop?

That varies by distro, and whether you want to do it the gui way or the 
CLI way. For the gnome desktop on Ubuntu, you would look under 
System->Administration->Services, and you'd find Remote Shell Server (ssh).

-- 
-Eric 'shubes'

---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss


Re: Installing Redmine

2010-02-25 Thread Alex Dean


On Feb 25, 2010, at 6:46 AM, Craig White wrote:


for instructions on building the mod_fcgi module for apache.


Many moons ago I built mod_fcgi for use with PHP5.  Notes are here in  
case that's still useful... http://www.deanspot.org/~alex/php5fcgi/index.html


alex


PGP.sig
Description: This is a digitally signed message part
---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Fwd: Linux Facts

2010-02-25 Thread Dazed_75
Some pretty interesting stuff here.  Wish the presentation were available
for download and re-use.

http://www.baselinemag.com/c/a/Intelligence/40-Fast-Facts-on-Linux-727574/




-- 
Dazed_75 a.k.a. Larry

The spirit of resistance to government is so valuable on certain occasions,
that I wish it always to be kept alive.
 - Thomas Jefferson
---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Installfest this Saturday

2010-02-25 Thread Dazed_75
We will be in room 204

http://plug.phoenix.az.us/ for details

-- 
Dazed_75 a.k.a. Larry

The spirit of resistance to government is so valuable on certain occasions,
that I wish it always to be kept alive.
 - Thomas Jefferson
---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss