On Thu, Aug 27, 2015 at 10:29:31AM +0200, Didier Kryn wrote:
> Le 25/08/2015 03:40, Isaac Dunham a ??crit :
> >For your perusal, here's an overview of how they work together; it's a 100+
> >line summary.
> >If anyone wants more details, here are some sources:
> >Manual pages:
> >interfaces(5), wpa_
On 08/27/2015 08:47 PM, Steve Litt wrote:
> On Thu, 27 Aug 2015 19:23:43 -0400
> fsmithred wrote:
>
>> On 08/27/2015 09:38 AM, Steve Litt wrote:
>>>
>>> Where can I find and download the latest Devuan capable of being
>>> run on Qemu (I assume this means an ISO, unless someone knows
>>> another w
On Thu, 8/27/15, Steve Litt wrote:
> Subject: Re: [DNG] Where to find the latest Devuan that runs under Qemu?
> To: dng@lists.dyne.org
> Date: Thursday, August 27, 2015, 7:47 PM
>
> Another interest: Where can I find an up-to-date alpha2-amd64 netinstall ISO?
>
On Thu, 27 Aug 2015 19:23:43 -0400
fsmithred wrote:
> On 08/27/2015 09:38 AM, Steve Litt wrote:
> >
> > Where can I find and download the latest Devuan capable of being
> > run on Qemu (I assume this means an ISO, unless someone knows
> > another way to do it).
> >
>
> If you mean live-ISO, I
On Thu, 8/27/15, fsmithred wrote:
Subject: Re: [DNG] Where to find the latest Devuan that runs under Qemu?
To: dng@lists.dyne.org
Date: Thursday, August 27, 2015, 6:23 PM
On 08/27/2015 09:38 AM,
Steve Litt wrote:
>
>
On 08/27/2015 09:38 AM, Steve Litt wrote:
>>
>> Where can I find and d
On 08/27/2015 09:38 AM, Steve Litt wrote:
>
> Where can I find and download the latest Devuan capable of being run on
> Qemu (I assume this means an ISO, unless someone knows another way to
> do it).
>
If you mean live-ISO, I made one today from an up-to-date alpha2-amd64
netinstall installation
Also successfully detected multiple simultaneously active connections
from Lazarus code. The next step will be to implement network
connection identification in C code.
After that, I will do my next commit to git.devuan.org
Automatic searching for Wifi hotspots probably will need a separate
thre
It worked.
Now, I must find a way to determine whether we can communicate with a
router. Found that also.
"ip a | grep wlan0"
With wifi switched on and connection active: state UP
With wifi turned off and connection still active: state DOWN
That is what I need.
Edward
On 27/08/2015, Steve Li
On Thu, 27 Aug 2015 15:40:49 +0100
Edward Bartolo wrote:
> I added another function to core_functions.c. It attempts to connect
> to eth0 but for some weird reason, probably a bug not from our part,
> it is failing.
>
> The function is: int connectWired(const char ethx)
>
> And the error is: (
Usage:
execl(full_pathname, runas, arg1, arg2, ..., NULL)
in this case:
full_pathname = /bin/ifup
runas = ifup
arg1 = eth0
Regards,
T.
Am 27. August 2015 16:40:49 MESZ, schrieb Edward Bartolo :
>I added another function to core_functions.c. It attempts to connect
>to eth0 but for some weird re
Hi Jude,
next time before I hit "send" I check for new mails first! :)
Best regards,
T.
On 08/27/2015 04:52 PM, Jude Nelson wrote:> /dev/bus/usb/* are USB
devices, organized by the kernel-assigned USB bus
> number and USB device number (i.e.
> /dev/bus/usb/$USB_BUS_ID/$USB_DEVICE_ID). This i
Hi Steve,
On 08/27/2015 03:43 PM, Steve Litt wrote:
Hi all,
What's /dev/bus/usb? On Wheezy, this is where you must aim your
inotifywait command to detect insertion and removal of flash drives.
As I understand it, it is a concatenation from the dev directory
root (which is /dev) and a "syspath
/dev/bus/usb/* are USB devices, organized by the kernel-assigned USB bus
number and USB device number (i.e.
/dev/bus/usb/$USB_BUS_ID/$USB_DEVICE_ID). This includes not only USB
devices like mice and Web cameras, but also USB hubs and controllers.
Vdev creates the /dev/bus/usb/* device files as we
I added another function to core_functions.c. It attempts to connect
to eth0 but for some weird reason, probably a bug not from our part,
it is failing.
The function is: int connectWired(const char ethx)
And the error is: (passed command to execl is "ifup eth0")
"This command should be called as
On 08/26/2015 01:08 PM, Go Linux wrote:
> On Wed, 8/26/15, Steve Litt wrote:
>
> Subject: Re: [DNG] automount Was: Re: A better default windows manager
> To: dng@lists.dyne.org
> Date: Wednesday, August 26, 2015, 11:31 AM
>
> On Wed, 26 Aug 2015
> 12:58:14 +0200
> Svante Signell
> wrot
On 27/08/15 15:09, Steve Litt wrote:
On Wed, 26 Aug 2015 12:58:14 +0200
Svante Signell wrote:
On Tue, 2015-08-25 at 17:29 +0200, Joerg Reisenweber wrote:
On Sun 26 July 2015 23:18:58 Steve Litt wrote:
You can roll your own automount with one day's work using
inotify-wait, dmesg, sudo, lsblk,
On Wed, 26 Aug 2015 12:58:14 +0200
Svante Signell wrote:
> On Tue, 2015-08-25 at 17:29 +0200, Joerg Reisenweber wrote:
> > On Sun 26 July 2015 23:18:58 Steve Litt wrote:
> > > You can roll your own automount with one day's work using
> > > inotify-wait, dmesg, sudo, lsblk, and the mount command.
Hi all,
What's /dev/bus/usb? On Wheezy, this is where you must aim your
inotifywait command to detect insertion and removal of flash drives.
Is /dev/bus/usb used on Devuan?
Is /dev/bus/usb a udev thang, and if so, does vdev continue the
tradition?
Thanks,
SteveT
Steve Litt
August 2015 featur
Hi all,
I know this was asked and answered once before, but 1/2 hour of
searching my archives couldn't find it.
Where can I find and download the latest Devuan capable of being run on
Qemu (I assume this means an ISO, unless someone knows another way to
do it).
Thanks,
SteveT
Steve Litt
Augus
On Tue, Aug 25, 2015 at 10:34:42PM +0200, k...@aspodata.se wrote:
> Jaromil:
> > we haven't yet worked on the mirroring mechanism, but we will
> >
> > once done, there will be a script and it will be easy
> > I guess it will be a sort of amprolla satellite process
> > so that the mirror redirectio
There are no infinite loops in the backend, therefore it will do what
it is requested and terminate. The backend is run every time the
frontend needs the former's services. On every call, the backend
terminates, otherwise we would need some form of messaging between
applications, and probably, fall
On Thu, 27 Aug 2015 08:14:39 +0100
Edward Bartolo wrote:
> I don't think it is necessary to daemonise the backend as connection
> to and disconnecting from a network is not something that is done
> continuously.
Unless you're walking down the street in the business district, with
wifi stations
Nevermind, I spotted the idiocy I was doing, trying to use a system
error type for a custom error! The solution is to declare an error
constant and display a error description.
Edward
On 27/08/2015, Edward Bartolo wrote:
> Oooops, forgot the attachment! Here it is.
>
> On 27/08/2015, Edward Bar
Oooops, forgot the attachment! Here it is.
On 27/08/2015, Edward Bartolo wrote:
> I am trying to write a C function to start the wired network
> interfaces eth0, eth1 up to eth2. This is how I wrote it, but I would
> like your opinion about it especially where I should declare err.
>
> The attac
I am trying to write a C function to start the wired network
interfaces eth0, eth1 up to eth2. This is how I wrote it, but I would
like your opinion about it especially where I should declare err.
The attachment is best viewed with medit with a tab space of 2.
On 27/08/2015, Edward Bartolo wrot
Replacing the kernel is very easy. The problem is in debian-installer.
We need to add all the modules in it, and it is a titanic work
(exaggerating :-).
But it is possible.
Mmmmh..., there must be a consensus about this issue in VUA's for
official images.
Aitor.
On 26/08/15 17:55, Haines B
Le 25/08/2015 03:40, Isaac Dunham a écrit :
For your perusal, here's an overview of how they work together; it's a 100+
line summary.
If anyone wants more details, here are some sources:
Manual pages:
interfaces(5), wpa_supplicant.conf(5), wpa_supplicant(8), wpa_cli(8),
wpa_action(8).
Scripts:
/s
I don't think it is necessary to daemonise the backend as connection
to and disconnecting from a network is not something that is done
continuously. Therefore, in my humble opinion, running the backend on
request seems to be the best approach. This also avoids additional
complexity of requiring a d
28 matches
Mail list logo