[Owncloud] OC-Update deletes my Backup!

2013-05-15 Thread Niko
Hi List,

I want to describe a strange behaviour in the Updater-Process.

1) I made a backup (Zip-File in OC-root-Folder) on the Server and
exported my SQL-DB.
2) I started with Version OC 5.0.5 and activated the Updater-App (Plugin)
3) Hit update-Button and waited a long time. Except Update wird
gestartet / in Bearbeitung nothing shows up (The Statusbar was stuck
in about the half of the Process).
4) After a few Minutes I hit the reload-Button in my Firefox and got a
Error 500.
I remember myself, that a lot of Options in the .htaccess-File leads my
server to this Error 500. After cleaning all the Options (except
Rewrite-Rules) from .htaccess-File OC loads normal again and finishes
the Update-Process normally.

I checked the Files via FTP and found out, that my Backup-Zip I made in
step 1 WAS DELETED!!! This is not funny! Why did the Updater deleted my
Backup-File?!

Hopefully you understood what I mean.
Best regards
Niko

___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] Thoughts on converting a Chromebook to an Ownbook

2013-05-15 Thread jiun bookworm
sorry to barge in like this
but, question, though im not a chromebook owner, would i need to know only
javascript to solve such a problem or what would it take?
specific thoughts would be welcome.


On Wed, May 15, 2013 at 2:22 AM, Drew Gibson aggib...@cogeco.ca wrote:

 Hi Frank,

 my ambitions are a little more modest for now. It annoys me that I have to
 send a file from the netbook on the table by my left hand, half way across
 the continent and back to view it on the Chromebook on my lap. That's what
 Google Drive does for me.

 With the Chromebook, I can access almost all of the features of Owncloud
 with out modifying anything. Indeed, I could mount my Google Drive into
 Owncloud but it's Google Drive I'm trying to avoid.

 I've had a look at some of the filesync apps available for Chrome and it
 does look feasible to create a WebDAV
 app, perhaps through NaCl.

 Even this baby step is a mountain for me because my javascript knowledge
 is next to zero.

 regards,

 Drew



 Frank Karlitschek wrote:

 Hi,

 that's interesting. I would switch to a chromebook connected to my
 ownCloud immediately.
 Unfortunately this would require some work.

 Your ownCloud has to provide OAuth so that you can use your ownCloud
 credentials to log into your chromebook. Than ownCloud has to provide all
 kind of Google API to sync the configuration for example. I don't know if
 this is an open protocol.
 And then your ownCloud server has to provide Chrome WebApps for all the
 installed ownCloud Apps so that you can use your ownCloud for example for
 managing files.

 ChromeOS has to be patched to authenticate against your server of course
 which is tricky because of code signing.

 Would be awesome if someone would work on that.

 Frank


 On 14.05.2013, at 16:57, Drew Gibsonaggib...@cogeco.ca  wrote:



 Hi All,

 I've owned a Chromebook for two weeks now (the Samsung ARM model) and
 I'm thoroughly impressed with the machine as a replacement for my ageing
 Asus eee 901. Nice format, weight, k/b and screen (for 1/4 the price of a
 Macbook Air), very responsive web browsing . However, I am suffering a
 strong allergic reaction to being borged by Google.

 I'd like it to be an OwnBook, depending not on Google but on my
 Owncloud.

 The 16GB internal SSD is a known and accepted limitation, it is what it
 is. Biggest frustration is the lack of support for file sharing, no nfs,
 atalk or webdav support. My Chromebook is alone in a sea of data (unless,
 of course, you push the files up to Google Drive).

 The Chrome Web Store has apps for various cloudy file sync/share
 services, has anyone contemplated a webdav app for OC?

 Ideally, I would like to mount a WebDAV share to appear in the File
 Manager alongside Google Drive and the SD card.

 A quick search (on Google, of course!) found two sample projects (links
 below), one is an implementation of the dropbox.js API inside Chrome and
 the other is a WebDAV API in js. It looks like I have hit my current limit
 for developing the idea asjava_script is a foreign country to me.

 Is anyone currently looking at this or a similar concept?
 Can anyone recommend a js primer for a sysadmin who hacks at php?

 regards,

 Drew

 https://github.com/pwnall/**dropship-chromehttps://github.com/pwnall/dropship-chrome
 http://johnnydebris.net/java_**script/http://johnnydebris.net/java_script/

 __**_
 Owncloud mailing list
 Owncloud@kde.org
 https://mail.kde.org/mailman/**listinfo/owncloudhttps://mail.kde.org/mailman/listinfo/owncloud


 __**_
 Owncloud mailing list
 Owncloud@kde.org
 https://mail.kde.org/mailman/**listinfo/owncloudhttps://mail.kde.org/mailman/listinfo/owncloud



 __**_
 Owncloud mailing list
 Owncloud@kde.org
 https://mail.kde.org/mailman/**listinfo/owncloudhttps://mail.kde.org/mailman/listinfo/owncloud

___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


[Owncloud] Problem sending links using SMTP outside my email domain

2013-05-15 Thread RedLM - Luis Miguel Muñoz
Greetings from Spain.

 

We are testing Owncloud for a customer, and we found a problem with sharing
a link using SMTP with an external user.

 

We have Owncloud installed in a test server with a dynamic IP, but
everything is working fine but this. So this is not the problem.

 

If we share the link with a xx...@redlm.com email account, it works fine,
but if we try with xxx...@gmail.com account we receive an error at the SMTP
server.

 

Mainly, the problem is the “MAIL FROM” header:

 

Wed 2013-05-15 11:04:33: -- 235 Authentication successful

Wed 2013-05-15 11:04:33: Authenticated as xx...@redlm.com

Wed 2013-05-15 11:04:33: -- MAIL FROM:sharing-nore...@x.dynalias.com

Wed 2013-05-15 11:04:33: -- 250 sharing-nore...@x.dynalias.com,
Sender ok

Wed 2013-05-15 11:04:33: -- RCPT TO:xxx...@gmail.com

Wed 2013-05-15 11:04:33: Sender attempted to deliver message to unknown
address

Wed 2013-05-15 11:04:33: -- 550 xxx...@gmail.com, Recipient unknown

Wed 2013-05-15 11:04:33: Connection closed

Wed 2013-05-15 11:04:33: SMTP session terminated (Bytes in/out: 156/375)

 

So, the question is: is there any way to configure the SMTP MAIL FROM to
exchange sharing-nore...@x.dynalias.com in the config.php or should I
modify the code?

 

I would rather avoiding any modification, as the upgrades will destroy them.

 

Thanks in advance and kindest regards.

 


RedLM

Luis-Miguel Muñoz Benito   l...@redlm.com   +34 911 124 203 

Madrid (España)  Reino Unido (UK)

   www.redlm.com http://www.redlm.com/ re...@redlm.com


 

 

 

image001.jpg___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] Updater doesn´t recognize new version

2013-05-15 Thread Christian Hügel
Today the updater found the new version. I´ve tried to update through 
the admin gui but the update failed. Things that i´ve noticed.


1. The site was not put into maintenance mode. As soon as I klicked 
update the site was not reachable anymore and after a while it 
returned Network error
2. After 10 minutes I could access the site again but in the admin area 
i saw that I was still running OC 5.0.5.
3. Searched the owncloud.log and found this: 
{app:PHP,message:Cannot redeclare class OCA\\Updater\\App at 
\/home\/www\\/www.example.de\/apps\/updater\/appinfo\/app.php#15,level:4,time:1368541135}
4. Started the update again and now the site was in maintenance mode but 
the update stucked at the half of the progress bar (please see attached 
img) with a error notice?! what error?
There is now hint whatsoever in the logfile why the updated failed. Only 
this line:
{app:core,message:starting upgrade from 5.0.6 to 
5.0.8,level:2,time:1368608751}


To be honest:  since this feature was available through the admin 
interface it never worked (for me) and I´ve tested almost all RC 
releases. I´m always willing to fill bug reports but like in this case 
what what can I report? No error message no logfiles. What should i fill 
into a bug report?


Chris

To be honest:


Am 14-05-2013 19:53, schrieb Christian Hügel:

OK, and how can i trigger the update?

Chris

Am 14.05.2013 19:21, schrieb Frank Karlitschek:
There are two different version numbers.

There is the internal version number which is used to trigger 
upgrades, database migration and other internal things.
And there is the official version number that is shown on the admin 
page. This is the real version number.


The reason that this numbers are not necessarily the same is that we 
sometimes have to trigger updates between releases. An example is that 
we now release RCs between releases which means that we have to 
increase the internal number more often than the public one.


Frank


On 14.05.2013, at 16:37, Romain Vrignaud rvrign...@gmail.com wrote:

Same here, I use 5.0.5. My last update was with the updater.
However I can see 'version' = '5.0.6', in config.php.




2013/5/14 Gregor Gilka m...@gregorgilka.de
same here...

Am 2013-05-14 16:23, schrieb Christian Hügel:

Hi,

the updater in the admin section doesn´t recognize the new version 
(5.0.6)

I´m using 5.0.5. Am i missing something?

Cheers,

Chris
attachment: oc-update.JPG___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] Updater doesn´t recognize new version

