Auth GET failed: 500 Internal Server Error - openstack-swift

i have problem with swift..when i execute swift -V 2.0 -A http://xxx.xxx.x.xx:5000/v2.0/ -U cookbook:demo -K openstack stat
and then this is output
Auth GET failed: http://xxx.xxx.x.xx:5000/v2.0/tokens 500 Internal Server Error
any solution for me? :)

I hit this error while execute 'swift list'.
Error: Account GET failed ... 503 Internal Server Error (first 60 chars of response)...
On swift storage node, check log '/var/log/swift/account-server.log', and get a piece of error message:[Errno 13] Permission denied '/srv/node/sdb1/accounts'
According to the error message, I found the root cause is that, on swift storage node, the swift user doesn't have permission on directory '/srv/node/'. Grant permission with CMD: chown -R swift:swift /srv/node
And the problem is solved. Hope this helpful.

Related

getting an Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/xenial/InRelease Clearsigned file isn't valid, got 'NOSPLIT'

i'm trying to install devstack and getting the mentioned error
Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/xenial/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
Error

go error plugin when running heroku login on windows 10

I just downloaded and updated Heroku, and then ran
> heroku login
in my PowerShell, but got the following error:
(node:1496) [UNKNOWN] Error Plugin: heroku: UNKNOWN: unknown error, open 'U:\_netrc'
Error occurred during reading netrc file: U:\_netrc
module: #oclif/config#1.13.2
task: runHook prerun
plugin: heroku
root: C:\Users\<myusername>\AppData\Local\heroku\client\7.59.2
See more details with DEBUG=*
Error: UNKNOWN: unknown error, open 'U:/_netrc'
I couldn't find much information about the error message, and would appreciate any insights or suggestions. Thank you!

saslauthd 0: No authentication failed

Here I have attached my saslauthd conf file. ANd When I run the command
testsaslauthd -u mongoldap -p coolcomp#123 -f /var/run/saslauthd/mux
0:No authentication failed error occurs.
Please let me know if ther eis any solution to resolve this. Thanks in advance.

Unable to install Streamsets in mac

i am trying to install Streamsets in my mac. while i try to start the streamsets by this command: streamsets-datacollector-3.4.3/bin/streamsets dc getting following exception:
Abnormal exit: java.lang.RuntimeException: The permissions of the realm file '/usr/local/hadoop/streamsets-datacollector-3.3.1/etc/form-realm.properties' should be owner onlyCheck STDERR for more details
As the error says, the file /usr/local/hadoop/streamsets-datacollector-3.3.1/etc/form-realm.properties should be accessible to the owner only. You can set this via:
chmod 600 /usr/local/hadoop/streamsets-datacollector-3.3.1/etc/form-realm.properties

Vagrant setup MongoDB errno 104

Im getting this error::
Any help would be great,thanks in advance
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
SSL read: error:00000000:lib(0):func(0):reason(0), errno 104
ive changed the permission
sudo chown username:username -R ~/.vagrant.d
also, removed temp file data.
rm -rf ~/.vagrant.d/tmp/box*
download the box using the --insecure flag, something like
vagrant box add ubuntu/trusty64 --insecure
and replace ubuntu/trusty64 by the name of the box you are downloading