![]() |
2014-01-28
, 18:25
|
Posts: 32 |
Thanked: 77 times |
Joined on Dec 2011
|
#3
|
![]() |
2014-01-29
, 12:56
|
|
Posts: 505 |
Thanked: 665 times |
Joined on Oct 2009
|
#4
|
The Following User Says Thank You to TomJ For This Useful Post: | ||
![]() |
2014-01-29
, 13:05
|
Posts: 32 |
Thanked: 77 times |
Joined on Dec 2011
|
#5
|
I don't suppose anyone's managed to get an OwnCloud server running on an N900? It's been discussed (http://talk.maemo.org/showthread.php?p=1378083), but no-one has claimed success yet.
The Following User Says Thank You to hypnotoad123 For This Useful Post: | ||
![]() |
2014-01-30
, 14:43
|
Posts: 26 |
Thanked: 15 times |
Joined on Dec 2012
|
#6
|
The Following User Says Thank You to enekux For This Useful Post: | ||
![]() |
2014-01-31
, 07:17
|
Posts: 32 |
Thanked: 77 times |
Joined on Dec 2011
|
#9
|
Hi again,
I have installed the packages but for me it is not working yet.
This are my logs:
01-30 15:37:57:376 oc_module: opendir method called on ownclouds://eneko:some@server.com/owncloud/remote.php/webdav
01-30 15:37:57:376 oc_module: * scheme ownclouds
01-30 15:37:57:377 oc_module: * host server.com
01-30 15:37:57:378 oc_module: * port 0
01-30 15:37:57:378 oc_module: * path /owncloud/remote.php/webdav
01-30 15:37:57:379 oc_module: * user eneko
01-30 15:37:57:458 oc_module: fetch_resource_list_recursive Starting recursive propfind ownclouds://eneko:some@server.com/owncloud/remote.php/webdav /owncloud/remote.php/webdav
01-30 15:37:57:619 oc_module: Neon error code was 5
01-30 15:37:57:621 oc_module: WRN: propfind named failed with 5, request error: Could not connect to server: Network is unreachable
Also I have realized that the icon is missing...
![]() |
2014-01-31
, 07:20
|
Posts: 32 |
Thanked: 77 times |
Joined on Dec 2011
|
#10
|
The Following User Says Thank You to hypnotoad123 For This Useful Post: | ||
![]() |
Tags |
cloud sync, maemo 5 |
Thread Tools | |
|
I ported the official owncloud command line client to the n900. This means
that the libraries
qtkeychain
ocsync
are now available and can be used to implement a GUI. The advantage of porting the official sources is that the risk of data loss or bugs regarding the file handling is small. I tested the client for a couple of weeks and did not find any problems.
In order to install the owncloud command line client, install mirall from extras-testing. Furthermore, I provide a desktop icon and a small script to start the command line from the desktop in the package simple_oc.
Usage of simple_oc
Use the SimpleOwnCloud icon. Upon the first launch, you will be asked for username, password and url of your owncloud server. You can edit this information directly in the file
Files on FAT filesystems might get immediately synced back once (and then distributed onto other clients) since the file access time is
only 2s precise. No data loss or corruption, but waste of data rate. EDIT: It seems, the file crawler "tracker" is responsible, too. This has to be investigated.
owncloudcmd crashes if parameters are in slightly wrong format!
For bug tracking, log files are created in /home/user/.oc_log/ and kept for 30 days.
Last edited by hypnotoad123; 2014-08-22 at 00:09.