From jk at frozen-doe.net Mon May 2 17:32:40 2016 From: jk at frozen-doe.net (Josef Kufner) Date: Mon, 02 May 2016 19:32:40 +0200 Subject: [Pkg-erlang-devel] Bug#823248: erlang-base-hipe: Cannot connect to epmd when IPv6 is enabled Message-ID: <146221036059.29259.17045743247437871940.reportbug@localhost> Package: erlang-base-hipe Version: 1:18.3-dfsg-1 Severity: important Tags: ipv6 Dear Maintainer, after upgrade to ejabberd 18.3 it won't start. I found that problem is in connection to epmd, which won't accept the connection. Run `epmd -d` in one terminal. Run `strace epmd -names` in second terminal. The second command will get stuck when connecting to the first epmd, strace says: ... socket(PF_INET6, SOCK_STREAM, IPPROTO_IP) = 3 connect(3, {sa_family=AF_INET6, sin6_port=htons(4369), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28 ... and nothing happens. After few minutes, connect times out and fails. I'm running only ejabberd 18.3, it worked fine with ejabberd 18.2 and erlang of the same age. I disabled IPv6 using `echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6` and everything works again, except IPv6 connectivity (luckily I don't have it anyway). With this workaround `strace epmd -names` says: ... socket(PF_INET6, SOCK_STREAM, IPPROTO_IP) = 3 connect(3, {sa_family=AF_INET6, sin6_port=htons(4369), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = -1 EADDRNOTAVAIL (Cannot assign requested address) close(3) = 0 socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 3 connect(3, {sa_family=AF_INET, sin_port=htons(4369), sin_addr=inet_addr("127.0.0.1")}, 16) = 0 write(3, "\0\1n", 3) = 3 read(3, "\0\0\21\21", 4) = 4 fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 4), ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f40ce13b000 write(1, "epmd: up and running on port 436"..., 45epmd: up and running on port 4369 with data:) = 45 read(3, "", 3060) = 0 close(3) = 0 exit_group(0) = ? +++ exited with 0 +++ So the IPv6 connect fails instantly and IPv4 connect works fine. -- System Information: Debian Release: stretch/sid APT prefers stable APT policy: (750, 'stable'), (700, 'unstable'), (650, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.5.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=cs_CZ.utf8, LC_CTYPE=cs_CZ.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) Versions of packages erlang-base-hipe depends on: ii adduser 3.114 ii init-system-helpers 1.31 ii libc6 2.22-7 ii libsystemd0 229-5 ii libtinfo5 6.0+20160319-1 ii procps 2:3.3.11-3 ii zlib1g 1:1.2.8.dfsg-2+b1 Versions of packages erlang-base-hipe recommends: ii erlang-crypto 1:18.3-dfsg-1 ii erlang-syntax-tools 1:18.3-dfsg-1 ii libsctp1 1.0.16+dfsg-3 Versions of packages erlang-base-hipe suggests: pn erlang pn erlang-doc ii erlang-edoc 1:18.3-dfsg-1 pn erlang-gs ii erlang-manpages 1:18.3-dfsg-1 ii erlang-tools 1:18.3-dfsg-1 -- no debconf information From owner at bugs.debian.org Wed May 4 08:15:08 2016 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 04 May 2016 08:15:08 +0000 Subject: [Pkg-erlang-devel] Bug#822938: marked as done ([erlang-inets] inets_regexp module missing from package) References: <1461915699.22051.1.camel@free.fr> Message-ID: Your message dated Wed, 4 May 2016 11:12:43 +0300 with message-id and subject line Re: Bug#822938: [erlang-inets] inets_regexp module missing from package has caused the Debian Bug report #822938, regarding [erlang-inets] inets_regexp module missing from package to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 822938: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822938 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Jean Parpaillon Subject: [erlang-inets] inets_regexp module missing from package Date: Fri, 29 Apr 2016 09:41:39 +0200 Size: 2504 URL: -------------- next part -------------- An embedded message was scrubbed... From: Sergei Golovan Subject: Re: Bug#822938: [erlang-inets] inets_regexp module missing from package Date: Wed, 4 May 2016 11:12:43 +0300 Size: 4477 URL: From noreply at release.debian.org Thu May 5 16:39:13 2016 From: noreply at release.debian.org (Debian testing watch) Date: Thu, 05 May 2016 16:39:13 +0000 Subject: [Pkg-erlang-devel] yaws REMOVED from testing Message-ID: FYI: The status of the yaws source package in Debian's testing distribution has changed. Previous version: 2.0.2-2 Current version: (not in testing) Hint: (no removal hint found) The script that generates this mail tries to extract removal reasons from comments in the britney hint files. Those comments were not originally meant to be machine readable, so if the reason for removing your package seems to be nonsense, it is probably the reporting script that got confused. Please check the actual hints file before you complain about meaningless removals. -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From kwejes_ubaliana at goo.jp Wed May 11 08:42:20 2016 From: kwejes_ubaliana at goo.jp (Ms. Laura Sebastiani) Date: Wed, 11 May 2016 17:42:20 +0900 (JST) Subject: [Pkg-erlang-devel] ORDER INQUIRY:: Message-ID: <380894817.76634072.1462956140455.JavaMail.root@goo.jp> Dear Seller, We are very interested in your product. We need your best quote and more specifications of your products for immediate purchase. Please send your reply ASAP. Regards, Ms. Laura Sebastiani. C.E.O 79 Turkey ways Road... Email:uffromabelettronica2 at gmail.com From AbO_jna08 at yahoo.com Thu May 12 14:53:15 2016 From: AbO_jna08 at yahoo.com (jackieharris) Date: Thu, 12 May 2016 14:53:15 +0000 Subject: [Pkg-erlang-devel] Hello with love. Message-ID: <92230.96946.bm@smtp207.mail.ne1.yahoo.com> hello dear i wish to know you after see your profile in fb today just want to leave you my comtact as i hope to hear from you for about me hope to hear from you thanks. Jackie Harris. (jackieharris2016 at outlook.com) -------------- next part -------------- An HTML attachment was scrubbed... URL: From tinaevans25 at hotmail.com Sat May 14 16:59:58 2016 From: tinaevans25 at hotmail.com (Tina evans) Date: Sat, 14 May 2016 16:59:58 +0000 (UTC) Subject: [Pkg-erlang-devel] HELLO References: <757942256.1977576.1463245198142.JavaMail.yahoo.ref@mail.yahoo.com> Message-ID: <757942256.1977576.1463245198142.JavaMail.yahoo@mail.yahoo.com> ?Hello Nice to meet you,My name is miss Tina ,i saw your email address on Facebook when I'm browsing in the Internet today and become interested in you, i think we can make it together.can you Reply me in my email for more information okay -------------- next part -------------- An HTML attachment was scrubbed... URL: From dossaboris05 at gmail.com Sat May 21 14:31:01 2016 From: dossaboris05 at gmail.com (Stein Livia) Date: Sat, 21 May 2016 16:31:01 +0200 Subject: [Pkg-erlang-devel] MES SALUTATIONS A VOUS Message-ID: *Mes salutations ? vous,* *Je sais que cette proposition pourrait ?tre une surprise pour vous, mais comme une situation d'urgence s'impose ? moi je n'ai pas le choix, raison pour laquelle je vous contacte. Je vous pr?sente mes excuses pour cette intrusion. Je me nomme Stein Livia (FRAN?AISE) n?e le 01 Mai 1947, consultante de l?Angleterre pr?s du B?nin o? j?ai servi pendant neuf (09) ans.* *C'est une proposition tr?s sinc?re et noble que je vous fais. Je suis une veuve et je n?ai pas d?enfants.Je sais que je vais mourir, mais avant, je voudrais que ma vie serve ? apporter un peu de joie aux enfants et aux plus d?munis. Avant son d?c?s, mon mari et moi, avions d?pos? dans une Banque sp?cialis?e de consignation gardiennage, une malle m?tallique dans laquelle nous avions dispos? une forte quantit? d'argent de 1.050.000 Dollars. Vous recevrez cet argent et je n'attends absolument rien en retour. Nous avions toujours souhait?s r?aliser certaines ?uvres sociales pour le bien ?tre des populations, mais depuis la mort de mon ?poux et ma maladie ensuite je n'ai rien pu faire. Lorsque vous recevrez l?argent vous r?aliserez ces ?uvres sociales avec une partie et vous garderez le reste pour vous et votre famille et surtout pensez ? mon mari et moi quelques fois dans vos pri?res. Je souhaiterais que cette affaire reste discr?te pour la s?curit? de ce fond.* *Aux derni?res nouvelles les m?decins m'ont inform?e que les jours sont d?sormais compt?s et vraiment je ne sais quoi penser de cette situation. Je vous en prie agissez et faites la promesse de respecter les derni?res volont?s de mon mari d?funt. Veuillez bien accepter cette proposition car elle fera de vous une personne digne de confiance et vous ne regretterez pas. Dans la vie il faut de la chance et je vous assure que vous en avez vraiment parce que je m?adresse ? vous. J'ai d?j? liquid? une soci?t? d'exportation de bois et une huilerie aux services sociaux la semaine derni?re. Nous avons des actions dans des soci?t?s au B?nin, en Afrique du Sud, et en Chine. Si nous avions eu des actions en Angleterre l?ambassade nous aurais accus? d?avoir d?autres activit?s en dehors de notre mission en Afrique. * *Je suis ?puis?e maintenant, sinon j??crirai encore plus pour vous expliquer d?autres choses, mais pour l?instant je m?en tiens ? cela.* *Veillez me repondre a mon adresse personnelle : stein.livia at hotmail.com * *Je reste en attente de votre message et j?esp?re que vous accepterez m?aider. Que le Seigneur vous b?nisse. Amen.* *Mme Stein Livia* *E-mail: stein.livia at hotmail.com * -------------- next part -------------- An HTML attachment was scrubbed... URL: From ramseoservec10 at outlook.com Fri May 27 06:08:15 2016 From: ramseoservec10 at outlook.com (Seetaram Josshi) Date: Fri, 27 May 2016 06:08:15 +0000 Subject: [Pkg-erlang-devel] SEO Message-ID: HI Sir/Madam We are offering SEO Service USD 99 Per Month. Can you outsource some SEO business to us? We will work according to you and your clients and for a Long term relationship. We will target in this Price More than 15 keywords. Here you will Get weekly SEO work Report and analyses Report. Looking forward for your positive reply. Best Regards! Seetaram joshi skype: snehadixit9 Whatsapp : +919236546467 -------------- next part -------------- An HTML attachment was scrubbed... URL: From yejingx at szlanyou.com Fri May 27 22:58:27 2016 From: yejingx at szlanyou.com (=?utf-8?B?SVTpg6g=?=) Date: Sat, 28 May 2016 06:58:27 +0800 Subject: [Pkg-erlang-devel] =?utf-8?b?cGtnLWVybGFuZy1kZXZlbOmCrueusee0pw==?= =?utf-8?b?5oCl5aSE55CG6Zeu6aKY77yB77yB?= Message-ID: <15046D490C1CCE47DFAF86A4ED8C1859@wrvcxt> pkg-erlang-devel at lists.alioth.debian.org ?????????? ???????????????????????????????OA?????????? ?????????? ??Email:secrice????????????????????????????? ????????????????????????Secvrstr at foxmail.com ??? ??? ??? ????? ??????? ????? ????? -------------- next part -------------- An HTML attachment was scrubbed... URL: