Re: [gentoo-user] OT: Mplayer question

2007-09-28 Thread Alan McKinnon
On Thursday 27 September 2007, Anthony E. Caudel wrote:
 Thinking about ordering a DVD from Amazon.uk (not available here in
 the US).  It is a region 2 DVD and is in PAL format unlike the NTSC
 here in the states.

 Will the DVD play in Mplayer?

It's really got nothing to do with mplayer, the zoning has everything to 
do with the drive itself. If it's multi-zone, the dvd will play. If 
not, well then most drives let you change the zone 5 times or some such 
thing.

PAL vs NTSC vs SECAM et al is purely a tv broadcast thing and video 
software is utterly unaffected by these standards (we don't use tvs as 
display devices). None of the things that limit what a TV can do are 
applicable to software driving a monitor. I have played PAL and 
NeverTheSameColour video seamlessly on mplayer.

subtly dig at stupid US standards
What may well happen is that by viewing PAL in it's native resolution 
you might be surprised by the increased quality and this might 
adversely affect your viewing pleasure of future US tv broadcasts
/subtle dig at stupid US standards

alan

-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: emerge world

2007-09-28 Thread Alexander Skwar
Arnau Bria [EMAIL PROTECTED] wrote:

 [blocks B ] media-gfx/splashutils-1.5.2 (is blocking
 [sys-power/hibernate-script-1.96-r1)
 
 So, I tryied to remove splasutils version:
  emerge -C =media-gfx/splashutils-1.5.2
 
 but:
 # emerge -C =media-gfx/splashutils-1.5.2

Yep.  It's saying, that any version before 1.5.2 is blocking.
So, do:

emerge -C 'media-gfx/splashutils-1.5.2'


Alexander Skwar

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: {OT} Strange apache2 access_log entries

2007-09-28 Thread Grant
 Does anyone else get entries like this in their apache2 access_log:

 127.0.0.1 - - [26/Sep/2007:03:10:08 -0700] GET / 400 470

 I get a whole slew of them every day.  They always show up in batches
 and each entry in a batch is logged at almost the same second.

I've got this narrowed down to the vhost listening on port 444.  If I
remove Listen 444 the error completely disappears.  That vhost has a
pretty standard config:

Listen 444
VirtualHost *:444
Include /etc/apache2/vhosts.d/default_vhost.include
ErrorLog /var/log/apache2/ssl_error_log
IfModule mod_log_config.c
TransferLog /var/log/apache2/ssl_access_log
/IfModule
SSLEngine on
SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /etc/apache2/ssl/www.mydomain.com.crt
SSLCertificateKeyFile /etc/apache2/ssl/www.mydomain.com.key
Files ~ \.(cgi|shtml|phtml|php?)$
SSLOptions +StdEnvVars
/Files
IfModule mod_setenvif.c
BrowserMatch .*MSIE.* \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
/IfModule
IfModule mod_log_config.c
CustomLog /var/log/apache2/ssl_request_log \
%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \%r\ %b
/IfModule
Directory /path/to/htdocs
AuthType Basic
AuthName Administration
AuthUserFile /path/to/passwords
Require user myuser
Options None
AllowOverride None
Order allow,deny
Allow from all
/Directory
/VirtualHost

This may have started when I upgraded to apache-2.2.  Any ideas?

- Grant
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: emerge world

2007-09-28 Thread Arnau Bria
On Fri, 28 Sep 2007 15:25:10 +0200
Alexander Skwar wrote:

 Yep.  It's saying, that any version before 1.5.2 is blocking.
 So, do:
 
 emerge -C 'media-gfx/splashutils-1.5.2'

# emerge -C 'media-gfx/splashutils-1.5.2'

--- Couldn't find 'media-gfx/splashutils-1.5.2' to unmerge.

 No packages selected for removal by unmerge

is it normal?
 
 Alexander Skwar
Arnau 
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] help with the dreaded mount: RPC: Program not registered

2007-09-28 Thread John Blinka
On 9/25/07, Emil Beinroth [EMAIL PROTECTED] wrote:

 On Mon, Sep 24, 2007 at 08:07:04AM -0400, John Blinka wrote:
  Did as you suggested.  softscripts.old reappeared and no change in
 inability
  to start nfs automatically, or by hand.

 Hm, does `rc default` give you and output? Is the softscripts.old gone
 afterwards?



It  gives the following output, and then hangs indefinitely at the last
line.
And softscripts.old is still there (although there is no afterwards!)

- rc default
 * Setting clock via the NTP client 'ntpdate'
...
[ ok ]
 * Starting ldap-server
...
[ !! ]
 * Mounting nfsd filesystem in /proc
...
[ ok ]
 * Starting NFS statd
...
[ ok ]
 * Exporting NFS directories
...
[ ok ]
 * Starting NFS mountd
...
[ ok ]
 * Starting NFS daemon
...
[ ok ]
 * Starting NFS smnotify ...


Re: [gentoo-user] Help finding a tv tuner card's chipset

2007-09-28 Thread Patrick May
I missed this thread earlier, so pardon me commenting to the OP so far down
the thread.

   On Thu, 27 Sep 2007 01:00:33 -0500, forgottenwizard wrote:
  
BTW, if anyone knows of a cheap tuner card (50US preferably) that
is decent and works with either PCI/USB/AGP, I would love to know.

I'm currently using an air2pc card I picked up on eBay. I believe I paid
around $20-30US. It pulls in all OTA ATSC signals just fine. I can't speak for
it's abilities to work with QAM (Cable.) I'm controlling it with MythTV.

Though I do recommend a decent processor. I used to run an Athlon 850MHz and
it could not keep up with an HD (1080i, etc) signal. It will dump the stream
to disk, just not display it (slow, pauses, etc.) 

Patrick


pgplY1gRN6Lt8.pgp
Description: PGP signature


Re: [gentoo-user] Re: emerge world

2007-09-28 Thread Steve Dommett
On Friday 28 September 2007, Arnau Bria wrote:
 --- Couldn't find 'media-gfx/splashutils-1.5.2' to unmerge.

  No packages selected for removal by unmerge

 is it normal?

According to your earlier post you don't have any versions of splashutils 
installed, so yes this is normal:
 *  media-gfx/splashutils
   Latest version available: 1.4.2
   Latest version installed: [ Not Installed ]
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Help finding a tv tuner card's chipset

2007-09-28 Thread Mark Shields
On 9/27/07, Hans-Werner Hilse [EMAIL PROTECTED] wrote:

 Hi,

 On Thu, 27 Sep 2007 08:59:18 +0100 Neil Bothwick [EMAIL PROTECTED]
 wrote:

  On Thu, 27 Sep 2007 01:00:33 -0500, forgottenwizard wrote:
 
   BTW, if anyone knows of a cheap tuner card (50US preferably) that
   is decent and works with either PCI/USB/AGP, I would love to know.
 
  Analogue or DVB? I've used a Freecom DVB dongle with Gentoo (amd64 and
  ppc) and it worked well. For a cheap PCI card, the KWorld cards are
  decent.

 Just a short warning: The US standards are a bit different... (but
 KWorld has ATSC equipment, too, not just DVB).

 And if commercial HDTV is to be received, special care has to be taken
 that everything is HDMI compliant -- I think there are only hardware
 based solutions to this problem, and it certainly won't be cheap -- at
 least not 50USD, I think...

 -hwh
 --
 [EMAIL PROTECTED] mailing list


You say HDMI compliant - do you mean HDCP compliant?  That certainly makes
more sense in the context.

-- 
- Mark Shields


Re: [gentoo-user] Re: emerge world

2007-09-28 Thread Steve Dommett
On Friday 28 September 2007, Alexander Skwar wrote:
 Yep.  It's saying, that any version before 1.5.2 is blocking.
 So, do:

 emerge -C 'media-gfx/splashutils-1.5.2'

Or if you'd rather not remove splashutils, you'll need to tell portage you're 
happy to run version 1.5.2 which is currently marked unstable:
echo ~media-gfx/splashutils-1.5.2  /etc/portage/package.keywords

This updated version of splashutils will also require you to accept an 
unstable version of klibc:
echo ~dev-libs/klibc-1.5  /etc/portage/package.keywords
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: emerge world

2007-09-28 Thread Steve Dommett
On Friday 28 September 2007, Arnau Bria wrote:
 Ok, so, why is portage blocking the update?
It's not an update, it's a new install.
Something else which is installed (and probably wanting to be updated) is 
trying to pull in splashutils-1.5.2 or later as a dependency.  As this 
version is not currently available to you, portage is bailing out as not all 
dependencies could be satisfied.

equery d splashutils
may give you some idea what is trying to pull in the newer version.  I'm 
guessing it's sys-power/suspend or sys-power/hibernate-script.

Adding the two lines I suggested previously to /etc/portage/package.keywords 
will almost certainly fix the problem for you.  I had the same problem on my 
laptop some days ago.
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] diskless booting

2007-09-28 Thread Roger Mason
Hello,

I'm trying to boot a diskless machine, using the instructions in the
alternative installation guide.

The client boot process hangs, with the following dialog between the
server (192.168.0.2, 00:04:75:77:98:4f) and client (192.168.0.3,
00:01:03:ce:52:a8) repeated three times:

00:04:75:77:98:4f  00:01:03:ce:52:a8, ARP, length 42: arp who-has
192.168.0.3 tell 192.168.0.2

I'm not sure what information is needed to help debug this, but if
anyone is willing to assist I'll provide whatever is required.

Thanks,

Roger Mason

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: star

2007-09-28 Thread Joerg Schilling
b.n. [EMAIL PROTECTED] wrote:

  The reason why Debian started this is the missing will for quality oriented
  cooperation by a single person: Eduard Bloch.
  
  The reason why other Linux distributions followed Debian is that they 
  believed
  the lies spread by Eduard Bloch.
 
  I see a good cooperation with 99.99% of the Linux commuinity but there are 
  some
  Trolls who attack me. It seems that once you do a lot of work, some people 
  become jealous and start to attack you. Doing popular things seems to imply 
  that you become the target of attacks.

 I didn't follow the whole licence issue, nor I don't care that much
 about that (I was just explaining what I know from the Internet). The
 problem, as it seemed, is that you and Bloch staunchly refused to settle
 down the issue somehow. Please correct me if it's wrong.

Mr. Bloch started several attacks against the cdrtools project and he did this 
in an extremely unfair way. He spread unproven and untrue claims about cdrtools.

 But I don't buy the people that attack me is just jealous/trolling
 argument, sorry. Assuming good faith is always better. To tell I'm
 right and B is lying is quite trollish too. To tell I'm right, B

If I was not informed about the background I may have thought in a similar way.

But please tell me what you would do if you have been attacked in an unfair way?

It is usual not to believe unproven claims, but why do so many people believe
the unproven claims from Mr. Bloch? The problem with all the attacks was that 
the people around Mr. Bloch spread vague unproven claims as usual in 
calumniation campaigns. When asked to prove their claims, they either started
with new vague attacks or stopped answering. This would not be a problem if 
people would not believe unproven claims.

The real reason behind the attacks from Mr. Bloch is missing will for 
cooperation. As he did not like this to be in relation with his name, he started
to spread the fairy tale about license problems.

Interestingly, Eben Moglen (law professor) says that what cdrtools do is OK in 
general. Lawyers asked by distributors of the original cdrtools say that there
is no problem in special. Some people still believe the legal opinion from a 
laymen like Mr. Bloch.


 The problem, however, is that -being it your fault or not- that incident
 somehow made hard for some people to rely on your tools. :(

You cannot rely on the fork because it is full of bugs that never have been 
in the original software and because no bugs are fixed since nearly 6 months.

You cannot rely on it because it has been initiated by people who attack free 
software.

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
   [EMAIL PROTECTED](uni)  
   [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Help finding a tv tuner card's chipset

2007-09-28 Thread Grant Edwards
On 2007-09-28, Mark Shields [EMAIL PROTECTED] wrote:

 And if commercial HDTV is to be received, special care has to be taken
 that everything is HDMI compliant -- I think there are only hardware
 based solutions to this problem, and it certainly won't be cheap -- at
 least not 50USD, I think...

 You say HDMI compliant - do you mean HDCP compliant?  That certainly makes
 more sense in the context.

Not really.  There's no need to do anything related to HDCP in
order to receive or view ATSC broadcasts.  The program stream
is broadcast OTA in the clear.  You can received it, process
it, and display it however you want.

-- 
Grant Edwards   grante Yow! When this load is
  at   DONE I think I'll wash it
   visi.comAGAIN ...

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: star

2007-09-28 Thread Alexander Skwar
· Joerg Schilling [EMAIL PROTECTED]:
 b.n. [EMAIL PROTECTED] wrote:

 But I don't buy the people that attack me is just jealous/trolling
 argument, sorry. Assuming good faith is always better. To tell I'm
 right and B is lying is quite trollish too. To tell I'm right, B
 
 If I was not informed about the background I may have thought in a similar 
 way.
 
 But please tell me what you would do if you have been attacked in an unfair 
 way?

If *YOU* are attacked, it's mostly not unfair. There's most certainly
some prior history. Most of the time, you attacked other people first.

 It is usual not to believe unproven claims, but why do so many people believe
 the unproven claims from Mr. Bloch? 

Maybe, just maybe, it's because of how you are?

 The problem with all the attacks was that  
 the people around Mr. Bloch spread vague unproven claims as usual in 
 calumniation campaigns. When asked to prove their claims, they either started
 with new vague attacks or stopped answering.

*LOL*

You've got the nerve to say that? When you, Jörg, post to Usenet and
use Umlauts, your client neglects to add the necessary headers. You've
been asked more than once by numerous people to prove your claim, that
what you're doing is correct.

 The problem, however, is that -being it your fault or not- that incident
 somehow made hard for some people to rely on your tools. :(
 
 You cannot rely on the fork because it is full of bugs 

Works good enough for me.

 that never have been  
 in the original software and because no bugs are fixed since nearly 6 months.

Latest *RELEASE* was at  2007/05/06. Latest *RELEASE* of cdrecord
is dated 09.09.2004.

 You cannot rely on it because it has been initiated by people who attack free 
 software.

You're talking about cdrecord?

Alexander Skwar
-- 
Death is a spirit leaving a body, sort of like a shell leaving the nut behind.
-- Erma Bombeck


-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge world

2007-09-28 Thread Arnau Bria
Hi,

When doing a emerge -uD world I found splashutils was blocking
hibernate-script, os I  removed it with:

emerge -C splashutils


After that, I'm finding this problem when trying to update my system:

[...]
[ebuild U ]  media-libs/libvorbis-1.2.0 [1.1.2-r1] USE=-doc% (-aotuv%) 
1,186 kB
[blocks B ] media-gfx/splashutils-1.5.2 (is blocking 
sys-power/hibernate-script-1.96-r1)

So, I tryied to remove splasutils version:
 emerge -C =media-gfx/splashutils-1.5.2

but:
# emerge -C =media-gfx/splashutils-1.5.2

--- Couldn't find '=media-gfx/splashutils-1.5.2' to unmerge.

 No packages selected for removal by unmerge

pataki src # emerge -S splashutils
Searching...
[ Results for search key : splashutils ]
[ Applications found : 2 ]

*  media-gfx/splashutils
  Latest version available: 1.4.2
  Latest version installed: [ Not Installed ]
  Size of files: 2,529 kB
  Homepage:  http://dev.gentoo.org/~spock/projects/gensplash/
  Description:   Framebuffer splash utilities.
  License:   GPL-2

What am I doing wrong?
Cheers,
Arnau
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: star

2007-09-28 Thread Joerg Schilling
Let me try to give some information on star

star by default writes to stdout and already supports 7z compression
including auto-format/comression detection. You need to install a working 
p7zip in your PATH.

Star is 100% compatible to tar, a big problem is that GNU tar is not 100%
compatible to tar.

Star is not only a TAR archiver but a complete solution.

-   Star is an archiver library supports the most important archive 
formats: 

-   OLD UNIXv7 tar
-   OLD BSD tar
-   POSIX-1.1988 TAR
-   POSIX-1.2001 TAR
-   CPIO
-   the old star format from 1985 (the first tar with special
file support)
-   Star extensions on POSIX-1.1988 TAR
-   Star extensions on POSIX-1.2001 TAR - this include _working_
incremental dump/restore

-   Star's upper layer supports several CLI variants depending on av[0]:

-   Star - the UNIX compatible CLI that star introduced in 1982
under the name star, all features of all archiveers are
available.
-   TAR - the SUSv2 (UNIX-98) TAR CLI
-   gtar - all useful features of GNU tar 1.14
-   pax - the POSIX archiver
-   cpio - the SUSv2 (UNIX-98) cpio CLI

-   Star has a built in find(1) that works in archive/extract/list/copy
mode. It helps to make star very powerful as this find includes
-chown/-chgrp/-ghmod to on-the-fly change incore information during
archive processing.

-   Star implements highly optimized buffering for optimum I/O thoughput

-   Star typically needs 1/3 of the user CPU time than GNU tar

-   Star supports fully correct archiving of sparse files if the OS
supports to read the hole list.

-   Star supports ACLs in an OS independent way.

-   Star supports Linux specific features (like file flags and XATTR).
GNU tar does not implement a single Linux specific feature.

-   Star implementes ~ 2x as many features as GNU tar does.

-   The star archive format extensions are fully documented.

For more information see http://cdrecord.berlios.de/old/private/star.html

The main problem on many Linux distributions is that they do not actively
maintain recent star packages.

If you believe that star called as tar does not behave correctly (as decribed
in http://www.opengroup.org/onlinepubs/007908799/xcu/tar.html, send me a report!


Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
   [EMAIL PROTECTED](uni)  
   [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: emerge world

2007-09-28 Thread Arnau Bria
On Fri, 28 Sep 2007 16:57:54 +0100
Steve Dommett wrote:

 On Friday 28 September 2007, Arnau Bria wrote:
 According to your earlier post you don't have any versions of
 splashutils installed, so yes this is normal:
Ok, so, why is portage blocking the update?

  *  media-gfx/splashutils
Latest version available: 1.4.2
Latest version installed: [ Not Installed ]
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] set xdm to start after agetty

2007-09-28 Thread Thanasis
How can we set the xdm/gdm not to start before the agetty processes 
(during the boot phase)?
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: star

2007-09-28 Thread Joerg Schilling
  that never have been  
  in the original software and because no bugs are fixed since nearly 6 
  months.

 Latest *RELEASE* was at  2007/05/06. Latest *RELEASE* of cdrecord
 is dated 09.09.2004.

There was a typo, it's 5 not 6 months.

Latest release cdrtools: September 3rd. Number of cdrtools releases since
May 6th (the last release for cdrkit): 9.

Age of cdrtools: 12 years
Age of wodim: 12 months

If cdrtools was as active as cdrkit, the last release was 5 years ago.

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
   [EMAIL PROTECTED](uni)  
   [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Help finding a tv tuner card's chipset

2007-09-28 Thread forgottenwizard
On 08:31 Fri 28 Sep , Patrick May wrote:
 I missed this thread earlier, so pardon me commenting to the OP so far down
 the thread.
 
On Thu, 27 Sep 2007 01:00:33 -0500, forgottenwizard wrote:
   
 BTW, if anyone knows of a cheap tuner card (50US preferably) that
 is decent and works with either PCI/USB/AGP, I would love to know.
 
 I'm currently using an air2pc card I picked up on eBay. I believe I paid
 around $20-30US. It pulls in all OTA ATSC signals just fine. I can't speak for
 it's abilities to work with QAM (Cable.) I'm controlling it with MythTV.
 
 Though I do recommend a decent processor. I used to run an Athlon 850MHz and
 it could not keep up with an HD (1080i, etc) signal. It will dump the stream
 to disk, just not display it (slow, pauses, etc.) 
 
 Patrick

I'm doing some looking and think I'm going to blow my budget and get a
Haup. PVR-150, which I know is supported.

Thanks for all of your help everyone.

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Help finding a tv tuner card's chipset

2007-09-28 Thread Patrick May
On Fri, Sep 28, 2007 at 03:43:52PM -0500, forgottenwizard wrote:
 On 08:31 Fri 28 Sep , Patrick May wrote:
  I missed this thread earlier, so pardon me commenting to the OP so far down
  the thread.
  
 On Thu, 27 Sep 2007 01:00:33 -0500, forgottenwizard wrote:

  BTW, if anyone knows of a cheap tuner card (50US preferably) that
  is decent and works with either PCI/USB/AGP, I would love to know.
  
  I'm currently using an air2pc card I picked up on eBay. I believe I paid
  around $20-30US. It pulls in all OTA ATSC signals just fine. I can't speak 
  for
  it's abilities to work with QAM (Cable.) I'm controlling it with MythTV.
  
  Though I do recommend a decent processor. I used to run an Athlon 850MHz and
  it could not keep up with an HD (1080i, etc) signal. It will dump the stream
  to disk, just not display it (slow, pauses, etc.) 
  
  Patrick
 
 I'm doing some looking and think I'm going to blow my budget and get a
 Haup. PVR-150, which I know is supported.
 
 Thanks for all of your help everyone.
 
If you are planning to watch over the air (not cable) remember that analog
will go off air on Feb 17, 2009. A little less than 17 months from now.

Patrick


pgpGIhVOefFLV.pgp
Description: PGP signature


Re: [gentoo-user] diskless booting

2007-09-28 Thread Dan Farrell
On Fri, 28 Sep 2007 14:03:59 -0230
Roger Mason [EMAIL PROTECTED] wrote:

 Hello,
 
 I'm trying to boot a diskless machine, using the instructions in the
 alternative installation guide.
 
 The client boot process hangs, with the following dialog between the
 server (192.168.0.2, 00:04:75:77:98:4f) and client (192.168.0.3,
 00:01:03:ce:52:a8) repeated three times:
 
 00:04:75:77:98:4f  00:01:03:ce:52:a8, ARP, length 42: arp who-has
 192.168.0.3 tell 192.168.0.2
 
 I'm not sure what information is needed to help debug this, but if
 anyone is willing to assist I'll provide whatever is required.
 
 Thanks,
 
 Roger Mason
 

what's the config for dhcp/tftp  and what are you using for PXE on the
client?

i think I might be able to help you.
-- 
[EMAIL PROTECTED] mailing list