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

Containerd #29

Closed
oenu opened this issue Jun 22, 2023 · 5 comments
Closed

Containerd #29

oenu opened this issue Jun 22, 2023 · 5 comments

Comments

@oenu
Copy link

oenu commented Jun 22, 2023

Might be something obvious but im getting

am -f

find: ‘./containerd’: Permission denied
YOU HAVE INSTALLED 2 STANDALONE PROGRAMS MANAGED BY THE 'AM' COMMAND:

find: ‘./containerd’: Permission denied
find: ‘./containerd’: Permission denied
 ◆ am - 200KiB of disk space used
 ◆ obsidian - 100MiB of disk space used
am -u

 "AM" CAN MANAGE UPDATES FOR THE FOLLOWING PROGRAMS: 

find: ‘./containerd’: Permission denied
obsidian

 ALL OTHERS ARE FIXED VERSIONS OR CAN MANAGE UPDATES BY THEMSELF

 THE UPDATE VERIFICATION PROCESS IS IN PROGRESS, PLEASE WAIT...

-----------------------------------------------------------------------
 >> START OF ALL PROCESSES <<
-----------------------------------------------------------------------
 ◆ OBSIDIAN is updated, 1 seconds elapsed! 

-----------------------------------------------------------------------

 SYNCHRONIZING "AM" VERSION 4.3.2~1...

 THE "AM" SCRIPT IS NOW UPDATED TO THE 4.3.2~1 VERSION!  <<--GITHUB NOTE: This always appears

-----------------------------------------------------------------------
 >> END OF ALL PROCESSES << 
-----------------------------------------------------------------------

 ALL THE PROGRAMS MANAGED BY "AM" ARE UPDATED! 

and for completeness

containerd --version
containerd containerd.io 1.6.21 3dce8eb055cbb6872793272b4f20ed16117344f8

Obsidian seems to be up to date with the most recent version, but im not sure why im getting the errors.

Thanks so much for all your work on this project! Appimages were kinda awful to deal with before your script! Grazie mille!

Im considering making a frontend tool to hook into your repository if thats alright, let me know if you had plans to do the same

@ivan-hc
Copy link
Owner

ivan-hc commented Jun 22, 2023

This same error appears in the video of DistroTube, "AM" expects you install it in /opt.

To use a portable version of "AM" use AppMan instead https://github.com/ivan-hc/AppMan

EDIT: I don't use containerd, maybe is it a directory with root privileges? If so, I think that "AM" is trying to read if it contains the files for "AM" but is unaccessible. I think I have to silent errors of find with an option.

@ivan-hc
Copy link
Owner

ivan-hc commented Jun 22, 2023

You're right, AM is trying to read the content of a directory that normal users can't read

Istantanea_2023-06-22_17-28-33

I've done a test by creating a directory in whitch I can't read normally

ivan-hc added a commit that referenced this issue Jun 22, 2023
Silenced all the "find" errors when a directory is not accessible

See #29
@ivan-hc
Copy link
Owner

ivan-hc commented Jun 22, 2023

Solved 73bad41

Thank you for this feedback

@ivan-hc ivan-hc closed this as completed Jun 22, 2023
ivan-hc added a commit to ivan-hc/AppMan that referenced this issue Jun 22, 2023
Silenced all the "find" errors when a directory is not accessible

See ivan-hc/AM#29
@ivan-hc
Copy link
Owner

ivan-hc commented Jun 22, 2023

Im considering making a frontend tool to hook into your repository if thats alright, let me know if you had plans to do the same

This is what I hope to see soon #8

I think a GUI with both "AM" an AppMan as an engine would be great!

If you need you can take a look also to the website https://portable-linux-apps.github.io

This may be also a part containing keywords in case you want to add a query, and in case you want to add links to the scripts I can convert the sorces of the "AM-installer" scripts from blob to raw, if you need it.

@oenu
Copy link
Author

oenu commented Jun 27, 2023

Fix worked, thanks for addressing!

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