Re: [DNG] netman: support for wlan1, wlan2, ... and eth1, eth2, .... and new systemd's naming scheme

2015-09-30 Thread ibid . ag
On Wed, Sep 30, 2015 at 09:09:52PM +0200, Edward Bartolo wrote: > Hi All, > > My next coding task is to implement support for other network devices > besides eth0 and wlan0. > > Since supporting other network devices essentially is including the > new device names in the essid interfaces file, I

Re: [DNG] netman: support for wlan1, wlan2, ... and eth1, eth2, .... and new systemd's naming scheme

2015-09-30 Thread Hendrik Boom
On Wed, Sep 30, 2015 at 09:09:52PM +0200, Edward Bartolo wrote: > Hi All, > > My next coding task is to implement support for other network devices > besides eth0 and wlan0. > > Since supporting other network devices essentially is including the > new device names in the essid interfaces file, I

Re: [DNG] netman: support for wlan1, wlan2, ... and eth1, eth2, .... and new systemd's naming scheme

2015-09-30 Thread Edward Bartolo
I found I can write to /run which is a memory filesystem (tmpfs). I will use it to first swap the default network interface referenced in an essid file and then use it to connect or disconnect. Problem looks to be solved. Edward On 30/09/2015, Edward Bartolo wrote: > Hi All, > > Besides using a

Re: [DNG] netman: support for wlan1, wlan2, ... and eth1, eth2, .... and new systemd's naming scheme

2015-09-30 Thread Edward Bartolo
Hi All, Besides using a hook I can use copy the essid/interfaces file being used to another temporary location, substituting the default network interface reference in the file with the network device being used to connect or disconnect. However, this writes to disk every time ifup and ifdown is u

Re: [DNG] netman: support for wlan1, wlan2, ... and eth1, eth2, .... and new systemd's naming scheme

2015-09-30 Thread Edward Bartolo
Hi All, My next coding task is to implement support for other network devices besides eth0 and wlan0. Since supporting other network devices essentially is including the new device names in the essid interfaces file, I am thinking of whether it is possible to hook the system file reader function

Re: [DNG] New mirror of Devuan 100% free

2015-09-30 Thread aitor_czr
Files can also be transferred between two remote systems via ssh. So, one of them can be only a data hosting. Aitor. On 30/09/15 15:06, aitor_czr wrote: Hi, Tilt, A copy of the directory should work, but if you want to keep it up-to-date, then it requires actively running (e.g. a dedicated

Re: [DNG] report: upgrade Debian Wheezy to Devuan Jessie

2015-09-30 Thread Udo Hennig
I find out that the problem appear only if I use a apt-cacher-ng server in source.list. Without there are now problems. Udo Hennig Am 29.09.2015 um 15:48 schrieb Rob Owens: > If you're still having this problem, please post your /etc/apt/sources.list > > - Original Message - >> From: "Ud

Re: [DNG] What can I do after netman?

2015-09-30 Thread Edward Bartolo
Hi fsmithred, I implemented optional use of a systray icon. Use the --no-tray-icon parameter. I will test and review the code changes and upload to the repository. Edward On 30/09/2015, Edward Bartolo wrote: > Hi Svante, > > I am using block capitals only for headings as there is no other way

Re: [DNG] live-build

2015-09-30 Thread aitor_czr
I used this mirror au.mirror.devuan.org with no issues. Aitor. Note: without wishing to give offence, the host system of the chroot jail should be devuan, and not debian. On 29/09/15 22:11, Ozi Traveller wrote: Hi Aitor. I ran the following and I'm

Re: [DNG] New mirror of Devuan 100% free

2015-09-30 Thread aitor_czr
Hi, Tilt, A copy of the directory should work, but if you want to keep it up-to-date, then it requires actively running (e.g. a dedicated server). The repository can be updated localyand then the changes can be uploaded to de server, of course, but it requires a mantainer. Cheers, Aitor. O

Re: [DNG] What can I do after netman?

2015-09-30 Thread Edward Bartolo
Hi Svante, I am using block capitals only for headings as there is no other way to properly differentiate between a heading and other text. Rich text formatting is not supported. That would require using more libraries and probably would include other dependencies. I will try to implement the oth

[DNG] Colorization command : hl (HighLight)

2015-09-30 Thread Martial Bornet
Hi everyone, since I needed a command to colorize text files and commands output, and I couldn't find anywhere the command I needed, I decided to write one. If you are interested in it, you can download the source files from : https://github.com/mbornet-hl/hl . You can use up to 42 colors in TTY

Re: [DNG] What can I do after netman?

2015-09-30 Thread Svante Signell
On Wed, 2015-09-30 at 08:40 +0200, Edward Bartolo wrote: > Screenshot showing main GUI and dialog. > http://s1.postimg.org/94xipt3qn/2015_09_30_083837_1600x900_scrot.png Hi Edward, some small comments: - The Network Manager display lists available interfaces, and shows that you are connected: But