<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.kernel.containers">
    <title>gmane.linux.kernel.containers</title>
    <link>http://blog.gmane.org/gmane.linux.kernel.containers</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23231"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23229"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23228"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23220"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23214"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23211"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23209"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23208"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23207"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23206"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23205"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23203"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23202"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23200"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23199"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23198"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23197"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23196"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23195"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.containers/23192"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23231">
    <title>Let Us Invest This Fund With You. Get Back</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23231</link>
    <description>&lt;pre&gt;Greetings,
I wish to invest with you, I have $65 Million US dollars that I want  to move out secretly for investment purpose in your country but I need  a good partner I can trust. This fund is legal.
This is a dormant account from the previous past Libyan regime leaving  no trace behind. But the question is can I trust you when the funds gets to you? You will take your 30% for the assistance and keep the remaining for us in a safe custody.
Regards 
Mr. Christopher Field
&lt;/pre&gt;</description>
    <dc:creator>Mr.Christopher</dc:creator>
    <dc:date>2012-05-23T16:03:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23229">
    <title>[GIT PULL] user namespace enhancements for Linux 3.5-rc1</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23229</link>
    <description>&lt;pre&gt;
Linus,

please pull user namespace enhancements for v3.5-rc1 from:

git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git for-linus

The tree is against v3.4-rc1 aka dd775ae2549217d3ae09363e3edb305d0fa19928
The topmost commit is 4b06a81f1daee668fbd6de85557bfb36dd36078f

This is a course correction for the user namespace, so that we can reach
an inexpensive, maintainable, and reasonably complete implementation.

Highlights.
- Config guards make it impossible to enable the user namespace and
  code that has not been converted to be user namespace safe.

- Use of the new kuid_t type ensures the if you somehow get past the
  config guards the kernel will encounter type errors if you enable user
  namespaces and attempt to compile in code whose permission checks have
  not been updated to be user namespace safe.

- All uids from child user namespaces are mapped into the initial user
  namespace before they are processed.  Removing the need to add an
  additional check to see if the user names&lt;/pre&gt;</description>
    <dc:creator>Eric W. Biederman</dc:creator>
    <dc:date>2012-05-22T18:48:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23228">
    <title>[GIT PULL] cgroup changes for 3.5-rc1</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23228</link>
    <description>&lt;pre&gt;Hello, Linus.

Please pull from the following branch to receive cgroup changes for
3.5-rc1.

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-3.5

cgroup file type addition / removal is updated so that file types are
added and removed instead of individual files so that dynamic file
type addition / removal can be implemented by cgroup and used by
controllers.  blkio controller changes which will come through block
tree are dependent on this.  Other changes include res_counter cleanup
and disallowing kthread / PF_THREAD_BOUND threads to be attached to
non-root cgroups.

There's a reported bug with the file type addition / removal handling
which can lead to oops on cgroup umount.  The issue is being looked
into.  It shouldn't cause problems for most setups and isn't a
security concern.

Merging with mainline causes a conflict in
feature-removal-schedule.txt.  Simple append collision which can be
trivially resolved.

Thanks.

Frederic Weisbecker (2):
      res_counter: Merge res_counter_charge &lt;/pre&gt;</description>
    <dc:creator>Tejun Heo</dc:creator>
    <dc:date>2012-05-22T17:34:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23220">
    <title>Order Enquiry</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23220</link>
    <description>&lt;pre&gt;
Hello Sales
     I went over your contact online and found some items which we have interest in purchasing to our store in Spain for urgent supply. I will like to know the prices per each items plus the shipping cost. I also want to know if Letter of Credit or T/T is acceptable for payment. I await your quick response asap so i can proceed with my needed items and quantity.

Thank you
mcckoy robertson


N.B.M Global Supply Inc
Address: Autovía A-5,
salidas 22 y 26.
Arroyomolinos,
28939 Madrid Spain
Tel: +34 902 26 77 26
Email: nbmglobalsupply-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org
Website : http://www.brplastics.com


_______________________________________________
Containers mailing list
Containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA&amp;lt; at &amp;gt;public.gmane.org
https://lists.linuxfoundation.org/mailman/listinfo/containers&lt;/pre&gt;</description>
    <dc:creator>Mcckoy Robertson</dc:creator>
    <dc:date>2012-05-20T15:35:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23214">
    <title>International Order</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23214</link>
    <description>&lt;pre&gt;
 Hello Sales
      I went over your contact online and found some items which we have interest in purchasing to our store in Spain for urgent supply. I will like to know the prices per each items plus the shipping cost. I Also want to know if Letter of Credit or T/T is acceptable for payment. I await your quick response asap so i can proceed with my needed items and quantity.

Thank you
Robertson Spencer


N.B.M Supply Inc
Address: Autovía A-5, 
salidas 22 y 26. 
Arroyomolinos, 
28939 Madrid Spain
Tel: +34 902 26 77 26
Email: robertsonspencer1-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org
Website : http://www.brplastics.com


_______________________________________________
Containers mailing list
Containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA&amp;lt; at &amp;gt;public.gmane.org
https://lists.linuxfoundation.org/mailman/listinfo/containers&lt;/pre&gt;</description>
    <dc:creator>Robertson Spencer</dc:creator>
    <dc:date>2012-05-16T12:53:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23211">
    <title>Mail delivery failed: returning message to sender</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23211</link>
    <description>&lt;pre&gt;This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  vovse-77etuK4CMF+onA0d6jMUrA&amp;lt; at &amp;gt;public.gmane.org
    SMTP error from remote mail server after RCPT TO:&amp;lt;vovse-77etuK4CMF+onA0d6jMUrA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:
    host relay4.kataweb.it [213.92.19.144]: 550 5.1.1 &amp;lt;vovse-77etuK4CMF+onA0d6jMUrA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:
    Recipient address rejected: User unknown in relay recipient table
  voverton-77etuK4CMF+onA0d6jMUrA&amp;lt; at &amp;gt;public.gmane.org
    SMTP error from remote mail server after RCPT TO:&amp;lt;voverton-77etuK4CMF+onA0d6jMUrA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:
    host relay4.kataweb.it [213.92.19.144]: 550 5.1.1 &amp;lt;voverton-77etuK4CMF+onA0d6jMUrA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:
    Recipient address rejected: User unknown in relay recipient table
  votqv-77etuK4CMF+onA0d6jMUrA&amp;lt; at &amp;gt;public.gmane.org
    SMTP error from remote mail server after RCPT TO:&amp;lt;votqv-77etuK4CMF+onA0d6jMUrA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:
    host&lt;/pre&gt;</description>
    <dc:creator>Mail Delivery System</dc:creator>
    <dc:date>2012-05-12T03:27:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23209">
    <title>failure notice</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23209</link>
    <description>&lt;pre&gt;Hi. This is the qmail-send program at osomaki.alien8.it.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

&amp;lt;press-7Ru9TcpSK6qOW8tTIqUZ221x7RZD+kYr&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:
maildrop: maildir over quota.

--- Below this line is a copy of the message.

Return-Path: &amp;lt;containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Received: (qmail 1466 invoked by uid 0); 11 May 2012 17:30:39 -0000
Received: from host220-211-149-62.serverdedicati.aruba.it (HELO mx2.alien8.it) (62.149.211.220)
  by host218-211-149-62.serverdedicati.aruba.it with SMTP; 11 May 2012 17:30:39 -0000
Received: from localhost (localhost.localdomain [127.0.0.1])
by mx2.alien8.it (Postfix) with ESMTP id A80EB58D583A
for &amp;lt;press-7Ru9TcpSK6qOW8tTIqUZ221x7RZD+kYr&amp;lt; at &amp;gt;public.gmane.org&amp;gt;; Fri, 11 May 2012 17:30:42 +0000 (UTC)
X-Virus-Scanned: amavisd-new at mx2.alien8.it
X-Spam-Flag: NO
X-Spam-Score: -0.45
X-Spam-Level: 
X-Spam-Status: No, score=-0.45 &lt;/pre&gt;</description>
    <dc:creator>MAILER-DAEMON-JF7WAA3tEy7c7T1cLYmjZF6hYfS7NtTn&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-11T17:30:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23208">
    <title>Undelivered Mail Returned to Sender</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23208</link>
    <description>&lt;pre&gt;This is the mail system at host smtp02-smtp-1.daemonmail.net.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

&amp;lt;alessandromaionchi-tuXb/Z829FWGzLJY+7CQzQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;: host mx.interfree.it[213.158.72.46] said:
    553 sorry, no mailbox here by that name. (#5.1.1) (in reply to RCPT TO
    command)

&amp;lt;alessandromaionchid-tuXb/Z829FWGzLJY+7CQzQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;: host mx.interfree.it[213.158.72.46] said:
    553 sorry, no mailbox here by that name. (#5.1.1) (in reply to RCPT TO
    command)

&amp;lt;alessandromaionchidd-tuXb/Z829FWGzLJY+7CQzQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;: host mx.interfree.it[213.158.72.46] said:
    553 sorry, no mailbox here by that name. (#5.1.1) (in reply to RCPT TO
    command)

&amp;lt;alessandromalvaldi-tuXb/Z829FWGzLJY+7CQzQ&amp;lt; at &amp;gt;publ&lt;/pre&gt;</description>
    <dc:creator>Mail Delivery System</dc:creator>
    <dc:date>2012-05-11T00:09:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23207">
    <title>About cgroup memory limits</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23207</link>
    <description>&lt;pre&gt;Hello

I'm doing some tests with LXC and how it interacts with the memory
cgroup limits, more specifically the memory.limit_in_bytes control file.

Am I correct in my understanding of the memory cgroup documentation[1]
that the limit set in memory.limit_in_bytes is applied to the sum of the
fields 'cache', 'rss' and 'mapped_file' in the memory.stat file?

I am also trying to understand the values reported in memory.stat when
compared to the statistics in /proc/$PID/statm.

Below is the sum of each field in /proc/$PID/statm for every process
running inside a test container, converted to bytes:

       size  resident     share     text  lib       data  dt
  897208320  28741632  20500480  1171456    0  170676224   0

Compare this with the usage reports from memory.stat (fields total_*,
hierarchical_* and pg* omitted):

cache                     16834560
rss                       8192000
mapped_file               3743744
swap                      0
inactive_anon             0
active_anon               8192000
in&lt;/pre&gt;</description>
    <dc:creator>Andre Nathan</dc:creator>
    <dc:date>2012-05-10T21:38:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23206">
    <title>DELIVERY FAILURE: User e096f658 (e096f658-K03YZeKAAS1UgOyQZvm8Rg&lt; at &gt;public.gmane.org) not listed inDomino Directory</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23206</link>
    <description>&lt;pre&gt;Your message

  Subject: Richiesta

was not delivered to:

  e096f658&amp;lt; at &amp;gt;naoc.agip.it

because:

  User e096f658 (e096f658&amp;lt; at &amp;gt;naoc.agip.it) not listed in Domino Directory

_______________________________________________
Containers mailing list
Containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA&amp;lt; at &amp;gt;public.gmane.org
https://lists.linuxfoundation.org/mailman/listinfo/containers&lt;/pre&gt;</description>
    <dc:creator>postmaster-h3WbwRhx77M&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-10T21:10:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23205">
    <title>Undelivered Mail Returned to Sender</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23205</link>
    <description>&lt;pre&gt;I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to &amp;lt;postmaster&amp;gt;

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

&amp;lt;46eff148.7060806-czlgayvd9obzM4FeTNmR7w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;: 550 5.1.1 &amp;lt;46eff148.7060806-czlgayvd9obzM4FeTNmR7w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; User unknown; rejecting

_______________________________________________
Containers mailing list
Containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA&amp;lt; at &amp;gt;public.gmane.org
https://lists.linuxfoundation.org/mailman/listinfo/containers&lt;/pre&gt;</description>
    <dc:creator>Mail Delivery System</dc:creator>
    <dc:date>2012-05-10T19:08:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23203">
    <title>Undelivered Mail Returned to Sender</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23203</link>
    <description>&lt;pre&gt;This is the mail system at host post02.wizzbit.nl.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

&amp;lt;clioispra-y5SIUuNh4s0&amp;lt; at &amp;gt;public.gmane.org&amp;gt;: host mail.jrc.org[178.33.25.189] said: 554 5.7.1
    &amp;lt;clioispra-y5SIUuNh4s0&amp;lt; at &amp;gt;public.gmane.org&amp;gt;: Relay access denied (in reply to RCPT TO command)
_______________________________________________
Containers mailing list
Containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA&amp;lt; at &amp;gt;public.gmane.org
https://lists.linuxfoundation.org/mailman/listinfo/containers&lt;/pre&gt;</description>
    <dc:creator>Mail Delivery System</dc:creator>
    <dc:date>2012-05-10T15:05:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23202">
    <title>failure notice</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23202</link>
    <description>&lt;pre&gt;Hi. This is the qmail-send program at envialiaworld-rhel.acens.net.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

&amp;lt;grisoliac-IWqWACnzNjyonA0d6jMUrA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:
Connected to 213.205.33.248 but sender was rejected.
Remote host said: 550 5.1.0 &amp;lt;containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA&amp;lt; at &amp;gt;public.gmane.org&amp;gt; SPF Failed - not authorized

&amp;lt;grisoliagrisoliavin-IWqWACnzNjyonA0d6jMUrA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:
Connected to 213.205.33.248 but sender was rejected.
Remote host said: 550 5.1.0 &amp;lt;containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA&amp;lt; at &amp;gt;public.gmane.org&amp;gt; SPF Failed - not authorized

&amp;lt;grisomicben.reilly-IWqWACnzNjyonA0d6jMUrA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:
Connected to 213.205.33.240 but sender was rejected.
Remote host said: 550 5.1.0 &amp;lt;containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA&amp;lt; at &amp;gt;public.gmane.org&amp;gt; SPF Failed - not authorized

&amp;lt;grisoliabianca-IWqWACnzNjyonA0d6jMUrA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:
Connected to 213.205.&lt;/pre&gt;</description>
    <dc:creator>MAILER-DAEMON-m06wyfOVpVgiYD3Z9jO1QKx1fchgwxRQ5NbjCUgZEJk&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-10T13:07:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23200">
    <title>Undelivered Mail Returned to Sender</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23200</link>
    <description>&lt;pre&gt;This is the mail system at host smtpauth.interhost.it.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

&amp;lt;claudio.sperduti-82W6x1roggEkYyEGKg6nWwC/G2K4zDHf&amp;lt; at &amp;gt;public.gmane.org&amp;gt;: service unavailable. Command output:
    mittente non corrispondente al dominioMessage content rejected
_______________________________________________
Containers mailing list
Containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA&amp;lt; at &amp;gt;public.gmane.org
https://lists.linuxfoundation.org/mailman/listinfo/containers&lt;/pre&gt;</description>
    <dc:creator>Mail Delivery System</dc:creator>
    <dc:date>2012-05-10T02:09:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23199">
    <title>Undelivered Mail Returned to Sender</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23199</link>
    <description>&lt;pre&gt;This is the mail system at host mail.termaschillan.cl.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

&amp;lt;noemihumphrey-p0aYb1w59bp+nBQpE4LXFjUZDU+1vuVT&amp;lt; at &amp;gt;public.gmane.org&amp;gt;: host
    epistola.iperbole.bo.it[213.174.176.146] said: 550
    &amp;lt;noemihumphrey-p0aYb1w59bp+nBQpE4LXFjUZDU+1vuVT&amp;lt; at &amp;gt;public.gmane.org&amp;gt;: Recipient address rejected: User
    unknown in local recipient table (in reply to RCPT TO command)

&amp;lt;nof1391p-p0aYb1w59bp+nBQpE4LXFjUZDU+1vuVT&amp;lt; at &amp;gt;public.gmane.org&amp;gt;: host epistola.iperbole.bo.it[213.174.176.146]
    said: 550 &amp;lt;nof1391p-p0aYb1w59bp+nBQpE4LXFjUZDU+1vuVT&amp;lt; at &amp;gt;public.gmane.org&amp;gt;: Recipient address rejected: User
    unknown in local recipient table (in reply to RCPT TO command)
_______________________________________________
Conta&lt;/pre&gt;</description>
    <dc:creator>Mail Delivery System</dc:creator>
    <dc:date>2012-05-10T00:15:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23198">
    <title>WARNING: delayed mail.</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23198</link>
    <description>&lt;pre&gt;La presente e' una notifica di stato della spedizione.
--
This is a delivery status notification from %s.

The original message was received on %s
from %s

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

           RITARDI NELLA SPEDIZIONE DEL TUO MESSAGGIO DI POSTA

La spedizione del tuo messaggio sta subendo dei ritardi. Il presente e'
solamente un avviso, ed e' stato inviato automaticamente dal server di
posta per avvisarti che c'e' stato un momentaneo ritardo nella spedizione
del tuo messaggio. Non c'e' bisogno di effettuare alcuna operazione al
momento, in quanto saranno effettuati nuovi tentativi di spedizione.
Alcune ragioni per questo ritardo possono essere:

   * Congestione o problemi della rete.

   * Il mail server di destinazione potrebbe essere temporaneamente off-line.

Le informazioni diagnostiche vengono fornite per ogni recipient.
Se sono state inviate piu' copie del presente messaggio a recipients
addizionali, le spedizioni verso gli altri indirizzi non verrann&lt;/pre&gt;</description>
    <dc:creator>mailer-daemon-MyvEODUHlcXQT0dZR+AlfA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-09T21:51:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23197">
    <title>Undelivered Mail Returned to Sender</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23197</link>
    <description>&lt;pre&gt;This is the mail system at host smtpauth.interhost.it.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

&amp;lt;aurelia.mucci-NO+ENkreYd8&amp;lt; at &amp;gt;public.gmane.org&amp;gt;: service unavailable. Command output: mittente non
    corrispondente al dominioMessage content rejected
_______________________________________________
Containers mailing list
Containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA&amp;lt; at &amp;gt;public.gmane.org
https://lists.linuxfoundation.org/mailman/listinfo/containers&lt;/pre&gt;</description>
    <dc:creator>Mail Delivery System</dc:creator>
    <dc:date>2012-05-09T19:57:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23196">
    <title>Undelivered Mail Returned to Sender</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23196</link>
    <description>&lt;pre&gt;This is the mail system at host presentaweb.be.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

&amp;lt;impresatoscano-PkbjNfxxIASonA0d6jMUrA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;: host mx3.hotmail.com[65.54.188.72] said: 550
    Requested action not taken: mailbox unavailable (in reply to RCPT TO
    command)

&amp;lt;impresatrasporticiullocosimo-PkbjNfxxIASonA0d6jMUrA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;: host mx3.hotmail.com[65.54.188.72]
    said: 550 Requested action not taken: mailbox unavailable (in reply to RCPT
    TO command)
_______________________________________________
Containers mailing list
Containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA&amp;lt; at &amp;gt;public.gmane.org
https://lists.linuxfoundation.org/mailman/listinfo/containers&lt;/pre&gt;</description>
    <dc:creator>Mail Delivery System</dc:creator>
    <dc:date>2012-05-09T08:39:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23195">
    <title>Undelivered Mail Returned to Sender</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23195</link>
    <description>&lt;pre&gt;This is the mail system at host smtpsrv.playnet.it.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please contact Playnet Helpdesk Support.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

&amp;lt;ulisse200-tuXb/Z829FWGzLJY+7CQzQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;: host mx.interfree.it[213.158.72.46] said: 553 sorry,
    no mailbox here by that name. (#5.1.1) (in reply to RCPT TO command)
_______________________________________________
Containers mailing list
Containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA&amp;lt; at &amp;gt;public.gmane.org
https://lists.linuxfoundation.org/mailman/listinfo/containers&lt;/pre&gt;</description>
    <dc:creator>postmaster-noreply-FMRk+c35SBqonA0d6jMUrA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-03T01:08:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23192">
    <title>The New Loclville - A hyper-local shout out!</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23192</link>
    <description>&lt;pre&gt;Having Trouble Viewing This Email? Click Here.
&amp;lt;http://loclville.com/newsletter/newsletter000007.html&amp;gt;

 Loclville Your place for a hyper-local shout out!
 Twitter &amp;lt;http://twitter.com/loclville&amp;gt;
|Facebook &amp;lt;http://www.facebook.com/loclville&amp;gt;

 The New Loclville! &amp;lt;http://www.loclville.com/&amp;gt;

 A virtual user-friendly community board for you and your neighbors to
browse around… your own neighborhood! From yard sales to carpentry
classes, road closures to weather alerts, this is your place for a
hyper-local shout out! &amp;lt;http://www.loclville.com/&amp;gt;

 About Loclville

 Welcome to a new old fashioned way to interact.

 What you see is a community board that belongs to you and your
neighbors ONLY.

 A maximum radius of thirty miles, a minimum of one block. The choice
is yours.

 We Never SAVE your passwords!!

 We supply the Board and the tools to use it and that's ALL!!

 Apart from the obvious,We make no judgement to the content posted.
That is up to you and your neighbors. Three local dislikes and it's
gone.

 loc&lt;/pre&gt;</description>
    <dc:creator>Kim Braden</dc:creator>
    <dc:date>2012-04-30T15:08:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.containers/23191">
    <title>Digital Photo Editing Services - Photo Cutout</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.containers/23191</link>
    <description>&lt;pre&gt;You are receiving this email because we wish you to use our digital photo editing services.

We are a China based Imaging Professionals. We offer basic and advanced digital photo Editing services and solutions like photo Cutout, morphological photo Editing, photoshop photo Editing, satellite photo Editing, color photo Editing and vector photo Editing using latest techniques.

Our mainly services are:

1. Photo Cutout
2. Photo Enhancement
3. Photo Retouching
4. Vector Conversion
5. Pop Art
6. Images Masking
7. Clipping Path
8. Photo Restoration
9. Web Design

Looking forward to work for you!

Best regards,
Rick
Wansaksomi Imaging Professionals
Contact: ibwallace-Mj/0Miq2reM&amp;lt; at &amp;gt;public.gmane.org



























Send address to imremove-Mj/0Miq2reM&amp;lt; at &amp;gt;public.gmane.org for remove
&lt;/pre&gt;</description>
    <dc:creator>Rick</dc:creator>
    <dc:date>2012-04-29T15:55:44</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.kernel.containers">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.kernel.containers</link>
  </textinput>
</rdf:RDF>

