Tagged Questions

Ubuntu is a desktop and server operating system based on Debian GNU/Linux. Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.

learn more… | top users | synonyms

16
votes
2answers
5k views

How to correct this error: “'Adminsite' object has no attribute 'root'”

The full error message is: AttributeError on running Django app on apache as localhost -- 'Adminsite' object has no attribute 'root' Environment: Request Method: GET Request URL: ...
12
votes
3answers
2k views

rhino vs spidermonkey

I noticed ubuntu 10.04 removed the spidermonkey package. Rhino looks like it's still there though. What are the differences between rhino and spidermonkey (besides what language they're written in). ...
11
votes
1answer
243 views

Chrome V8 Bug? Function Acting different after being called a 2nd time

Please take a look at the following JavaScript. I've taken stuff out of it, so you may focus on the essence of the problem. You'll notice that I call the prepPath function twice in a row, passing in ...
9
votes
1answer
134 views

what is the meaning of restrict in the function signature?

int pthread_create(pthread_t *restrict thread, const pthread_attr_t *restrict attr, void *(*start_routine)(void*), void *restrict arg); I would like to know what the ...
9
votes
3answers
2k views

How to use sudo over SFTP with CyberDuck?

I'm copying this question from over here: http://getsatisfaction.com/cyberduck/topics/can_i_use_sudo_over_sftp_with_cyberduck I am having the same issue and finding it hard to find an answer: I ...
8
votes
7answers
6k views

Is there any uml tools on Ubuntu?

Is there any uml tools(as Rose) on ubuntu ? thanks
7
votes
5answers
5k views

Start JBoss 7 as a service on Linux

Previous versions of JBoss included a scripts (like jboss_init_redhat.sh) that could be copied to /etc/init.d in order to add it as a service - so it would start on boot up. I can't seem to find any ...
7
votes
3answers
2k views

Difficulties installing mysql gem on Ubuntu

I am trying to install the mysql 2.8.1 gem. I would be using it to build a Rails 2.0.2 application on Ubuntu 10.04. I would be using Ruby 1.8.7. I have installed the development dependencies(other ...
7
votes
1answer
4k views

Eclipse, change popup text background color when hovering the mouse on a keyword

Ubuntu 10.04.1 new theme has by default windows background colors set to black. I don't want to change that. In Eclipse, the interface didn't change much due to 10.04.1 - except one annoying thing: ...
6
votes
4answers
4k views

Rails, rake does not work

I've been trying to use Rails and when I use rake, I get this error. Any suggestions on which run time should I use? ngzhongqin@ngzhongqin-linux:~/RailsProjects/webuiltit$ rake db:create:all --trace ...
6
votes
2answers
248 views

How to avoid Boost ASIO reactor becoming constrained to a single core?

TL;DR: Is it possible that I am reactor throughput limited? How would I tell? How expensive and scalable (across threads) is the implementation of the io_service? I have a farily massively parallel ...
5
votes
3answers
324 views

dev_appserver.rb cannot start after rubygems update on Ubuntu 10.04

I had rubygems 1.3.5 (or 1.3.6?) installed and then made a sudo gem update after a long while again. Some gems complained they needed a newer gems version. Because sudo gem update --system is ...
5
votes
2answers
4k views

convert ubuntu 10.04 desktop edition to ubuntu 10.04 server

can anyone please tell me how to upgrade the desktop edition into server edition of ubuntu?
5
votes
9answers
8k views

JVM fonts and JasperReports

I'm trying to generate report with DynamicJasper, but I'm getting the following error net.sf.jasperreports.engine.util.JRFontNotFoundException: Font 'Arial' is ...
5
votes
2answers
2k views

How best do I get to use OpenMP on Mac OS X 10.5 and Ubuntu 10.4?

I'm looking at an open-source library (DDS, a double-dummy bridge solver) which in its latest release (2.1.1) adds some very useful multi-tasking functionality requiring either a Windows system or ...
4
votes
2answers
101 views

Can I incorporate system libraries (e.g. libxml2) I compile against into a gem (e.g. nokogiri) that I can deploy to Heroku?

Nokogiri has a problem with translating to and from UTF-8 characters that turns out to come from libxml2, specifically version 2.7.6, which is the highest supported version on Ubuntu 10.04 LTS. The ...
4
votes
2answers
1k views

Emulate/Simulate iOS in Linux

Hello StackOverflow Community: I'm developing a web app that apparently is having problems in iOS devices. The problem is that I don't own an iOS device and I develop in Linux Ubuntu. I'm looking for ...
4
votes
3answers
1k views

how to install pycairo for python 3 on Ubuntu 10.04

i am trying to install pycairo 1.10.0 for use with my custom-build python 3.1. however, sudo /flower/bin/easy_install-3.1 pycairo fails with XXX@XXXX:/adventures$ sudo ...
4
votes
1answer
769 views

Too many open files using child_process

I get the following error only on my Rackspace Ubuntu Maverick instance...but not on my local Ubuntu Lucid VM: pipe(): Too many open files pipe(): Too many open files child_process.js:223 var fds ...
4
votes
2answers
2k views

Setting up Tornado with Nginx on Ubuntu 10.04 for production use

I understand that there's an nginx configuration file at http://www.friendfeed.com But i don't really know how to set up Tornada for production use on Ubuntu 10.04 with Nginx. Here's my situation and ...
4
votes
1answer
2k views

How to use “cd” command using java runtime?

I've created a standalone java application in which I'm trying to change the directory using the "cd" command in ubuntu 10.04 terminal. I've used the following code. String[] command = new ...
4
votes
1answer
1k views

upstart logging output enabled

Except doing explicit logging instructions like suggested in http://upstart.ubuntu.com/wiki/Debugging , is there a way to enable output of what is happening with upstart? What event raised What ...
4
votes
1answer
858 views

PATH_MAX not declared when compiling on Ubuntu 10.04

I am trying to compile a C program in Ubuntu 10.04 made for 8.04. It fails because we have used PATH_MAX and other constants that should be defined in limits.h. According to various resources, it ...
4
votes
2answers
2k views

How to generate uuid with PostgreSQL 8.4.4 on Ubuntu 10.04?

I am running PostgreSQL 8.4.4 with Ubuntu 10.04. I am trying to generate uuid but can't find a way to do it. I do have the uuid-ossp.sql in /usr/share/postgresql/8.4/contrib/uuid-ossp.sql When I ...
4
votes
3answers
1k views

Python daemon will not run in background on Ubuntu

My python daemon runs fine in the foreground of my Ubuntu system using this command in the terminal: python /opt/my-daemon.py foreground However when I try to call the daemon using the "start" ...
4
votes
5answers
623 views

Is there a (Linux) g++ equivalent to the /fp:precise and /fp:fast flags used in Visual Studio?

Background: Many years ago, I inherited a codebase that was using the Visual Studio (VC++) flag '/fp:fast' to produce faster code in a particular calculation-heavy library. Unfortunately, '/fp:fast' ...
4
votes
2answers
419 views

how can I build cabal-install on eeePc 701 / Ubuntu Netbook Remix 1.6 (Lucid)

Not a programming question, but the first time I see something like this. UNR 1.6 (based on Ubuntu 10.04) installs the 6.12.1 version of GHC. So, in order to build cabal-install-0.8.2, I have to ...
3
votes
3answers
85 views

What is the valid range for program return value in Linux/bash?

I have a C program which returns an integer value. I was surprised to find out that when examining the return value from the shell prompt I get the value modulo 256. /* prog.c */ int main(...) { ...
3
votes
4answers
67 views

Using ./configure a 2nd time in Linux: Do I need to re-input previous options?

I am compiling PHP and PostgreSQL myself. I have got things working fine. There were about 25 options I added (using this method http://vladgh.com/blog/install-nginx-and-php-php-fpm-mysql-and-apc) for ...
3
votes
3answers
359 views

After fork, do the parent and child process share the file descriptor created by pipe?

int main() { int data_processed; int file_pipes[2]; const char some_data[] = "123"; char buffer[BUFSIZ + 1]; pid_t fork_result; memset(buffer, '\0', sizeof(buffer)); if ...
3
votes
2answers
60 views

Is there a bug here in the code that uses fread

int main() { FILE *read_fp; char buffer[BUFSIZ + 1]; int chars_read; memset(buffer, '\0', sizeof(buffer)); read_fp = popen("cat popen*.c | wc -l", "r"); if (read_fp != NULL) { ...
3
votes
3answers
227 views

fabric appears to start apache2 but doesn't

This question could possibly go in serverfault, but I think it is a programming problem. I'm using fabric to remotely start a micro aws server, install git and a git repository, adjust apache config ...
3
votes
2answers
532 views

python script does not run from cron

I have a python script "start.py" that executes well from the command line. There is only one statement in it (print "hello"). EDIT: start.py contains also a working interpreter directive in the first ...
3
votes
3answers
910 views

error: 'SDL init failure, reason is: No available video device' when launching AVD

Hey guys, this is killing me. Every time I try to run my Android app in Eclipse, I'm getting the error: [2011-05-24 23:11:04 - app] Android Launch! [2011-05-24 23:11:04 - app] adb is running ...
3
votes
2answers
472 views

Starting Tornado with Nginx on Ubuntu 10.04 automatically with domain name

I've managed to set up my nginx.conf file and it looks like this: root www www; worker_processes 1; worker_rlimit_nofile 8192; events { worker_connections 8000; accept_mutex off; } ...
3
votes
1answer
458 views

can't run script/console from ubuntu upgrade 9.10 -> 10.04

I just upgraded my ubuntu from 9.10 to 10.04, before the upgrade everything was fine, but after the upgrade I can no longer run script/console. Loading development environment (Rails 2.3.10) ...
3
votes
4answers
4k views

Running Qt 4.7 application in Ubuntu 10.04 Lucid Lynx

I am working on a cross-platform application, and am using the latest Qt libraries, version 4.7. The problem is, one of the users tried to run it on Ubuntu 10.04 Lucid Lynx, and it crashed with ...
3
votes
2answers
334 views

using python 2.3 on ubuntu 10.04

i need to run some old python programs on a ubuntu 10.04 system. it seems, that there are no python 2.3 packages for ubuntu 10.04 available. so i got python 2.3 directly from python.org: ...
3
votes
3answers
3k views

Ubuntu 10.04 LTS Cron jobs not working

I'm trying to use a cronjob to run a ruby script (Using Rails3 runner) with the following Cronjobs: #!/bin/bash 0-59 * * * * echo 'script test' # Begin Whenever generated tasks for: ...
3
votes
1answer
301 views

Running a Python Script using Cron?

I have a python script that I'd like to add to cron. The script has +x permission on it. How shall I add it to crontab? (say, I want it to run every minute). Important: when I navigate (using the ...
3
votes
1answer
237 views

How to execute a command(with arguments) in ubuntu 10.04 environment

I've a created an standalone application in which my aim is to execute a command(with arguments Eg: gedit filename). How to do this through java programming. I tried the following piece of code, but ...
3
votes
3answers
300 views

git file history browsing

is there a way to browse the history versions (rather than the plain diff) in a git repo? i'm looking something like what you would expect from tortoiseSvn log/diff browser but for ubuntu. I don't ...
3
votes
1answer
772 views

rubygems 1.3.7 TypeError (in 'merge') during installation on Ubuntu

While installing ruby-1.9.2-p0 with rvm on an updated Ubunutu x86_64, I keep getting an error in `merge': can't convert String into Hash (TypeError). All apt packages in rvm notes and those found in ...
3
votes
1answer
1k views

eclipse (3.5 & 3.6) crashes in ubuntu

i have a problem with eclipse within ubuntu 10.04 (x86). i installed eclipse by downloading the zip-file, not from the sources. everything worked just fine until i decided to try eclipse 3.6 which i ...
3
votes
4answers
401 views

Ubuntu One Folder Sync Filter

I am trying to modify the Ubuntu One File syncing python scripts to not including things like .iso's. I have got as far as finding this file: /usr/share/pyshared/ubuntuone/u1sync/constants.py Inside ...
2
votes
2answers
208 views

Installing Oracle 11g R2 in Ubuntu 10.04

Initial Problem I was installing Oracle 11g Release 2 Enterprise edition in Ubuntu 10.04 ( running on VMWARE ). Need help regarding that. Problem #1: I was following ...
2
votes
3answers
231 views

Rails 3.1: Couldn't find rake

I try run via Capistrano my app. Also i use: Ubuntu 10.04.1 LTS Phusion Passenger PostgreSQL 9 Nginx Rails 3.1.3 Ruby 1.9.3 After i did cap deploy:update It creates folders and etc. Then ...
2
votes
2answers
168 views

Compiling MongoDB r2.0.2 on ubuntu 10.04 resulted in error

I am compiling MongoDB from source with instructions from http://www.mongodb.org/display/DOCS/Building+for+Linux I ran into this error after ran "scons all": rty/js-1.7/jsscan.c ...
2
votes
2answers
164 views

commands at ubuntu shutdown

How to execute one or more commands and scripts when ubuntu shutdown? Is there any script like /etc/profile and ~/.bashrc at system starting? I know linux shutdown may have many causes, in addition ...
2
votes
1answer
304 views

Cron running rake task “could not find rake-0.8.7 in any of the sources”

I'm trying to set up a cron job running a rake task. I'm using the gem Whenever. Here is the configuration in config/schedule.rb every 1.minutes do bundle exec rake "test:pick_participant" end ...

1 2 3 4 5 9