Re: [DNG] libnetaid and simple-netaid-cdk released!

2020-11-13 Thread aitor

Hi,

On 28/9/20 8:31, aitor_czr wrote:


Hi again,

On 6/4/20 0:43, aitor_czr wrote:


Hi Mike,

On 4/5/20 8:20 PM, Mike Schmitz via Dng wrote:

One thing I ran into right away, and took me a few tries before I
figured it out; I needed to quote my passphrase, since it has spaces. It
might be good to do that in your call to wpa-passphrase. It shouldn't
have taken as many tries as it did, since I just went through it with a
script I am working on (I am bulding a plugin for awesomewm to do this).


I'll keep it in mind.


It also doesn't seem to store the passphrase anywhere, so the user would
still need to type it in every time.


The above issues have been fixed and the packages are available in:

deb http://packages.gnuinos.org/merged beowulf main
deb-src http://packages.gnuinos.org/merged beowulf main

Just install:

apt-get install libnetaid snetaid simple-netaid-cdk

You also need sudo and xterm, but you can choose another terminal
changing the exec entry in simple-netaid-cdk.desktop:

Exec=xterm -e "sudo simple-netaid-cdk"

to your needs.

Cheers,

Aitor.

Simple-netaid is installed by default in the core images of gnuinos and 
ready to use:


https://www.gnuinos.org/Beowulf/Gnuinos%20Core/ 



Cheers,

Aitor.



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] libnetaid and simple-netaid-cdk released!

2020-09-28 Thread aitor_czr

On 28/9/20 8:31, aitor_czr wrote:


The above issues have been fixed and the packages are available in:

deb http://packages.gnuinos.org/merged beowulf main
deb-src http://packages.gnuinos.org/merged beowulf main


You need gnuinos-keyring.

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] libnetaid and simple-netaid-cdk released!

2020-09-28 Thread aitor_czr

Hi again,

On 6/4/20 0:43, aitor_czr wrote:


Hi Mike,

On 4/5/20 8:20 PM, Mike Schmitz via Dng wrote:

One thing I ran into right away, and took me a few tries before I
figured it out; I needed to quote my passphrase, since it has spaces. It
might be good to do that in your call to wpa-passphrase. It shouldn't
have taken as many tries as it did, since I just went through it with a
script I am working on (I am bulding a plugin for awesomewm to do this).


I'll keep it in mind.


It also doesn't seem to store the passphrase anywhere, so the user would
still need to type it in every time.


The above issues have been fixed and the packages are available in:

deb http://packages.gnuinos.org/merged beowulf main
deb-src http://packages.gnuinos.org/merged beowulf main

Just install:

apt-get install libnetaid snetaid simple-netaid-cdk

You also need sudo and xterm, but you can choose another terminal
changing the exec entry in simple-netaid-cdk.desktop:

Exec=xterm -e "sudo simple-netaid-cdk"

to your needs.

Cheers,

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] libnetaid and simple-netaid-cdk released!

2020-04-05 Thread aitor_czr

Hi Mike,

On 4/5/20 8:20 PM, Mike Schmitz via Dng wrote:

One thing I ran into right away, and took me a few tries before I
figured it out; I needed to quote my passphrase, since it has spaces. It
might be good to do that in your call to wpa-passphrase. It shouldn't
have taken as many tries as it did, since I just went through it with a
script I am working on (I am bulding a plugin for awesomewm to do this).


I'll keep it in mind.


It also doesn't seem to store the passphrase anywhere, so the user would
still need to type it in every time.
Yes, i know... This is the first version for testing purposes. This 
feature will be
available in future versions of the CDK interface. Indeed, it's 
available in the

Gtk-2 frontend:

http://www.gnuinos.org/screenshots/screenshot_2.png

You can find more screenshots here:

http://www.gnuinos.org/screenshots/

Thanks a lot for your feedback!

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] libnetaid and simple-netaid-cdk released!

2020-04-05 Thread Mike Schmitz via Dng
On Sun, Apr 05, 2020 at 02:04:37PM +, aitor_czr wrote:
> Hi all,
> 
> Today i uploaded the first releases of libnetaid and simple-netaid-cdk.
> Here you are the packages:
> 
> http://gnuinos.org/simple-netaid-cdk/simple-netaid.tar.gz
> 
> Just install the packages appropriate to your architecture, add the
> following
> 
> lines to the /etc/network/interfaces files:
> 
> iface eth0 inet dhcp
> iface wlan0 inet dhcp
> 
> and run *simple-netaid-cdk* in the command line.

One thing I ran into right away, and took me a few tries before I
figured it out; I needed to quote my passphrase, since it has spaces. It
might be good to do that in your call to wpa-passphrase. It shouldn't
have taken as many tries as it did, since I just went through it with a
script I am working on (I am bulding a plugin for awesomewm to do this). 

It also doesn't seem to store the passphrase anywhere, so the user would
still need to type it in every time.



signature.asc
Description: PGP signature
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] libnetaid and simple-netaid-cdk released!

2020-04-05 Thread aitor_czr

Hi,

On 4/5/20 2:05 PM, aitor_czr wrote:


Hi again,

On 4/5/20 2:04 PM, aitor_czr wrote:


Hi all,

Today i uploaded the first releases of libnetaid and simple-netaid-cdk.
Here you are the packages:

http://gnuinos.org/simple-netaid-cdk/simple-netaid.tar.gz

Just install the packages appropriate to your architecture, add the 
following


lines to the /etc/network/interfaces files:

iface eth0 inet dhcp
iface wlan0 inet dhcp

and run *simple-netaid-cdk* in the command line.

Simple-netaid uses ifupdown instead of dhclient for network 
connections because
the first one, as opposed to dhclient, is also compatible with static 
ip addresses.

I'm i wrong at this point?

The Gtk2 packages will available soon. Recently I also started a 
frontend in Qt5 for the LxQt

desktop environment.

Cheers, and enjoy it... We need testers!

Aitor.


Tested on beowulf.


Some more remarks:

- You need to run it with root permissions (for most of the features, 
unless the "show details..." option).


- The "show details..." option will give you detailed information about 
the current status of the network connection,
including whether the cable is plugged or not. But, while the unplug 
event is detected immediately, the detection of
the plug event will take a few seconds (at least in my laptop). This 
feature works without the requirement of netplug/ifplugd,

and it'll be useful for the "automatically connect" option.

- In the case of open networks, you must leave the password field in 
blank. I was enable to test it because we are confined here (due to the 
covid-19).


- Shortly, simple-netaid will be compatible with  wifis.

- Simple-netaid will work even if eudev renames your network devices, 
being them quicked on the uptake.


- Internationalisation using xgettext and msginit are tasks ahead so far.

Cheers,

Aitor.



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] libnetaid and simple-netaid-cdk released!

2020-04-05 Thread aitor_czr


On 4/5/20 2:05 PM, aitor_czr wrote:

The Gtk2 packages will available soon.


... will *be* available...


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] libnetaid and simple-netaid-cdk released!

2020-04-05 Thread aitor_czr

Hi again,

On 4/5/20 2:04 PM, aitor_czr wrote:


Hi all,

Today i uploaded the first releases of libnetaid and simple-netaid-cdk.
Here you are the packages:

http://gnuinos.org/simple-netaid-cdk/simple-netaid.tar.gz

Just install the packages appropriate to your architecture, add the 
following


lines to the /etc/network/interfaces files:

iface eth0 inet dhcp
iface wlan0 inet dhcp

and run *simple-netaid-cdk* in the command line.

Simple-netaid uses ifupdown instead of dhclient for network 
connections because
the first one, as opposed to dhclient, is also compatible with static 
ip addresses.

I'm i wrong at this point?

The Gtk2 packages will available soon. Recently I also started a 
frontend in Qt5 for the LxQt

desktop environment.

Cheers, and enjoy it... We need testers!

Aitor.


Tested on beowulf.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng