11.2-Beta1 BackBlaze Setup

Status
Not open for further replies.

Rickinfl

Contributor
Joined
Aug 7, 2017
Messages
165
Hi,

Not sure if this is a FreeNAS issue or BackBlaze issue, I have everything setup correct the Account ID and Application Key, but I can't get FreeNAS 11.2-Beta1 to connect I get this error:

Error: Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 154, in call_method
result = await self.middleware.call_method(self, message)
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 110, in __next__
return self.gen.send(None)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1013, in call_method
return await self._call(message['method'], serviceobj, methodobj, params, app=app, io_thread=False)
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 110, in __next__
return self.gen.send(None)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 953, in _call
return await methodobj(*args)
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 110, in __next__
return self.gen.send(None)
File "/usr/local/lib/python3.6/site-packages/middlewared/schema.py", line 658, in nf
return await f(*args, **kwargs)
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 110, in __next__
return self.gen.send(None)
File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/backup.py", line 222, in get_buckets
for bucket in await self.middleware.call("cloudsync.list_buckets", id)
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 110, in __next__
return self.gen.send(None)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1017, in call
return await self._call(name, serviceobj, methodobj, params, pipes=pipes, io_thread=True)
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 110, in __next__
return self.gen.send(None)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 953, in _call
return await methodobj(*args)
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 110, in __next__
return self.gen.send(None)
File "/usr/local/lib/python3.6/site-packages/middlewared/schema.py", line 658, in nf
return await f(*args, **kwargs)
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 110, in __next__
return self.gen.send(None)
File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/cloud_sync.py", line 454, in list_buckets
return await self.ls({"credentials": credentials}, "")
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 110, in __next__
return self.gen.send(None)
File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/cloud_sync.py", line 491, in ls
raise CallError(proc.stderr)
middlewared.service_exception.CallError: [EFAULT] 2018/07/29 07:35:35 Failed to create file system for "remote:": failed to authorize account: failed to authenticate: Unexpected exception (500 internal_error)
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177
The only reason to run 11.2-Beta1 is to identify bugs and report them. If you are not doing that then I would run 11.1-U5, the current stable release, to validate your BackBlaze install; then when you have a solid install procedure you can test 11.2-Beta1.
 

Rickinfl

Contributor
Joined
Aug 7, 2017
Messages
165
I got it working. This was my fault.
 

diskdiddler

Wizard
Joined
Jul 9, 2014
Messages
2,377
I'm on BETA1 and set up backblaze to learn, it worked fine for me?
 
Status
Not open for further replies.
Top