Re: USB storage detachment / reattachment

2016-12-23 Thread Martijn Verschoor
Hi Norman, Josef, Thanks for your feedback and useful tips. It is clear to me now how to approach this. @all: happy holidays! Met vriendelijke groet / kind regards, Martijn Verschoor Cyber Security Labs B.V. | Gooimeer 6-31 | 1411 DD Naarden | The Netherlands +31 35 631 3253 (office) | +31 6

Re: Roadmap 2017

2016-12-23 Thread Johannes Schlatow
Thanks, Norman, for sharing and starting the 'discussion'. Here are a few comments from my perspective: 1) I like the idea of the multi-component email application. Let me be a bit more visionary and extend this to a post-2017 scope: I am running my own mailserver (Kolab) for quite some years no

Re: Roadmap 2017

2016-12-23 Thread Christian Helmuth
Hi Peter, On Thu, Dec 22, 2016 at 03:29:53PM -0800, Peter Lindener wrote: > Yes getting Genode to run on your "shiny new Lenovo x260" would be a > good thing!... here, basic leading edge platform support seem > critical if the Genode community is to attract (and keep) more > capable developers.

Re: Roadmap 2017

2016-12-23 Thread Christian Helmuth
Hello, On Wed, Dec 21, 2016 at 01:04:50PM +0100, Norman Feske wrote: > the end of the year is approaching. So it is the right time to make up > our minds for the upcoming year. Thanks Norman for keeping up the good tradition and igniting the discussion of the steps for 2017 in the "reflective" Ch

Re: Roadmap 2017

2016-12-23 Thread Sebastian Sumpf
Hi everyone, for 2017 my goal is to get Intel graphics hardware support into Genode. By now I have the intel_fb driver running on Broadwell, featuring OpenGL and libDRM, all in one component. The future task is to separate the driver from libDRM and define some sort of GPU session so multiple clie

Re: Roadmap 2017

2016-12-23 Thread Jookia
On Fri, Dec 23, 2016 at 09:17:09AM +0100, Norman Feske wrote: > The key to achieve that is to get noux up to speed, and to revisit some > of its inner workings. I have some ideas in this respect that I'd like > to try out. But before it is worthwhile to start with that, we should > address a few li

Re: USB storage detachment / reattachment

2016-12-23 Thread Josef Söntgen
Hello Martijn, * Martijn Verschoor [2016-12-22 15:29:32 +0100]: > For the latter finding, I am aware that the usb driver supports a > policy mechanism for raw devices (in combination with the > usb_report_filter component). But to my knowledge for storage devices, > such a policy mechanism does n

Re: Roadmap 2017

2016-12-23 Thread Norman Feske
Hi Ben, > I would like to see Genode being compiled on Genode. I know that a run > script exists for that, but it doesn't really work, especially given > Genode's (build) dependence on tools that haven't been ported yet (e.g. > expect, tclsh, autotools). Once all of Genode, including the ports of

Re: USB storage detachment / reattachment

2016-12-23 Thread Norman Feske
Hi Martijn, > - When I remove the USB stick, the usb driver detects removal, but > the rump_fs remains unaware. The CLI component can successfully open > new file system sessions and even list the files in the root > directory, even though the actual storage device is detached... this is where th