Here's the error with debug output:

root@rs:~/.s3ql# mkfs.s3ql --debug 
swift://sjc01.objectstorage.service.networklayer.com/auth/rs_container
Enter backend login:
Enter backend passphrase:
2015-03-20 10:46:56.151 6101 MainThread 
s3ql.backends.common.get_ssl_context: Reading default CA certificates.
2015-03-20 10:46:56.152 6101 MainThread s3ql.backends.swift._do_request: 
started with 'GET', '/', None, {'limit': 1}, None, None
2015-03-20 10:46:56.153 6101 MainThread s3ql.backends.swift._do_request: no 
active connection, calling _get_conn()
2015-03-20 10:46:56.153 6101 MainThread s3ql.backends.swift._get_conn: 
started
2015-03-20 10:46:56.153 6101 MainThread s3ql.backends.swift._get_conn: GET 
/v1.0
2015-03-20 10:46:56.261 6101 MainThread s3ql.backends.swift._get_conn: auth 
to /v1.0 failed, trying next path
2015-03-20 10:46:56.261 6101 MainThread s3ql.backends.swift._get_conn: GET 
/auth/v1.0
2015-03-20 10:46:56.282 6101 MainThread 
s3ql.backends.swift._do_request_inner: started with GET 
/v1/AUTH_eda2c38d-0ae2-4a95-90f9-a1c3e66f6de9/auth/?limit=1
2015-03-20 10:46:56.309 6101 MainThread root.excepthook: 'auth' does not 
exist


On Friday, March 20, 2015 at 10:36:15 AM UTC-5, Kevin Grace wrote:
>
> Good morning.  Trying to setup s3ql to create filesystem for object 
> storage container at Softlayer.  
>
> Here's our authinfo2 file:
>
> backend-login: tenant:user (using our auth info here)
> backend-password: api key (using our key here)
> storage-url: swift://
> sjc01.objectstorage.service.networklayer.com/auth/v1.0/<contrainer_name> 
> (using our container name here)
>
> root@rs:~/.s3ql# mkfs.s3ql swift://
> sjc01.objectstorage.service.networklayer.com/auth/v1.0/<container_name>
>
> We get the following return:
>
> 'auth' does not exist
>
> Here's the version of os, python and s3ql we're using:
>
> root@rs:~/.s3ql# lsb_release -a
> No LSB modules are available.
> Distributor ID: Ubuntu
> Description:    Ubuntu 14.04.1 LTS
> Release:        14.04
> Codename:       trusty
> root@rs:~/.s3ql# python -V
> Python 3.3.6
> root@rs:~/.s3ql# mkfs.s3ql --version
> S3QL 2.13
>
> Thanks in advance for your assistance.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to