UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Package installation stuck and spinning wheel never stops under Libertine

    Scheduled Pinned Locked Moved Libertine
    24 Posts 11 Posters 5.5k Views 7 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      This topic has been deleted. Only users with topic management privileges can see it.
      • U Offline
        ubuntoutou
        last edited by

        Re: LIBERTINE Package installation stuck and spinning wheel never stops under Libertine

        After creating a container under Libertine, one of the Debian packages I have installed has never finished installing. Its status has remained "installing" and the corresponding spinning wheel never stops.

        One can slide the package name to the right and a small bin icon appears. This should allow the deletion of the package but it does not. After tapping the bin, the package is still being installed and the blue circle spins endlessly.

        I suppose this problem may be due to a lack of space. I have only 16GB in total on my device and half of that is already used. The package which has stalled in installation mode is bigger than the amount of free space.

        Has anyone an idea of how to stop the installation process? I have "htop" installed but I can't find the process and kill it.

        LakotaubpL advocatuxA 2 Replies Last reply Reply Quote 1
        • LakotaubpL Offline
          Lakotaubp @ubuntoutou
          last edited by Lakotaubp

          @ubuntoutou swipe package name to the right tap red rubbish bin.
          As thats failing remove the container itself then try installing again. I've found things go better if you have 'Lock when idle' in battery settings set to never when installing libertine.

          U 1 Reply Last reply Reply Quote 0
          • advocatuxA Offline
            advocatux @ubuntoutou
            last edited by

            @ubuntoutou keep in mind some installations take a while, that spinning wheel is not in an endless loop. It's better to see the output of what's happening currently, so tap on the cogwheel and then the option to show the install info

            U 1 Reply Last reply Reply Quote 0
            • U Offline
              ubuntoutou @Lakotaubp
              last edited by

              @lakotaubp Thanks lakotaubp. I have unsuccessfully tried to delete the whole container by swipeing its name to the right and tapping on the red bin. The container is still there. Maybe it doesn't want to be deleted while an app is being installed?

              LakotaubpL 1 Reply Last reply Reply Quote 0
              • U Offline
                ubuntoutou @advocatux
                last edited by

                @advocatux Thanks advocatux. I thought too that the installation could take a while but it has been running for hours and hours. I have tapped on the cogwheel and the "install status" is "installing". If I then type on the "View" option, the "status" is "ready". But this only means that the container is ready, not the app.

                1 Reply Last reply Reply Quote 0
                • LakotaubpL Offline
                  Lakotaubp @ubuntoutou
                  last edited by

                  @ubuntoutou Ok restart your device and see if that helps. If not have a look here for the terminal commands https://docs.ubports.com/en/latest/userguide/dailyuse/libertine.html and do it from there. Good luck

                  U 1 Reply Last reply Reply Quote 0
                  • U Offline
                    ubuntoutou @Lakotaubp
                    last edited by

                    @lakotaubp I have tried rebooting the device to no avail. I have used ADB to control the phone from a PC. I then used libertine-container-manager with apt commands to search the package stuck in installation mode. The package is nowhere to be found in the container. I have tried unsuccessfully to remove the container:

                    $ libertine-container-manager destroy -i xenial
                    Libertine.py:124: ERROR: _delete_rootfs(): [Errno 13] Permission denied: 'dev'

                    LakotaubpL 1 Reply Last reply Reply Quote 0
                    • LakotaubpL Offline
                      Lakotaubp @ubuntoutou
                      last edited by

                      @ubuntoutou Ok try putting the phone lock screen time to never (battery settings) and from the terminal run libertine-container-manager destroy -i container-name and let it run

                      U 2 Replies Last reply Reply Quote 0
                      • U Offline
                        ubuntoutou @Lakotaubp
                        last edited by

                        @lakotaubp Thanks but this is exactly what I have already done...

                        1 Reply Last reply Reply Quote 0
                        • U Offline
                          ubuntoutou @Lakotaubp
                          last edited by

                          @lakotaubp
                          $ libertine-container-manager destroy -i xenial
                          Libertine.py:124: ERROR: _delete_rootfs(): [Errno 13] Permission denied: 'dev'

                          1 Reply Last reply Reply Quote 0
                          • D Offline
                            doniks
                            last edited by doniks

                            @ubuntoutou said in Package installation stuck and spinning wheel never stops under Libertine:

                            @lakotaubp
                            $ libertine-container-manager destroy -i xenial
                            Libertine.py:124: ERROR: _delete_rootfs(): [Errno 13] Permission denied: 'dev'

                            strange. no clue what might cause this.

                            if you are ok to get rid of all containers and all else failed, you can delete manually. first find the file where the containers are configured. I can't remember the name, I think it's a json or xml file inside some dot folder in your home dir. something like .config/libertine/containers.json ... I'm just guessing the name from memory, but it is something like this. If you look for libertine in .local .config .cache, you'll find it. Look inside you'll see your containers. if you remove this file and the root and home folders of your containers: https://docs.ubports.com/en/latest/userguide/dailyuse/libertine.html#locations then everything should be gone and you can start over

                            LakotaubpL U 2 Replies Last reply Reply Quote 0
                            • LakotaubpL Offline
                              Lakotaubp @doniks
                              last edited by

                              @doniks Glad someone has a clue I'm baffled by this one now and why out of my knowledge range which isn't much : ) Was beginning to think of swapping update channels or reinstalling without the wipe option. all a bit drastic.

                              1 Reply Last reply Reply Quote 0
                              • U Offline
                                ubuntoutou @doniks
                                last edited by

                                @doniks

                                Thanks doniks.

                                Before trying what you have suggested, I have installed the package xterm in my container. Then within this xterm I tried to locate the stuck installation process with ps although I have no idea if it should be visible from such a terminal or not. But ps wouldn't run. I got a message asking me to try "mount -t proc /proc" which I did only to be told that the "-t" option could only be run as root. But I was refused to use both sudo and su.

                                So I tried your solution. However there was no .json nor any .xml file within any directory. The command
                                # find / -iname "libertine" -print | egrep 'json|xml'
                                did not yield any result.

                                I searched for a root ~/.cache/libertine-container/CONTAINER-IDENTIFIER/rootfs/ directory but couldn't find any. In fact, there is no .cache directory under ~root nor even under "/". There is a "cache" directory (with no dot) under "/" but it has nothing relevant inside.
                                However I did find the container directory ~phablet/.local/share/libertine-container/user-data/xenial. So I deleted this entire directory.

                                Then I rebooted the device and when the Ubuntu logo appeared and I swiped sideways, no on-screen keyboard appeared to enter my pass code! I had to connect a mechanical keyboard through the USB port to do so... Furthermore, the container still exists and the stuck installation process subsists with its silly blue spinning circle!!! Arghhhhh

                                I think I will end up reinstalling the whole operating system.

                                D 1 Reply Last reply Reply Quote 0
                                • D Offline
                                  doniks @ubuntoutou
                                  last edited by doniks

                                  @ubuntoutou said in Package installation stuck and spinning wheel never stops under Libertine:

                                  @doniks

                                  Thanks doniks.

                                  Before trying what you have suggested, I have installed the package xterm in my container. Then within this xterm I tried to locate the stuck installation process with ps although I have no idea if it should be visible from such a terminal or not.

                                  well, I like to say ... you should see all running processes ... but then you say

                                  But ps wouldn't run. I got a message asking me to try "mount -t proc /proc"

                                  which surprises me ... not sure what that means

                                  but either way, I think that's a separate problem. certainly there is no more stuck process after a reboot. so ps wouldn't help anyway.

                                  which I did only to be told that the "-t" option could only be run as root. But I was refused to use both sudo and su.

                                  well, not being able to su and sudo is normal. remember the whole container is created by phablet user, all files inside are owned by phablet

                                  So I tried your solution. However there was no .json nor any .xml file within any directory. The command
                                  # find / -iname "libertine" -print | egrep 'json|xml'
                                  did not yield any result.

                                  mhm, maybe it's called something else, and maybe it isn't even json or xml format, but it definitely is some human readable text file, just use cd and ls starting from /home/phablet/ and then one of .cache, .config, .local

                                  I searched for a root ~/.cache/libertine-container/CONTAINER-IDENTIFIER/rootfs/ directory but couldn't find any.

                                  you know you have to replace "CONTAINER-IDENTIFIER" with the identifier of your container, right?! show ls -l ~/.cache/libertine-container/

                                  In fact, there is no .cache directory under ~root nor even under "/".

                                  I don't know what ~root refers to. I am only talking about files and folders underneath /home/phablet

                                  There is a "cache" directory (with no dot) under "/" but it has nothing relevant inside.

                                  yeah that is unrelated

                                  However I did find the container directory ~phablet/.local/share/libertine-container/user-data/xenial. So I deleted this entire directory.

                                  ok. that was the home directory inside the container. one of the three things I think you should get rid of. good. now lets find the other two: config file and the root folder

                                  Then I rebooted the device and when the Ubuntu logo appeared and I swiped sideways, no on-screen keyboard appeared to enter my pass code! I had to connect a mechanical keyboard through the USB port to do so...

                                  wooow. that doesnt sound good. it doesn't sound like its related to libertine though. have you been messing with root access? it might be time to make sure your backups are up to date

                                  Furthermore, the container still exists and the stuck installation process subsists with its silly blue spinning circle!!! Arghhhhh

                                  I think I will end up reinstalling the whole operating system.

                                  possible .... good luck!

                                  U 1 Reply Last reply Reply Quote 1
                                  • U Offline
                                    ubuntoutou @doniks
                                    last edited by

                                    @doniks

                                    Alright, I did find a file /home/phablet/.cache/libertine/puritine/PuritineSymlinkFarm.json and I deleted it. I don't know why I couldn't see it with find.

                                    Yes I know I have to replace CONTAINER-IDENTIFIER with the identifier of my container, i.e. xenial.

                                    ~root refers to /root.

                                    I have found the following text files which I deleted:
                                    /.local/share/unity-scopes/unconfined/libertine-scope.ubuntu_libertine-scope/.surfacing_cache
                                    /.local/share/unity-scopes/unconfined/clickscope/.surfacing_cache

                                    But still no change, even after reboot. It seems that the container is very much contained and unbreakable! But don't worry, I am going to reinstall UT anyway.

                                    Thank you to all for your help.

                                    LakotaubpL 1 Reply Last reply Reply Quote 1
                                    • LakotaubpL Offline
                                      Lakotaubp @ubuntoutou
                                      last edited by

                                      @ubuntoutou Good luck

                                      1 Reply Last reply Reply Quote 0
                                      • I Offline
                                        ilya.bystrov
                                        last edited by ilya.bystrov

                                        @ubuntoutou
                                        I faced with the same error:

                                        $ libertine-container-manager destroy -i xenial
                                        Libertine.py:124: ERROR: _delete_rootfs(): [Errno 13] Permission denied: 'dev'
                                        

                                        I logged in on phone via ssh and execute following commands:

                                        phablet@ubuntu-phablet:~$ ll ~/.cache/libertine-container/xenial/rootfs/
                                        total 36
                                        drwxr-xr-x 9 phablet phablet 4096 Feb 28 05:57 ./
                                        drwxr-xr-x 3 phablet phablet 4096 Jan 30 04:57 ../
                                        drwxr-xr-x 2 phablet phablet 4096 Feb 28 05:15 (??/
                                        drwx--x--x 2 phablet phablet 4096 Feb 28 05:15 able/
                                        d--------- 2 phablet phablet 4096 Jan 30 08:06 dev/
                                        drwxr-xr-x 2 phablet phablet 4096 Feb 28 05:15 ?kҶ/
                                        drwxr-xr-x 2 phablet phablet 4096 Feb 28 05:15 ?p⾛+,??G??D?Ӷ/
                                        drwxr-xr-x 2 phablet phablet 4096 Feb 28 05:15 R??/
                                        drwxr-xr-x 2 phablet phablet 4096 Feb 28 05:15 S??????????????/
                                        phablet@ubuntu-phablet:~$ rm -rf ~/.cache/libertine-container/xenial/rootfs/
                                        phablet@ubuntu-phablet:~$ libertine-container-manager destroy -i xenial
                                        phablet@ubuntu-phablet:~$
                                        

                                        There is no error after destroying container,
                                        but, surprisingly, user-directory still existed.
                                        So, I deleted it also:

                                        phablet@ubuntu-phablet:~$ ll ~/.local/share/libertine-container/user-data/xenial/
                                        total 84
                                        drwxrwxr-x 17 phablet phablet 4096 Feb 27 14:40 ./
                                        drwxrwxr-x  3 phablet phablet 4096 Jan 30 06:35 ../
                                        -rw-------  1 phablet phablet  984 Feb 28 05:16 .bash_history
                                        drwxrwxr-x  8 phablet phablet 4096 Feb 15 11:28 .cache/
                                        -rw-rw-r--  1 phablet phablet  418 Feb 28 05:18 .chromium-bsu
                                        drwxrwxr-x  9 phablet phablet 4096 Feb 15 11:27 .config/
                                        d---------  2 phablet phablet 4096 Jan 30 08:06 Documents/
                                        d---------  2 phablet phablet 4096 Jan 30 08:06 Downloads/
                                        drwxrwxr-x  2 phablet phablet 4096 Jan 31 04:50 .freegish/
                                        drwx------  3 phablet phablet 4096 Jan 31 19:51 .gnome2/
                                        drwx------  2 phablet phablet 4096 Jan 31 19:51 .gnome2_private/
                                        drwxr-xr-x  3 phablet phablet 4096 Jan 30 16:05 .local/
                                        drwx------  3 phablet phablet 4096 Jan 30 16:44 .mozilla/
                                        drwxrwxr-x  2 phablet phablet 4096 Jan 31 04:53 .mu-cade/
                                        d---------  2 phablet phablet 4096 Jan 30 08:06 Music/
                                        drwxr-xr-x  3 phablet phablet 4096 Jan 30 07:59 .numptyphysics/
                                        d---------  2 phablet phablet 4096 Jan 30 08:06 Pictures/
                                        drwxrwxr-x  2 phablet phablet 4096 Feb 27 14:40 shared/
                                        d---------  2 phablet phablet 4096 Jan 30 08:06 Videos/
                                        -rw-------  1 phablet phablet 1124 Feb 19 01:51 .viminfo
                                        -rw-rw-r--  1 phablet phablet   12 Jan 30 16:11 .Xdefaults
                                        phablet@ubuntu-phablet:~$ rm -rf ~/.local/share/libertine-container/user-data/xenial/
                                        phablet@ubuntu-phablet:~$
                                        
                                        LakotaubpL G 2 Replies Last reply Reply Quote 0
                                        • LakotaubpL Offline
                                          Lakotaubp @ilya.bystrov
                                          last edited by Lakotaubp

                                          @ilya-bystrov Have you tried using the Libertine setup in System Settings Libertine? I have found also that stopping the screen from locking also helps, system settings, battery, lock when idle, never.

                                          1 Reply Last reply Reply Quote 0
                                          • G Offline
                                            Giiba @ilya.bystrov
                                            last edited by Giiba

                                            This was happening to me on a Nexus 5 with latest stable release.

                                            The container installed fine but the package install process was just spinning with no activity in the log (the one provided by the system menu).

                                            The interface would still successfully install and remove other packages, but the one was perpetually stuck.

                                            Opening the file browser app and simply deleting the contents of the above listed folders (no terminal commands needed), and rebooting fixed the issue. It did delete the entire container though... so I'm glad there was no important data in it.

                                            1 Reply Last reply Reply Quote 0
                                            • D Offline
                                              darkeye
                                              last edited by darkeye

                                              If Anyone has this issue and the libretine is a chroot libretine (try runing libertine-shell and it will complain that it's not lxd/lxc container).

                                              just run

                                              chroot <librtine directory  normally at : /home/phablet/.cache/libertine-container/xenial/rootfs >
                                              

                                              and then run

                                              su 32011
                                              dpkg --configure -a
                                              

                                              this should finish the installation of the package

                                              T Pulsar33P 2 Replies Last reply Reply Quote 2
                                              • LakotaubpL Lakotaubp moved this topic from Support on
                                              • First post
                                                Last post