apach2 and perl?

2003-02-18 Thread Robert L. Harris


I just installed apache2 on my web server.  Looks good except my perl
scripts in my cgi-bin directory are being printed instead of executed.
I'm poking around the apache.org site but no reference as of yet.  Can
anyone point me to a doc or howto before I have to back this out?

Thanks,
  Robert


:wq!
---
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg31507/pgp0.pgp
Description: PGP signature


mutt-magic?

2003-02-18 Thread Robert L. Harris


I'm running unstable and mutt+spammassassin+procmail for mail.  It works
great and I get a very reliable filtering.  On occasion though one slips
through.  I dutifully save it to a file then run "spamassassin -r <
spammail" on it to report it for future diagnosis, etc.  

I'm wondering if anyone knows a good way with mutt to tag a message and
then pipe it into "spamassassin -r"...

Robert

:wq!
-----------
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg31512/pgp0.pgp
Description: PGP signature


Re: apach2 and perl?

2003-02-18 Thread Robert L. Harris


Bingo, missed the cgi.load.  all the directives but missed that.
Thanks.  Know much about ssl?   :>


Thus spake Derrick 'dman' Hudson ([EMAIL PROTECTED]):

> On Tue, Feb 18, 2003 at 10:32:57AM -0500, Robert L. Harris wrote:
> | 
> | I just installed apache2 on my web server.  Looks good except my perl
> | scripts in my cgi-bin directory are being printed instead of executed.
> | I'm poking around the apache.org site but no reference as of yet.  Can
> | anyone point me to a doc or howto before I have to back this out?
> 
> If you see the script itself, rather than the output of its execution,
> that means apache thinks the file is just a file, not a cgi script.
> 
> First ensure you have /etc/apache2/mods-enabled/cgi.load symlinked to
> /etc/apache2/mods-available/cgi.load.  Also ensure that, for the
> desired directories, you have the following set :
> Options ExecCGI
> AddHandler cgi-script .pl
> 
> HTH,
> -D
> 
> -- 
> The nice thing about windoze is - it does not just crash,
> it displays a dialog box and lets you press 'ok' first.
>  
> http://dman.ddts.net/~dman/



:wq!
---
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg31573/pgp0.pgp
Description: PGP signature


Perfered idle kicker?

2003-02-20 Thread Robert L. Harris


I'm being tasked to come up with a way to kick idle users off off
systems.  I've seen different ways of doing this in the past but haven't
used them.  What's your "prefered" methods?  This will be for a large
environment with a couple hundred users across hundreds of machines.
I've got the mass deployment handled but I don't want to go through and
set up an entry for everyone individually, etc.

Thoughts, theories?

:wq!
-----------
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg31955/pgp0.pgp
Description: PGP signature


Re: [OT] Actually Way OT - Debian version names

2003-02-21 Thread Robert L. Harris


Nope, it's quite intentional.

Ths fun site is keeping up with who's who.  On the Debian.org site
there's a "Debian Releases" which describes stable, testing, etc.  The
last line of each group uses the toystory names...

I think when we go to 4.0 they should be named after characters from
Tremmors...

Robert

Thus spake deFreese, Barry ([EMAIL PROTECTED]):

> OK, this is probably a newbie question and maybe it has been covered before
> but it's been buggin' me for a while.
> 
> So we have Potato, Woody, Sid, Sarge.  Are the Debian folks Toy Story fans
> or is it just coincidence?
> 
> Thanks!
> 
> Barry deFreese
> NTS Technology Services Manager
> Nike Team Sports
> (949)-616-4005
> [EMAIL PROTECTED]
> 
> "Technology doesn't make you less stupid; it just makes you stupid faster."
> Jerry Gregoire - Former CIO at Dell
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

:wq!
---
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg32152/pgp0.pgp
Description: PGP signature


Re: Perfered idle kicker?

2003-02-24 Thread Robert L. Harris



Hmm, I installed this over the weekend and played with it a bit.  I
found something odd:


{0}:/home/staff/rharris>w
 08:49:45 up 3 days, 18:03,  3 users,  load average: 0.00, 0.00, 0.00
USER TTY  FROM  LOGIN@   IDLE   JCPU   PCPU  WHAT
rharris  pts/1rharris   08:490.00s  0.05s  0.02s  w 

[EMAIL PROTECTED]
{0}:/home/staff/rharris>who
rharris  pts/0Feb 20 15:54 (rharris)
rharris  pts/1Feb 24 08:49 (rharris)


The connection on pts/0 was one I let connect and idle.  After a bit I
got a warning on my console for that screen that I'd be kicked in 30
seconds.  After another 15 mins nothing else changed on my screen.  I
did a "w" and it shoed me disconnected.  I did a "who" and it still
shows it.  I hit enter on that console and it is indeed still connected.

Nothing shows in my messages file either.

Any thoughts?





Thus spake Bob Proulx ([EMAIL PROTECTED]):

> Robert L. Harris wrote:
> > 
> > I'm being tasked to come up with a way to kick idle users off off
> > systems.  I've seen different ways of doing this in the past but haven't
> > used them.  What's your "prefered" methods?
> 
> I use 'autolog' here.
> 
>   apt-cache show autolog
> 
> Bob
> 



:wq!
---
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'



pgp0.pgp
Description: PGP signature


IPv6 subnet?

2003-02-26 Thread Robert L. Harris


I got a /64 from tunnelbroker.net and the tunnel is up and running
happily.  I'm trying now to get my /64 subnet on the backend up and
running.  They gave me:

2001:470:1F00:465::/64

I've got 2001:470:1f00:::2db on my firewall's external eth0 right
now.  I'm thinking about something along the lines of:

Firewall eth0 2001:470:1f00:::2db
Firewall eth1 2001:470:1F00:465::1
Machine1 eth0 2001:470:1F00:465::2
Machine2 eth0 2001:470:1F00:465::3

etc.

Make sense?  How would be the best way to do this with debian unstable?
Put it on eth0:1?  I'd like to tac it onto eth0 like eth0 on my
where eth0 has an IPv4 and IPv6 but how would I add that to
/etc/network/interfaces?

Thoughts, theories?
  Robert


:wq!
-----------
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.

Diagnosis: witzelsucht  

IPv6 = [EMAIL PROTECTED]http://ipv6.rdlg.net
IPv4 = [EMAIL PROTECTED]http://www.rdlg.net


pgp0.pgp
Description: PGP signature


Re: IPv6 subnet?

2003-02-27 Thread Robert L. Harris


The question was on "how" to configure it to piggy back it on an IPv4
interface or the best method to do that.

I ended up doing this:

auto eth1
iface eth1 inet static
address 192.168.0.1
netmask 255.255.255.0
#
up /sbin/ifconfig eth1 inet6 add 2001:470:1F00:465::1/64
up /sbin/route -A inet6 add 2001:470:1F00:465::0/64 dev eth1

I'll be doing something similar to bring up my tunnelbroker.net
connection off eth0.

Robert


Thus spake - = k o l i s k o = - ([EMAIL PROTECTED]):

> man interfaces
> 
> section: INET6 ADDRESS FAMILY
> 
> kolisko
> 
> On ?t, 2003-02-27 at 02:23, Robert L. Harris wrote:
> > 
> > 
> > I got a /64 from tunnelbroker.net and the tunnel is up and running
> > happily.  I'm trying now to get my /64 subnet on the backend up and
> > running.  They gave me:
> > 
> > 2001:470:1F00:465::/64
> > 
> > I've got 2001:470:1f00:::2db on my firewall's external eth0 right
> > now.  I'm thinking about something along the lines of:
> > 
> > Firewall eth0 2001:470:1f00:::2db
> > Firewall eth1 2001:470:1F00:465::1
> > Machine1 eth0 2001:470:1F00:465::2
> > Machine2 eth0 2001:470:1F00:465::3
> > 
> > etc.
> > 
> > Make sense?  How would be the best way to do this with debian unstable?
> > Put it on eth0:1?  I'd like to tac it onto eth0 like eth0 on my
> > where eth0 has an IPv4 and IPv6 but how would I add that to
> > /etc/network/interfaces?
> > 
> > Thoughts, theories?
> >   Robert
> > 
> > 
> > :wq!
> > ---
> > Robert L. Harris | PGP Key ID: E344DA3B
> >  @ x-hkp://pgp.mit.edu 
> > DISCLAIMER:
> >   These are MY OPINIONS ALONE.  I speak for no-one else.
> > 
> > Diagnosis: witzelsucht  
> > 
> > IPv6 = [EMAIL PROTECTED]http://ipv6.rdlg.net
> > IPv4 = [EMAIL PROTECTED]http://www.rdlg.net
> -- 
> 
> ---
> Michal Koles?r
> [EMAIL PROTECTED]
> http://kolisko.penguin.cz
> +420.777.225.297
> 
> 
> Don't send me any attachment in Micro$oft (.DOC, .PPT) format please
> Read http://www.fsf.org/philosophy/no-word-attachments.html
> Preferable attachments: .PDF, .HTML, .TXT
> Thanx for adding this text to Your signature

:wq!
---
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.

Diagnosis: witzelsucht  

IPv6 = [EMAIL PROTECTED]http://ipv6.rdlg.net
IPv4 = [EMAIL PROTECTED]http://www.rdlg.net


pgp0.pgp
Description: PGP signature


auto-loading modules?

2003-03-01 Thread Robert L. Harris


I have a usb flash card adapter.  I compiled my kernel with the scsi
generic and emulation and the usb mass storage as modules.  When I
plug in my flash card reader it doesn't load them, when I try to access
it, it doesn't auto-load.  I have to manually modprobe sg and then
modprobe usb-storage.  If they're loaded backwards it's not accessable.

Is there a way to have the module auto-loader load these automatcially
and in order?

Robert

:wq!
-----------
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.

Diagnosis: witzelsucht  

IPv6 = [EMAIL PROTECTED]http://ipv6.rdlg.net
IPv4 = [EMAIL PROTECTED]http://www.rdlg.net


pgp0.pgp
Description: PGP signature


Duplicating Woody Package?

2003-03-13 Thread Robert L. Harris


I finally got a second hard drive so I can put Linux on my wife's
machine.  She'd like her X setup Identicle to mine.  I've installed a
base Woody system, current kernel, etc.  Now I need to get all the same
KDE packages on her machine.  Other than "dpkg -l | grep kde > file,
copy the file to her machine and apt-get install < file" is there a 
"better debian way" to do this?

Robert

:wq!
-----------
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.

Diagnosis: witzelsucht  

IPv6 = [EMAIL PROTECTED]http://ipv6.rdlg.net
IPv4 = [EMAIL PROTECTED]http://www.rdlg.net


pgp0.pgp
Description: PGP signature


Re: Duplicating Woody Package?

2003-03-14 Thread Robert L. Harris


Looks great and seems to work except for the upgrade.  On the second
machine I do the "--set-selections" portion then the update and upgrade.
It says nothing to upgrade, nothing to install.  If I edit the file and
remove the trailing install/deinstall then insert an "apt-get install "
at the beginning of each line it does however install quite a few.

Thus spake Shaun Crossley ([EMAIL PROTECTED]):

> On Thu, 13 Mar 2003 07:35:08 Robert L. Harris wrote:
> >
> >
> >I finally got a second hard drive so I can put Linux on my wife's
> >machine.  She'd like her X setup Identicle to mine.  I've installed a
> >base Woody system, current kernel, etc.  Now I need to get all the same
> >KDE packages on her machine.  Other than "dpkg -l | grep kde > file,
> >copy the file to her machine and apt-get install < file" is there a
> >"better debian way" to do this?
> 
> In the past, I've used the following to perform that task:
> 
>   dpkg --get-selections > myselections(on the source machine)
>   dpkg --set-selections < myselections(on the target machine)
>   apt-get update && apt-get upgrade   (on the target 
> machine)
> 
> That seemed to work for me.  Your mileage may vary!
> 
> -- 
> 
> Shaun Crossley
> mailto:[EMAIL PROTECTED]
> http://www.whatever.ca

:wq!
---
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.

Diagnosis: witzelsucht  

IPv6 = [EMAIL PROTECTED]http://ipv6.rdlg.net
IPv4 = [EMAIL PROTECTED]http://www.rdlg.net


pgp0.pgp
Description: PGP signature


autofs vs amd: Is there a preference?

2003-01-21 Thread Robert L. Harris


I'm looking at my automount situation and wondering.  Is one going
away?  Which is the "way to go" for automounting, amd or autofs?

Robert


:wq!
-------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg25332/pgp0.pgp
Description: PGP signature


Re: M$ Curse

2003-01-25 Thread Robert L. Harris


Want the cheap and easy way?

Boot off Debian CD1.  At the prompt try:

rescbf24 root=/dev/hda 
  (whatever your root is)

If it boots execute lilo.

If it doesn't like your filesystem boot off the CD and start a
re-install.  When it gets to the point of formatting your hard drive hit
alt-F2 and follow the directions to get a prompt.

mkdir /tmp/mnt
mount /dev/hda1 /tmp/mnt
chroot /tmp/mnt
lilo
exit
umount /tmp/mnt
init 6

Robert
Thus spake Jernej Zidar ([EMAIL PROTECTED]):

> After a Windows reinstall, I have lost lilo. How do I install lilo or any
> bootloader, so I will be able to access my linux system?
> 
> As the system crash was not planned i have no floppy with my custom kernel
> etc. The only thing i have is the Debian 3.0r0 CD set.
> 
> the linux system was running a 2.4.18 custom kernel and XFree4.0
> 
> Thanx for any help.
> 
> JZidar
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg26164/pgp0.pgp
Description: PGP signature


Wake up a monitor?

2003-01-28 Thread Robert L. Harris


  I've got power saving on my monitor enabled, it works very well.  Only
one problem.  When I turn it on it takes 15 mins or so to warm up again.
This is a pain when I have 5 mins check mail on the way to work, etc.
etc.

  Is there a way to remotely turn the monitor back on?  A cronjob
running a CLI to turn it on in the morning or 10 mins before I get home
would work great...

Robert


:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg27053/pgp0.pgp
Description: PGP signature


Re: PGP Signatures

2003-01-29 Thread Robert L. Harris


Make one.

Here's mine:
  # So we can work with pgp keys
  force-v3-sigs
  # To deal with mailer and >From lines
  escape-from-lines
  # we only need to do this once while the gpg process is using the ring
  lock-once
  # Our options
  keyserver-options auto-key-retrieve include-disabled include-revoked honor-http-proxy
  keyserver x-hkp://pgp.gatech.edu
  keyserver x-hkp://pgp.mit.edu
  keyserver x-hkp://wwwkeys.us.pgp.net




Thus spake mess-mate ([EMAIL PROTECTED]):

> On Wed, 29 Jan 2003 07:07:30 -0500
> Seneca <[EMAIL PROTECTED]> wrote:
> 
> | On Wed, Jan 29, 2003 at 11:39:57AM +0100, mess-mate wrote:
> | > On Tue, 28 Jan 2003 17:26:26 -0800
> | > Paul Johnson <[EMAIL PROTECTED]> wrote:
> | > 
> | > | On Mon, Jan 27, 2003 at 08:50:06PM +0100, mess-mate wrote:
> | > | > But the senders public key must be retrieved from a key-server and added 
> | > | > to your own key-list before an automated check is possible.
> | > | > mess-mate
> | > | 
> | > | Unless you've set your gnupg to automagically grab public keys from
> | > | the keyserver for you.
> | > | 
> | > Uhh, good idea, how can I do that ??
> | 
> | In ~/.gnupg/gnupg.conf, uncomment or add
> | "keyserver-options auto-key-retrieve".
> | 
> ?? there is no gnupg.conf !! Did I missing somewhat ?
> here are the files I have in ~/.gnupg :
> mess.txt  options  pubring.gpg  pubring.gpg~  random_seed  secring.gpg  trustdb.gpg
> mess-mate
> 
> -- 
> Computers are like air conditioners, they are useless when you open
> Windows.




:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg27165/pgp0.pgp
Description: PGP signature


Re: PGP Signatures

2003-01-29 Thread Robert L. Harris


Move the file from .gnupg/options to .gnupg/gpg.conf,  they changed the
location of the file a bit back.

