kwifimanger

2004-07-01 Thread Greg Sidelinger
I was just wondering if there is anything special that one needs to do in 
order to make the kwifimanger work with testing.  I have no problem getting 
my wifi connections to come up with /etc/networking/interfaces an and using a 
setup like.

#auto eth2
iface eth2 inet dhcp
wireless_essid wifinetworkname
wireless_key1 s:password

Everything comes up just fine after an ifup eth2 but I use more than 
wifinetwork on a daily basis and was wondering if I could get the point and 
click (ya I'm lazy) stuff in kde to work. I have tried but I just can't get 
it to work. And its no fun to edit the /etc/networking/interfaces file daily 
too.

Greg


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Apache and CGI

2004-06-24 Thread Greg Sidelinger
On Thursday 24 June 2004 08:43 am, Mark Par wrote:
> Greg Sidelinger wrote:
> >Ok I feel pretty stupid for even asking this but how do I make cgi scripts
> >work with apache2 and unstable.  I did just the default install of apache2
> >and tried to run the test-cgi script and all I got for output was the
> > script itself.  I know I have had this same problem before on unstable
> > but for the life of me I can't figure out what I did to fix it.  The
> > scripts are all 755 and nothing shows up in the error logs. I just got
> > the script displaced which tells me that they are not being processed.
> >The /etc/apache2/sites-enabled/default config file has ExecCGI and a
> >scriptalias for the directory but for the life of me I can't get apache to
> >process the cgi scripts.  I'm using the apache2-mpm-prefork package. The
> > the current config is the default from the packages.  If anyone can point
> > me in the correct direction so I can test some simple programs please let
> > me know what I'm over looking.
> >
> >Greg
>
> The module for the cgi is not loaded to the server yet.
> You need to say
>
> # a2enmod cgi
>
> then
>
> # apache2ctl graceful

Thank you for pointing me in the right direction.  I ended up just linking 
cgi.load from modules-available to modules-enabled and it all took off.

>
> Now try
> $ lynx http://servername/cgi-bin/printenv
>
> BTW: You should also install apache2-common.
it is a dependany of all the apache2 bin packages so it was installed.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Apache and CGI

2004-06-23 Thread Greg Sidelinger
On Tuesday 22 June 2004 11:23 am, richard lyons wrote:
> On Tuesday 22 June 2004 08:19, Greg Sidelinger wrote:
> > Ok I feel pretty stupid for even asking this but how do I make cgi
> > scripts work with apache2 and unstable.  I did just the default
> > install of apache2 and tried to run the test-cgi script and all I got
> > for output was the script itself.  I know I have had this same
> > problem before on unstable but for the life of me I can't figure out
> > what I did to fix it.  The scripts are all 755 and nothing shows up
> > in the error logs. I just got the script displaced which tells me
> > that they are not being processed.
> > The /etc/apache2/sites-enabled/default config file has ExecCGI and a
> > scriptalias for the directory but for the life of me I can't get
> > apache to process the cgi scripts.  I'm using the apache2-mpm-prefork
> > package. The the current config is the default from the packages.  If
> > anyone can point me in the correct direction so I can test some
> > simple programs please let me know what I'm over looking.
>
> Have a look at your /etc/apache/httpd.conf -- it is pretty well
> documented.
>
> I think what you are looking for is a stanza for whichever directory you
> want to run cgi scripts from.  Make sure you still have something like
>
> # or wherever
> AllowOverride None   # I forget what this is at the mo.
> Options ExecCGI  # This is the line in question
> Order allow,deny # The usual access control thing...
> Allow from all   # ... or whatever
> 
>
> Read the rest of it as well while you are there.  It`s full of wisdom
> which I have forgotten since I last looked...  (Which may also mean I`m
> barking up the wrong tree)
>
> HT(happens to)H
> --
> richard

I have all that stuff in /etc/apache2/sites-enabled/default

ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/

AllowOverride None
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all


the Alias part of the scriptalias works just fine.  Just not getting the 
ExecCGI.  I even tried turning on AddHandler but it did not help. 

AddHandler cgi-script .cgi .pl

I'm really not sure what i'm doing.  I'm just confused as to why the default 
config is not working, must be that unstable thing.  But I know I have had 
this problem before with unstable, just can't remember what I did to fix it. 
And yes I have read the apache conf file, many times.

Greg








-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Apache and CGI

2004-06-22 Thread Greg Sidelinger
Ok I feel pretty stupid for even asking this but how do I make cgi scripts 
work with apache2 and unstable.  I did just the default install of apache2 
and tried to run the test-cgi script and all I got for output was the script 
itself.  I know I have had this same problem before on unstable but for the 
life of me I can't figure out what I did to fix it.  The scripts are all 755 
and nothing shows up in the error logs. I just got the script displaced which 
tells me that they are not being processed. 
The /etc/apache2/sites-enabled/default config file has ExecCGI and a 
scriptalias for the directory but for the life of me I can't get apache to 
process the cgi scripts.  I'm using the apache2-mpm-prefork package. The the 
current config is the default from the packages.  If anyone can point me in 
the correct direction so I can test some simple programs please let me know 
what I'm over looking.

Greg


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



software raid and lvm

2004-04-13 Thread Greg Sidelinger
I'm trying to find some documentation how installing testing on a system
using root on software raid1 and lmv. I've done some searching around
and most of the stuff I have seen is for the 3.0 installer and not the
new debian installer. So if anyone knows where I might find some
documentation on this could you please let me know.


-- 
Greg Sidelinger
gate'at'ilive4code.net
---
there's no point for democracy when ignorance is celebrated 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Network options

2002-12-26 Thread Greg Sidelinger
I was wondering if there are any nice debian packages that allow a user to
easily change their network settings.  I use different networks with my
system and dhcp is not the way to go with some of them.  I use dhcp
sometimes, need a static others and sometimes even use PPP.  It all
depends on where I'm at and what I'm doing. I just want to pick what
network config to use, ex HOME, WORK, MODEM, lalalala from a list and have
them applied.  I could write some simple scripts to do it for me but I'm
lazy and was wondering if debian all ready had something to handle it.

Greg




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Telnet

2002-12-04 Thread Greg Sidelinger
Does anyone know how to map the function keys to special keystrokes (esc + "a 
number") using /etc/telnetrc.  I was looking around telnets man page but did 
not see anything.  I'm using the default debian telnet client btw.

Greg


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]