2013-05-15 Thread Christian Hügel
OK, another thing. After the update all picture albums where deleted? 
I´ve got some 400 albums.I tried to enabled/disable the app but keep 
getting the error message:

Error while disabling app
This error happens to all (internal) apps when trying to enable/disable 
them.
So, like in my previous mail: the only log entry is this: 
{app:core,message:Unable to parse OCS 
content,level:4,time:1368610777}.
This is getting more and more frustrating and every update since 5.xxx 
is, for some reason, a pain in the a**


Chris



Am 15-05-2013 11:27, schrieb Christian Hügel:

Today the updater found the new version. I´ve tried to update through
the admin gui but the update failed. Things that i´ve noticed.

1. The site was not put into maintenance mode. As soon as I klicked
update the site was not reachable anymore and after a while it
returned Network error
2. After 10 minutes I could access the site again but in the admin
area i saw that I was still running OC 5.0.5.
3. Searched the owncloud.log and found this:
{app:PHP,message:Cannot redeclare class OCA\\Updater\\App at
\/home\/www\\/www.example.de\/apps\/updater\/appinfo\/app.php#15,level:4,time:1368541135}
4. Started the update again and now the site was in maintenance mode
but the update stucked at the half of the progress bar (please see
attached img) with a error notice?! what error?
There is now hint whatsoever in the logfile why the updated failed.
Only this line:
{app:core,message:starting upgrade from 5.0.6 to
5.0.8,level:2,time:1368608751}

To be honest:  since this feature was available through the admin
interface it never worked (for me) and I´ve tested almost all RC
releases. I´m always willing to fill bug reports but like in this case
what what can I report? No error message no logfiles. What should i
fill into a bug report?

Chris

To be honest:


Am 14-05-2013 19:53, schrieb Christian Hügel:
OK, and how can i trigger the update?

Chris

Am 14.05.2013 19:21, schrieb Frank Karlitschek:
There are two different version numbers.

There is the internal version number which is used to trigger 
upgrades, database migration and other internal things.
And there is the official version number that is shown on the admin 
page. This is the real version number.


The reason that this numbers are not necessarily the same is that we 
sometimes have to trigger updates between releases. An example is that 
we now release RCs between releases which means that we have to 
increase the internal number more often than the public one.


Frank


On 14.05.2013, at 16:37, Romain Vrignaud rvrign...@gmail.com wrote:

Same here, I use 5.0.5. My last update was with the updater.
However I can see 'version' = '5.0.6', in config.php.




2013/5/14 Gregor Gilka m...@gregorgilka.de
same here...

Am 2013-05-14 16:23, schrieb Christian Hügel:

Hi,

the updater in the admin section doesn´t recognize the new version 
(5.0.6)

I´m using 5.0.5. Am i missing something?

Cheers,

Chris

___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud

___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] Partitioning users

2013-05-15 Thread Arthur Schiwon

On 05/14/2013 09:43 PM, Tornóci László wrote:

Hi,

using the special attribute User home folder naming rule in LDAP you
can put your users into different disk partitions, which is nice if you
need to be able to scale up.

So the data for user_A can be on /mnt/partition_1/data
and for user_B it can be on /mnt/partition_2/data

Everything (sharing between user_A and user_B) seem to work all right.

If user_B doesn't share anything with other users, I can even move the
data between partition_1 and partition_2:
1. log out user_B
2. change the value of the User home folder naming rule attrib in LDAP
for user_B
3. move files of user_B between partitions on the filesystem
4. clear the LDAP cache (login as admin and change the Cache time to
live value to something else then Save the new settings)


On up to date 4.5 as well as on 5.0 just clicking Save is enough to 
clear the cache.



5. log in as user_B

This seems to work too, user_B will see all files (although records show
up in oc_storages and oc_filecache for both partitions).

However, if user_B shares a file with user_A and I do the above, user_A
will not see the file anymore after the move (will get redirected to
'home' of the files page). What records should be changed in the oc db
so that sharing won't get broken?


I think this is due to the filecache where the whole path(hash) is 
stored. Tables oc_storages and oc_filecache. Could become a bit tricky 
to do it manually.


Cheers
Arthur



One more question: how do you force file system scanning in oc 5 without
deleting all records from oc_filecache?

 Yours: Laszlo



___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud

___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] Updates/Security RSS Feed missing?

2013-05-15 Thread mark . ziegler

Hello,

the forum crew normally is up to date in our announcement forum.
rss feed: https://forum.owncloud.org/feed.php?f=9

Cheers,
Mark

Zitat von MJ Ray m...@phonecoop.coop:


Frank Karlitschek fr...@owncloud.org

New releases will be announced on this mailinglist:
http://mailman.owncloud.org/mailman/listinfo/announcements


I don't see an RSS Feed offered on that page?

In case it helps the original requestor, announcements crossposted to
owncloud@kde will appear on
http://rss.gmane.org/topics/excerpts/gmane.comp.kde.devel.owncloud
but so does every other thread.

Regards,
--
MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op.
http://koha-community.org supporter, web and library systems developer.
In My Opinion Only: see http://mjr.towers.org.uk/email.html
Available for hire (including development) at http://www.software.coop/
___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud




___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] help needed to build Mac client

2013-05-15 Thread kwillems
The problems still occur.
Any help will be much appreciated.



--
View this message in context: 
http://owncloud.10557.n7.nabble.com/help-needed-to-build-Mac-client-tp9221p9295.html
Sent from the ownCloud mailing list archive at Nabble.com.
___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] help needed to build Mac client

2013-05-15 Thread jiun bookworm
should be.
from my terminal history looks like i installed it from macports,
uninstalled then installed it from brew.
its argp-standalone i believe.




On Wed, May 15, 2013 at 4:10 PM, kwillems kwill...@zonnet.nl wrote:

 The problems still occur.
 Any help will be much appreciated.



 --
 View this message in context:
 http://owncloud.10557.n7.nabble.com/help-needed-to-build-Mac-client-tp9221p9295.html
 Sent from the ownCloud mailing list archive at Nabble.com.
 ___
 Owncloud mailing list
 Owncloud@kde.org
 https://mail.kde.org/mailman/listinfo/owncloud

___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


[Owncloud] OC.dialogs - obsolete methods

2013-05-15 Thread Thomas Tanghus
I'm currently doing a bit of house cleaning in OC.dialogs, and want to remove 
unused methods.

Does anybody use:

 - OC.dialogs.prompt()
 - OC.dialogs.form()

If so reply ASAP or they will be removed for oC6.

Grepping through core, apps, calendar, news shows no usage of them.
-- 
Med venlig hilsen / Best Regards

Thomas Tanghus
___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] Update 5.0.5 to 5.0.6 hangs during update process

2013-05-15 Thread Bjorn Madsen
Hep,
just to confirm OC 5.0.5 to 5.0.6 via apt-get on ubuntu 12.04 LTS went
smooth ~ 20 seconds upgrade time including apt-get update; apt-get upgrade
-y

Thanks for a good project chaps


On 14 May 2013 15:24, Merijn Visser - Z-Netwerken 
systeembeh...@z-netwerken.nl wrote:

  Hello,

 I updated my owncloud instance from 5.0.5 to 5.0.6 from the debian
 packages. When it was trying to update the process hangs. I did the
 following steps to fix it. Might help some people.

 1) change config/config.php
 - disable theme
 - turn maintenance mode to false
 2) visit webpage, it will now continue the update process succesfully.
 3) copy the new template files from core to your template and change them
 to your style.
 4) enable theme in config/config.php

 Great project!


Op 14-05-13 16:08, owncloud-requ...@kde.org schreef:

 Send Owncloud mailing list submissions to
   owncloud@kde.org

 To subscribe or unsubscribe via the World Wide Web, visit
   https://mail.kde.org/mailman/listinfo/owncloud
 or, via email, send a message with subject or body 'help' to
   owncloud-requ...@kde.org

 You can reach the person managing the list at
   owncloud-ow...@kde.org

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Owncloud digest...


 Today's Topics:

1. Re: ownCloud 5.0.6 and 4.5.11 and 4.0.15 (Lukas Reschke)
2. Re: ownCloud 5.0.6 and 4.5.11 and 4.0.15 (Frank Karlitschek)
3. Re: Windows 8 app mobile/desktop (Robin Appelman)
4. Re: ownCloud 5.0.6 and 4.5.11 and 4.0.15 (Philip Taffner)
5. Re: ownCloud 5.0.6 and 4.5.11 and 4.0.15 (da...@x2592.com)
6. Re: ownCloud 5.0.6 and 4.5.11 and 4.0.15 (Duchesne K?vin)
7. Re: ownCloud 5.0.6 and 4.5.11 and 4.0.15 (Steffen Lindner)
8. Updates/Security RSS Feed missing? (Jean Stebens)


 --

 Message: 1
 Date: Tue, 14 May 2013 14:24:18 +0200
 From: Lukas Reschke lu...@owncloud.org lu...@owncloud.org
 To: owncloud@kde.org Mailinglist owncloud@kde.orgMailinglist 
 owncloud@kde.org owncloud@kde.org
 Subject: Re: [Owncloud] ownCloud 5.0.6 and 4.5.11 and 4.0.15
 Message-ID:
   cad1nwhhpuhpdeodahscupvurbkvfhnp96gvmxsjmgcd2mpm...@mail.gmail.com 
 cad1nwhhpuhpdeodahscupvurbkvfhnp96gvmxsjmgcd2mpm...@mail.gmail.com
 Content-Type: text/plain; charset=utf-8

 On Tue, May 14, 2013 at 1:54 PM, Duchesne K?vin w4zu...@gmail.com 
 w4zu...@gmail.com wrote:


  ihad the same problem and its ok if i desactive my theme in config.php.


  Yup - we moved some values from config.js to the template.
 https://github.com/owncloud/core/commit/f2911e76bcbb88e1da5caa2ee4cebd2d78725999
 https://github.com/owncloud/core/commit/9a53d50e169a797f95c16cb75aa1bcafd7513c76



 ___
 Owncloud mailing list
 Owncloud@kde.org
 https://mail.kde.org/mailman/listinfo/owncloud




-- 
Bjorn Madsen
*Researcher Complex Systems Research*
Ph.: (+44) 0 7792 030 720
bjorn.mad...@operationsresearchgroup.com
___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] OC-Update deletes my Backup!

2013-05-15 Thread Victor Dubiniuk
Hi Niko,

 Please check zip archive under *backup* directory. The backup you made  is
probably inside this file below the *core* directory.

Victor


On Wed, May 15, 2013 at 8:59 AM, Niko owncl...@nik-o-mat.de wrote:

 Hi List,

 I want to describe a strange behaviour in the Updater-Process.

 1) I made a backup (Zip-File in OC-root-Folder) on the Server and
 exported my SQL-DB.
 2) I started with Version OC 5.0.5 and activated the Updater-App (Plugin)
 3) Hit update-Button and waited a long time. Except Update wird
 gestartet / in Bearbeitung nothing shows up (The Statusbar was stuck
 in about the half of the Process).
 4) After a few Minutes I hit the reload-Button in my Firefox and got a
 Error 500.
 I remember myself, that a lot of Options in the .htaccess-File leads my
 server to this Error 500. After cleaning all the Options (except
 Rewrite-Rules) from .htaccess-File OC loads normal again and finishes
 the Update-Process normally.

 I checked the Files via FTP and found out, that my Backup-Zip I made in
 step 1 WAS DELETED!!! This is not funny! Why did the Updater deleted my
 Backup-File?!

 Hopefully you understood what I mean.
 Best regards
 Niko

 ___
 Owncloud mailing list
 Owncloud@kde.org
 https://mail.kde.org/mailman/listinfo/owncloud

