Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: CurlFtpFS package for Ubuntu

  1. #1
    Join Date
    Jul 2006
    Beans
    107

    Question CurlFtpFS package for Ubuntu

    CurlFtpFS package is available for Debian but not for (K)ubuntu, I was wandering if it will be available or if we will use Debian packages forever...
    any ideas??
    Debian testing user.
    Don't underestimate the power of *nix manual!!!
    Code:
     geco@biohazard:~$ man man

  2. #2
    Join Date
    Nov 2005
    Beans
    2,322
    Distro
    Ubuntu Intrepid Ibex (testing)

    Re: CurlFtpFS package for Ubuntu

    Quote Originally Posted by geco View Post
    CurlFtpFS package is available for Debian but not for (K)ubuntu, I was wandering if it will be available or if we will use Debian packages forever...
    any ideas??
    gutsy and feisty archives contain the curlftpfs package
    http://packages.ubuntu.com/cgi-bin/s...ords=curlftpfs

    Do you need a backport for earlier Ubuntu version?
    Building on Ubuntu using [pbuilder]
    Other resources [Upgrading from CVS, Gaim2, Anjuta, Rhythmbox]

  3. #3
    Join Date
    Jul 2006
    Beans
    107

    Smile Re: CurlFtpFS package for Ubuntu

    Quote Originally Posted by mlind View Post
    gutsy and feisty archives contain the curlftpfs package
    http://packages.ubuntu.com/cgi-bin/s...ords=curlftpfs

    Do you need a backport for earlier Ubuntu version?
    For now I installed the Debian packages (and it seems to work), I also posted an HowTo (not yet approved by a moderator) because I needed to upgrade several Ubuntu packages with Debian ones.

    Anyway it could be useful for Edgy users to have a curlftpfs package.

    Thank you,
    geco

    EDIT:
    I mean... it could be useful also for Dapper and earliest versions users
    Debian testing user.
    Don't underestimate the power of *nix manual!!!
    Code:
     geco@biohazard:~$ man man

  4. #4
    Join Date
    Nov 2005
    Beans
    2,322
    Distro
    Ubuntu Intrepid Ibex (testing)

    Re: CurlFtpFS package for Ubuntu

    Quote Originally Posted by geco View Post
    For now I installed the Debian packages (and it seems to work), I also posted an HowTo (not yet approved by a moderator) because I needed to upgrade several Ubuntu packages with Debian ones.

    Anyway it could be useful for Edgy users to have a curlftpfs package.

    Thank you,
    geco

    EDIT:
    I mean... it could be useful also for Dapper and earliest versions users
    What packages you had to upgrade in order to do this? It's usually a very bad sign if you need to install several binaries from other distribution to satisfy a single package. Often this happens when package is not "binary-compatible" with your system. And this might result a cycle where you install more binaries from a foreign distribution and end up with a broken system.

    At least avoid upgrading any core libraries.

    Here's a curlftpfs backport for edgy. You can make an official backport request by using lauchpad and filing a bug against the package.
    Attached Files Attached Files
    Building on Ubuntu using [pbuilder]
    Other resources [Upgrading from CVS, Gaim2, Anjuta, Rhythmbox]

  5. #5
    Join Date
    Jul 2006
    Beans
    107

    Arrow Re: CurlFtpFS package for Ubuntu

    Quote Originally Posted by mlind View Post
    What packages you had to upgrade in order to do this? It's usually a very bad sign if you need to install several binaries from other distribution to satisfy a single package. Often this happens when package is not "binary-compatible" with your system. And this might result a cycle where you install more binaries from a foreign distribution and end up with a broken system.

    At least avoid upgrading any core libraries.

    Here's a curlftpfs backport for edgy. You can make an official backport request by using lauchpad and filing a bug against the package.
    First of all thank you for the backport and the advice.

    I installed the following Debian packages:

    curlftpfs_0.9-2+b2_i386.deb
    fuse-utils_2.6.3-2_i386.deb
    libcurl3-gnutls_7.15.5-1_i386.deb
    libgpg-error0_1.4-2_i386.deb
    libgpg-error-dev_1.4-2_i386.deb
    Debian testing user.
    Don't underestimate the power of *nix manual!!!
    Code:
     geco@biohazard:~$ man man

  6. #6
    Join Date
    Nov 2005
    Beans
    2,322
    Distro
    Ubuntu Intrepid Ibex (testing)

    Re: CurlFtpFS package for Ubuntu

    Quote Originally Posted by geco View Post
    First of all thank you for the backport and the advice.

    I installed the following Debian packages:

    curlftpfs_0.9-2+b2_i386.deb
    fuse-utils_2.6.3-2_i386.deb
    libcurl3-gnutls_7.15.5-1_i386.deb
    libgpg-error0_1.4-2_i386.deb
    libgpg-error-dev_1.4-2_i386.deb
    You said you had to install these from Debian, weren't these available in Ubuntu repository?
    Building on Ubuntu using [pbuilder]
    Other resources [Upgrading from CVS, Gaim2, Anjuta, Rhythmbox]

  7. #7
    Join Date
    Jul 2006
    Beans
    107

    Re: CurlFtpFS package for Ubuntu

    I downloaded curlftpfs_0.9-2 from Debian Testing and the Edgy fuse-utils, libcurl3-gnutils etc. was an earlier version than required from Debian curlftpfs so I downloaded also the required dependency for Debian Testing.
    If your advice is to switch back to Edgy packets I will install your backport and downgrade the other packets (for the moment everything seems to work well).

    Thaks,
    geco
    Debian testing user.
    Don't underestimate the power of *nix manual!!!
    Code:
     geco@biohazard:~$ man man

  8. #8
    Join Date
    Nov 2005
    Beans
    2,322
    Distro
    Ubuntu Intrepid Ibex (testing)

    Re: CurlFtpFS package for Ubuntu

    downgrading is what I would do. You might run into dependency problems when something requires certain version of the library/utilities or is built against certain set of symbols which aren't found in the new installed library. It's probably okay to keep the "foreign" stuff though, I'm just speaking of my own experience.
    Building on Ubuntu using [pbuilder]
    Other resources [Upgrading from CVS, Gaim2, Anjuta, Rhythmbox]

  9. #9
    Join Date
    Jul 2006
    Beans
    107

    Talking Re: CurlFtpFS package for Ubuntu

    Quote Originally Posted by mlind View Post
    downgrading is what I would do. You might run into dependency problems when something requires certain version of the library/utilities or is built against certain set of symbols which aren't found in the new installed library. It's probably okay to keep the "foreign" stuff though, I'm just speaking of my own experience.
    Ok, thank you very much. I will downgrade to Edgy packages as soon as possible.

    byebye
    Debian testing user.
    Don't underestimate the power of *nix manual!!!
    Code:
     geco@biohazard:~$ man man

  10. #10
    Join Date
    Jul 2006
    Beans
    107

    Cool Re: CurlFtpFS package for Ubuntu

    I downgraded from Debian Testing curlftpfs 0.9-2.b2 (and dependencies) to Ubuntu Edgy 0.9.1-1 (and dependencies) but in this way curlftpfs doesn't recognize the /etc/fstab line for mounting the FTP host
    Code:
    curlftpfs#ftpuser:ftppassword@ftp.host /mount/directory/path fuse allow_other,uid=myuid,gid=mygid,noauto 0 0
    maybe curlftpfs 0.9.1 uses a different "grammar"?

    EDIT:
    I saw that curlftp fs 0.9.2 has been released for Festy... but there's no Edgy package... I don't want to bore you asking for another backport... I will ask for an official backport
    Last edited by geco; May 17th, 2007 at 01:20 AM.
    Debian testing user.
    Don't underestimate the power of *nix manual!!!
    Code:
     geco@biohazard:~$ man man

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •