Hello i am trying to config teamcity to work with gitlab but i get an error : "Test connection failed in myProject ...service=git-upload-pack"
Someone know what is the problem?
Or maybe have sometips or toturial for this?
Thanks. Din.
Related
I have cloned one of my local project to another folder. I faced some mysql issues. So, I am trying to install mysql in my meteor app, but it always throwing me a error as 'couldn't install npm mysql package'. I have googled related to this issue, but none of them get resolved. I appreciate if anyone help me.
meteor npm install mysql
As mentioned in the comment:
Try:
npm config set strict-ssl false
and then
npm config set registry http://registry.npmjs.org/
I am trying to setup node js application using one of github helloworld application code.
I am always getting this error
Regards,
Vivek Chauhan
From the error, seems like the package.json file doesn't have "start" script for npm start to work
I went to build a new python pyramid app on OpenshiftV2 like I always do today and I get this error when I deployed to openshift. I ssh'd in and I can see my virtual env has six 1.10.0 install but for some reason openshift thinks I have 1.3. Maybe Openshift is not activating the venv? Openshift will not let me pip upgrade, install, or uninstall.
I seem to remember this happening a couple of years ago but can't remember how to resolve. I seem to remember it was a Openshift bug but not sure.
Any ideas?
File "/opt/rh/python33/root/usr/lib/python3.3/site-packages/pkg_resources.py", line 728, in require
needed = self.resolve(parse_requirements(requirements))
File "/opt/rh/python33/root/usr/lib/python3.3/site-packages/pkg_resources.py", line 630, in resolve
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (six 1.3.0 (/opt/rh/python33/root/usr/lib/python3.3/site-packages), Requirement.parse('six>=1.5'))
The Openshift repo must have been corrupted somehow. I deleted the app and recreated from scratch and it works fine now.
I want to install mysql server on a remote server but I haven't internet access and I haven't cd/dvd iso. Is it possible to download all mysql repository locally?
Actually if I execute
yum install mysql*
, I have this error :
http://repo.mysql.com/yum/mysql-connectors-community/el/6/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve host 'repo.mysql.com'" Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: mysql-connectors-community. Please verify its path and try again
Does anyone have a solution?
Thanks.
Download the rpm of mysql and install it
http://dev.mysql.com/doc/refman/5.7/en/linux-installation-rpm.html
Download this package ... if use redhat7 linux
mariadb-5.5.44-2.el7.x86_64
install package this command line
#rpm -ivh mariadb-5.5.44-2.el7.x86_64
i think this issue solve
i just installed Teamcity 7.1.2 on my ubuntu. when i start teamcity, it is configuring some things, and after that it shows the following site:
localhost:8111/showAgreement.html with the following error:
Fehler 310 (net::ERR_TOO_MANY_REDIRECTS): Zu viele Umleitungen.
im using google chrome, but i tested it with safari and firefox.
Im using Ubuntu 12.04 in a vm fusion virtual environemnt.
does anybody has an idea how can i solve this?
thanks
Hmm.. ok i now deleted teamcity from the computer, restarted it again and installed teamcity again and look at that, it worked.
For me this happened when Teamcity didn't have write permissions to the directory where it was installed.
Doing "chown teamcity-user:teamcity-user teamcity-top-dir" resolved this for me. No re-install needed.
On docker, run for mounted folders:
chown -R 1000:1000 data/ log/