___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] help needed to build Mac client

2013-05-15 Thread kwillems
Thanx ... that did the trick with argp !

Unfortunatly other errors still occur, like:

/Looking for nanosleep in rt - not found
Looking for clock_gettime in rt - not found
fatal error: 'neon/ne_session.h' file not found/

Well to put it frankly: since you succeeded in building the Mac client I'm
very very very interested in your terminal history :-)



--
View this message in context: 
http://owncloud.10557.n7.nabble.com/help-needed-to-build-Mac-client-tp9221p9300.html
Sent from the ownCloud mailing list archive at Nabble.com.
___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] help needed to build Mac client

2013-05-15 Thread jiun bookworm
neon issues,
i met that one too, i think i may have compiled neon from source,  aside
from installing via  ports.
im not near my mac machine, so maybe tommorrow when i get to it, i look at
the terminal history.



On Wed, May 15, 2013 at 9:49 PM, kwillems kwill...@zonnet.nl wrote:

 Thanx ... that did the trick with argp !

 Unfortunatly other errors still occur, like:

 /Looking for nanosleep in rt - not found
 Looking for clock_gettime in rt - not found
 fatal error: 'neon/ne_session.h' file not found/

 Well to put it frankly: since you succeeded in building the Mac client I'm
 very very very interested in your terminal history :-)



 --
 View this message in context:
 http://owncloud.10557.n7.nabble.com/help-needed-to-build-Mac-client-tp9221p9300.html
 Sent from the ownCloud mailing list archive at Nabble.com.
 ___
 Owncloud mailing list
 Owncloud@kde.org
 https://mail.kde.org/mailman/listinfo/owncloud

___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


Re: [Owncloud] User account search ability

2013-05-15 Thread CJ Keist

Is there a way to re-create any missing tables in the owncloud database?



On 5/13/13 2:03 PM, CJ Keist wrote:

I don't think I'm seeing any errors in the log file.  I did a grep for
just preferences and this is what I got of the log file. Hard to tell
if these errors is do to the missing table.

egrep -i preferences owncloud.log
{app:PHP,message:fopen(\/tmp\/2dc91675031689a145abef29907ac714.0\/Preferences\/Collab\/Temp\/CollabPROTOCOL_A_TO_B):
failed to open stream: No such file or directory at
\/var\/www\/owncloud\/apps\/files_external\/3rdparty\/phpseclib\/phpseclib\/Net\/SFTP.php#1517,level:2,time:1368115312}

{app:PHP,message:fopen(\/tmp\/2dc91675031689a145abef29907ac714.0\/Preferences\/Collab\/Temp\/CollabPROTOCOL_A_TO_B):
failed to open stream: No such file or directory at
\/var\/www\/owncloud\/apps\/files_external\/lib\/sftp.php#205,level:2,time:1368115312}

{app:PHP,message:fopen(\/tmp\/f1ae3ebd731351009b8f85158af1ff34.0\/Preferences\/reader_prefs):
failed to open stream: No such file or directory at
\/var\/www\/owncloud\/lib\/helper.php#537,level:2,time:1368115316}
{app:PHP,message:fopen(\/tmp\/f1ae3ebd731351009b8f85158af1ff34.0\/Preferences\/reader_prefs):
failed to open stream: No such file or directory at
\/var\/www\/owncloud\/apps\/files_external\/3rdparty\/phpseclib\/phpseclib\/Net\/SFTP.php#1517,level:2,time:1368115316}

{app:PHP,message:fopen(\/tmp\/f1ae3ebd731351009b8f85158af1ff34.0\/Preferences\/reader_prefs):
failed to open stream: No such file or directory at
\/var\/www\/owncloud\/apps\/files_external\/lib\/sftp.php#205,level:2,time:1368115316}

[root@cloud data]#


On 5/13/13 9:43 AM, Arthur Schiwon wrote:

On 05/13/2013 05:18 PM, CJ Keist wrote:

Thank you for the LDAP information.

My owncloud database doesn't have a oc_preferences table, see attached
pic of my database.  So wondering how it is storing the current quota I
have set???


No, it should be there. Do you see any error in your owncloud.log that
it could not have been created? It is a core table [1], i.e. is always
created on install.

Cheers
Arthur

[1] https://github.com/owncloud/core/blob/stable5/db_structure.xml#L563




On 5/13/13 5:19 AM, Arthur Schiwon wrote:

On 05/08/2013 09:17 PM, CJ Keist wrote:

I'd love to do that, is it documented somewhere?  We use inetOrgPerson
scheme and it doesn't look like it has place for disk quota storage.


On ownCloud side, you can specify the attribute is described here
http://doc.owncloud.org/server/5.0/admin_manual/configuration/auth_ldap.html#special-attributes





On LDAP side you would need to extend/customize your schema. How to do
that your servers manual should tell you, e.g. openLDAP:
http://www.openldap.org/doc/admin24/schema.html


Where is the current disk quota for accounts being stored? I cannot
find
it anywhere in the MySQL tables or local files on the server.


IIRC in the table oc_preferences

Cheers
Arthur






On 5/8/13 11:14 AM, Arthur Schiwon wrote:

Why don't you manage quota via LDAP attribute?

CJ Keist cj.ke...@colostate.edu wrote:

Hello,
Just request on owncloud server. When looking at user accounts
with
the admin account, there is no way to search for login names.
With
thousands of accounts this is a big issue when you are trying to
modify
an account disk quota setting.

Where are the disk quota settings for each account stored in the
database?  We are using LDAP back end for authentication.




--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.


___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud




___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud




___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud




--
C. J. Keist Email: cj.ke...@colostate.edu
Systems Group Manager   Solaris 10 OS (SAI)
Engineering Network ServicesPhone: 970-491-0630
College of Engineering, CSU Fax:   970-491-5569
Ft. Collins, CO 80523-1301

All I want is a chance to prove 'Money can't buy happiness'
___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


[Owncloud] Does the CalDAV adapter support sync of tasks (VTODO)

2013-05-15 Thread santigua

I am trying to sync the task from my OC to my android tablet (galaxy note 10.1).
The calender sync works fine and all entries appear in S Planner (thats the 
calender app which handles the Tasks/Todos as well). But I cant get the sync of 
the tasks working.

Any Advice on that? Is this supposed to work?

thx in advance.
___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud


[Owncloud] Lock application

2013-05-15 Thread Ilyas Sapiyan

Dear all,

We are looking for someone who is familiar in developing ownCloud apps to develop for us 
a Lock application.

Basically the objective of the application is to solve the issue of overlapping 
updates to a file in ownCloud. We are having problems with using ownCloud for 
sharing files which are updated very frequently (e.g. Excel documents). 
Sometimes, a user overwrites the document without knowing that another user has 
just updated the file a few seconds earlier.

So the idea of the app is that users sharing a common folder could lock a 
file to indicate that he's changing the file. While the file is locked, any updates to 
the file by other users will be prevented (whether via the web, client app or the mobile 
app).

Once the user has finished updating the file, he can release the lock and other 
users are free to update the file.

Interested parties can email me to discuss terms.

Regards,
Ilyas SapiyanDISCLAIMER
The content of this e-mail along with any attachment(s) may be highly 
confidential. It is for the intended recipient(s) only. kindly delete the 
e-mail(s) immediately if you are not the intended recipient and contact the 
sender at r...@internetnow.com.my
Opinions, conclusions and other information in any form in this e-mail does not reflect the views of the InternetNow International Sdn Bhd unless specifically endorsed by the management. 


DISCLAIMER
The content of this e-mail along with any attachment(s) may be highly 
confidential. It is for the intended recipient(s) only. kindly delete the 
e-mail(s) immediately if you are not the intended recipient and contact the 
sender at r...@internetnow.com.my
Opinions, conclusions and other information in any form in this e-mail does not 
reflect the views of the InternetNow International Sdn Bhd unless specifically 
endorsed by the management. ___
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud