Announcement

Collapse
No announcement yet.

Help installing Owncloud on kubuntu precise pangolin

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • bra|10n
    replied
    I guess the only choice is to wait. But as you said the bug seems to lack 'activity'.

    Leave a comment:


  • SteveRiley
    replied
    Hmm... according to the release notes, clients before 1.0.1 don't support SSL. Because my OwnCloud is running on AWS, I've configured to accept only SSL. I guess I'll have to wait for them to fix this weird bug.

    Leave a comment:


  • bra|10n
    replied
    I found it here @ Chakra forums. I think I remember the name (submitter - gcala) from the the ownCloud forums.

    Leave a comment:


  • SteveRiley
    replied
    Thanks...will check that in a moment. At first glance, 1.0.0-1 would appear to be a downgrade from 1.0.1...

    Leave a comment:


  • bra|10n
    replied
    Uploaded...

    Leave a comment:


  • SteveRiley
    replied
    Originally posted by bra|10n View Post
    Found a patched version of owncloud-client 1.0.0-1. Have you tried it?
    Nope; where'd you find it, in OpenSUSE's repos?

    Originally posted by bra|10n View Post
    Interested because you said you had 11.04 up and running without problems, is the client version 1.0.0-1?
    My OwnCloud server is version 3.0.3 running on Ubuntu Server 11.10. The client I tried -- the one with the error -- was version 1.0.1 on Kubuntu 12.04.

    Leave a comment:


  • bra|10n
    replied
    Found a patched version of owncloud-client 1.0.0-1
    Have you tried it?

    Interested because you said you had 11.04 up and running without problems, is the client version 1.0.0-1?

    Leave a comment:


  • SteveRiley
    replied
    Yup, that's the bug that several folks have reported. If you navigate to that exact same URL in a web browser...
    Code:
    https://owncube.com/files/webdav.php/clientsycn
    ...it should open just fine. But the sync client fails, although it successfully creates the clientsync folder.

    Alas, the bug appears not to be attracting any interest, which concerns me...

    Leave a comment:


  • bra|10n
    replied


    Maybe the above provides a hint of the problem...

    Leave a comment:


  • SteveRiley
    replied
    No, all the dependencies are required. Some are in Ubuntu's repos, some are in that one from OpenSUSE. apt-get -f is barfing here because, without knowing about the OpenSUSE repo, it actually can't perform its function properly. Here's how interpret what you're seeing:

    Code:
    kubuntu@Precise:~$ sudo apt-get -f install
    
    [b][i]    Yes, master, I shall do as you ask.[/i][/b]
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Correcting dependencies... Done
    
    [b][i]    Oh wait, this is my usual output I always tell you whenever I see automatically
        installed packages that don't have a properly installed and configured reverse 
        dependent, so before I do anything else, I'll tell you about them. Yes, I know, they
        aren't installed now! But I also know that I'm going to have to install them to
        satisfy the dependencies of owncloud-client. But but I also know that owncloud-client
        has more dependencies that I can't solve (maybe they're in some other repo?) so
        ultimately I'll install these two here but you won't really need them because
        owncloud-client can't really be satisfied so I'll just tell you right now.[/i][/b]
    The following packages were automatically installed and are no longer required:
      libqt4-core libqt4-gui
    Use 'apt-get autoremove' to remove them.
    
    [b][i]    I need to install these to satisfy owncloud-client.[/i][/b]
    The following extra packages will be installed:
      libqt4-core libqt4-gui
    
    [b][i]    Wait, I can't satisfy owncloud-client, because it has some other dependencies I
        can't solve (maybe they're in some other repo?) so I have to remove owncloud-client.
        I, the great APT, will never allow unresolved dependencies.[/i][/b]
    The following packages will be REMOVED:
      owncloud-client
    
    [b][i]    This is really all I can to both fulful your request and live by my mandate that no
        unresolved dependencies exist. So while I will install them, since that's the only
        way I can interpret what you're saying, it seems weird to me. That's why I told you
        at the beginning that when we're all done here, nothing will require these.[/i][/b]
    The following NEW packages will be installed:
      libqt4-core libqt4-gui
    
    [b][i]    Yup, all that work, and just two measly libs. Ready?[/i][/b]
    0 upgraded, 2 newly installed, 1 to remove and 0 not upgraded.
    1 not fully installed or removed.
    Need to get 12.5 kB of archives.
    After this operation, 1,403 kB disk space will be freed.
    Do you want to continue [Y/n]
    Make it easy on yourself:
    Code:
    sudo dpkg -P owncloud-client
    sudo apt-get --purge autoremove
    Then add the OpenSUSE repo and start over.
    Last edited by SteveRiley; May 07, 2012, 12:44 AM.

    Leave a comment:


  • bra|10n
    replied
    Well I thought to try answer my own question also, putting in each dependency on the list into muon. Some are in the repos, some not.
    So the openSUSE repo is needed.

    Code:
    kubuntu@Precise:~$ sudo apt-get -f install owncloud-client
    [sudo] password for kubuntu: 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    owncloud-client is already the newest version.
    You might want to run 'apt-get -f install' to correct these:
    The following packages have unmet dependencies:
     owncloud-client : Depends: libqt4-core but it is not going to be installed
                       Depends: libqt4-gui but it is not going to be installed
                       Depends: libcsync0 but it is not installable
                       Depends: ntp but it is not going to be installed
                       Depends: libcsync-plugin-owncloud but it is not installable
                       Depends: libcsync-plugin-smb but it is not installable
                       Depends: libcsync-plugin-sftp but it is not installable
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    
    kubuntu@Precise:~$ sudo apt-get -f install
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Correcting dependencies... Done
    The following packages were automatically installed and are no longer required:
      libqt4-core libqt4-gui
    Use 'apt-get autoremove' to remove them.
    The following extra packages will be installed:
      libqt4-core libqt4-gui
    The following packages will be REMOVED:
      owncloud-client
    The following NEW packages will be installed:
      libqt4-core libqt4-gui
    0 upgraded, 2 newly installed, 1 to remove and 0 not upgraded.
    1 not fully installed or removed.
    Need to get 12.5 kB of archives.
    After this operation, 1,403 kB disk space will be freed.
    Do you want to continue [Y/n]
    I'm fast lost or getting there... Are you saying that once owncloud-client is configured, the packages the deb is calling not in the standard repo's will no longer be required?

    Leave a comment:


  • SteveRiley
    replied
    Nope. dpkg only works locally. But take a close look at your output:

    Code:
    dpkg: error processing owncloud-client (--install):
     dependency problems - leaving unconfigured
    So while owncloud-client is in fact installed, it's currently in unconfigured state. You can satisfy the dependencies, and complete the configuration, with
    Code:
    sudo apt-get -f install
    Alternately, you could have used gdebi, which can simultaneously install a local .deb file and download/install missing dependencies in one swell foop:
    Code:
    sudo apt-get install gdebi-kde
    This gives you a command-line utility (gdebi) and nice pretty UI.

    Leave a comment:


  • bra|10n
    replied
    Unless there is a 'script' equivalent within the deb to do so?
    I remember kfilebox I think it was "Downloading files to satisfy dependencies". I could be wrong... more than likely

    Leave a comment:


  • SteveRiley
    replied
    Originally posted by bra|10n View Post
    Am I right assuming with OwnCube, OwnCloud isn't required?
    Right, OwnCube is a hosted OwnCloud service.

    Leave a comment:


  • SteveRiley
    replied
    dpkg can't download packages to resolve dependencies.

    Leave a comment:

Working...
X