[Bug 276942] Re: [8.10] mythzmserver will not display live feed
Verified on 8.10 after an upgrade from 8.04 and on a fresh 8.10 install. Workaround works as advertised. -- [8.10] mythzmserver will not display live feed https://bugs.launchpad.net/bugs/276942 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 544555] Re: Build failed on Ubuntu 10.04 beta 1 with latest updates
yep - 10.04 == lucid -- Build failed on Ubuntu 10.04 beta 1 with latest updates https://bugs.launchpad.net/bugs/544555 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 574529] Re: error remove /root directory
*** This bug is a duplicate of bug 544555 *** https://bugs.launchpad.net/bugs/544555 Keyboard lost a digit - not a duplicate of 54555, but a duplicate of 544555. Sorry ** This bug is no longer a duplicate of bug 54555 wishlist: popWindow with no refresh ** This bug has been marked a duplicate of bug 544555 Build failed on Ubuntu 10.04 beta 1 with latest updates -- error remove /root directory https://bugs.launchpad.net/bugs/574529 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu (via bug 54555). -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 587917] [NEW] rmdir on non-empty directory does not fail
Public bug reported: Binary package hint: unionfs-fuse Ubuntu Release: 10.04 / Lucid Lynx Package Version: unionfs-fuse 0.23.hg.20090611-1 Running the following command sequence: 01 $ cd /tmp 02 $ mkdir tmp 03 $ cd tmp 04 $ ls 05 $ mkdir ro ro/subdir rw union 06 $ touch ro/subdir/file 07 $ unionfs-fuse -o cow /tmp/tmp/rw=RW:/tmp/tmp/ro=RO /tmp/tmp/union 08 $ ls -l union/subdir insgesamt 0 -rw-r--r-- 1 wjg wjg 0 2010-05-31 16:09 file 09 $ rmdir union/subdir 10 $ ls -l union/subdir ls: Zugriff auf union/subdir nicht möglich: No such file or directory 11 $ fusermount -u /tmp/tmp/union Expected outcome: I expect the command on line 09 to fail, as the directory union/subdir is not empty. Actual outcome: Instead it succeeds. The contents below the directory are "lost". Some additional context: I want to use unionfs-fuse in the context of the Ubuntu Customization Toolkit to avoid having to extract ISO and squashfs images. Several (python) packages do a "rmdir -f /usr/lib/pymodules/python2.6/*" to clean up packages no longer relevant, relying on rmdir to fail silently when there are non-empty directories. Unfortunately this strategy does not work with unionfs-fuse and makes it unusable for UCK. ** Affects: unionfs-fuse (Ubuntu) Importance: Undecided Status: New -- rmdir on non-empty directory does not fail https://bugs.launchpad.net/bugs/587917 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 587917] Re: rmdir on non-empty directory does not fail
Thanks a lot for your speedy response. I downloaded, built and installed your patched version and can confirm that the problem is solved. Now I've encountered another issue with unionfs-fuse, though: Within the union mount the directory .unionfs is visible - which IMHO it should not be. Do you want me to open a separated bug report for this as it's obviously not related to the rmdir issue? -- rmdir on non-empty directory does not fail https://bugs.launchpad.net/bugs/587917 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
Re: [Bug 587917] Re: rmdir on non-empty directory does not fail
Hi Bernd, tried that option - works as specified, but only solves half my problem as now I have files named '.fuse_hidden[0-9]*' in some directories - one of them being the image of the previous rootfs blowing the new ISO to double the size. I've now changed the strategy to exclude .unionfs and .fuse_hidden* files from being included - seems to work. Thanks again for your support! Wolf Am Dienstag, den 01.06.2010, 09:10 + schrieb Bernd Schubert: > Hello Wolfgang, > > I'm glad that it works :) Version 0.25 is still a bit experimental, but > thans to several Gentoo users, which seem to do similar things as you > do, I got a chance to debug it. > > And again thanks to Gentoo you are luckily, 0.25 includes a new feature > to hide the metadata directory. > > -o hide_meta_dir > > It is optional to hide that directory, as it will slightly slow down > unionfs-fuse and at is not important to hide that directory for diskless > NFS environments and live USB-sticks (those two are my own usage > pattern). > > > Cheers, > Bernd > -- Just when you discovered the meaning of life IT changed. -- rmdir on non-empty directory does not fail https://bugs.launchpad.net/bugs/587917 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 524919] Re: ecryptfs breaks lstat/readlink size assumption
** Also affects: uck Importance: Undecided Status: New -- ecryptfs breaks lstat/readlink size assumption https://bugs.launchpad.net/bugs/524919 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 585473] [NEW] Recreation from source fails for some languages
Public bug reported: Binary package hint: gfxboot-theme-ubuntu Source package: gfxboot-theme-ubuntu_0.9.9.tar.gz Release: Lucid Lynx (10.04) Possibly related to: Bug #157776 (no support for en_GB) Trying to recreate gfxboot-theme-ubuntu with a different default language (i.e. "make DEFAULT_LANG=xxx") in the context of the Ubuntu Customization Kit fails for the following languages from langlist: pt_PT (though just "pt" works (sort-of) but is not in langlist), cy, dz, mr, pa, se and wo. Error message is "cpio: $DEFAULT_LANG.tr: Cannot stat: No such file or directory" in each case. I would expect the generation to succeed for the languages in langlist (at least). ** Affects: gfxboot-theme-ubuntu (Ubuntu) Importance: Undecided Status: New -- Recreation from source fails for some languages https://bugs.launchpad.net/bugs/585473 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 1791542] Re: package libglvnd-dev 1.0.0-2ubuntu2.1 failed to upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is also in package nvidia-340 340.107-0ubuntu0~gpu18.0
Fixed it for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1791542 Title: package libglvnd-dev 1.0.0-2ubuntu2.1 failed to upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so', which is also in package nvidia-340 340.107-0ubuntu0~gpu18.04.1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libglvnd/+bug/1791542/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 576531] Re: netdiscovery: relocation error & segfault
As a workaround to get the scanner working on lucid (until Samsung gets around to fixing this): I found that performing the renaming game for the libnss_* libraries above and then casting the result into a replacement netdiscovery shell procedure, followed by restoring the (no longer needed) libnss_* libraries to their original state works fine for my (static!) configuration (CLX-3185FW) i.e. (as root, after having installed the MFP software) cd /opt/Samsung/mfp/bin mv netdiscovery netdiscovery.orig cd /lib mkdir backup mv libnss_* backup cd /opt/Samsung/mfp/bin ./netdiscovery --all --scanner >/tmp/output (In my case this resulted in: # Network printers discovery utility # Legend: ip: address slp: detected,ipp,lpr,raw_tcp snmp: detected,devtype,description ip: 192.168.192.3 slp: 0,0,0,0 snmp: 0,0,0 dsc: "Samsung CLX-3180" a8 00 43 10 53 61 6d 73 75 6e 67 20 53 61 6d 73 75 6e 67 20 43 4c 58 2d 33 31 38 30 20 53 65 72 69 65 73 20 19 33 86 2b 00 00 27 d8 00 00 41 a0 00 01 51 00 00 01 00 00 00 00 41 a0 00 00 36 d8 00 00 05 05 19 00 # Total 1 scanners found, 5s elapsed ) Edit /tmp/output to contain (replacing the text between '' by the output of the command above!): #!/bin/sh echo '# Network printers discovery utility' echo '# Legend: ip: address slp: detected,ipp,lpr,raw_tcp snmp: detected,devtype,description' echo 'ip: 192.168.192.3 slp: 0,0,0,0 snmp: 0,0,0 dsc: "Samsung CLX-3180"' echo 'a8 00 43 10 53 61 6d 73 75 6e 67 20 53 61 6d 73' echo '75 6e 67 20 43 4c 58 2d 33 31 38 30 20 53 65 72' echo '69 65 73 20 19 33 86 2b 00 00 27 d8 00 00 41 a0' echo '00 01 51 00 00 01 00 00 00 00 41 a0 00 00 36 d8' echo '00 00 05 05 19 00' echo '# Total 1 scanners found, 5s elapsed' mv /tmp/output netdiscovery chmod 755 netdiscovery cd /lib mv backup/* . rmdir backup YMMV. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/576531 Title: netdiscovery: relocation error & segfault -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 576531] Re: netdiscovery: relocation error & segfault
Small error above: Need to call ./netdiscovery.orig --all --scanner >/tmp/output as renaming has happened before. Sorry. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/576531 Title: netdiscovery: relocation error & segfault -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 310848] Re: audio cd not recognised
I have a Thinkpad x301 (MATSHITA DVD-RAM UJ-844) and I still have problems in maverick to recognise audio CD's. It's not the HW (drive works fine in Vista), it's only audio CD's (data CD's work fine). It's 100% reproducible. It has hit not only Ubuntu, but other distirbutions (Fedora, SuSE, ...), too. Still no reasonable solution. This bug has been around now since 2008 - voting it the oldest unfixed bug! ;-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/310848 Title: audio cd not recognised -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 310848] Re: audio cd not recognised
I checked - the DVD region was already set, so this cannot be the problem I'm having. Your response made me check again, though, and for some reason I cannot figure out (maybe one of the recent patches to maverick?) the problem seems to have disappeared - reading audio CD's works now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/310848 Title: audio cd not recognised -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 516231] Re: Difficult to install on PowerPC platform
How about modifying the code that uses gfxboot in customize_iso so that it doesn't get executed on ppc in addition to making the packages recommended? - Original message - > problem is that gdxboot and gfxboot-dev is now available on ppc platform > so we should have a different package :( > > -- > Difficult to install on PowerPC platform > https://bugs.launchpad.net/bugs/516231 > You received this bug notification because you are subscribed to Ubuntu > Customization Kit. > > Status in Ubuntu Customization Kit: In Progress > Status in “uck” package in Ubuntu: Triaged > > Bug description: > Binary package hint: uck > > To install latest UCK package (downloaded) in an Ubuntu 9.10 PPC, due to > inexistence of gfxboot and xdialog packages in repositories, I need to > perform these actions: > > sudo apt-get install bash dialog zenity kdebase-bin genisoimage > squashfs-tools dpkg-dev fakeroot build-essential file mktemp xauth gnupg > wget lzma sudo dpkg --force-depends -i uck_2.0.12-0ubuntu1_all.deb > > Can uck_2.0.12-0ubuntu1_all.deb not be well packaged for PPC? > > -- Difficult to install on PowerPC platform https://bugs.launchpad.net/bugs/516231 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 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized
I've got an ASUS BU201LA that also sports a Validity Sensor with Id 0138a:0010. I got it to work by downloading the source for libfprint from http://www.freedesktop.org/wiki/Software/fprint/Download/ and adding the USBID to the source for vfs5011 like this: *** vfs5011.c.orig 2015-05-14 19:59:06.489565109 +0200 --- vfs5011.c 2015-05-14 19:59:14.133534986 +0200 *** *** 992,997 --- 992,998 } static const struct usb_id id_table[] = { + { .vendor = 0x138a, .product = 0x0010 /* vfs5010 */ }, { .vendor = 0x138a, .product = 0x0011 /* vfs5011 */ }, { .vendor = 0x138a, .product = 0x0017 /* Validity device from Lenovo T440 laptops */ }, { .vendor = 0x138a, .product = 0x0018 /* one more Validity device */ }, Recompiling results in a libfprint.so.0.0.0 that can be used in the place of the one from the ppa. Using the fingerprint reader shows the same issues as reported by Ruben in #55 - it works, but the failure rate when trying to authenticate is quite high. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827669 Title: [138a:0018] Validity Sensors fingerprint reader not recognized To manage notifications about this bug go to: https://bugs.launchpad.net/libfprint/+bug/827669/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1311257] Re: Wifi cannot connect or unstable after suspend 14.04
Same issue here on a X301 - The only way to revive the card is to "nmcli nm sleep false" as suggested above. - rmmod/insmod of iwl modules does not help - rfkill always reports power on; toggeling rfkill off/on does not solve the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1311257 Title: Wifi cannot connect or unstable after suspend 14.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-nettool/+bug/1311257/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 671482] Re: uck package manager not mount cdrom
In order to somewhat protect the system you are running UCK on, /dev is not available during the chroot customization process therefore mounting/unmounting devices from within a customization is not possible. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/671482 Title: uck package manager not mount cdrom -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 696534] [NEW] Regression in maverick: hang when fetching IMAP mail
Public bug reported: Binary package hint: evolution 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu. $ lsb_release -rd Description:Ubuntu 10.10 Release:10.10 I just upgraded from lucid to maverick. Evolution worked without issues in lucid. 2) The version of the package you are using, via 'apt-cache policy packagename' or by checking in Synaptic. $ dpkg -l | grep evolution ii evolution 2.30.3-1ubuntu7.1 groupware suite with mail client and organizer ii evolution-common2.30.3-1ubuntu7.1 architecture independent files for Evolution ii evolution-data-server 2.30.3-2ubuntu2evolution database backend server ii evolution-data-server-common 2.30.3-2ubuntu2 architecture independent files for Evolution Data Server 3) What you expected to happen As nothing was changed on the server side I expected evolution to work as it did in Lucid. 4) What happened instead In maverick evolution hangs indefinitely trying to retrieve mail from my imap aacount. The network (wireless) is flooded with packets being resent/duplicate ACKs up to the point of being barely usable. Taking evolution off-line and then back online fixes the problem until the next time that evolution tries to retrieve mail. ** Affects: evolution (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/696534 Title: Regression in maverick: hang when fetching IMAP mail -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 544555] Re: Build failed on Ubuntu 10.04 beta 1 with latest updates
It's not the same problem - 10.10 has its own ;-) Please see Bug Report #659572 for a solution. -- Build failed on Ubuntu 10.04 beta 1 with latest updates https://bugs.launchpad.net/bugs/544555 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 544555] Re: Build failed on Ubuntu 10.04 beta 1 with latest updates
@Sindhu: we cannot fix bugs in outdated versions. Please upgrade to a more current version. -- Build failed on Ubuntu 10.04 beta 1 with latest updates https://bugs.launchpad.net/bugs/544555 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 544555] Re: Build failed on Ubuntu 10.04 beta 1 with latest updates
We do have severe problems pushing updated versions into the releases and don't seem to have any influence on when changes get taken over. Sorry. -- Build failed on Ubuntu 10.04 beta 1 with latest updates https://bugs.launchpad.net/bugs/544555 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