[Bug 220263] Re: Bad Firefox integration with dark themes

2016-05-09 Thread Luis Mondesi
Example view from https://net- ssh.github.io/scp/v1/api/classes/Net/SCP.html ** Attachment added: "can't read" https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/220263/+attachment/4659393/+files/Screenshot%20from%202016-05-09%2014-18-16.png -- You received this bug notification because

[Bug 220263] Re: Bad Firefox integration with dark themes

2016-05-09 Thread Luis Mondesi
I'm using Firefox 46.0+build5 on Ubuntu 16.04 and this bug just hit me after many years of using the global dark theme (Adwaita + Humanity Dark icons). If I turn off the "Global Dark Theme" in Gnome tweak tool, everything is back to normal in Firefox. It seems to me that the bug is somewhere in

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2016-04-19 Thread Luis Mondesi
never mind, the reason was that my /etc/mysql/my.cnf file contained 2 variables that the newer mysqld did not like. Running this shows the error in the log file (/var/log/mysql/error.log): # su - mysql -s /bin/sh -c "/usr/bin/mysqld_safe" The two variables were: [mysqld] ... key_buffer

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2016-04-19 Thread Luis Mondesi
I got this same error on Ubuntu 16.04 while upgrading to mysql-server 5.7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468185 Title: Function 'innodb' already exists and other errors To manage

[Bug 1568945] Re: Firefox detects segfault of gstreamer and hangs

2016-04-15 Thread Luis Mondesi
After today's updates this is no longer happening. You may need to confirm with others. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1568945 Title: Firefox detects segfault of gstreamer and hangs

[Bug 1571025] Re: console-setup postinstall never ends in Ubuntu 16.04

2016-04-15 Thread Luis Mondesi
This is the strace ** Attachment added: "sudo strace -f dpkg --configure -a >& /tmp/console-setup.log" https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1571025/+attachment/4637855/+files/console-setup.log -- You received this bug notification because you are a member of Ubuntu

[Bug 1571025] [NEW] console-setup postinstall never ends in Ubuntu 16.04

2016-04-15 Thread Luis Mondesi
Public bug reported: Today while doing a normal `apt-get upgrade`, the latest console-setup package for Ubuntu 16.04 got stuck since 11:10 until about 14:25h when I realized it was still running and I had to kill the process manaully. $> sudo apt-get upgrade ... Setting up console-setup

[Bug 1571025] Re: console-setup postinstall never ends in Ubuntu 16.04

2016-04-15 Thread Luis Mondesi
Ran the same `sudo apt-get upgrade` after updating my lists and got the same behavior: $> lsproc console-setup PID PPID USER NI RSS S STIME COMMAND 22693 22692 root 0 18628 S 14:27 /usr/bin/perl -w /usr/share/debconf/frontend /var/lib/dpkg/info/console-setup.postinst configure

[Bug 1568945] Re: Firefox detects segfault of gstreamer and hangs

2016-04-11 Thread Luis Mondesi
(process:25872): GLib-CRITICAL **: g_path_get_basename: assertion 'file_name != NULL' failed Gtk-Message: Failed to load module "overlay-scrollbar" ERROR: Caught a segmentation fault while loading plugin file: /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstclutter-3.0.so Please either: - remove

[Bug 1568945] Re: Firefox detects segfault of gstreamer and hangs

2016-04-11 Thread Luis Mondesi
When this happens, the following program runs and takes 100% of the CPU: PID PPID USER NI RSS S STIME COMMAND 25943 1 lmondesi 0 97276 R 14:03 /usr/lib/x86_64-linux-gnu/gstreamer1.0/gstreamer-1.0/gst-plugin-scanner -l $> apt-cache show libgstreamer1.0-0 Package:

[Bug 1568945] [NEW] Firefox detects segfault of gstreamer and hangs

2016-04-11 Thread Luis Mondesi
Public bug reported: In Ubuntu 16.04 with Firefox 45.0.1+build1-0ubuntu1, whenever I got to this URL it prints the following error in the console: ERROR: Caught a segmentation fault while loading plugin file: /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstclutter-3.0.so This is how to

[Bug 1507002] [NEW] "boot error" is back!

2015-10-16 Thread Luis Mondesi
Public bug reported: Today I upgraded to Ubuntu 15.10 (wily) from vivid and creating boot disks (USB, vfat) stopped working. I tried my best to find what's the problem, but I couldn't identify it. It looks like it's related to LP: #398241 (or the debian bug referred there) Essentially, I did

[Bug 1435709] Re: mysql.service fail to start after upgrade to mysql-server.5.6

2015-04-08 Thread Luis Mondesi
Also, note that I had to add return 0 to the pinger() function: /usr/share/mysql/mysql-systemd-start Maybe this function should be written in a way that it provides feedback: pinger () { while /bin/true ; do sleep 1 mysqladmin ping /dev/null 21 break logger -p daemon.info $0

[Bug 1435709] Re: mysql.service fail to start after upgrade to mysql-server.5.6

2015-04-08 Thread Luis Mondesi
Any workarounds for this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435709 Title: mysql.service fail to start after upgrade to mysql-server.5.6 To manage notifications about this bug go to:

[Bug 1435709] Re: mysql.service fail to start after upgrade to mysql-server.5.6

2015-04-08 Thread Luis Mondesi
Any workarounds for this? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu. https://bugs.launchpad.net/bugs/1435709 Title: mysql.service fail to start after upgrade to mysql-server.5.6 To manage notifications

[Bug 1435709] Re: mysql.service fail to start after upgrade to mysql-server.5.6

2015-04-08 Thread Luis Mondesi
The new options are: $ cat /etc/mysql/my.cnf|grep slow slow_query_log = 1 slow_query_log_file = /var/log/mysql/mysql-slow.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu.

[Bug 1435709] Re: mysql.service fail to start after upgrade to mysql-server.5.6

2015-04-08 Thread Luis Mondesi
Ok, I made it work. From /var/log/mysql/error.log: 2015-04-08 11:37:13 1441 [ERROR] /usr/sbin/mysqld: unknown variable 'log_slow_queries=/var/log/mysql/mysql-slow.log' 2015-04-08 11:37:13 1441 [ERROR] Aborting 2015-04-08 11:37:13 1441 [Note] Binlog end After commenting out this line, it

[Bug 1435709] Re: mysql.service fail to start after upgrade to mysql-server.5.6

2015-04-08 Thread Luis Mondesi
Also, note that I had to add return 0 to the pinger() function: /usr/share/mysql/mysql-systemd-start Maybe this function should be written in a way that it provides feedback: pinger () { while /bin/true ; do sleep 1 mysqladmin ping /dev/null 21 break logger -p daemon.info $0

[Bug 1435709] Re: mysql.service fail to start after upgrade to mysql-server.5.6

2015-04-08 Thread Luis Mondesi
The new options are: $ cat /etc/mysql/my.cnf|grep slow slow_query_log = 1 slow_query_log_file = /var/log/mysql/mysql-slow.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1435709 Title:

[Bug 1435709] Re: mysql.service fail to start after upgrade to mysql-server.5.6

2015-04-08 Thread Luis Mondesi
Ok, I made it work. From /var/log/mysql/error.log: 2015-04-08 11:37:13 1441 [ERROR] /usr/sbin/mysqld: unknown variable 'log_slow_queries=/var/log/mysql/mysql-slow.log' 2015-04-08 11:37:13 1441 [ERROR] Aborting 2015-04-08 11:37:13 1441 [Note] Binlog end After commenting out this line, it

[Bug 1312836] Re: [systemd] dh_installinit does not create /etc/rc*.d/S??foo if there is an /etc/init/foo.conf

2015-03-09 Thread Luis Mondesi
Martin, I thought this was fixed, but I'm still getting the same error and /run/network still does not exists on reboot: $ sudo systemctl status -l networking * networking.service - LSB: Raise network interfaces. Loaded: loaded (/etc/init.d/networking) Drop-In:

[Bug 1312836] Re: [systemd] dh_installinit does not create /etc/rc*.d/S??foo if there is an /etc/init/foo.conf

2015-03-09 Thread Luis Mondesi
I think I found the culprit... my /etc/network/interfaces file contains lines like: auto em0 iface em0 inet manual auto eth0 iface eth0 inet manual They refer to previous names of the same interface as it went from being called eth0 to now em0. When attempting to start networking via systemctl

[Bug 1312836] Re: [systemd] dh_installinit does not create /etc/rc*.d/S??foo if there is an /etc/init/foo.conf

2015-03-09 Thread Luis Mondesi
Ok, no mater what I do, I cannot get this to work. I commented all but 1 interfaces needed for br0. The configuration looks like: auto em1 iface em1 inet manual auto br0 iface br0 inet static bridge_ports all ... And I seem to be hitting this nag: sudo systemctl status -l

[Bug 1312836] Re: [systemd] dh_installinit does not create /etc/rc*.d/S??foo if there is an /etc/init/foo.conf

2015-01-20 Thread Luis Mondesi
Maybe this should be reopened? root@hp:~# ifup br0 ifup: failed to open lockfile /run/network/.ifstate.lock: No such file or directory root@hp:~# mkdir -p /run/network root@hp:~# ifup br0 Waiting for br0 to get ready (MAXWAIT is 32 seconds). root@hp:~# ifconfig br0 Link encap:Ethernet

[Bug 1227912] Re: instance fails to boot with qemu guest agent set in image metadata

2014-11-12 Thread Luis Mondesi
MNLipp workaround moved me from the previous error to this one: Unable to complete install: 'internal error: Process exited prior to exec: libvirt: error : unable to set AppArmor profile 'libvirt-9a3f213c-b02e-45a1-8791-109f6300d200' for '/usr/bin/qemu-system-x86_64': No such file or

[Bug 1220775] [NEW] background ghost effect after transition

2013-09-04 Thread Luis Mondesi
Public bug reported: On Ubuntu 13.10 as well as 13.04, the gnome3 gnome-shell timed background changing function causes weird transitions when going from one background image to another. Say image 1 is showing and it's time to transition to image 2, I'll end up seeing a mashup of both images as

[Bug 1220775] Re: background ghost effect after transition

2013-09-04 Thread Luis Mondesi
This images is an example of what happens after transitioning. ** Attachment added: Screenshot showing images https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1220775/+attachment/3802968/+files/Screenshot%20from%202013-09-04%2016%3A21%3A48.png -- You received this bug notification

[Bug 1058115] Re: remmina crashed with SIGSEGV in gdi_memblt()

2013-07-18 Thread Luis Mondesi
Affects me on 13.04. Using xfreerdp works fine, remmina crashes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1058115 Title: remmina crashed with SIGSEGV in gdi_memblt() To manage notifications

[Bug 1187800] [NEW] host identification changed not displayed

2013-06-05 Thread Luis Mondesi
Public bug reported: This bug is similar to Bug #944040 in that remmina displays: Unable to connect to RDP server XX And removing the server IP, hostname and FQDN from ~/.freerdp/known_hosts fixes the issue. Behavior: 1. Reboot windows machine 2. Reconnect with Remmina 3. Some how the

[Bug 1065810] Re: Remmina remote desktop window not visible when minimized

2013-06-05 Thread Luis Mondesi
This same problem happens with Gnome3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1065810 Title: Remmina remote desktop window not visible when minimized To manage notifications about this bug

[Bug 1187804] [NEW] minimize application on gnome3 and loose it!

2013-06-05 Thread Luis Mondesi
Public bug reported: Distributor ID: Ubuntu Description:Ubuntu 13.04 Release:13.04 Codename: raring ii ubuntu-gnome-desktop 0.11 amd64 The Ubuntu GNOME metapackage ii remmina 1.0.0-4ubuntu2amd64 remote desktop

[Bug 1176200] [NEW] break lines in workrave.desktop file for ru and pl languages

2013-05-03 Thread Luis Mondesi
Public bug reported: After seeing the following log entries in my log file, I opened the workrave.desktop file and indeed there are new-line chars (\n) in the lines for pl and ru languages. The attached patch fixes the problem. May 3 16:53:56 localhost pulseaudio[3788]: [pulseaudio]

[Bug 1157741] [NEW] logcheck pam_xdg_support should be ignored

2013-03-20 Thread Luis Mondesi
Public bug reported: On a Ubuntu 12.10 system running Gnome3 (gnome-shell), logcheck keeps sending emails about this common task: Mar 20 07:36:59 my-system-name su[6390]: pam_xdg_support(su:session): Called as non-root. Adding this to /etc/logcheck/violations.ignore.d/logcheck-su eliminates

[Bug 848562] Re: gnome-shell lock screen does not display password prompt

2012-11-30 Thread Luis Mondesi
The same thing happens again on 12.10 using 2 monitors and gdm instead of lightdm. the behavior is: (note that I have synergy setup as well) * CTRL+ALT+L to lock the screen * curtain effect rolls down showing the clock * press ESC so the curtain moves up to be able to type the password, but

[Bug 1075985] [NEW] gnome-shell extension outdated for Gnome 3.6 in 12.10

2012-11-07 Thread Luis Mondesi
Public bug reported: The extension provided with Workrave-data needs to be updated for Gnome 3.6 (Gnobuntu 12.10) workrave-data: /usr/share/gnome- shell/extensions/workr...@workrave.org/extension.js version: 1.9.909+abc941eb70-1 ** Affects: workrave (Ubuntu) Importance: Undecided

[Bug 855532] Re: Keyboard shortcut - Add keyboard shortcut hint overlay that is displayed when a user presses and holds the Super key

2012-03-19 Thread Luis Mondesi
this possibly broke keyboard shortcut launchers for gnome-shell users? Now I can't assign any keys to do things like Open terminal etc... (though it could be another bug). Using 12.04 beta. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 957142] [NEW] apt-key calls wget without proxy environment variable

2012-03-16 Thread Luis Mondesi
Public bug reported: When running as a regular user the command 'sudo update-manager -d', sudo strips the environment of the http_proxy variable which is needed for apt-key netupdate to run wget and update Ubuntu keyring. Even setting the proxy environment variables from /etc/environment or

[Bug 862480] [NEW] soup_socket_is_ssl crashes g-c-c

2011-09-29 Thread Luis Mondesi
Public bug reported: if you have a proxy in example.com:80 which allows normal http requests, and you set your https_proxy environment variable to point to this proxy, then gnome-control-center gnome-online-accounts will crash every time you attempt to add a new account in Google:

[Bug 862480] Re: soup_socket_is_ssl crashes g-c-c

2011-09-29 Thread Luis Mondesi
** Attachment added: apport-cli /usr/bin/gnome-control-center https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/862480/+attachment/2481231/+files/apport.gnome-control-center.Ea13uB.apport -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 811552] Re: network delay increases when switching to battery

2011-09-28 Thread Luis Mondesi
i did : chmod -x journal-commit -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/811552 Title: network delay increases when switching to battery To manage notifications about this bug go to:

[Bug 860821] [NEW] gcalctool crashed with signal 5 in g_simple_async_result_complete()

2011-09-27 Thread Luis Mondesi
Public bug reported: 1. open Gnome-calculator 2. in advanced mode do a simple calculation like: 5.66x10^9/44 3. change conversion from Currency-US Dollar in ... And as you try to pick a value from the second column, program crashes. ProblemType: Crash DistroRelease: Ubuntu 11.10 Package:

[Bug 860821] Re: gcalctool crashed with signal 5 in g_simple_async_result_complete()

2011-09-27 Thread Luis Mondesi
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/860821 Title: gcalctool crashed with signal 5 in g_simple_async_result_complete() To manage notifications about this bug go to:

[Bug 846743] Re: upgrade to oneiric failed

2011-09-10 Thread Luis Mondesi
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846743 Title: upgrade to oneiric failed To manage notifications about this bug go to:

[Bug 846743] [NEW] upgrade to oneiric failed

2011-09-10 Thread Luis Mondesi
Public bug reported: When using do-release-upgrade -d to go from 11.04 to 11.10 I always get this error: 25 packages are going to be removed. 271 new packages are going to be installed. 1095 packages are going to be upgraded. Fetching and installing the upgrade can take several hours. Once

[Bug 45018] Re: Unlock screen is invisible with Nvidia twinview

2011-09-09 Thread Luis Mondesi
I started having this issue after upgrading to Oneiric (11.10). Previous versions of Ubuntu worked fine. I'm using nvidia card with dual-head (twinview). also, I'm using gnome3 from universe. locking screen works. no screensaver. moving the mouse shows the mouse pointer changing when it goes over

[Bug 831534] [NEW] nvidia kernel module fails to build when ccache is used

2011-08-22 Thread Luis Mondesi
Public bug reported: steps to reproduce: sudo apt-get install ccache sudo ln -s /usr/bin/ccache /usr/local/bin/gcc sudo ln -s /usr/bin/ccache /usr/local/bin/g++ sudo ln -s /usr/bin/ccache /usr/local/bin/cc sudo ln -s /usr/bin/ccache /usr/local/bin/c++ sudo apt-get install nvidia-current ...

[Bug 831534] Re: nvidia kernel module fails to build when ccache is used

2011-08-22 Thread Luis Mondesi
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/831534 Title: nvidia kernel module fails to build when ccache is used To manage notifications about this bug go to:

[Bug 369498] Re: 32bits gtk and glib modules not found in ia32-libs

2011-07-21 Thread Luis Mondesi
Same as comment #79 and #80 $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 11.04 Release:11.04 Codename: natty $ strings /usr/lib32/libgio-2.0.so.0.2800.6 |grep 'gio/module' /usr/lib/gio/modules /usr/lib/i386-linux-gnu/gio/modules $ ls

[Bug 771242] Re: s2disk fails in natty

2011-06-03 Thread Luis Mondesi
After installing the Ubuntu 11.10 upcoming kernel, 2.6.39-3, my system is able to suspend to disk/ram like before (on 10.10) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/771242 Title: s2disk fails

[Bug 750014] Re: bluetooth doesn't turn on 11.04

2011-06-03 Thread Luis Mondesi
After installing the Ubuntu 11.10 upcoming kernel, 2.6.39-3, bluetooth works for me without having to restart the daemon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/750014 Title: bluetooth

[Bug 520500] Re: booting iso from stick via grub2 loopback gets stuck on particular crypt-luks partition

2011-05-16 Thread Luis Mondesi
in my case /dev/sda is a bad disk with bad sectors that I fixed with spinrite. when the USB disk attempts to boot it goes to /dev/sda1 to attempt to find the iso but this produces nothing since the disk is bad. i can do: mount /dev/sdb1 /isodevice how do i tell the ubuntu boot process in which

[Bug 773063] Re: [Natty] gnome-about-me box doesn't remember contents

2011-05-09 Thread Luis Mondesi
Please fix this as this is really annoying. All the info I had is now gone. I usually populate this stuff even though it's not really being used from anywhere that I can think of. But seeing it gone now reminds me of how fragile Ubuntu Linux desktops really are... It looks like every time I use

[Bug 771242] [NEW] s2disk fails in natty

2011-04-26 Thread Luis Mondesi
Public bug reported: Binary package hint: uswsusp on 10.10 sudo s2disk used to work just fine. on natty however, it does not finish. ** Affects: uswsusp (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 750014] Re: bluetooth doesn't turn on 11.04

2011-04-26 Thread Luis Mondesi
same happens to me on a OQO model 02. this worked fine under 10.10. to get it back to work i had to do: sudo service bluetooth stop # wait sudo service bluetooth start # wait sudo service network-manager restart # so my tethering works -- You received this bug notification because you are a

[Bug 714300] Re: ath5k wireless fails to connect natty

2011-04-22 Thread Luis Mondesi
** Summary changed: - ath5k wireless failes to connect natty alpha2 + ath5k wireless fails to connect natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/714300 Title: ath5k wireless fails to

[Bug 714300] Re: ath5k wireless fails to connect natty

2011-04-22 Thread Luis Mondesi
I installed Natty (beta2) from 10.10 using do-release-upgrade -d today and my wiki network is not working. the ath5k driver is loaded and sudo lshw -C network shows the interface. network manager does not list any wireless connections and iwconfig does not list the interface. Attempts to remove

[Bug 714300] Re: ath5k wireless fails to connect natty

2011-04-22 Thread Luis Mondesi
** Attachment added: log after ath5k removal attempt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/714300/+attachment/2083529/+files/kernel.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 714300] Re: ath5k wireless fails to connect natty

