Ubuntu is a free 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

0
votes
0answers
2 views

Apache2 and ServerRoot directive in Ubuntu

I am a noob and I just installed Apache2 on Ubuntu 12.04 machine. When I read /etc/apache2/apache2-conf, I see that the ServerRoot directive is commented out. I did not understand this. Why one would ...
0
votes
0answers
10 views

Adb not responding with android studio on Ubuntu

well it might not the best combo. Using first time Ubuntu (13.04) and the new Android Studio. ;) However, if I try to start my app a error occurs with the message: "ADB not responding. You can wait ...
0
votes
1answer
22 views

500 Internal Server Error - Error logs do not show anything significant

First of all, thank you for your time in reading this :) I am managing a server which runs apache2 and mod_fcgi which host a few sites via Virtual Hosts. Some sites are straight PHP, the others are ...
1
vote
0answers
10 views

Can't access gitolite admin repo after setup

I'm trying to setup gitolite on ubuntu 13.04 the following way: I create an user for it: sudo adduser \ --system \ --shell /bin/bash \ --gecos 'git version control' \ --group \ ...
0
votes
1answer
17 views

Bundler crashes when creating new Rails app

Versions: Ruby 1.9.3p194 Rails 3.2.13 Bundler 1.3.5 When I run rails new new_app, I get: run bundle install /var/lib/gems/1.9.1/gems/bundler-1.3.5/lib/bundler/ui.rb:36:in `initialize': ...
0
votes
1answer
24 views

Use Python to Access Battery Status in Ubuntu

I am trying to come out with a small python script to monitor the battery state of my ubuntu laptop and sound alerts if it's not charging as well as do other stuff (such as suspend etc). I really ...
0
votes
0answers
12 views

Rsync ssh file transfer through expect showing error when executed through while loop in bash

My program needs automatic file transfer to many remote systems. So tried using expect for RSYNC SSH file transfer. While I run the .ex file through terminal providing the necessary inputs or through ...
0
votes
0answers
19 views

login to ruby on rails app using a fingerprint scanner

I want to develop a Ruby on Rails application which uses a fingerprint scanner to login. Is this possible? What are the steps I need to go about this. Ideally, I want to connect a scanner to an ...
0
votes
0answers
19 views

Ubuntu as read only for embedded system for in my car [closed]

I got my hands on a couple of old Fujitsu-Siemens windows based terminals. I succesfully managed to install ubuntu 11 on the compact flash card thats inside. The system boots fine (ext3) and I have ...
0
votes
0answers
12 views

Ubuntu freezes on boot at /tmp mount prompt

I'm running an x86 Xubuntu guest on an x64 Windows 8 host using VirtualBox. I managed to install Xubuntu and get some updates on the virtual machine, but after I rebooted for the first wave of ...
0
votes
0answers
15 views

Ubuntu launcher disappeared [closed]

When I started Ubuntu just now I can't see the launcher or any system icons at the top. Right click allows me to create a new folder and then open it which allows me to browse the system. I have ...
0
votes
3answers
33 views

undoing changes to bashrc from terminal

Unfortunately I just overwrote my .bashrc with echo "command" > ~/.bashrc as opposed to appending via echo "command" >> ~/.bashrc. Not a huge throwback as I am newer to ...
0
votes
0answers
10 views

not able to set path in catalina.sh file in tomcat6 ubuntu

I am trying to add the following lines in catalina.sh file export ACTUAL_LOGPATH=/webhost/sites/application/1.0 org.apache.catalina.startup.Bootstrap "$@" start 2>&1 /home/ubuntu/cronolog ...
0
votes
0answers
16 views

how to digitally sign .deb debian package using certificate

I am currently signing some debian .deb packages with a self-signed PGP certificate, which I generated using gpg --gen-key and sign my .deb file but when i download that .deb in chrome is give me ...
0
votes
0answers
21 views

Reading .xlsx file using apache poi gives org.apache.poi.POIXMLException on linux machine

I have an application which reads an .xlsx file and displays the content to the user. The application works fine on a windows environment. I deployed the .war file of this web app on tomcat6 on a ...
0
votes
0answers
10 views

ubuntu tora cannot connect postgresql

I whant to connect postgresql by Tora I have to install connection provider when I install i get error sudo apt-get install libqt4-sql-psql [sudo] password for nicat: Reading package lists... Done ...
0
votes
2answers
14 views

Trying to recover sudo password of my server over ssh [ubuntu]

I am working on an ubuntu server with a colleague and we were not provided a sudo password. (they told us that they forgot the password) We were asked to recover the sudo password. Through our search ...
0
votes
0answers
16 views

Zend Studio 10 crashes with Android SDK and ADT [closed]

I downloaded new Zend Studio 10 trial version and under it's welcome page I included Android Developer Tools. After it has made update, I tried to create a sample android project upon which I received ...
0
votes
1answer
10 views

Getting 401 error while trying to get access key for Twitter authorization

My code is as follows import tweepy CONSUMER_KEY = 'my_consumer_key' CONSUMER_SECRET = 'my_consumer_secret' auth = tweepy.OAuthHandler(CONSUMER_KEY, CONSUMER_SECRET) auth_url = ...
0
votes
0answers
14 views

libMagickCore.so.4: cannot open shared object file: No such file or directory

UPDATE: gem install rmagick solved the problem. ===================================== After upgrading my ubuntu to 12.10 when I run my rails application it gives an error libMagickCore.so.4: ...
0
votes
1answer
27 views

cross compile for armv5, but it creates v7 binary

I managed to creata an object file for arm926ej-s I am using debian arm on qemu arm-linux-gnueabi-gcc-4.4 -static -O -c -mcpu=arm926ej-s hello.c -o hello ...
0
votes
1answer
73 views

FileNotFoundException while creating a file with java in Ubuntu?

I have been trying to convert millions of xml documents to txt files. After reading each xml I parse the required content and write it into a new text file in a new drectory. But when I process some ...
2
votes
1answer
28 views

unix find and replace characters with strings for multiple characters

I want to replace all occurrences of certain characters in my file with words. My question is, can I do that for all the characters using a single command. I am using the following command for ...
0
votes
0answers
20 views

Will VirtualBox with KVM extensions installation work on Samsung Series 5 Chromebook

For anyone familiar with Chromebooks and Ubuntu/Linux, I have the Samsung Series 5 Chromebook running Ubuntu 12.04 at the moment, which I am thinking about upgrading to 12.10 via the Update Manager. ...
-1
votes
0answers
13 views

Ispconfig Client and admin Cronjob not working [closed]

I have installed ispconfig by This Tutorial . Everything (almost) working fine . Nameserver,mailserver,ftp,all . Also i can give jailed ssh access to clients . But crontab or cronjob is not working ...
0
votes
1answer
8 views

Can I rename pyodbc egg to odbc egg on ubuntu?

For whatever reason from dark history, we have been running our system using pyodbc on windows for a long time now, but it is called odbc. Now trying to port to Linux, I have installed pyodbc, but ...
0
votes
0answers
32 views

java encoding issue (Ubuntu terminal)

I'm university student majoring computer engineering. I have been tried to rewrite the framework of some tools. But I can't read '*.java' source. that like.. 0000 1020 3040 2343 2034 3521 3425 4324 ...
-1
votes
0answers
37 views

Localtunnel won't work through virtualbox [closed]

I have also asked this question on ServerFault. I'm running Ubuntu 12.04 in a virtual machine (Virtualbox, to be specific) on a Windows 7 host. I'm trying to set up a localtunnel (using ...
0
votes
2answers
13 views

How can I move postgresql data to another directory on Ubuntu over Amazon EC2?

We've been running postgresql 8.4 for quite some time. As with any database, we are slowly reaching our threshold for space. I added another 8 GB EBS drive and mounted it to our instance and ...
-2
votes
2answers
42 views

wget command to download a file and save as a different filename

I am downloading a file using the wget command. But when it downloads to my local machine, I want it to be saved as a different filename. For example: I am downloading a file from ...
0
votes
0answers
16 views

ubuntu 12.04 won't mount encrypted partiiton [closed]

I'm using cryptsetup to encrypt a partition on an ubuntu 12.04 server edition computer. I've got everything set up properly and I can mount the partition at boot time. I'd like to be able to mount ...
3
votes
0answers
18 views

SHOUTcast daemon script not functioning properly

I've got a SHOUTcast server running on Ubuntu. The server process is running great, but I can't seem to get the daemon script to function properly. Following a couple tutorials I found I came up ...
0
votes
0answers
11 views

MongoDB C++ Driver: GlobalInitializerRegisterer throws “DuplicateKey throwSockExcep”

I am trying to link mongoclient static library with my shared library under 64-bit Ubuntu. I have installed mongodb c++ client as explained step-by-step here. The (only?) thing I needed to change ...
0
votes
0answers
11 views

Can't connect to WebSocketServer (Webbit, Ubuntu)

I want to test the Quickstart example provided in the webbit wiki. When I run the application locally I can connect just fine, but if I upload it to my server (Ubuntu) I can't seem to connect to it ...
-3
votes
0answers
20 views

Ubuntu 11.04 is not getting installed [closed]

I have a laptop of HP Pavilion g4 with Windows Home Basic 64 bit as default windows. I am trying to install Ubuntu 11.04 i386 and amd both (side by side with windows) using Unetbootin on a separate ...
0
votes
1answer
11 views

Showing Zenity popup to all users

I want to show a zenity popup (or other graphical display) to other users on my machine when I log in via SSH. How can I achieve this to pop up for other users? When I connect via SSH it should show ...
1
vote
5answers
44 views

How to use sed to extract substring

I have a file containing the following lines: <parameter name="PortMappingEnabled" access="readWrite" type="xsd:boolean"></parameter> <parameter name="PortMappingLeaseDuration" ...
0
votes
0answers
7 views

BlackBerry Momentics can't find SDK

We installed Momentics IDE here on folder /opt/bbndk using sudo and set all files and folders permissions to 777 (so all user would be able to run it). But when we run it using another user, it shows ...
0
votes
3answers
52 views

how to parse watch command output to last 5 digits?

From the command watch -n1 "ifconfig eth0 | grep GiB" I have output given below, RX bytes:730624111504 (680.4 GiB) TX bytes:31815434434 (29.6 GiB) Now I just want the last 5 digits before ...
-2
votes
0answers
14 views

ubuntu server 13.04 setting up chrooted sftp with openssh [closed]

I'm trying to set up a chrooted sftp server with openssh. What i want is.. sftp only for default users, no shell user hydro should be able to connect to the default shell (with ssh) for maintenance ...
0
votes
0answers
20 views

Memory Limit (67108864) in activemq

I have a problem when it comes to the ActiveMQ. I need to know where exactly I can re-configure the Active MQ to avoid the following error: Usage Manager Memory Limit (67108864) reached on ...
2
votes
2answers
88 views

unmount USB drive in C++

I am developing a Qt application for Linux (Ubuntu) in which I use USB drive to backup some content. Application should unmount the target drive after copying stuff. I have a udev rule file to mount ...
0
votes
0answers
39 views

Failed to load session “gnome” on beaglebone black

Good day, I am using a beaglebone black and have install ubuntu 13.04 on the board. Following the instructions on http://www.armhf.com/index.php/boards/beaglebone-black/ However i was not able to ...
0
votes
0answers
8 views

gevent not installed correctly on ubuntu 9

I have installed grequests along with that gevent also installed successfully But when tried to import grequests throws error >>> import grequests Traceback (most recent call last): File ...
0
votes
0answers
24 views

SSH into an Openstack instance - Error

I try to use ssh to login in the Openstack server built for the class. I download the .pem key from server. By putty, I login successfully with .ppk key (generate .ppk key by .pem using putty keygen). ...
-1
votes
0answers
10 views

Backup current system for use as virtual machine [closed]

I am running Ubuntu 10.04 on a physical machine and want to create a backup iso of it to install as a virtual machine at my home computer so that I can have the same setup. I have tried remastersys ...
0
votes
0answers
41 views

android studio error startup in ubuntu

I had installed android studio in ubuntu 13.04 , it'was so easy but when I launch it a first error was printed in terminal: ERROR: null java.lang.reflect.InvocationTargetException at ...
0
votes
0answers
7 views

Integrated LDAP SASL with krb5

We are using LDAP for storing our organization information. We integrated the same with our machine to authenticate the users. What we feel , LDAP is less secure for authentication mechanism. So we ...
0
votes
1answer
18 views

Change php error reporting to hide warnings for specific site only [closed]

Imagine a couple of sites-enabled available from /etc/apache2/sites-available. (Only Debian-based distros work like this.) Is it possible to mute warning messages from php scripts from a specific ...
-1
votes
0answers
11 views

UEFI and RAID1 Nightmare [migrated]

1 CPU: AMD FX-8150 Zambezi 3.6Ghz Socket AM3+ 125W 8-core RAM: CORSAIR Vengeance LP 16Gb (4x4Gb) 240-Pin DDR3 SDRAM 1866 CML16GX3M4A1866C9B Mobo: ASUS M5A97 LE R2.0 AMD 970 PSU: Thermaltake TR2 ...

1 2 3 4 5 210