ubuntu

How to debug error while compiling gwt source: "An unexpected error has been detected by Java Runtime Environment"?

While compiling gwt source, I get the error : "An unexpected error has been detected by Java Runtime Environment " Following is the hs_err_pid14267.log (error log) file is generated on server How would you debug this? # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f8d00a8d25a,...

Setting up VPS - nameservers not able to configure

I have recently bought un-managed VPS slice, hoping to able to setup by my own. But no no still not working ); Looks like I not able to configure DNS properly, I have also gone throw ubuntu server config. guide to setting up DNS, but when I try to update my domain nameservers it throw error. Can someone assist, what could possible issu...

Git push to GitHub failing - seems to be trying to use HTTP?

I've setup a Hudson continuous intgration server on an Ubuntu 8.04 slice, git version 1.6.4. I am able to have it pull code from a private repo GitHub, but I can't seem to get it to push the tags back after a build. I see the following: # sudo -u hudson git push --tags XML error: syntax error error: Error: no DAV locking support on http...

Have nautilus open file into new gvim buffer?

Is there a way to configure nautilus to open a file into an existing gvim process in a new buffer instead of loading a new instance of gvim? I know I can drag and drop the file into gvim, but it would be convenient if I could just double-click a file to open it. ...

Running mutliple websites locally Apache PHP Ubuntu

Hi, I am attempting to run more than one virtualhost(?), for example: http:/localhost will point to one project, http:/newsite to another and http:/myfavourite again to a different project a different document root. (each http:// is http:/ here because of hyperlink posting restrictions) I have had no success looking where to edit the ...

Does rubygems work on Ubuntu?

This blog post of December 2008 says that rubygems is broken on Debian-based systems. Does rubygems work cleanly on Ubuntu (for both 1.8 and 1.9)? ...

Browse bazaar (or CVS/SVN/Git) repository with GUI?

Hi, Is there a nice, open-source, free way to browse a bazaar (or other source control) repository? What I had in mind is a wikipedia-history-like browsing, where I can watch and compare any two versions of the code. EDIT: I strongly prefer Ubuntu tools. Thanks, Udi ...

Haxe app and Gtk-WARNING on linux servers

Hi! I'm trying a Haxe-compiled solution called FAR (Flash Archiver) created by Edwin Van Rijkom (http://code.google.com/p/vanrijkom-flashlibs/) wich uses a command-line tool for creating compressed archives. When running the FAR tool locally on my ubuntu laptop, everything works fine. When running remotely (terminal as Root) on my Ubunt...

Installing CEDET 1.0pre6 as user while keeping CEDET 1.0pre4 deb package installed

My work computer (Ubuntu 8.10) has CEDET version 1.0pre4 installed, and I'm trying to install the newest version of CEDET (1.0pre6) in my local directory (the ultimate goal, upgrading ECB to the newest version). Unfortunately, the default debian/ubuntu installation initializes the system-wide packages for CEDET and ECB before my .emacs ...

Using Doxygen with PHP in Ubuntu

What does the main argument of the following statement explicitly mean? The manual says Doxygen supports only partially PHP. I would like to know what this means explicitly, since I could not find an answer to it in the homepage. ...

Fast CGI, Lighttpd, Ubuntu

Is this log file familiar to someone of UBUNTU users? Lighttpd log file: > 2009-08-30 21:37:45: (log.c.75) server started > 2009-08-30 21:37:45: (mod_fastcgi.c.1029) the fastcgi-backend php5-cgi *failed* to start: > 2009-08-30 21:37:45: (mod_fastcgi.c.1033) *child exited with status 9 php5-cgi* > 2009-08-30 21:37:45: (mod_fastcgi.c....

How to get Augmented Reality: A Practical Guide examples working?

Hi, I recently bought the book: Augmented Reality: A Practical Guide (http://pragprog.com/titles/cfar/augmented-reality). It has example code that it says runs on Windows, MacOS and Linux. But I can't get the binaries to run. Has anyone got this book and got the binaries to run on ubuntu? I also can't figure out how to compile the exa...

Problem with Eclipse plugin in Ubuntu

Hello everyone, I am trying to install the m2eclipse plugin in Eclipse 3.5 on Ubuntu 9.04 Jaunty via the update manager and can't figure out this problem. After I downloaded and installed the plugin, I restarted Eclipse and checked the Preferences - no Maven there. I double checked the configuration. I can see the m2e plugins I install...

MySQL Gem, Ubuntu & UTF8

I have a web-app that was done in Rails 1.2.3 and I have just migrated it to rails 2.2.2 and upon deploy the app broke. It turns out I needed to install the MySQL gem since rails 2.2.2 needs this. So, I did install it but I had to install with "sudo gem install mysql -- -with-mysql-config" (as per http://brantinteractive.com/2007/02/16...

running git 'post-receive' hook with setuid fails

I have a git repository that needs to run a post-receive hook as sudo. The binary that I compiled to test this looks like: #include <stdlib.h> #include <unistd.h> #include <stdio.h> int main() { int ret; ret = setuid(geteuid()); if(!ret) { fprintf(stderr, "error setting uid %d \n", ret); } system("[...comma...

Using Git without Sudo in many accounts

How can you use Git without Sudo in multiple accounts in one Ubuntu? My Ubuntu has many accounts. The creation of new accounts has made Git inaccessible by me without sudo. I changed the owner to be me, masi, and the group to be admin where the masi belongs to. I have the following permissions for Git 800 -rwxrwxrwx 1 masi admin 81374...

compile against libc++ statically

I wrote some custom c++ code and it works fine in ubuntu, but when I upload it to my server (which uses centos 5) its fails and says library is out of date. I googled all around and centos cannot use the latest libraries. How can I compile against the stl so that it is included in the binary and it doesn't matter that centos uses an ol...

Changed access permissions of HOME folder in ubuntu.how to bring it back to the default permission

Hello, I changed the folder permission of my Home directory by mistake and it is throwing up the following message while system start up. User's $HOME/.dmrc is being ignored. THis prevents the default sesssion and language fron being saved File should be owned by user and have 644 permissions. User's $HOME directory must be owned by use...

Developping for iphone under unix

Hi guys My question is very simple : Is there any solution to install xCode, or equivalent, under unix OS, like ubuntu ? Indeed, i don't want to buy an expensive macbook to develop my private iPhone applications. Thanks for your hints. Martin ...

How to get list opened windows in PyGTK or GTK in Ubuntu?

How to get list opened windows in PyGTK or GTK or other programming language? in Ubuntu? edit: i want get list paths opened directories on desktop! ...