2011-04-22 Thread Luis Mondesi
03:04.0 Ethernet controller: Atheros Communications Inc. AR5413 802.11abg NIC (rev 01) Subsystem: Atheros Communications Inc. Device 1602 Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF-

[Bug 516132] Re: modem-manager: Got failure code 100: Unknown error

2011-03-10 Thread Luis Mondesi
I recently started seeing this problem on an OQO model 02. I'm going through the debugging steps, but it appears that the kernel sees the modem on two devices /dev/ttyUSB0 and /dev/ttyUSB1. I wonder if this is the normal behavior as this used to work just find a few weeks ago. This is on: Ubuntu

[Bug 449096] Re: Folder Sharing Options problem. testparm (No such file or dir)

2011-02-23 Thread Luis Mondesi
same problem for me. this package should use update-alternatives so we don't have to do ugly hacks. sudo update-alternatives --install /usr/bin/net net /usr/bin/net.samba3 50 sudo update-alternatives --install /usr/bin/testparm testparm /usr/bin/testparm.samba3 50 Regards, -- You received

[Bug 449096] Re: Folder Sharing Options problem. testparm (No such file or dir)

2011-02-23 Thread Luis Mondesi
While you are at it, fix the others too (smbstatus, nmblookup): for bin in net nmblookup smbstatus testparm; do sudo update-alternatives --install /usr/bin/$bin $bin /usr/bin/$bin.samba3 50 done -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct

[Bug 573461] Re: UFW blocks libvirt bridged traffic

2011-01-13 Thread Luis Mondesi
Thanks for the workaround. This should be fixed. I'm using LXC containers and this bug. Jan 13 11:25:23 uv09 kernel: [5071210.955631] [UFW BLOCK] IN=br1 OUT=br1 PHYSIN=vethSjyOT7 PHYSOUT=eth1 SRC=172.16.20.10 DST=172.16.20.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=6601 DF PROTO=TCP SPT=41445 DPT=22

[Bug 339971] Re: cannot delete evolution-mapi account

2010-11-11 Thread Luis Mondesi
changed google accounts to use two-factor authentication and assigned a token for evolution (a special password). now evolution prompted for passwords for accounts (imap) and addressbooks, but calendars cannot be fixed. perhaps because of offline operations? attempting to delete the calendar

[Bug 339971] Re: cannot delete evolution-mapi account

2010-11-11 Thread Luis Mondesi
killev wasn't killing all evolution processes. after killing all evolution processes and setting evolution to work offline i was able to delete all the remote calendars and re-add them. -- cannot delete evolution-mapi account https://bugs.launchpad.net/bugs/339971 You received this bug

[Bug 119194] Re: ps2 mouse erratic - parity errors - lost synchronization errors

2010-10-27 Thread Luis Mondesi
The following workaround worked for me: sudo apt-get install acpi-support swsusp Then edit /etc/default/acpi-support MODULES=ppp_async ath5k psmouse MODULES_WHITELIST= -- ps2 mouse erratic - parity errors - lost synchronization errors https://bugs.launchpad.net/bugs/119194 You received this

[Bug 119194] Re: ps2 mouse erratic - parity errors - lost synchronization errors

2010-10-26 Thread Luis Mondesi
I get this same behavior on an OQO (netbook-like device) whenever I hibernate the system. ** Attachment added: cpuinfo uname lspci-vvv lsb_release-a https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/119194/+attachment/1711806/+files/system-info.tar -- ps2 mouse erratic -

[Bug 637579] Re: intel(0): No kernel modesetting driver detected: OpenGL malfunctions

2010-10-09 Thread Luis Mondesi
I did do-release-upgrade -d to go from Lucid to Maverick and X stopped working. If i start the system in failsafe and then use X failsafe, I'm able to use X. My /var/log/Xorg.0.log file is pretty much the same as the one published. This is an IBM Leonovo x60s laptop. cat Xorg.0.log|tail -50 [

[Bug 637579] Re: intel(0): No kernel modesetting driver detected: OpenGL malfunctions

2010-10-09 Thread Luis Mondesi
never mind... removing nomodeset from grub fixed this for me. :-) -- intel(0): No kernel modesetting driver detected: OpenGL malfunctions https://bugs.launchpad.net/bugs/637579 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 423252] Re: NSS using LDAP+SSL breaks setuid applications like su and sudo

2010-08-06 Thread Luis Mondesi
same here (like comment #92). I can su to any local user not just root. Trying to su to any LDAP user results in 'su[***]: initgroups failed for user `atest': Operation not permitted' -- NSS using LDAP+SSL breaks setuid applications like su and sudo https://bugs.launchpad.net/bugs/423252 You

[Bug 423252] Re: NSS using LDAP+SSL breaks setuid applications like su and sudo

2010-08-06 Thread Luis Mondesi
same here (like comment #92). I can su to any local user not just root. Trying to su to any LDAP user results in 'su[***]: initgroups failed for user `atest': Operation not permitted' -- NSS using LDAP+SSL breaks setuid applications like su and sudo https://bugs.launchpad.net/bugs/423252 You