Cannot create an archive with a few files

SYSTEM INFORMATION
OS type and version Ubuntu Linux 22.04.5
Usermin version 2.102
Virtualmin version 7.20.2 Pro
Theme version 21.20.7
Apache version 2.4.52
Package updates 95 package updates are available

Using:

  • select all
  • File → create new archive

When I try and create an archive with the files in the image below the process never generates an archive and the blue message never goes away. I have create archives with this setup today whihc have many more files in them.

Hello,

Does the output of the ps auxwww command show anything interesting while this compress process is running?

I do not know.

I can try later if you give some pointers on what to do. I am a windows guy😃

Any chance the images directory just happens to be massive?

The images are not large

Try running the following command to see if compression command actually runs:

ps auxwww | grep -i compress

Also, check the browser console for any errors, but make sure to open it before starting the compression.

1 Like

Under my main admin account (not root but sudo account, i.e. the first account not root you create when setting ubuntu up)

I selected all the files and created an archive. No archive was created. I also while the blue message was running, ran the command you requested, I ran it twice just in-case I missed. The results are below

Additional

the blue message box never disappears unless I logout and back in again.

I did the same in the actual clients account but this time the archive was created. the archive creation was too quick for me to run the terminal command

had another failure, but this time a large folder

Can you open the browser console with the “Network” tab selected, reload the page, try compressing something in the File Manager, and share a screenshot of the browser console?

I will do that now :smile:

There were two POSTs

  1. clicking on the start/submit button
    POST: https://10.0.0.99:10000/xhr.cgi?xhr-get_command_exists=1&xhr-get_command_exists_name=tar
  2. the act of opening the create new archive
    POST: https://10.0.0.41:10000/extensions/file-manager/compress.cgi?module=filemin&username=thesanderling&overwrite_efiles=false&follow_symlinks=false

create new archive compress button (the second one)

Headers

Response

I wondered about a permissions thing when you said it worked in the “actual clients account”.

That’s helpful, thanks!

What is the output of ls -lsad /tmp and mount | grep -E '\s+/\s|\s+/tmp\s+' on your system?