Re: crontab every 5 minutes?
Hello, try this*/5 * * * for other exsamples see "man 5 crontab" Bye Lance Hoffmeyer schrieb: Hello, How do I get crontab to run a process every 5 minutes? Currently, it is setup as: 5,10,15,20,25,30,35,40,45,50,55 * * * Surely, there is a more elegant approach? Lance -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Help: Embedded Debian
Hi, i´m using debian for now two years and i created lots of servers for our customers. I also tried to create an very small debian install with postfix, bind, dhcp, webmin, squid etc. I was able to cut it down to 100 MB but i want it make smaller. Are there any infos about creating an embedded system with debian or tips to make it smaller, also to hold it small :-) (log files etc.). I need also the possibilty (for the local admin) to administrate the server via web. I installed webmin, but with only the needed modules = 20 MB, any suggestions to get it also smaller? Thanks in advance for all links and tips. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Linux as Windows Update Server???
Nicolas Montauban wrote: I use squid as proxy cache with option: maximum_object_size 8192 KB or more one client go, other get update from proxy does someone know a solution to use linux as an windows update server. Something like, check local network/ workstations for installed updates and install missing updates remotly. Nicolas M. Thanks for your answer, i disabled the caching of *.microsoft.com because i got sometimes problems with it. I install two machines with W2k SP4 and start the update, first runs fine, second tells me there are no needed updates. I thought there must be something cached, so i disabled the caching of *.microsoft.com. Do you know that? Stefan D. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Linux as Windows Update Server???
Hi, does someone know a solution to use linux as an windows update server. Something like, check local network/ workstations for installed updates and install missing updates remotly. Thanks in advance Stefan D. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Easy to use Mail Spam/ Content Filter?
Osamu Aoki wrote: After reading recent flame-fest at d-devel, I found crm114 and dspam seemed interesting. crm114 is very light and already packaged. I like HOWTO at http://triplehelix.org/~joshk/CRM114.html Also check original home page crm114.sourceforge.net This is supercharged auto-learn grep and very simple design. Within a day of learning, I get very good filtering. I dropped almost all procmail recipe filtering junks. I was quite impressed it works with mixed Japanese/English environment. This is by far the excellent filter you can teach without programming. For DSPAM which uses database as backend. Too fancy for me but its web page is very informative. www.nuclearelephant.com/projects/dspam/ This has web server support and alternative web support is provided by php backend, http://www.michaelthompson.org/dspam/ Thanks, i will try CRM114 and DSPAM, seems to be what i need. Thanks. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Easy to use Mail Spam/ Content Filter?
Hi, i´m searching for an easy to configure mail spam/ content filter, configurable over an web frontend. I know about amavis/ spamassassin but i din´t found an easy to use/ understand web frontend. Commercial products are also ok. Till know i´m using only amavis to scan for viruses, but my boss wants to keep also spam away and because of that i´m not the only one using it, it must be easy as possible:-). Hope you can give me some hints. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Help!!! Woody with PPP 2.4.2 and SASL2 ???
Hello, i need some help/ hints with backporting some packages from sid to woody. Primary i want ppp 2.4.2 to test pptp with mppe and sasl2 to test smtp auth. If it works as expected i want to upgrade some debian woody server with these packages/ features. I tried to download the source from unstable but i´m stuck with debuild and debhelper/ debconf. PPP 2.4.2 needs debhelper/ debconf from sid. The same problem with sasl2. Hope someone can help me with these and give me some general tips/ hints how to do. Thanks in advance. S.Drees -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Samba share problem
Hello, hope someone can help me. I´m using debian 3.0 with latest service packs. Since i switched my workstation to w2k, my network drives get regulary disconnected. I can´t find out why. I´m using samba as PDC. I´m using Shorewall 1.4.2 with so needed rules to access samba shares on it. The firewall has 3 interfaces, eth0 for pppoe, eth1 for lan and ippp1 for isdn. eth0 = 192.168.0.254 eth1 = 192.168.100.254 ippp1 = 10.0.0.1 I tried to also "interfaces = eth1 or 192.168.100.0/24" (local lan), to only allow my local network and "bind interfaces = yes" without success. I found these entries in /var/log/samba/nmbd.log. [2003/12/26 20:18:55, 0] libsmb/nmblib.c:send_udp(756) Packet send failed to 192.168.0.1(137) ERRNO=Operation not permitted [2003/12/26 20:18:55, 0] nmbd/nmbd_packets.c:reply_netbios_packet(987) reply_netbios_packet: send_packet to IP 192.168.0.1 port 137 failed [2003/12/26 20:18:57, 3] nmbd/nmbd_incomingrequests.c:process_node_status_request(342) process_node_status_request: status request for name *<00> from IP 192.168.0.1 on subnet REMOTE_BROADCAST_SUBNET. [2003/12/26 20:18:57, 0] libsmb/nmblib.c:send_udp(756) Packet send failed to 192.168.0.1(137) ERRNO=Operation not permitted [2003/12/26 20:18:57, 0] nmbd/nmbd_packets.c:reply_netbios_packet(987) reply_netbios_packet: send_packet to IP 192.168.0.1 port 137 failed I don´t have an workstation with 192.168.0.1 Hope someone can help. Thanks in advance. P.S. Here is my smb.conf: [global] server string = %h server (Samba %v netbios name = borg netbios aliases = unimatrix01 time server = yes message command = /usr/bin/mail -s 'Winpopup Nachricht von %f auf %m ' root < %s; rm %s printer driver file = /etc/samba/prndrv/printers.def printing = cups guest account = nobody invalid users = root interfaces = eth1 bind interfaces only = yes domain admin group = user administrator log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 security = user encrypt passwords = true socket options = TCP_NODELAY, SO_KEEPALIVE local master = yes os level = 20 domain master = yes preferred master = yes wins support = yes dns proxy = no passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n . obey pam restrictions = yes logon script = netlogon.bat domain logons = yes domain master = yes ; %L = Rechnername, profiles = Share Profiles, %U = Username logon path = \\%L\profiles\%U add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u [homes] comment = Home Directories path = /home/samba/%u browseable = yes writable = yes create mask = 0700 directory mask = 0700 [netlogon] comment = Network Logon Service path = /etc/samba/netlogon guest ok = yes writable = no share modes = no [DATA] comment = DATA path = /home/data browseable = yes read only = no create mode = 0740 directory mode = 0750 [cdrom] comment = CD-ROM writable = no locking = no path = /cdrom public = yes preexec = /bin/mount /cdrom postexec = /bin/umount /cdrom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
IPSEC reconnect problem
Hi, i try to setup an freeswan tunnel. Everything works fine, both freeswan server are connected via pppoe and i can successfully establish the tunnel. I configured freeswan with uniqueids=yes, so i thought, if i reboot one machine, it must be automatic reconnect (uniqueids) but it doesn't. One side is connected via static ip and one via dynamic ip. I Also have an entry in /etc/ppp/ip-up.d/ipsec to start and in /etc/ppp/ip-down.d/ipsec to stop ipsec. What made i wrong? Thanks in advance. Here are my config files: ipsec.conf Side A: Side B: config setupconfig setup interfaces=%defaultroute interfaces=%defaultroute klipsdebug=none klipsdebug=none plutodebug=none plutodebug=none plutoload=%search plutoload=%search plutostart=%search plutostart=%search uniqueids=yes uniqueids=yes conn %default conn %default keyingtries=0 keyingtries=0 type=tunnel type=tunnel auth=espauth=esp esp=3des-sha1-69esp=3des-sha1-69 authby=secret authby=secret ikelifetime=1h ikelifetime=1h keylife=1h keylife=1h keyexchange=ike keyexchange=ike pfs=no pfs=no left=%defaultroute left=%defaultroute leftsubnet=192.168.82.0/24 leftsubnet=192.168.81.0/24 [EMAIL PROTECTED] [EMAIL PROTECTED] conn home2work right=xx.dyndns.org right=yy.yy.yy.yy rightsubnet=192.168.81.0/24 rightsubnet=192.168.82.0/24 [EMAIL PROTECTED] [EMAIL PROTECTED] auto=start auto=start ipsec.secrets Side A: @intern.home.de @intern.work.de : PSK "secretkey" ipsec.secrets Side B: @intern.work.de @intern.home.de : PSK "secretkey" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: Controll/ Check VPN Tunnel?
Thanks for your answer. I hope you can help me to find my mistake. I have succesfully established a connection between a third part router with static ip and an linux box with FreeS/WAN and dynamic ip (pppoe). Here is my config: conn %default keyingtries=3 type=tunnel auth=esp esp=3des-sha1-69 authby=secret ikelifetime=1h keylife=1h keyexchange=ike pfs=yes left=%defaultroute leftsubnet=192.168.10.0/24 conn tital right= rightsubnet=192.168.50.0/24 auto=start I think it must be correct or i?m false? How can/ does FreeS/WAN detect and reestablish a lost connection, for example isp disconnects after 24h. Can both sides establish the freeS/WAN tunnel only if needed without problems (routing)? Thanks again for you help. > -Ursprungliche Nachricht- > Von: Jamin W. Collins [mailto:[EMAIL PROTECTED] > Auftrag von Jamin W. Collins > Gesendet: Dienstag, 15. Juli 2003 22:12 > An: [EMAIL PROTECTED] > Betreff: Re: Controll/ Check VPN Tunnel? > > > On Tue, Jul 15, 2003 at 10:01:02PM +0200, Stefan Drees wrote: > > > i need to setup an VPN LAN to LAN connection between two Debian 3.0 > > Server. On server with static ip and one with dynamic ip. I think i > > have two options: > > 1) Create an continuous VPN tunnel or > > 2) Create an VPN tunnel only if needed. > > > > Both options results in an problem for me. How can i automatic check > > the tunnel and if the check failed reestablish the tunnel > (for example > > ISP disconnect). > > Take a look at FreeS/WAN it will do everything you want. > > > And for option 2: How how can i prevent that both sides > establish the > > tunnel so that i have two of them. I think routing could make a > > problem :-). > > See above. > > > I have build already VPN tunnel using freeswan, so i?m running in > > these problems. > > If you're running into these problems with FreeS/WAN you have > something > misconfigured. I have several FreeS/WAN connections with no problems. > > -- > Jamin W. Collins > > Linux is not The Answer. Yes is the answer. Linux is The > Question. - Neo > > > -- > 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]
Controll/ Check VPN Tunnel?
Hi, i need to setup an VPN LAN to LAN connection between two Debian 3.0 Server. On server with static ip and one with dynamic ip. I think i have two options: 1) Create an continuous VPN tunnel or 2) Create an VPN tunnel only if needed. Both options results in an problem for me. How can i automatic check the tunnel and if the check failed reestablish the tunnel (for example ISP disconnect). And for option 2: How how can i prevent that both sides establish the tunnel so that i have two of them. I think routing could make a problem :-). I have build already VPN tunnel using freeswan, so i´m running in these problems. It is possible? Maybe with another VPN solution? Hope someone can give my some hints in the right direction. Thanks in advance. Stefan Drees -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: Logging/ Logrotate Problem
Thanks for your help. I will try to reduce named logging. Now i have disabled logging for iptables, auth, debug, user, mail.info and mail.err and mail.warn in /etc/syslog.conf, so the logfiles aren´t growing so fast. I have viewed them before and hope it is ok to disable, i will see. Stefan Drees > -Ursprüngliche Nachricht- > Von: nate [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 10. März 2003 23:05 > An: [EMAIL PROTECTED] > Betreff: Re: Logging/ Logrotate Problem > > > Stefan Drees said: > > Hi, > > i have set up my first debian server and everything runs > > fine, for one week :-(. The machine stops working, logcheck > > consums must of the cpu time, because daemon.log and syslog > > have grown up to 1GB in size. I deleted them, but a few hours > > later they have grown up to 10MB. Here are my questions: > > 1) How can i reduce the logging? Named, postfix and iptables are > >generating the most messages. > > BIND has a ton of logging options, see the documentation for > named.conf. Postfix I'm not aware of any logging options for it. > iptables, turn off logging for the rules that get excessive number > of hits. > > > 2) Why are some logfiles rotated via logrotate and others via cron? > >For example sysklogd is rotate via cron.weekly and i > don´t know and > > which size the log is rotated and how many backups it keeps? > > I personally consider that a bug, since logrotate seems to be part > of the core of debian(in potato at least, when doing a > minimum install, > that is not selecting any packages, logrotate got installed. not > sure about woody). > > > 3) It is possible that all iptables messages are writen in one file? > > try the syslog-ng package, it provides fine grained filters for > sorting log files. I use a syslog server on my networks and filter > logs from everything. > > 4) What is /var/log/setuid.changes for? > > I think it's for tracking setuid files. Not sure though, never really > looked at it. > > nate > > > > > -- > 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]
Logging/ Logrotate Problem
Hi, i have set up my first debian server and everything runs fine, for one week :-(. The machine stops working, logcheck consums must of the cpu time, because daemon.log and syslog have grown up to 1GB in size. I deleted them, but a few hours later they have grown up to 10MB. Here are my questions: 1) How can i reduce the logging? Named, postfix and iptables are generating the most messages. 2) Why are some logfiles rotated via logrotate and others via cron? For example sysklogd is rotate via cron.weekly and i don´t know and which size the log is rotated and how many backups it keeps? 3) It is possible that all iptables messages are writen in one file? 4) What is /var/log/setuid.changes for? Thanks in advance. Stefan Drees. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: Upgrade to Snort 1.9.0
Hi, thanks for the help it works fine. Debian is great :-). What is the difference between dpkg-buildpackage and devscripts? > > If you don't want to pull in the dependencies, you will have > to build it > from source, something like this: > > # apt-get devscripts fakeroot > $ cd .../src > $ apt-get source snort > $ cd snort-1.9.0 > $ debuild > > That will create a package in .../src, which you can then install: > > # dpkg -i .../src/snort_1.9.0*deb > > -- > Oliver Elphick > [EMAIL PROTECTED] > Isle of Wight, UK > http://www.lfix.co.uk/oliver > GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 > 3E1D 0C1C > > "I love them that love me; and those that seek me early > shall find me."Proverbs 8:17 > > > -- > 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]
Upgrade to Snort 1.9.0
Hello, i´m working with debian since three months (coming from suse) and its great. But now i need to upgrade snort 1.8.7 (from testing) to 1.9.0 because there are no more rule files for 1.8.X. So i have looked in unstable and found out, that i must upgrade to libpcap 0.7, libc6-2.2.5-13 and libdb1-compat 2.1.3-7. libdb1-compat 2.1.3-7 seems to be ok, no problems listed. libpcap 0.7 seems to be ok, no "critical" problems listed only a missing link to libpcap.so.0. libc6-2.2.5-13 has many listed bugs and other problems. => problem => system stable? I need snort 1.9.0 but i want the system to be stable. Hope someone can help me, how to do it. Thanks in advance. Stefan Drees -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
AW: Shutdown via power button
One year ago i had the same problem and found a program named powerswitch from Joris van Rantwijk. The only thing you need is setting the power button from on/off to suspend in your bios. You can get it here: http://deadlock.et.tudelft.nl/~joris/powerswitch/ Hope this helps you. Stefan Drees > -Ursprüngliche Nachricht- > Von: Randy Orrison [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 20. Dezember 2002 15:10 > An: debian-user > Betreff: Shutdown via power button > > > I've set up a debian linux server which the user wants to be able to > shut down every day. It's set up without a keyboard or monitor, any > administration is done by telnet. I'd like them to be able to shut it > down cleanly by hitting the power button. The attached > message I found > in the archive explains how to do it, and works fine, with the caveat > mentioned in the message. The system will sometimes suspend before > shutting down, and the user has to push the power button again to wake > it up so it can shut down (if you follow). Does anyone have > a solution > to this? Either a way to delay or cancel the suspend, or > significantly > speed up the shutdown. Thanks! > > | From: "Martin Bialasinski" <[EMAIL PROTECTED]> > | Date: 18 Jun 1999 23:53:26 +0200 > | > | >> "AM" == Alisdair McDiarmid <[EMAIL PROTECTED]> writes: > | > | AM> I've got an ATX system with APM enabled and working > fine. I'd like > | AM> to disable the power button in software so that the machine > | AM> effectively cannot be switched off without root access > - `shutdown > | AM> -h now' would still halt and power-down. > | > | I do something similar. Instead of disabling the button > (don't know if > | this is possible), I set it in the BIOS to make the computer go to > | power-safe mode (suspend). (holding it pressed down will still turn > | the computer off). > | > | Then I installed apmd and make a script /etc/apm/suspend.d/shutdown > | #!/bin/sh > | > | shutdown -h now > | > | Now when I press the button, the box will do a clean > | shutdown. SOmetimes the suspend mode is initialized before > linux could > > | kill everything, then i press the button again, suspend mode will be > | deactivated, and the suspeded shutdown command will finish its job. > | > | Kind of handy, if your keyboard and mouse is stuck (do to a bug in X > | or 3Dfx or such). > > -- > Randy Orrison > Keswick Computer Services > > > -- > 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]
THTTPD + Web File Upload
Hi, i am switching from suse to debian and would say debian is great :-). I want to upload files from my workstation to the server, without using an ftp-server. So i have combined some perl examples for an web upload script and it works fine under suse with apache and thttpd (2.20), but under debian with thttpd (2.21b) it fails. The file is created but with zero bytes. Also i have problems with the form action, "get" is working fine but replacing it with "post" nothing happens. There are no error messages in thttpd.log or displayed on the web page. I have used the same thttpd options from suse, without success. I hope someone can help. Thanks in advance. Below are the html and perl script, but i think there are no errors: HTML http://ns.intern.home.de/cgi-bin/upload.cgi"; method="post" enctype="multipart/form-data"> PERL-CGI #!/usr/bin/suidperl -Tw use strict; use CGI; # Modul fuer CGI-Programme use CGI::Carp ('fatalsToBrowser'); my $dest='/usr/local/httpd/htdocs/config.cs'; # neues Objekt erstellen my $cgi = new CGI; # die datei-daten holen my $file = $cgi->param("myfile"); sub msg { print ("@_"); print (""); print (""); exit; } # HTML-Seite beginnen print ("Content-Type: text/html\n\n"); print ("File Upload"); # Fehlerprüfung unless ($file) { msg("Error: Empty Filename!"); } unless ($file =~ /^([a-z]?:?\\?|\\?\\?)[\S]+?.fw$/i) { msg("Error: Bad Filename/ Path"); } # dateinamen erstellen und die datei auf dem server speichern my $fname = $dest; open DAT,'>'.$fname or msg("Fehler beim speichern"); # Dateien in den Binaer-Modus schalten binmode $file; binmode DAT; my $data; while(read $file,$data,1024) { print DAT $data; } close DAT; if (!-s "/usr/local/httpd/htdocs/config.cs") { unlink("/usr/local/httpd/htdocs/config.cs"); msg ("Datei leer!"); } msg("Upload successfully"); -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: dhcp-dns problem
DNS-Updating: I´m running dhcp-dns on SuSe (switching to debian), do you have checked if "allow-update { localhost; };" in forward DNS record of named.conf is set? If so, try running dhcp-dns from command line to check if there are any errors. Another thing is to check if the dhcpd.lease file is filed. Under SuSe i need to set the lease file parameter (-lf /etc/dhcpd.leases) manualy , for getting it to work. I don´t know, how it is under debian. Hope that helps a little. Stefan > -Ursprüngliche Nachricht- > Von: Alex Malinovich [mailto:demonbane@;the-love-shack.net] > Gesendet: Dienstag, 12. November 2002 07:41 > An: debuser > Betreff: dhcp-dns problem > > > I've been working on setting up dhcp-dns on my system so that > I can get > automatic name entries from DHCP. I've run into a problem, however. > First, on the DHCP side. > > Some of the computers on the network have static leases set up so that > they'll always get the same IP address. Since installing > dhcp-dns, they > now appear to be getting a dynamic IP along with their static > IP, though > it is the same IP. While this is not a problem per se, it is > clogging up > my syslog with lots of repetitive errors. Also, and I'm not > sure if this > is related to the fact that these machines have static IP's, > the dynamic > IP's are not getting any hostnames associated with them. > These machines > are, coincidentally, the only Linux machines on the network > and are all > running dhclient, so it could be a misconfiguration on my part. Any > ideas? > > The other problem is with the actual DNS updating. As far as > I can tell > after reading /usr/share/doc/dhcp-dns/README and making sure that > everything is set up right (including editing /etc/dhcp-dns.conf), I > have everything configured properly. But I'm still not getting any > updates in the DNS tables. Unfortunately, I can't seem to find any > record of dhcp-dns running or any errors from bind. Any suggestions as > to where I might be able to look for these? > > And finally, I keep seeing references to BOOTP while looking > around for > information. Unfortunately, I'm not very familiar with what BOOTP is. > All I know is that it allows a computer to get an IP address and some > basic network information. It sounds to me a lot like DHCP with some > options being passed. I don't HAVE to have all the machines in my > network listed in DNS, I just need to have them SOMEHOW accessible to > each other by name instead of just by IP. So if BOOTP (or any other > protocol) can handle this for me with a minimum amount of > hassle I'd be > very happy to give it a shot. TIA for any help. > > -Alex > > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]