According to this manual, I've try to install Cygnus on my Centos instance of FiwareLab but always I get the following error "Permission denied".
I have used the default user "centos" but I don't get any result.
Anyone can help me?
Thanks a lot!!
Here's a supplementary screen shot:
The error you were facing was because the user has no permission to perform that operation on the specified directory.
The solution, in this case, is use sudo:
sudo cat > /etc/yum.repos.d/fiware.repo <<EOL (continue the lines)
I hope it had helped you.
Related
I am starting to work on mysql but cannot open mysql-workbench. When I try to open it via the command line of ubuntu, I get the following error:
/usr/lib/mysql-workbench/mysql-workbench-bin: symbol lookup error:
/usr/lib/libgdal.so.20: undefined symbol: sqlite3_column_table_name
I looked up everywhere, but couldn't find a way to fix it!
Thank you in advance for any help!
Just install the latest deb from mysql-workbench website directly.
I am having some issues getting sql to work when trying to set my rails project. I have the latest version of both ruby and rails, the issue I believe lies within my terminal PATH. When typing gem install mysql, I get the following error:
ERROR: While executing gem ... (Errno::EACCES) Permission denied #
rb_sysopen -
/Users/myName/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/mysql-2.9.1/COPYING.
And when echoing my PATH I get the following description:
/Users/myName/.rbenv/shims:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
This is a messed up path, and yes I have specified the PATH I want in the .bash_profile. My desired path looks like this:
export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH" It just doesn't seem to work. Any ideas of what I am doing wrong? Running Sierra on a Macbook Pro 2015.
Thanks in advance for the help!
That error doesn't look like anything to do with your $PATH, which looks OK. It seems that you're trying to write to /Users/myName/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/mysql-2.9.1/COPYING but don't have permission. Maybe you installed something as root, and now root owns the gem files.
My guess is you need to fix the ownership of your .rbenv directory.
Try sudo chown -R myName /Users/myName/.rbenv, or if you want to be more rigorous, ls -l /Users/myName/.rbenv and see what the permissions look like before fixing whichever need it.
Managed to solve the issue with the help of this thread: brew install mysql on mac os. And with using my brain a bit more and installing the lated command tools... Hope this can help someone else who may have forgotten Xcodes part in it all.
When I tried to install the latest caffe on my MacbookPro (El Capitan), I got following errors. What's wrong? How to fix it?
I found a few similar issues on this site, unfortunately shown fix seems ubuntu specific.
Thank you in advance.
bash-3.2$ make runtest
make runtest
.build_release/tools/caffe
[libprotobuf ERROR google/protobuf/descriptor_database.cc:57] File already exists in database: caffe.proto
[libprotobuf FATAL google/protobuf/descriptor.cc:1164] CHECK failed: generated_database_->Add(encoded_file_descriptor, size):
libc++abi.dylib: terminating with uncaught exception of type google::protobuf::FatalException: CHECK failed: generated_database_- >Add(encoded_file_descriptor, size):
make: *** [runtest] Abort trap: 6
bash-3.2$
I faced a similar error. In my case, switching from Protobuf 2.6.1 to the latest Protobuf Version (i.e. 3.4.1) resolved the problem. Good luck!
This is typically an issue with libprotobuf. You need to re-install protobuf debian and then rebuild caffe as shown below:
Uninstall the existing protobuf:
sudo apt-get remove libprotobuf-dev protobuf-compiler
sudo apt-get remove libprotobuf-lite8 libprotoc8
sudo apt-get remove python-protobuf
Re-install protobuf. Follow all the steps given at steps to install protobuf (2.6.1) debian.
Rebuild caffe
Look, It's beesn two weeks and i found nothing on the subject so you guys are my only hope on this.
I started a web project on Erlang VM which is a phoenix Based application. and i've been trying for ages to link the MySql Database i built to the app.
I followed the guide provided on the site...
http://www.phoenixframework.org/docs/using-mysql
But when i arrive at the end of the guide, we have to initiate commands which i did. but when i do i get this strange error:
** (Mix) the task "compile.gettext" could not be found. did you mean "compile.leex"
I've tried looking everywhere and no answer. One forum i found told me to install Erlang-parsetool but to no success because it is already installed.
so i'm really in need of help right now. I'm not a setup guy and i've been setting this up for way to long. Thanks for the answers
Trying
sudo apt-get install erlang-dev fixed my problem.
And make sure you run,
sudo apt-get install erlang-parsetools
sudo apt-get install erlang-dev
Read the issue #93
So I looked around and saw someone with the same problem as me and the solution was to use Terminal and kill some processes but I still get the same error. Why is that?
I don't know if my question is clear or not. Basically I need another alternative solution to fix this problem.
If the log shows an "XAMPPErrorDomain error 1" error, then its a permission problem. To solve this on OS X, try this:
sudo chmod 600 /Applications/XAMPP/xamppfiles/etc/my.cnf