sudo -u abc php /config/www/nextcloud/updater/updater.phar
did you run that in ssh?
or the command box inside docker for the nextcloud container?
tnx
sudo -u abc php /config/www/nextcloud/updater/updater.phar
did you run that in ssh?
or the command box inside docker for the nextcloud container?
tnx
I have not had time to look into the issue, as I have the same problem.
But I did find an article about the update feature not knowing the directory to look for the downloaded update.
The fix was to add the directory path to the end of the url. I posted the results in my post.
I was then given the option to manually add the secret hash manually from my config file.
It did not work, invalid secret.
I'm now thinking permission issue are probably the issue.
I also have watchtower installed, maybe watchtower is messing with permissions?
As that's something else we have in common.
Sent from my S10 using my thumbs, with tapatalk.
Could someone, who is also using NC in a docker container, please check their Nextcloud version? I'd like to know if others are also having the same issue, I'm still stuck on 16.0.4...
so i'm having the same issue. did you find a solution?
Hi jackster,
I'm running NC 16.0.5 in a docker container.
I never update the container itself. I use the update script ("updater.phar") from the command line within the container.
p.parker
is this the how you upgrade?
Nextcloud update
does anyone know what the command is to manually update?
so something is not right with my install.
so i tried to add /index.php to the end of the page i'm updating on.
this brings me to the update page and it asks to provide my updater.secret hash. i enter the secret from my nextcloud config.
i get an error that says secret invalid.
maybe i should provide a screenshot.
hey all.
i'm running omv 4.1.27-1
docker is latest version, all docker images are automatically updated.
i have nextcloud 16.05
i now see theres an update for 17.01.
when i go into settings, admin, overview in nextcloud. i hit the update button.
this brings me to the update page, the update initializes ok, when i hit the start update i get an error.
the error says
Check for expected files
Parsing response failed. File not found.
i have searched google for fixes and most are old from 2017 and 2015.
the latest solution was to update through cmd updater.
is that the only way to update when using reverse proxy?
Hi All,
I'm trying to clean up my server and have stumbled upon some errors in my log file. evrything is working, so maybe it nothing to worry about.
In my log file over and over it seems smb is looking for net_shares in /var/lib/samba/usershares/ video's, & photo's.
i dont have any shares called photo's or videos.
i did find a link that talked about net_shares and they are not in the smb.conf.
so it seems to me this is a default setting somewhere, maybe tied into home directories, my smb.conf has no entries for home.
does anyone have any ideas on how to fix this?
or is this just a default setting that is not an issue.
TNX
Yeah it's my OS drive. I know it doesn't matter as drives can fail. But this drive is only 6 months old
Smart shows drives are good.
I'm going to clone it this weekend just in case.
Sent from my S10 using my thumbs, with tapatalk.
just got a chance to setup the monitor and keyboard.
looks like dev/sdc1 has error, check disk is forced.
does not complete, it requires manual fsck.
booting into grub recovery and i'll run fsck from there.
will report back.
i'm also logging here to keep track of what i'm doing.
Just ran fsck -f /dev/sdc1
lots of inodes count wrong for group. (not sure what means or how that gets corrupted).
says everything's fixed.
rebooting now.
have a message that says sdc1 is clean, omv loads fine.
Ok problem fixed.
Maybe someone can post why the corruption in the inodes?
i'm running the latest and updated omv 4.
so OMV, was running great, had everything setup and working.
the other day i received a bunch of emails from omv.
here's the emails from the first to the last.
1. Filesystem flags changed Service rootfs
2. The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for PID 17964 (/usr/sbin/smbd).
3.The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for PID 17952 (/usr/sbin/smbd).
the next five are the same as above just the PID was changing.
So i was able to login to omv, i checked the drives and all seemed fine. i figured i would reboot the computer. so after rebooting the system never cam back online.
I'm going to connect a monitor and keyboard and see what i can do.
i did try to ssh into the box with no success.
if anyone has a clue of what has happened i would be very thankful.
got jdownloader working, followed this guide.
one thing did change, in environment variables both entries look like this
/opt/JDownloader/cfg
/opt/JDownloader/Downloads
how do i list the files on my os drive.
after some reading it seems the bind points are wrong and the files are saved on my os drive in the docker directory.
find did not find a known file.
when i use
ls /dev/sdc
no directory shows.
sorry for being a newb.
tnx ill try,
here's the end of the command.
--name jdownloader -u $(id -u) jaymoulin/jdownloader
i'll change to
--name jdownloader -u 1000:100
how do i format the user id?
u $(id -u) jaymoulin/jdownloader
would this be correct
u $(id -u) myuser/mygoup
tnx, i didnt use cli to install, i filled in the container after hitting run.
i'll remove and follow the guide.
i should have known that something was up as in the docker setup, i selected /config and setup a folder for jdownloader. but no setup files are in the folder.
i looked in the home folder and have one folder for docker1 and in that folder is just my nextcloud compuse yml
ok so i first did a search of a know file file. took a while but found it.
I then did a search of one of the files jdownloader says is done, but the file is not found.
heres the log from jdownloader, i cleared it before i downloaded, so this is from the last download that says is done.
1233|Log.L.log 10/5/19 2:12:55 PM - INFO [ org.jdownloader.plugins.controller.PluginClassLoader$PluginClassLoaderChild(mapStaticFields) ] -> Class jd.plugins.decrypter.ImgurCom has static primitive field: VIEW_FILESIZELIMIT
769|Log.L.log 10/5/19 2:13:06 PM - FINEST [ org.appwork.loggingv3.LogV3(finest) ] -> jd.controlling.downloadcontroller.DownloadWatchDog@4d038584 State changed (reset) STOPPED_STATE--1(548914949) -> IDLE--1(394715883)
769|Log.L.log 10/5/19 2:13:06 PM - FINEST [ org.appwork.loggingv3.LogV3(finest) ] -> jd.controlling.downloadcontroller.DownloadWatchDog@4d038584 State changed IDLE--1(394715883) -> RUNNING--1(1384414847)
1786|Log.L.log 10/5/19 2:13:32 PM - FINEST [ org.appwork.loggingv3.LogV3(finest) ] -> jd.controlling.downloadcontroller.DownloadWatchDog@4d038584 State changed RUNNING--1(1384414847) -> STOPPING--1(709864565)
HI,
I have omv 4 (latest version).
i installed the jaymoulin jdownloader.
jdownloader connects fine in chrome and firefox.
my issue is jdownloader shows files are downloaded, but they are not in the folder i specified in the docker image. in fact i cant find them. jdownloader in firefox says the folder is root/downloads.
how do i find the folder jdownloader is using? and how do i make sure jdownloader is using the folder i setup in the docker image?
thanks that did it.
woo hoo!
I followed the guide below, but i still get the error in nextcloud.
has something changed?
i restated letsencrypt, restarted nextcloud, logged out of nextcloud.
looged back in and the warning is still there.
here's my nextcloud.subdomain.conf
Display MoreYou have to edit your nextcloud.subdomains.conf in the letsencrypt config files -> yourconfigfolder/nginx/proxy-confs/
and add
Source Code
- add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;";
inside the "server {" block
EDIT: restart your letsencrypt and nextcloud dockers afterwards.
EDIT 2: regarding the argument "preload;" at the end please consider this link first and remove it if you don't want this option.
tnx Macom
on the guide line 38 shows this
- URL=xxxx.de #insert your domain name - yourdomain.url
when i looked in the docker in lets encrypt i end up with a field that shows
name | value |
URL | mine.dyndns.org |
yourdomain.url | this box is empty |
sorry should have taken a screenshot first.
is URL and yourdomain not the same?