Skip to content
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

Void of content #21

Open
nerd7473 opened this issue May 21, 2021 · 18 comments
Open

Void of content #21

nerd7473 opened this issue May 21, 2021 · 18 comments

Comments

@nerd7473
Copy link

The Containers app stops showing content after icons are added...

@Kabouik
Copy link
Member

Kabouik commented May 21, 2021

Can you make sure the daemon is not in a broken state by killing it and restarting it? You can kill it with:

ps aux | grep daemon.py
kill -9 <PID>

An empty UI is typically what would happen when the daemon is not properly restarted, maybe adding the icons broke something on your instance.

@nerd7473
Copy link
Author

Restarting the app still shows a blank UI.

@nerd7473
Copy link
Author

I'd killed the daemon.py PID, but there was one for root, and one for "default+"...

@Kabouik
Copy link
Member

Kabouik commented May 21, 2021 via email

@Kabouik
Copy link
Member

Kabouik commented May 21, 2021 via email

@Kabouik
Copy link
Member

Kabouik commented May 21, 2021 via email

@nerd7473
Copy link
Author

This is my first attempt. Device details are as follows:

  • Xperia 10 Plus Dual-SIM
  • SailfishOS/X 4.1.0.23 Kvarken

@Kabouik
Copy link
Member

Kabouik commented May 21, 2021 via email

@nerd7473
Copy link
Author

That did not fix the issue unfortunately, I know I encountered the error after changing the icons for aliendalvik and my Arch Linux container...

@nerd7473
Copy link
Author

Also, /home/defaultuser/.local/share/lxc is not present...

@nerd7473
Copy link
Author

I suspect this is a deeper issue.

@nerd7473
Copy link
Author

If there's any loginfo I can give that might help resolve this and lead to a fix that allows for an acceptable build, let me know.

@Kabouik
Copy link
Member

Kabouik commented May 22, 2021

That did not fix the issue unfortunately, I know I encountered the error after changing the icons for aliendalvik and my Arch Linux container...

I'm confused, I thought you said it was your first attempt when I asked if you had containers installed and running before.

I have no /home/.local/share/lxc either, the content is in /home/.lxc for me. Then there are also configuration files in /var/lib/lxc/ and application files (like daemon.py) in /usr/share/harbour-containers.

@nerd7473
Copy link
Author

Just an issue when running lxc... I was thinking I could find some answers that way...

@nerd7473
Copy link
Author

Need a dump of cat /home/.lxc and devel-su ls -la /usr/share/harbour-containers?

@nerd7473
Copy link
Author

And if I get this whole thing working, is it possible to migrate the container itself to my SD card and symlink it?

@Kabouik
Copy link
Member

Kabouik commented May 25, 2021

Do post anything you have that might be relevant, it doesn't hurt.

I admit I still don't understand your setup though, it's not clear to me whether you had a container working at some point or not. I'm surprised for example that you mentioned Arch, while the installation scripts provided with harbour-containers are all tailored to Debian (but if you modified them to make Arch work, then please share them!).

If you have no working container and therefore have nothing to lose, then you could try destroying the one you tried to create using lxc-destroy. This should fix your harbour-containers being empty and you could start again with a Debian container instead of Arch, see if it yields better results (but I think the issue is somewhere else, so don't set your expectations too high yet). See: https://github.com/sailfish-containers/lxc-templates-desktop/wiki/Usage

When you get the thing working, you can totally move the container to your SD card and use symlinks. I think I did it for my Kali container.

@Kabouik
Copy link
Member

Kabouik commented Aug 30, 2022

Please try the new version in Chum repository (Testing repository for now, hopefully it makes it to the main repository later today).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants