|
2021-05-23
, 13:19
|
Posts: 1,335 |
Thanked: 3,931 times |
Joined on Jul 2010
@ Brittany, France
|
#152
|
|
2021-05-23
, 13:53
|
Posts: 202 |
Thanked: 385 times |
Joined on Jul 2018
|
#153
|
You could install the rpm that is already compiled on the Github repository, which you may already have.
Then kill the daemon: run "ps aux | grep daemon.py", then "kill -9 <daemon.py PID>".
And then replace your /usr/share/harbour-containers/service/daemon.py with the one in the fork above. Make sure you download the raw daemon.py and not the HTML view. And reboot.
One thing to keep in mind is you may have leftover configs in /var/lib/lxc. So if that doesn't work, it might be worth checking those and/or creating a new container, to make sure the configs are not still trying to use nemo.
|
2021-05-23
, 13:54
|
Posts: 202 |
Thanked: 385 times |
Joined on Jul 2018
|
#154
|
It doesn't work.
But that has nothing to do with your patch!
It seems like I have something destroyed with my fiddeling around on lxc. If i try to create a container. It there is the information that the container is running the setup, but after that the container wich was initially shown vanishes and that's it. (No matter if I use the original deamon.py or yours) So I have first to look what I have borked on my system.
I'm grateful for tipps. I have already deinstalled lxc many times and have searched for directories with the name lxc on my file system to empty them. Unfortunately with no success regarding the container setup. I have to dig deeper I fear....
|
2021-05-23
, 21:44
|
Posts: 1,335 |
Thanked: 3,931 times |
Joined on Jul 2010
@ Brittany, France
|
#155
|
|
2021-05-24
, 03:13
|
Posts: 14 |
Thanked: 28 times |
Joined on May 2021
|
#156
|
You could install the rpm that is already compiled on the Github repository, which you may already have.
Then kill the daemon: run "ps aux | grep daemon.py", then "kill -9 <daemon.py PID>".
And then replace your /usr/share/harbour-containers/service/daemon.py with the one in the fork above. Make sure you download the raw daemon.py and not the HTML view. And reboot.
One thing to keep in mind is you may have leftover configs in /var/lib/lxc. So if that doesn't work, it might be worth checking those and/or creating a new container, to make sure the configs are not still trying to use nemo.
|
2021-05-24
, 10:56
|
Posts: 14 |
Thanked: 28 times |
Joined on May 2021
|
#157
|
|
2021-05-24
, 12:18
|
|
Community Council |
Posts: 1,669 |
Thanked: 10,225 times |
Joined on Nov 2014
@ Lower Rhine
|
#158
|
Would someone mind writing a description of how to uninstall harbour-containers please? After attempting to install a distro, the container stopped showing anything, and I don't know how to restart it to get working again. Any help for a noob would be awesome. Thanks.
lxc-ls
lxc-destroy <CONTAINERNAME>
|
2021-05-24
, 13:02
|
|
Community Council |
Posts: 1,669 |
Thanked: 10,225 times |
Joined on Nov 2014
@ Lower Rhine
|
#159
|
The Following User Says Thank You to mosen For This Useful Post: | ||
|
2021-05-24
, 19:44
|
Posts: 14 |
Thanked: 28 times |
Joined on May 2021
|
#160
|
...
Then delete the one that failed to set up with
...Code:lxc-destroy <CONTAINERNAME>
...
And then replace your /usr/share/harbour-containers/service/daemon.py with the one in the fork above.
...
chmod +x daemon.py
Tags |
application, development, linux |
|
But that has nothing to do with your patch!
It seems like I have something destroyed with my fiddeling around on lxc. If i try to create a container. It there is the information that the container is running the setup, but after that the container wich was initially shown vanishes and that's it. (No matter if I use the original deamon.py or yours) So I have first to look what I have borked on my system.
I'm grateful for tipps. I have already deinstalled lxc many times and have searched for directories with the name lxc on my file system to empty them. Unfortunately with no success regarding the container setup. I have to dig deeper I fear....