[Bug 454301] Re: warning given about disk health due to smart not being enabled
"After upgrade from to karmic, once restart, I got a red message saying my disk is failing and have to be replaced, the exact message was: DISK IS BEING USED OUTSIDE DESIGN PARAMETERS" But ... smartdisk IS enabled on this mini-9. # smartctl -a /dev/sda smartctl version 5.38 [i686-pc-linux-gnu] Copyright (C) 2002-8 Bruce Allen Home page is http://smartmontools.sourceforge.net/ === START OF INFORMATION SECTION === Device Model: STEC ATA DISK vS020.1.0 Serial Number:STECG51608A12r78IPkm Firmware Version: AD B602D User Capacity:3,791,241,216 bytes Device is:Not in smartctl database [for details use: -P showall] ATA Version is: 6 ATA Standard is: ATA/ATAPI-6 T13 1410D revision 3a Local Time is:Tue Jan 5 15:14:28 2010 EST SMART support is: Available - device has SMART capability. SMART support is: Enabled Error SMART Values Read failed Smartctl: SMART Read Values failed. Error SMART Thresholds Read failed Smartctl: SMART Read Thresholds failed. === START OF READ SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED General SMART Values: Offline data collection status: (0x00) Offline data collection activity was never started. Auto Offline Data Collection: Disabled. Total time to complete Offline data collection: ( 0) seconds. Offline data collection capabilities:(0x00) Offline data collection not supported. SMART capabilities:(0x) Automatic saving of SMART data is not implemented. Error logging capability:(0x00) Error logging NOT supported. No General Purpose Logging support. Warning: device does not support Error Logging Error SMART Error Log Read failed Smartctl: SMART Error Log Read Failed Warning: device does not support Self Test Logging Error SMART Error Self-Test Log Read failed Smartctl: SMART Self Test Log Read Failed Device does not support Selective Self Tests/Logging -- warning given about disk health due to smart not being enabled https://bugs.launchpad.net/bugs/454301 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 460746] Re: ~/.config/autostart and /etc/xdg/autostart ignored
I've copied the files from the etc/xdg/autostart directory to *all* of the autostart directories, and still these files appear to be being ignored Right now, to get my volume, wifi, power, bluetooth, and etc. applets to work, I have to run a script every time I boot the system up: # cat startus.sh /usr/lib/at-spi/at-spi-registryd & bluetooth-applet & sh -c "sleep 30; exec /usr/lib/evolution/2.28/evolution-alarm-notify" & gnome-at-visual -s & gnome-keyring-daemon --start & gnome-power-manager & gnome-screensaver & /usr/lib/gnome-settings-daemon/gnome-settings-daemon & /usr/lib/gnome-session/helpers/gnome-settings-daemon-helper & gnome-volume-control-applet & /usr/lib/gnome-volume-manager/gnome-volume-manager --sm-disable & sh -c "sleep 60 && python /usr/share/gnome-panel/add-indicator-applet.py" & sh -c 'test -e /var/cache/jockey/check || exec jockey-gtk --check 60' & # maximus & netbook-launcher & nm-applet --sm-disable & /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 & sh -c "sleep 30; exec system-config-printer-applet > /dev/null 2> /dev/null" & seahorse-daemon & update-notifier --debug-updates --startup-delay 60 & xdg-user-dirs-gtk-update & /usr/lib/vino/vino-server --sm-disable & wicd-client & yahoo-set-defaults-user & # for D in $(find / -name autostart); do echo -e "\n$D:"; ls -A $D; done /etc/xdg/autostart: at-spi-registryd.desktopgnome-settings-daemon-helper.desktop print-applet.desktop bluetooth-applet.desktopgnome-volume-control-applet.desktop seahorse-daemon.desktop evolution-alarm-notify.desktop gnome-volume-manager.desktop update-notifier.desktop gnome-at-session.desktopindicator-applet.desktop user-dirs-update-gtk.desktop gnome-keyring-daemon.desktopjockey-gtk.desktop vino-server.desktop gnome-power-manager.desktop netbook-launcher.desktop yahoo-set-defaults-user.desktop gnome-screensaver.desktop nm-applet.desktop gnome-settings-daemon.desktop polkit-gnome-authentication-agent-1.desktop /home/swajime/.config/autostart: at-spi-registryd.desktopgnome-settings-daemon-helper.desktop polkit-gnome-authentication-agent-1.desktop bluetooth-applet.desktopgnome-volume-control-applet.desktop print-applet.desktop evolution-alarm-notify.desktop gnome-volume-manager.desktop seahorse-daemon.desktop gnome-at-session.desktopgome-terminal.desktop update-notifier.desktop gnome-keyring-daemon.desktopindicator-applet.desktop user-dirs-update-gtk.desktop gnome-power-manager.desktop jockey-gtk.desktop vino-server.desktop gnome-screensaver.desktop netbook-launcher.desktop xhost.desktop gnome-settings-daemon.desktop nm-applet.desktop yahoo-set-defaults-user.desktop /usr/share/gnome/autostart: at-spi-registryd.desktopgnome-settings-daemon-helper.desktop polkit-gnome-authentication-agent-1.desktop bluetooth-applet.desktopgnome-volume-control-applet.desktop print-applet.desktop evolution-alarm-notify.desktop gnome-volume-manager.desktop seahorse-daemon.desktop gnome-at-session.desktopindicator-applet.desktop update-notifier.desktop gnome-keyring-daemon.desktopjockey-gtk.desktop user-dirs-update-gtk.desktop gnome-power-manager.desktop libcanberra-login-sound.desktop vino-server.desktop gnome-screensaver.desktop netbook-launcher.desktop yahoo-set-defaults-user.desktop gnome-settings-daemon.desktop nm-applet.desktop /usr/share/autostart: at-spi-registryd.desktopgnome-settings-daemon-helper.desktop polkit-gnome-authentication-agent-1.desktop bluetooth-applet.desktopgnome-volume-control-applet.desktop print-applet.desktop evolution-alarm-notify.desktop gnome-volume-manager.desktop seahorse-daemon.desktop gnome-at-session.desktopindicator-applet.desktop update-notifier.desktop gnome-keyring-daemon.desktopjockey-gtk.desktop user-dirs-update-gtk.desktop gnome-power-manager.desktop nepomukserver.desktop vino-server.desktop gnome-screensaver.desktop netbook-launcher.desktop yahoo-set-defaults-user.desktop gnome-settings-daemon.desktop nm-applet.desktop /usr/share/gdm/autostart: at-spi-registryd.desktopgnome-settings-daemon-helper.desktop polkit-gnome-authentication-agent-1.desktop bluetooth-applet.desktopgnome-volume-control-applet.desktop print-applet.desktop evolution-alarm-notify.desktop gnome-volume-manager.desktop seahorse-daemon.desktop gnome-at-session.desktopindicator
[Bug 460746] Re: ~/.config/autostart and /etc/xdg/autostart ignored
Ok ... I removed those files, and ran the command you gave me. It gave me 5700 lines of output! For some reason, when I did that, all of the programs started like they were supposed to. And they started again like they were supposed to on the next reboot too. :-) ** Attachment added: "gnome-session.log" http://launchpadlibrarian.net/37635786/gnome-session.log -- ~/.config/autostart and /etc/xdg/autostart ignored https://bugs.launchpad.net/bugs/460746 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 460746] Re: ~/.config/autostart and /etc/xdg/autostart ignored
I am satisfied now that it seems to be working. I'll be happy to help if there's any more info you might still want or need. Many many thanks ! :-) -- ~/.config/autostart and /etc/xdg/autostart ignored https://bugs.launchpad.net/bugs/460746 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 496187] Re: [i855] x freezing often while surfing , mouse still moving
I'm getting this error: /var/log/kern.log:Jan 24 11:48:41 localhost kernel: [332103.940209] gvfsd-metadata[14143]: segfault at 8 ip 0804d2ea sp bf93e650 error 4 in gvfsd-metadata[8048000+c000] /var/log/kern.log.1:Jan 19 23:57:35 localhost kernel: [268614.192144] gvfsd-metadata[3171]: segfault at 8 ip 0804d2ea sp bf8e8830 error 4 in gvfsd-metadata[8048000+c000] /var/log/kern.log.1:Jan 20 15:35:35 localhost kernel: [ 118.646168] gvfsd-metadata[2477]: segfault at 8 ip 0804d2ea sp bfbc5ab0 error 4 in gvfsd-metadata[8048000+c000] 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009 i686 GNU/Linux # dpkg -l | grep kernel ii kerneloops-daemon 0.12+git20090217-1ubuntu4.1 kernel oops tracker ii libdrm-intel1 2.4.14-1ubuntu1 Userspace interface to intel-specific kernel ii libdrm2 2.4.14-1ubuntu1 Userspace interface to kernel DRM services - ii linux-firmware1.25 Firmware for Linux kernel drivers ii linux-generic 2.6.31.17.30 Complete Generic Linux kernel ii linux-image-2.6.31-17-generic 2.6.31-17.54 Linux kernel image for version 2.6.31 on x86 ii linux-image-generic 2.6.31.17.30 Generic Linux kernel image ii module-init-tools 3.10-3 tools for managing Linux kernel modules ii udev 147~-6.1 rule-based device node and kernel event mana If there is any specific information that might help, please let me know. -- [i855] x freezing often while surfing , mouse still moving https://bugs.launchpad.net/bugs/496187 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 439784] Re: invalid: environment block
Similar situation ... With karmic on a dell mini-9, got the invalid environment block / failed to boot default entries. Combining the steps shown in Zaki's post #11 above with info from http://grub.enbug.org/Grub2LiveCdInstallGuide : Boot with Karmic LiveUSB Ctrl-Alt-FN-F1 sudo -i su - root mkdir /mnt/boot mount /dev/sda1 /mnt/boot cd /mnt/boot/boot/grub rm grubenv grub-editenv grubenv create grub-editenv grubenv set default=0 reboot (remove LiveUSB *after* the shutdown completes) thanks much guys :D -- invalid: environment block https://bugs.launchpad.net/bugs/439784 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 281047] Re: flashobject is null error on nbc site prevents flash player from displaying video
I'm having the same problem. Could it be related to the "canberra-gtk- module" error that I get when I launch the page from a shell? Terminal output: $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=9.04 DISTRIB_CODENAME=jaunty DISTRIB_DESCRIPTION="Ubuntu 9.04" $ uname -a Linux system76-pc 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 19:25:34 UTC 2009 x86_64 GNU/Linux $ apt-cache policy flashplugin-nonfree flashplugin-nonfree: Installed: 10.0.32.18ubuntu0.9.04.1 Candidate: 10.0.32.18ubuntu0.9.04.1 Version table: *** 10.0.32.18ubuntu0.9.04.1 0 500 http://us.archive.ubuntu.com jaunty-updates/multiverse Packages 500 http://security.ubuntu.com jaunty-security/multiverse Packages 100 /var/lib/dpkg/status 10.0.22.87ubuntu2 0 500 http://us.archive.ubuntu.com jaunty/multiverse Packages $ firefox http://www.nbc.com/The_Office/video/episodes/#vid=1158372 Gtk-Message: Failed to load module "canberra-gtk-module": /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so: wrong ELF class: ELFCLASS64 -- john -- flashobject is null error on nbc site prevents flash player from displaying video https://bugs.launchpad.net/bugs/281047 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 463915] Re: Switch desktop mode missing in 9.10 Netbook Remix
WG, I don't know why my installation went so horribly wrong ... :-( I followed your suggestion, and I don't see any difference. I'll try the "new defaults" for a while to see if that fixed any of the other myriad of problems that came up. To get any desktop at all, I had to use gconftool-2 --type bool --set /apps/nautilus/preferences/show_desktop true * and also * with gconf, go to /apps/nautilus/desktop and enable all of the "-visible" settings. I also had to rebuild the gnome-panel. It turned out that there were invisible applets taking up the whole panel, so that the portion of the panel you normally right-click on to add applets was inaccessible. The fix for that was to unlock and then move the broken and invisible "go- home" applet, so that an empty spot on the panel could be accessed. Now I'm trying to figure out why gnome-screensaver is not running ... and I'm having other annoying errors, like: $ gnome-screensaver (gnome-screensaver:3246): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup. (gnome-screensaver:3246): atk-bridge-WARNING **: IOR not set. (gnome-screensaver:3246): atk-bridge-WARNING **: Could not locate registry $ gedit error.odd (gedit:3248): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup. (gedit:3248): atk-bridge-WARNING **: IOR not set. (gedit:3248): atk-bridge-WARNING **: Could not locate registry -- Switch desktop mode missing in 9.10 Netbook Remix https://bugs.launchpad.net/bugs/463915 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 71932] Re: AT_SPI_REGISTRY not started at session startup [feisty]
*** This bug is a duplicate of bug 73517 *** https://bugs.launchpad.net/bugs/73517 Still looking to see how to fix this ... I get this set of error messages for pretty much everything ... # gnome-volume-control-applet --display=":0" (gnome-volume-control-applet:10259): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup. (gnome-volume-control-applet:10259): atk-bridge-WARNING **: IOR not set. (gnome-volume-control-applet:10259): atk-bridge-WARNING **: Could not locate registry ** (gnome-volume-control-applet:10259): WARNING **: Applet is already running, exiting # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 9.10 Release:9.10 Codename: karmic -- AT_SPI_REGISTRY not started at session startup [feisty] https://bugs.launchpad.net/bugs/71932 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 460746] Re: ~/.config/autostart and /etc/xdg/autostart ignored
** Changed in: gnome-session (Ubuntu) Status: Invalid => New -- ~/.config/autostart and /etc/xdg/autostart ignored https://bugs.launchpad.net/bugs/460746 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 460746] Re: ~/.config/autostart and /etc/xdg/autostart ignored
I am also having this problem ... The system does not load the startup items automatically. What 'missing information' do you need to have in order to troubleshoot this? $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 9.10 Release:9.10 Codename: karmic j -- ~/.config/autostart and /etc/xdg/autostart ignored https://bugs.launchpad.net/bugs/460746 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 460746] Re: ~/.config/autostart and /etc/xdg/autostart ignored
I am still getting errors though ... It seems that the desktop files are not including full paths for some reason? swaj...@swajime-laptop:~# grep gnome-session daemon.log Jan 10 11:35:42 swajime-laptop gnome-session[1607]: WARNING: Application 'gnome-settings-daemon.desktop' failed to register before timeout Jan 10 11:36:05 swajime-laptop gnome-session[1607]: WARNING: Could not launch application '10a84bf324da1cbf7a12629993662065710016710011.desktop': Unable to start application: Failed to execute child process "evolution-exchange-storage" (No such file or directory) Jan 10 11:36:06 swajime-laptop gnome-session[1607]: WARNING: Could not launch application '10a84bf324da1cbf7a12629992571724600016710004.desktop': Unable to start application: Failed to execute child process "computertemp" (No such file or directory) Jan 10 11:36:07 swajime-laptop gnome-session[1607]: WARNING: Could not launch application '10a84bf324da1cbf7a12629992626811360016710006.desktop': Unable to start application: Failed to execute child process "indicator-applet-session" (No such file or directory) swaj...@swajime-laptop:~# find / -name 10a84bf324da1cbf7a12629993662065710016710011.desktop /home/swajime/.config/gnome-session/saved-session/10a84bf324da1cbf7a12629993662065710016710011.desktop ^C swaj...@swajime-laptop:~# cat /home/swajime/.config/gnome-session/saved-session/10a84bf324da1cbf7a12629993662065710016710011.desktop [Desktop Entry] Name=evolution-exchange-storage Comment=Client 10a84bf324da1cbf7a12629993662065710016710011 which was automatically saved Icon=system-run Type=Application StartupNotify=true X-GNOME-Autostart-startup-id=10a84bf324da1cbf7a12629993662065710016710011 Exec=evolution-exchange-storage --sm-config-prefix /evolution-exchange-storage-Vbjhgz/ --sm-client-id 10a84bf324da1cbf7a12629993662065710016710011 --screen 0 swaj...@swajime-laptop:~# evolution evolution evolution-addressbook-export swaj...@swajime-laptop:~# find / -name evolution-exchange-storage /usr/lib/evolution/2.28/evolution-exchange-storage -- ~/.config/autostart and /etc/xdg/autostart ignored https://bugs.launchpad.net/bugs/460746 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 463915] Re: Switch desktop mode missing in 9.10 Netbook Remix
Ok ... I've installed karmic on a mini-9 and installed several applications with aptitude ... Somewhere in the mix, I completely lost the desktop ! :-( All I have is the bar across the top with the date and the username. Right-clicking on the background does nothing. What do I need to do to get my desktop icons back? I can use ssh to get into a terminal, but I can't find any way to run a terminal from the desktop. j -- Switch desktop mode missing in 9.10 Netbook Remix https://bugs.launchpad.net/bugs/463915 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 463915] Re: Switch desktop mode missing in 9.10 Netbook Remix
Just to be clear ... there are no desktop icons or UNR menu ... just a brown screen with the bar on top. There are no menus available in the bar other than the shutdown and switch user menus. Any help would be much appreciated :-) -- Switch desktop mode missing in 9.10 Netbook Remix https://bugs.launchpad.net/bugs/463915 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 71932] Re: AT_SPI_REGISTRY not started at session startup [feisty]
*** This bug is a duplicate of bug 73517 *** https://bugs.launchpad.net/bugs/73517 I'm getting this same error from "sudo nm-applet" I don't see what this has to do with the "duplicate" yelp bug other than that it has the same error message. $ sudo nm-applet (nm-applet:3700): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup. (nm-applet:3700): atk-bridge-WARNING **: IOR not set. (nm-applet:3700): atk-bridge-WARNING **: Could not locate registry john -- AT_SPI_REGISTRY not started at session startup [feisty] https://bugs.launchpad.net/bugs/71932 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 1732478] Re: gnome-control-center crashed with SIGSEGV in __GI_____strtoul_l_internal()
*** This bug is a duplicate of bug 1712961 *** https://bugs.launchpad.net/bugs/1712961 Bug 1712961 cannot be found ??? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1732478 Title: gnome-control-center crashed with SIGSEGV in __GI_strtoul_l_internal() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1732478/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 159356] Re: System freeze on high memory usage
yas, when I try that, I get "bash: /proc/sys/vm/drop_caches: Permission denied" on Ubuntu 16.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/159356 Title: System freeze on high memory usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/159356/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1325273] [NEW] Samsung Note II does not mount as drives after upgrade to 14.04
Public bug reported: $ lsb_release -rd Description:Ubuntu 14.04 LTS Release:14.04 When plugging my Samsung Note II into the USB port, I expect two Nautilus windows to pop up on the screen. This worked fine before my upgrade. There is no logging to /var/log/syslog when I plug in the device. lsusb does not list the device. $ lsusb Bus 001 Device 003: ID 046d:082c Logitech, Inc. Bus 001 Device 002: ID 03f0:c211 Hewlett-Packard Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 003: ID 1130:1620 Tenx Technology, Inc. Bus 003 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub I have also an HTC Vivid that would not mount after the upgrade. Recently however, it has started mounting properly. The Samsung Note however, does not mount at all. Thanks, John ** Affects: gvfs (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/1325273 Title: Samsung Note II does not mount as drives after upgrade to 14.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1325273/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1325273] Re: Samsung Note II does not mount as drives after upgrade to 14.04
Correction ... it is loading now on the Ubuntu desktop. I don't know what changed, but 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/1325273 Title: Samsung Note II does not mount as drives after upgrade to 14.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1325273/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1325273] Re: Samsung Note II does not mount as drives after upgrade to 14.04
Note: The Samsung Note II does load as two drives on a windows laptop. It does not work with my Ubuntu desktop. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1325273 Title: Samsung Note II does not mount as drives after upgrade to 14.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1325273/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1519120] Re: Xenial: VLAN interfaces don't work until after a reboot
This was working on 14.04. Not working on 16.04. root@acmu:~# cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS" root@acmu:~# apt-cache policy vlan vlan: Installed: 1.9-3.2ubuntu1 Candidate: 1.9-3.2ubuntu1 Version table: *** 1.9-3.2ubuntu1 500 500 http://192.168.1.20/ubuntu xenial/main i386 Packages 500 file:/repo/debs i386/ Packages 100 /var/lib/dpkg/status root@acmu:~# uname -a Linux acmu 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:34:49 UTC 2016 i686 i686 i686 GNU/Linux root@acmu:~# cat /etc/network/interfaces | grep -A5 enp3s0.345 auto enp3s0.345 iface enp3s0.345 inet static address 239.192.21.5 netmask 255.255.255.0 network 239.192.21.0 broadcast 239.192.21.255 root@acmu:~# ifup enp3s0.345 Cannot find device "enp3s0.345" Failed to bring up enp3s0.345. A reboot did not help. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1519120 Title: Xenial: VLAN interfaces don't work until after a reboot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1519120/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1325273] Re: Samsung Note II does not mount as drives after upgrade to 14.04
Now it is not loading again. :-( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1325273 Title: Samsung Note II does not mount as drives after upgrade to 14.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1325273/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1325273] Re: Samsung Note II does not mount as drives after upgrade to 14.04
This is from the log when it does connect: Jun 11 12:20:13 desktop kernel: [138034.632055] usb 1-6: new high-speed USB device number 7 using ehci-pci Jun 11 12:20:13 desktop kernel: [138034.765647] usb 1-6: New USB device found, idVendor=04e8, idProduct=6860 Jun 11 12:20:13 desktop kernel: [138034.765655] usb 1-6: New USB device strings: Mfr=2, Product=3, SerialNumber=4 Jun 11 12:20:13 desktop kernel: [138034.765660] usb 1-6: Product: SAMSUNG_Android Jun 11 12:20:13 desktop kernel: [138034.765664] usb 1-6: Manufacturer: SAMSUNG Jun 11 12:20:13 desktop kernel: [138034.765669] usb 1-6: SerialNumber: 42f76d11090bafad Jun 11 12:20:14 desktop colord: Device added: sysfs-SAMSUNG-SAMSUNG_Android Jun 11 12:20:14 desktop colord: Device added: sysfs-(null) Jun 11 12:20:17 desktop dbus[1044]: [system] Activating service name='org.freedesktop.hostname1' (using servicehelper) Jun 11 12:20:17 desktop dbus[1044]: [system] Successfully activated service 'org.freedesktop.hostname1' -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1325273 Title: Samsung Note II does not mount as drives after upgrade to 14.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1325273/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1325273] Re: Samsung Note II does not mount as drives after upgrade to 14.04
I switched usb cables. Apparently something was wrong with my cable. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1325273 Title: Samsung Note II does not mount as drives after upgrade to 14.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1325273/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 566122] Re: fails to move files to usb drive
Still not resolved. Source ubuntu-12.04.3-desktop-i386.iso Distribution: Ubuntu 12.04.3 LTS -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/566122 Title: fails to move files to usb drive To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/566122/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 871083] Re: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system
I got this dialog -> ROOT: Could not install '/var/cache/apt/archives/libpam-modules_1.1.3-2ubuntu1_i386.deb' The upgrade will continue but the '/var/cache/apt/archives/libpam-modules_1.1.3-2ubuntu1_i386.deb' package may not be in a working state. Please consider submitting a bug report about it. './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system and now I have this dialog on screen -> ROOT: Could not install the upgrades The upgrade has aborted. Your system could be in an unusable state. A recovery will run now (dpkg --configure -a). This doesn't look good ... :-( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871083 Title: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pam/+bug/871083/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 871083] Re: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system
Should I let this thing run the recovery? Or is that going to leave my system unusable ?? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871083 Title: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pam/+bug/871083/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 871083] Re: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system
I tried that and this is what came up: root@desktop:~# dpkg --remove libpam-modules:i386 dpkg: warning: there's no installed package matching libpam-modules:i386 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871083 Title: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pam/+bug/871083/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 871083] Re: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system
It said it couldn't ... and after I hit OK to "recover" nothing happened. I shut down and restarted my computer later and it seems to be ok. Would the "recovery" have undone any of the upgrades? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871083 Title: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pam/+bug/871083/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 871083] Re: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system
One thing I see is that ie6 is no longer working ... and I tried to run aptitude upgrade: root@desktop:~# aptitude upgrade Resolving dependencies... Unable to resolve dependencies for the upgrade: no solution found. Unable to safely resolve dependencies, try running with --full-resolver. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871083 Title: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pam/+bug/871083/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 871083] Re: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system
root@desktop:~# aptitude upgrade --full-resolver The following NEW packages will be installed: flashplugin-downloader{ab} libasound2-plugins{a} libjack-jackd2-0{ab} libmtp-common{ab} libmtp-runtime{a} libmtp9{a} wine1.3{ab} The following packages will be upgraded: audacious-plugins banshee banshee-extension-soundmenu flashplugin-installer wine 5 packages upgraded, 7 newly installed, 0 to remove and 0 not upgraded. Need to get 17.8 MB/18.0 MB of archives. After unpacking 113 MB will be used. The following packages have unmet dependencies: wine1.3: Conflicts: wine1.2 but 1.2.3-0ubuntu1 is installed. libjack0: Conflicts: libjack-0.116 which is a virtual package. libjack-jackd2-0: Conflicts: libjack-0.116 which is a virtual package. Conflicts: libjack0 but 1:0.121.0+svn4469-2ubuntu2 is installed. flashplugin-downloader: Conflicts: flashplugin-nonfree (< 11.0.1.152ubuntu1) but 11.0.1.152ubuntu0.11.04.1 is installed. libmtp-common: Breaks: libmtp8 (<= 1.0.6-6) but 1.0.6-2 is installed. flashplugin-nonfree: Conflicts: flashplugin-nonfree which is a virtual package. open: 36; closed: 1085; defer: 8; conflict: 18 .The following actions will resolve these dependencies: Remove the following packages: 1) appmenu-qt 2) fbreader 3) ffado-mixer-qt4 4) fglrx 5) fglrx-amdcccle 6) flashplugin-installer 7) flashplugin-nonfree 8) genpo 9) hydrogen 10) ia32-libs-multiarch 11) libacl1 12) libasound2 13) libasyncns0 14) libatk1.0-0 15) libattr1 16) libaudio2 17) libavahi-client3 18) libavahi-common3 19) libc6 20) libcairo-gobject2 21) libcairo2 22) libcomerr2 23) libcups2 24) libcupsimage2 25) libcurl3 26) libdatrie1 27) libdb5.1 28) libdbus-1-3 29) libdbus-glib-1-2 30) libdbusmenu-qt2 31) libdconf-qt0 32) libdrm-intel1 33) libdrm-nouveau1a 34) libdrm-radeon1 35) libdrm2 36) libexpat1 37) libffi6 38) libflac8 39) libfontconfig1 40) libfreetype6 41) libgcc1 42) libgcrypt11 43) libgdbm3 44) libgdk-pixbuf2.0-0 45) libgl1-mesa-dri 46) libgl1-mesa-glx 47) libglapi-mesa 48) libglib2.0-0 49) libglu1-mesa 50) libgnutls26 51) libgpg-error0 52) libgssapi-krb5-2 53) libgtk2.0-0 54) libice6 55) libidn11
[Bug 871083] Re: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system
Also my menu is gone, so I can't find my applications. It seems that the menu for firefox has replaced it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871083 Title: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pam/+bug/871083/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 871083] Re: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system
I accepted that "solution" and now I have no wine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871083 Title: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pam/+bug/871083/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 871083] Re: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system
I was afraid of that. Now my computer no longer boots up to a login screen. The word ubuntu is displayed with some running dots, and then instead of a login screen the monitor complains that it has "no input signal". Now what? :-( On 10/23/11, SwaJime <871...@bugs.launchpad.net> wrote: > I accepted that "solution" and now I have no wine. > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/871083 > > Title: > package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: > ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from > the same file on the system > > Status in “pam” package in Ubuntu: > Fix Committed > Status in “pam” source package in Oneiric: > Fix Committed > > Bug description: > SRU justification: > libpam-modules is not multiarch-coinstallable because of unexplained > misgeneration of compressed manpages on the buildds in a previous run. This > makes it impossible to use pam authentication for foreign-arch software due > to the uninstallable modules, and also causes unpleasant upgrade issues. > > Test case: > 1) on amd64, enable armel in addition to i386 as a foreign architecture by > running: > echo 'foreign-architecture armel' >> > /etc/dpkg/dpkg.cfg.d/multiarch-armel > echo 'deb [arch=armel] http://ports.ubuntu.com/ubuntu-ports/ oneiric > main' >> /etc/apt/sources.list > apt-get update > 2) try to install libpam-modules for the other two architectures by > running 'apt-get install libpam-modules:i386 libpam-modules:armel' > 3) confirm that both packages fail to install. > 4) enable oneiric-proposed (including for armel above). > 5) try to install libpam-modules for all three architectures by running > 'apt-get install libpam-modules libpam-modules:i386 libpam-modules:armel' > 6) confirm that the packages install successfully. > > error while updating > > ProblemType: Package > DistroRelease: Ubuntu 11.10 > Package: libpam-modules 1.1.3-2ubuntu1 > ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8 > Uname: Linux 2.6.38-11-generic x86_64 > NonfreeKernelModules: wl > ApportVersion: 1.23-0ubuntu2 > Architecture: amd64 > Date: Sat Oct 8 18:57:52 2011 > ErrorMessage: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is > different from the same file on the system > InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 > (20110427.1) > SourcePackage: pam > Title: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: > ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the > same file on the system > UpgradeStatus: Upgraded to oneiric on 2011-10-09 (0 days ago) > > To manage notifications about this bug go to: > https://bugs.launchpad.net/ubuntu/+source/pam/+bug/871083/+subscriptions > -- John Wesley Simpson SwaJime's Cove℠ www.swajime.com -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871083 Title: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pam/+bug/871083/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 871083] Re: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system
I reinstalled fglrx ... now I get a login screen. But when I log in I get 'Failed to load session "ubuntu"' and the only button says 'Log Out" On 10/23/11, John Hibbs wrote: > I was afraid of that. Now my computer no longer boots up to a login > screen. The word ubuntu is displayed with some running dots, and then > instead of a login screen the monitor complains that it has "no input > signal". > > Now what? > > :-( > > On 10/23/11, SwaJime <871...@bugs.launchpad.net> wrote: >> I accepted that "solution" and now I have no wine. >> >> -- >> You received this bug notification because you are subscribed to the bug >> report. >> https://bugs.launchpad.net/bugs/871083 >> >> Title: >> package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: >> ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from >> the same file on the system >> >> Status in “pam” package in Ubuntu: >> Fix Committed >> Status in “pam” source package in Oneiric: >> Fix Committed >> >> Bug description: >> SRU justification: >> libpam-modules is not multiarch-coinstallable because of unexplained >> misgeneration of compressed manpages on the buildds in a previous run. >> This >> makes it impossible to use pam authentication for foreign-arch software >> due >> to the uninstallable modules, and also causes unpleasant upgrade issues. >> >> Test case: >> 1) on amd64, enable armel in addition to i386 as a foreign architecture >> by >> running: >> echo 'foreign-architecture armel' >> >> /etc/dpkg/dpkg.cfg.d/multiarch-armel >> echo 'deb [arch=armel] http://ports.ubuntu.com/ubuntu-ports/ oneiric >> main' >> /etc/apt/sources.list >> apt-get update >> 2) try to install libpam-modules for the other two architectures by >> running 'apt-get install libpam-modules:i386 libpam-modules:armel' >> 3) confirm that both packages fail to install. >> 4) enable oneiric-proposed (including for armel above). >> 5) try to install libpam-modules for all three architectures by running >> 'apt-get install libpam-modules libpam-modules:i386 libpam-modules:armel' >> 6) confirm that the packages install successfully. >> >> error while updating >> >> ProblemType: Package >> DistroRelease: Ubuntu 11.10 >> Package: libpam-modules 1.1.3-2ubuntu1 >> ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8 >> Uname: Linux 2.6.38-11-generic x86_64 >> NonfreeKernelModules: wl >> ApportVersion: 1.23-0ubuntu2 >> Architecture: amd64 >> Date: Sat Oct 8 18:57:52 2011 >> ErrorMessage: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is >> different from the same file on the system >> InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 >> (20110427.1) >> SourcePackage: pam >> Title: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: >> ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from >> the >> same file on the system >> UpgradeStatus: Upgraded to oneiric on 2011-10-09 (0 days ago) >> >> To manage notifications about this bug go to: >> https://bugs.launchpad.net/ubuntu/+source/pam/+bug/871083/+subscriptions >> > > > -- > John Wesley Simpson > SwaJime's Cove℠ > www.swajime.com > -- John Wesley Simpson SwaJime's Cove℠ www.swajime.com -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871083 Title: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pam/+bug/871083/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 871083] Re: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system
Apparently the solution offered by aptitude was not a particularly good one it seems item #186 in the list was a bad choice. grr -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871083 Title: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pam/+bug/871083/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 880640] [NEW] can't wine after upgrade to ubuntu oneiric 11.10
Public bug reported: I just upgraded to Ubuntu 11.10 and now I've lost all wine functionality. How can I get wine working again? This is what I've tried: john@desktop:~$ sudo aptitude search wine p gnome-wine-icon-theme - red variation of the GNOME-Colors icon theme p libkwineffects1abi2 - library used by effects for the KDE window manager p libkwineffects1abi2-gles - library used by effects for the KDE window manager - Open GL ES p q4wine - Qt4 GUI for wine (W.I.N.E) p shiki-wine-theme - red variation of the Shiki-Colors theme p wine - Microsoft Windows Compatibility Layer (meta package) v wine-dev - v wine-dev - p wine1.2 - Microsoft Windows Compatibility Layer (Binary Emulator and Libra p wine1.2-dbg - Microsoft Windows Compatibility Layer (debugging symbols) p wine1.2-dev - Microsoft Windows Compatibility Layer (Development files) p wine1.2-gecko - Microsoft Windows Compatibility Layer (Web Browser) p wine1.3 - Microsoft Windows Compatibility Layer (Binary Emulator and Libra p wine1.3-dbg - Microsoft Windows Compatibility Layer (debugging symbols) p wine1.3-dev - Microsoft Windows Compatibility Layer (Development files) p wine1.3-gecko - Microsoft Windows Compatibility Layer (Web Browser) p winefish - LaTeX Editor based on Bluefish i winetricks - Microsoft Windows Compatibility Layer (winetricks) john@desktop:~$ sudo aptitude reinstall wine The following packages will be REINSTALLED: wine 0 packages upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Need to get 0 B/3,592 B of archives. After unpacking 0 B will be used. (Reading database ... 327181 files and directories currently installed.) Preparing to replace wine 1.2.3-0ubuntu1 (using .../wine_1.2.3-0ubuntu1_amd64.deb) ... Unpacking replacement wine ... Setting up wine (1.2.3-0ubuntu1) ... john@desktop:~$ wine cmd bash: /usr/bin/wine: No such file or directory john@desktop:~$ sudo aptitude show wine Package: wine New: yes State: installed Automatically installed: no Version: 1.2.3-0ubuntu1 Priority: optional Section: universe/otherosfs Maintainer: Scott Ritchie Uncompressed Size: 69.6 k Depends: wine1.3, ia32-libs (>= 1.6), lib32asound2 (> 1.0.14), libc6-i386 (>= 2.6-1), lib32nss-mdns (>= 0.10-3) Conflicts: wine Provided by: wine1.2, wine1.3 Description: Microsoft Windows Compatibility Layer (meta package) Wine is a compatibility layer for running Windows applications on Linux. Applications are run at full speed without the need of cpu emulation. Wine does not require Microsoft Windows, however it can use native system dll files in place of its own if they are available. This meta-package always depends on the latest version of Wine. Homepage: http://www.winehq.org/ john@desktop:~$ lsb_release -rd Description:Ubuntu 11.10 Release:11.10 ** Affects: 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/880640 Title: can't wine after upgrade to ubuntu oneiric 11.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/880640/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 871083] Re: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system
I've been using aptitude for years without a problem, and the system upgrade was not done with aptitude. The upgrade was started from a dialog that kept popping up asking me to upgrade the system. That upgrade stopped and supposedly ran a "recovery", although I did not see anything further happen. I ran aptitude because that's what I've always used in the past. I've reinstalled gnome-panel and upuntu-desktop and fglrx. I don't know what else might be broken, or even how to tell, except that everything related to the wine has become inoperative. I've opened a bug report for that at https://bugs.launchpad.net/ubuntu/+bug/880640 On Mon, Oct 24, 2011 at 12:30 PM, Steve Langasek < steve.langa...@canonical.com> wrote: > aptitude is not the recommended interface for commandline-based > upgrades; it's recommended that you use apt-get instead. And aptitude > is known to not work right with multiarch packages (which is what > libpam-modules:i386 is). I'm sorry, but it sounds like aptitude has > made a real mess of your system. > > You may be able to fix this by running 'sudo apt-get install ubuntu- > desktop'. But if that doesn't solve it, I think you'll want to take > this question to one of the support forums. (ubuntuforums.org, > askubuntu.com, etc) > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/871083 > > Title: > package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: > ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from > the same file on the system > > Status in “pam” package in Ubuntu: > Fix Committed > Status in “pam” source package in Oneiric: > Fix Committed > > Bug description: > SRU justification: > libpam-modules is not multiarch-coinstallable because of unexplained > misgeneration of compressed manpages on the buildds in a previous run. This > makes it impossible to use pam authentication for foreign-arch software due > to the uninstallable modules, and also causes unpleasant upgrade issues. > > Test case: > 1) on amd64, enable armel in addition to i386 as a foreign architecture by > running: >echo 'foreign-architecture armel' >> > /etc/dpkg/dpkg.cfg.d/multiarch-armel >echo 'deb [arch=armel] http://ports.ubuntu.com/ubuntu-ports/ oneiric > main' >> /etc/apt/sources.list >apt-get update > 2) try to install libpam-modules for the other two architectures by > running 'apt-get install libpam-modules:i386 libpam-modules:armel' > 3) confirm that both packages fail to install. > 4) enable oneiric-proposed (including for armel above). > 5) try to install libpam-modules for all three architectures by running > 'apt-get install libpam-modules libpam-modules:i386 libpam-modules:armel' > 6) confirm that the packages install successfully. > > error while updating > > ProblemType: Package > DistroRelease: Ubuntu 11.10 > Package: libpam-modules 1.1.3-2ubuntu1 > ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8 > Uname: Linux 2.6.38-11-generic x86_64 > NonfreeKernelModules: wl > ApportVersion: 1.23-0ubuntu2 > Architecture: amd64 > Date: Sat Oct 8 18:57:52 2011 > ErrorMessage: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is > different from the same file on the system > InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 > (20110427.1) > SourcePackage: pam > Title: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: > ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the > same file on the system > UpgradeStatus: Upgraded to oneiric on 2011-10-09 (0 days ago) > > To manage notifications about this bug go to: > https://bugs.launchpad.net/ubuntu/+source/pam/+bug/871083/+subscriptions > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871083 Title: package libpam-modules 1.1.3-2ubuntu1 failed to install/upgrade: ErrorMessage: './usr/share/man/man8/pam_shells.8.gz' is different from the same file on the system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pam/+bug/871083/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 880640] Re: can't wine after upgrade to ubuntu oneiric 11.10
*** This bug is a duplicate of bug 852101 *** https://bugs.launchpad.net/bugs/852101 Thank you. That did indeed fix that problem. :-) On Mon, Oct 24, 2011 at 2:46 PM, Steve Langasek < steve.langa...@canonical.com> wrote: > *** This bug is a duplicate of bug 852101 *** >https://bugs.launchpad.net/bugs/852101 > > You need to run 'sudo apt-get install --reinstall libc6-i386'. > > ** This bug has been marked a duplicate of bug 852101 > 32-bit applications do not start on 64 > > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880640 Title: can't wine after upgrade to ubuntu oneiric 11.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/880640/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1072240] [NEW] `require': cannot load such file -- audiooutput
Public bug reported: Just installed libao-ruby for the first time. Attempting to run the sample program that is included. /usr/share/doc/libao-ruby1.8/examples$ ruby1.9.1 ./test.rb /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- audiooutput (LoadError) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from ./test.rb:3:in `' $ lsb_release -rd Description:Ubuntu 12.04.1 LTS Release:12.04 $ apt-cache policy libao-ruby libao-ruby: Installed: 0.1-1ubuntu3 Candidate: 0.1-1ubuntu3 Version table: *** 0.1-1ubuntu3 0 500 http://us.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages 100 /var/lib/dpkg/status ** Affects: libao-ruby (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/1072240 Title: `require': cannot load such file -- audiooutput To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libao-ruby/+bug/1072240/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 990013] Re: upgrade from 11.10 to 12.04 crashes complitly
that hurt :-( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/990013 Title: upgrade from 11.10 to 12.04 crashes complitly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/990013/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 917489] [NEW] changes to power settings won't stick
Public bug reported: Power: When plugged in, when the lid is closed: "Do nothing" Close dialog, reopen dialog, Option still says "Suspend" Option to turn off display does not exist ? ** Affects: gnome-control-center (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/917489 Title: changes to power settings won't stick To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/917489/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 838936] Re: Wrong password everytime
fresh install of 11.10 cannot log in because of "failed password" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/838936 Title: Wrong password everytime To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/seahorse/+bug/838936/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 838936] Re: Wrong password everytime
When I try using the passwd command after booting rescue mode and going to a root prompt, I get this: passwd: Authentication token manipulation error passwd: password unchanged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/838936 Title: Wrong password everytime To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/seahorse/+bug/838936/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 386417] Re: Browsing samba share gives error: Mountpoint Already registered
Same problem. Unable to mount location DBus error org.freedesktop.DBus.Error.invalidArgs: Mountpoint Already registered Fresh install of Ubuntu 11.10 This is accessing a Samba share on the local network. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/386417 Title: Browsing samba share gives error: Mountpoint Already registered To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/386417/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 360048] Re: nautilus-clamscan doesn't work
it's not showing in the context menu here either ... 11.10 oneiric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/360048 Title: nautilus-clamscan doesn't work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus-clamscan/+bug/360048/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 411322] Re: desktop icon position of symbolic links are not restored
Ubuntu Oneiric 11.10 fresh install. Have "Keep Aligned" enabled. Choose "Organize Desktop by Name" Reboot Icons are scrambled. :-( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/411322 Title: desktop icon position of symbolic links are not restored To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/411322/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 477474] Re: Cannot switch user with fglrx driver
I am experiencing this with Lucid. It only started recently. I cannot switch users without logging off first. I also cannot use Alt-F1, Alt-F2, etc., to switch virtual consoles. -- Cannot switch user with fglrx driver https://bugs.launchpad.net/bugs/477474 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 731076] Re: while i click bluetooth manager, i get info as bluez daemon is not running and bluetooth manager doesnot load...pls help me
The "Bluetooth Manager" will not run. The only thing displayed is an error "Connection to BlueZ failed: Bluez daemon is not running, blueman- manager cannot continue. [Close]". $ blueman-manager Loading configuration plugins Using gconf config backend _ on_bluez_name_owner_changed (/usr/bin/blueman-manager:104) org.bluez owner changed to (Error dialog is displayed) $ -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/731076 Title: while i click bluetooth manager, i get info as bluez daemon is not running and bluetooth manager doesnot load...pls help me -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 501207] Re: sound-juicer, rhythmbox, nautilus crash at audio CD insertion
With RhythmBox running, I insert an audio CD. This appears in the log when RhythmBox crashes: Oct 29 23:19:40 desktop kernel: [59673.425190] sr 0:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE Oct 29 23:19:40 desktop kernel: [59673.425198] sr 0:0:0:0: [sr0] Sense Key : Illegal Request [current] Oct 29 23:19:40 desktop kernel: [59673.425205] sr 0:0:0:0: [sr0] Add. Sense: Illegal mode for this track Oct 29 23:19:40 desktop kernel: [59673.425214] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 00 00 00 00 02 00 Oct 29 23:19:40 desktop kernel: [59673.425228] end_request: I/O error, dev sr0, sector 0 Oct 29 23:19:40 desktop kernel: [59673.425234] Buffer I/O error on device sr0, logical block 0 Oct 29 23:19:40 desktop kernel: [59673.426627] sr 0:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE Oct 29 23:19:40 desktop kernel: [59673.426633] sr 0:0:0:0: [sr0] Sense Key : Illegal Request [current] Oct 29 23:19:40 desktop kernel: [59673.426639] sr 0:0:0:0: [sr0] Add. Sense: Illegal mode for this track Oct 29 23:19:40 desktop kernel: [59673.426646] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 00 00 00 00 02 00 Oct 29 23:19:40 desktop kernel: [59673.426659] end_request: I/O error, dev sr0, sector 0 Oct 29 23:19:40 desktop kernel: [59673.426663] Buffer I/O error on device sr0, logical block 0 ... Oct 29 23:19:53 desktop kernel: [59686.048688] __ratelimit: 111 callbacks suppressed Oct 29 23:19:53 desktop kernel: [59686.048696] rhythmbox[13453]: segfault at 1ed0008 ip 7f21cac8c01f sp 7f21d210da40 error 4 in libbrasero-media.so.0.2.0[7f21cac79000+24000] -- sound-juicer, rhythmbox, nautilus crash at audio CD insertion https://bugs.launchpad.net/bugs/501207 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 501207] Re: sound-juicer, rhythmbox, nautilus crash at audio CD insertion
Update: Application does not crash after purging brasero and rhythmbox-plugin-cdrecorder -- sound-juicer, rhythmbox, nautilus crash at audio CD insertion https://bugs.launchpad.net/bugs/501207 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 665782] [NEW] "switch user" locks screen without switching users
Public bug reported: Binary package hint: indicator-applet-session I cannot switch users without logging out. Example: I'm logged in as "Mel" I left-click on the "Indicator Applet Session 0.3.7" icon. From the menu that pops up, I choose "John" The screen goes blank. I move the mouse, and the screen comes back requesting a password for "Mel". I expected it to ask for a password for John. Ctrl-Alt-F1 through Ctrl-Alt-F12 ( or Alt-F1 through Alt-F2 ) do not switch virtual consoles. Appears to be the same bug reported in https://bugs.launchpad.net/bugs/477474 r...@desktop:/var/log# lsb_release -rd Description:Ubuntu 10.04.1 LTS Release:10.04 I think it started on the October 5th: r...@desktop:/var/log# grep --color -r fglr dpkg* dpkg.log.1:2010-10-05 12:23:10 upgrade fglrx 2:8.723.1-0ubuntu4 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:23:10 status half-configured fglrx 2:8.723.1-0ubuntu4 dpkg.log.1:2010-10-05 12:23:27 status unpacked fglrx 2:8.723.1-0ubuntu4 dpkg.log.1:2010-10-05 12:23:27 status half-installed fglrx 2:8.723.1-0ubuntu4 dpkg.log.1:2010-10-05 12:23:28 status half-installed fglrx 2:8.723.1-0ubuntu4 dpkg.log.1:2010-10-05 12:23:31 status half-installed fglrx 2:8.723.1-0ubuntu4 dpkg.log.1:2010-10-05 12:23:31 status unpacked fglrx 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:23:32 status unpacked fglrx 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:23:32 upgrade fglrx-amdcccle 2:8.723.1-0ubuntu4 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:23:32 status half-configured fglrx-amdcccle 2:8.723.1-0ubuntu4 dpkg.log.1:2010-10-05 12:23:32 status unpacked fglrx-amdcccle 2:8.723.1-0ubuntu4 dpkg.log.1:2010-10-05 12:23:32 status half-installed fglrx-amdcccle 2:8.723.1-0ubuntu4 dpkg.log.1:2010-10-05 12:23:32 status half-installed fglrx-amdcccle 2:8.723.1-0ubuntu4 dpkg.log.1:2010-10-05 12:23:32 status unpacked fglrx-amdcccle 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:23:32 status unpacked fglrx-amdcccle 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:24:32 upgrade xorg-driver-fglrx 2:8.723.1-0ubuntu4 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:24:32 status half-configured xorg-driver-fglrx 2:8.723.1-0ubuntu4 dpkg.log.1:2010-10-05 12:24:32 status unpacked xorg-driver-fglrx 2:8.723.1-0ubuntu4 dpkg.log.1:2010-10-05 12:24:32 status half-installed xorg-driver-fglrx 2:8.723.1-0ubuntu4 dpkg.log.1:2010-10-05 12:24:32 status half-installed xorg-driver-fglrx 2:8.723.1-0ubuntu4 dpkg.log.1:2010-10-05 12:24:32 status unpacked xorg-driver-fglrx 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:24:32 status unpacked xorg-driver-fglrx 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:24:35 upgrade fglrx-modaliases 2:8.723.1-0ubuntu4 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:24:35 status half-configured fglrx-modaliases 2:8.723.1-0ubuntu4 dpkg.log.1:2010-10-05 12:24:35 status unpacked fglrx-modaliases 2:8.723.1-0ubuntu4 dpkg.log.1:2010-10-05 12:24:35 status half-installed fglrx-modaliases 2:8.723.1-0ubuntu4 dpkg.log.1:2010-10-05 12:24:35 status half-installed fglrx-modaliases 2:8.723.1-0ubuntu4 dpkg.log.1:2010-10-05 12:24:35 status unpacked fglrx-modaliases 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:24:35 status unpacked fglrx-modaliases 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:25:51 configure fglrx-modaliases 2:8.723.1-0ubuntu5 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:25:51 status unpacked fglrx-modaliases 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:25:51 status half-configured fglrx-modaliases 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:25:51 status installed fglrx-modaliases 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:26:07 configure fglrx 2:8.723.1-0ubuntu5 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:26:07 status unpacked fglrx 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:26:07 status unpacked fglrx 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:26:07 status unpacked fglrx 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:26:07 status unpacked fglrx 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:26:07 status unpacked fglrx 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:26:07 status half-configured fglrx 2:8.723.1-0ubuntu5 dpkg.log.1:2010-10-05 12:26:07 update-alternatives: run with --force --install /etc/ld.so.conf.d/GL.conf gl_conf /usr/lib/fglrx/ld.so.conf 1000 --slave /usr/bin/aticonfig aticonfig /usr/lib/fglrx/bin/aticonfig --slave /usr/bin/atiode atiode /usr/lib/fglrx/bin/atiode --slave /usr/bin/amdnotifyui amdnotifyui /usr/lib/fglrx/bin/amdnotifyui --slave /usr/bin/amdcccle amdcccle /usr/lib/fglrx/bin/amdcccle --slave /usr/bin/amdxdg-su amdxdg_su /usr/lib/fglrx/bin/amdxdg-su --slave /usr/share/applications/ubuntu-amdcccle.desktop amdcccle_desktop /usr/share/fglrx/amdcccle.desktop --slave /usr/share/applications/ubuntu-amdccclesu.desktop amdccclesu_desktop /usr/share/fglrx/amdccclesu.desktop --slave /usr/bin/fgl_glxgears fgl_glxgears /usr/lib/fglrx/bin/fgl_glxgears --slave /usr/bin/fglrxinfo fglrxinfo /usr/lib/fglrx/bin/fglrxinfo --slave /usr/bin/atiodcli atiodcli /usr/lib/
[Bug 665782] Re: "switch user" locks screen without switching users
-- "switch user" locks screen without switching users https://bugs.launchpad.net/bugs/665782 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 426437] Re: espeak outputs incomprehensible audio, perhaps just too fast.
I'm having the same issue. espeak is also dropping the last syllable of the last word, most of the time. $ espeak 'would you like some pizza?' bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) The result is "would you like some peet?" (without the "za" at the end). $ espeak 'do you play piano?' bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) bt_audio_service_open: connect() failed: Connection refused (111) gives 'do you play pian?' -- espeak outputs incomprehensible audio, perhaps just too fast. https://bugs.launchpad.net/bugs/426437 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