| 03:38 | aombk2 | joined the channel |
| 03:42 | aombk | left the channel |
| 04:26 | aombk3 | joined the channel |
| 04:29 | aombk2 | left the channel |
| 04:40 | illwieckz_ | joined the channel |
| 04:44 | illwieckz | left the channel |
| 07:49 | Bertl_zZ | changed nick to: Bertl_oO
|
| 07:52 | sebix | joined the channel |
| 09:24 | sebix | left the channel |
| 09:24 | sebix | joined the channel |
| 10:16 | iwrite | joined the channel |
| 10:40 | iwrite | left the channel |
| 12:03 | se6astian|away | changed nick to: se6astian
|
| 12:03 | se6astian | good day
|
| 12:39 | illwieckz_ | left the channel |
| 12:41 | Nira|away | changed nick to: Nira
|
| 12:52 | illwieckz_ | joined the channel |
| 13:18 | anuejn | Bertl_oO: Do you think, that the division betwenn scripts which are needed for bringup and scripts which are needed for normal use makes sense?
|
| 13:19 | anuejn | also vup
|
| 13:19 | vup | yes not sure if the current form is the best form
|
| 13:19 | vup | or if we maybe want a third section for lib's
|
| 13:20 | vup | but a normal user should not see these scripts to avoid confusion
|
| 13:20 | vup | but for bringup, remote debugging / maintance it is useful to have them on the camera
|
| 13:21 | anuejn | hm... but idk how much sense it makes to hide them actively
|
| 13:21 | anuejn | probably noone would just randomly execute everything
|
| 13:21 | anuejn | ;)
|
| 13:21 | vup | well i wouldn't want them to show up from tab completion
|
| 13:21 | anuejn | hm... k
|
| 13:22 | anuejn | maybe prefix them with an underscore or sth like that
|
| 13:22 | vup | hmm maybe
|
| 13:22 | anuejn | but that would be somehow ugly as well
|
| 13:22 | vup | maybe just manually having a list of scripts that get linked to a $PATH dir would work fine
|
| 13:23 | vup | (and then having all the scripts in the same directory)
|
| 13:23 | anuejn | hm... yeah sounds rather sensible
|
| 13:23 | vup | that of course means having to remember to update the list when adding a new script, but i think thats ok
|
| 13:24 | vup | but getting them all into the same directory would certainly help with all the cross dependencies, which currently result in some ugly hacks
|
| 13:25 | anuejn | yup
|
| 13:25 | anuejn | and a lot of fuckups
|
| 13:25 | vup | yes
|
| 13:26 | vup | also one thing to consider is, that we will need the setuid launcher (we already talked about that)
|
| 13:26 | anuejn | maybe we could also just detect which scripts do cd $(dirname $(realpath $0))
|
| 13:26 | vup | maybe just writing that and having a list embedded into the launcher would be enough
|
| 13:26 | anuejn | and only link these into the path
|
| 13:26 | vup | well the bringup-scripts also need to that
|
| 13:26 | anuejn | why?
|
| 13:26 | vup | (if they need some lib's like i2c.func)
|
| 13:27 | anuejn | but they are in the same file as the executor?!
|
| 13:27 | anuejn | I imagine doing a bringup in the /opt/axiom-firmware/software/scripts folder
|
| 13:27 | vup | s/file/dir/ ?
|
| 13:28 | anuejn | ah jup :joy:
|
| 13:28 | vup | hmm maybe
|
| 13:28 | vup | yeah
|
| 13:28 | vup | but i think its rather ugly to depend on the cd $(dirname $(realpath $0)) thing
|
| 13:28 | anuejn | well... yes
|
| 13:28 | anuejn | but then it is rather intuitive
|
| 13:29 | vup | thinking more about it I rather like the idea of putting none of the scripts into path and going the launcher way
|
| 13:29 | vup | because we need the launcher anywals
|
| 13:29 | vup | anyways
|
| 13:29 | anuejn | yeah
|
| 13:29 | anuejn | we could do that
|
| 13:29 | anuejn | in what langruage would you implement that?
|
| 13:29 | vup | (this is of course independent from the issue of generating the list of "normal" scripts)
|
| 13:29 | anuejn | c?
|
| 13:30 | vup | well it needs to be native for setuid to work
|
| 13:30 | vup | but anything that compiles to native should be fine
|
| 13:30 | vup | i would probably do rust
|
| 13:30 | anuejn | overkill
|
| 13:30 | vup | nah
|
| 13:30 | vup | c has terrible string handling
|
| 13:30 | anuejn | ah well we could also do some nice hack with the sudoers file and two bash scripts
|
| 13:31 | vup | and i imagine the main part of the launcher will be string handling
|
| 13:31 | vup | sudoers file + more bash scripts sounds even more ugly
|
| 13:31 | anuejn | i'll go for bash :)
|
| 13:32 | vup | aaaaaaaaa
|
| 13:32 | anuejn | btw, the wifi sticks dont work as a hotspot out of the box
|
| 13:33 | anuejn | at least not with the camera
|
| 13:33 | vup | but with your laptop?
|
| 13:33 | vup | or what is not working?
|
| 13:33 | anuejn | idk why, but somehow i cant connect with the hotspot that is correctly advertised
|
| 13:33 | vup | hmm
|
| 13:33 | anuejn | but the logs dont show anything helpfull
|
| 13:34 | anuejn | will try now
|
| 13:34 | vup | if it gets that far i don't think there should be any driver / hardware problems
|
| 13:43 | Nira | changed nick to: Nira|away
|
| 13:46 | anuejn | hm.. maybe it is just my test computer, that is not working
|
| 14:01 | Y_G | joined the channel |
| 15:34 | Y_G | left the channel |
| 16:04 | sebix | left the channel |
| 16:07 | se6astian | changed nick to: se6astian|away
|
| 17:09 | se6astian|away | changed nick to: se6astian
|
| 17:15 | niemand | joined the channel |
| 17:15 | niemand | left the channel |
| 17:15 | niemand | joined the channel |
| 17:50 | se6astian | left the channel |
| 17:50 | se6astian | joined the channel |
| 18:15 | se6astian | changed nick to: se6astian|away
|
| 18:29 | RexOrCine|away | changed nick to: RexOrCine
|
| 18:45 | se6astian|away | changed nick to: se6astian
|
| 18:45 | se6astian | left the channel |
| 18:45 | se6astian|away | joined the channel |
| 18:45 | se6astian|away | changed nick to: se6astian
|
| 18:45 | se6astian | left the channel |
| 18:46 | se6astian|away | joined the channel |
| 18:46 | se6astian|away | changed nick to: se6astian
|
| 18:46 | se6astian | left the channel |
| 18:46 | se6astian | joined the channel |
| 18:50 | illwieckz_ | changed nick to: illwieckz
|
| 18:56 | se6astian | left the channel |
| 18:56 | se6astian | joined the channel |
| 18:56 | se6astian | left the channel |
| 18:56 | se6astian | joined the channel |
| 18:56 | se6astian | left the channel |
| 18:56 | se6astian | joined the channel |
| 19:09 | RexOrCine | changed nick to: RexOrCine|away
|
| 21:05 | BAndiT1983|away | changed nick to: BAndiT1983
|
| 21:06 | anuejn | left the channel |
| 21:06 | anuejn | joined the channel |
| 21:20 | BAndiT1983 | changed nick to: BAndiT1983|away
|
| 21:20 | BAndiT1983|away | changed nick to: BAndiT1983
|
| 21:33 | Nira|away | changed nick to: Nira
|
| 21:42 | se6astian | changed nick to: se6astian|away
|
| 21:50 | niemand | left the channel |
| 22:16 | Nira | changed nick to: Nira|away
|
| 22:22 | Y_G | joined the channel |
| 22:32 | BAndiT1983 | changed nick to: BAndiT1983|away
|
| 22:53 | Y_G | Hi , I was in going through the code for `gamma_conf.sh` which in turn uses the `lut_conf.c` .In `lut_conf.c` there are a lot of arguments .Are all there arguments required as of now as only -N ,-M ,-G ,-B are used in `gamma_conf.sh`?
|
| 23:18 | aombk | joined the channel |
| 23:39 | Y_G | left the channel |