That's not to say I don't appreciate the fact that ownCloud exists, but I find it much harder to use, and the fact that it's written in PHP makes me not want to dig into it to fix.
Owncloud has been forked into Nextcloud
61–70 of 134 posts
Re: Owncloud has been forked into Nextcloud
#62Let me tell you an anecdote about Owncloud. Once upon a time, I hosted an Owncloud instance for my family. I had a raid 5 system setup on an old Xserve with around 10 TB of usable space. I was really into learning about encryption at the time, so I figured it would be cool to encrypt all my families files on the server. I made sure that all my family members were properly educated about not forgetting their password,…
I don't mean to belittle the severity of the bug you encountered -- but the root-cause of your problem was a lack of a backup. A large number of issues, some of them software bugs, many of them not, could lead to data loss. It that vein, too, your RAID-5 system is/was a disaster waiting to happen, especially when you don't have a backup: http://www.zdnet.com/article/raidfail-dont-use-raid-5-on-sma...
Restoring from backup would have corrected the symptom, not the root problem: a bug.
Re: Owncloud has been forked into Nextcloud
#63Earlier quoted context omitted.
We can't talk about this in detail yet but http://blog.jospoortvliet.com/2016/06/nextcloud-is-replacing... has some more information on what's upcoming. If you can understand German a very good in-depth research article is at http://www.golem.de/news/community-fork-und-neues-unternehme... Disclaimer: I am one of those folks that left ownCloud for Nextcloud.
I sincerely hope that Nextcould embraces the C4 contract for community building. That would be IMHO the best way to create and grow a community that is truly open and will survive for a long time. http://rfc.zeromq.org/spec:42/C4/
The project SHALL NOT use topic branches for any reason.
This is a main tenet of git-flow, and it's hardly uncommon.
Re: Owncloud has been forked into Nextcloud
#64I like how OwnCloud was characterized on Bad Voltage (paraphrasing here): "It's as if someone a few years ago wrote down their definition of cloud and sent it back in time to 1996. Then a bunch of PHP developers in 1996 implemented it knowing nothing about what they were doing and then sent the code back to present day." That's not to say I don't appreciate the fact that ownCloud exists, but I find it much harder to…
I'd join in if there were a better Pythonista to start it than myself.
Re: Owncloud has been forked into Nextcloud
#65Earlier quoted context omitted.
I don't mean to belittle the severity of the bug you encountered -- but the root-cause of your problem was a lack of a backup. A large number of issues, some of them software bugs, many of them not, could lead to data loss. It that vein, too, your RAID-5 system is/was a disaster waiting to happen, especially when you don't have a backup: http://www.zdnet.com/article/raidfail-dont-use-raid-5-on-sma...
"You're holding it wrong." He did have a backup. Having it also be mysteriously borked certainly violates the principle of least surprise. That's a bug like Fukushima is an industrial accident.
Re: Owncloud has been forked into Nextcloud
#66Earlier quoted context omitted.
http://blog.jospoortvliet.com/2016/06/nextcloud-is-replacing... >'why' is the question everybody has and I hope you understand I don't want to talk too much about that Grow up, maybe, Jos? This sounds to me like the usual and continuous splits inside OSS communities, but Jesus, I do miss the days when you had a detailed explanation as soon as somebody leaked the IRC logs!
You don't talk negative about other people, especially if you worked with them for a long time, and especially when it's not a matter of "they hid bodies of people they killed" but mere differences in opinion about how to do business. So no, this dirty laundry should not be aired in public.
It could be anything. "We feel own-cloud isn't libre enough", "We don't feel this direction is profitable", "We feel owncloud was too open", "I personally disliked one of the people there any wanted to sink the ship", etc etc (note: I am being a bit tongue in cheek here)
If its a reason I agree with, then migration makes sense, if its a reason I don't agree with, then obviously migration might not be a good idea. But no one knows what the driving motivation of nextcloud is! So its a bit more worry-causing then reassuring
Re: Owncloud has been forked into Nextcloud
#67Let me tell you an anecdote about Owncloud. Once upon a time, I hosted an Owncloud instance for my family. I had a raid 5 system setup on an old Xserve with around 10 TB of usable space. I was really into learning about encryption at the time, so I figured it would be cool to encrypt all my families files on the server. I made sure that all my family members were properly educated about not forgetting their password,…
I don't mean to belittle the severity of the bug you encountered -- but the root-cause of your problem was a lack of a backup. A large number of issues, some of them software bugs, many of them not, could lead to data loss. It that vein, too, your RAID-5 system is/was a disaster waiting to happen, especially when you don't have a backup: http://www.zdnet.com/article/raidfail-dont-use-raid-5-on-sma...
It wouldn't have even been possible to backup the encrypted data without getting all my family members passwords too.
Re: Owncloud has been forked into Nextcloud
#68I like how OwnCloud was characterized on Bad Voltage (paraphrasing here): "It's as if someone a few years ago wrote down their definition of cloud and sent it back in time to 1996. Then a bunch of PHP developers in 1996 implemented it knowing nothing about what they were doing and then sent the code back to present day." That's not to say I don't appreciate the fact that ownCloud exists, but I find it much harder to…
Indeed I've been waiting for something like Owncloud for Django or Flask or something Pythonesque for a while. I'd join in if there were a better Pythonista to start it than myself.
Owncloud's syncing clients for mac/win/linux are descended from mirall and are pretty good. I used Owncloud server for a while then built myself a lightweight replacement in node that uses the same sync API. (webdav)
Re: Owncloud has been forked into Nextcloud
#69Earlier quoted context omitted.
I don't mean to belittle the severity of the bug you encountered -- but the root-cause of your problem was a lack of a backup. A large number of issues, some of them software bugs, many of them not, could lead to data loss. It that vein, too, your RAID-5 system is/was a disaster waiting to happen, especially when you don't have a backup: http://www.zdnet.com/article/raidfail-dont-use-raid-5-on-sma...
Do you back up the unencrypted data though? Regardless of the viability of the raid 5 system, the raid 5 wasn't what failed. It was the encryption. It wouldn't have even been possible to backup the encrypted data without getting all my family members passwords too.
> Do you back up the unencrypted data though? Regardless of the viability of the raid 5 system, the raid 5 wasn't what failed. It was the encryption.
> It wouldn't have even been possible to backup the encrypted data without getting all my family members passwords too.
You could have backed up the encrypted data (+owncloud metadata) in its encrypted form. Then, when you ran into the bug that corrupted the main copy of the encrypted data, you could have restored the old backup of the encrypted data and reverted to the last working version of Owncloud to access your data.