[Bug 242505] Re: vmware kernel modules for 2.6.22-15 missing
I just created a symbolic link to kernel modules of 2.6.22-14 and it works, although that not be very safe: sudo ln -sf /lib/modules/2.6.22-14-generic/updates/ /lib/modules/2.6.22-15-generic/ -- vmware kernel modules for 2.6.22-15 missing https://bugs.launchpad.net/bugs/242505 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 68052] Re: Instant Crash on adding Digital Signatures, when adding certificate
Same problem for Dapper. Works well in Debian Sarge. -- Instant Crash on adding Digital Signatures, when adding certificate https://launchpad.net/bugs/68052 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1250550] Re: Java plugin crash
What alternatives do we have to avoid the crash? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250550 Title: Java plugin crash To manage notifications about this bug go to: https://bugs.launchpad.net/chromium-browser/+bug/1250550/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1250550] Re: Java plugin crash
Just a question about Ubuntu repos / packages. It seems that "precise" and "precise-updates" do have the exact same package, but the normal "precise" repo does not contain "libnet.so" (i.e. it seems to be statically linked) and the "precise-updates" repo has the a version with dynamic libs: http://packages.ubuntu.com/precise/amd64/chromium-browser/filelist vs http://packages.ubuntu.com/precise-updates/amd64/chromium- browser/filelist Thx. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250550 Title: Java plugin crash To manage notifications about this bug go to: https://bugs.launchpad.net/chromium-browser/+bug/1250550/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1250550] Re: Java plugin crash
I just tested it yesterday, but in Ubuntu 12.04 with security and updates repos enabled, the installed version: 31.0.1650.63 Ubuntu 12.04 (31.0.1650.63-0ubuntu0.12.04.1~20131204.1) it still appends. The good news is that I found a quick hack to make it work: sudo su apt-get install bbe cp -a /usr/lib/chromium-browser /usr/lib/chromium-browser.bak cd /usr/lib/chromium-browser for f in `rgrep -l libnet .` do bbe -e 's/libnet/libxet/' $f > $f.new mv -f $f.new $f done mv libs/libnet.so libs/libxet.so mv libs/libnet_with_v8.so libs/libxet_with_v8.so chmod +x chromium-browser You can check that all dependencies are fullfilled: ldd chromium-browser -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250550 Title: Java plugin crash To manage notifications about this bug go to: https://bugs.launchpad.net/chromium-browser/+bug/1250550/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1250550] [NEW] Java plugin crash
Public bug reported: 1) Ubuntu Release: Description:Ubuntu 12.04.3 LTS Release:12.04 2) Package version: chromium-browser: Instalados: 30.0.1599.114-0ubuntu0.12.04.3 Candidato: 30.0.1599.114-0ubuntu0.12.04.3 Tabla de versiĆ³n: *** 30.0.1599.114-0ubuntu0.12.04.3 0 500 http://security.ubuntu.com/ubuntu/ precise-security/universe amd64 Packages 100 /var/lib/dpkg/status 18.0.1025.151~r130497-0ubuntu1 0 500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages Oracle / Sun Java: JDK 1.6.0_45 (also tested with 1.6.0_38) 3) What I expect: Java applets should load using Oracle/Sun 1.6.0.x / 1.7.0.x 4) What I get: erevilla@ub1204:/usr/lib/chromium-browser$ chromium-browser Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/libnio.so: /usr/lib/chromium-browser/libs/libnet.so: version `SUNWprivate_1.1' not found (required by /usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/libnio.so) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1724) at java.lang.Runtime.loadLibrary0(Runtime.java:823) at java.lang.System.loadLibrary(System.java:1028) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50) at java.security.AccessController.doPrivileged(Native Method) at sun.nio.ch.Util.load(Util.java:464) at sun.nio.ch.FileChannelImpl.(FileChannelImpl.java:1224) at java.io.FileInputStream.getChannel(FileInputStream.java:342) at com.sun.deploy.util.SyncFileAccess.openLockFileObject(SyncFileAccess.java:233) at com.sun.deploy.util.SyncFileAccess.openLockFileInputStream(SyncFileAccess.java:71) at com.sun.deploy.config.Config.loadPropertiesFile(Config.java:1740) at com.sun.deploy.config.Config.refreshProps(Config.java:1133) at com.sun.deploy.config.Config.initialize(Config.java:939) at com.sun.deploy.config.Config.(Config.java:886) at sun.plugin2.main.server.JVMManager.processJREInfo(JVMManager.java:578) at sun.plugin2.main.server.JVMManager.(JVMManager.java:48) at sun.plugin2.main.server.JVMManager.(JVMManager.java:26) at sun.plugin2.main.server.MozillaPlugin.(MozillaPlugin.java:111) when loading an applet. 5) Workarounds: - Install Chromium 29.x from ppa:chromium-daily/stable - Use Chrome 6) Probable cause: name clash in libnet.so: Chromium: /usr/lib/chromium-browser/libs/libnet.so Java: /usr/lib/jvm//jre/lib/amd64/libnet.so ** Affects: chromium-browser (Ubuntu) Importance: Undecided Status: New ** Tags: java-plugin -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250550 Title: Java plugin crash To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1250550/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1250550] Re: Java plugin crash
Is there a way to rename libnet.so to something different? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250550 Title: Java plugin crash To manage notifications about this bug go to: https://bugs.launchpad.net/chromium-browser/+bug/1250550/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1250550] Re: Java plugin crash
Any news on this? Could anyone of the packagers tell us why Chromium 30 as a libs directory with dynamic libraries, but Chromium 29 hasn't ? Thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250550 Title: Java plugin crash To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1250550/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 966074] Re: chromium browser didn't load java applet, and chrashed the java plugin
This happens again to me with Ubuntu 12.04 and Chrome 30, see #1250550. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/966074 Title: chromium browser didn't load java applet, and chrashed the java plugin To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/966074/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 882956] Re: [Oneiric] [Dell XPS M1330] Gnome session exits with XI_BadDevice error
Hi. If nobody does provide one, I'll try to. It does not seem trivial to me. I'll see if I can give feedback within some days. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/882956 Title: [Oneiric] [Dell XPS M1330] Gnome session exits with XI_BadDevice error To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-session/+bug/882956/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 882956] Re: [Oneiric] [Dell XPS M1330] Gnome session dies at resume
It seems that a "xinput" device is not resuming correctly. I bet this is the integrated cam or synaptics touchpad. The same error in RH bug tracker: https://bugzilla.redhat.com/show_bug.cgi?id=728044 ** Bug watch added: Red Hat Bugzilla #728044 https://bugzilla.redhat.com/show_bug.cgi?id=728044 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/882956 Title: [Oneiric] [Dell XPS M1330] Gnome session dies at resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/882956/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 882956] Re: [Oneiric] [Dell XPS M1330] Gnome session dies at resume
Hi. Could you please try the following: * Create a file /etc/pm/sleep.d/50_custom with the following content: --8<-- cut --8<-- cut --8<-- cut --8<-- cut --8<-- cut --8<-- cut --8<-- #!/bin/sh # Action script to shutdown modules before suspending. # before a hibernate # # Copyright: Copyright (c) 2009 Ernesto Revilla # License: GPL-2 # PATH=/sbin:/usr/sbin:/bin:/usr/bin case "${1}" in suspend|suspend_hybrid|hibernate) rmmod uvcvideo rmmod usbhid rmmod psmouse ;; resume|thaw) modprobe uvcvideo modprobe usbhid modprobe psmouse ;; --8<-- cut --8<-- cut --8<-- cut --8<-- cut --8<-- cut --8<-- cut --8<-- Regards -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/882956 Title: [Oneiric] [Dell XPS M1330] Gnome session dies at resume To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/882956/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 882956] Re: [Oneiric] [Dell XPS M1330] Gnome session exits with XI_BadDevice error
Well, I would attach to one of the applications which get killed, not gnome-session. I was much more thinking about a X application like gedit, nautilus, etc. For Pedro: Sorry, I've still not had the time. I'll try to this weekend if the bug still persists in Ubuntu 11.10 Regards. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/882956 Title: [Oneiric] [Dell XPS M1330] Gnome session exits with XI_BadDevice error To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-session/+bug/882956/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 882956] Re: [Oneiric] [Dell XPS M1330] Gnome session exits with XI_BadDevice error
Yesterday I was testing the suspend / wakeup cycle during nearly 2 hours. Currently it is much less frequent and very difficult to reproduce. I just got one gnome crash at the beginning. I tried to get a backtrace of gnome-session process crash, but I wasn't able to do it. This morning I got a wakeup crash again, but I hadn't the debugger attached. Sorry. (Now I'll try to run it with a debugger attached whenever I can using a script.) It has definitely to do with some X input device (uvcvideo, psmouse, usbhid). Some more notes: * I had ThinkFinger package installed until after upgrade to 11.10. I removed it and the system seems more stable. * I used GDK_SYNCHRONIZE=1 to see if it makes a difference, that seems not to be the case Regards. Erny -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/882956 Title: [Oneiric] [Dell XPS M1330] Gnome session exits with XI_BadDevice error To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-session/+bug/882956/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 882956] Re: [Oneiric] [Dell XPS M1330] Gnome session exits with XI_BadDevice error
When I had a crash, GDB didn't return anything useful: [Thread 0x7f07f3bf1700 (LWP 10342) terminado] [Thread 0x7f07f33f0700 (LWP 10345) terminado] [Thread 0x7f07f2bef700 (LWP 10346) terminado] [Inferior 1 (process 10286) exited with code 01] (gdb) No stack. (gdb) El programa no tiene registros ahora. (gdb) No hay registros. Any suggestions? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/882956 Title: [Oneiric] [Dell XPS M1330] Gnome session exits with XI_BadDevice error To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-session/+bug/882956/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 525883] Re: Java applet audio with pulseaudio broken (local apps likely broken)
Although the RoseIndia demo mentioned above works for me with sun Java 1.6.22, and the .java.policy and adjusted path for libpulse-java.so, Cisco's WebEx does still complain about audio. I'll try it with openjdk. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/525883 Title: Java applet audio with pulseaudio broken (local apps likely broken) -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 614742] Re: [meta] cannot add facebook account, facebook does not update and more
I also tried #9, but no luck. The add button does not appear. -- [meta] cannot add facebook account, facebook does not update and more https://bugs.launchpad.net/bugs/614742 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 439281] Re: Dual layer burning failed
I have a very similar problem. I'm running jaunty with growisofs 7.1. sudo dvd+rw-mediainfo /dev/sr1 gave INQUIRY:[HL-DT-ST][DVDRAM GSA-H10A ][JL05] GET [CURRENT] CONFIGURATION: Mounted Media: 15h, DVD-R Dual Layer Sequential Media ID: CMC MAG. AD8 Current Write Speed: 2.0x1385=2770KB/s Write Speed #0:2.0x1385=2770KB/s GET [CURRENT] PERFORMANCE: Write Performance: 2.0x1385=2770KB/s...@[0 -> 4171711] Speed Descriptor#0:02/4171711 r...@3.3x1385=4568kb/s w...@2.0x1385=2770kb/s READ DVD STRUCTURE[#0h]: Media Book Type: 00h, DVD-ROM book [revision 0] Legacy lead-out at:2092896*2KB=4286251008 READ DISC INFORMATION: Disc status: blank Number of Sessions:1 State of Last Session: empty "Next" Track: 1 Number of Tracks: 1 READ TRACK INFORMATION[#1]: Track State: invisible incremental Track Start Address: 0*2KB Next Writable Address: 0*2KB Free Blocks: 4171712*2KB Track Size:4171712*2KB READ CAPACITY: 0*2048=0 I can burn CD-R, DVD-R, DVD+R DL. But when I try DVD-R DL I get e...@mitchell:~$ growisofs -dvd-compat -Z /dev/sr1=/home/erny/tmp/xyz.iso Executing 'builtin_dd if=/home/erny/tmp/xyz.iso of=/dev/sr1 obs=32k seek=0' :-[ READ DVD STRUCTURE #10h failed with SK=8h/ASC=ABh/ACQ=80h]: Input/output error The drive can burn DVD-R DL when I use Nero on Windows Pro 2000. I hope this helps. It looks like many others are having similar problems. - Erny -- Dual layer burning failed https://bugs.launchpad.net/bugs/439281 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 779192] [NEW] Xubuntu Natty install fails on Vaio
Public bug reported: Binary package hint: ubiquity Installing Xubuntu on a Sony Vaio with a hard disk partitioned as sda1 for WindowsXP, sda5 for ext4 /, sda6 for swap, sda7 for /home. Crashes after updates are fetched and installed. Boot brings up grub> prompt only. /var/log/syslog and .../partman attached. ** Affects: ubiquity (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/779192 Title: Xubuntu Natty install fails on Vaio -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 779192] Re: Xubuntu Natty install fails on Vaio
** Attachment added: "syslog" https://bugs.launchpad.net/bugs/779192/+attachment/2118842/+files/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/779192 Title: Xubuntu Natty install fails on Vaio -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 779192] Re: Xubuntu Natty install fails on Vaio
** Attachment added: "partman" https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/779192/+attachment/2118843/+files/partman -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/779192 Title: Xubuntu Natty install fails on Vaio -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 574460] Re: akonadi not operational - no contacts shown in kontact
Well I've been fighting this for a month now, and the patch in post #2 fixed it for me. I had done a fresh install from a CD followed by whatever upgrades were suggested by Synaptic. I don't know what else the support people need. But then if i did, I'd probably be looking to join the team. Please fix thmX1GGjis properly. - Ernest Cowan -- akonadi not operational - no contacts shown in kontact https://bugs.launchpad.net/bugs/574460 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to akonadi in ubuntu. -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs