I am trying to install Ubuntu and it goes into the installer, but the only disk it sees is the usb drive. I shrank my primary partition in windows, so I have space ready. I disabled secure boot in Bios. Do I need something more?
gruszczy's questions
"search home.network" keeps appearing my resolv.conf. Because of that some web pages don't load. Is there some way of disabling it? My resolv.conf is managed by Puppet.
I am using Ubuntu 10.10 64bit and I am trying to install cx_Oracle for python3. I managed to install Oracle XE itself from a deb, but it is 386 version. When I try to install cx_Oracle through easy_install3 I get:
/usr/bin/ld: cannot find -lclntsh
And before that:
/usr/bin/ld: skipping incompatible /usr/lib/oracle/xe/app/oracle/product/10.2.0/
What I can do to have cx_Oracle installed?
I have just moved to Natty from Maverick and suddenly my terminal is invisible.
I can type commands and they get executed, but I don't see a thing - only cursor changes when the terminal area is active. What might be wrong and how can I fix it?
I am trying to get my code running using Python3 and PyQt4. When I do this:
gruszczy@gruszczy-laptop:~/Programy/fathom/tools$ python3.1 fathomqt.py
Traceback (most recent call last):
File "fathomqt.py", line 5, in <module>
from PyQt4.QtCore import (QFileSystemModel, QDir, SIGNAL, Qt)
ImportError: /usr/lib/python3/dist-packages/sip.so: undefined symbol: PyUnicodeUCS4_CompareWithASCIIString
I have installed Sip and PyQt4 by hand in both /usr/lib/python3/dist-utils
and /usr/lib/python3.1/dist-packages
, but neither helped.
I have libpython3.1
as well as python3.1-dev
and both packages for 3.2
either. What am I missing?
I am using Natty
beta, but I don't believe this is a problem, since it's now quite stable on my machine.
I would like to remove Tomboy application, but when I run
apt-get remove tomboy
I get information that also gnome
application will be removed. How can this be prevented?
Or maybe this could be achieved: how I can remove tomboy
and keep all other packages that come with gnome
?
I have recently added several new users, that I need for qmail. Now they appear in the box in the login screen and clutter it, and I have to scroll to find my user. How can I hide those users from the login box?
I am playing ADOM right now and under F1 button there is very aggressive tactic, which is extremaly useful when you are fighting on distance. Right now I can't use it, because help dialog pops up. How can I turn it off?
Is it possible to show notifications displayed in right top (like these about being connected to a wifi), that can be clicked? Right now I can either create a notification, that can't be clicked or create an ugly notification (a dialog box), that can. I would like to have something non-obtrusive, that can be clicked and perform some action then.
When Ubuntu 10.4 was in alpha stage, there was pyjamas package, which didn't work. I posted a bug on launchpad and the only resolution, was removing this package altogether.
Does anyone know, how to easily install pyjamas on Ubuntu 10.4? I tried downloading debs from debian repositories, but there were some broken dependencies.