New answers tagged 11.10
0
There may be a problem with the .Xauthority file for that account - see Cannot login to my user account
1
I you want to get rid of the plugin permanently, because it is not removed by apt if you remove acroread, you have to delete it manually:
sudo rm /usr/lib/mozilla/plugins/npwrapper.nppdf.so
That worked for me on Ubuntu 13.04
1
I know it's an old question, but since the issue is still not solved by Wine, people will probably be still googling what to do, so...
I've asked people at PlayOnLinux to make a special Wine build with the fixed pen pressure issue. So, what you need to do is:
install PlayOnLinux
go to Tools->Manage Wine Versions and install the version named "1.5.5-SAI"
...
0
I know this question is two years old, but I don't like to see questions that never get an accepted answer so I'm trying to help.
This doesn't use the package manager, but at http://gcc-uk.internet.bs/releases/ you can find almost every version of GCC. Version 4.3.0 (and likely all others) include HTML installation instructions. If you don't like UK ...
1
This is quite old now but I just ran into the same problem with Ubuntu 13.04 and Netbeans 7.3.1
The reason for this is because when Netbeans is run with root privilleges to install all plugins it creates ~/.cache/netbeans/7.3.1/* with root permissions and doesn't clear those files when exiting. When you run it with your user, it's denied access to those ...
0
The thread referenced by Caffeine Coma indicates this is related to low-level technicalities in closing TCP network connections... Obscure and subtle differences between the way operating systems (Windows, Mac, Linux) handle connection termination apparently result in some harmless confusion between server and client, and this somehow results in the ...
0
Also make sure opengl is running by following the instructions in the accepted answer here:
http://unix.stackexchange.com/questions/27918/getting-opengl-to-work-under-ubuntu
This solved a similar issue for me recently.
0
insert the number that identifies the path you want and press enter. in this case insert 1.
finally, try to test the version java -version
0
GNOME terminal is also slow for me. From the Wikipedia list the fastest of what I tested was evilvte. That one seems to go all the way to the opposite end of the spectrum in terms of leaving out as many features as possible. (Whereas I sense that GNOME terminal chooses to be quite featureful.)
The other fast alternative for me is to use the virtual ...
0
From a command line you can list what is in a directory with ls -la
For example
warren@min:~/workspace/crc8$ ls -la
total 52
drwxrwxr-x 4 warren warren 4096 Apr 3 10:41 .
drwxrwxr-x 14 warren warren 4096 May 22 13:39 ..
-rw-r--r-- 1 warren warren 31048 Jun 10 2011 .cproject
drwxrwxr-x 3 warren warren 4096 Apr 3 11:22 Debug
-rw-r--r-- 1 warren ...
0
For me (Ubuntu 12.04 LTS host; Ubuntu 13.04 guest; virtualbox 4.1.18 running on the host), it seems that the downloaded guest-additions iso on the host was old, so installing by mounting that iso through vbox's menus failed consistently. There was no package virtualbox-guest-additions available on the guest, so I installed
$ sudo apt-get install ...
0
Are you sure that you have an FTP server running on your Windows system? It seems to either not be present, not running, or not configured to allow a connection in from the error you are relaying.
Either way, the problem you are describing (if you are truly attempting to FTP into that Windows box) is more an FTP server setup / Windows security (firewall) / ...
2
11.10 has reached its EOL (End Of Life) and you won't get any upgrades for it. You have to upgrade to another version of Ubuntu.
1
In case you want to install the older version and replace the current installation:
sudo apt-get remove --purge libreoffice-core libreoffice-common
sudo apt-get autoremove --purge
Then find the version you want - here, download the archive containing the multiple deb files and install them following the instructions contained in the help/readme.
...
0
You need to type in sudo crontab -e in the command line. The in the editor that pops open, hit the i key to insert in the cron that you want to add. I had to do this for my feedafever.com installation on jamescampbell.us/fever and it worked great running it from my ubuntu server instance on amazon ec2.
0
I'm curious about this too, as I'm getting similar log entries even from Googlebot servers.
This thread seems to say that it's nothing to worry about, but it seems very odd to me to have these register as a BLOCK in UFW.
0
Adding the line
GRUB_CMDLINE_LINUX="quiet splash acpi_osi=Linux acpi_backlight=vendor"
worked for me on my Acer Aspire One D270-1596 running Ubuntu 12.04.
I had also experienced a dull almost unreadable screen on login and was getting rid of it by logging out as a user and logging back in. I commented out (put # at the beginning of the Grub line)
...
0
I've applied all of the above and none of it works for me AT FIRST, even though wget, apt-get, curl, web browsing, thunderbird and suchlike have all worked perfectly for years. Only software centre didn't work.
However, I left it with a grey screen for 2-4 minutes after applying the fix to /etc/apt/apt.conf:
Acquire::http::proxy ...
0
in your .ssh folder, add a file named config with your favorite editor (gedit or whatever). In the file named config add the following lines:
Host myEC2instance
User blue
Hostname someDNSname.from.amazon.com
ServerAliveInterval 5
This permits ssh to be used as:
$ ssh myEC2instance
and you will be asked for your keyphrase once, and no more until you log ...
0
I had to do an apt-get purge update-manager-core and the install update-manager-core before do-release-upgrade would recognize any new releases for 11.10.
0
Open Software sources.
Click "Other Software" tab.
Find the all erred PPA(like http://ppa.launchpad.net/ferramroberto/filezilla/ubuntu
/dists/oneiric/main/source/Sources) and remove tick mark in front of it and close the window.
Now try to update as normal. I hope it will work.
1
First remove skype using ubuntu software center.
Install Gdebi Package Installer using ubuntu software center.
Download latest skype for ubuntu from its official website.
Install the downloaded skype file using Gdebi package installer.
0
That's because 11.10, has reached EOL, and not supported any longer. I would recommend that you upgrade to at least 12.04. But if you system is capable, you may want to install 13.04.
If you decide to upgrade, I recommend that you do a fresh install. Make sure to backup all of your data. Otherwise, you have to do 11.10 --> 12.04 --> 12.10 --> 13.04
0
First add the repository sudo add-apt-repository "deb
http://archive.canonical.com/ $(lsb_release -sc) partner"
Then run the following command sudo apt-get update to check for updates.
Finally you can install the latest version by running sudo apt-get
install skype
0
SQL Server requires Microsoft Windows OS to run. There is no way you can install SQL Server on Ubuntu. It can only happen using some form of VM.
Make sure that you have Important security updates checked.
To install MySQL on Ubuntu 12.04, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get ...
0
You should try this, worked for me
http://www.webupd8.org/2013/05/how-to-get-systray-whitelist-back-in.html
0
The Update Manager takes command-line options:
user@host:~$ update-manager --help
Usage: update-manager [options]
Options:
-h, --help show this ...
0
The repository sources were wrong. Correction:
$ cat /etc/apt/sources.list
deb http://ports.ubuntu.com/ubuntu-ports oneiric main restricted universe multiverse
deb http://ports.ubuntu.com/ubuntu-ports oneiric-updates main restricted universe multiverse
I was fooled into thinking that old-releases would work, since it did when upgrading from 10.10 to ...
0
I had a similar problem with my Lenovo E535 running 12.04.
I am used to the function keys swapping out the display selection.
If you go to System Settings | Displays the secondary monitor comes up and you can configure the settings.
It wasn't as convenient at flipping the "F8" key but it worked.
1
Look at http://ubuntuforums.org/showpost.php?p=11334979&postcount=17
I tried a rmmod uas and it worked :)
0
Please visit this site to solve the problem
- http://ubuntuforums.org/showthread.php?t=1427330
0
Was having the same issue and I just had to change de syslinux.cfg by replacing this line to the default instruction :
prompt 1
Than on the boot just prompt the menu label you want to launch, in my case it was :
ubnentry1
0
Yes, you can download the 11.10 iso, install it from a LiveUSB, and upgrade to 12.04 using the Update Manager:
Open the Update Manager from the dash
In the bottom left corner, press the "Settings" button
In the dialog that opens, click on the "Updates" tab
At the bottom, select "For any new version" in the dropdown menu for "Notify me of a new Ubuntu ...
0
Although this may not be for everyone, here's what i did to solve this problem. I put a PS2 keyboard and mouse into my computer. It works just fine.
Additionally, i installed a Synergy client on my Ubuntu, so that after i log in, i use the shared mouse and keyboard.
I hope this helps.
Love and peace,
Joe
0
For KDE and kmix users, if you use this script you will still have the visual feedback working:
#! /bin/bash
DBUS=qdbus 2> /dev/null
case "$1" in
volup)
pactl set-sink-mute alsa_output.pci-0000_00_1b.0.analog-stereo 0
${DBUS} org.kde.kmix /kmix/KMixWindow/actions/increase_volume com.trolltech.Qt.QAction.trigger
;;
voldn)
...
0
I have intermittent internet connexion using wifi,I just edited my connexion and checked use Ipv4 and deleted my wired connexion and It worked for me.I am using ubuntu 13..
I hope this will help others.
0
On my /etc/default/grub file, the line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi_osi=Linux acpi_backlight=vendor splash"
Did work perfect for me too, the only drawback i had to perform the first installation with no backlight. I'm using an hp (hp folio 13-1000) with the integrated intel chipset.
0
With Ubuntu 13.04 search for Disks. Select the disk. Below the Volumes box, click the square button to unmount the disk. The square will change to triangle (Mount). Then click the More Options button and select Edit Filesystem Label... Edit the name, select Change and then mount the drive by clicking the Mount button.
Not as easy as Windows, but ...
Top 50 recent answers are included







