[Bug 785722] Re: mplayer can't fullscreen without zooming too

2013-02-16 Thread Alberto González Palomo
I have this problem too, and for now all I can do is use VLC for those
cases when I don't want the video stretched, unselecting the menu option
"Video -> Always fit Window".

The reason why the zoom option in MPlayer doesn't work is that it
belongs to the software scaler, so it has no effect if you have
hardware-accelerated video support. I guess we could force some sofware
render mode, but then I'd rather just use VLC.

I like MPlayer's keyboard controls though. That's why I would prefer to
have this option in MPlayer.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/785722

Title:
  mplayer can't fullscreen without zooming too

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mplayer/+bug/785722/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 971476] Re: /var/lib/4store not created automatically

2012-12-16 Thread Alberto González Palomo
Thanks for reporting this. I just had the same experience when following
the instructions at http://www.4store.org/trac/wiki/CreateDatabase, and
reading your posts saved me a good amount of work looking around for how
it was supposed to work.

I was going to create the directory manually, but having this error
message gave me the impression that the package was unmaintained or
something.

However running the init script is not enough:

20:58:18 rdf$ sudo /etc/init.d/4store start
[sudo] password for user: 
 * Starting 4s-backend 4s-backend   
4store[22419]: lock.c:38 failed to open metadata file 
/var/lib/4store/default/metadata.nt for locking: No such file or directory
4store[22419]:  1: /usr/bin/4s-backend() [0x411811]
4store[22419]:  2: /usr/bin/4s-backend() [0x403a0b]
4store[22419]:  3: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) 
[0x7fbde7a9176d]
4store[22419]:  4: /usr/bin/4s-backend() [0x403a59]
21:06:19 rdf$ 


The problem here is that, although /var/lib/4store is created, 
/var/lib/4store/default is not.
That directory would be created with the 4s-backend-setup command as explained 
4store's wiki, but it can not succeed until /var/lib/4store exists.
The knowledge base name is defined in the start script as "default". It can be 
created in the normal way with:
sudo 4s-backend-setup default
After this, the init script runs fine.

Creating /var/lib/4store in the postinst script as you (Osma) proposed would 
make the whole thing straightforward.
Is there any reason not to do that, or was it a simple oversight?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/971476

Title:
  /var/lib/4store not created automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/4store/+bug/971476/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 993228] Re: package nvidia-tegra 12~beta1-1ubuntu3 failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 2 terug

2012-10-29 Thread Alberto González Palomo
I found a solution at the IRC chatlog:
http://irclogs.ubuntu.com/2012/02/09/%23ubuntu-arm.txt

The instructions there (starts at [12:11]) are actually wrong or
outdated, it's not "--remove" but "--remove-all":

sudo update-alternatives --remove-all gl_conf

This solved the issue in my AC100.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/993228

Title:
  package nvidia-tegra 12~beta1-1ubuntu3 failed to install/upgrade:
  subproces installed post-installation script gaf een foutwaarde 2
  terug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-tegra/+bug/993228/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 777383] Re: hostapd cannot create mon.wlan0 interface for wireless access point

2012-10-03 Thread Alberto González Palomo
In my case this happened when hostapd failed for other reasons and left
the mon.wlan0 interface there: the next time it failed to create it
because it already existed, and I got that error message. This can be
solved as follows:

ifconfig mon.wlan0 down

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777383

Title:
  hostapd cannot create mon.wlan0 interface for wireless access point

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hostapd/+bug/777383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 996476] Re: viking build error

2012-05-08 Thread Alberto González Palomo
Using the source package for 1.3.1 from Quetzal does build but only the
first time:

1. wget 
https://launchpad.net/ubuntu/+archive/primary/+files/viking_1.3-1.diff.gz 
https://launchpad.net/ubuntu/+archive/primary/+files/viking_1.3-1.dsc 
https://launchpad.net/ubuntu/+archive/primary/+files/viking_1.3.orig.tar.gz
2. dpkg-source -x viking_1.3-1.dsc
3. cd viking-1.3/
4. dpkg-buildpackage -rfakeroot
5. sudo dpkg -i ../viking_1.3-1_amd64.deb

After this, starting Viking as usual shows version 1.3 in Help->About
It seems to run fine.

However, if I try to build it a second time, it fails:
-
19:53:56 viking-1.3$ dpkg-buildpackage -rfakeroot
...
make[2]: Entering directory `/stor/Software/viking-1.3'
Making distclean in help
make[3]: Entering directory `/stor/Software/viking-1.3/help'
 cd .. && /bin/bash /home/alberto/stor/Software/viking-1.3/missing --run 
automake-1.11 --gnu help/Makefile
automake-1.11: cannot open < gnome-doc-utils.make: No such file or directory
make[3]: *** [Makefile.in] Error 1
make[3]: Leaving directory `/stor/Software/viking-1.3/help'
make[2]: *** [distclean-recursive] Error 1
make[2]: Leaving directory `/stor/Software/viking-1.3'
dh_auto_clean: make -j1 distclean returned exit code 2
make[1]: *** [override_dh_auto_clean] Error 29
make[1]: Leaving directory `/stor/Software/viking-1.3'
make: *** [clean] Error 2
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
19:54:06 viking-1.3$
-

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/996476

Title:
  viking build error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/viking/+bug/996476/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 996476] [NEW] viking build error

2012-05-08 Thread Alberto González Palomo
Public bug reported:

12:41:51 viking-1.2.1$ lsb_release -rd
Description:Ubuntu 12.04 LTS
Release:12.04
12:41:59 viking-1.2.1$ apt-cache policy viking
viking:
  Installed: 1.2.1-3build1
  Candidate: 1.2.1-3build1
  Version table:
 *** 1.2.1-3build1 0
500 http://mirror.de.leaseweb.net/ubuntu/ precise/universe amd64 
Packages
100 /var/lib/dpkg/status

Steps to reproduce in Ubuntu 12.04:
1. apt-get source viking
2. cd viking-1.2.1/
3. dpkg-buildpackage -rfakeroot

Error message:
-
...
src/Makefile.am:18: XP was already defined in condition TRUE, which includes 
condition HAVE_XSLTPROC ...
configure.ac:321: ... `XP' previously defined here
src/icons/Makefile.am:263: `%'-style pattern rules are a GNU make extension
configure.ac:341: required file `doc/reference/Makefile.in' not found
make[1]: *** [Makefile.in] Error 1
make[1]: Leaving directory `/stor/Software/viking-1.2.1'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-

I've tried reaming the XP variable in "configure.ac", but then it fails later 
with:
configure.ac:341: required file `doc/reference/Makefile.in' not found

After commenting out those lines (the if...then block that tries to load that 
missing file) it stops at:
-
...
Removing patch 0003-Add-missing-lz.patch
Restoring src/Makefile.am

Removing patch 0001-disable-po-check.patch
Restoring po/Makefile.in.in

Patch GPSD-API-v5.patch does not remove cleanly (refresh it or enforce with -f)
dh_quilt_unpatch: quilt --quiltrc /dev/null pop -a || test $? = 2 returned exit 
code 1
make: *** [clean] Error 25
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
-

** Affects: viking (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/996476

Title:
  viking build error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/viking/+bug/996476/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 832681] Re: Unity fails to start with ATI proprietary drivers - GL_ARB_vertex_buffer_object not supported

2011-10-26 Thread Alberto González Palomo
Here is my glxinfo, with only the Intel chip enabled.

** Attachment added: "Output of glxinfo"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/832681/+attachment/2573188/+files/unity-glxinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/832681

Title:
  Unity fails to start with ATI proprietary drivers -
  GL_ARB_vertex_buffer_object not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/fglrx/+bug/832681/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 832681] Re: Unity fails to start with ATI proprietary drivers - GL_ARB_vertex_buffer_object not supported

2011-10-26 Thread Alberto González Palomo
It still does not work: if I select "Ubuntu" as session, I just get the
background image and the mouse pointer: no menus, windows, or anything.
Clicking any of the mouse buttons does nothing.

Then I switch to a console, set DISPLAY to :0 and try to start unity. I attach 
the console text.
It hangs after "Initializing composite options...done", just before 
"Initializing opengl options", until I switch to the vt runing X11 and back, 
where it continues writing as written in the attachment.

glxinfo also does not run from the vt: it just says "Name of display: :0" and 
stays there until I stop it with control-c.
After starting an "Ubuntu 2D" session, glxinfo works fine.
I attach also the output of glxinfo after starting the Unity 2D session, run 
from a Gnome terminal. If I switch to the text-mode vt it still hangs, but 
xlogo does work.

If I try "unity --replace" from the Gnome terminal, I get the same output as 
from the vt except that it does not hang. At the end I get the same 
segmentation fault, and the window decorations are gone. 
I can type in both the terminal and Firefox, and the indicators panel works, 
but I can't rearrange the windows. Firefox stays behind the terminal as it was 
before.


** Attachment added: "Terminal output when starting unity"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/832681/+attachment/2573187/+files/unity-opengl-segfault.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/832681

Title:
  Unity fails to start with ATI proprietary drivers -
  GL_ARB_vertex_buffer_object not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/fglrx/+bug/832681/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 832681] Re: Unity fails to start with ATI proprietary drivers - GL_ARB_vertex_buffer_object not supported

2011-10-26 Thread Alberto González Palomo
I have a ThinkPad W500 with switchable graphics, that is, with two graphic 
chips:
- ATI FireGL V5700 [mostly the same as Radeon 3650]
- Intel GMA 4500MHD

In the BIOS you can select whether it should enable only one of them and
which, or activate both and let the OS switch them on and off. Since
AFAIK Linux doesn't support the switching, I enable only one of them at
a time.

I have this problem with both chips, using the Free drivers. I have no
custom kernel or driver or anything like that.

Before upgrading to 10.11 from 10.04, I had the Gnome desktop running with 
Compiz, with no problem.
The only way to get a working desktop now is to select Unity-2D which works 
fine.

Trying to dianose it I ran glxinfo, but it hung up: just like when starting 
Unity, it did nothing for a few seconds before giving the error message.
Before posting this comment I just tried glxinfo again, and it now works fine. 
I updated everything yesterday.
I'm sending this message for the record and re-login choosing Unity to see if 
it works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/832681

Title:
  Unity fails to start with ATI proprietary drivers -
  GL_ARB_vertex_buffer_object not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/fglrx/+bug/832681/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 881632] Re: should depend also on liblog4cpp5-dev, not just liblog4cpp5

2011-10-25 Thread Alberto González Palomo
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/881632

Title:
  should depend also on liblog4cpp5-dev, not just liblog4cpp5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pion-net/+bug/881632/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 881632] [NEW] should depend also on liblog4cpp5-dev, not just liblog4cpp5

2011-10-25 Thread Alberto González Palomo
Public bug reported:

The package libpion-net-dev needs log4cpp to compile:
/usr/include/pion/PionLogger.hpp:150:32: fatal error: log4cpp/Category.hh: No 
such file or directory

The dependencies list only the runtime libraries package liblog4cpp5,
but to compile also the -dev package is needed, liblog4cpp5-dev

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: libpion-net-dev 4.0.5+dfsg-1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Tue Oct 25 21:27:14 2011
EcryptfsInUse: Yes
ProcEnviron:
 PATH=(custom, user)
 LANG=es_ES.UTF-8
 LC_MESSAGES=C
 SHELL=/bin/bash
SourcePackage: pion-net
UpgradeStatus: Upgraded to oneiric on 2011-10-22 (3 days ago)

** Affects: pion-net (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/881632

Title:
  should depend also on liblog4cpp5-dev, not just liblog4cpp5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pion-net/+bug/881632/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 105179] Re: apt-get fails: package index files are corrupted

2010-09-03 Thread Alberto González Palomo
I just had this problem. In my case, the exact error message was "E: The 
package index files are corrupted. No Filename: field for package tzdata.".
I found a solution. Details follow.

Previous to that, I got the following problems:
-
Get:10 http://es.archive.ubuntu.com lucid-updates/universe Sources [37,0kB]
99% [10 Sources bzip2 0B] [Waiting for headers]  
bzip2: Data integrity error when decompressing.
Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

Err http://es.archive.ubuntu.com lucid-updates/universe Sources
  Sub-process /bin/bzip2 returned an error code (2)
-

and:

-
W: GPG error: http://es.archive.ubuntu.com lucid-updates Release: The following 
signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic 
Signing Key 
W: Failed to fetch 
http://es.archive.ubuntu.com/ubuntu/dists/lucid-updates/universe/source/Sources.bz2
  Sub-process /bin/bzip2 returned an error code (2)

E: Some index files failed to download, they have been ignored, or old ones 
used instead.
-


It seems that the package index file gets truncated.
Trying to use the update manager fails silently when I click on "install 
updates".

The way I found to solve it is first find the truncated files:

egrep 'Package: tzdata|Filename: .*tzdata' /var/lib/apt/lists/ -r

This will list both a "Package:" line and a "Filename:" line if the file is 
correct.
Replace "tzdata" with whatever package name you get in the error message.

Then I removed those files that only have the "Package:" line.
In my case, those were:

sudo rm 
/var/lib/apt/lists/es.archive.ubuntu.com_ubuntu_dists_lucid_main_source_Sources
sudo rm 
/var/lib/apt/lists/es.archive.ubuntu.com_ubuntu_dists_lucid-updates_restricted_binary-amd64_Packages

After this both apt and update manager work.

-- 
apt-get fails: package index files are corrupted
https://bugs.launchpad.net/bugs/105179
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 335732] Re: Accented letters (dead keys) do not work (i.e. stop being 'dead') if you install a complex writing language

2010-03-10 Thread Alberto González Palomo
I'm seeing this too.
It happens when I activate iBus in the language preferences.

I've read that it has something to do with iBus not supporting dead keys:
http://ubuntuforums.org/archive/index.php/t-1404209.html

I've tried the workaround described there, to do "unset XMODIFIERS"
before launching the application where I have problems, specifically the
infamous Skype. Doing that allows me to write accented letters using the
dead keys as before, but I can't use iBus any more in that application.

The problem also happens with Emacs which is a more serious issue for
me, although Emacs has its own input methods which I used before
installing iBus, so I'll unset the XMODIFIERS also for it. At least
everything works fine in Firefox.

-- 
Accented letters (dead keys) do not work (i.e. stop being 'dead') if you 
install a complex writing language
https://bugs.launchpad.net/bugs/335732
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 380807] Re: [karmic, intel] Laptop locks up moments after resuming from suspend

2010-01-27 Thread Alberto González Palomo
Ahmad, that issue you mention could be caused by the fglrx driver if you
are using it. That would be bug #391628

-- 
[karmic, intel] Laptop locks up moments after resuming from suspend
https://bugs.launchpad.net/bugs/380807
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 303802] Re: Wireless Card Fails After X Amount of Time or Y Amount of Data Transfered

2009-12-30 Thread Alberto González Palomo
Same here on a Lenovo W500, upgraded from Jaunty x64 to Karmic x64 when
9.10 was released.

I have to restart network manager each time it disconnects:

sudo /etc/init.d/network-manager restart

Using HTTP, SSH, SMTP, BitTorrent etc. the disconnects are very rare,
it's more often with BitTorrent but I didn't have it running more than a
few hours at a time.

However, VoIP (Pidgin with Google Talk) and Skype disconnect often.

Google Talk can last for a whole 10 minutes call, but it seems
cumulative: sometimes it disconnects during the call, but not if I
restart the network manager shortly before it.

With Skype it lasts maybe one minute. It failed each time I tried. I had
to use my old PowerBook G4 running MacOS X 10.5 Leopard, which worked
flawlessly, so I'm inclined to think that the problem is in my Ubuntu
laptop, not the ASUS WIFI router. The network is encrypted with WPA2,
which might be a factor according to a post I saw in Ubuntuforums saying
that the problem didn't occur if the network was not encrypted.

I don't remember having these problems before updating to Karmic from
Jaunty, but I've had the laptop just since last June and was most of
August without Internet access.

This might be related to bug #483322 and bug #459933.

-- 
Wireless Card Fails After X Amount of Time or Y Amount of Data Transfered
https://bugs.launchpad.net/bugs/303802
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 199915] Re: error: " is undefined"

2009-11-19 Thread Alberto González Palomo
I found this issue just today. Indeed, the file ".xinput.d/es_ES" is there, but 
I don't know where it came from.
This system was installed clean with Ubuntu 9.04 last June, and upgraded to 
9.10 as it became available.

The problem appeared after I installed several input methods, specifically some 
SCIM packages (I wasn't using SCIM at all before, but I seem to remember that I 
found the package "scim" already installed), and ibus.
In the preferences for keyboard input method, I have selected "ibus".
Before I was just using Emacs' input methods, which work perfectly for me. I 
installed those SCIM and ibus packages for other programs like Firefox.

So far, Emacs seems to be the only program affected by this, even if it
might be scim/ibus' fault.

-- 
error: " is undefined"
https://bugs.launchpad.net/bugs/199915
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 467434] Re: After update to karmic, ssh-askpass does not seem to work.

2009-11-15 Thread Alberto González Palomo
** Changed in: openssh (Ubuntu)
   Status: Incomplete => Invalid

-- 
After update to karmic, ssh-askpass does not seem to work.
https://bugs.launchpad.net/bugs/467434
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 467434] Re: After update to karmic, ssh-askpass does not seem to work.

2009-11-02 Thread Alberto González Palomo
Yes, it's working perfectly again.

I'm concerned that this could be a symptom of some issue with the
package. It should not be necessary to reinstall it.

I tried looking in the system logs, but I can't find any mention of ssh-askpass 
or even ssh.
Do you have any ideas about things I could check?

-- 
After update to karmic, ssh-askpass does not seem to work.
https://bugs.launchpad.net/bugs/467434
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 292588] Re: VirtualBox can't operate in VMX root mode.

2009-11-01 Thread Alberto González Palomo
I just found the same issue after upgrading to Ubuntu 9.10 and VirtualBox 3.x.
For some reason the package qemu-kvm got installed and that's what runs the kvm 
module.
Before I was using VirtualBox 2.2 (not the OSE version, but the personal use 
version from virtualbox.org) in Ubuntu 9.04. I don't know whether qemu was 
installed or not. I don't remember doing so and I'm sure I never used it, but 
it might be.

The Ubuntu upgrade disabled the third party repositories. I had added the 
VirtualBox one as, if I remember correctly, it was not available in the 
standard repositories before.
Then the installed VirtualBox 2.2 failed to start because it could not load 
some kernel module (didn't complain yet about KVM, but I don't remember the 
details), so I went to add the karmic repository from VirtualBox.org to 
Synaptic.
When going to mark the VB 3.0 package for installation, I saw that the OSE 
version was available, so I just removed the third party repository, updated 
the package list, and installed virtualbox-ose 3.0.8-dfsg-1ubuntu1.
That's when I got the error message described in the bug report.

So, I'm not sure what actually triggered the issue in my case: the
change of VirtualBox version, or the upgrade to Karmic.

What I've done is deinstall qemu-kvm (and qemu with it).

-- 
VirtualBox can't operate in VMX root mode.
https://bugs.launchpad.net/bugs/292588
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 467434] Re: After update to karmic, ssh-askpass does not seem to work.

2009-10-31 Thread Alberto González Palomo
After closing the session and logging in again, it works fine.
I had rebooted a couple of times after the upgrade to 9.10 from 9.04, so I 
assume that the key factor was reinstalling ssh-askpass-gnome.

I'm ready to accept this as invalid, but maybe it would be good to keep
it around for a bit in case someone else is experiencing this issue.

-- 
After update to karmic, ssh-askpass does not seem to work.
https://bugs.launchpad.net/bugs/467434
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 467435] Re: After update to karmic, ssh-askpass does not seem to work.

2009-10-31 Thread Alberto González Palomo
*** This bug is a duplicate of bug 467434 ***
https://bugs.launchpad.net/bugs/467434

** This bug has been marked a duplicate of bug 467434
   After update to karmic, ssh-askpass does not seem to work.

-- 
After update to karmic, ssh-askpass does not seem to work.
https://bugs.launchpad.net/bugs/467435
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 467434] [NEW] After update to karmic, ssh-askpass does not seem to work.

2009-10-31 Thread Alberto González Palomo
Public bug reported:

I just updated to karmic from jaunty, and now SSH always asks me in the console 
for the passphrase for my public key.
Before I got a graphical dialog box, I guess the one provided by ssh-askpass, 
and only had to enter it once per session, but now I got asked in the console 
every single time.
I've checked that I have ssh-askpass-gnome, and reinstalled it with Synaptic 
(mark for reinstalling, apply). I didn't try to end the session and try again, 
which I'll do after submitting this report.

lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

ssh-askpass-gnome:
  Installed: 1:5.1p1-6ubuntu2
  Candidate: 1:5.1p1-6ubuntu2
  Version table:
 *** 1:5.1p1-6ubuntu2 0
500 http://ftp.stw-bonn.de karmic/main Packages
100 /var/lib/dpkg/status

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New

-- 
After update to karmic, ssh-askpass does not seem to work.
https://bugs.launchpad.net/bugs/467434
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 467435] [NEW] After update to karmic, ssh-askpass does not seem to work.

2009-10-31 Thread Alberto González Palomo
*** This bug is a duplicate of bug 467434 ***
https://bugs.launchpad.net/bugs/467434

Public bug reported:

I just updated to karmic from jaunty, and now SSH always asks me in the console 
for the passphrase for my public key.
Before I got a graphical dialog box, I guess the one provided by ssh-askpass, 
and only had to enter it once per session, but now I got asked in the console 
every single time.
I've checked that I have ssh-askpass-gnome, and reinstalled it with Synaptic 
(mark for reinstalling, apply). I didn't try to end the session and try again, 
which I'll do after submitting this report.

lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

ssh-askpass-gnome:
  Installed: 1:5.1p1-6ubuntu2
  Candidate: 1:5.1p1-6ubuntu2
  Version table:
 *** 1:5.1p1-6ubuntu2 0
500 http://ftp.stw-bonn.de karmic/main Packages
100 /var/lib/dpkg/status

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New

-- 
After update to karmic, ssh-askpass does not seem to work.
https://bugs.launchpad.net/bugs/467435
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs