ubuntu-13.10

hg remove all files listed in .hgignore

跟風遠走 提交于 2019-11-28 22:47:31
问题 I have a mercurial repo with .hgignore file. I want to remove all files from disk ( hg remove ) in this repo which match pattern(s) listed in .hgignore . I can list all ignored files with hg status -i but I don't know how can I delete them. .hgignore contents: syntax: glob build \.egg* *.pyc .DS_Store *.sublime-* 回答1: You can only run hg remove on files that are tracked. To remove tracked files that match the .hgignore patterns, run this command $ hg forget "set:hgignore() and not ignored()"

Undefined reference to 'dlsym'

夙愿已清 提交于 2019-11-28 22:37:03
问题 I have seen a lot of similar posts, but tried every trick in the book and am still struggling. Everything was working fine, but after installing/removing wireshark with some components/disselectors it all got messed up. I don't remember exactly which libraries/packages got uninstalled, but probably a lot more than I noticed. If I create a simple main.cpp file like this one: #include <SQLAPI.h> int main() { SAConnection con; return 0; } and try g++ main.cpp -lsqlapi -ldl it gives me the

gpg: no valid OpenPGP data found

拜拜、爱过 提交于 2019-11-28 06:42:13
I am trying to install Jenkins on Ubuntu 13.10 and I am getting the above mentioned error when i try to run the following command: wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add - Lake This problem might occur if you are behind corporate proxy and corporation uses its own certificate. Just add "--no-check-certificate" in the command. e.g. wget --no-check-certificate -qO - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add - It works. If you want to see what is going on, you can use verbose command instead of quiet before adding "--no

Timed out while waiting for the machine to boot when vagrant up

旧巷老猫 提交于 2019-11-28 04:54:06
I have an Ubuntu 13.10 and I installed Vagrant 1.5.4 and VirtualBox 4.3.10r93012. My problem occurs when I write the command vagrant up at the first time the script up the virtual machine correctly. But after doing vagrant halt and write the command vagrant up again, a problem occurs: vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat default: Adapter 2: hostonly

Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE Phonegap Installation

我怕爱的太早我们不能终老 提交于 2019-11-27 11:32:51
I'm trying to install Phonegap in Ubuntu. The installation of NodeJS was successful, however I can't install Phonegap itself. Here is the error output of terminal: test@test-VirtualBox:~$ sudo npm install -g phonegap npm http GET https://registry.npmjs.org/phonegap npm http GET https://registry.npmjs.org/phonegap npm http GET https://registry.npmjs.org/phonegap npm ERR! Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE npm ERR! at SecurePair.<anonymous> (tls.js:1350:32) npm ERR! at SecurePair.EventEmitter.emit (events.js:92:17) npm ERR! at SecurePair.maybeInitFinished (tls.js:963:10) npm ERR! at

Error building : fatal error: pcre.h: No such file or directory

末鹿安然 提交于 2019-11-27 07:09:33
I'm just finished installing Ubuntu 13.10. I want try Phalcon, and when I build the source (phalcon.so), I have this error : from /home/fabrice/Downloads/cphalcon/build/32bits/phalcon.c:204: /usr/include/php5/ext/pcre/php_pcre.h:29:18: fatal error: pcre.h: No such file or directory #include "pcre.h" ^ compilation terminated. make: *** [phalcon.lo] Erreur 1 My installation of lamp is : sudo apt-get install -y apache2 php5 mysql-server libapache2-mod-php5 php5-mysql php5-curl php5-imagick php5-mcrypt php5-memcache php5-sqlite php5-xdebug php-apc php5-intl php-mongo php5-dev gcc Can anybody help

Timed out while waiting for the machine to boot when vagrant up

狂风中的少年 提交于 2019-11-27 05:21:44
问题 I have an Ubuntu 13.10 and I installed Vagrant 1.5.4 and VirtualBox 4.3.10r93012. My problem occurs when I write the command vagrant up at the first time the script up the virtual machine correctly. But after doing vagrant halt and write the command vagrant up again, a problem occurs: vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network interfaces... ==> default:

gpg: no valid OpenPGP data found

Deadly 提交于 2019-11-27 01:12:56
问题 I am trying to install Jenkins on Ubuntu 13.10 and I am getting the above mentioned error when i try to run the following command: wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add - 回答1: This problem might occur if you are behind corporate proxy and corporation uses its own certificate. Just add "--no-check-certificate" in the command. e.g. wget --no-check-certificate -qO - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add - It works. If

Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE Phonegap Installation

限于喜欢 提交于 2019-11-26 18:01:27
问题 I'm trying to install Phonegap in Ubuntu. The installation of NodeJS was successful, however I can't install Phonegap itself. Here is the error output of terminal: test@test-VirtualBox:~$ sudo npm install -g phonegap npm http GET https://registry.npmjs.org/phonegap npm http GET https://registry.npmjs.org/phonegap npm http GET https://registry.npmjs.org/phonegap npm ERR! Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE npm ERR! at SecurePair.<anonymous> (tls.js:1350:32) npm ERR! at SecurePair