rpm and dependencies for RedHat8


Subject: rpm and dependencies for RedHat8
From: Mike Barsalou (mbarsalou@aidea.org)
Date: Fri Mar 07 2003 - 08:54:50 AKST


Adam,

There are a few things you can do to deal with this:

From the gui...there is a program called red-carpet...get it here:

www.ximian.com

From the command line there are two packages:

apt-get - this is a debian port of the apt program for RedHat
rpmfind - another tool that does a similar thing

There actually quite a few others..BIMO these are a few of the best.

Mike

-----Original Message-----
From: aklug@aklug.org [mailto:aklug@aklug.org]
Sent: Friday, March 07, 2003 7:56 AM
To: aklug digest users
Subject: aklug Digest V2 #57

aklug Digest Wed, 05 Mar 2003 Volume: 02 Issue: 057

In This Issue:
                Re: OT: Routers
                Debian & Audigy2
                Re: DHCP question/help
                Mozilla problem
                Re: Mozilla problem
                RE: Mozilla problem
                Re: Mozilla problem
                Re: Mozilla problem
                RE: Mozilla problem
                Re: Legislation for Open Source
                RE: busy system with Mandrake/KDE
                Re: Legislation for Open Source
                mount windows shares at login
                Re: mount windows shares at login
                rights to windows share
                Re: rights to windows share
                Re: Debian & Audigy2
                Website security
                Re: Website security
                (OT) Laptop for sale...
                Dependences
                Re: Dependences
                MSR for familiar (OPIE/Qtopia)
                Re: Mozilla problem

----------------------------------------------------------------------

From: "Scott Johnson" <sjohnson@akghetto.com>
Subject: Re: OT: Routers
Date: Wed, 5 Mar 2003 23:38:46 -0900

I know this is very shameless, but I have a bunch of 4 port nics for sale if
anyone out there is considering building their own router. 4 port nics come
in VERY handy for such a project.

Please email me off list if interested.

----- Original Message -----
From: "Christopher E. Brown" <cbrown@woods.net>
To: "James Dory" <jdory@gci.net>
Cc: <aklug@aklug.org>
Sent: Wednesday, 05 March, 2003 12.37
Subject: Re: OT: Routers

>
> On Wed, 5 Mar 2003, James Dory wrote:
>
> > We don't have any available old hardware here except maybe one or two..
> > scrounging some up would cost too so I have to keep that in mind.
>
> Even purchasing new x86 linux based routers tends to be alot cheaper
> than comparable Ciscos.
>
> Unless I am way off on my prices, I know where you can get a flash
> based book sized 3 10/100 port ethernet router (about 20% faster than
> a 2621) for about a grand less than CDW lists a 2621 without support
> contract for. That is an industrial type flash booting no moving
> parts LinuxRouter, with more interfaces, hardware watchdog and in a
> smaller chassis.
>
>
> If done right you should be able to do a very nice setup for well
> under 2k per location for all routing and switching gear.
>
>
> > Ok, I got those off the Cisco website I think, but could have been
> > misled easily by that website. I'm not familiar with pps rates anyway..
> > not sure how that relates to speed 'feel' if at all.
>
> They are the figures they list. I was just noting that I was giving
> real world worst case figures, not best case test workbench figures.
> A baseline 2600 will do 40,000pps best case(fastpath), in a very
> specific testing setup, a 486DX-133 with a PCI bus and a pair of EEPRO
> 10/100 will do 65,000/pps (fastpath) with the same workload and
> testbed configuration. (Interrupt mitigation, fast switching, etc
> enabled). I just wanted to compare apples to apples as it were.
> 28,000/pps was a worst case real world figure for the 486DX-133 box.
> One can normally divide the pps figure Cisco gives by 3 to get
> something sane. Cisco quotes pps figures based on the fastpath, and
> *most* of the time a router is running slowpath.
>
> So long as a router is running *well below* its slowpath pps figure it
> really has nothing to do with how it feels. A good rule of thumb,
> worst case *real-world* pps should be no more than 110% of router
> slowpath pps. (Preferred is no more than 90%).
>
>
> You need to figure overall router ability based on slowpath router
> pps, and a routers aggregate bandwidth first, then on available
> interfaces and interface speed. You can easily pack 8 100Mbit-FD
> links in a 7206, for an interface aggregate of 1600Mbit, but the main
> interconnect bus limits a 7206 to no more than 400Mbit aggregate in
> slowpath, and not much more than that in fastpath.
>
>
> You can stuff alot of interfaces in a router, you just have to be
> careful not to bounce off of pps or bus bandwidth limits.
>
> --
> I route, therefore you are.
>
>
>
> ---------
> To unsubscribe, send email to <aklug-request@aklug.org>
> with 'unsubscribe' in the message body.
>

------------------------------

Date: Thu, 06 Mar 2003 01:39:27 -0900
From: Barry Clark <blclark@gci.net>
Subject: Debian & Audigy2

Has anyone successfully gotten the Audigy 2 to work with Debian 3.0, or
any other distro for that matter?

------------------------------

Date: Wed, 5 Mar 2003 23:45:53 -0900 (AKST)
From: Arthur Corliss <arthur@corlissfamily.org>
Subject: Re: DHCP question/help

On Wed, 5 Mar 2003, Scott Johnson wrote:

> Background: I have two different subnets on my LAN... 172.26.1.0 /24 &
> 10.0.1.0/24. The 172 subnet is my regular LAN, the 10 subnet is my
> wireless. My default gateway is 172.26.1.1 which has an external static
IP
> of 24.237.4.113. The gateway for the wireless network is 172.26.1.3
> (10.0.1.3 on the other side).
>
> Problem: My DHCP server hands out 172.26.1.1 as the default gateway, but
> I'm trying to find out *if it's possible* to specify a route when getting
an
> IP from DHCP of something like 10.0.1.0 255.255.255.0 172.26.1.3????
>
> Summary: Basically I want to alter the routing table with DHCP so that
> clients know to send requests to the 10.0.1.0 network to the gateway of
> 172.26.1.3, but send everything else to the (default) gateway of
172.26.1.1.
>
> Ideas?
>
> Any help appreciated.

RFC 2131 does specify the ability to define static routes, but whether your
server and client make it easy to do this is another question altogether.
ISC's dhcpd.conf(5) man page doesn't mention anything about it. Some
clients
may require custom scripts to handle the configuration of any uncommon or
custom options as well.

RFC 1533 also specifies it. If you have a server & client that fully
implements those RFCs, you should be able to do it simply. If not, you'll
have to hack it together yourself.

        --Arthur Corliss
          Bolverk's Lair -- http://arthur.corlissfamily.org/
          Digital Mages -- http://www.digitalmages.com/
          "Live Free or Die, the Only Way to Live" -- NH State Motto

------------------------------

From: Mike Barsalou <mbarsalou@aidea.org>
Subject: Mozilla problem
Date: Thu, 6 Mar 2003 09:37:49 -0900

I have a Mozilla problem on one of my machines....I can launch it and it
brings up an initial window, then kills itself.

How do I go about figuring out what is wrong?

I haven't uninstalled/re-installed yet....how Microsoft! Of course I will
end up doing this if there is no known way of figuring out the problem.

I have found nothing in /var/log/messages that helps.

Mike

------------------------------

Date: Thu, 06 Mar 2003 09:57:20 -0900
From: enderak@gci.net
Subject: Re: Mozilla problem

Not sure what you mean by 'initial window' - are you talking a splash screen
or a 'choose user' window, or something else altogether? If it is the
choose user window, try running 'killall mozilla-bin' and then starting it.
I have this problem all the time if flash or something crashes it..

otherwise, i don't know.. try reinstalling :)

Justin

----- Original Message -----
From: Mike Barsalou <mbarsalou@aidea.org>
Date: Thursday, March 6, 2003 9:37 am
Subject: Mozilla problem

>
> I have a Mozilla problem on one of my machines....I can launch it
> and it
> brings up an initial window, then kills itself.
>
> How do I go about figuring out what is wrong?
>
> I haven't uninstalled/re-installed yet....how Microsoft! Of
> course I will
> end up doing this if there is no known way of figuring out the
> problem.
> I have found nothing in /var/log/messages that helps.
>
> Mike
>
> ---------
> To unsubscribe, send email to <aklug-request@aklug.org>
> with 'unsubscribe' in the message body.
>
>

------------------------------

From: Mike Barsalou <mbarsalou@aidea.org>
Subject: RE: Mozilla problem
Date: Thu, 6 Mar 2003 10:11:42 -0900

The initial window I am referring to is the browser window that comes up
when you start Mozilla that has the preferred site that shows up.

You click on the monster icon and the browser opens up. :)

Mike

-----Original Message-----
From: enderak@gci.net [mailto:enderak@gci.net]
Sent: Thursday, March 06, 2003 9:57 AM
To: Mike Barsalou
Cc: aklug@aklug.org
Subject: Re: Mozilla problem

Not sure what you mean by 'initial window' - are you talking a splash screen
or a 'choose user' window, or something else altogether? If it is the
choose user window, try running 'killall mozilla-bin' and then starting it.
I have this problem all the time if flash or something crashes it..

otherwise, i don't know.. try reinstalling :)

Justin

----- Original Message -----
From: Mike Barsalou <mbarsalou@aidea.org>
Date: Thursday, March 6, 2003 9:37 am
Subject: Mozilla problem

>
> I have a Mozilla problem on one of my machines....I can launch it
> and it
> brings up an initial window, then kills itself.
>
> How do I go about figuring out what is wrong?
>
> I haven't uninstalled/re-installed yet....how Microsoft! Of
> course I will
> end up doing this if there is no known way of figuring out the
> problem.
> I have found nothing in /var/log/messages that helps.
>
> Mike
>
> ---------
> To unsubscribe, send email to <aklug-request@aklug.org>
> with 'unsubscribe' in the message body.
>
>

------------------------------

Date: Thu, 06 Mar 2003 10:41:15 -0900
From: Adam Elkins <i-robot@gci.net>
Subject: Re: Mozilla problem

Mike, open mozilla from the console...Don't use the '&' to give your prompt
back. It will output the error thats causeing it to close. I'm guessing it's

a segemntation fault, but this should give you a clue as to why it's
happeneing.

Adam

On Thursday 06 March 2003 10:11 am, Mike Barsalou wrote:
> The initial window I am referring to is the browser window that comes up
> when you start Mozilla that has the preferred site that shows up.
>
> You click on the monster icon and the browser opens up. :)
>
>
> Mike
>
> -----Original Message-----
> From: enderak@gci.net [mailto:enderak@gci.net]
> Sent: Thursday, March 06, 2003 9:57 AM
> To: Mike Barsalou
> Cc: aklug@aklug.org
> Subject: Re: Mozilla problem
>
>
> Not sure what you mean by 'initial window' - are you talking a splash
> screen or a 'choose user' window, or something else altogether? If it is
> the choose user window, try running 'killall mozilla-bin' and then
starting
> it. I have this problem all the time if flash or something crashes it..
>
> otherwise, i don't know.. try reinstalling :)
>
> Justin
>
>
> ----- Original Message -----
> From: Mike Barsalou <mbarsalou@aidea.org>
> Date: Thursday, March 6, 2003 9:37 am
> Subject: Mozilla problem
>
> > I have a Mozilla problem on one of my machines....I can launch it
> > and it
> > brings up an initial window, then kills itself.
> >
> > How do I go about figuring out what is wrong?
> >
> > I haven't uninstalled/re-installed yet....how Microsoft! Of
> > course I will
> > end up doing this if there is no known way of figuring out the
> > problem.
> > I have found nothing in /var/log/messages that helps.
> >
> > Mike
> >
> > ---------
> > To unsubscribe, send email to <aklug-request@aklug.org>
> > with 'unsubscribe' in the message body.
>
> ---------
> To unsubscribe, send email to <aklug-request@aklug.org>
> with 'unsubscribe' in the message body.

------------------------------

Date: Thu, 06 Mar 2003 12:00:10 -0900
From: Matthew Schumacher <schu@schu.net>
Subject: Re: Mozilla problem

Sometimes the profile will get messed up and cause mozilla to crash...
Try moving your profile to a different name and see if it starts
normally. If so, then you know where the problem is.

schu

Mike Barsalou wrote:
> The initial window I am referring to is the browser window that comes up
> when you start Mozilla that has the preferred site that shows up.
>
> You click on the monster icon and the browser opens up. :)
>
>
> Mike
>
> -----Original Message-----
> From: enderak@gci.net [mailto:enderak@gci.net]
> Sent: Thursday, March 06, 2003 9:57 AM
> To: Mike Barsalou
> Cc: aklug@aklug.org
> Subject: Re: Mozilla problem
>
>
> Not sure what you mean by 'initial window' - are you talking a splash
screen
> or a 'choose user' window, or something else altogether? If it is the
> choose user window, try running 'killall mozilla-bin' and then starting
it.
> I have this problem all the time if flash or something crashes it..
>
> otherwise, i don't know.. try reinstalling :)
>
> Justin
>
>
> ----- Original Message -----
> From: Mike Barsalou <mbarsalou@aidea.org>
> Date: Thursday, March 6, 2003 9:37 am
> Subject: Mozilla problem
>
>
>>I have a Mozilla problem on one of my machines....I can launch it
>>and it
>>brings up an initial window, then kills itself.
>>
>>How do I go about figuring out what is wrong?
>>
>>I haven't uninstalled/re-installed yet....how Microsoft! Of
>>course I will
>>end up doing this if there is no known way of figuring out the
>>problem.
>>I have found nothing in /var/log/messages that helps.
>>
>>Mike
>>
>>---------
>>To unsubscribe, send email to <aklug-request@aklug.org>
>>with 'unsubscribe' in the message body.
>>
>>
>
>
> ---------
> To unsubscribe, send email to <aklug-request@aklug.org>
> with 'unsubscribe' in the message body.

------------------------------

From: Mike Barsalou <mbarsalou@aidea.org>
Subject: RE: Mozilla problem
Date: Thu, 6 Mar 2003 12:12:35 -0900

This doesn't work either....when I type "Mozilla" from the command line I
get exactly no errors...and nothing seems to get logged anywhere.

But Brian ThunderEagle stumbled across the answer. Here is how we found it:

We launched mozilla-bin. Evidently Mozilla is a script that then launches
mozilla-bin.

After launching the mozilla-bin we got GTK errors. Brian rightly checked
google groups for the answer. He then followed some links that had
information about how the...now get this...the Redmond theme....doesn't work
with mozilla.

We got a little chuckle out of that!

Anyway, we changed our theme to something more compatible and now it works.
Thanks for all the feedback!

For those of you who don't know what a theme is:

I don't either, but it is the thing that changes how your windows look in X.

Mike

-----Original Message-----
From: Matthew Schumacher [mailto:schu@schu.net]
Sent: Thursday, March 06, 2003 12:00 PM
To: Mike Barsalou
Cc: aklug@aklug.org
Subject: Re: Mozilla problem

Sometimes the profile will get messed up and cause mozilla to crash...
Try moving your profile to a different name and see if it starts
normally. If so, then you know where the problem is.

schu

Mike Barsalou wrote:
> The initial window I am referring to is the browser window that comes up
> when you start Mozilla that has the preferred site that shows up.
>
> You click on the monster icon and the browser opens up. :)
>
>
> Mike
>
> -----Original Message-----
> From: enderak@gci.net [mailto:enderak@gci.net]
> Sent: Thursday, March 06, 2003 9:57 AM
> To: Mike Barsalou
> Cc: aklug@aklug.org
> Subject: Re: Mozilla problem
>
>
> Not sure what you mean by 'initial window' - are you talking a splash
screen
> or a 'choose user' window, or something else altogether? If it is the
> choose user window, try running 'killall mozilla-bin' and then starting
it.
> I have this problem all the time if flash or something crashes it..
>
> otherwise, i don't know.. try reinstalling :)
>
> Justin
>
>
> ----- Original Message -----
> From: Mike Barsalou <mbarsalou@aidea.org>
> Date: Thursday, March 6, 2003 9:37 am
> Subject: Mozilla problem
>
>
>>I have a Mozilla problem on one of my machines....I can launch it
>>and it
>>brings up an initial window, then kills itself.
>>
>>How do I go about figuring out what is wrong?
>>
>>I haven't uninstalled/re-installed yet....how Microsoft! Of
>>course I will
>>end up doing this if there is no known way of figuring out the
>>problem.
>>I have found nothing in /var/log/messages that helps.
>>
>>Mike
>>
>>---------
>>To unsubscribe, send email to <aklug-request@aklug.org>
>>with 'unsubscribe' in the message body.
>>
>>
>
>
> ---------
> To unsubscribe, send email to <aklug-request@aklug.org>
> with 'unsubscribe' in the message body.

------------------------------

Subject: Legislation for Open Source
From: Greg Madden <pabi@gci.net>
Date: 06 Mar 2003 12:46:09 -0900

This is the text of a bill introduced in the Oregon Legislature. Has
some good arguments for using Open Source.
http://www.leg.state.or.us/03reg/measures/hb2800.dir/hb2892.intro.html

-- 
Greg Madden
Precision Air Balance, Inc.
Phone: 907-276-0461
email: pabi@gci.net

------------------------------

Date: Thu, 06 Mar 2003 13:37:54 -0900 From: "Michael Gillson" <Michael_Gillson@chugachelectric.com> Subject: Re: Legislation for Open Source

Great read. It took me awhile. Some Microsoft zealots might call it bashing but it was well stated with source without any undue emotionalism.

>>> Greg Madden <pabi@gci.net> 03/06/03 12:46PM >>>

This is the text of a bill introduced in the Oregon Legislature. Has some good arguments for using Open Source. http://www.leg.state.or.us/03reg/measures/hb2800.dir/hb2892.intro.html

-- Greg Madden Precision Air Balance, Inc. Phone: 907-276-0461 email: pabi@gci.net

--------- To unsubscribe, send email to <aklug-request@aklug.org> with 'unsubscribe' in the message body.

------------------------------

From: "Piet van Weel" <cryonv@onlinemac.com> Subject: RE: busy system with Mandrake/KDE Date: Thu, 6 Mar 2003 07:14:26 -0800

Hey Bryan...

Ok... 300 MHz isn't so bad... Hmmm the 32 Megs though is very limiting... What do you have your swap space set as? Any chance you could go though and increase the memory in this machine? (Comp-USA should have some)

When you do the system monitoring is that with KDE running? I imagine that you're running into the bottom of the barrel, with regards to memory. If you're running system monitoring tools, they're probably sucking up the last remaining memory.. and you're getting system feedback... Of course if you've got a decent swap setup then this paragraph isn't valid.

Piet cryonv@onlinemac.com

-----Original Message----- From: aklug-bounce@aklug.org [mailto:aklug-bounce@aklug.org] On Behalf Of bryan@ak.net Sent: Saturday, March 01, 2003 2:54 PM To: aklug@aklug.org Subject: busy system with Mandrake/KDE

My uncle has a Compaq laptop with a K6-2 running at 300 MHz (maybe more). I put Mandrake 8.1 on it for him, setup with KDE, and it runs like a dog. It only has 32 megs of RAM, which I'm sure is part of the problem, but here's the funny part:

The 'free' command shows ~1meg free on the Mem line, like normal, but about 12-18 megs free on the "+/- buffers/cache" line. And even when several programs are running, and top shows a load average as high as 5, it still reports a CPU load of around 50%.

The system monitor tools don't seem to be reporting numbers that make sense, given the behavior of the system. Can someone enlighten me as to what's happening -- and even better, how to make the system more responsive?

-- Bryan Medsker bryan@ak.net

--------- To unsubscribe, send email to <aklug-request@aklug.org> with 'unsubscribe' in the message body.

------------------------------

Date: Thu, 06 Mar 2003 13:43:26 -0900 From: Jim Gribbin <jewelrysupplier@gci.net> Subject: Re: Legislation for Open Source

Same thing, but a little easier read.

http://pub.das.state.or.us/LEG_BILLS/PDFs/HB2892.pdf

Jim Gribbin

On Thu, 2003-03-06 at 12:46, Greg Madden wrote: > This is the text of a bill introduced in the Oregon Legislature. Has > some good arguments for using Open Source. > http://www.leg.state.or.us/03reg/measures/hb2800.dir/hb2892.intro.html

------------------------------

Date: Thu, 06 Mar 2003 02:20:48 -0900 From: "Tim Jordan, DOL&WD Network Services" <Timothy_Jordan@labor.state.ak.us> Subject: mount windows shares at login

I've tried putting together a script (my first) to map the windows share. I know that I have to use root rights in order to mount the M$ share. So I tried this:

#! /bin/bash su root %rootpassword% mount -t smbfs -o username=tim,password=******* //%server%/home /home/tim/AD1 cd /home/tim/AD1 chmod a+rwx

It does not work as the root password prompt appears when I run the script. * How do I pass the root password w/the su command? *What directory would I put this script in once it works?.....a startup directory?

Tim

------------------------------

Date: Thu, 6 Mar 2003 14:09:58 -0900 (AKST) From: Arthur Corliss <arthur@corlissfamily.org> Subject: Re: mount windows shares at login

On Thu, 6 Mar 2003, Tim Jordan, DOL&WD Network Services wrote:

> I've tried putting together a script (my first) to map the windows > share. I know that I have to use root rights in order to mount the M$ > share. So I tried this: > > #! /bin/bash > su root > %rootpassword% > mount -t smbfs -o username=tim,password=******* //%server%/home > /home/tim/AD1 > cd /home/tim/AD1 > chmod a+rwx > > It does not work as the root password prompt appears when I run the script. > * How do I pass the root password w/the su command? > *What directory would I put this script in once it works?.....a startup > directory?

First off: remember that shell scripts execute line by line, and they don't continue until the command from the previous line exits. So your su line spawns a shell and the script does nothing else until you exit that shell.

Second: you'd be better off with a setuid wrapper instead of a shell script -- do you really want your *root* password in a *text* file on that box?! At least with a setuid wrapper you'd only risk exposing your Windows password, but if you make it only group readable by a group only *you* belong to, that's marginally better.

Here's an example of a C program that I use to do exactly this at work (with the logon/host specifics munged for security). Keep in mind that using the other options for mounting (uid/gid) you don't have to make it world rw like you are above. Always do things as securely as possible:

// winmount.c -- Setuid wrapper for mounting my Windows home directory on the // the server // // $Id: winmount.c,v 0.2 2003/03/06 23:34:01 acorliss Exp acorliss $ //

#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/types.h>

#define USAGE "Usage: winmount [-m] [-u]\n\t-m\tMount SMB share\n\t-u\tUnmount SMB share \n" #define F1 "-m" #define F2 "-u"

int main(int argc, char * argv[]) {

setreuid (geteuid (), getuid ());

// Make sure we have an argument and it's a legitimate option if (argc != 2 || (strcmp(argv[1], F1) != 0 && strcmp(argv[1], F2) != 0)) { printf(USAGE); return 1; }

if (strcmp(argv[1], F1) == 0) { execl("/bin/mount", "mount", "-t", "smbfs", "-o", "username=foo,password=bar,uid=10892,gid=100", "//homeserver/foo$", "/mnt", 0); } else if (strcmp(argv[1], F2) == 0) { execl("/bin/umount", "umount", "/mnt", 0); } }

--Arthur Corliss Bolverk's Lair -- http://arthur.corlissfamily.org/ Digital Mages -- http://www.digitalmages.com/ "Live Free or Die, the Only Way to Live" -- NH State Motto

------------------------------

Date: Thu, 06 Mar 2003 02:47:47 -0900 From: "Tim Jordan, DOL&WD Network Services" <Timothy_Jordan@labor.state.ak.us> Subject: rights to windows share

Is it possible to change rights or ownership of a windows share that root has mounted under my home directory?

I tried chown & chmod as root and I'm told that this is not permitted.

I don't want to run as root just to save data to my windows directory on our network. Any suggestions?

Tim

------------------------------

Date: Thu, 6 Mar 2003 14:19:56 -0900 (AKST) From: Arthur Corliss <arthur@corlissfamily.org> Subject: Re: rights to windows share

On Thu, 6 Mar 2003, Tim Jordan, DOL&WD Network Services wrote:

> > Is it possible to change rights or ownership of a windows share that > root has mounted under my home directory? > > I tried chown & chmod as root and I'm told that this is not permitted. > > I don't want to run as root just to save data to my windows directory on > our network. > Any suggestions?

As I mentioned in my previous post, using the uid/gid options for mount will set the owner and group of the files in the file system. My example allows my user account to do all the I/O without root privileges.

--Arthur Corliss Bolverk's Lair -- http://arthur.corlissfamily.org/ Digital Mages -- http://www.digitalmages.com/ "Live Free or Die, the Only Way to Live" -- NH State Motto

------------------------------

Date: Thu, 06 Mar 2003 15:18:30 -0900 From: Jim Gribbin <jewelrysupplier@gci.net> Subject: Re: Debian & Audigy2

You probably need a newer version of oss.

http://www.opensound.com/

It looks like their latest release ,3.9.7h, is the first to support that card.

You might also want to check out the alsa drivers

http://www.alsa-project.org/

Jim Gribbin

On Thu, 2003-03-06 at 01:39, Barry Clark wrote: > Has anyone successfully gotten the Audigy 2 to work with Debian 3.0, or > any other distro for that matter? > > > --------- > To unsubscribe, send email to <aklug-request@aklug.org> > with 'unsubscribe' in the message body. >

------------------------------

From: Mike Barsalou <mbarsalou@aidea.org> Subject: Website security Date: Thu, 6 Mar 2003 15:25:27 -0900

Are there some good ways to verify that a website is secure? Other than the obvious "OK, boys...come and get it!"

Mike

------------------------------

Date: Thu, 6 Mar 2003 15:26:17 -0900 (AKST) From: Arthur Corliss <arthur@corlissfamily.org> Subject: Re: Website security

On Thu, 6 Mar 2003, Mike Barsalou wrote:

> > Are there some good ways to verify that a website is secure? Other than the > obvious "OK, boys...come and get it!"

If you have any kind of CGI or dynamic generation going on it's damned near impossible to guarantee your site is secure. You have a slightly better chance with a static site, being that Apache is the only thing you have worry about.

--Arthur Corliss Bolverk's Lair -- http://arthur.corlissfamily.org/ Digital Mages -- http://www.digitalmages.com/ "Live Free or Die, the Only Way to Live" -- NH State Motto

------------------------------

Date: Thu, 06 Mar 2003 16:52:31 -0900 From: gibsont@alaska.net Subject: (OT) Laptop for sale...

Hi folks...

Toshiba Satellite 315 CDS, built-in cd-rom, 3.5" floppy, stereo sound (Yamaha), 48 Megs memory, 2 gig hard drive, pentium 2, 200 Mhz. Mouse-thingee in the middle of the keyboard works only sporadically so I use a ps2 mouse instead. Dependable unit. First $200 takes it. Email if you want to see it. Thank you! Tim gibsont@alaska.net

------------------------------

Date: Thu, 06 Mar 2003 17:00:07 -0900 From: Adam Elkins <i-robot@gci.net> Subject: Dependences

Is there way way to check for deps. from command line? More so, deps of deps. I'm all the time getting a dep, but then it needs one too...

Adam

------------------------------

Subject: Re: Dependences From: Greg Madden <pabi@gci.net> Date: 06 Mar 2003 17:28:29 -0900

On Thu, 2003-03-06 at 17:00, Adam Elkins wrote: > > Is there way way to check for deps. from command line? More so, deps of deps. > I'm all the time getting a dep, but then it needs one too... > > Adam >

'dpkg -s <package name>' or 'apt-cache showpkg <package name>', This works on a Debian system , you didn't mention what OS you are using. -- Greg Madden Precision Air Balance, Inc. Phone: 907-276-0461 email: pabi@gci.net

------------------------------

Date: Thu, 06 Mar 2003 17:40:57 -0900 From: Adam Elkins <i-robot@gci.net> Subject: Re: Dependences

I suppose I should have mentioned that, may have saved you some time... RedHat 8

Adam

On Thursday 06 March 2003 05:28 pm, Greg Madden wrote: > On Thu, 2003-03-06 at 17:00, Adam Elkins wrote: > > Is there way way to check for deps. from command line? More so, deps of > > deps. I'm all the time getting a dep, but then it needs one too... > > > > Adam > > 'dpkg -s <package name>' or 'apt-cache showpkg <package name>', This > works on a Debian system , you didn't mention what OS you are using.

------------------------------

Date: Thu, 06 Mar 2003 17:52:35 -0900 From: Adam Elkins <i-robot@gci.net> Subject: MSR for familiar (OPIE/Qtopia)

Would anyone like to purchase the full copy of MSR (MotoCross Stunt Racer) for the Zaurus or an ipaq running OPIE? http://eongames.com/games/msr/

I'm selling it for a one time low price; the email you send me stating you want it. This offer is good forever...

Adam

------------------------------

Subject: Re: Dependences From: Greg Madden <pabi@gci.net> Date: 06 Mar 2003 21:25:25 -0900

On Thu, 2003-03-06 at 17:40, Adam Elkins wrote: > > I suppose I should have mentioned that, may have saved you some time... > RedHat 8 > > > Adam > > On Thursday 06 March 2003 05:28 pm, Greg Madden wrote: > > On Thu, 2003-03-06 at 17:00, Adam Elkins wrote: > > > Is there way way to check for deps. from command line? More so, deps of > > > deps. I'm all the time getting a dep, but then it needs one too... > > > > > > Adam > > > > 'dpkg -s <package name>' or 'apt-cache showpkg <package name>', This > > works on a Debian system , you didn't mention what OS you are using.

Try the man page for RPM or Google. I am pretty sure RPM + options can do what you want. -- Greg Madden Precision Air Balance, Inc. Phone: 907-276-0461 email: pabi@gci.net

------------------------------

Date: Fri, 07 Mar 2003 07:55:52 -0900 From: Jim <jwadell@gci.net> Subject: Re: Mozilla problem

Mike Barsalou wrote:

> This doesn't work either....when I type "Mozilla" from the command line I > get exactly no errors...and nothing seems to get logged anywhere. > > But Brian ThunderEagle stumbled across the answer. Here is how we found it: > > We launched mozilla-bin. Evidently Mozilla is a script that then launches > mozilla-bin. > > After launching the mozilla-bin we got GTK errors. Brian rightly checked > google groups for the answer. He then followed some links that had > information about how the...now get this...the Redmond theme....doesn't work > with mozilla. > > We got a little chuckle out of that! > > Anyway, we changed our theme to something more compatible and now it works. > Thanks for all the feedback! > > For those of you who don't know what a theme is: > > I don't either, but it is the thing that changes how your windows look in X. > > Mike > > -----Original Message----- > From: Matthew Schumacher [mailto:schu@schu.net] > Sent: Thursday, March 06, 2003 12:00 PM > To: Mike Barsalou > Cc: aklug@aklug.org > Subject: Re: Mozilla problem > > Sometimes the profile will get messed up and cause mozilla to crash... > Try moving your profile to a different name and see if it starts > normally. If so, then you know where the problem is. > > schu > > Mike Barsalou wrote: > > The initial window I am referring to is the browser window that comes up > > when you start Mozilla that has the preferred site that shows up. > > > > You click on the monster icon and the browser opens up. :) > > > > > > Mike > > > > -----Original Message----- > > From: enderak@gci.net [mailto:enderak@gci.net] > > Sent: Thursday, March 06, 2003 9:57 AM > > To: Mike Barsalou > > Cc: aklug@aklug.org > > Subject: Re: Mozilla problem > > > > > > Not sure what you mean by 'initial window' - are you talking a splash > screen > > or a 'choose user' window, or something else altogether? If it is the > > choose user window, try running 'killall mozilla-bin' and then starting > it. > > I have this problem all the time if flash or something crashes it.. > > > > otherwise, i don't know.. try reinstalling :) > > > > Justin > > > > > > ----- Original Message ----- > > From: Mike Barsalou <mbarsalou@aidea.org> > > Date: Thursday, March 6, 2003 9:37 am > > Subject: Mozilla problem > > > > > >>I have a Mozilla problem on one of my machines....I can launch it > >>and it > >>brings up an initial window, then kills itself. > >> > >>How do I go about figuring out what is wrong? > >> > >>I haven't uninstalled/re-installed yet....how Microsoft! Of > >>course I will > >>end up doing this if there is no known way of figuring out the > >>problem. > >>I have found nothing in /var/log/messages that helps. > >> > >>Mike > >> > >>--------- > >>To unsubscribe, send email to <aklug-request@aklug.org> > >>with 'unsubscribe' in the message body. > >> > >> > > > > > > --------- > > To unsubscribe, send email to <aklug-request@aklug.org> > > with 'unsubscribe' in the message body. > > --------- > To unsubscribe, send email to <aklug-request@aklug.org> > with 'unsubscribe' in the message body.

Mike,

What window manager were you using?

------------------------------

End of aklug Digest V2 #57 ************************** --------- To unsubscribe, send email to <aklug-request@aklug.org> with 'unsubscribe' in the message body.

--------- To unsubscribe, send email to <aklug-request@aklug.org> with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Fri Mar 07 2003 - 08:55:09 AKST