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

1
vote
2answers
27 views

How to connect to a remote Oracle 11g database using PHP

I have tried to make oci_connect work, by following these directions, but I still get the error: ora-24408 could not generate unique server group name in test.php Here is my PHP snippet (with ...
0
votes
1answer
46 views

Octave operator -: automatic broadcasting operation applied

In octave 3.6.2, I have a matrix X=[1 2 3; 2 4 5; 2 6 5; 2 3 7; 3 6 8; 2 4 6; 3 6 8; 4 7 10] and I want to calculate X-mean(X), which gives me: octave:2> X-mean(X) warning: operator -: automatic ...
-1
votes
0answers
13 views

RPM should not be used directly install RPM packages [closed]

whenever I use rpm -ivh, this shows. What's the risk? man says: rpm is a powerful Package Manager, which can be used to build, install, query, verify, update, and erase individual software ...
-1
votes
0answers
13 views

after I install a mysql manual, how should I use it? [closed]

Under ubuntu, I downloaded a mysql-refman-5.5-en-pdf-1-20130613.noarch.rpm whose internal directory structure was usr/share/doc/mysql-refman-5.5-en-pdf-1/ and install it with sudo rpm -ivh ...
1
vote
1answer
41 views

Error in simple Hadoop Map Reduce

I tried running a hadoop map Reduce problem of word count. I set up HDFS and everything correctly to my knowledge. When I execute it, I get this error while trying to run a simple word count ...
0
votes
1answer
29 views

Can't Change PHP.ini settings [closed]

I am trying to change session.gc_maxlifetime in the php.ini file on Ubuntu EC2. php_info() says that the /etc/php5/apache2/php.ini is the loaded conf file. However, anything I set in that file for ...
0
votes
1answer
25 views

Error reading mapoutput of other slave's map task ,what should be the actual content of etc/hosts file of ubuntu for running Hadoop cluster

I setup 2 nodes (virtaul machines) hadoop cluster setup. After successfully starting dfs and mapred deamons , I run hadoop demo examples, Program gets slow after this terminal display: Number of Maps ...
0
votes
1answer
23 views

How to increase ubuntu partition [closed]

I am dual booting ubuntu on my primary windows vista OS. I tried using gparted when I was on ubuntu but it would not let me resize anything on my vista OS. Not sure how I can resize partitions now.
3
votes
1answer
57 views

How to call a bash script automatically when a directory containts chage

My goal is to run a bash script automatically whenever any new file added to a particular directory or any subdirectory of that particular directory. Detail Scenario: I am creating an automated ...
0
votes
1answer
25 views

how to add Grails Plugin to IntellIJ?

I´m new to Grails world and Iḿ trying to import a grails application into an IntellIJ IDE but I have some issues. I was trying to find tutorials on how I could import and everybody says that I need ...
0
votes
1answer
34 views

How to connect to the network and then internet in Python?

I want to write my own Network Manager in Python for Ubuntu. How can I do that? What tools will I need? If it is already written by someone, can some one please provide me a link? Writing my own ...
0
votes
2answers
28 views

Python ImportError while module is installed [Ubuntu]

I'd like to make a switch from Windows to Linux (Ubuntu) writing my python programs but I just can't get things to work. Here's the problem: I can see that there are quite the number of modules ...
-1
votes
1answer
14 views

How to install apache 1.7.1 and subversion release 1.6.13 in ubutu [closed]

How to install apache 1.7.1 and subversion release 1.6.13 in ubutu. Any idea where to got? Thanks
0
votes
0answers
26 views

How to check a process is running in monit

check process myproc with pidfile /opt/management/myproc.pid start program = "/etc/init.d/myproc start" stop program = "/etc/init.d/myproc stop" if 3 restarts ...
0
votes
0answers
33 views

Error 20009 (severity 9):Unable to connect: Adaptive Server is unavailable or does not exist OS error 111, “Connection refused”

while trying to connect to remort mssql server by command tsql -S SQLEXPRESS -U sa passwod :sa it throws error as Error 20009 (severity 9):Unable to connect: Adaptive Server is unavailable or ...
1
vote
0answers
11 views

Script to detect user session over RDP or direct (native) from the box

I want to write a script to detect if the current gnome session is from a RDP connection via xRDP server or its a native launched gnome session. In this case, I would like the native session(s) to ...
-2
votes
1answer
21 views

Restrict Ubuntu SSH user to a folder, with access to its children but not its parent? [closed]

Here's the situation. I have a new user who I want to be able to have full access to a certain existing folder, let's say it's /root/Apple, which has lots of child folders. This user should be sent to ...
0
votes
0answers
9 views

System time change in LAMPP/MYSQL & UBUNTU

I have been trying to update time zone in mysql which i have installed in an ubuntu server. I first checked the system time on the server & changed it to my timezone using the folowwing: $date ...
0
votes
1answer
18 views

“Undefined reference to” when using g++ and ncurses for compiling

I am having some difficulty compiling a program with g++ on Ubuntu and my suspicion is that the ncurses library is not running correctly I am fairly certain the problem isn't with the makefile but ...
-1
votes
0answers
25 views

OS Select Screen [closed]

I installed Windows 8. After that I create a new partition and installed Ubuntu 12.4 in that partition. Ubuntu 12.4 installed successfully and after restart laptop still boot by windows 8 directly. ...
0
votes
0answers
17 views

preseed partman with lvm

i need to install ubuntu server 12.04 by preseed file. its got 4 x 1TB hdd and 32 GB RAM. i need 1 GB for /boot and 8 GB swap. the rest should be a 4 TB lvm volume over all harddrives. i can create a ...
-3
votes
0answers
16 views

I cannot access a server using ssh [migrated]

I'm trying to access server using ssh from my ubuntu terminal but it responds an error says: /bin/bash: Too many open files in system Connection to xxx.xxx.xxx.xxx closed. What is the problem?
-1
votes
1answer
31 views

Installing netbeans for ubuntu using synaptic manager/terminal [closed]

I have installed netbeans in ubuntu through synaptic manager without any problem, but when I started using it and tried to create a "web application" in java, I found that there is no option for ...
-1
votes
1answer
57 views

How to completely remove nginx from ubuntu 13.04? [closed]

I know this question has been asked earlier as well and I have gone through them but it does not solve my problem. To remove nginx from system I executed following commands sudo apt-get remove nginx ...
2
votes
1answer
26 views

Why file writing permission is not set correctly in Java 7?

Could somebody explain me, why writing permission isn't set for others by the following code snippet on Ubuntu 13.04 and java 1.7 (OpenJDK 64bit). All other permissions are set correctly, except the ...
0
votes
1answer
13 views

Need to provide complete chain of certificate for open ssl

I had installed SSL certs one one of my cloud server by following this: http://www.rackspace.com/knowledge_center/article/installing-an-ssl-certificate-on-apache I am running jetpack plugin on my ...
0
votes
0answers
26 views

libevent error when installing tmux_1.8 on Ubuntu 12.04

I want to install tmux 1.8 on my ubuntu 12.04 after tar zxvf tmux-1.8.tar.gz cd tmux_1.8 ./configure but here is some error infomation, ... checking pkg-config is at least ...
0
votes
0answers
15 views

How can I change permissions for a folder and all sub files and folders in ubuntu? [migrated]

I know there are a few questions on this topic on the internet but I have a slightly different question. so when I click on the change permissions for enclosed files and change the permissions for ...
0
votes
0answers
12 views

MPJ Express hangs

I am trying to run MPJ Express in cluster mode without the runtime as explained in Appendix A of mpj linux guide I cannot use runmpj.sh script as my class has some command line arguments that I need ...
-2
votes
0answers
13 views

Replace Windows 7 with Ubuntu and retain data on disk drives [migrated]

I have created the bootable usb to install ubuntu on my system. However I want to remove my current Windows 7 OS which is installed in the C Drive. Is there any way to retain the data in the D and E ...
0
votes
0answers
17 views

This is regarding ipfw on ubuntu 12.04 divert and forward option giving

I downloaded the source code 20120812-ipfw3.tgz (i do not remember the link). I loaded the ipfw_mod.ko using insmod it was successful. I tried adding many rules it is working fine. I am trying to use ...
-2
votes
0answers
41 views

odbc_connect(): SQL error: [unixODBC][FreeTDS][SQL Server]Unable to connect to data source, SQL state S1000 in SQLConnect [closed]

I want to connect to mssql server located in windows xp pc in my network from my ubuntu 12.04, i use freetds technique to communicate , please take a look ,for steps i followed Step 1. ...
0
votes
0answers
6 views

spatialite compile error under ubuntu

I'm trying to build the following project for Android: http://code.google.com/p/spatialite-android/ but it has error after excute "ndk-build -j10 " command. the detail error inforamtion is : ...
0
votes
0answers
9 views

How to allow an admin to do everything except changing password of another admin : Ubuntu 12.04

I need some help about Ubuntu 12.04. I would like to make some "levels" for a multi-session Ubuntu PC. For example, having 3 groups : Admin 0 // Contents the first one who has been created and has ...
0
votes
1answer
17 views

Can I find a similar software as Pageant in Linux?

Now I am using SVN+SSH in Ubuntu linux, and one problem I have now is that every time I update or commit codes I have to type the "passphrase". In Windows, thanks to Pageant I can only type once, and ...
1
vote
0answers
35 views

PySide app seems to ignore SIGTERM during shutdown when run at startup using ~/.config/autostart

My PySide app seems to ignore the TERM signal sent during shutdown on Linux when it is automatically started by putting an entry in ~/.config/autostart. I came to the conclusion that the issue is ...
0
votes
1answer
11 views

When building deb files using dpkg, I can't get it to ignore hidden files such as .git and .gitignore

I have a pretty simple project for an internal package at my company. I've got a base directory with DEBIAN, etc and opt in it with the files I need to package and install. I go up one directory and ...
0
votes
0answers
12 views

RailsIntaller for Ubuntu? [migrated]

Im an Ubuntu newb, and so far installing programs has been a major PITA for me. Just downloading Sumblime2 text editor in Ubuntu required some terminal commands that im not used to. As opposed on a ...
0
votes
2answers
37 views

Running C# Binary on Linux using mono-devel

I have the following two files in a directory on Ubuntu: program.exe RFIDAPI.dll program.exe was compiled on a Windows 7 machine using Visual C# Express as a "Console Application" RFIDAPI.dll is a ...
0
votes
2answers
29 views

Permissions difference between sudo su and just being the user? (Specifically with git)

I'm having a weird permissions issue. It seems that being logged in as a particular user I have different permissions than when I sudo su into that user. Using su to become quantka causes a git ...
-1
votes
0answers
13 views

Device driver bugs with /dev/ttyACM0, not with ACM1 [closed]

I'm using a YEI brand TSS-USB-S v2 IMU (a nice robotics motion sensor) on Ubuntu 12.04 64-bit. When I plug it in (USB device), it defaults to /dev/ttyACM0 (since no other devices are attached). ...
0
votes
1answer
12 views

Is there a way I can access my Rails Application of my Ubuntu VM from my Windows 7?

I got a Rails application (running on Thin server) running on my Ubuntu VM, how can I be able to access it from my Windows 7 OS? I already have the VM bridge option enable. I tried using the IP ...
0
votes
0answers
33 views

OpenCV on beaglebone. pkg-config issues

So i am running ubuntu 13.04 on the sd card of my new beaglebone black. I am attempting to install opencv-2.4.2. I've got everything installed without errors but when i try to build and run a program ...
-1
votes
0answers
16 views

EC2 register new AMI [closed]

So I have an EC2 instance that I'd like to transfer from one account to another. So I'm following this guide in order to accomplish that. And when I get to the first command, $ ec2-describe-images ...
0
votes
1answer
45 views

Run program at startup Ubuntu [closed]

I'm pretty new to some of these concepts so I hope you guys take it easy on me over this. I want to run a program at start up in Ubuntu which I called Message.java. I did a little research and ...
0
votes
0answers
24 views

PHP shell_exec touch file permission issue running as sudo

I want to create a file in PHP using shell_exec. Here's the statement I'm trying: $out = shell_exec('sudo touch maintenance.flag 2>&1 1> /dev/null'); And contents of $out are sudo: no ...
-1
votes
0answers
37 views

SVN: E175002: Unable to connect to Repository at URL, But it did yesterday. I did nothing about SVN and client. Why? [closed]

Our svn server is build in China, and we access it in US. It is OK yesterday, we did nothing about it, and it can't work today morning. We don't know why. This is detail: server ip: 192.168.1.26 in ...
0
votes
1answer
21 views

JSVC Cannot Register Native Methods

I'm trying to create a service that will run in Ubuntu Linux written in Java. My executable Jar file is a big fat Jar file that has all the dependencies packaged inside with it. I get the following ...
0
votes
1answer
19 views

Undefined reference to QIconvCodec during Qt embedded make?

I'm trying to configure my Qt for Embedded Linux with a virtual framebuffer according to these instructions. From the Qt for Embedded source folder, I'm trying: ./configure -embedded -opensource ...
-2
votes
0answers
9 views

Suitable wireless drivers in Ubuntu [closed]

why wireless driver doesn't work in Ubuntu but works in windows? i can connect to only that adoc which is less than 5 meters in range.but in windows i am able to connect to at any range to a adoc I ...

1 2 3 4 5 217