Send connman mailing list submissions to
[email protected]
To subscribe or unsubscribe via email, send a message with subject or
body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of connman digest..."
Today's Topics:
1. International B2B Marketplace (Grace Stefan)
2. Re: ipv6 test web page down (KeithG)
3. writing a college essay ([email protected])
----------------------------------------------------------------------
Date: Mon, 07 Sep 2020 08:40:08 -0000
From: "Grace Stefan" <[email protected]>
Subject: International B2B Marketplace
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"
Exporthub is an international b2b marketplace catering to thousands of globally
active manufacturers & suppliers from all industries with its safest trade
services. https://www.exporthub.com/
Exporthub is dedicated to making international trading more comfortable than
ever. Our team of experts is keen to provide all global buyers and suppliers
with tools to help them succeed in their particular industry. Our range of
services allows suppliers to connect with buyers worldwide for their products.
As a B2B trade portal, we provide a B2B platform that lets all American,
Indian, African, and Chinese B2B site to enhance their network and connect with
businesses across their borders.
------------------------------
Date: Mon, 7 Sep 2020 15:34:37 -0500
From: KeithG <[email protected]>
Subject: Re: ipv6 test web page down
To: Daniel Wagner <[email protected]>
Cc: Michael Sweet <[email protected]>, [email protected]
Message-ID:
<CAG17S_MEHJyAqch1oeHPugeLUBohnyqLWTRsV2v=utk4rmk...@mail.gmail.com>
Content-Type: multipart/alternative;
boundary="000000000000575c2405aebf2694"
--000000000000575c2405aebf2694
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
I have disabled the check, but the IPv6 check worked for a while and now it
does not. I get the messages in the journal
:
connmand[262]: Failed to find URL:http://ipv6.connman.net/online/status.htm=
l
It is weird. ipv4 always works, but ipv6 worked for a while now it is not
working any more.
If I ping it, I get no response. Curl can find both of them:
root@livingrune(rw):~# curl http://ipv4.connman.net/online/status.html
<html>
<head>
</head>
<body>
</body>
</html>
root@livingrune(rw):~# curl http://ipv6.connman.net/online/status.html
<html>
<head>
</head>
<body>
</body>
</html>
ping and wget fail:
root@livingrune(rw):~# wget http://ipv4.connman.net/online/status.html
--2020-09-07 15:28:31-- http://ipv4.connman.net/online/status.html
Resolving ipv4.connman.net (ipv4.connman.net)... 212.227.81.55
Connecting to ipv4.connman.net (ipv4.connman.net)|212.227.81.55|:80...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 45 [text/html]
Saving to: =E2=80=98status.html.2=E2=80=99
status.html.2
100%[=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D>] 45 --.-KB/s
in 0s
2020-09-07 15:28:31 (652 KB/s) - =E2=80=98status.html.2=E2=80=99 saved [45/=
45]
root@livingrune(rw):~# wget http://ipv6.connman.net/online/status.html
--2020-09-07 15:28:37-- http://ipv6.connman.net/online/status.html
Resolving ipv6.connman.net (ipv6.connman.net)...
2001:8d8:8b4:c861:5826:fa5f:6690:0, 87.106.208.187
Connecting to ipv6.connman.net
(ipv6.connman.net)|2001:8d8:8b4:c861:5826:fa5f:6690:0|:80...
^C
root@livingrune(rw):~# ping ipv4.connman.net
PING ipv4.connman.net (212.227.81.55) 56(84) bytes of data.
64 bytes from ipv4.connman.net (212.227.81.55): icmp_seq=3D1 ttl=3D54 time=
=3D119
ms
64 bytes from ipv4.connman.net (212.227.81.55): icmp_seq=3D2 ttl=3D54 time=
=3D121
ms
64 bytes from ipv4.connman.net (212.227.81.55): icmp_seq=3D3 ttl=3D54 time=
=3D121
ms
^C
--- ipv4.connman.net ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2010ms
rtt min/avg/max/mdev =3D 119.466/120.308/120.770/0.596 ms
root@livingrune(rw):~# ping -6 ipv6.connman.net
PING ipv6.connman.net(connman.com (2001:8d8:8b4:c861:5826:fa5f:6690:0)) 56
data bytes
^C
--- ipv6.connman.net ping statistics ---
17 packets transmitted, 0 received, 100% packet loss, time 16660ms
dig seens to be able to find both the ipv4 and ipv6 records:
root@livingrune(rw):~# dig ipv6.connman.net A
; <<>> DiG 9.16.6 <<>> ipv6.connman.net A
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20959
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;ipv6.connman.net. IN A
;; ANSWER SECTION:
ipv6.connman.net. 7 IN A 87.106.208.187
;; Query time: 0 msec
;; SERVER: 192.168.2.3#53(192.168.2.3)
;; WHEN: Mon Sep 07 15:32:39 CDT 2020
;; MSG SIZE rcvd: 61
root@livingrune(rw):~# dig ipv6.connman.net AAAA
; <<>> DiG 9.16.6 <<>> ipv6.connman.net AAAA
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44189
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;ipv6.connman.net. IN AAAA
;; ANSWER SECTION:
ipv6.connman.net. 12 IN AAAA
2001:8d8:8b4:c861:5826:fa5f:6690:0
;; Query time: 0 msec
;; SERVER: 192.168.2.3#53(192.168.2.3)
;; WHEN: Mon Sep 07 15:32:43 CDT 2020
;; MSG SIZE rcvd: 73
I do not know what is going on as this is way out of my depth, but it seems
like something is not set quite right on the server end.
On Thu, Jul 30, 2020 at 12:58 AM Daniel Wagner <[email protected]> wrote:
> Hi,
>
> On Wed, Jul 29, 2020 at 12:15:36PM -0400, Michael Sweet wrote:
> > FWIW, my local testing configuration has the online checking disabled,
> > since none of the AirPrint code needs it and it might potentially
> > interfere with the BCT tests...
>
> If you don't need rely on ConnMan reporting the ONLINE state, it's
> properly better to disable online test. The online test has one big draw
> back, it's a one shot. That means there is never a ONLINE -> READY state
> transition. We cannot add this at this point as it would be a big API
> break. One way to fix this, is to add a feature to disable if needed.
>
> > > Thanks for forwarding this, This seems to have been fixed in the last
> couple days. I still find it strange that the ipv6.connman.net has an
> ipv6 *and* an ipv4 address.
> > > Name: ipv6.connman.net
> > > Address: 87.106.208.187
> > > Name: ipv6.connman.net
> > > Address: 2001:8d8:8b4:c861:5826:fa5f:6690:0
>
> TBH, I don't know the server side code. But I suspect it just returns all
> addresses for the interface it receives the request.
>
> > > Regardless, I no longer get the:
> > > connmand[267]: Failed to find
> > > URL:http://ipv6.connman.net/online/status.html
>
> I can't really debug this, currently no IPv6 setup here. IIRC, the was a
> complaint on the mailing list about this. Maybe the server is not
> working anymore. I'll ask Marcel (he runs the servers) if he could check
> if all is up and running.
>
> > > in my logs and we will see if it has any effect on the reconnection
> > > and 'online' testing that connman does.
>
> If you don't need the ONLINE state, I suggest to disable the online
> check feature.
>
> Thanks,
> Daniel
>
--000000000000575c2405aebf2694
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr"><div>I have disabled the check, but the IPv6 check worked =
for a while and now it does not. I get the messages in the journal <br></di=
v><div>:</div><div>connmand[262]: Failed to find URL:<a href=3D"http://ipv6=
.connman.net/online/status.html">http://ipv6.connman.net/online/status.html=
</a></div><div><br></div><div>It is weird. ipv4 always works, but ipv6 work=
ed for a while now it is not working any more. <br></div><div><br></div><di=
v>If I ping it, I get no response. Curl can find both of them:</div><div>ro=
ot@livingrune(rw):~# curl <a href=3D"http://ipv4.connman.net/online/status.=
html">http://ipv4.connman.net/online/status.html</a><br><html><br><=
;head><br></head><br><body><br></body><br></html>=
;<br>root@livingrune(rw):~# curl <a href=3D"http://ipv6.connman.net/online/=
status.html">http://ipv6.connman.net/online/status.html</a><br><html>=
<br><head><br></head><br><body><br></body><br></=
html></div><div>ping and wget fail:</div><div><br>root@livingrune(rw):~#=
wget <a href=3D"http://ipv4.connman.net/online/status.html">http://ipv4.co=
nnman.net/online/status.html</a><br>--2020-09-07 15:28:31-- =C2=A0<a href=
=3D"http://ipv4.connman.net/online/status.html">http://ipv4.connman.net/onl=
ine/status.html</a><br>Resolving <a href=3D"http://ipv4.connman.net">ipv4.c=
onnman.net</a> (<a href=3D"http://ipv4.connman.net">ipv4.connman.net</a>)..=
. 212.227.81.55<br>Connecting to <a href=3D"http://ipv4.connman.net">ipv4.c=
onnman.net</a> (<a href=3D"http://ipv4.connman.net">ipv4.connman.net</a>)|2=
12.227.81.55|:80... connected.<br>HTTP request sent, awaiting response... 2=
00 OK<br>Length: 45 [text/html]<br>Saving to: =E2=80=98status.html.2=E2=80=
=99<br><br>status.html.2 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 100%[=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D>] =C2=A0 =C2=A0 =C2=A045 =C2=A0--.-KB/s =C2=A0 =C2=A0in 0s<br>=
<br>2020-09-07 15:28:31 (652 KB/s) - =E2=80=98status.html.2=E2=80=99 saved =
[45/45]<br><br>root@livingrune(rw):~# wget <a href=3D"http://ipv6.connman.n=
et/online/status.html">http://ipv6.connman.net/online/status.html</a><br>--=
2020-09-07 15:28:37-- =C2=A0<a href=3D"http://ipv6.connman.net/online/statu=
s.html">http://ipv6.connman.net/online/status.html</a><br>Resolving <a href=
=3D"http://ipv6.connman.net">ipv6.connman.net</a> (<a href=3D"http://ipv6.c=
onnman.net">ipv6.connman.net</a>)... 2001:8d8:8b4:c861:5826:fa5f:6690:0, 87=
.106.208.187<br>Connecting to <a href=3D"http://ipv6.connman.net">ipv6.conn=
man.net</a> (<a href=3D"http://ipv6.connman.net">ipv6.connman.net</a>)|2001=
:8d8:8b4:c861:5826:fa5f:6690:0|:80... ^C</div><div><br></div><div>root@livi=
ngrune(rw):~# ping <a href=3D"http://ipv4.connman.net">ipv4.connman.net</a>=
<br>PING <a href=3D"http://ipv4.connman.net">ipv4.connman.net</a> (212.227.=
81.55) 56(84) bytes of data.<br>64 bytes from <a href=3D"http://ipv4.connma=
n.net">ipv4.connman.net</a> (212.227.81.55): icmp_seq=3D1 ttl=3D54 time=3D1=
19 ms<br>64 bytes from <a href=3D"http://ipv4.connman.net">ipv4.connman.net=
</a> (212.227.81.55): icmp_seq=3D2 ttl=3D54 time=3D121 ms<br>64 bytes from =
<a href=3D"http://ipv4.connman.net">ipv4.connman.net</a> (212.227.81.55): i=
cmp_seq=3D3 ttl=3D54 time=3D121 ms<br>^C<br>--- <a href=3D"http://ipv4.conn=
man.net">ipv4.connman.net</a> ping statistics ---<br>3 packets transmitted,=
3 received, 0% packet loss, time 2010ms<br>rtt min/avg/max/mdev =3D 119.46=
6/120.308/120.770/0.596 ms<br>root@livingrune(rw):~# ping -6 <a href=3D"htt=
p://ipv6.connman.net">ipv6.connman.net</a><br>PING <a href=3D"http://ipv6.c=
onnman.net">ipv6.connman.net</a>(<a href=3D"http://connman.com">connman.com=
</a> (2001:8d8:8b4:c861:5826:fa5f:6690:0)) 56 data bytes<br>^C<br>--- <a hr=
ef=3D"http://ipv6.connman.net">ipv6.connman.net</a> ping statistics ---<br>=
17 packets transmitted, 0 received, 100% packet loss, time 16660ms<br><br><=
/div><div>dig seens to be able to find both the ipv4 and ipv6 records:</div=
><div>root@livingrune(rw):~# dig <a href=3D"http://ipv6.connman.net">ipv6.c=
onnman.net</a> A<br><br>; <<>> DiG 9.16.6 <<>> <a h=
ref=3D"http://ipv6.connman.net">ipv6.connman.net</a> A<br>;; global options=
: +cmd<br>;; Got answer:<br>;; ->>HEADER<<- opcode: QUERY, stat=
us: NOERROR, id: 20959<br>;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORIT=
Y: 0, ADDITIONAL: 1<br><br>;; OPT PSEUDOSECTION:<br>; EDNS: version: 0, fla=
gs:; udp: 4096<br>;; QUESTION SECTION:<br>;<a href=3D"http://ipv6.connman.n=
et">ipv6.connman.net</a>. =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0I=
N =C2=A0 =C2=A0 =C2=A0A<br><br>;; ANSWER SECTION:<br><a href=3D"http://ipv6=
.connman.net">ipv6.connman.net</a>. =C2=A0 =C2=A0 =C2=A0 7 =C2=A0 =C2=A0 =
=C2=A0 IN =C2=A0 =C2=A0 =C2=A0A =C2=A0 =C2=A0 =C2=A0 87.106.208.187<br><br>=
;; Query time: 0 msec<br>;; SERVER: 192.168.2.3#53(192.168.2.3)<br>;; WHEN:=
Mon Sep 07 15:32:39 CDT 2020<br>;; MSG SIZE =C2=A0rcvd: 61<br><br>root@liv=
ingrune(rw):~# dig <a href=3D"http://ipv6.connman.net">ipv6.connman.net</a>=
AAAA<br><br>; <<>> DiG 9.16.6 <<>> <a href=3D"http=
://ipv6.connman.net">ipv6.connman.net</a> AAAA<br>;; global options: +cmd<b=
r>;; Got answer:<br>;; ->>HEADER<<- opcode: QUERY, status: NOER=
ROR, id: 44189<br>;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, AD=
DITIONAL: 1<br><br>;; OPT PSEUDOSECTION:<br>; EDNS: version: 0, flags:; udp=
: 4096<br>;; QUESTION SECTION:<br>;<a href=3D"http://ipv6.connman.net">ipv6=
.connman.net</a>. =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0IN =C2=A0=
=C2=A0 =C2=A0AAAA<br><br>;; ANSWER SECTION:<br><a href=3D"http://ipv6.conn=
man.net">ipv6.connman.net</a>. =C2=A0 =C2=A0 =C2=A0 12 =C2=A0 =C2=A0 =C2=A0=
IN =C2=A0 =C2=A0 =C2=A0AAAA =C2=A0 =C2=A02001:8d8:8b4:c861:5826:fa5f:6690:0=
<br><br>;; Query time: 0 msec<br>;; SERVER: 192.168.2.3#53(192.168.2.3)<br>=
;; WHEN: Mon Sep 07 15:32:43 CDT 2020<br>;; MSG SIZE =C2=A0rcvd: 73</div><d=
iv><br></div><div>I do not know what is going on as this is way out of my d=
epth, but it seems like something is not set quite right on the server end.=
<br></div><div><br></div><div><br></div><div><br></div></div><br><div clas=
s=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Thu, Jul 30, 202=
0 at 12:58 AM Daniel Wagner <<a href=3D"mailto:[email protected]">wagi@mono=
m.org</a>> wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"ma=
rgin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:=
1ex">Hi,<br>
<br>
On Wed, Jul 29, 2020 at 12:15:36PM -0400, Michael Sweet wrote:<br>
> FWIW, my local testing configuration has the online checking disabled,=
<br>
> since none of the AirPrint code needs it and it might potentially<br>
> interfere with the BCT tests...<br>
<br>
If you don't need rely on ConnMan reporting the ONLINE state, it's<=
br>
properly better to disable online test. The online test has one big draw<br=
>
back, it's a one shot. That means there is never a ONLINE -> READY s=
tate<br>
transition. We cannot add this at this point as it would be a big API<br>
break. One way to fix this, is to add a feature to disable if needed.<br>
<br>
> > Thanks for forwarding this, This seems to have been fixed in the =
last couple days. I still find it strange that the <a href=3D"http://ipv6.c=
onnman.net" rel=3D"noreferrer" target=3D"_blank">ipv6.connman.net</a> has a=
n ipv6 *and* an ipv4 address.<br>
> > Name:=C2=A0 =C2=A0<a href=3D"http://ipv6.connman.net" rel=3D"nore=
ferrer" target=3D"_blank">ipv6.connman.net</a><br>
> > Address: 87.106.208.187<br>
> > Name:=C2=A0 =C2=A0<a href=3D"http://ipv6.connman.net" rel=3D"nore=
ferrer" target=3D"_blank">ipv6.connman.net</a><br>
> > Address: 2001:8d8:8b4:c861:5826:fa5f:6690:0<br>
<br>
TBH, I don't know the server side code. But I suspect it just returns a=
ll<br>
addresses for the interface it receives the request.<br>
<br>
> > Regardless, I no longer get the:<br>
> > connmand[267]: Failed to find<br>
> > URL:<a href=3D"http://ipv6.connman.net/online/status.html" rel=3D=
"noreferrer" target=3D"_blank">http://ipv6.connman.net/online/status.html</=
a><br>
<br>
I can't really debug this, currently no IPv6 setup here. IIRC, the was =
a<br>
complaint on the mailing list about this. Maybe the server is not<br>
working anymore. I'll ask Marcel (he runs the servers) if he could chec=
k<br>
if all is up and running.<br>
<br>
> > in my logs and we will see if it has any effect on the reconnecti=
on<br>
> > and 'online' testing that connman does.<br>
<br>
If you don't need the ONLINE state, I suggest to disable the online<br>
check feature.<br>
<br>
Thanks,<br>
Daniel<br>
</blockquote></div>
--000000000000575c2405aebf2694--
------------------------------
Date: Tue, 08 Sep 2020 05:53:08 -0000
From: [email protected]
Subject: writing a college essay
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"
We are a well-known name in terms of assignment writing services. Since we are
working with a skilled and dedicated team, we provide only the best assignment
or homework help to the students across the world. We launched our company with
the only aim it is to help the students anyhow. Every student busy with regular
academic chores and carry a very hectic schedule.
https://www.allassignmenthelp.com/pay-someone-to-do-assignment.html
------------------------------
Subject: Digest Footer
_______________________________________________
connman mailing list -- [email protected]
To unsubscribe send an email to [email protected]
------------------------------
End of connman Digest, Vol 59, Issue 6
**************************************