[Openstack-devel] Debian packages for ftp-cloudfs and sftpcloudfs

Juan J. Martinez juan at memset.com
Tue Feb 5 10:36:16 UTC 2013


On 05/02/13 10:22, Thomas Goirand wrote:
> [...]
> 
> The problem that I have is that:
> 
> root at GPLHost:dom0>_ ~# grep auth-url /etc/sftpcloudfs/sftpcloudfs.conf
> auth-url = https://auth.api.rackspacecloud.com/v1.0
> root at GPLHost:dom0>_ ~# /usr/bin/sftpcloudfs
> --config=/etc/sftpcloudfs/sftpcloudfs.conf
> Usage: sftpcloudfs [options]
> 
> sftpcloudfs: error: No auth-url provided
> 
> I have the exact same problem with the key argument, so I believe that
> the --config= thing doesn't work at all. Can you look into this issue?
> 

It's working but I suspect your config file may be wrong.

Can you confirm that the section in the configuration file is
[sftpcloudfs]? (notice the *s* of SFTP).

Example:

[sftpcloudfs]
auth-url = http://auth.storage.memset.com/v1
host-key-file = id_rsa

Then running:

sftpcloudfs -f -v --config sftpcloudfs.conf

Should show something like:

2013-02-05 10:34:53,830: paramiko[1]: DEBUG: {'foreground': True,
'host_key': 'id_rsa', 'verbose': True, 'max_children': 20, 'syslog':
False, 'authurl': 'http://auth.storage.memset.com/v1', 'memcache': None,
'bind_address': '127.0.0.1', 'pid_file': '/tmp/sftpcloudfs.pid', 'gid':
None, 'log_file': None, 'config': 'sftpcloudfs.conf', 'port': 8022,
'uid': None}
2013-02-05 10:34:53,830: paramiko[1]: INFO: Listening on 127.0.0.1:8022

Kind regards,

Juan




More information about the Openstack-devel mailing list