Comment by ~silvermag on ~anteater/mms-stack-bugs
I think some of my problems are addressed in bug 23 and bug 26, trying changes from these now.
Comment by ~silvermag on ~anteater/mms-stack-bugs
https://gitlab.com/-/snippets/2021658
That got it to get past that error for me. Now I'm stuck on it complaining about duplicate modems.
thread 'main' panicked at 'expected 1 modem, got 2', src/state.rs:197:19
Comment by ~silvermag on ~anteater/mms-stack-bugs
ah shoot it ate my policy rule because it looks like html tags.
Comment by ~silvermag on ~anteater/mms-stack-bugs
first dbus issue is vgmmsd not being able to talk to ofono
src/modem.c:get_modem_property() modem 0xaaaac74e9dd0 property SystemPathsrc/modem.c:get_modem_property() modem 0xaaaac74e9dd0 property SystemPath
solved with an allow rule
/usr/share/dbus-1/system.d/org.ofono.conf
I added this block before the end<policy user="alarm"> <allow send_destination="org.ofono"/> </policy>
Now I get this duplicate modem error
thread 'main' panicked at 'expected 1 modem, got 2', src/state.rs:197:19
This is danct12's arch image
[edited for formatting by ~anteater]
Ticket created by ~silvermag on ~anteater/mms-stack-bugs
This might be useful stuff to add to the repo readme
https://gitlab.com/5ilver/setupmms/-/raw/master/setupmms.sh
I and a few others are having trouble starting vgmms after building due to dbus issues and do not know how to proceed. Wondering if we need to stop other services or something before vgmms can start?