=== chihchun is now known as chihchun_afk | ||
abdul | i want to customize an ubantu 14.04 according to one operating system i m having with me | 12:38 |
---|---|---|
abdul | can any body can help | 12:38 |
abdul | ?? | 12:38 |
abdul | appdevs | 12:42 |
kalikiana | abdul: I don't understand the question. Are you working on an app? | 12:47 |
abdul | i mean i am having an opoerating system uabntu 14.04 its name is ethos and i want to make same like ethos on ubantu 14.04 so can u assist me?? | 12:48 |
abdul | i have bought this system online so want to make in m own company name | 12:49 |
abdul | hope u undertsand | 12:49 |
ogra_ | abdul, this is for app development on ubuntu, not sure anyone here has any idea about customizing install media or fresh installs etc | 12:50 |
abdul | ok | 12:51 |
=== _salem is now known as salem_ | ||
renatu | hey guys who has a owncloud server that could test something for me? | 13:51 |
renatu | I am trying to implement native support for owncloud, but I can not get my server configured correct | 13:51 |
renatu | I am getting: [ERROR] error code from SyncEvolution operation not allowed (remote, status 405): PROPFIND: Neon error code 1: 405 Method Not Allowed | 13:52 |
renatu | looks like I need to config something in appache to allow that | 13:52 |
popey | renatu: you know there's a nextcloud snap? could install that for testing? | 13:58 |
renatu | popey, how I can do that ? :D | 13:58 |
popey | sudo snap install nextcloud | 14:00 |
popey | iirc | 14:00 |
renatu | popey, I have a owncloud server running, but looks like apache is blocking some methods necessary for syncevolution to discovery the databases | 14:07 |
popey | aw | 14:07 |
renatu | is working nice on myowncloud.com | 14:07 |
renatu | I was hopping to find some apache expert to help me to configure that correct | 14:09 |
popey | maybe speak to dan wood who made the owncloud sync app? | 14:09 |
popey | he may have some experience | 14:09 |
mcphail | renatu: i can share my nextcloud apache config file, if it helps. There's nothing fancy there, though, so it probably won't help | 14:17 |
renatu | mcphail, could you try this command from your desktop: syncevolution --print-databases backend=caldav username=<user> password=<password> syncURL=<owncloud-server> | 14:18 |
mcphail | renatu: i can try later, but I'm currently in a park... | 14:20 |
renatu | mcphail, ok thanks | 14:20 |
mcphail | renatu: you have switched off native dav in apache? | 14:22 |
renatu | mcphail, yes, I tried with it on and off :D | 14:23 |
mcphail | :) | 14:24 |
renatu | mcphail, the web interface is working nice, only syncevolution and evolution app are failing to retrieve the calendar list | 14:24 |
renatu | works if you use the full calendar url | 14:24 |
mcphail | ok, I'll try to look later | 14:25 |
seb128 | I wonder if I'm the only one "priming" doesn't convey much sense to, I keep having to think about what that dir/step does | 14:26 |
seb128 | ups, wrong channel | 14:26 |
popey | renatu: Dubstar_04 ^ | 14:27 |
Dubstar_04 | renatu: popey said you had some questions regarding owncloud? | 14:28 |
renatu | Dubstar_04, I am having problems listing the calendars using syncevolution | 14:28 |
renatu | Dubstar_04, I am getting this error: PROPFIND: Neon error code 1: 405 Method Not Allowed | 14:29 |
renatu | I believe that I need to configure something in apache | 14:29 |
renatu | Dubstar_04, could you try this command from your desktop: syncevolution --print-databases backend=caldav username=<user> password=<password> syncURL=<owncloud-server> | 14:30 |
Dubstar_04 | renatu, that works for me but you need to supply the complete url to the calendars. | 14:40 |
Dubstar_04 | try: https://www.MYSERVER.com^Cwncloud/remote.php/caldav/calendars/USERNAME | 14:40 |
Dubstar_04 | renatu: ^^ | 14:40 |
renatu | Dubstar_04, yes the same here. But it should work with the owncloud base url | 14:40 |
renatu | Dubstar_04, which error do you get with the basic url? | 14:41 |
renatu | Dubstar_04, it works with "https://my.owndrive.com/" service | 14:42 |
Dubstar_04 | try: https://www.MYSERVER.com/owncloud/remote.php/caldav/ | 14:42 |
Dubstar_04 | renatu: without the full path i get. [ERROR] PROPFIND: Neon error code 1: 404 Not Found | 14:43 |
renatu | with that? https://www.MYSERVER.com/owncloud/ | 14:45 |
Dubstar_04 | renatu: its based on sabredav. some great documentation here: http://sabre.io/dav/building-a-caldav-client/ | 14:45 |
renatu | Dubstar_04, yeah works nice with https://www.MYSERVER.com/owncloud/remote.php/caldav/ | 14:46 |
renatu | with https://www.MYSERVER.com/owncloud I am getting 405 Method Not Allowed | 14:46 |
Dubstar_04 | renatu: does that suit your requirement? | 14:46 |
renatu | Dubstar_04, yes I think I can hard code it to append: "remote.php/caldav/" | 14:47 |
Dubstar_04 | renatu: yeh thats what i do with the file sync and I don't believe anyone has had issues with it. (once that have managed to login) | 14:48 |
=== flexiondotorg is now known as Wimpress | ||
renatu | Dubstar_04, thanks | 14:50 |
Dubstar_04 | renatu: np. if you want anything else ask popey to ping me. | 14:51 |
popey | heh | 14:51 |
popey | thanks Dubstar_04 | 14:51 |
mcphail | renatu: isn't there some trick like using base.url/well-known/caldav or something? | 15:08 |
bfiller | Dubstar_04, we're getting close on calendar sync with owncloud through the calendar app :) | 15:08 |
mcphail | bfiller: cool. Needs this! | 15:09 |
bfiller | mcphail, we just finished google multi-calendar sync, now trying to get owncloud multi-calendar sync working | 15:10 |
bfiller | almost there | 15:10 |
mcphail | bfiller: great. I was jyst about to start investigating the command line method | 15:10 |
renatu | mcphail, this is exactly what syncevolution try to do. It try to find for this path but the server is blocking it | 15:10 |
Dubstar_04 | bfiller: thats great news!! | 15:11 |
mcphail | renatu: and mod_rewrite is enabled? | 15:11 |
renatu | mcphail, yes | 15:11 |
renatu | mcphail, is that working for you? | 15:12 |
mcphail | renatu: i haven't tried yet as still out, but spotted the rewrite rule in .htaccess file | 15:12 |
mcphail | renatu: have time to kill on my phone while daughter is on bouncy castle ;) | 15:14 |
renatu | mcphail, you can use that command on your phone too | 15:14 |
mcphail | renatu: i get a list of my calendars | 15:19 |
renatu | mcphail, which url did you use? | 15:20 |
mcphail | renatu: just my base url | 15:20 |
renatu | mcphail, great, then you apache is configured correct. | 15:20 |
renatu | mcphail, I would like to see you appache configuration | 15:21 |
popey | :) | 15:21 |
mcphail | renatu: http://termbin.com/7wq7 | 15:21 |
mcphail | renatu: nothing fancy | 15:23 |
mcphail | renatu: but followed the nextcloud setup process (including changing permissions) to the letter | 15:23 |
Dubstar_04 | renatu: I will ask the guys in my owncloud telegram app to test it. | 15:24 |
Dubstar_04 | s/app/group | 15:24 |
renatu | Dubstar_04, thanks | 15:24 |
renatu | mcphail, yeah the only difference is that you are using ssl, I am using plain authentication | 15:33 |
renatu | Dubstar_04, are you using ssl to? | 15:34 |
Dubstar_04 | yes | 15:34 |
Dubstar_04 | renatu: I need to pop out. I will email you once I have replies from people testing the commands. You're also welcome to join the group. | 15:35 |
renatu | Dubstar_04, nice, thanks | 15:35 |
renatu | Dubstar_04, @renato_filho | 15:36 |
Dubstar_04 | renatu: https://telegram.me/joinchat/BQHZRAiN_pnOeE4mT31YCQ | 15:36 |
renatu | please add me there | 15:36 |
renatu | ok | 15:36 |
renatu | I will | 15:36 |
renatu | thanks | 15:36 |
Dubstar_04 | np | 15:36 |
renatu | mcphail, could you send me your .htaccess file? | 15:37 |
mcphail | renatu: it is just the default: http://termbin.com/vr97 | 15:40 |
=== aldrog is now known as aldrog_ |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!