Re: Roadmap 2022

2022-01-12 Thread John J. Karcher
On 12/24/21 07:37, ttco...@netcourrier.com wrote: My thoughts in no particular order : After several years, I still can't get over how modular Genode is and how take-no-prisoners no-compromise its policy is re. clean design and best practices. Seeing that kind of dedication keeps me motivated

Re: Roadmap 2022

2022-01-12 Thread John J. Karcher
On 12/23/21 13:05, Norman Feske wrote: Dear Genode community, it is the time of the year again to reflect and make plans for the foreseeable future. Hereby, I'd like to kick off our traditional brainstorming about Genode's road map for the year ahead of us. Congratulations to the Genode team a

lwext4_fs test fail on ftruncate()

2022-01-12 Thread Alexander Tormasov via users
I am trying to run lwext4_fs.run from world repo it gives the following error on linux/x86_64 ... [init -> test-libc_vfs] calling open(file_name4, O_CREAT | O_WRONLY) file_name=test4.tst [init -> test-libc_vfs] open(file_name4, O_CREAT | O_WRONLY) succeeded [init -> test-libc_vfs] calling ftrunca

how to allow execution of bash scripts inside genode

2022-01-12 Thread Alexander Tormasov via users
based on combination of tool_chain_auto.run and ssh.run I am able to run an instance with toolchain and login into it I am able to create file using vim with some commands, like this: echo ok if I try to execute it inside genode bash (eg in /home/build) - I do receive the following: in ssh clie

Re: native gcc and external image mount example

2022-01-12 Thread Alexander Tormasov via users
Hi Christian, thank you for suggestions! Here, the tcp_terminal is nagging about a missing policy configuration for a client session request labeled 'vfs -> '. Thus, it may be good to provide one in the of tcp_terminal. Let's look into tcp_terminal.run. ... The configuration defines a policy f

Re: native gcc and external image mount example

2022-01-12 Thread Christian Helmuth
Hello Alexander, please find my remarks inline below. On Mon, Jan 10, 2022 at 15:45:43 CET, Alexander Tormasov via users wrote: > I think that I can adopt scenario of GUI based terminal > implementation (taken from bash.run) by replacement of terminal -> > tcp_terminal, and then it does not work.