what is File /proc/net/pnp doesn't exist means?
by 1351706412@qq.com
hi all,
thanks for your reply and i want to ask a question about the error
"get_nfs_server_ip:File /proc/net/pnp doesn't exist?"
what pnp files matters? is that hot plug boot? how to user it?
how is pnp function relate to nfs? i am so confused?
1351706412(a)qq.com
From: 1351706412(a)qq.com
Date: 2018-03-14 16:57
To: connman
CC: wagi(a)monom.org; Vavrychuk
Subject: where is IWD project?
hi all,
i want to know about iwd project, and i search the project on google, buf only
to find nothing. where can i find any introduces about that?
and i find some explations in README of connman,
"--enable-iwd
Enable support for Wireless daemon for Linux
The IWD project does not have initial release so far,
therefore by default IWD support is not enabled.
It is safe to enable this option along WiFi support.
"
but what is exactually IWD project? any one can help?
Thanks
1351706412(a)qq.com
4 years, 4 months
How are WIFI and iwd kept apart?
by Andreas Koller
They share all types (SERVICE_TYPE, DEVICE_TYPE and SERVICE_TYPE) -
how does connman know, that a particular device is iwd and not WIFI,
so it should call the iwd and not the WIFI probe functions?
4 years, 5 months
re: Is there a way to store static IP configuration without editing config files?
by Andreas Koller
Ok, manually editing
/var/lib/connman/ethernet_MAC_cable/settings
neither is the way to go.
As far as I understand, I would need a .conf file under /var/lib/connman/
to store settings permanently.
This would create a "provisioned service",
but as stated in https://git.kernel.org/pub/scm/network/connman/connman.git/tree/doc/servi...,
it's not possible to use SetProperty for provisioned services.
Since connman never updated /var/lib/connman/ethernet_MAC_cable/settings,
I also tried to delete the directory /var/lib/connman/ethernet_MAC_cable (after stopping connman service).
The situation right now is, that eth0 is up, configurable by connmanctl,
but the directory /var/lib/connman/ethernet_MAC_cable is missing
and after reboot, the configuration is dhcp again.
So what would be needed for having a static IP for eth0 persistently?
Under what circumstances does connman create those config files
under /var/lib/connman/ and how can it be forced (if possible)?
4 years, 5 months
Re: where is IWD project?
by Daniel Wagner
Hi,
On 03/14/2018 09:57 AM, 1351706412(a)qq.com wrote:
> hi all,
> i want to know about iwd project, and i search the project on
> google, buf only
> to find nothing. where can i find any introduces about that?
> and i find some explations in README of connman,
> "--enable-iwd
> Enable support for Wireless daemon for Linux
> The IWD project does not have initial release so far,
> therefore by default IWD support is not enabled.
> It is safe to enable this option along WiFi support.
> "
> but what is exactually IWD project? any one can help?
https://git.kernel.org/pub/scm/network/wireless/iwd.git/about/
HTH!
Daniel
4 years, 5 months
Re: where is IWD project?
by Maxin B. John
Hi,
On Wed, Mar 14, 2018 at 04:57:27PM +0800, 1351706412(a)qq.com wrote:
>hi all,
>i want to know about iwd project, and i search the project on google, buf only
>to find nothing. where can i find any introduces about that?
AFAIK, please refer this:
https://git.kernel.org/pub/scm/network/wireless/iwd.git/tree/README
> and i find some explations in README of connman,
> "--enable-iwd
> Enable support for Wireless daemon for Linux
> The IWD project does not have initial release so far,
> therefore by default IWD support is not enabled.
> It is safe to enable this option along WiFi support.
> "
>but what is exactually IWD project? any one can help?
>Thanks
IWD project had an initial release (Release 0.1) on 2018-02-10:
https://git.kernel.org/pub/scm/network/wireless/iwd.git/commit/?id=9b1aaf...
Probably makes sense to update README to reflect it.
Best Regards,
Maxin
4 years, 5 months
where is IWD project?
by 1351706412@qq.com
hi all,
i want to know about iwd project, and i search the project on google, buf only
to find nothing. where can i find any introduces about that?
and i find some explations in README of connman,
"--enable-iwd
Enable support for Wireless daemon for Linux
The IWD project does not have initial release so far,
therefore by default IWD support is not enabled.
It is safe to enable this option along WiFi support.
"
but what is exactually IWD project? any one can help?
Thanks
1351706412(a)qq.com
4 years, 5 months
DBus Signal for Address Conflict Detection
by Christian Spielberger
Hello,
I am currently working on address conflict detection. (Code will follow soon.)
One task is to add a notification to application or user. Maybe a dbus signal
would be an adequate form of notification for other processes, right?
Maybe like connman_dbus_property_changed_basic in service.c?
regards,
chris.
4 years, 5 months
Inconsistent IP pool management (start not found)
by Vasyl Vavrychuk
Hi, Daniel,
I am getting "Inconsistent IP pool management (start not found)" on
every Wi-Fi P2P disconnect.
Connman side is master of this connection. Other side is Android that
first connects to connman. And after that disconnect is also issued
from Android side.
Upon disconnect IP pool corresponding to P2P in connman is deleted due to:
__connman_ippool_unref_debug < stop_dhcp_server <
connman_peer_set_state(CONNMAN_PEER_STATE_DISCONNECT)
After that we get
__connman_ippool_deladdr < __connman_ipconfig_deladdr < process_deladdr
from which error print originate.
Not sure how bad is that but it is clearly not consistent with comment
/* In theory this should never happen */
connman_error("Inconsistent IP pool management (start not found)");
Kind regards,
Vasyl
4 years, 5 months
[PATCH] doc: Rephrase description of ConnMan's configuration file format
by Peter Meerwald
From: Peter Meerwald-Stadler <pmeerw(a)pmeerw.net>
Signed-off-by: Peter Meerwald-Stadler <pmeerw(a)pmeerw.net>
---
doc/connman-service.config.5.in | 3 +--
doc/connman-vpn-provider.config.5.in | 3 +--
doc/connman-vpn.conf.5.in | 3 +--
doc/connman.conf.5.in | 3 +--
4 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/doc/connman-service.config.5.in b/doc/connman-service.config.5.in
index 430c3394..eb63f225 100644
--- a/doc/connman-service.config.5.in
+++ b/doc/connman-service.config.5.in
@@ -18,8 +18,7 @@ eduroam, or for static IPs and so on. Each provisioning file can be
used for multiple services at once.
.SH "FILE FORMAT"
.P
-The configuration file format is key file format.
-It consists of sections (groups) of key-value pairs.
+The configuration file consists of sections (groups) of key-value pairs.
Lines beginning with a '#' and blank lines are considered comments.
Sections are started by a header line containing the section enclosed
in '[' and ']', and ended implicitly by the start of the next section
diff --git a/doc/connman-vpn-provider.config.5.in b/doc/connman-vpn-provider.config.5.in
index ef704352..51d547b3 100644
--- a/doc/connman-vpn-provider.config.5.in
+++ b/doc/connman-vpn-provider.config.5.in
@@ -17,8 +17,7 @@ must end with \fB.config\fP. Each VPN connection requires a provisioning
file, but multiple connections can be specified in the same file.
.SH "FILE FORMAT"
.P
-The configuration file format is key file format.
-It consists of sections (groups) of key-value pairs.
+The configuration file consists of sections (groups) of key-value pairs.
Lines beginning with a '#' and blank lines are considered comments.
Sections are started by a header line containing the section enclosed
in '[' and ']', and ended implicitly by the start of the next section
diff --git a/doc/connman-vpn.conf.5.in b/doc/connman-vpn.conf.5.in
index fcc4c692..20d30fcc 100644
--- a/doc/connman-vpn.conf.5.in
+++ b/doc/connman-vpn.conf.5.in
@@ -16,8 +16,7 @@ behavior. The location of the file may be changed through use of
the \fB\-\-config= \fRargument for \fBconnman-vpn\fP(8).
.SH "FILE FORMAT"
.P
-The configuration file format is key file format.
-It consists of sections (groups) of key-value pairs.
+The configuration file consists of sections (groups) of key-value pairs.
Lines beginning with a '#' and blank lines are considered comments.
Sections are started by a header line containing the section enclosed
in '[' and ']', and ended implicitly by the start of the next section
diff --git a/doc/connman.conf.5.in b/doc/connman.conf.5.in
index 12454093..1b3e0111 100644
--- a/doc/connman.conf.5.in
+++ b/doc/connman.conf.5.in
@@ -16,8 +16,7 @@ behavior. The location of the file may be changed through use of
the \fB\-\-config= \fRargument for \fBconnman\fP(8).
.SH "FILE FORMAT"
.P
-The configuration file format is key file format.
-It consists of sections (groups) of key-value pairs.
+The configuration file consists of sections (groups) of key-value pairs.
Lines beginning with a '#' and blank lines are considered comments.
Sections are started by a header line containing the section enclosed
in '[' and ']', and ended implicitly by the start of the next section
--
2.16.1
4 years, 5 months