~silvermag


#42 unable to start vgmms, but scripted rest of build to save some trouble 4 years ago

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.

#41 Documentation 4 years ago

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

#42 unable to start vgmms, but scripted rest of build to save some trouble 4 years ago

Comment by ~silvermag on ~anteater/mms-stack-bugs

ah shoot it ate my policy rule because it looks like html tags.

https://gitlab.com/-/snippets/2021658

#42 unable to start vgmms, but scripted rest of build to save some trouble 4 years ago

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]

#42 unable to start vgmms, but scripted rest of build to save some trouble 4 years ago

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?