-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Activity notification loop - an email sent to all every 30 minutes #1778
Comments
Duplicate of #1716 |
Have to disagree, ist differennt to 1716 - please look at owncloud/core#26369 Mine has nothing to do with the cronjob, and I am getting lots of error with write access |
The fix should still work |
I checked the cron job with -l its reply is
The log is being filled with this single error all the time, Ist now already 2GB big See next post |
Log
|
Well the log is certainly unrelated, but also something you should look into. |
I used webmin to clear the activity_mq table, seems that now the email loop has stopped. I have now eneterd a new activity, and will see if the emails only get sent once. Will make a new issue for the OCP\Files\NotFoundException error Von: Joas Schilling [mailto:notifications@github.com] Well the log is certainly unrelated, but also something you should look into. — |
Closing |
Steps to reproduce
1.The server is sending the activity email to all users every thirty minutes with the same content
2. This happened after a share to all was set at a top level folder and then a share to all was set on a sub-level folder. This possibly led to a loop
Expected behaviour
The activety email should only go out for new activities and not be repeated
Actual behaviour
The server is sending the activity email to all users every thirty minutes with teh same content
Server configuration
Operating system:
Ubuntu
Web server:
Apache
Database:
PHP version:
Nextcloud version: (see Nextcloud admin page)
10.0
Updated from an older Nextcloud/ownCloud or fresh install:
New install
Where did you install Nextcloud from:
Website
Signing status:
Signing status
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
or
Insert your config.php content here
(Without the database password, passwordsalt and secret)
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM
oc_appconfig
WHEREappid
= 'user_ldap';Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
Insert your webserver log here
Insert your Nextcloud log here
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered: