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,...
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...
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...
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.
...
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 ...
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)?
...
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
...
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...
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 ...
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.
...
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....
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...
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...
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...
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...
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...
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...
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...
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 or other programming language? in Ubuntu?
edit:
i want get list paths opened directories on desktop!
...