-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install on 2.90~10 #17
Comments
I can not explain what is going on. /service/PackageManager should be created during SetupHelper install and the "installing PackageManager service" is output just before that happens. The second setup shows "reinstalling PackageManager service" indicating that the first install at least partially created it. but the chdir errors indicate that /service/PackageManager probably doesn't exist. You could check the /service directory to see if it does. In Venus OS v2.90, /run/overlays/service is mounted on top of /service. This is done because the root file system is mounted read-only. (SetupHelper remounts rootfs read-write for other reasons so this is redundant.) |
I got the exact same errors, but upon rebooting my Cerbo twice everything appeared to work just fine.
… On Jun 4, 2022, at 20:49, kwindrem ***@***.***> wrote:
I can not explain what is going on.
/service/PackageManager should be created during SetupHelper install and the "installing PackageManager service" is output just before that happens. The second setup shows "reinstalling PackageManager service" indicating that the first install at least partially created it. but the chdir errors indicate that /service/PackageManager probably doesn't exist. You could check the /service directory to see if it does.
In Venus OS v2.90, /run/overlays/service is mounted on top of /service. This is done because the root file system is mounted read-only. (SetupHelper remounts rootfs read-write for other reasons so this is redundant.)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
I tried a manual instal on v2.90~10 large (although the version info doesn't indicate large) and SetupHelper installed and PackageManager started. I did get an error "svc: warning: unable to control /service/PackageManager: file does not exist" but everything was working. I'll look into the error. To be clear, I did not get the chdir warning and PackageManager was running. |
The errors appear to be due to a timing issue. The next release of SetupHelper will include delays while installing a service to prevent the errors. |
You're the boss. I didn't even had time to receive the github notification and check the /service folder.
Now that I remember, I had some problem with that version with USB dbus manager that didn't unlock an USB dongle that I used on node-red when commanded to, and that was related to that this folder. After issuing the unlock cmd the usb device redirection was still there. |
I had previously updated to 2.90~10 (large) thus loosing all the mods.
Today I tried to reinstall the SetupHelper using the manual procedure but there's some problem with PackageManager and the install seems not functional.
The text was updated successfully, but these errors were encountered: