[Bug 300277] [NEW] customizable buttons disappear every firefox start
Public bug reported: Binary package hint: firefox-3.0 Each time I add some new buttons, such as "New Tab", "History" etc, and all those created by extensions too, after I close firefox and I start it again they disappear leaving only predefined ones. My OS, is Ubuntu Intrepid Ibex 8.10 fully updated up to 20th November 08. This problem did not affect Beta version but after some upgrades for the final version, it didn't work as I expected it to do. Firefox ver. is 3.0.4. Thanks! If something else is needed, I'll be pleased to provide you. ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 8.10 Package: firefox-3.0 3.0.4+nobinonly-0ubuntu0.8.10.1 ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=it_IT.UTF-8 SHELL=/bin/bash SourcePackage: firefox-3.0 Uname: Linux 2.6.27-8-generic i686 ** Affects: firefox-3.0 (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- customizable buttons disappear every firefox start https://bugs.launchpad.net/bugs/300277 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 300277] Re: customizable buttons disappear every firefox start
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/19806178/Dependencies.txt ** Attachment added: "ExtensionSummary.txt" http://launchpadlibrarian.net/19806179/ExtensionSummary.txt ** Attachment added: "pluginreg.dat.txt" http://launchpadlibrarian.net/19806181/pluginreg.dat.txt ** Attachment added: "profiles.ini.txt" http://launchpadlibrarian.net/19806182/profiles.ini.txt -- customizable buttons disappear every firefox start https://bugs.launchpad.net/bugs/300277 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 291393] Re: ubuntu 8.10 login screen resolution oversized
I have the same problem, I try to explain it well: - My pc is a Laptop Fujitsu/siemens amilo pro 2010, pentium M 1600, 512mb RAM. - Login screen resolution oversized: my max res. is 1024x768 and I can obtain it with "gnome-display-properties" for the desktop, but not for the login page. - I have had the same problem with Ubuntu 7.04, 7.10, 8.04 and now 8.10. - My VGA: 01:00.0 VGA compatible controller [0300]: VIA Technologies, Inc. CN400/PM800/PM880/PN800/PN880 [S3 UniChrome Pro] [1106:3118] (rev 02) - Output of xrandr: Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1600 x 1200 default connected 1024x768+0+0 0mm x 0mm 1600x1200 0.0 1400x1050 0.0 1280x1024 0.0 1280x7680.0 1024x7680.0* 800x60061.0 720x576 0.0 720x540 0.0 720x480 0.0 640x48060.0 - My Xorg: Section "Device" Identifier "Configured Video Device" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" # commented out by update-manager, HAL is now used # InputDevice "Synaptics Touchpad" EndSection - My Xorg log in attachment - I tried to solve it adding a new subsection to the xorg.conf section "screen" (I red these solutions on internet blogs and I think it worked in my 7.04 a year ago): SubSection “Display” Modes “1024×768″ EndSubSection But after reboot I can't reload the xserver (I can restart it in low graphic mode only). I tried to add: Virtual 1024 768 in the new subsection but same result. - The resolution in /etc/usplash.conf is correct xres 1024 yres 768 Hope this can help. ** Attachment added: "Xorg.0.log" http://launchpadlibrarian.net/19637660/Xorg.0.log -- ubuntu 8.10 login screen resolution oversized https://bugs.launchpad.net/bugs/291393 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 57617] Re: Fan spins at full speed all the time on various Fujitsu Siemens Amilos
I have the same problem with Ubuntu 8.10 (2.6.27-8-generic) on a laptop Fujitsu/siemens amilo pro 2010, pentium M 1600. At pc start CPU fan won't stop and run at maximum speed, until the CPU temperature don't increase to 56°C (more or less). So I usually force the CPU up to 100% load for some minute. After this the fan run only when necessary. My fan speed steps are: off, 50%, 100% of throttles. I have a solution that worked for my pc on Ubuntu 7.04, 7.10, 8.04: 1- Generate a script with these lines: #!/bin/bash temp=`cat /proc/acpi/thermal_zone/THRM/temperature | awk '{print$2}'` stop="56" if [ $temp -le $stop ] then echo "on" >/proc/acpi/fan/FN2/state echo 3 >/proc/acpi/fan/FN2/state fi 2- Name it (in my case: cpufan.sh) 3- Make it run at start-up coping the file script in: /etc/init.d/ 4- Make the script executable: chmod +x /etc/init.d/cpufan.sh 5- Run the command: sudo update-rc.d -f cpufan.sh start 1 2 3 4 5 . This solution doesn't work on my Ubuntu 8.10 any more. :( I've found it browsing internet: http://www.slacky.eu/forum/viewtopic.php?p=88533&sid=270da7c2d488da31fc2100963412e4c0 http://www.hwupgrade.it/forum/showthread.php?p=17692680 I've tried to variate the value "56" in the script, but with no positive results. Should I attach some log to show better the problem? Which one? -- Fan spins at full speed all the time on various Fujitsu Siemens Amilos https://bugs.launchpad.net/bugs/57617 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 291393] Re: ubuntu 8.10 login screen resolution oversized
** Changed in: xorg (Ubuntu) Status: Incomplete => New -- ubuntu 8.10 login screen resolution oversized https://bugs.launchpad.net/bugs/291393 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 300277] Re: customizable buttons disappear every firefox start
I've understood what the problem is. It's a bug of an extension: tab mix plus 0.3.7.3 After uninstalling firefox works fine. Thanks, Dome -- customizable buttons disappear every firefox start https://bugs.launchpad.net/bugs/300277 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 155239] Re: Fan always on at the first boot on FS Amilo Pa 1538
This nice solution worked for my pc on Ubuntu 7.04, 7.10, 8.04, but after upgrading to 8.10, the problem was there again. Is it the same for you? What's wrong? What's the difference with older versions? -- Fan always on at the first boot on FS Amilo Pa 1538 https://bugs.launchpad.net/bugs/155239 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 154302] Re: no connection in pidgin, unless started by root
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/10063750/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/10063751/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/10063752/ProcStatus.txt -- no connection in pidgin, unless started by root https://bugs.launchpad.net/bugs/154302 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 154302] no connection in pidgin, unless started by root
Public bug reported: Binary package hint: pidgin Hy, I'm not sure, that this is a bug, but still, I would like to report it, and eventually solve it. Yesterday I upgraded from 7.04 to 7.10. I already had pidgin, but now it doesn't connect to the network unless I start it by root user. This is not that big problem, if it cannot be solved, then I would like to know how to start is always by root, so I don't have to open the terminal every time, and start is from there. Thanx this is in the debug window, when I try to connect: (14:07:08) account: Connecting to account [EMAIL PROTECTED]/Home (14:07:08) connection: Connecting. gc = 0x859b330 (14:07:08) g_log: file ../../libpurple/dnsquery.c: line 619 (purple_dnsquery_a): should not be reached (14:07:08) account: Disconnecting account 0x8191b10 (14:07:08) connection: Disconnecting connection 0x859b330 (14:07:08) connection: Destroying connection 0x859b330 (14:07:14) util: Writing file accounts.xml to directory /home/kucko/.purple (14:07:14) util: Writing file /home/kucko/.purple/accounts.xml ProblemType: Bug Architecture: i386 Date: Fri Oct 19 14:01:43 2007 DistroRelease: Ubuntu 7.10 ExecutablePath: /usr/bin/pidgin NonfreeKernelModules: nvidia Package: pidgin 1:2.2.1-1ubuntu4 PackageArchitecture: i386 ProcCmdline: pidgin ProcCwd: /home/kucko ProcEnviron: SHELL=/bin/bash PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin LANG=en_US.UTF-8 SourcePackage: pidgin Uname: Linux kucko 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux ** Affects: pidgin (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- no connection in pidgin, unless started by root https://bugs.launchpad.net/bugs/154302 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 192992] Re: [hardy] pycentral crashed with ValueError in parse_versions()
Tiger: Your package python-apt does't work as well (for me!), i got this Preparing to replace python-apt 0.7.4ubuntu5 (using .../python-apt_0.7.4ubuntu5_i386.deb) ... Unpacking replacement python-apt ... Setting up python-apt (0.7.4ubuntu5) ... Traceback (most recent call last): File "/usr/bin/pycentral", line 1593, in main() File "/usr/bin/pycentral", line 1587, in main rv = action.run(global_options) File "/usr/bin/pycentral", line 982, in run self.pkg.byte_compile(bc_option, self.options.exclude) File "/usr/bin/pycentral", line 624, in byte_compile rt.byte_compile(files, bc_option, exclude_regex) AttributeError: 'NoneType' object has no attribute 'byte_compile' dpkg: error processing python-apt (--install): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: python-apt Any idea? -- [hardy] pycentral crashed with ValueError in parse_versions() https://bugs.launchpad.net/bugs/192992 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 192992] Re: [hardy] pycentral crashed with ValueError in parse_versions()
installing python2.4 solved the problem. no more errors on "aptitude safe-upgrade"/"aptitude full-upgrade" or when using dpkg :-) -- [hardy] pycentral crashed with ValueError in parse_versions() https://bugs.launchpad.net/bugs/192992 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 154302] Re: no connection in pidgin, unless started by root
Hi there! That was a long time ago and after the upgrade a few other thing just didn't work, so I had to install Ubuntu again. Right now everything works well, and I'm sorry, I can't help you by posting the output of those commands. Take care! -- no connection in pidgin, unless started by root https://bugs.launchpad.net/bugs/154302 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 121111] Re: Gutsy Tribe 3 CD don't load on Dell Inspiron 1501
Hey guys! same bios bug here: ..MP-BIOS bug: 8254 timer not connected to IO-APIC PCI: BIOS BUG #81 [49...] found PCI: Cannot allocate resource region 7 of bridge 000 I just bought the laptop, and I'm very disappointed. The vista is working just fine, but I wanna get rid if it. Tried a few solutions I found on the ubuntu forum, but none work, summary: 1.Disabling APIC from bios, couldn't find anything related to apic. 2. Tried numerous boot options, like noapic, nolapic, acpi=off and pnpbios=off 3. Tried to boot from USB, with the 64 bit version on it, failed, it said something in German... it did load with the optin: nolapic_timer nohz=off, until it said starting gnome display manager, but it is like that for 10 minutes or so, with a black screen, and then it said that the xserver is not configured... but I cannot configure it, another black screen, with errors, like: Error: Microcode "bcm43xx_microcode5.fw" not available or load failed. I'm not using any tribe cds, it's the final release of the 7,10., and another thing, i'm new to linux, so I cant figure out what are those codes you wrote down, so please, could anyone explain to me what those are if they are a solution to this bug. Thank you! -- Gutsy Tribe 3 CD don't load on Dell Inspiron 1501 https://bugs.launchpad.net/bugs/12 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 199401] [NEW] usplash crashed with SIGSEGV
Public bug reported: Binary package hint: usplash 'cat /etc/lsb-release' DISTRIB_ID=Ubuntu DISTRIB_RELEASE=8.04 DISTRIB_CODENAME=hardy DISTRIB_DESCRIPTION="Ubuntu hardy (development branch)" version of usplash: 0.5.15 It is crashing on systemboot after entering the dm-crypt password for /dev/mapper/root. ProblemType: Crash Architecture: i386 CrashCounter: 1 Date: Fri Mar 7 01:22:57 2008 DistroRelease: Ubuntu 8.04 ExecutablePath: /sbin/usplash NonfreeKernelModules: nvidia Package: usplash 0.5.15 PackageArchitecture: i386 ProcCmdline: /sbin/usplash -c -x 640 -y 480 ProcEnviron: PATH=/sbin:/bin:/usr/sbin:/usr/bin LANG=en_US.UTF-8 Signal: 11 SourcePackage: usplash Stacktrace: #0 0xb7f437c7 in ?? () from /lib/libusplash.so.0 #1 0xff0a in ?? () #2 0xb7f583d4 in ?? () from /lib/libusplash.so.0 #3 0xb7fd2ce0 in ?? () from /lib/ld-linux.so.2 #4 0x in ?? () StacktraceTop: ?? () from /lib/libusplash.so.0 ?? () ?? () from /lib/libusplash.so.0 ?? () from /lib/ld-linux.so.2 ?? () Title: usplash crashed with SIGSEGV Uname: Linux 2.6.24-11-generic i686 UserGroups: ** Affects: usplash (Ubuntu) Importance: Undecided Status: New ** Tags: apport-crash -- usplash crashed with SIGSEGV https://bugs.launchpad.net/bugs/199401 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 199401] Re: usplash crashed with SIGSEGV
** Attachment added: "CoreDump.gz" http://launchpadlibrarian.net/12496815/CoreDump.gz ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/12496817/Dependencies.txt ** Attachment added: "Disassembly.txt" http://launchpadlibrarian.net/12496819/Disassembly.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/12496821/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/12496822/ProcStatus.txt ** Attachment added: "Registers.txt" http://launchpadlibrarian.net/12496823/Registers.txt ** Attachment added: "ThreadStacktrace.txt" http://launchpadlibrarian.net/12496824/ThreadStacktrace.txt -- usplash crashed with SIGSEGV https://bugs.launchpad.net/bugs/199401 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 455898] [NEW] simple: it doesn't connect at all...
Public bug reported: Binary package hint: ubuntuone-client I have my computer associated with the account, but it doesn't connect at all. using 9.10, latest (I think). I don't know where did those attachments disappear... ProblemType: Bug .home.domelaci..cache.ubuntuone.log.syncdaemon.exceptions.log: .home.domelaci..config.ubuntuone.syncdaemon.conf: [bandwidth_throttling] read_limit = -1 write_limit = -1 on = True .home.domelaci..config.ubuntuone.ubuntuone.client.conf: [ubuntuone] connected = True connect = 0 show_applet = 0 bookmarked = True Architecture: i386 Date: Tue Oct 20 01:55:06 2009 DistroRelease: Ubuntu 9.10 Package: ubuntuone-client 1.0.1-0ubuntu1 PackageArchitecture: all ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-14.48-generic SourcePackage: ubuntuone-client Uname: Linux 2.6.31-14-generic i686 ** Affects: ubuntuone-client (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 -- simple: it doesn't connect at all... https://bugs.launchpad.net/bugs/455898 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 455898] Re: simple: it doesn't connect at all...
** Attachment added: ".home.domelaci..cache.ubuntuone.log.oauth.login.log.txt" http://launchpadlibrarian.net/33982152/.home.domelaci..cache.ubuntuone.log.oauth.login.log.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/33982153/Dependencies.txt ** Attachment added: "UbuntuoneClientPackages.txt" http://launchpadlibrarian.net/33982154/UbuntuoneClientPackages.txt ** Attachment added: "XsessionErrors.txt" http://launchpadlibrarian.net/33982155/XsessionErrors.txt -- simple: it doesn't connect at all... https://bugs.launchpad.net/bugs/455898 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 1225302] [NEW] [Sony Corporation VPCEB3C5E] suspend/resume failure [non-free: fglrx]
Public bug reported: I put the machine in suspend mode and after waking up, this is what happened. ProblemType: KernelOops DistroRelease: Ubuntu 13.10 Package: linux-image-3.11.0-7-generic 3.11.0-7.13 ProcVersionSignature: Ubuntu 3.11.0-7.13-generic 3.11.0 Uname: Linux 3.11.0-7-generic x86_64 NonfreeKernelModules: fglrx Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.12.1-0ubuntu3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: dominik1928 F pulseaudio /dev/snd/controlC0: dominik1928 F pulseaudio Date: Sat Sep 14 08:23:25 2013 ExecutablePath: /usr/share/apport/apportcheckresume Failure: suspend/resume HibernationDevice: RESUME=UUID=c2f2b6ea-fca6-4ecc-8eee-09c621e126b1 InstallationDate: Installed on 2013-09-08 (5 days ago) InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130908) InterpreterPath: /usr/bin/python3.3 Lsusb: Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 005: ID 0c45:6464 Microdia Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: Sony Corporation VPCEB3C5E MarkForUpload: True ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 VESA VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-7-generic root=UUID=78006a9b-0661-4425-85bf-4ecce60390cc ro persistent quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon not responding. RelatedPackageVersions: linux-restricted-modules-3.11.0-7-generic N/A linux-backports-modules-3.11.0-7-generic N/A linux-firmware1.113 SourcePackage: linux Title: [Sony Corporation VPCEB3C5E] suspend/resume failure [non-free: fglrx] UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 10/06/2010 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: R1140Y8 dmi.board.asset.tag: N/A dmi.board.name: VAIO dmi.board.vendor: Sony Corporation dmi.board.version: N/A dmi.chassis.asset.tag: N/A dmi.chassis.type: 10 dmi.chassis.vendor: Sony Corporation dmi.chassis.version: N/A dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrR1140Y8:bd10/06/2010:svnSonyCorporation:pnVPCEB3C5E:pvrC607HYD2:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A: dmi.product.name: VPCEB3C5E dmi.product.version: C607HYD2 dmi.sys.vendor: Sony Corporation ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-kerneloops resume saucy suspend -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1225302 Title: [Sony Corporation VPCEB3C5E] suspend/resume failure [non-free: fglrx] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1225302/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1010847] [NEW] [VPCEB3C5E, Realtek ALC269, Speaker, Internal] No sound at all
Public bug reported: First of all, I make use of 64 bit Ubuntu 12.04 LTS will all updates included (09.06.12). I currently use Firefox 14 beta and the standard Totem 3.01 player plugin. So, I wanted to listen to an online stream (mp3 128 kbit/s) and totem was opened in Firefox. Unfortunately though, the prog didn't play any music and crashed. Firefox however was not affected by that. And Y E S, A L L plugins, etc. were installed. ;) ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: alsa-base 1.0.25+dfsg-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18 Uname: Linux 3.2.0-25-generic x86_64 NonfreeKernelModules: fglrx AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu9 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: dominik1928 F pulseaudio /dev/snd/controlC0: dominik1928 F pulseaudio Card0.Amixer.info: Card hw:0 'Intel'/'HDA Intel at 0xf5e0 irq 44' Mixer name : 'Realtek ALC269' Components : 'HDA:10ec0269,104d4600,0014' Controls : 17 Simple ctrls : 9 Card1.Amixer.info: Card hw:1 'Generic'/'HD-Audio Generic at 0xf004 irq 45' Mixer name : 'ATI R6xx HDMI' Components : 'HDA:1002aa01,104d4600,00100200' Controls : 6 Simple ctrls : 1 Card1.Amixer.values: Simple mixer control 'IEC958',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] Date: Sat Jun 9 12:48:39 2012 EcryptfsInUse: Yes InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 (20120323) PackageArchitecture: all SourcePackage: alsa-driver Symptom: audio Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful Symptom_Card: Eingebautes Audio - HDA Intel Symptom_DevicesInUse: 1928 1928 dominik F pulseaudio /dev/snd/controlC0: dominik F pulseaudio Symptom_Jack: Speaker, Internal Symptom_PulsePlaybackTest: PulseAudio playback test successful Symptom_Type: No sound at all Title: [VPCEB3C5E, Realtek ALC269, Speaker, Internal] No sound at all UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 10/06/2010 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: R1140Y8 dmi.board.asset.tag: N/A dmi.board.name: VAIO dmi.board.vendor: Sony Corporation dmi.board.version: N/A dmi.chassis.asset.tag: N/A dmi.chassis.type: 10 dmi.chassis.vendor: Sony Corporation dmi.chassis.version: N/A dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrR1140Y8:bd10/06/2010:svnSonyCorporation:pnVPCEB3C5E:pvrC607HYD2:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A: dmi.product.name: VPCEB3C5E dmi.product.version: C607HYD2 dmi.sys.vendor: Sony Corporation ** Affects: ubuntu Importance: Undecided Status: New ** Tags: amd64 apport-bug precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1010847 Title: [VPCEB3C5E, Realtek ALC269, Speaker, Internal] No sound at all To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1010847/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1010847] Re: [VPCEB3C5E, Realtek ALC269, Speaker, Internal] No sound at all
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1010847 Title: [VPCEB3C5E, Realtek ALC269, Speaker, Internal] No sound at all To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1010847/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1022295] [NEW] [VPCEB3C5E, Realtek ALC269, Speaker, Internal] No sound at all
Public bug reported: Crashed while trying to listen to music from tunein. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: alsa-base 1.0.25+dfsg-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21 Uname: Linux 3.2.0-27-generic x86_64 NonfreeKernelModules: fglrx AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu11 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: dominik1992 F pulseaudio /dev/snd/controlC0: dominik1992 F pulseaudio /dev/snd/pcmC0D0p: dominik1992 F...m pulseaudio Card0.Amixer.info: Card hw:0 'Intel'/'HDA Intel at 0xf5e0 irq 44' Mixer name : 'Realtek ALC269' Components : 'HDA:10ec0269,104d4600,0014' Controls : 17 Simple ctrls : 9 Card1.Amixer.info: Card hw:1 'Generic'/'HD-Audio Generic at 0xf004 irq 45' Mixer name : 'ATI R6xx HDMI' Components : 'HDA:1002aa01,104d4600,00100200' Controls : 6 Simple ctrls : 1 Card1.Amixer.values: Simple mixer control 'IEC958',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [on] Date: Sun Jul 8 17:01:18 2012 EcryptfsInUse: Yes InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 (20120323) PackageArchitecture: all SourcePackage: alsa-driver Symptom: audio Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful Symptom_Card: Eingebautes Audio - HDA Intel Symptom_DevicesInUse: 1992 1992 dominik F pulseaudio /dev/snd/controlC0: dominik F pulseaudio Symptom_Jack: Speaker, Internal Symptom_PulsePlaybackTest: PulseAudio playback test successful Symptom_Type: No sound at all Title: [VPCEB3C5E, Realtek ALC269, Speaker, Internal] No sound at all UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 10/06/2010 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: R1140Y8 dmi.board.asset.tag: N/A dmi.board.name: VAIO dmi.board.vendor: Sony Corporation dmi.board.version: N/A dmi.chassis.asset.tag: N/A dmi.chassis.type: 10 dmi.chassis.vendor: Sony Corporation dmi.chassis.version: N/A dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrR1140Y8:bd10/06/2010:svnSonyCorporation:pnVPCEB3C5E:pvrC607HYD2:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A: dmi.product.name: VPCEB3C5E dmi.product.version: C607HYD2 dmi.sys.vendor: Sony Corporation ** Affects: alsa-driver (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1022295 Title: [VPCEB3C5E, Realtek ALC269, Speaker, Internal] No sound at all To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1022295/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1022295] Re: [VPCEB3C5E, Realtek ALC269, Speaker, Internal] No sound at all
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1022295 Title: [VPCEB3C5E, Realtek ALC269, Speaker, Internal] No sound at all To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1022295/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 658939] Re: php5-memcached does not work
I still have the Problem: $key = hi $val = Hello Add: true -- 0 -- SUCCESS Set: false -- 5 -- WRITE FAILURE Get: false -- 19 -- SOME ERRORS WERE REPORTED VERSION: Package: php5-memcached New: yes State: installed Automatically installed: no Version: 1.0.2-1 Priority: optional Section: universe/php I tried reinstalling php5-memcached and libmemcached5, no changes. -- php5-memcached does not work https://bugs.launchpad.net/bugs/658939 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 652355] [NEW] package tzdata 2010l-0ubuntu0.10.04 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 128
Public bug reported: Binary package hint: tzdata first update after new installation (with wubi) only added medibuntu repo to my configuration. No other information I could give ProblemType: Package DistroRelease: Ubuntu 10.04 Package: tzdata 2010l-0ubuntu0.10.04 ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7 Uname: Linux 2.6.32-25-generic i686 Architecture: i386 Date: Thu Sep 30 21:02:59 2010 ErrorMessage: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 128 InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release i386 (20100816.1) PackageArchitecture: all SourcePackage: tzdata Title: package tzdata 2010l-0ubuntu0.10.04 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 128 ** Affects: tzdata (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 lucid -- package tzdata 2010l-0ubuntu0.10.04 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 128 https://bugs.launchpad.net/bugs/652355 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 652355] Re: package tzdata 2010l-0ubuntu0.10.04 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 128
** Attachment added: "AptOrdering.txt" https://bugs.launchpad.net/bugs/652355/+attachment/1659065/+files/AptOrdering.txt ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/652355/+attachment/1659066/+files/Dependencies.txt ** Attachment added: "Df.txt" https://bugs.launchpad.net/bugs/652355/+attachment/1659067/+files/Df.txt ** Attachment added: "Dmesg.txt" https://bugs.launchpad.net/bugs/652355/+attachment/1659068/+files/Dmesg.txt ** Attachment added: "DpkgTerminalLog.txt" https://bugs.launchpad.net/bugs/652355/+attachment/1659069/+files/DpkgTerminalLog.txt -- package tzdata 2010l-0ubuntu0.10.04 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 128 https://bugs.launchpad.net/bugs/652355 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 863901] Re: libgdata 0.9.1-ubunu1 failed to build in oneiric
I don't know if it will help you clarify the bug or not but I came across a similar bug in Arch Linux. After pinpointing the package upgrade which caused this I reached the conclusion it was because of gobject-introspection (upgrade from 0.10.8 to 1.30.0). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863901 Title: libgdata 0.9.1-ubunu1 failed to build in oneiric To manage notifications about this bug go to: https://bugs.launchpad.net/libgdata/+bug/863901/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1070563] Re: Audacity menu and iconbar is missing in gnome shell
*** This bug is a duplicate of bug 662077 *** https://bugs.launchpad.net/bugs/662077 UBUNTU_MENUPROXY=0 also works under Kubuntu 12.10 64 bit. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1070563 Title: Audacity menu and iconbar is missing in gnome shell To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/1070563/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 884626] [NEW] openjdk-7 depends on openjdk-6
Public bug reported: In oneiric, when installing openjdk-7, also openjdk-6 is going to be installed The dependency problem is: openjdk-7-jre (7~b147-2.0~pre6-1ubuntu1) > libaccess-bridge-java-jni (>= 1.26.2-6) > libaccess-bridge-java (>= 1.26.2-6) > openjdk-6-jre Also see: http://superuser.com/questions/351327/ubuntu-11-10-how-to-install-openjdk-1-7-without-openjdk-1-6 My system: Ubuntu 11.10 64 bit (with KDE) The right way should be that openjdk 7 should not depend on openjdk 6. ** Affects: java-access-bridge (Ubuntu) Importance: Undecided Status: New ** Tags: 11.10 bug dependency java openjdk ** Description changed: In oneiric, when installing openjdk-7, also openjdk-6 is going to be installed The dependency problem is: openjdk-7-jre (7~b147-2.0~pre6-1ubuntu1) > libaccess-bridge-java-jni (>= 1.26.2-6) > libaccess-bridge-java (>= 1.26.2-6) > openjdk-6-jre + Also see: http://superuser.com/questions/351327/ubuntu-11-10-how-to-install-openjdk-1-7-without-openjdk-1-6 My system: Ubuntu 11.10 64 bit (with KDE) The right way should be that openjdk 7 should not depend on openjdk 6. ** Tags added: 11.10 bug dependency -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/884626 Title: openjdk-7 depends on openjdk-6 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/java-access-bridge/+bug/884626/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 884626] Re: openjdk-7 depends on openjdk-6
** Description changed: In oneiric, when installing openjdk-7, also openjdk-6 is going to be installed The dependency problem is: openjdk-7-jre (7~b147-2.0~pre6-1ubuntu1) > libaccess-bridge-java-jni (>= 1.26.2-6) > libaccess-bridge-java (>= 1.26.2-6) > openjdk-6-jre Also see: http://superuser.com/questions/351327/ubuntu-11-10-how-to-install-openjdk-1-7-without-openjdk-1-6 My system: Ubuntu 11.10 64 bit (with KDE) - The right way should be that openjdk 7 should not depend on openjdk 6. + The right way should be that libaccess-bridge-java (>= 1.26.2-6) (or + openjdk 7) should not depend on openjdk 6. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/884626 Title: openjdk-7 depends on openjdk-6 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/java-access-bridge/+bug/884626/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs