<?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.os.openbsd.bugs">
    <title>gmane.os.openbsd.bugs</title>
    <link>http://blog.gmane.org/gmane.os.openbsd.bugs</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://permalink.gmane.org/gmane.os.openbsd.bugs/18562"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18561"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18560"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18559"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18558"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18557"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18556"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18555"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18554"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18553"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18552"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18551"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18550"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18549"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18548"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18547"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18546"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18545"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18544"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.bugs/18543"/>
      </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://permalink.gmane.org/gmane.os.openbsd.bugs/18562">
    <title>Re: Error in defaultdomain.5</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18562</link>
    <description>&lt;pre&gt;
fixed, thanks.
jmc



&lt;/pre&gt;</description>
    <dc:creator>Jason McIntyre</dc:creator>
    <dc:date>2012-05-25T06:22:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18561">
    <title>sparc install error message</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18561</link>
    <description>&lt;pre&gt;Installing the latest snapshot from CD on a SS20, I get the following
curious messages:

Select sets by entering a set name, a file name pattern or 'all'. De-select
sets by prepending a '-' to the set name, file name pattern or 'all'. Selected
sets are labelled '[X]'.
    [X] bsd           [X] etc51.tgz     [X] game51.tgz    [X] xshare51.tgz
    [X] bsd.rd        [X] comp51.tgz    [X] xbase51.tgz   [X] xfont51.tgz
    [X] base51.tgz    [X] man51.tgz     [X] xetc51.tgz    [X] xserv51.tgz
Set name(s)? (or 'abort' or 'done') [done]
bsd          100% |*************************************|  3438 KB    00:15
bsd.rd       100% |*************************************|  3252 KB    00:15
base51.tgz     4% |*                                    |  2532 KB    06:07 ETAinstbin: sleep not compiled in
Usage: instbin &amp;lt;prog&amp;gt; &amp;lt;args&amp;gt; ..., where &amp;lt;prog&amp;gt; is one of:
 dd mount_cd9660 df mount arch sync restore stty ln disklabel pax tar cpio ping
 cat ifconfig ls sysctl rtsol ping6 date less more mount_nfs grep egrep fgrep
 umount fsck sha256 mknod installboot route ftp reboot halt mount_ffs dhclient
 ed cp
base51.tgz     7% |**                                   |  4264 KB    06:01 ETAinstbin: sleep not compiled in
Usage: instbin &amp;lt;prog&amp;gt; &amp;lt;args&amp;gt; ..., where &amp;lt;prog&amp;gt; is one of:
 dd mount_cd9660 df mount arch sync restore stty ln disklabel pax tar cpio ping
 cat ifconfig ls sysctl rtsol ping6 date less more mount_nfs grep egrep fgrep
 umount fsck sha256 mknod installboot route ftp reboot halt mount_ffs dhclient
 ed cp
base51.tgz   100% |*************************************| 53824 KB    07:29


Huh? Sleep is available, no problem there.

# ls -l /bin/sleep
-rwxr-xr-x  60 root  wheel  1278812 Apr 26 14:58 /bin/sleep
# sleep 3 &amp;amp;&amp;amp; echo $?
0

The installation completes without further oddities.


&lt;/pre&gt;</description>
    <dc:creator>Tobias Ulmer</dc:creator>
    <dc:date>2012-05-24T12:29:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18560">
    <title>Votre invitation au salon I-Expo 2012</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18560</link>
    <description>&lt;pre&gt;Si ce message ne s'affiche pas correctement, vous pouvez le consulter en
ligne

[IMAGE]

SUR 2 JOURS, I EXPO/KM FORUM 2.0/INFORMATION MEDIAS, L'OFFRE LA PLUS
PERTINENTE ET LA PLUS EFFICACE DU MARCHE DE L'INFORMATION, DE LA VEILLE
ET DES CONNAISSANCES

Pour assister aux confirences gratuites des exposants, cliquez ici !

TEMPS FORTS

Les confirences d'application exposants

MERCREDI 13 JUIN 2012
CA - Dicouvrez la puissance d'une solution RP 100% intigrie pour
contacter les journalistes et blogueurs, diffuser vos communiquis de
presse, atteindre vos influenceurs et mesurer les risultats de vos
campagnes." - DATAPRESSE-Gpe VOCUS
CA1 - KNOVEL : la pertinence d'un outil interactif au service de la
recherche STM - TSP DIFFUSION (10h-10h45)
CA2 - Intigration et valorisation du livre ilectronique dans les
bibliothhques et centres de documentation - EBSCO (11h-11h45)
CA3 - Intervention AMI SOFTWARE (14h-14h45)
CA4 - Acchs gratuit et direct aux statistiques europiennes - EUROSTAT
(15h-15h45)
CA5 - Cartographie de brevets : des limites largement repoussies pour
aff{ter le processus de dicision - QUESTEL (10h-10h45)
CA6 - Les bonnes pratiques en e-reputation - DIGIMIND (11h-11h45)
CA7 - Nouvelle solution de veille web en temps riel, gestion et partage
de l'information - QWAM CONTENT INTELLIGENCE (14h-14h45)
CA8 - Comment publier et analyser l'impact des communiquis de presse sur
le web et les riseaux sociaux - ADEQUATE SYSTEMS (15h-15h45)

JEUDI 14 JUIN 2012
CA9 - Innovations et mobiliti dans la veille - FACTIVA DOW JONES
(10h-10h45)
CA10 - L'ivolution du rtle des diffirents acteurs dans la channe de
l'information acadimique vue par les bibliothhques, iditeurs
scientifiques, agences d'abonnement et consortia - EBSCO (11h-11h45)
CA11 - Le catalogue d'eBooks comparatif de Swets - SWETS (12h-12h45) CA12
- Crise et risques d'entreprise, l'analyse de l'information au c?ur du
processus de dicision - LEXISNEXIS (14h-14h45)
CA13 - Plateforme de veille keywatch : dimonstration de la nouvelle
version - ISCOPE (15h-15h45)
CA14 - Les logiciels qui empjchent de travailler - KMB PARTNERS
(10h-10h45)
CA15 - Early European Books - PROQUEST (11h-11h45)
CA16 - Les bonnes pratiques en e-reputation - DIGIMIND (14h-14h45) CA17 -
Squido 3.1 : un outil de soutien ` l'innovation, la R&amp;amp;D et la recherche
d'information - IXXO (15h-15h45)


Les Master class exposants

MERCREDI 13 JUIN 2012
MC1 - La veille stratigique pour entreprises -SINDUP (11h-11h45)
MC2 - Mendeley : la recherche ` l'hre des midias sociaux - SWETS
(14h-17h)

JEUDI 14 JUIN 2012
MC3 - Le Linked Enterprise Data, une rivolution annoncie dans les
Systhmes d'information des entreprises. Exemple chez un grand industriel
- ANTIDOT (11h-12h)
MC4 - La culture du risultat et de l'accessibiliti - SINDUP (14h-14h45)


Les ivinements exposants sur leur stand


Viritable compliment indispensable de la visite du salon, les ivhnements
exposants se tiennent au coeur de l'exposition et rassemblent de nombreux
professionnels du secteur.

Alors demandez dhs maintenant votre badge visiteur !

[IMAGE]

LIENS UTILES

Liste des exposants

Evenements exposants

Programme confirences

Programme Master Class

Votre badge visiteur

SUIVRE L'ACTUALITi

NOUS REJOINDRE SUR FACEBOOK

NOUS SUIVRE SUR TWITTER

PARTENAIRES INSTITUTIONNELS ET MiDIAS

1 SEUL RENDEZ-VOUS = 3 SALONS

[IMAGE][IMAGE][IMAGE]

[IMAGE]

13 &amp;amp; 14 juin 2012
PARIS - PORTE DE VERSAILLES - HALL 5.1
www.i-expo.net

[IMAGE]

Pour ne plus recevoir cette information, vous rendez-vous sur cette page

[IMAGE]


&lt;/pre&gt;</description>
    <dc:creator>Salon I-Expo 2012</dc:creator>
    <dc:date>2012-05-23T06:51:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18559">
    <title>Ваша рассылка 
</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18559</link>
    <description>&lt;pre&gt;PQQQP0Q QP0QQQP;P:P0 P?P&amp;gt; P#P:QP0P8P=P5 , P P&amp;gt;QQP8P8, P!PP,
PP2QP&amp;gt;P?P0, P4QQP3P8P5 QQQP0P=Q.P P0QQQP;P:P0 P?P&amp;gt;
P3P&amp;gt;QP&amp;gt;P4P0P&amp;lt;(P P=P0P;P8QP8P8 P3P&amp;gt;QP&amp;gt;P4P0 P2 P1P0P7P5
QP?QP0QP8P2P0P9QP5).skype: biz.biz.okemail: ua-net&amp;lt; at &amp;gt;bk.rutel: 066
6410554 (P#P:QP0P8P=P0)
PQ P2P0Q QP5P:QQ(P2P&amp;gt;P7P&amp;lt;P&amp;gt;P6P=P&amp;gt; HTML) QP5P&amp;lt;P0 P8 QQP8P: Q
P:P&amp;gt;QP&amp;gt;QP&amp;gt;P3P&amp;gt; P&amp;gt;QP?QP0P2P;P5P=Q P1QP4QQ P?P8QQP&amp;lt;P0.
PP=QP&amp;gt;QP&amp;lt;P8QQP9QP5 P2P0QP8Q P?P0QQP=P5QP&amp;gt;P2PP0Q
Q
P;P5P:QQP&amp;gt;P=P=QP9 P0P4QP5Q P4P;Q QP&amp;gt;P3P&amp;gt; P8 P=P0QP&amp;gt;P4P8QQQ
P2 P?QP1P;P8QP=QQ P8QQP&amp;gt;QP=P8P:P0Q QQP&amp;gt;P1 P?P&amp;gt;P;QQP0P;P8 P2Q
P?P8QQP&amp;lt;P0.


&lt;/pre&gt;</description>
    <dc:creator>m.macpherson&lt; at &gt;imperial.ac.uk</dc:creator>
    <dc:date>2012-05-22T22:46:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18558">
    <title>Re: Error in defaultdomain.5</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18558</link>
    <description>&lt;pre&gt;
My mistake. So you just want it like the following?

--- /usr/share/man/man5/defaultdomain.5.orig    Wed Aug 17 15:55:23 2011
+++ /usr/share/man/man5/defaultdomain.5 Mon May 21 16:47:57 2012
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -13,7 +13,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 The
 .Nm
 file is read by
-.Xr netstart 8
+.Xr rc 8
 at system startup time.
 It is used to set the YP domain name of the host machine (see
 .Xr yp 8 ) .
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -31,5 +31,5 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 .El
 .Sh SEE ALSO
 .Xr domainname 1 ,
-.Xr netstart 8 ,
+.Xr rc 8 ,
 .Xr yp 8


Thanks,

Chad


&lt;/pre&gt;</description>
    <dc:creator>Chad Gross</dc:creator>
    <dc:date>2012-05-22T18:50:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18557">
    <title>Re: Error in defaultdomain.5</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18557</link>
    <description>&lt;pre&gt;
Patches are permitted only for ports list. Include the patch inline
please.

jirib


&lt;/pre&gt;</description>
    <dc:creator>Jiri B</dc:creator>
    <dc:date>2012-05-22T18:45:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18556">
    <title>Découvrez les salles d'exposition Aufildubain.fr</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18556</link>
    <description>&lt;pre&gt;Au Fil du Bain

Au fil du Bain

TV

Retrouvez les rediffusions de l'imission sur la channe Vivolta et sur
pluzz.fr. Parrain igalement de l'imission &lt;/pre&gt;</description>
    <dc:creator>Au Fil du Bain</dc:creator>
    <dc:date>2012-05-22T12:39:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18555">
    <title>企业技术创新项目申报会议通知文件（6月14日杭州会议）</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18555</link>
    <description>&lt;pre&gt;14:49:57

[demime 1.01d removed an attachment of type application/octet-stream which had a name of =?utf-8?B?56eR5oqA5Yib5paw5LiO6aG555uu55Sz5oql5om25oyB5pS/562WLS0oNuaciDE05pel5p2t5beeKS5kb2M=?=]


&lt;/pre&gt;</description>
    <dc:creator>qmnpwd</dc:creator>
    <dc:date>2012-05-22T06:49:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18554">
    <title>Error in defaultdomain.5</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18554</link>
    <description>&lt;pre&gt;It looks like 5.1 introduced a change in where /etc/defaultdomain gets
read (netstart(8) vs rc(8)), but the man page was not updated to
reflect this. I've attached a patch to update the man page.

Regards,

Chad

Online Profile: http://www.linkedin.com/in/chadgross

[demime 1.01d removed an attachment of type application/octet-stream which had a name of defaultdomain.5.patch]


&lt;/pre&gt;</description>
    <dc:creator>Chad Gross</dc:creator>
    <dc:date>2012-05-21T17:38:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18553">
    <title>Re: Bindings in ksh not working as expected in snapshot</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18553</link>
    <description>&lt;pre&gt;
This bug has been introduced in the last ksh change, thanks for reporting
it. The diff below should correct this behavior, can you confirm it works
for you?

Martin

Index: emacs.c
===================================================================
RCS file: /cvs/src/bin/ksh/emacs.c,v
retrieving revision 1.45
diff -u -p -r1.45 emacs.c
--- emacs.c30 Apr 2012 03:51:29 -00001.45
+++ emacs.c21 May 2012 11:08:37 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -108,6 +108,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; staticchar    *killstack[KILLSIZE];
 staticintkillsp, killtp;
 staticintx_literal_set;
 staticintx_arg_set;
+staticchar    *macro_args;
 staticintprompt_skip;
 staticintprompt_redraw;
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -343,11 +344,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; x_emacs(char *buf, size_t len)
 
 if (submatch == 1 &amp;amp;&amp;amp; kmatch) {
 if (kmatch-&amp;gt;ftab-&amp;gt;xf_func == x_ins_string &amp;amp;&amp;amp;
-    kmatch-&amp;gt;args) {
-/* insert macro string */
-x_ins(kmatch-&amp;gt;args);
-}
-ret = kmatch-&amp;gt;ftab-&amp;gt;xf_func(c);
+    kmatch-&amp;gt;args &amp;amp;&amp;amp; !macro_args) {
+    /* treat macro string as input */
+macro_args = kmatch-&amp;gt;args;
+ret = KSTD;
+} else
+ret = kmatch-&amp;gt;ftab-&amp;gt;xf_func(c);
 } else {
 if (submatch)
 continue;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -410,7 +412,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; x_insert(int c)
 static int
 x_ins_string(int c)
 {
-return KSTD;
+return x_insert(c);
 }
 
 static int x_do_ins(const char *cp, int len);
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1862,6 +1864,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; x_e_getc(void)
 if (unget_char &amp;gt;= 0) {
 c = unget_char;
 unget_char = -1;
+} else if (macro_args) {
+c = *macro_args++;
+if (!c) {
+macro_args = NULL;
+c = x_getc();
+}
 } else
 c = x_getc();


&lt;/pre&gt;</description>
    <dc:creator>Martin Pieuchot</dc:creator>
    <dc:date>2012-05-21T11:16:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18552">
    <title>Hola tengo una informacion para vos</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18552</link>
    <description>&lt;pre&gt;[IMAGE]

  Estimado: 

  Tengo el agrado de dirigirme a Ud. informandole que podemos hacer que
  su negocio tenga mayores ganancias . Nos encargamos de enviar
  boletines con sus productos y publicidad via email a bases de datos
  especificas para su negocio logrando que su sitio web tenga muchas
  mas visitas que las actuales, de esa manera su negocio captara un
  flujo de clientes mas importante. Para eso desarrollamos una campaqa
  publicitaria por email a bases referidas a su negocio. Por tal motivo
  le ofrecemos un descuento del 10% en su primer envio.

  Actualmente hemos incorporado nuevas bases de emails al sistema
  brindandole una mayor eficiencia en la expansisn de su imagen. Ademas
  contamos con estadmsticas con registro de informe de apertura y clics
  de enlace online. Somos la empresa de eMarketing nzmero 1 de
  Argentina. Nuestra cartera de clientes avalan la efectividad del
  servicio.

  En caso que requiera algzn tipo de asesoramiento le rogamos que se
  contacte telefsnicamente al 5258 8724.

  Puede visitar el detalle del servicio aqui:

  Para ser uso de dicho beneficio no tiene mas que responder a
  mkt.negocios&amp;lt; at &amp;gt;yahoo.com.ar&amp;lt; /A&amp;gt;. Quedo a su disposicisn para responder
  las preguntas o dudas que queden en el aire, no dude en contactarme. 

  Esperando prontas noticias Un saludo afectuoso
  Atentamente

  Oficina: (54) (011) 5258-8724
  Msvil: (54) (011) 15 6798-3158
  Skype: mktnegocios
  Nextel: 810*2492
  Buenos Aires, Argentina

[IMAGE]

_______________________________________________________________
____________________

Este correo le llegara por znica vez por lo que no es necesario solicitar
desuscripcisn del mismo.
Sin embargo si dicho correo le ha provocado molestias le pedimos
disculpas.


&lt;/pre&gt;</description>
    <dc:creator>Anzaldo Juan Jose</dc:creator>
    <dc:date>2012-05-21T09:32:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18551">
    <title>Bindings in ksh not working as expected in snapshot</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18551</link>
    <description>&lt;pre&gt;On current snapshot (amd64), my ksh bindings are not working anymore.
For example if I have this in .kshrc:

bind -m '^L'="^Cclear^M"
set +o emacs-usemeta

This keybinding has been working for more than a year for me, prior to my
latest upgrade. The expected behavior would be Ctrl-C to interrupt the line
written followed by a 'clear' command and Enter. Now if i write 'ls' and 
then
regret, wanting to clear the screen I get this visible on the screen:

$ ls^Cclear^M


&lt;/pre&gt;</description>
    <dc:creator>Lars Engblom</dc:creator>
    <dc:date>2012-05-21T07:59:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18550">
    <title>Adegas na SUDSHOP</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18550</link>
    <description>&lt;pre&gt;Em caso de nao conseguir visualiza clique SUDSHOOP

bugs&amp;lt; at &amp;gt;cvs.openbsd.org

Campanha de divulgagao  realizada pela Agencia  Pro- Conexao Digital 
Fone ( 46) 3025- 3498  Nossa Agencia i  contra o SPAM na internet .
Nossos  projetos sao autenticos e com validagao de resultados O conteudo
desta i de inteira responsabilidade da contratanteVocj esta recebendo
este e-mail porque seus dados cadastrais constam em nossa base de dados. Caso
queira remover seu nome desta lista, remove&amp;lt; at &amp;gt;proconexaodigital.com.br
Seguimos o guia de boas maneiras para o e-mail marketing da ABEMD[IMAGE]

[demime 1.01d removed an attachment of type image/jpeg which had a name of new_adega_vinhos1.jpg]


&lt;/pre&gt;</description>
    <dc:creator>SUDSHOOP</dc:creator>
    <dc:date>2012-05-20T20:44:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18549">
    <title>Re: getnewvnode(9) man page is wrong, it describes an out-of-date version of prototype</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18549</link>
    <description>&lt;pre&gt;
deleting the man page would be a fix?!? i've gone with updating it...
jmc


&lt;/pre&gt;</description>
    <dc:creator>Jason McIntyre</dc:creator>
    <dc:date>2012-05-18T05:58:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18548">
    <title>rGRUlI《 代 》12263160《 开 》BUDYJLGwK《 税 》46777《 票 》 gd</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18548</link>
    <description>&lt;pre&gt;300UuGr
f,e,e8d8d8d;#e&amp;lt;eh!d8g&amp;lt;g%(
ed8cf
e
!d8ce;:g-d8ch?h&amp;gt;d8
e9?e
d8g-e=g(ce0g(ce"e&amp;lt;g(g%(
h/&amp;amp;ff%g5o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;f(eg
o&amp;lt;1o&amp;lt;1o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;
i.g.1o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;o&amp;lt;&amp;lt; at &amp;gt;139.com
WET20N


&lt;/pre&gt;</description>
    <dc:creator>qmcleli</dc:creator>
    <dc:date>2012-05-17T23:23:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18547">
    <title>Nuovo messaggio</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18547</link>
    <description>&lt;pre&gt;InformazioneFinanziamenti

Finanziamenti e Servizi per Imprese e Privati

CLICCHI QUI


Per non ricevere ulteriori comunicazioni CLICCHI QUI


&lt;/pre&gt;</description>
    <dc:creator>Informazioni Finanziamenti</dc:creator>
    <dc:date>2012-05-17T14:30:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18546">
    <title>Re: arp -W and man 8 arp discrepancy</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18546</link>
    <description>&lt;pre&gt;thank you for you help, I was sure it was a bug.
I'll be more careful before posting to bugs&amp;lt; at &amp;gt;openbsd.org
I confused /etc/ethers with the format arp -f uses.


&lt;/pre&gt;</description>
    <dc:creator>Dimitrios Moustos</dc:creator>
    <dc:date>2012-05-17T13:04:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18545">
    <title>Re: arp -W and man 8 arp discrepancy</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18545</link>
    <description>&lt;pre&gt;

That is not a valid format of ethers(5)

-Otto




&lt;/pre&gt;</description>
    <dc:creator>Otto Moerbeek</dc:creator>
    <dc:date>2012-05-17T12:47:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18544">
    <title>arp -W and man 8 arp discrepancy</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18544</link>
    <description>&lt;pre&gt;arp -W &amp;lt;hostname&amp;gt; does not work. I run bsd.mp 5.1 on amd64 (atom D510) with a re network adapter.

# arp dot
dot (10.0.0.7) at 00:30:05:c9:ff:f8 on re0 permanent static published
# grep dot /etc/ethers
dot 00:30:05:c9:ff:f8 permanent pub
# arp -W dot
arp: Invalid Ethernet address: dot
# arp -W 00:30:05:c9:ff:f8
# echo $?
0

the last comand wakes dot.
man 8 arp states the following:

     -W ether_addr [iface]
             Send the Wake on LAN frame from all interfaces on the local
             machine that are up, if iface has not been specified.  Otherwise
             the frame will be sent from iface.  ether_addr is the Ethernet
             address of the remote machine or a hostname entry in /etc/ethers.
             This option cannot be used in combination with any other option.

personally I like being able to wake a machine using arp &amp;lt;hostname&amp;gt;

on a separate note I have 'arp -Ff /etc/ethers' in rc.local. I dont know if this is the normal to do it. 


&lt;/pre&gt;</description>
    <dc:creator>Dimitrios Moustos</dc:creator>
    <dc:date>2012-05-17T12:27:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18543">
    <title>Re: OpenBSD 5.1/i386 cas driver issue</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18543</link>
    <description>&lt;pre&gt;
The hme(4) drivers solves that issue with:

        sc-&amp;gt;sc_arpcom.ac_enaddr[5] += hpa-&amp;gt;pa_device;

We probably should do that for cas(4) as well, at least for the quad cards.


&lt;/pre&gt;</description>
    <dc:creator>Mark Kettenis</dc:creator>
    <dc:date>2012-05-17T11:17:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.bugs/18542">
    <title>Re: OpenBSD 5.1/i386 cas driver issue</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.bugs/18542</link>
    <description>&lt;pre&gt;Well, that worked partway. Now each card is sharing MACs across 4 ports.
Example:

cas0 at pci3 dev 0 function 0 "NS Saturn" rev 0x30: apic 5 int 5, address
00:03:ba:da:fa:6a
cas1 at pci3 dev 1 function 0 "NS Saturn" rev 0x30: apic 5 int 15, address
00:03:ba:da:fa:6a
cas2 at pci4 dev 2 function 0 "NS Saturn" rev 0x30: apic 5 int 13, address
00:03:ba:da:fa:6a
cas3 at pci4 dev 3 function 0 "NS Saturn" rev 0x30: apic 5 int 14, address
00:03:ba:da:fa:6a
cas4 at pci6 dev 0 function 0 "NS Saturn" rev 0x30: apic 5 int 6, address
00:03:ba:95:80:e9
cas5 at pci6 dev 1 function 0 "NS Saturn" rev 0x30: apic 5 int 14, address
00:03:ba:95:80:e9
cas6 at pci7 dev 2 function 0 "NS Saturn" rev 0x30: apic 5 int 15, address
00:03:ba:95:80:e9
cas7 at pci7 dev 3 function 0 "NS Saturn" rev 0x30: apic 5 int 13, address
00:03:ba:95:80:e9

On Wed, May 16, 2012 at 3:43 PM, Brad Smith &amp;lt;brad&amp;lt; at &amp;gt;comstyle.com&amp;gt; wrote:



--


&lt;/pre&gt;</description>
    <dc:creator>James Shaw</dc:creator>
    <dc:date>2012-05-17T02:37:55</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.openbsd.bugs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.openbsd.bugs</link>
  </textinput>
</rdf:RDF>

