Open Niemand112233 opened 1 year ago
it is still pending!
Confirmed
PHP Version: 8.2.8
Nextcloud 27.0.1
Still pending and no response from the developer....
Doesn't it work for everyone on the 27th cloud?
Still pending and no response from the developer....
developers are in developing unified system to allow easy writing apps like MediaDC, StableDiffusion and other Heavy Apps...
@bigcat88 it is stuck for me in pending. I am using an Object Storage, might that be the isseu?
@bigcat88 it is stuck for me in pending. I am using an Object Storage, might that be the isseu?
probably it can be the issue, we did not test it with object storage, in theory it should work, but it is untested...
My instance does not use object storage and is eternally pending.
Still pending on my NC 27.0.2 / Debian 12 / PHP 8.2 / standard storage
@bigcat88 I found the issue. During install the binaries are not downloaded properly and that causes the whole process to fail. After downloading the binaries by hand, adding them and then writing a simple shell script to execute it in my k8s pod it works. Here is the script:
#!/usr/bin/bash
export PHP_PATH=/usr/local/bin/php
export SERVER_ROOR=/var/www/html
export IS_SNAP_ENV=false
export USER_ID=imanuel.ulbricht
export LOGLEVEL=DEBUG
export CPA_LOGLEVEL=DEBUG
/data/appdata_INSTANCEID/mediadc/binaries/main -t 5
Doesn`t work for me....tons of errors and still pending. Will wait for a working updated version.
Hi, Nextcloud (docker): 27.1.2 Main storage: S3 (minio) For me too, the job is always pending. So the application is not working. Regards Pierre
Try downloading the tar.gz from the releases page and extract it to the appdata folder under mediadc and try again.
Hi, Nextcloud (docker): 27.1.2 Main storage: S3 (minio) For me too, the job is always pending. So the application is not working. Regards Pierre
It'll not work with object storage (relies on local paths), we'll fix it as soon as possible.
Try downloading the tar.gz from the releases page and extract it to the appdata folder under mediadc and try again.
@DerKnerd can you explain this? where to download the binaries, and where to put them?
Hi, i put it on local storage:
root@f1993474a0cc:/var/www/html# ls -l data/appdata_xxxxx/mediadc
total 155668
drwxr-xr-x 2 www-data www-data 4096 Oct 8 15:01 PIL
-rw-r--r-- 1 www-data www-data 87793 Oct 8 15:01 _bisect.so
-rw-r--r-- 1 www-data www-data 330305 Oct 8 15:01 _blake2.so
-rw-r--r-- 1 www-data www-data 992321 Oct 8 15:01 _cffi_backend.so
-rw-r--r-- 1 www-data www-data 198201 Oct 8 15:01 _codecs_cn.so
-rw-r--r-- 1 www-data www-data 194305 Oct 8 15:01 _codecs_hk.so
-rw-r--r-- 1 www-data www-data 112345 Oct 8 15:01 _codecs_iso2022.so
-rw-r--r-- 1 www-data www-data 329329 Oct 8 15:01 _codecs_jp.so
-rw-r--r-- 1 www-data www-data 181817 Oct 8 15:01 _codecs_kr.so
-rw-r--r-- 1 www-data www-data 144953 Oct 8 15:01 _codecs_tw.so
-rw-r--r-- 1 www-data www-data 29849 Oct 8 15:01 _contextvars.so
-rw-r--r-- 1 www-data www-data 34201 Oct 8 15:01 _crypt.so
-rw-r--r-- 1 www-data www-data 163233 Oct 8 15:01 _csv.so
-rw-r--r-- 1 www-data www-data 717417 Oct 8 15:01 _ctypes.so
-rw-r--r-- 1 www-data www-data 676849 Oct 8 15:01 _datetime.so
-rw-r--r-- 1 www-data www-data 2279121 Oct 8 15:01 _decimal.so
-rw-r--r-- 1 www-data www-data 448393 Oct 8 15:01 _elementtree.so
-rw-r--r-- 1 www-data www-data 3506089 Oct 8 15:01 _hashlib.so
-rw-r--r-- 1 www-data www-data 79289 Oct 8 15:01 _heapq.so
-rw-r--r-- 1 www-data www-data 208745 Oct 8 15:01 _json.so
-rw-r--r-- 1 www-data www-data 213569 Oct 8 15:01 _multibytecodec.so
-rw-r--r-- 1 www-data www-data 80545 Oct 8 15:01 _multiprocessing.so
-rw-r--r-- 1 www-data www-data 34193 Oct 8 15:01 _opcode.so
-rw-r--r-- 1 www-data www-data 192113 Oct 8 15:01 _pi_heif.so
-rw-r--r-- 1 www-data www-data 618665 Oct 8 15:01 _pickle.so
-rw-r--r-- 1 www-data www-data 38521 Oct 8 15:01 _posixshmem.so
-rw-r--r-- 1 www-data www-data 85433 Oct 8 15:01 _posixsubprocess.so
-rw-r--r-- 1 www-data www-data 64001 Oct 8 15:01 _queue.so
-rw-r--r-- 1 www-data www-data 76393 Oct 8 15:01 _random.so
-rw-r--r-- 1 www-data www-data 104377 Oct 8 15:01 _sha512.so
-rw-r--r-- 1 www-data www-data 383169 Oct 8 15:01 _socket.so
-rw-r--r-- 1 www-data www-data 4625361 Oct 8 15:01 _ssl.so
-rw-r--r-- 1 www-data www-data 34081 Oct 8 15:01 _statistics.so
-rw-r--r-- 1 www-data www-data 262593 Oct 8 15:01 _struct.so
-rw-r--r-- 1 www-data www-data 303105 Oct 8 15:01 _tkinter.so
-rw-r--r-- 1 www-data www-data 251033 Oct 8 15:01 array.so
-rw-r--r-- 1 www-data www-data 236049 Oct 8 15:01 audioop.so
-rw-r--r-- 1 www-data www-data 117161 Oct 8 15:01 binascii.so
drwxr-xr-x 3 www-data www-data 4096 Oct 8 15:01 cryptography
-rw-r--r-- 1 www-data www-data 59409 Oct 8 15:01 fcntl.so
-rw-r--r-- 1 www-data www-data 63609 Oct 8 15:01 grp.so
-rw-r--r-- 1 www-data www-data 112113 Oct 8 15:01 hexhamming.so
-rw-r--r-- 1 www-data www-data 1352705 Oct 8 15:01 libX11.so.6
-rw-r--r-- 1 www-data www-data 22577 Oct 8 15:01 libXau-00ec42fe.so.6.0.0
-rw-r--r-- 1 www-data www-data 17513 Oct 8 15:01 libXau.so.6
-rw-r--r-- 1 www-data www-data 1292473 Oct 8 15:01 libde265-35dbe9a5.so
-rw-r--r-- 1 www-data www-data 34769 Oct 8 15:01 libffi.so.6
-rw-r--r-- 1 www-data www-data 94153 Oct 8 15:01 libgcc_s.so.1
-rw-r--r-- 1 www-data www-data 2723513 Oct 8 15:01 libgfortran-040039e1.so.5.0.0
-rw-r--r-- 1 www-data www-data 1161657 Oct 8 15:01 libheif-5c5e17bf.so.1.16.2
-rw-r--r-- 1 www-data www-data 699577 Oct 8 15:01 libjpeg-2c0fa17f.so.62.3.0
-rw-r--r-- 1 www-data www-data 508425 Oct 8 15:01 liblcms2-f8fefe53.so.2.0.14
-rw-r--r-- 1 www-data www-data 273849 Oct 8 15:01 liblzma-85b6360a.so.5.4.0
-rw-r--r-- 1 www-data www-data 33155937 Oct 8 15:01 libopenblas64_p-r0-742d56dc.3.20.so
-rw-r--r-- 1 www-data www-data 33087961 Oct 8 15:01 libopenblasp-r0-41284840.3.18.so
-rw-r--r-- 1 www-data www-data 580209 Oct 8 15:01 libopenjp2-fca9bf24.so.2.5.0
-rw-r--r-- 1 www-data www-data 251481 Oct 8 15:01 libquadmath-96973f99.so.0.0.0
-rw-r--r-- 1 www-data www-data 1792784 Oct 8 15:01 libtcl8.6.so
-rw-r--r-- 1 www-data www-data 697537 Oct 8 15:01 libtiff-ac0c3d92.so.6.0.0
-rw-r--r-- 1 www-data www-data 1450832 Oct 8 15:01 libtk8.6.so
-rw-r--r-- 1 www-data www-data 649689 Oct 8 15:01 libwebp-b246aa5a.so.7.1.5
-rw-r--r-- 1 www-data www-data 34073 Oct 8 15:01 libwebpdemux-ac83b303.so.2.0.11
-rw-r--r-- 1 www-data www-data 59089 Oct 8 15:01 libwebpmux-502c7428.so.3.0.10
-rw-r--r-- 1 www-data www-data 264201 Oct 8 15:01 libxcb-421a6fdb.so.1.1.0
-rw-r--r-- 1 www-data www-data 191705 Oct 8 15:01 libxcb.so.1
-rw-r--r-- 1 www-data www-data 96801 Oct 8 15:01 libz.so.1
-rwxr-xr-x 1 www-data www-data 56855112 Oct 8 15:01 main
-rw-r--r-- 1 www-data www-data 328137 Oct 8 15:01 math.so
-rw-r--r-- 1 www-data www-data 105865 Oct 8 15:01 mmap.so
drwxr-xr-x 2 www-data www-data 4096 Oct 8 15:01 nacl
drwxr-xr-x 6 www-data www-data 4096 Oct 8 15:01 numpy
-rw-r--r-- 1 www-data www-data 1102249 Oct 8 15:01 pyexpat.so
drwxr-xr-x 4 www-data www-data 4096 Oct 8 15:01 pywt
drwxr-xr-x 8 www-data www-data 4096 Oct 8 15:01 scipy
-rw-r--r-- 1 www-data www-data 130697 Oct 8 15:01 select.so
-rw-r--r-- 1 www-data www-data 71969 Oct 8 15:01 termios.so
-rw-r--r-- 1 www-data www-data 1244001 Oct 8 15:01 unicodedata.so
-rw-r--r-- 1 www-data www-data 224569 Oct 8 15:01 zlib.so
The thing is that because S3 is my primary Storage, Nextcloud expect all the files to be in the S3 strorage. It look like Nextcloud is not even reading local storage???
The log file for mediaDC is created, but never updated with logs. Look at the result in the database. In the S3 Storage, the file does not exist, probably normal if there is nothing in it. You can see that all the other appdata files are on the S3 (Storage 2 = object::store:amazon::nextcloud) The files that are not empty are in the S3.
SELECT * FROM `oc_filecache` WHERE `fileid` LIKE '%232759%' LIMIT 50
(1.124 s) Modifier
I installed MediaDC on my NC27.0.0. Cloud-API is working.
However, I face the problem that MediaDC is stuck at "pending". it does not start doing it thing.
What's wrong?