Hi there,
My problem is that the windows client is uploading files larger than 2GB. And the linux client stops between the 2.0 and 2.1 GB. Is there a way to resolve this issue?
Thank you in advance.
Jack
Hi there,
My problem is that the windows client is uploading files larger than 2GB. And the linux client stops between the 2.0 and 2.1 GB. Is there a way to resolve this issue?
Thank you in advance.
Jack
@Jack1976 Logs should reveal whatâs going on:
https://doc.owncloud.org/desktop/2.6/troubleshooting.html
Ok I have captured the error this was in the client log
9-12 18:48:58:654 [ debug sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit âUpload infoâ and starting new transaction
09-12 18:48:58:654 [ warning sync.propagator.upload ]: Could not prepare upload device: âUnknown errorâ
09-12 18:48:58:654 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 1 QVariant(QString, âPi-Hole.imgâ)
09-12 18:48:58:654 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec âSELECT lastTryEtag, lastTryModtime, retrycount, errorstring, lastTryTime, ignoreDuration, renameTarget, errorCategory, requestId FROM blacklist WHERE path=?1â
09-12 18:48:58:654 [ info sync.database ]: Setting blacklist entry for âPi-Hole.imgâ 1 âUnknown errorâ 1568306938 0 1565331943 ââ ââ 0
09-12 18:48:58:654 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 1 QVariant(QString, âPi-Hole.imgâ)
09-12 18:48:58:654 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 2 QVariant(QByteArray, ââ)
09-12 18:48:58:654 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 3 QVariant(qlonglong, 1565331943)
09-12 18:48:58:654 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 4 QVariant(int, 1)
09-12 18:48:58:654 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 5 QVariant(QString, âUnknown errorâ)
09-12 18:48:58:654 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 6 QVariant(qlonglong, 1568306938)
09-12 18:48:58:654 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 7 QVariant(qlonglong, 0)
09-12 18:48:58:654 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 8 QVariant(QString, ââ)
09-12 18:48:58:655 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 9 QVariant(int, 0)
09-12 18:48:58:655 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 10 QVariant(QByteArray, ââ)
09-12 18:48:58:655 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec âINSERT OR REPLACE INTO blacklist (path, lastTryEtag, lastTryModtime, retrycount, errorstring, lastTryTime, ignoreDuration, renameTarget, errorCategory, requestId) VALUES ( ?1, ?2, ?3, ?4, ?5, ?6, ?7, ?8, ?9, ?10)â
09-12 18:48:58:655 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 1 rows.
09-12 18:48:58:655 [ warning sync.propagator ]: Could not complete propagation of âPi-Hole.imgâ by OCC::PropagateUploadFileNG(0x55936a3c9fd0) with status OCC::SyncFileItem::SoftError and error: âUnknown errorâ
09-12 18:48:58:851 [ debug sync.statustracker ] [ OCC::SyncFileStatusTracker::slotItemCompleted ]: Item completed âPi-Hole.imgâ OCC::SyncFileItem::SoftError 8
09-12 18:48:58:870 [ debug sync.localdiscoverytracker ] [ OCC::LocalDiscoveryTracker::slotItemCompleted ]: inserted error item âPi-Hole.imgâ
09-12 18:48:58:870 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]: Network job OCC::PUTFileJob finished for ââ
09-12 18:48:58:870 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec âSELECT path FROM conflictsâ
09-12 18:48:58:870 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec âDELETE FROM flags WHERE path != ââ AND path NOT IN (SELECT path from metadata);â
09-12 18:48:58:870 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-12 18:48:58:870 [ debug sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit âAll Finished.â
09-12 18:48:58:871 [ info sync.engine ]: Sync run took 257704 ms
09-12 18:48:58:871 [ debug sync.localdiscoverytracker ] [ OCC::LocalDiscoveryTracker::slotSyncFinished ]: sync failed, keeping last syncâs local discovery path list
I cant make head or tails from this error.
I hope that you can help me with this error.
Can you confirm that the file on the server is an exact copy of the file you uploaded from windows?
Do you have another windows machine, where it downloads fine, or can you log in to the server and make a checksum of the file in the data folder, or can you download via web GUI?
Which server version is this? Can you see if the php config of the server has size or time limits, that we hit?
What are the lines before that?
Sounds to me like a problem with the local file?
@Jack1976 which version are you using?
Hello,
I did try to generate a MD5 of the server but the file is not uploaded to the server.
I have altered the PHP7 ini file with the following settings
php_value upload_max_filesize = 16G
php_value post_max_size = 16G
and in the phpinfo page the settings have applied successful.
But not in the âmasterâ value settings they remain 2GB.
And I think that the âmasterâ value settings are causing this problem.
Is it wise to change this settings? And if so where do I need to change this settings?
Best regards, Jack
Hello,
I did try to generate a MD5 of the server but the file is not
uploaded to the server.
I have altered the PHP7 ini file with the following settings
php_value upload_max_filesize = 16G
php_value post_max_size = 16G
and in the phpinfo page the settings have applied successful.
But not in the "master" value settings they remain 2GB.
And I think that the "master" value settings are causing this problem.
Is it wise to change this settings? And if so where do I need to change this settings?
Best regards, Jack
I am using 2.6.0rc1 build 1432 for the linux client my server is currently on 10.2.1.4
Best regards, Jack
09-13 18:21:57:827 [ info sync.networkjob.put ]: PUT of âhttps://XXXX.XXXX.XXX/remote.php/dav/uploads/Jack/1805878927/0000002110000000â FINISHED WITH STATUS âOKâ QVariant(int, 201) QVariant(QString, âCreatedâ)
09-13 18:21:57:827 [ info sync.propagator.upload ]: Chunked upload of 100000000 bytes took 10455 ms, desired is 60000 ms, expected good chunk size is 573888091 bytes and nudged next chunk size to 100000000 bytes
09-13 18:21:57:827 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 1 QVariant(QString, âtest/Pi-Hole.imgâ)
09-13 18:21:57:827 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec âSELECT chunk, transferid, errorcount, size, modtime, contentChecksum FROM uploadinfo WHERE path=?1â
09-13 18:21:57:827 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 1 QVariant(QString, âtest/Pi-Hole.imgâ)
09-13 18:21:57:827 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 2 QVariant(int, 0)
09-13 18:21:57:827 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 3 QVariant(uint, 1805878927)
09-13 18:21:57:827 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 4 QVariant(int, 0)
09-13 18:21:57:827 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 5 QVariant(qlonglong, 3965190144)
09-13 18:21:57:827 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 6 QVariant(qlonglong, 1565331943)
09-13 18:21:57:827 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 7 QVariant(QByteArray, âSHA1:7b385186932cedecfbffb233bae7205e6806259câ)
09-13 18:21:57:827 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec âINSERT OR REPLACE INTO uploadinfo (path, chunk, transferid, errorcount, size, modtime, contentChecksum) VALUES ( ?1 , ?2, ?3 , ?4 , ?5, ?6 , ?7 )â
09-13 18:21:57:827 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 1 rows.
09-13 18:21:57:827 [ debug sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit âUpload infoâ and starting new transaction
09-13 18:21:57:828 [ warning sync.propagator.upload ]: Could not prepare upload device: âUnknown errorâ
09-13 18:21:57:828 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 1 QVariant(QString, âtest/Pi-Hole.imgâ)
09-13 18:21:57:828 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec âSELECT lastTryEtag, lastTryModtime, retrycount, errorstring, lastTryTime, ignoreDuration, renameTarget, errorCategory, requestId FROM blacklist WHERE path=?1â
09-13 18:21:57:828 [ info sync.database ]: Setting blacklist entry for âtest/Pi-Hole.imgâ 1 âUnknown errorâ 1568391717 0 1565331943 ââ ââ 0
09-13 18:21:57:828 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 1 QVariant(QString, âtest/Pi-Hole.imgâ)
09-13 18:21:57:828 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 2 QVariant(QByteArray, ââ)
09-13 18:21:57:828 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 3 QVariant(qlonglong, 1565331943)
09-13 18:21:57:828 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 4 QVariant(int, 1)
09-13 18:21:57:828 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 5 QVariant(QString, âUnknown errorâ)
09-13 18:21:57:828 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 6 QVariant(qlonglong, 1568391717)
09-13 18:21:57:828 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 7 QVariant(qlonglong, 0)
09-13 18:21:57:828 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 8 QVariant(QString, ââ)
09-13 18:21:57:828 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 9 QVariant(int, 0)
09-13 18:21:57:828 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 10 QVariant(QByteArray, ââ)
09-13 18:21:57:828 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec âINSERT OR REPLACE INTO blacklist (path, lastTryEtag, lastTryModtime, retrycount, errorstring, lastTryTime, ignoreDuration, renameTarget, errorCategory, requestId) VALUES ( ?1, ?2, ?3, ?4, ?5, ?6, ?7, ?8, ?9, ?10)â
09-13 18:21:57:828 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 1 rows.
09-13 18:21:57:828 [ warning sync.propagator ]: Could not complete propagation of âtest/Pi-Hole.imgâ by OCC::PropagateUploadFileNG(0x5602efd83a70) with status OCC::SyncFileItem::SoftError and error: âUnknown errorâ
09-13 18:21:57:830 [ debug sync.statustracker ] [ OCC::SyncFileStatusTracker::slotItemCompleted ]: Item completed âtest/Pi-Hole.imgâ OCC::SyncFileItem::SoftError 8
09-13 18:21:57:830 [ debug sync.database.sql ] [ OCC::SqlQuery::bindValue ]: SQL bind 1 QVariant(qlonglong, -3755529217315663867)
09-13 18:21:57:830 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec âSELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize, ignoredChildrenRemote, contentchecksumtype.name || â:â || contentChecksum FROM metadata LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1â
09-13 18:21:57:831 [ debug sync.localdiscoverytracker ] [ OCC::LocalDiscoveryTracker::slotItemCompleted ]: inserted error item âtest/Pi-Hole.imgâ
09-13 18:21:57:831 [ debug sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]: Network job OCC::PUTFileJob finished for ââ
09-13 18:21:57:831 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec âSELECT path FROM conflictsâ
09-13 18:21:57:831 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: SQL exec âDELETE FROM flags WHERE path != ââ AND path NOT IN (SELECT path from metadata);â
09-13 18:21:57:831 [ debug sync.database.sql ] [ OCC::SqlQuery::exec ]: Last exec affected 0 rows.
09-13 18:21:57:831 [ debug sync.database ] [ OCC::SyncJournalDb::commitInternal ]: Transaction commit âAll Finished.â
09-13 18:21:57:832 [ info sync.engine ]: Sync run took 242508 ms
09-13 18:21:57:832 [ debug sync.localdiscoverytracker ] [ OCC::LocalDiscoveryTracker::slotSyncFinished ]: sync failed, keeping last syncâs local discovery path list
09-13 18:21:57:834 [ info gui.folder ]: Client version 2.6.0rc1 (build 1432) Qt 5.12.4 SSL OpenSSL 1.1.1b 26 Feb 2019
09-13 18:21:57:834 [ info gui.folder ]: SyncEngine finished without problem.
09-13 18:21:57:834 [ info gui.folder ]: Folder sync result: 3
09-13 18:21:57:835 [ info gui.application ]: Sync state changed for folder âhttps://xxxx.xxxxx.xxx/remote.php/dav/files/Jack/â : âSuccess, some files were ignored.â
I have an issue with a 2.5 GB file, being uploaded from a windows 2.6daily client to a 10.3 server:
That could be the same thing that spoiled your upload?
It looks like it. I will try to build the version in your proposed tread, some where this week. And I will report back. Thank you
Yes it works now.
Thank you all.