May want to try different keyservers (comment out the gatech, etc.

Thus spake mess-mate ([EMAIL PROTECTED]):

> On Wed, 29 Jan 2003 10:28:31 -0500
> "Robert L. Harris" <[EMAIL PROTECTED]> wrote:
> 
> | 
> | 
> | Make one.
> | 
> | Here's mine:
> |   # So we can work with pgp keys
> |   force-v3-sigs
> |   # To deal with mailer and >From lines
> |   escape-from-lines
> |   # we only need to do this once while the gpg process is using the ring
> |   lock-once
> |   # Our options
> |   keyserver-options auto-key-retrieve include-disabled include-revoked 
>honor-http-proxy
> |   keyserver x-hkp://pgp.gatech.edu
> |   keyserver x-hkp://pgp.mit.edu
> |   keyserver x-hkp://wwwkeys.us.pgp.net
> Thanks, but when I add this keyservers like above and key-server-options... in 
> ~/.gnupg/options  my system freezes :-(
> I'm running woody and toke gnupg there.
> mess-mate
> | 
> | 
> | 
> | Thus spake mess-mate ([EMAIL PROTECTED]):
> | 
> | > On Wed, 29 Jan 2003 07:07:30 -0500
> | > Seneca <[EMAIL PROTECTED]> wrote:
> | > 
> | > | On Wed, Jan 29, 2003 at 11:39:57AM +0100, mess-mate wrote:
> | > | > On Tue, 28 Jan 2003 17:26:26 -0800
> | > | > Paul Johnson <[EMAIL PROTECTED]> wrote:
> | > | > 
> | > | > | On Mon, Jan 27, 2003 at 08:50:06PM +0100, mess-mate wrote:
> | > | > | > But the senders public key must be retrieved from a key-server and added 
> | > | > | > to your own key-list before an automated check is possible.
> | > | > | > mess-mate
> | > | > | 
> | > | > | Unless you've set your gnupg to automagically grab public keys from
> | > | > | the keyserver for you.
> | > | > | 
> | > | > Uhh, good idea, how can I do that ??
> | > | 
> | > | In ~/.gnupg/gnupg.conf, uncomment or add
> | > | "keyserver-options auto-key-retrieve".
> | > | 
> | > ?? there is no gnupg.conf !! Did I missing somewhat ?
> | > here are the files I have in ~/.gnupg :
> | > mess.txt  options  pubring.gpg  pubring.gpg~  random_seed  secring.gpg  
>trustdb.gpg
> | > mess-mate
> | > 
> | > -- 
> | > Computers are like air conditioners, they are useless when you open
> | > Windows.
> | 
> | 
> | 
> | 
> | :wq!
> | ---
> | Robert L. Harris | PGP Key ID: FC96D405
> |        
> | DISCLAIMER:
> |   These are MY OPINIONS ALONE.  I speak for no-one else.
> | FYI:
> |  perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
> | 
> | 
> 
> 
> -- 
> Computers are like air conditioners, they are useless when you open
> Windows.




:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg27263/pgp0.pgp
Description: PGP signature


Re: give me the command line

2003-02-03 Thread Robert L. Harris

/etc/init.d/gdm stop
/etc/init.d/kdm stop
apt-get remove gdm kdm

log in

startx


It'll likely complain about the first 3 lines since you probably don't
have both GDM and KDM installed, not a problem.




Thus spake Hans Christian Andersen ([EMAIL PROTECTED]):

> I recently installed woody (vanilla) and KDE on a 400Mhz box
> on my home LAN. I want it to go to KDE only after my commanding
> startx. As it is now it starts KDE without prompting me.
> How do I change that without reinstallation?
> Thank you in advance.
> 
> 
> Regards/venlig hilsen
> Hans Christian Andersen
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

:wq!
-----------
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg28270/pgp0.pgp
Description: PGP signature


imapd hanging connections?

2003-02-04 Thread Robert L. Harris


On my debian unstable system I have:
ii  uw-imapd   2002b.debian-5 remote mail folder access server
ii  uw-imapd-ssl   2002b.debian-5 Dummy upgrade package for uw-imapd

My wife connects to this via Mozilla from her desktop (win 2000 for
now).  Often she'll click the little X to close the window.  When she
opens a new session it usually won't allow her to connect.  A "ps" on my
mailserver shows multiple imapd's running.  When I kill them off she can
connect just fine.

Not sure how long this has been a problem, she just told me now it's
been going on for a while.

Any thoughts?


:wq!
-----------
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg28529/pgp0.pgp
Description: PGP signature


multi-level nfs exporting?

2003-02-06 Thread Robert L. Harris


I'm trying to do this in /etc/exports on my fileserver:
/mnt/data1  192.168.0/24(sync,rw,no_root_squash)
/mnt/data2  192.168.0/24(sync,rw,no_root_squash)
/mnt/data2/src 192.168.0/24(sync,rw,no_root_squash)

When I do this it will correctly export data2/src but not data2.  I've
been using automount from a different server that's being decom'd and
I'm moving the data to a more secure/redundant machine.  I'd like to
just update the auto.mnt to point to the new server and not have to
modify all the tools that try to use /mnt/src.

Any good suggestions on how to or if this type of exporting can be done?
I tried changing the order, no go there either.

(Debian unstable, nfs-kernel-server, kernel 2.4.20)

Thoughts, theories?
  Robert

:wq!
-----------
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg28940/pgp0.pgp
Description: PGP signature


Re: [OT] SpamCop.net

2003-02-07 Thread Robert L. Harris


Spamassassin works great.  I've set my block level to 5.7 I believe and
I think I get about 1 spam per day not-filtered.  In the last 3 months I
haven't had a non-spam filtered.  I'm also looking at a volume of about
500-800 valid messages per day (yeah, alot of lists).

Those are pretty good numbers I think and the overhead on my firewall is
not noticable (I was running a dual-p2-300 as firewall/mailserver/web
server until about a week ago).

Robert


Thus spake [EMAIL PROTECTED] ([EMAIL PROTECTED]):

> Hi,
>I know this is off-topic but since joining this list I'm getting
> increasing levels of Spam. I've heard that using SpamCop.net to process and
> report spam can help. Is this true? Is it worth bothering with?
> 
> Thanks,
> Kevin
> --
> 
> 
> 
> The information contained in this e-mail is intended only for the individual or 
>entity to whom it is addressed.  It may contain privileged and confidential 
>information and if you are not an intended recipient you must not copy, distribute or 
>take any action in reliance on it.  If you have received this e-mail in error, please 
>notify us immediately by telephone on +44 (0)1980 612100.  Please also destroy or 
>delete the message from your computer.
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

:wq!
---
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg29148/pgp0.pgp
Description: PGP signature


Re: Resync'ing SW RAID1

2003-02-07 Thread Robert L. Harris


It's probably using minimal bandwidth while you're using the system.  

cd /proc/sys/dev/raid
echo 50 > speed_limit_max
echo 10 > speed_limit_min

It'll finish much faster...

(The default values were 10 and 100 last time I looked).

Robert



Thus spake Nicos Gollan ([EMAIL PROTECTED]):

> Hi all...
> 
> I just started building a software RAID1 array on two IDE disks. Now I'm a 
> little unsure whether it's running like it should. Looking at /proc/mdstat, 
> I'm shown a speed of about 275K/sec and an estimated remaining time somewhat 
> short of 70(!!) hours. Is this normal? /proc/ide/via says that the disks are 
> using UDMA33, hdparm happily agrees but I've still got a load of 3.00.
> 
> -- 
> Got Backup?
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

:wq!
---
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg29227/pgp0.pgp
Description: PGP signature


IPv6 resolvers?i

2003-02-13 Thread Robert L. Harris


I'm trying to get IPv6 running on 2 of my  systems.  One is Unstable,
the other is Stable.  On both of them I do a:

host (ip6 addr for a known machine) and I get nothing.

root@wally
{0}:/usr/share/doc/apache-common>host test-ip6.company.com
root@wally
{0}:/usr/share/doc/apache-common>




However if I do it from my friend's OS-X mac it resolves fine.  

If I do the host -v I can see it querry the server:

root@wally
{0}:/usr/share/doc/apache-common>host -v test-ip6.company.com
Trying "test-ip6.company.com"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3965
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;test-ip6.company.com. IN  A

;; AUTHORITY SECTION:
company.com.   43200   IN  SOA ns1.company.com.
hostmaster.company.com. 2003021401 28800 1800 604800 43200

Received 106 bytes from 64.94.1.1#53 in 103 ms

** Note the empty entry on the QUESTION secion.  If I run it from the
Mac that has the valid IPv6 Addr.

Do I need a different resolver?  Suggestions on where to get them?



(Sorry I can't give out the hostname as it's a tester on a commercial 
network DNS they don't want spread around while we build/test)


:wq!
-----------
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg30597/pgp0.pgp
Description: PGP signature


Re: IPv6 resolvers?i

2003-02-13 Thread Robert L. Harris

Thus spake Noah L. Meyerhans ([EMAIL PROTECTED]):

> On Thu, Feb 13, 2003 at 03:33:39PM -0500, Robert L. Harris wrote:
> > I'm trying to get IPv6 running on 2 of my  systems.  One is Unstable,
> > the other is Stable.  On both of them I do a:
> > 
> > host (ip6 addr for a known machine) and I get nothing.
> > 
> > root@wally
> > {0}:/usr/share/doc/apache-common>host test-ip6.company.com
> > root@wally
> > {0}:/usr/share/doc/apache-common>
> 
> 
> 
> > ;; QUESTION SECTION:
> > ;test-ip6.company.com. IN  A
> 
> You're asking the wrong question.  A records don't point to IPv6
> addresses.
> 
> Try 'host -t  test-ip6.company.com'.
> 

Ok, that resolves.  Now if I put:

hosts:  files dns

I can ping6 a machine on my local lan.  If I put dns first it doesn't
resolve properly.  


:wq!
---
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg30657/pgp0.pgp
Description: PGP signature


Upgrade unstable to kde3?

2002-10-09 Thread Robert L. Harris




  Anyone seen a howto on upgrading a debian unstable system to kde3 cleanly?


:wq!
---
Robert L. Harris
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: .NET

2002-10-11 Thread Robert L. Harris



I missed the congress stuff last night, what happened?

Thus spake Xeno Campanoli ([EMAIL PROTECTED]):

> 
> If you don't think the people of this country are that gullible and if
> you really
> think Microsoft could never really take over the world you must not have
> been listing last night as Congress pissed on our Constitution.
> 



:wq!
-----------
Robert L. Harris
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: Debian Linux Compatability

2002-10-14 Thread Robert L. Harris


  I prefer my system to have Debian installed then install VMWare to run
windows with "undoable" disks.  When I shut down windows it asks me if I
want to save changes to my disks.  If I haven't done anything critical
to my box (major service pack or some app installed) I just say no.
Next time I boot I have nice clean disks with no errors.  One addition,
I install my apps to D: which is an NFS share from another server when
possible.  Keeps the C: images clean.



Thus spake Bob Nielsen ([EMAIL PROTECTED]):

> Date: Mon, 14 Oct 2002 09:53:11 -0700
> From: Bob Nielsen <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Debian Linux Compatability
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/238743
> 
> On Mon, Oct 14, 2002 at 11:50:19PM +0900, Nick Hastings wrote:
> > Howdy,
> > 
> > * Marcus Bendall <[EMAIL PROTECTED]> [021014 16:11]:
> > > I am considering using Debian Linux, but I have one question. Can you
> > > install Debian onto a computer running Windows 98, and keep 98 as the
> > > main OS so that it automatically runs on startup, and then run Debian if
> > > I want from Windows? 
> > 
> > As other posters have stated, you can install and run either. More
> > specifically you can _boot_ to either. You can not "run Debian _from_ 
> > Windows."
> 
> You might be able to use loadlin to boot Debian from Windows.  Several
> years ago I set up a simple script with a Linux icon on my Windows 95
> desktop which booted Linux with a couple of clicks.  You can't just
> return to Windows on exiting Linux, but will have to reboot.  I don't
> know if loadlin is compatible with XP, however.
> 
> > 
> > This is a very important distinction. You have to shutdown Windows and
> > then boot to Debian. However it is possible to run Windows from Debian.
> > To do this you need to use some sort of virtual machine like VMware, but
> > I guess this is going a little bit further than what you want.
> 
> I've used both VMware and Win4Lin.  They are fine for casual Windows
> use (Win4Lin is faster, but won't run some applications).  Wine is
> getting better all the time, but probably won't meet your needs yet.
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: Setting up RAID

2002-10-14 Thread Robert L. Harris


Thus spake Stephen Gran ([EMAIL PROTECTED]):

> Date: Mon, 14 Oct 2002 13:09:22 -0400
> From: Stephen Gran <[EMAIL PROTECTED]>
> To: debian users <[EMAIL PROTECTED]>
> Subject: Re: Setting up RAID
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/238748
> 
> This one time, at band camp, martin f krafft said:
> > I am looking to install a new rack server this coming weekend, and
> > since I don't really want to worry about backups to revive a dead
> > system (data backups are done over the network), I am looking into a
> > RAID 1 configuration.
> > 
> > I am currently in the process to decide between software and hardware
> > RAID. Linux has a full RAID system built in, and yet there are RAID
> > controllers one can buy. Why would I choose to pay money and get
> > a hardware controller?
> 
> It appears that hardware raid (from what google turned up just now - I'd
> investigate further before taking my advice (^8 ) is slightly slower,
> but more robust, and uses less clock cycles to run.  I guess an analogy
> would be winmodems using the OS to perform what can be (should be?) a
> hardware function.
> 


Think you have it backwards.  Hardware RAID is faster, especially since
it offloads calculations (parity, etc) from the CPU.  In RAID5 for
example hardware RAID generally blows away software in the event of
running in degraded mode.  This is of course except in the instance of a
very bad HW vendor with a bad implementation.

I've run both extensively for home and work, I'll take HW any day.

Robert




:wq!
---
Robert L. Harris
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




CFLAGS ?

2002-10-15 Thread Robert L. Harris



I have an old env variable:

CFLAGS="-O -mcpu=k6"

My system is now an Intel P4.  Anyone know what would be "ideal" mcpu
for a P4?


:wq!
-----------
Robert L. Harris
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: CFLAGS ?

2002-10-16 Thread Robert L. Harris



I'm just compiling an app on my "unstable" box and realized I had
forgotten to change that setting when I swapped boxes about 4 months
ago.

It may be out-dated in which case oh well but if there's a good P3/P4
optimization for some apps such as winex or some other source downloads  
it'd be good to know.

Thus spake Klaus Imgrund ([EMAIL PROTECTED]):

> Date: Wed, 16 Oct 2002 05:47:59 -0200
> From: Klaus Imgrund <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: CFLAGS ?
> X-Mailer: Sylpheed version 0.7.4claws (GTK+ 1.2.10; i386-debian-linux-gnu)
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/239210
> 
> On Tue, 15 Oct 2002 20:53:59 -0400
> "Robert L. Harris" <[EMAIL PROTECTED]> wrote:
> 
> > 
> > 
> > I have an old env variable:
> > 
> > CFLAGS="-O -mcpu=k6"
> > 
> > My system is now an Intel P4.  Anyone know what would be "ideal" mcpu
> > for a P4?
> > 
> > 
> > :wq!
> > -
> > -- Robert L. Harris
> >
> 
> Hello,
>  
> You can try to head over to gentoo and do a search on their forum.
> There is a lot of threads and info about settings for CFLAGS.
> The gcc website is also helpful.
> What you use is ultimately your decision.If you tweak settings too much
> things might not work as expected anymore.
> 
> Prost,
> 
> Klaus
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: nvidia drivers

2002-10-16 Thread Robert L. Harris



I agree here.  When I build a kernel I:

install kernel
reboot off new kernel
log in a root
cd /usr/src/NVidia/nvidia*glx*
  make install
cd /usr/src/NVidia/nvidia*kernel*
  make install

and it's good to go.  That simple

Thus spake Kenneth Macdonald Karlsen ([EMAIL PROTECTED]):

> Subject: Re: nvidia drivers
> From: Kenneth Macdonald Karlsen <[EMAIL PROTECTED]>
> To: debian-user <[EMAIL PROTECTED]>
> X-Mailer: Ximian Evolution 1.0.5 
> Date: 16 Oct 2002 18:19:02 +0200
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/239270
> 
> On Wed, 2002-10-16 at 17:16, Gianfranco Berardi wrote:
> > I downloaded the newest drivers from nvidia and installed them.
> > As far as I can see, it runs fine. I have a Woody system with the 2.4.18 
> > kernel.
> > Recently I tried to add USB support, but borked my system.
> > I think I have everything working. About the only thing that wasn't 
> > working was the nvidia drivers.
> > Should I have apt-get installed them instead? Will there be problems 
> > with using something that was not packaged for Debian? Or does using the 
> > newer drivers have no effect other than getting the coolest special 
> > effects (Quake 3 Arena never looked so nice!).
> > Thanks,
> > Gianfranco
> > 
> If you changed the kernel you need to remake and install the drivers
> again. The commercial driver has never failed me. I would never concider
> using the free ones. Opengl support is much much better with the
> commercial ones.
> Kenneth
> 
> 
> > 
> > -- 
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: OT: The Simpsons

2002-10-21 Thread Robert L. Harris


No, it was Diamond Joe's nephew who was framed for beating up
the amazingly clumbsy waiter.


Thus spake Paul Johnson ([EMAIL PROTECTED]):

> Date: Mon, 21 Oct 2002 12:20:12 -0700
> To: Debian-User List <[EMAIL PROTECTED]>
> Subject: OT: The Simpsons
> From: Paul Johnson <[EMAIL PROTECTED]>
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/240460
> 
> On Tue, Oct 22, 2002 at 04:09:55AM +1000, Rob Weir wrote:
> > Er, I think he means the character that said:
> > "It's chawdah!  Say it right!  Chawdah!  Chawdah!"
> > was Quimby's nephew.
> 
> Oh.  I thought you were talking about some mysterious Kennedy
> relative.  You might be right, though I'm fairly certain it was
> Diamond Joe that said it.
> 
> -- 
> Baloo




:wq!
---
Robert L. Harris
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Looking for a firewall

2002-10-24 Thread Robert L. Harris


  I've got my handy-dandy firewall up and running with iptables.  However
I'm always looking for a better way to lock it down.  Can anyone send me
a "here's mine" or close for something that does this:

  Allows all oubound new connections from inside on my 192.168.0.0/24 (or the
IP of ETH0 on my firewall?)
Allows all connections to my firewall from 192.168.0.0/24
Drops all packets inbound from the internet except:
  http
  ssh
  ftp

  Logs all dropped attempts/scans to a different syslog title so I can
save it off to a different file?

  I've got everything but the logging working from man pages, examples,
etc but there's always the "it'd be better if"  I'm looking for.
I'll be happy to share the final outcome for any others wanting.  When
done I'll send a "hey, I got this, let me know if you want it".  

Robert


:wq!
-----------
Robert L. Harris
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: xv?

2002-10-29 Thread Robert L. Harris


I believe it's non-free...

Thus spake Gregory Seidman ([EMAIL PROTECTED]):

> Date: Tue, 29 Oct 2002 11:11:55 -0500
> From: Gregory Seidman <[EMAIL PROTECTED]>
> To: Debian users list <[EMAIL PROTECTED]>
> Subject: xv?
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/242226
> 
> Is there a policy reason why there is no xv package, or is it just that no
> one has bothered to package it?
> 
> --Greg
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
-------
Robert L. Harris
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: GPG/PGP signing

2002-11-05 Thread Robert L. Harris


More likely some network hickup durring the lookup timed out.  I've seen
some oddities like that before.  When it rains in Ga you never know
where packets are going to go.

Thus spake Thorsten Haude ([EMAIL PROTECTED]):

> Date: Sat, 2 Nov 2002 00:40:31 +0100
> From: Thorsten Haude <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: GPG/PGP signing
> Organization: Central Services - We do the work, you do the pleasure.
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/242794
> 
> Hi,
> 
> * Robert Waldner <[EMAIL PROTECTED]> [02-11-02 00:19]:
> >On Sat, 02 Nov 2002 00:08:08 +0100, Thorsten Haude writes:
> >>Well, yours is the first signature I was not able to get from
> >>wwwkeys.eu.pgp.net. There are those that don't know about keyservers,
> >>but everybody else seems to use *.pgp.net.
> >
> >Hmm? It sure is on there, for ages even:
> 
> I see it now. The solution must be that GPG scans my outgoing mail and
> only accepts keys after I complained that they are not available.
> 
> 
> Thorsten
> -- 
> Auch Hunger ist Krieg.
> - Willy Brandt
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: gpg key signing protocol question

2002-11-07 Thread Robert L. Harris


Ok, on Martin's last email I've noticed something I'm seeing more and
more:


[-- PGP output follows (current time: Thu Nov  7 13:24:32 2002) --]
gpg: Signature made Thu Nov  7 12:01:06 2002 EST using DSA key ID 330C4A75
gpg: Can't check signature: public key not found
[-- End of PGP output --]


I bring it up here as it was a topic here earlier.  

  I'm using Mutt and gpg.  I've put the gpg extensions from mutt.org
into my .muttrc and everything works great except calls to get the keys
from a keyserver.  If I manually do a "gpg --recv-keys " and put it
on my ring then load the message it's just dandy.  It even gets the
keyserver from my options file.

  If I don't though, gpg won't go look it up.  Is this normal?  Anyone
know the fix for this?  I've poked around and prodded the options in 
my muttrc and no-luck.  It's not just Martin, anyone who's ID I don't
have on my ring already.


Robert




Thus spake martin f krafft ([EMAIL PROTECTED]):

> Date: Thu, 7 Nov 2002 12:01:06 -0500
> From: martin f krafft <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: gpg key signing protocol question
> Organization: Debian GNU/Linux
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/243869
> 

-- snip --

> 
> -- 
>  .''`. martin f. krafft <[EMAIL PROTECTED]>
> : :'  :proud Debian developer, admin, and user
> `. `'`
>   `-  Debian - when you have better things to do than fixing a system





:wq!
---
Robert L. Harris
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: gpg key signing protocol question

2002-11-07 Thread Robert L. Harris


Bingo, but had to move ".gnupg/options to .gnupg/gpg.conf" of course.

Thanks.

Thus spake martin f krafft ([EMAIL PROTECTED]):

> Date: Thu, 7 Nov 2002 14:22:40 -0500
> From: martin f krafft <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: gpg key signing protocol question
> Organization: Debian GNU/Linux
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/243904
> 
> also sprach Robert L. Harris <[EMAIL PROTECTED]> [2002.11.07.1327 -0500]:
> >   If I don't though, gpg won't go look it up.  Is this normal?  Anyone
> > know the fix for this?  I've poked around and prodded the options in 
> > my muttrc and no-luck.  It's not just Martin, anyone who's ID I don't
> > have on my ring already.
> 
> try:
> 
>   echo auto-key-retrieve >> ~/.gnupg/gpg.conf
> 
> -- 
>  .''`. martin f. krafft <[EMAIL PROTECTED]>
> : :'  :proud Debian developer, admin, and user
> `. `'`
>   `-  Debian - when you have better things to do than fixing a system





:wq!
---
Robert L. Harris
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: Need help ?

2002-11-12 Thread Robert L. Harris


dpkg -i wvdial~1.deb

Thus spake Cyberthor ([EMAIL PROTECTED]):

> Date: Tue, 12 Nov 2002 18:15:48 -0800
> From: Cyberthor <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Need  help ?
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/244950
> 
> Hello
> 
> How do I open a .deb file in Debian Linux  of  wvdial~ 1.deb ?
> 
>
>   thank , Cyber
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]



:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Apt broke last night/this morning

2002-11-14 Thread Robert L. Harris


Did an apt-get update && dist-upgrade last night.  Looked normal when I
walked downstairs to get dinner and forgot about it.  This morning I
found a nice error though:

 error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot
open shared object file: No such file or directory

Turns out a link was missing.

{0}:wally:/usr/lib>ls -la libstdc++*
-rw-r--r--1 root root   288444 Nov 12 19:55 libstdc++-3libc6.2-2-2.10.0.so
lrwxrwxrwx1 root root   30 Nov 14 08:49 libstdc++libc6.2-2.so.3 -> 
libstdc++-3libc6.2-2-2.10.0.so
lrwxrwxrwx1 root root   30 Nov 14 08:57 libstdc++-libc6.2-2.so.3 -> 
libstdc++-3libc6.2-2-2.10.0.so


Manually created the last link and all's good again.  Not a perfect fix
but should get apt working for those cussing right now.

Robert


:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: libraries problems

2002-11-14 Thread Robert L. Harris


Check the list, I had the same thing.  Cd to /usr/lib and do a:

ln -s libstdc++-3libc6.2-2-2.10.0.so libstdc++-libc6.2-2.so.3

You'll be find after that.

Thus spake Thomas Kallenberg ([EMAIL PROTECTED]):

> From: Thomas Kallenberg <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: libraries problems 
> Date: Thu, 14 Nov 2002 16:45:51 +0100
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/245278
> 
> Hi erverbody!!
> 
> I upgraded my system (debian unstable). apt-get update - apt-get upgrade . 
> Everything worked. But when i tried to make a apt-get [foobar] or a apt-cache 
> [foobar], tried to start kmail or mozilla, this message comes.
> 
> apt-get:  error while loading shared libraries: libstdc++-libc6.2-2.so.3: 
> cannot open shared object file: No such file or directory
> 
> Kmail is running and most of the programms I need are started.
> 
> I have no Idea what happend. Can anybody help me please??
> 
> Thomas Kallenberg
> (sorry for the bad english)
>  
> -- 
> Thomas Kallenberg
> [EMAIL PROTECTED]
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: Fixed libstdc++2.10-glibc2.2 package

2002-11-14 Thread Robert L. Harris

Thus spake Brian Nelson ([EMAIL PROTECTED]):

> To: [EMAIL PROTECTED]
> Subject: Re: Fixed libstdc++2.10-glibc2.2 package
> From: Brian Nelson <[EMAIL PROTECTED]>
> Date: Thu, 14 Nov 2002 12:43:50 -0800
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/245335
> 
> Patrick Lane <[EMAIL PROTECTED]> writes:
> 
> > On Thu, 2002-11-14 at 11:05, Craig Dickson wrote:
> >
> >> Seriously, for your own sake (and this is the generic
> >> "you", I'm not addressing Paul specifically, as I don't know what he can
> >> or can't do for himself), why run unstable, which is _intended_ as a
> >> place for leading-edge testing -- "catch it here before it breaks
> >> something really important" -- if you aren't able to deal with the
> >> problems that sooner or later _will_ arise?
> >> 
> >> Craig
> >
> > Some of us using unstable use it because we have to. That is, we have to
> > if we want to run Debian. For example, I installed unstable for XF86
> > 4.2. w/o it, I had to do a mickey mouse work-around to get my xserver to
> > start, which to me is way worse. 
> >
> > I think your point of view on people running unstable only if they can
> > fix these 'basic' problems that arise is foolhearty. The more people
> > using unstable, the more bugs that are found, reported, and eventually
> > fixed for future stable releases. 
> 
> As long as you don't mind the occasional breakage, I don't think running
> unstable is a bad idea for a lot of users.  After all, breaking your
> system and then figuring out how to fix it is a great way to learn how
> it all works.

  This is where I fall.  I don't "need" unstable and probably only want it
on one of my desktops but I like it spread around for the new and neat
things.  I also understand I'm probably going to deal with some nasty
breaks.  I've only seen what, 2 total in the last 6-9 months?  Hell, I
wish "production stable" windows had so few.


> The 10+ duplicate bug reports filed against libstdc++2.10-glibc2.2 was a
> bit much, though libstdc++2.10-glibc2.2 doesn't have the longevity of
> man-db and the duplicate bugs filed for "man -k" segfaults.  Poor


  Why I just sent a "fix" to the list early this morning hoping to cut
some fo those off.  When I do run into something like this that I don't
have a quick fix on I try to see if someone else has one before filing
bugs, etc.




:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: argh! aptitude/dselect/apt-get dieing????

2002-11-14 Thread Robert L. Harris


Very nice writeup.

Question, what if you want foo from unstable and it requires a version
of bar in unstable but your existing bar is from testing?  What if bar
isn't installed at all and the requirement is going to install it?  Will
apt do the right thing at this point?


Thus spake Nathan E Norman ([EMAIL PROTECTED]):

> Date: Thu, 14 Nov 2002 15:13:58 -0600
> From: Nathan E Norman <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: argh! aptitude/dselect/apt-get dieing
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/245342
> 
> On Thu, Nov 14, 2002 at 11:54:51AM -0600, Mark A. Bialik wrote:
> > Colin Watson wrote:
> > 
> > > This may sound callous, but those "some people" - or at least those
> > > people who *can* fix it, perhaps not trivially easily - are the only
> > > people who should be using unstable.
> > 
> > ... and there are some people who run unstable because certain packages
> > and/or versions of packages they need are only in unstable.
> > 
> > The alternative would be to run a different distribution or compile from
> > source, and we wouldn't want that, would we?  :)
> 
> I know you were being (somewhat) sarcastic, but the fact is that you
> don't have to make a black and white choice between testing and
> unstable.  IOW, just because you need package foo from unstable
> doesn't mean you really want _all_ of unstable.
> 
> Here's how:
> 
> Edit the file /etc/apt/preferences, and make it look something like
> the following:
> 
>   Package: *
>   Pin: release a=testing
>   Pin-Priority: 900
> 
>   Package: *
>   Pin: release a=unstable
>   Pin-Priority: 110
> 
> Obviously you need both testing and unstable in your sources.list,
> e.g.
> 
>   deb http://mirrors.midco.net/debian testing main non-free contrib
>   deb-src http://mirrors.midco.net/debian testing main non-free contrib
>   deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
>   deb-src http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
> 
>   deb http://mirrors.midco.net/debian unstable main non-free contrib
>   deb-src http://mirrors.midco.net/debian unstable main non-free contrib
>   deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
>   deb-src http://non-us.debian.org/debian-non-US unstable/non-US main contrib 
>non-free
> 
> Obviosly you can use any mirror you like.
> 
> At this point, "apt-get install foo" will install foo from _testing_.
> If you want the unstable version, "apt-get -t unstable install foo"
> will install foo from unstable; further installs or upgrades of foo
> will continue to track unstable.
> 
> Finally, you can install any available version (use "apt-cache showpkg
> foo" to see which versions are available) using this syntax:
> 
>   apt-get install foo=version
> 
> where version is the preferred version.
> 
> I hope this helps someone who is experiencing angst over unstable.
> 
> -- 
> Nathan Norman - Incanus Networking mailto:nnorman@;incanus.net
>   I must despise the world which does not know that music is a
>   higher revelation than all wisdom and philosophy.
>   -- Ludwig van Beethoven
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: Laptops!

2002-11-20 Thread Robert L. Harris


I've had great luck with Dell laptops.  Especially with a "name brand"
pcmcia nic card (just remember NOT to remove the pcmcia drivers after
intstall)  The next laptop I buy will be a dell and I detest their
desktops if that says much.


Thus spake james leclair ([EMAIL PROTECTED]):

> Date: Wed, 20 Nov 2002 02:51:51 -0800
> From: james leclair <[EMAIL PROTECTED]>
> Subject: Laptops!
> To: [EMAIL PROTECTED]
> X-Mailer: QUALCOMM Windows Eudora Version 5.1
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/246429
> 
> Hello,
> Could someone be so kind as to recommend a model and brand name of laptop I 
> should consider purchasing to run debian on? Thanks in advance, you guys 
> have been real helpful!!
> James
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: Laptops!

2002-11-20 Thread Robert L. Harris


Mike, What bug?  I'm using a VAIO since my last dell died.  It makes a
good little XTerm for ssh'ing to a heavier box for mail, etc (my Vaio is
only a P2 with 96Megs)  The only problem with the booger is the cdrom
and floppy are usb, makes debian installs a bit of a problem, or did
with Debian2.2, haven't tried 3.0.


Thus spake Michael P. Soulier ([EMAIL PROTECTED]):

> Date: Wed, 20 Nov 2002 08:19:08 -0500
> To: [EMAIL PROTECTED]
> Subject: Re: Laptops!
> X-Mailer: Mutt 1.4i (Debian Linux 2.4.16, i686)
> From: "Michael P. Soulier" <[EMAIL PROTECTED]>
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/246471
> 
> On 20/11/02 james leclair did speaketh:
> 
> > Hello,
> > Could someone be so kind as to recommend a model and brand name of laptop I 
> > should consider purchasing to run debian on? Thanks in advance, you guys 
> > have been real helpful!!
> 
> I wouldn't concern yourself too much with the laptop model, as much with
> any windows-specific crap in it. You should be able to run Debian on most
> laptops. I'm running it on my Sony VAIO with no problems, beyond the bug in
> the S3 chipset support of X 4.1, but I'll probably upgrade to 4.2 from
> unstable to fix that. 
> 
> Mike
> 
> -- 
> Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08
> "...the word HACK is used as a verb to indicate a massive amount
> of nerd-like effort."  -Harley Hahn, A Student's Guide to Unix
> HTML Email Considered Harmful: http://expita.com/nomime.html





:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: Laptops!

2002-11-20 Thread Robert L. Harris

 
  Ok, I don't use OO much which explains why I haven't seen it.

Thus spake Michael P. Soulier ([EMAIL PROTECTED]):

> Date: Wed, 20 Nov 2002 10:32:42 -0500
> To: [EMAIL PROTECTED]
> Subject: Re: Laptops!
> X-Mailer: Mutt 1.4i (Debian Linux 2.4.16, i686)
> From: "Michael P. Soulier" <[EMAIL PROTECTED]>
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/246501
> 
> On 20/11/02 Robert L. Harris did speaketh:
> 
> > Mike, What bug?  I'm using a VAIO since my last dell died.  It makes a
> > good little XTerm for ssh'ing to a heavier box for mail, etc (my Vaio is
> > only a P2 with 96Megs)  The only problem with the booger is the cdrom
> > and floppy are usb, makes debian installs a bit of a problem, or did
> > with Debian2.2, haven't tried 3.0.
> 
> I've had some instability at times out of X running on it. It's a bug that
> OpenOffice specifically tickles. If I try to run OOo, my CPU goes through the
> roof and the box becomes unresponsive. That includes running it remotely from
> my desktop and using the laptop as an xterm. I'm told that X 4.2 will fix
> that, but I haven't tried it yet. I need to set up pinning so that I only get
> X 4.2, and not the rest of unstable. sawfish in unstable sucks at the moment. 
> 
> Mike
> 
> -- 
> Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08
> "...the word HACK is used as a verb to indicate a massive amount
> of nerd-like effort."  -Harley Hahn, A Student's Guide to Unix
> HTML Email Considered Harmful: http://expita.com/nomime.html





:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: Laptops!

2002-11-20 Thread Robert L. Harris


ok, next time I trash my vaio screwing around I'll try those.  Last
install was before 3.0 was out so I pulled the disk, installed it in a
dell and put it back.  The CDRom is bootable so if the 3.0 CD's have USB
kernels I may be good to go anyway.

Thus spake p ([EMAIL PROTECTED]):

> Date: Wed, 20 Nov 2002 17:51:44 +
> From: p <[EMAIL PROTECTED]>
> To: "Robert L. Harris" <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Re: Laptops!
> 
> On Wed, Nov 20, 2002 at 08:32:10AM -0500, Robert L. Harris wrote:
> > 
> > 
> > Mike, What bug?  I'm using a VAIO since my last dell died.  It makes a
> > good little XTerm for ssh'ing to a heavier box for mail, etc (my Vaio is
> > only a P2 with 96Megs)  The only problem with the booger is the cdrom
> > and floppy are usb, makes debian installs a bit of a problem, or did
> > with Debian2.2, haven't tried 3.0.
> > 
> > 
> > Thus spake Michael P. Soulier ([EMAIL PROTECTED]):
> > 
> > > Date: Wed, 20 Nov 2002 08:19:08 -0500
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: Laptops!
> > > X-Mailer: Mutt 1.4i (Debian Linux 2.4.16, i686)
> > > From: "Michael P. Soulier" <[EMAIL PROTECTED]>
> > > X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/246471
> > > 
> > > On 20/11/02 james leclair did speaketh:
> > > 
> > > > Hello,
> > > > Could someone be so kind as to recommend a model and brand name of laptop I 
> > > > should consider purchasing to run debian on? Thanks in advance, you guys 
> > > > have been real helpful!!
> > > 
> > > I wouldn't concern yourself too much with the laptop model, as much with
> > > any windows-specific crap in it. You should be able to run Debian on most
> > > laptops. I'm running it on my Sony VAIO with no problems, beyond the bug in
> > > the S3 chipset support of X 4.1, but I'll probably upgrade to 4.2 from
> > > unstable to fix that. 
> > > 
> > > Mike
> > > 
> > > -- 
> > > Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08
> > > "...the word HACK is used as a verb to indicate a massive amount
> > > of nerd-like effort."  -Harley Hahn, A Student's Guide to Unix
> > > HTML Email Considered Harmful: http://expita.com/nomime.html
> > 
> >
> 
> //
> 
> the 3.0 usb stiffy's are excellent!
> (developers, thx.)
> 
> kthxbye.
> 
> b.
> 
> // 



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: [OT] Love you guys

2002-11-20 Thread Robert L. Harris

  THIS is why I like this list, the debian community and the devs.
Security and stability are great but attitudes like this backing it up
are what make it really happen.


Thus spake Matthew Daubenspeck ([EMAIL PROTECTED]):

> Date: Wed, 20 Nov 2002 17:18:28 -0500
> From: Matthew Daubenspeck <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: [OT] Love you guys
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/246570
> 
> On Wed, Nov 20, 2002 at 03:19:31PM -0700, Gary Hennigan wrote:
> > "deFreese, Barry" <[EMAIL PROTECTED]> writes:
> > > Sorry for the goofy OT post but I really wanted to put Debian on a Compaq
> > > Proliant 1600 and not have to put RedHat on it.  I couldn't get it to see
> > > the array controller and being the newbie moron that I am I had no idea how
> > > to get it to work.  A quick google pointed out to me that Disk2 has the
> > > array module on it and BAM I am now installing it!!
> > > 
> > > You guys ROCK!!
> > 
> > Wait until it's installed and running before letting the compliments
> > fly. Especially with a Compaq! :)
> 
> Amen to that :)
> 
> I just installed on a Compaq PL 1600, so if you have any questions,
> let me know.
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: [OT] Love you guys - It's Alive

2002-11-20 Thread Robert L. Harris


check out xfce, it's great on my p2 sony vaio with 96megs.

Thus spake deFreese, Barry ([EMAIL PROTECTED]):

> From: "deFreese, Barry" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: [OT] Love you guys - It's Alive
> Date: Wed, 20 Nov 2002 17:23:35 -0800
> X-Mailer: Internet Mail Service (5.5.2653.19)
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/246615
> 
> >"deFreese, Barry" <[EMAIL PROTECTED]> writes:
> >> Sorry for the goofy OT post but I really wanted to put Debian on a Compaq
> >> Proliant 1600 and not have to put RedHat on it.  I couldn't get it to see
> >> the array controller and being the newbie moron that I am I had no idea
> how
> >> to get it to work.  A quick google pointed out to me that Disk2 has the
> >> array module on it and BAM I am now installing it!!
> >> 
> >> You guys ROCK!!
> >
> >Wait until it's installed and running before letting the compliments
> >fly. Especially with a Compaq! :)
> >
> >Gary
> 
> It's up and running.  Just trying to figure out what minimalist window
> manager to use and I'm off and running.  I have twm on at the moment and
> gotta say it's a little too minimalist.
> 
> So, you all STILL ROCK!! :-)
> 
> 
> Barry deFreese
> NTS Technology Services Manager
> Nike Team Sports
> (949)-616-4005
> [EMAIL PROTECTED]
> 
> "Technology doesn't make you less stupid; it just makes you stupid faster."
> Jerry Gregoire - Former CIO at Dell
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: konqueror(kde2.2)

2002-11-21 Thread Robert L. Harris


Did you install kdebase-crypto I think it is?

Thus spake florian florian ([EMAIL PROTECTED]):

> From: "florian florian" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: konqueror(kde2.2)
> Date: Thu, 21 Nov 2002 21:46:38 +
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/246807
> 
> 
> 
> 
> 
> Hi,
> Why in Woody the konqueror doesn't work with the protocol https ? For 
> exemple when I try to read my messages in ...hotmail or yahoo ! the message 
> is: the protocol https is not supported.
> How can I fix this ?
> 
> Thanks for all !
> 
> 
> 
> 
> _
> MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. 
> http://join.msn.com/?page=features/virus
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Pinerc Folders -> muttrc folders???

2002-11-26 Thread Robert L. Harris


  At work we have an SSL mail server.  I've gotten my mailboxes working
fine for that but there's a new "catch" certail aliases are archived off
to another IMAP folder.  Under pine they can just change folders and up
they pop to be browsed through.  I'm trying to set up the same thing in
mutt but not having much luck.

Under pine it reads:
folder-collections={mail.rdlg.net/novalidate-cert}[],
{mailhost.sea.rdlg.net}custmail/[],
{mailhost.sea.rdlg.net}corpmail/[],
{mailhost.sea.rdlg.net}provmail/[]

I tried a number of combinations for such for "mailboxes" and "folder"
options under my .muttrc but obviously somethingi s missing.  Anyone got
a good guess?  I've dug around the mutt home page without much luck as
well.




:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Make a package from source?

2002-11-26 Thread Robert L. Harris


  Ok, Is there a good doc of how to make a debian package from source?  I
am trying to custom compile iptables and would like it to install as if
it were a .deb.  Digging around debian.org, I didn't find anything.


:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: binary files

2002-11-27 Thread Robert L. Harris


.bin?  Isn't that a mac format generally?  what does "file whatever.bin"
say?

Thus spake David and Dana Evans ([EMAIL PROTECTED]):

> From: "David and Dana Evans" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: binary files
> Date: Wed, 27 Nov 2002 10:09:05 -0800
> X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/248010
> 
> I know now how to install a "whatever.tar.gz" file but how do I install a
> "whatever.bin" file?
> Please help I've been reading and reading and can't find the answer.
> Thanks Dave
> [EMAIL PROTECTED]
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: binary files

2002-11-27 Thread Robert L. Harris


Good point, I'd forgotten a few guys distro'd like this.

making it executable and ./whatever.bin would alow you to run it and
it'll untar/rar/shar after license agreement and possibly some
configuration options.

Thus spake Travis Crump ([EMAIL PROTECTED]):

> Date: Wed, 27 Nov 2002 13:37:36 -0500
> From: Travis Crump <[EMAIL PROTECTED]>
> To: Debian User List <[EMAIL PROTECTED]>
> Subject: Re: binary files
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/248020
> 
> Robert L. Harris wrote:
> >
> >.bin?  Isn't that a mac format generally?  what does "file whatever.bin"
> >say?
> >
> >Thus spake David and Dana Evans ([EMAIL PROTECTED]):
> >>
> >>I know now how to install a "whatever.tar.gz" file but how do I install a
> >>"whatever.bin" file?
> 
> Sun distributes their java installer as a .bin.  If it is like that, it 
> is self-installing, just make it executable and run the file(ie. chmod 
> a+x whatever.bin && ./whatever.bin)
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




samba and win98se?

2002-11-28 Thread Robert L. Harris


  I've got a  Samba fileserver set up and running.  That shares out very
happily to my win2k servers.  I've got a Win98se system downstairs for
my mother in law to use.  The win98 system can't access the samba shares
no matter what name/login I use on it.  I've set the workgroup to that
of my samba server and it can see the server, it just can't access any
services.

Samba is a Debian unstable.  98se is up to the latest patches.

Robert 


:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




emusic.com?

2002-12-01 Thread Robert L. Harris


Just signed up for the 30 day trial of emusic.com.  They list "zinf" as
a compatable player.  Has anyone tried this?  Whenever I try to download
something it wants to save .emp files which are xml files that zinf
doesn't seem to be able to understand.

Any thoughts/theories?

:wq!
-------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: emusic.com?

2002-12-02 Thread Robert L. Harris


They still list zinf but it doesn't seem happy,  it doesn't use or read
the .emp files.


Thus spake Rob Weir ([EMAIL PROTECTED]):

> Date: Mon, 2 Dec 2002 20:35:20 +1100
> From: Rob Weir <[EMAIL PROTECTED]>
> To: Debian Users <[EMAIL PROTECTED]>
> Cc: Lance Simmons <[EMAIL PROTECTED]>
> Subject: Re: emusic.com?
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/248932
> 
> On Sun, Dec 01, 2002 at 05:04:16PM -0600, Lance Simmons wrote:
> > Oops.  Sorry, getrmp.py doesn't seem to work with the new .emp files,
> > and the old .rmp files don't work any more.  I'm not sure what's
> > changed.
> 
> That's weird.  emusic used to sponsor the development of freeamp (zinf's
> former incarnation), but I guess they bailed.
> 
> -rob





:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




cupsys setting for an 882C?

2002-12-04 Thread Robert L. Harris


I've got cupsys installed on my unstable system.  It configures up
beautifully except I get 1 line of whatever.  If I print /etc/printcap
with lpr I get what almost looks like stair stepping but it's only 1
line.

Does anyone have an 882C configured and working?  Can you tell me what
printer combination you have setup?  "HP Deskjet 882C, foomatic + hpjd"
or whatever is working?  I'd love the 300dpi color but I'll be happy with
300 grayscale, I'd be exstaic with 600dpi color printing.


:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: cupsys setting for an 882C?

2002-12-06 Thread Robert L. Harris


I found the HP driver I needed on the linuxprinting.org.  The only
problem now is the sucker is stair stepping and I can't find a way to
turn it off.

Thus spake Donald R. Spoon ([EMAIL PROTECTED]):

> Date: Fri, 06 Dec 2002 05:13:00 -0600
> From: "Donald R. Spoon" <[EMAIL PROTECTED]>
> To: Debian Users <[EMAIL PROTECTED]>
> Subject: Re: cupsys setting for an 882C?
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/249739
> 
> Karsten M. Self wrote:
> >on Wed, Dec 04, 2002 at 09:59:44AM -0500, Robert L. Harris 
> >([EMAIL PROTECTED]) wrote:
> >
> >>
> >>I've got cupsys installed on my unstable system.  It configures up
> >>beautifully except I get 1 line of whatever.  If I print /etc/printcap
> >>with lpr I get what almost looks like stair stepping but it's only 1
> >>line.
> >
> >
> >Check for a "cr after lf" setting.
> >
> >
> >>Does anyone have an 882C configured and working?  Can you tell me what
> >>printer combination you have setup?  "HP Deskjet 882C, foomatic + hpjd"
> >>or whatever is working?  I'd love the 300dpi color but I'll be happy with
> >>300 grayscale, I'd be exstaic with 600dpi color printing.
> >
> >
> >What cups databases do you have installed?  There are several, and it's
> >not immediately obvious that some of them are useful.  Among them:
> >
> >cupsomatic-ppd
> >foomatic-db
> >
> >...and posibly others.  Make sure you've got 'em installed.  Then hunt
> >down your printer.
> >
> >Peace.
> >
> 
> In addition to what Karsten said, I have some general advice.  I don't 
> have your particular printer here, but I have been using CUPS on a HP 
> 960C for about 6 months.  I have done a little experimentation to 
> optimize the output and here is what I have found.
> 
> 1.  The "generic" printer drivers that come with cupsomatic or foomatic 
> are OK to get you going, but you can fine-tune the performance IF you 
> have a specific PPD file for your printer.  The cupsys-driver-gimpprint 
> drivers  was the best of the "generic' lot for me.
> 
> 2.  The http://www.linuxprinting.org/ site is an absolute gold-mine of 
> information!  It has specific information on your printer, user's 
> feedback, and the ability to generate a PPD specific for your printer. 
> There is also links to CUPS that give you instructions on how to add 
> your "specific" PPD to your system.  It takes a little reading, but the 
> effort & time spent there is worth it, IMHO.
> 
> 3.  From the quick scan of the above site that I just did, your printer 
> should work fine, with the drivers in foomatic + the hpijs + a specific 
> PPD "driver".  I found on my printer that this combination produced 
> significantly superior color quality and access to some of the more 
> exotic functions than the "generic" drivers supplied with cupsomatic, 
> foomatic, or cupsys-driver-gimprint.  The latter was a close second, though.
> 
> I have found CUPS to be amazingly flexible, but you have to work at it 
> and do a bit of experimentation.  The Linuxprinting.org site is a good 
> place to start.
> 
> Cheers,
> -Don Spoon-
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Vexira Antivirus for Mail?

2003-08-27 Thread Robert L. Harris


  Is anyone using Vexira Antivirus for mail with Exim?  I'm trying to test
it for usability and hitting some odd problems I'm hoping someone may
have run into.


:wq!
-------
Robert L. Harris | GPG Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.

Life is not a destination, it's a journey.
  Microsoft produces 15 car pileups on the highway.
Don't stop traffic to stand and gawk at the tragedy.


pgp0.pgp
Description: PGP signature


[ale] gpg and detached sigs?

2003-03-26 Thread Robert L. Harris


At work we're finally implementing certain lists require you sign your
emails.  Using my config at home all is well but the way I was signing
my emails wouldn't work with the mutt/gpg combo.  I just added
"--clearsign" to my sign command:

set pgp_sign_command="~rharris/bin/gpg--no-verbose --batch --quiet
--output - --passphrase-fd 0 --armor --detach-sign --textmode
--clearsign %?a?-u %a? %f"


The mailing list is now taking it but when I try to read my own mail I
get an error:

   
 
[-- PGP output follows (current time: Wed Mar 26 12:14:11 2003) --]
 
gpg: not a detached signature  
 
[-- End of PGP output --]  
 
   
 
[-- The following data is signed --]   
 
   
 
   
 
Blah   
 
   
 
   
 
:wq!   
 
---        
 
Robert L. HarrisGPG Key: 26F78970 @ x-hkp://pgp.mit.edu
 
  404-302-9883 
 
   
 
[-- End of signed data --] 
 
   
 



while my co-worker's test email is fine:




   
 
-BEGIN PGP SIGNED MESSAGE- 
 
Hash: SHA1 
 
   
 
   
 
   
 
-BEGIN PGP SIGNATURE-  
 
Version: GnuPG v1.0.6 (GNU/Linux)  
 
Comment: For info see http://www.gnupg.org 
 
   
 
iD8DBQE+gd3ID29TgPv1oZ8RAoCyAJ4/HSZcWl+V3alQiHxGot7WszlXawCfTr8r   
 
hwZnY8AnQ3TfAGh8YLfVc58=   
 
=18j2  
 
-END PGP SIGNATURE-
 



anyone have any ideas???  I'm using the gpg.rc config from the examples
in 1.4.1 source.

Robert

:wq!
-----------
Robert L. Harris | PGP Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.

Diagnosis: witzelsucht  

IPv6 = [EMAIL PROTECTED]http://ipv6.rdlg.net
IPv4 = [EMAIL PROTECTED]http://www.rdlg.net




pgp0.pgp
Description: PGP signature


loging iptables to a separate file?

2003-06-24 Thread Robert L. Harris


  Looking at the docs for iptables you can specify log Level (auth,
crit, etc) but I don't see a way of specifying a "facility" such as
local1.  I'd like to put all my iptables output logs into a specific
file I can dig through easier than my messages file.  Messing with
loglevels could work but has potential to get very ugly if it makes me
miss important messages I need otherwise.

Any ideas?
  Robert

:wq!
-----------
Robert L. Harris | GPG Key ID: E344DA3B
 @ x-hkp://pgp.mit.edu 
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.

Diagnosis: witzelsucht  

IPv6 = [EMAIL PROTECTED]http://ipv6.rdlg.net
IPv4 = [EMAIL PROTECTED]http://www.rdlg.net


pgp0.pgp
Description: PGP signature


Re: cu

2002-12-11 Thread Robert L. Harris

uucp 

Thus spake Rus Foster ([EMAIL PROTECTED]):

> Date: Wed, 11 Dec 2002 17:49:14 + (GMT)
> From: Rus Foster <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: cu
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/250791
> 
> Stoopid question. Which package is cu in as I can't find it for the life
> of me
> 
> Rgds
> 
> Rus
> 
> --
> http://www.fsck.me.uk - My blog
> http://shells.fsck.me.uk - Hosting how you want it.
> http://monitor.fsck.me.uk - Making sure you machine is there
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Exchange Calendar client?

2002-12-12 Thread Robert L. Harris



  Well, the CEO is doing the old hot and heavy for calendaring.  Despite
the fact he only schedules meetings with the other CXO's and no-one else
cares about the (dis-)function everyone needs it now.  I'm on the hunt
for a non-M$ installation option.  We're currently looking at Citrix and
Codeweavers of course.  Can I get any other suggestions of a client
that'll talk MAPI and do exchange callendar functionality?  

  In the past (8 months ago?) I looked at Ximian and Evolution but at
that point the callendar was coming out "Real Soon Now"(TM)...  Has
anyone got it working?  How does it behave.  How does it behave with
debian and will it require red carpet?


Robert


:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: Exchange Calendar client?

2002-12-12 Thread Robert L. Harris


Not an option, the CEO is doing the "exchange is the only true calendar
app!" thing.  I'd rather not come back with a "but linux doesn't work
nicely with that proprietary, bloated PoS" as he'd only hear "linux
doesn't work"...


Thus spake Steve ([EMAIL PROTECTED]):

> On 12/12/2002 9:46 AM, Robert L. Harris pounded the keyboard with stubby
> fingers to type:
> >
> >
> >  Well, the CEO is doing the old hot and heavy for calendaring.  Despite
> >the fact he only schedules meetings with the other CXO's and no-one else
> >cares about the (dis-)function everyone needs it now.  I'm on the hunt
> >for a non-M$ installation option.  We're currently looking at Citrix and
> >Codeweavers of course.  Can I get any other suggestions of a client
> >that'll talk MAPI and do exchange callendar functionality?  
> 
> Take a look at Mozilla calendar, the folks at IBM are pushing for a good 
> Mozilla calendar, which tentatively is scheduled for the 1.3b release.
> 
> I'm playing with it now and it coming along pretty good. They're trying to 
> get it on par with iCal.
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: Exchange Calendar client?

2002-12-13 Thread Robert L. Harris


  Did it.  It was as effective as throwing a roll of bounty paper towels
in the ocean.  Remember, he's the CEO, I'm a tech peon, he knows all, I
don't.



Thus spake Holger Rauch ([EMAIL PROTECTED]):

> On Thu, 12 Dec 2002, Robert L. Harris wrote:
> 
> > Not an option, the CEO is doing the "exchange is the only true calendar
> > app!" thing.  I'd rather not come back with a "but linux doesn't work
> > nicely with that proprietary, bloated PoS" as he'd only hear "linux
> > doesn't work"...
> 
> Then tell your CEO that he is wrong.
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: Exchange Calendar client?

2002-12-13 Thread Robert L. Harris


Been there, works great for me but not my wife and 2 kids.

He's not all that bad.  So far this is the only thing he's stuck into
and he's not forcing windows down everyone's throat, just the callendar.
If I can get a linux based functionality we're golden.  He's also done
some pretty good things for the company itself.  Definitely better at
doing his job and letting me do mine than MANY CxO's I've met and worked
for.



Thus spake Ludwig ([EMAIL PROTECTED]):

> On Fri, 2002-12-13 at 08:49, Robert L. Harris wrote:
> >   Did it.  It was as effective as throwing a roll of bounty paper towels
> > in the ocean.  Remember, he's the CEO, I'm a tech peon, he knows all, I
> > don't.
> 
> Well no wonder he's earning all that money!  
> 
> As long as he's going to be doing other people's jobs by spec'ing
> specific tech solutions, he might as well implement them himself too.  
> 
> Come join us unemployed folks -- we get to stay out all night!
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: Software RAID

2002-12-13 Thread Robert L. Harris


Check out linux.org and look up the Documentation -> HowTo's.  There's a
very short and sweet one on software raid.  Now I just need one that's a
bit more in depth.

If you have problems let me know, I've recently hammered the list with
my set of stupid questions and can probably help directly.


Thus spake Tim Worden ([EMAIL PROTECTED]):

> I am looking for a How-To on software raid for debian. If anyone know
> where I can get this info please let me know.
> 
> Thanks,
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: Exchange Calendar client?

2002-12-13 Thread Robert L. Harris

Thus spake Debian Support (Gary) ([EMAIL PROTECTED]):

>The best offense is a great defense.

.
.
> 
>Its hard to argue with numbers.
> 
.

They don't argue, they just ignore or disbelive.

.



:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg19042/pgp0.pgp
Description: PGP signature


Re: Exchange Calendar client?

2002-12-13 Thread Robert L. Harris

Thus spake Michael Heironimus ([EMAIL PROTECTED]):

> OK, I have a serious question here. I've heard the same type of comment
> before. And I used to work at a company that used Outlook/Exchange
> worldwide, including all the shared calendaring and a global address
> book with the entire company in it (and yes, they got hit VERY hard by
> the first few big Outlook mail worms).
> 
> People used it for basic e-mail. People used the address book. But the
> extent of the group calendaring was that some people would send "meeting
> requests" out. I think one person had a public calendar, but most of us
> hadn't bothered to learn how to access it. And most of the other groups
> were less technical than the one I was in.
> 
> Is this pretty typical? Or do other places actually make real use of the
> group calendars? Or is it that the only people who really know how to
> use all the features are the people who aren't doing real work (like the
> phone system in some places)?
> 

From what I've seen, the BigWigs tend to use it to schedule all the
meetings they like to live in.  Most "normal" people though find it more
of a nuesance than anything else.  I tend to be one of those who will
block out all but 2hrs of my day as busy so some butt nut doesn't decide
to schedule meetings for me durring my lunch or after hours, etc.



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg19048/pgp0.pgp
Description: PGP signature


What rescue disk with scsi drivers?

2002-12-14 Thread Robert L. Harris


  I need to rescue a system that doesn't seem to like grub.   My disks
are on an IBM MegaRaid controller.  The compact and normal boot methods
off CD1 aren't able to detect it...

Erf?


:wq!
-------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg19136/pgp0.pgp
Description: PGP signature


Re: Its a SPAM & Fuck You.

2002-12-15 Thread Robert L. Harris
Thus spake CaT ([EMAIL PROTECTED]):

> On Sun, Dec 15, 2002 at 02:28:09AM -0500, Geordie Birch wrote:
> > > Fuck You.
> > 
> > It's definitely a Fuck You but how is it a spam?
> 
> Well for one it's unsolicited (I know I didn't ask for it) and for
> another, it seems to me that the individual is at least partially
> illiterate and as such lacks the ability to express himself properly.
> This, in turn leads me to believe that this is an email that is either
> offering or requesting a fuck (ie sex). Now, it's obvious that said
> individual hasn't gotten laid in a while and as such is desperate. This
> would lead me to conclude that they are willing to trade some resource
> (money for example) for said sexual favours. As such the individuals
> email is commercial in nature.
> 
> Therefore, since it's both unsolicited and commercial in nature, it can
> only be spam.
> 

But atleast it's not the Nigerian spam so he gets 2 points for
originality.  Obviously not IQ points though.



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg19234/pgp0.pgp
Description: PGP signature


Re: change terminal type while using 'screen'

2002-12-17 Thread Robert L. Harris


I like Eterm, the transparency is kinda cool.  Also, try a
$TERM=color_xterm.  Works very well.

Thus spake Matthew Weier O'Phinney ([EMAIL PROTECTED]):

> -- Sandip P Deshmukh <[EMAIL PROTECTED]> wrote
> (on Tuesday, 17 December 2002, 12:09 PM +0530):
> > On Mon, Dec 16, 2002 at 11:25:52PM -0700, Bob Proulx wrote:
> > > Sandip P Deshmukh <[EMAIL PROTECTED]> [2002-12-17 10:42:31 +0530]:
> > > > On Mon, Dec 16, 2002 at 09:50:15AM -0700, Bob Proulx wrote:
> > > > >   screen -T $TERM
> > > > 
> > > > well, i did this. now when i start screen and do echo $TERM, it does say
> > > > linux. however, there seems to be some error as some applications like
> > > > centericq and mutt do not look the same!
> > > 
> > > The 'screen' program is doing yet another terminal emulation step.
> > > Therefore it may not match the underlying terminal capabilities
> > > exactly especially in the areas of color emulation.
> > 
> > oh - i do not know if all this offers any advantage. if it does not, i
> > wish they had left it untouched.
> It's been too long since you started the thread for me to remember what
> term you're using. Is it xterm? I know that xterm has some issues of its
> own.
> 
> You might want to give aterm a try. It's an rxvt-like x-terminal, has a
> smaller footprint than xterm, and, in my use, displays colors just fine
> in screen.
> 
> -- 
> Matthew Weier O'Phinney
> [EMAIL PROTECTED]
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg19652/pgp0.pgp
Description: PGP signature


Eterm title magic?

2002-12-17 Thread Robert L. Harris


  I know with "Eterm -T 'foo'" I can set the title for my Eterm, but is it
possible to have it set to whatever is going on in my Term?  A co-worker
using xterm has it set up so the title changes if he ssh's to a
different box, etc.

Thoughts, theories, suggestions?


:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg19702/pgp0.pgp
Description: PGP signature


Re: Eterm title magic?

2002-12-17 Thread Robert L. Harris

Thus spake Thorsten Haude ([EMAIL PROTECTED]):

> Hi,
> 
> you should put your key on the public server.

Should be on keyring.debian.org in the minimum.  Uploaded it a month or
more ago.

> * Robert L. Harris <[EMAIL PROTECTED]> [2002-12-17 20:09]:
> >  I know with "Eterm -T 'foo'" I can set the title for my Eterm, but is it
> >possible to have it set to whatever is going on in my Term?  A co-worker
> >using xterm has it set up so the title changes if he ssh's to a
> >different box, etc.
> >
> >Thoughts, theories, suggestions?
> 
> Try to set the prompt.

?






:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg19728/pgp0.pgp
Description: PGP signature


Re: Eterm title magic?

2002-12-17 Thread Robert L. Harris

Think this may do what I need.

Thanks to all who replied, I like having user@host in a number of
places, nice and visable...


Thus spake Noah L. Meyerhans ([EMAIL PROTECTED]):

> On Tue, Dec 17, 2002 at 02:09:49PM -0500, Robert L. Harris wrote:
> >   I know with "Eterm -T 'foo'" I can set the title for my Eterm, but is it
> > possible to have it set to whatever is going on in my Term?  A co-worker
> > using xterm has it set up so the title changes if he ssh's to a
> > different box, etc.
> 
> In zsh, I have a prompt defined:
> #based on prompt_suse_setup
> prompt_setup () {
>   PS1="%m:%~$ "
>   PS2="> "
> 
>   prompt_opts=( cr percent )
> 
>   precmd () { 
>print -n "\e]2;$USER\@$HOSTNAME:$PWD\a\e]1;$USER\@$HOSTNAME\a"
>   }
>   preexec () { }
> }
> prompt_setup "$@"
> 
> 
> The precmd function is what sets the title bar and icon name.
> In bash, I did a similar thing with this code:
> if [ "$BASH" != "" ]; then
> if [ $TERM = 'xterm' ] || [ $TERM = 'rxvt' ]
> || [ $TERM = 'Eterm' ]; then
>   PS1="\[\033]1;\h\007\033]2;\u@\h:$PWD\007\]\h:\w\$ "
> else
>   PS1="\h:\w$ "
> fi
> fi
> 
> The weird thing is that in zsh, I can't get the $TERM conditionals to
> have any effect.  precmd() always ends up printing the escape sequence,
> even if I'm at the console.  This results in an annoying beep.  If I log
> in on the console, I end up manually running 'precmd(){}' to redefine
> precmd to be an empty function.
> 
> noah
> 
> -- 
>  ___
> | Web: http://web.morgul.net/~frodo/
> | PGP Public Key: http://web.morgul.net/~frodo/mail.html 





:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg19737/pgp0.pgp
Description: PGP signature


Re: Eterm title magic?

2002-12-17 Thread Robert L. Harris
 
 
Yeahv tha's one I added to my gnupg.conf file after I set up my key,
normally I use wwwkeys.us.pgp.net with pgp.mit.edu as a backup in case
of issues.



Thus spake Colin Watson ([EMAIL PROTECTED]):

> On Tue, Dec 17, 2002 at 03:02:10PM -0500, Robert L. Harris wrote:
> > Thus spake Thorsten Haude ([EMAIL PROTECTED]):
> > > you should put your key on the public server.
> > 
> > Should be on keyring.debian.org in the minimum.  Uploaded it a month or
> > more ago.
> 
> keyring.debian.org only accepts keys from Debian developers. It's not a
> general-purpose keyserver.
> 
> -- 
> Colin Watson  [[EMAIL PROTECTED]]
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg19758/pgp0.pgp
Description: PGP signature


[robertsharris@comcast.net: Re: Fw: Ga. Visit.]

2002-12-18 Thread Robert L. Harris


Since I started using GPG to sign my emails my father is having issues
with reading them.  Here's  description of what he's see'ing.  I'm using
the latest mutt from unstable.

Anything one of us can set to get around this other than me turning off
auto-signing?  

- Forwarded -

I'm still using OutLook Express.  Same that I have had since the cable
hook-up last year.  With the most recent mails from you, the messages come
only as an 'Attatchment' that must be opened after the initial page of your
mail is selected.
I have to click on the "paper clip" icon, then select one of two attatchment
designators, then select 'open' or 'save' ,then select 'continue'.  Your
message finally comes up in block formate in a seperate window.  Maybe
secure for you, but as I said, if I get something from someone  like this
form someone I am not expecting, or in a generic heading(i.e.,"The info you
asked for', 'A funny Joke', etc.) I won't open it.  Some of your other
recipiates may not also, and you might lose some mail.

- End forwarded message -



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg19855/pgp0.pgp
Description: PGP signature


Re: [robertsharris@comcast.net: Re: Fw: Ga. Visit.]

2002-12-18 Thread Robert L. Harris


Ok, I set that and will bounce it his way.

Do you have an auto_view entry for application/pgp or
application/pgp-signature?  How do you have it set up?  When mine is
enabled it says it's not supported.


Thus spake Sam Varghese ([EMAIL PROTECTED]):

> On Wed, Dec 18, 2002 at 09:11:58AM -0500, Robert L. Harris spake thus:
> > 
> > 
> > Since I started using GPG to sign my emails my father is having issues
> > with reading them.  Here's  description of what he's see'ing.  I'm using
> > the latest mutt from unstable.
> > 
> > Anything one of us can set to get around this other than me turning off
> > auto-signing?  
> 
> Change your Mutt options to clearign your mail.
> 
> I use this in my .muttrc:
> 
> macro   compose \CP "Fgpg --clearsign\ny"
> 
> Sam
> -- 
> Sam Varghese
> http://www.gnubies.com
> What we have done for ourselves alone dies with us; what we have done for others
> and the world remains and is immortal.
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg19937/pgp0.pgp
Description: PGP signature


Re: [robertsharris@comcast.net: Re: Fw: Ga. Visit.]

2002-12-18 Thread Robert L. Harris

Thus spake Brian Nelson ([EMAIL PROTECTED]):

> 
> http://kmself.home.netcom.com/Rants/gpg-signed-mail.html
> 
> Tell your father to stop using OE, or any other MS mailer.  They're all
> broken and should never be used by anyone for any purpose.  Unless, of
> course, you want to demonstrate how piss-poor MS software can be.
> 

  Ok, I'll give him your phone number to call when he has questions and
can't understand why the background on his mailer changed colors.  He's
65 and has just learned windows in the last 2 years, uses his computer
just to send email every other day so he's oh so motivated to learn
something new every day instead of going out on the boat fishing or what
not down in his Fla retirement village.






:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg20002/pgp0.pgp
Description: PGP signature


Re: [robertsharris@comcast.net: Re: Fw: Ga. Visit.]

2002-12-19 Thread Robert L. Harris


Great, you can support him.  He only pokes things and gets curious to
break it once every week or so as it is.  Throw in something new and it
should only be a call every week and a half for about 2hrs each as you
try to figure out what he changed and talk him through undoing it or
re-installing it.

He has learned this, it does what he wants and the guys at CompUSA tell
him there's nothing wrong with it.  If you can convince him to change
more power to you.  I've been trying to get him for 2 years now.  I
finally got him to BELIEVE that windows isn't the only gui out there
after 4 years.

Yes Outlook sucks harder than a hoover but it works for him, when he
gets a virus I can tell him "I warned you" and when he spreads that to
his friends I can repeat myself.  However it works for everyone he
exchanges email with EXCEPT me.  As a result that looks to him like my
Unix based email is broken, NOT his, and it only started happening when
I started signing my email.  You wanna try and convince him, feel free.
I'm personally closer to just blacklisting his emails and telling him to
call me when he wants to chat.


Thus spake Brian Nelson ([EMAIL PROTECTED]):

> Ehem.  Mail-Copies-To: never.  Doesn't mutt respect that header?
> 
> "Robert L. Harris" <[EMAIL PROTECTED]> writes:
> 
> > Thus spake Brian Nelson ([EMAIL PROTECTED]):
> >
> >> http://kmself.home.netcom.com/Rants/gpg-signed-mail.html
> >> 
> >> Tell your father to stop using OE, or any other MS mailer.  They're all
> >> broken and should never be used by anyone for any purpose.  Unless, of
> >> course, you want to demonstrate how piss-poor MS software can be.
> >> 
> >   Ok, I'll give him your phone number to call when he has questions and
> > can't understand why the background on his mailer changed colors.  He's
> > 65 and has just learned windows in the last 2 years, uses his computer
> > just to send email every other day so he's oh so motivated to learn
> > something new every day instead of going out on the boat fishing or what
> > not down in his Fla retirement village.
> 
> Just because he uses windows doesn't mean he has to use quite possibly
> the worst piece of software *ever* written.  There's a few relatively
> sane email clients available for windows.  If he refuses to learn to use
> a new mailer, then he can live with opening signed mails as attachments,
> break virtually every rule of email netiquette, risk getting/spreading
> viruses, etc.  I won't lose any sleep over it.
> 
> -- 
> Curse my natural showmanship!





:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg20055/pgp0.pgp
Description: PGP signature


DON'T UPGRADE UNSTABLE

2002-12-22 Thread Robert L. Harris


  I just upgraded Unstable with a dist upgrade.  It upgraded
libfontconfig1 which seems to be missing the actual lib files according
to dpkg -L and alien -t.

A number of KDE packages refuse to load without these and apt-file lists
this package as the only source of libfontconfig.so.  




:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg20625/pgp0.pgp
Description: PGP signature


UNSTABLE libfontconfig1 is fixed and looks good.

2002-12-23 Thread Robert L. Harris


Just for those patiently waiting.

:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg20816/pgp0.pgp
Description: PGP signature


Re: Handspring Visor (Palm OS) USB sync with gpilotd or?

2002-12-25 Thread Robert L. Harris


I'm using jpilot under debian with great success.  Part of the problem
was the device is /dev/ttyUSB1 (not 0).

Thus spake Bret Comstock Waldow ([EMAIL PROTECTED]):

> Hi,
> 
> Is ANYONE successfully hotsyncing a Visor or other Palm OS device via
> the USB hotplug system?  I've been using gpilotd with Redhat 7.3, and
> I'm trying to switch to Debian.
> 
> /var/log/messages shows the visor is recognized, but times out without
> transferring anything, and there is a message from the hotplug scripts
> that say there is no kernel or user module for it (even though lsmod
> shows it's loaded).  It seems there's something wrong with the hotplug
> system, but it would be great to hear if anyone else has it working.
> 
> JPilot doesn't work either, for the same reasons.
> 
> Thanks,
> Bret
> 
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg20979/pgp0.pgp
Description: PGP signature


USB MagicOk

2002-12-26 Thread Robert L. Harris


Scenario:

1 computer with USB Hub

2 USB 32Meg key fobs
1 USB MP3 player with 10Gig drive


All 3 devices link in as /dev/sd?

Is there a good way to assign ID's to these devices?  As it stands right
now whatever device I plug in first is /dev/sda, second is b, etc.  Is
there a way to make it so the MP3 player is always sda, one fob is
always sdb and one is always c?  It would make managing multiple devices
at once alot easier, especially when sync'ing the fobs.



:wq!
-------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg21101/pgp0.pgp
Description: PGP signature


adding ssl to apache1.3?

2003-01-02 Thread Robert L. Harris


  I've got an apache1.3 server up and running.  I've been thinking for a
while of adding ssl for the heck of it (nothing important on it, just
something I've wanted to to do).  I added libapache-mod-ssl to my
debian unstable server.  There's no doc/readme on configuring and
activating the openssl implementations.

  Anyone got a good HOWTO or link?

Robert


:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg22005/pgp0.pgp
Description: PGP signature


winex and "opengl" ????

2003-01-07 Thread Robert L. Harris


I'm running debian unstable and I'm building transgaming's winex from
cvs with --enable-opengl.  It looks good and builds but when I try to
run neverwinter nights it says opengl isn't compiled in...

I've got this installed so far:

ii  libglade-gnome 0.17-2.7   Library to load .glade files at runtime (Gno
ii  libglade0  0.17-2.7   Library to load .glade files at runtime.
ii  libglade2-02.0.1-3Library to load .glade files at runtime
ii  libglide2  2001.01.26-1.1 Graphics library for 3Dfx Voodoo based cards
ii  libglide2-dev  2001.01.26-1.1 development files for libglide2
ii  libglu15.0.0-1The OpenGL utility library, libGLU
ii  libglut3   3.7-17 the OpenGL Utility Toolkit
rc  libutahglx10.0-cvs-200107 Utah-GLX - shared library required by GLX cl
ii  mesag3-glide2  5.0.0-1A 3-D graphics library which implements the 

Thoughts?
  Robert



:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg22951/pgp0.pgp
Description: PGP signature


mutt compile????

2003-01-09 Thread Robert L. Harris


  Ok, I'm banging my head on this one.  I'm trying to compile the latest
version of mutt.  When I start to send an email I put in the To: name which
is an alias in ~/.aliases, put in my subject and hit enter.  It hangs at
this point.  I have to kill -9 it from another terminal.

  I'm compiling it with ssl, imap, +fnctl, -flock (per the previous
version that work) and I'm trying to enable dotlock.  When I do a "mutt
-v" on the old version it gives me a +USE_DOTLOCK but my compiled
version is giving -USE_DOTLOCK which I'm reading as disabled.  I've
tried --enable-dotlock, --with-dotlock, --enable-external-dotlock and
none of them make a difference.

Thoughts?
  Robert




:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg23169/pgp0.pgp
Description: PGP signature


Re: tar file extract specific

2003-01-09 Thread Robert L. Harris


tar xvf home.tar file1_to_recover.ext file2.ext


Thus spake Mike Egglestone ([EMAIL PROTECTED]):

> Hi,
> 
> I have a normal backup tar file of my /home directory.
> Is it possible to extract certain or specific files out of this
> tar file without having to untar the entire file first?
> 
> Thanks,
> 
> Mike
> 
> 
> 
> 
> -
> This mail sent through IMP: http://horde.org/imp/
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg23181/pgp0.pgp
Description: PGP signature


Re: Startup Messages

2003-01-09 Thread Robert L. Harris


Once your system is up log in as root and execute "dmesg"

Also see if your system has a /var/log/dmesg, this file is written at
boot time but future messages are not appended.

Thus spake Daniel L. Miller ([EMAIL PROTECTED]):

> How can I log all the messages generated during boot?  The stuff that
> talks about the peripherals detected, driver loading, etc.
> 
> Daniel
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg23212/pgp0.pgp
Description: PGP signature


Re: OT--firewall help

2003-01-10 Thread Robert L. Harris


Check your firewall's messages and dmesg logs, look for logged packets
to see what's hitting the windshield.


Thus spake Brad Cramer ([EMAIL PROTECTED]):

> I am trying to use Xbox live on my home network and I can't seem to get
> through firewall. I have a computer running debian woody that acts as
> gateway/router/firewall. Has anyone done this and if so can they offer some
> advice?
> TIA
> Brad Cramer
> [EMAIL PROTECTED]
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg23411/pgp0.pgp
Description: PGP signature


WTF is popping up that frigging window?

2003-01-12 Thread Robert L. Harris


  Recently my machine started popping up a window that I don't remember
telling it to do.  When I select a URL in my konqueror or mozilla windows 
this pops up asking how I want to open the URL.  When I double click a
URL in an Eterm it does the same thing.

How do I turn this stupid thing off?  It's driving me nuts.

Robert



:wq!
-------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg23692/pgp0.pgp
Description: PGP signature


Re: WTF is popping up that frigging window?

2003-01-12 Thread Robert L. Harris


Thank you, this was it.  Had to right click and click off the actions
enabled.  I'd gone through the configuration tool about 5 times and
couldn't find anything related.

Robert

Thus spake Lloyd Zusman ([EMAIL PROTECTED]):

> "Robert L. Harris" <[EMAIL PROTECTED]> writes:
> 
> >   Recently my machine started popping up a window that I don't remember
> > telling it to do.  When I select a URL in my konqueror or mozilla windows 
> > this pops up asking how I want to open the URL.  When I double click a
> > URL in an Eterm it does the same thing.
> >
> > How do I turn this stupid thing off?  It's driving me nuts.
> >
> > Robert
> 
> If you're using KDE, this is probably being controlled by an application
> called `klipper'.  It should be represented on your KDE Panel by a
> little icon that looks like tha clipboard with a letter "K" on it.  You
> can either remove this completely, or else you can right-click on it and
> select "Preferences" to configure its behavior.
> 
> HTH
> 
> -- 
>  Lloyd Zusman
>  [EMAIL PROTECTED]
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg23779/pgp0.pgp
Description: PGP signature


exim and pipe aliases?

2003-01-15 Thread Robert L. Harris


I'm trying to create and alias as such:

robert-pager:   | /usr/local/bin/Pager.pl 6787586413


I execute newalias and send an email to "robert-pager" and I get this in
my /var/log/exim/mainlog:

2003-01-15 17:01:09 18Yvav-0001i8-00 Neither the system_aliases director nor the 
address_pipe transport set a uid for local delivery of | /usr/local/bin/Pager.pl 
6787586413

I don't see any settings in /etc/exim/exim.conf which would be relevant
as the only entry as what uid's we won't accept and exim runs as user
mail, not root.

Thoughts?
  Robert



:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg24318/pgp0.pgp
Description: PGP signature


Re: exim and pipe aliases?

2003-01-15 Thread Robert L. Harris


This hit the nail on the head.  Only one problem now.  If I save an
email to a "file" and do a:

cat  |/usr/local/bin/pager as user "nomad" it works great.

If I set this to use user nomad and try to run it my logs show:

-

system_aliases director succeeded for robert-pager
>>>>>> Local deliveries >>>>>>
delivering |/usr/local/bin/Pager.pl as |/usr/local/bin/Pager.pl using
address_pipe:
  uid=1000 gid=100 home=NULL current=/
  auxiliary group list: 
set_process_info:  9950 delivering 18Z0f2-0002aQ-00 to
|/usr/local/bin/Pager.pl using address_pipe
address_pipe transport entered
Writing message to pipe
set_process_info:  9952 reading output from |/usr/local/bin/Pager.pl
address_pipe transport yielded 7
LOG: 0 MAIN   
  ** |/usr/local/bin/Pager.pl <[EMAIL PROTECTED]> D=system_aliases
T=address_pipe: Child process of a
ddress_pipe transport returned 255 (could mean shell command ended by
signal 127 (Unknown signal 127)) fr
om command: /usr/local/bin/Pager.pl
set_process_info:  9948 tidying up after delivering 18Z0f2-0002aQ-00
Processing retry items
Succeeded addresses:
[EMAIL PROTECTED]: no retry items
Failed addresses: 
|/usr/local/bin/Pager.pl: no retry items
[EMAIL PROTECTED]: no retry items
Deferred addresses:
end of retry processing

-

I end up getting a bounce saying it couldn't submit the URL (using
LWP::Simple to submit).

Thoughts?
  Robert



Thus spake Shyamal Prasad ([EMAIL PROTECTED]):

> "Robert" == Robert L Harris <[EMAIL PROTECTED]> writes:
> 
> Robert> I'm trying to create and alias as such:
> Robert> robert-pager: | /usr/local/bin/Pager.pl 6787586413
> 
> Robert> I execute newalias and send an email to "robert-pager" and
> Robert> I get this in my /var/log/exim/mainlog:
> 
> Robert> 2003-01-15 17:01:09 18Yvav-0001i8-00 Neither the
> Robert> system_aliases director nor the address_pipe transport set
> Robert> a uid for local delivery of | /usr/local/bin/Pager.pl
> Robert> 6787586413
> 
> Robert> I don't see any settings in /etc/exim/exim.conf which
> Robert> would be relevant as the only entry as what uid's we won't
> Robert> accept and exim runs as user mail, not root.
> 
> Robert> Thoughts?  Robert
> 
> I don't do this, but my exim.conf has what seems to be the answer in
> the file comments:
> 
> # This director handles aliasing using a traditional /etc/aliases file.
> # If any of your aliases expand to pipes or files, you will need to set
> # up a user and a group for these deliveries to run under. You can do
> # this by uncommenting the "user" option below (changing the user name
> # as appropriate) and adding a "group" option if necessary.
> 
> system_aliases:
>   driver = aliasfile
>   file_transport = address_file
>   pipe_transport = address_pipe
>   file = /etc/aliases
>   search_type = lsearch
> # user = list
> 
> 
> Cheers!
> Shyamal
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg24359/pgp0.pgp
Description: PGP signature


Re: exim and pipe aliases?

2003-01-16 Thread Robert L. Harris


  Users don't need to exist.  There's a setting in /etc/exim/exim.conf
that tells it what user to execute the process as.  If I put a long
sleep in the script I can see user "mail" or even "robert" executing the
script.  I've put some touch commands and debug commands as well in the
script and they get created and with the right ownership.  If I execute
the command from CLI by hand everything works the same except I don't
get the failures such as the undefined scheme in Protocols.pm.  I tried
setting the scheme, I can even read it and it's set.  

Makes no sense.


Thus spake Hans Wilmer ([EMAIL PROTECTED]):

> On Wed, Jan 15, 2003 at 05:05:38PM -0500, Robert L. Harris wrote:
> 
> > I'm trying to create and alias as such:
> > 
> > robert-pager:   | /usr/local/bin/Pager.pl 6787586413
> 
> Quoting the right part of the alias should help:
> 
> 
> robert-pager:   "| /usr/local/bin/Pager.pl 6787586413"
> 
> 
> Please, as I'm not absolutely sure, verify the follwing in the exim
> documentation (info exim):
> 
> Afair, exim understands your setting as to send mail that is addressed
> to the 'robert-pager' alias to the three users '|',
> '/usr/local/bin/Pager.pl' and '6787586413'. These users probably do
> not exist, thus exim cannot determine their UIDs. The sender should
> get an error message, telling him that his mail couldn't be delivered
> because the users he sent it to do not exist. --- Running newaliases
> is not neccessarily required.
> 
> BTW, what about users named '|' or '/usr/local/bin/Pager.pl'? Are such
> usernames allowed? Does anyone know what MTAs are supposed to do when
> they encounter such usernames (cd to /home/usr/local/bin/Pager.pl to
> deliver the mail to the users mailbox ...)?
> 
> As an example, the following entries in /etc/aliases work fine for me
> (needed for a mailing list I'm running):
> 
> 
> # Aliases for 'xk-users' mailing list.
> xk-users: "|/usr/lib/listar/listar -s xk-users"
> xk-users-request: "|/usr/lib/listar/listar -r xk-users"
> xk-users-repost: "|/usr/lib/listar/listar -a xk-users"
> xk-users-admins: "|/usr/lib/listar/listar -admins xk-users"
> xk-users-moderators: "|/usr/lib/listar/listar -moderators xk-users"
> xk-users-bounce: "|/usr/lib/listar/listar -bounce xk-users"
> xk-users-owner: [EMAIL PROTECTED]
> 
> 
> GH
> -- 
> Flying in shared space, keep your vidcom open.



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg24527/pgp0.pgp
Description: PGP signature


Re: exim and pipe aliases?

2003-01-17 Thread Robert L. Harris


If I execute the script manually it works great.  If I execute it via
pipe with exim I get this:

Use of uninitialized value in concatenation (.) or string at   
 
/usr/local/share/perl/5.8.0/LWP/Protocol.pm line 87, <> line 20
(#1)
Use of uninitialized value in concatenation (.) or string at   
 
/usr/local/bin/Pager.pl line 60, <> line 20 (#1)   
 

My pipe section of my exim.conf looks like this:

address_pipe:
  driver = pipe
  path = /sbin:/usr/sbin:/usr/bin:/bin:/usr/local/bin
  user = mail
  environment="http_proxy=http://proxy.rdlg.net:3128";
  use_shell = true
  home_directory = /var/mail 
  return_output

(If I don't include the proxy statement I time out on the network
connection.  Odd because I'm not requiring proxy...)

I'm attaching the script.
   
   


Thus spake Shyamal Prasad ([EMAIL PROTECTED]):

> "Robert" == Robert L Harris <[EMAIL PROTECTED]> writes:
> 
> Robert> This hit the nail on the head.  Only one problem now.  If
> Robert> I save an email to a "file" and do a:
> 
> Robert> cat  |/usr/local/bin/pager as user "nomad" it works
> Robert> great.
> 
> Robert> If I set this to use user nomad and try to run it my logs
> Robert> show:
> 
> Robert> [deleted much output]
> Robert> Child process of a ddress_pipe transport returned 255
> Robert> (could mean shell command ended by signal 127 (Unknown
> Robert> signal 127)) fr om command: /usr/local/bin/Pager.pl
> 
> I am not familiar with this pager application. Does it produce
> anything on standard output? Does it return 0 on exit?
> 
> Otherwise pay attention to this part of exim.conf
> 
> # This transport is used for handling pipe addresses generated by
> # alias or .forward files. If the pipe generates any standard output,
> # it is returned to the sender of the message as a delivery error. Set
> # return_fail_output instead if you want this to happen only when the
> # pipe fails to complete normally.
> 
> address_pipe:
>   driver = pipe
>   path = /usr/bin:/bin:/usr/local/bin
>   return_output
> 
> 
> If you say return_output, any output results will cause delivery to
> fail. Also, the manual specifically says that the return value is
> checked. 
> 
> These are just ideas, I have not run exim like this.
> 
> Best regards,
> Shyamal



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




Pager.pl
Description: Perl program


msg24624/pgp0.pgp
Description: PGP signature


Re: sensor chipset

2003-01-17 Thread Robert L. Harris


There's a script "sensors-detect" that comes with the lm-sensors
software, it'll probe through all the modules you have and tell you what
and what modules you need.

I seriously recomend installing from source and not the deb packages
unless you always use debian packaged kernels.


Thus spake mess-mate ([EMAIL PROTECTED]):

> Hi all,
> I've a brand new P4T533-R board.
> And want to setup the sensors package.
> Is there anyone use this board and can tell me 
> what sensor chip it have ?
> Thanks for your help.
> mess-mate
> 
> -- 
> Computers are like air conditioners, they are useless when you open
> Windows.




:wq!
-----------
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg24659/pgp0.pgp
Description: PGP signature


Re: exim and pipe aliases?

2003-01-17 Thread Robert L. Harris


The problem is the script is actually failing.  It generates this error:

Use of uninitialized value in pattern match (m//) at   
  
/usr/local/share/perl/5.8.0/LWP/Protocol.pm line 114 (#1)  
  
(W uninitialized) An undefined value was used as if it were already
  
defined.  It was interpreted as a "" or a 0, but maybe it was a mistake.   
  
To suppress this warning assign a defined value to your variables. 
  
   
  
To help you figure out what was undefined, perl tells you what operation   
  
you used the undefined value in.  Note, however, that perl optimizes your  
  
program and the operation displayed in the warning may not necessarily 
  
appear literally in your program.  For example, "that $foo" is 
  
usually optimized into "that " . $foo, and the warning will refer to   
  
the concatenation (.) operator, even though there is no . in your  
  
program.   
  
   
  
Use of uninitialized value in concatenation (.) or string at   
  
/usr/local/share/perl/5.8.0/LWP/Protocol.pm line 87 (#1)   
  

When it is run manually it works great.  When executed by exim with a
pipe I get this error message every time, setting "return_fail_output"
didn't help either.

Thus spake Shyamal Prasad ([EMAIL PROTECTED]):

> "Robert" == Robert L Harris <[EMAIL PROTECTED]> writes:
> 
> Robert> If I execute the script manually it works great.  If I
> Robert> execute it via pipe with exim I get this:
> 
> Robert> My pipe section of my exim.conf looks like this:
> 
> Robert> [..deleted...] 
> Robert> return_output
> 
> Hi Robert,
> 
> If you specify return_output exim will fail the
> delivery. Period. Try changing that to return_fail_output.
> 
> http://www.exim.org/exim-html-3.30/doc/html/spec.html
> 
> Chapter 18.
> 
> I suspect your script is doing one of those 'die' statments maybe?
> Your pipe specification looks good. Try to change those die statements
> to return different return codes ( 1 - 127 ) and see if exim catches
> them. I wish I had more time to look over the script right now, but
> I've got errands to run. I'll look again tomorrow unless you've got it
> fixed (I have not done perl in about 3 years. Yee-hah).
> 
> I'm learning more about exim now then before I read your question ;-)
> 
> Cheers!
> Shyamal
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



:wq!
---
Robert L. Harris | PGP Key ID: FC96D405
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




msg24733/pgp0.pgp
Description: PGP signature


New users looking for sources.list

1999-11-29 Thread Robert L. Harris

I just installed debian this morning.  I've got gnome installed, but 
apparently on a much older version of Enlightenment.  When I do a
"dpkg --list | grep enlightenment" it doesn't show as installed, and when
I try to install it, it complains that there's about 5 incompatabilities 
such as imlib (which is too old).  Right now I've got this in my 
sources.list file:

deb http://www.debian.org/~vincent/ slink-update main 
deb http://www.debian.org/~ljlane/downloads/ enlightenment/
deb http://http.us.debian.org/debian stable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable non-US
deb http://http.us.debian.org/debian dists/proposed-updates/


I moved the first 2 to the front hoping it might clear things up.

Anyone have a well built list that my help clear some of thise up?

-----------
Robert L. Harris|   "A person is smart;
Senior System Engineer  |People are dumb, panicky
  R&D Consulting.   \_dangerous animals"  - Agent K  


http://www.rnd-consulting.com/~nomad

DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.

FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


update ignoring sources?

1999-11-29 Thread Robert L. Harris


I have added some lines to my sources.list file.  When I do an 
"apt-get update" I see this:

{0}:dogbert:/etc/apt>apt-get update 
Get:1 http://www.daft.com ./ Packages [4210B]   

Hit http://www.debian.org slink-update/main Packages

Hit http://www.debian.org slink-update/main Release 

Hit http://www.debian.org enlightenment/ Packages   

Ign http://www.debian.org enlightenment/ Release

Get:2 http://www.debian.org y2k-update/main Packages [6834B]

Hit http://non-us.debian.org stable/non-US Packages 
   

Here is the head of my source.list :

# Remember that you can only use http, ftp or file URIs
deb http://http.us.debian.org/debian stable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable non-US
deb http://http.us.debian.org/debian dists/proposed-updates/
deb http://www.debian.org/~vincent/ slink-update main 
deb http://www.debian.org/~ljlane/downloads/ enlightenment/
deb ftp://beteigeuze.cs.tu-berlin.de/pub/linux/debian stable extra


I'm confused as to why it'd skip things.

-----------
Robert L. Harris|   "A person is smart;
Senior System Engineer  |People are dumb, panicky
  R&D Consulting.   \_dangerous animals"  - Agent K  


http://www.rnd-consulting.com/~nomad

DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.

FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


Enlightenment?

1999-11-30 Thread Robert L. Harris

  Did anyone get E installed?  When I do an "apt-get install enlightenment"
I get this:

Sorry, but the following packages have unmet dependencies:
  enlightenment: Depends: imlib1 (>= 1.9.8-2) but 1.9.8-1.99.slink.0 is 
installed
 Depends: libc6 (>= 2.1) but 2.0.7.19981211-6 is installed
 Depends: libesd0 (>= 0.2.15-7) but 0.2.14-0.1.slink.0 is 
installed
 Depends: libz1 but it is not installable
E: Sorry, broken packages


If you did, how?
-----------
Robert L. Harris|   "A person is smart;
Senior System Engineer  |People are dumb, panicky
  R&D Consulting.   \_dangerous animals"  - Agent K  


http://www.rnd-consulting.com/~nomad

DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.

FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


  1   2   3   4   5   >