Expected behaviour
Files should be synchronized
Actual behaviour
Synchronization does not happen;
Steps to reproduce
- sudo owncloudcmd --user --password /home/anoreg/owncloud/ http://
Server configuration
Operating system:
Ubuntu 14.04.6 LTS (GNU/Linux 4.4.0-31-generic x86_64)
Web server:
Database:
Postgres
PHP version:
ownCloud version:
10.0.10
Storage backend (external storage): 2.2.2
Client configuration
Client version:
2.2.2
Operating system:
Ubuntu 14.04.6 LTS
OS language:
English
Qt version used by client package (Linux only, see also Settings dialog):
Client package (From ownCloud or distro) (Linux only):
2.2.2
Installation path of client:
Logs
Please use Gist (https://gist.github.com/) or a similar code paster for longer
logs.
Template for output < 10 lines
- Client logfile: Output of
owncloud --logwindow
orowncloud --logfile log.txt
(On Windows usingcmd.exe
, you might need to firstcd
into the ownCloud directory)
(See also http://doc.owncloud.org/desktop/2.2/troubleshooting.html#client-logfile )
OCC::DiscoveryJob(0x927a448) Calling into main thread...
!!! OCC::LsColJob created for "http://<SERVER_URL>/" + "" "OCC::DiscoverySingleDirectoryJob"
void OCC::AbstractNetworkJob::slotFinished() 202 "Error downloading http://<USER>:password@<SERVER_URL>/remote.php/webdav/ - server replied: Forbidden" QVariant(int, 403)
void OCC::DiscoverySingleDirectoryJob::lsJobFinishedWithErrorSlot(QNetworkReply*) "Error downloading http://<USER>:password@<SERVER_URL>/remote.php/webdav/ - server replied: Forbidden" 403 202
void OCC::DiscoveryMainThread::singleDirectoryJobFinishedWithErrorSlot(int, const QString&) 10018 "Error downloading http://<USER>:password@<SERVER_URL>/remote.php/webdav/ - server replied: Forbidden"
OCC::DiscoveryJob(0x927a448) ...Returned from main thread
10018 when opening msg= "Error downloading http://<USER>:password@<SERVER_URL>/remote.php/webdav/ - server replied: Forbidden"
[05/20 16:58:17.773698, 5] csync_ftw: Directory access Forbidden (File Firewall?)
[05/20 16:58:17.773928, 6] csync_statedb_close: sqlite3_close=0
#### ERROR during csync_update : "An error occurred while opening a folder Error downloading http://<USER>:password@<SERVER_URL>/remote.php/webdav/ - server replied: Forbidden"
void OCC::SyncJournalDb::close() "/home/anoreg/owncloud/.csync_journal.db"
No database Transaction to commit
CSync run took 49768
void OCC::SyncEngine::abort() QObject(0x0)
void OCC::SyncJournalDb::close() "/home/anoreg/owncloud/.csync_journal.db"
No database Transaction to commit
-
Web server error log:
45.237.20.123 - <USER_ID> [20/May/2020:20:49:01 +0000] “PROPFIND /remote.php/webdav/ HTTP/1.1” 403 1230 “-” “Mozilla/5.0 (Linux) mirall/2.2.2”
45.237.20.123 - <USER_ID> [20/May/2020:20:50:49 +0000] “PROPFIND /remote.php/webdav/ HTTP/1.1” 403 1232 “-” “Mozilla/5.0 (Linux) mirall/2.2.2” -
Server logfile: ownCloud log (data/owncloud.log):
It returns nothing in the log. when running the command on the client