[Bug 1654864] Re: weston build with rdp backend
The Debian update has been reverted because freerdp2 isn't in testing and doesn't build everywhere. Weston's RDP compositor back-end would make a number of things possible, notably exposing a LightDM or GDM greeter on RDP. This would allow HD tablets and Netbooks to log in remotely, e.g. via the Android RDP client, Windows RDP client, or FreeRDP. Weston supports switching backends without logging out, allowing attachment to the running session, which means an appropriate greeter can supply VDI by switching to a user's running session on login locally or over RDP. One cannot overlook the advantages in cost, flexibility, and reduced environmental footprint—thin clients include small computers drawing under 1 watt average power—and an RDP compositor backend is a critical component of such a feature. Perhaps it would be best to specify a more-complete roadmap to Ubuntu VDI with the resolution of this bug being a part of that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1654864 Title: weston build with rdp backend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/weston/+bug/1654864/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 369575] Re: Why is /usr/share/pam-configs/krb5 specifying minimum_uid= ?
ignore_root won't work. The first user—the local admin—is UID 1000. If you ever try to passwd that user, it asks for the user's Kerberos password. If you try to `passwd -r files`, it ... asks for the user's Kerberos password, because the -r option doesn't work. The root user generally is locked without a password. Honestly the right option is probably to patch pam_krb5 to allow overriding in krb5.conf (possibly by an option, possibly by default). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/369575 Title: Why is /usr/share/pam-configs/krb5 specifying minimum_uid= ? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kerberos-configs/+bug/369575/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1739650] [NEW] pam-config for pam_access
Public bug reported: This pam-config allows for the use of /etc/security/access.conf. It uses a comma as the only list separator and disables the backwards- compatibility feature of looking up a not-found user as a group. This allows using access.conf to control access when joined to a domain via Winbind. ** Affects: pam (Ubuntu) Importance: Undecided Status: New ** Attachment added: "/usr/share/pam-configs/access" https://bugs.launchpad.net/bugs/1739650/+attachment/5025759/+files/access -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1739650 Title: pam-config for pam_access To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pam/+bug/1739650/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1654777] Re: zram-config control by maximum amount of RAM usage
That still talks about on-disk swap. This doesn't create a swap file or swap partition; it creates a swap area in RAM. In general, there is no reason to have any sort of swap area on disk, save for scientific applications where you have 100 times as much working set as you have physical RAM. In the context of the debian installer, I don't think you should rely on on-disk swap in any case. Creating a 1-2GB swap file when you have, e.g., 64MB of RAM is patently ridiculous: if you need that much more of a working set, you're never going to finish installation; you're just going to swap thrash for 2 or 3 years while the system tries to figure out how to operate the installer but is too busy operating kswapd. The argument that having a swap file available makes RAM scheduling more-efficient is also one of rapidly-diminishing returns as RAM size grows: the entire installed system is like 4GB, the installer doesn't eat much memory, and most block cache won't get reused, so the system will likely stale out things at maximum efficiency even with 1GB of RAM. zswap still requires a backing device (swap file or partition). zram doesn't. That should be brought up in the next discussion on the topic methinks. In any case, there's already a zram-config package, and this script is a replacement for the one in the current release. Whether or not the installer switches to this or we install this by default or whatever is a secondary thought, but a consideration I wanted to raise. The longer discussions on that are probably off-topic in this particular bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1654777 Title: zram-config control by maximum amount of RAM usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/1654777/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1654777] Re: zram-config control by maximum amount of RAM usage
This version is configurable via /etc/default/zram-config By default, it uses up to 50% of RAM, and will swap up to 2x max RAM (i.e. any greater than 4:1 compression can't fully utilize the 50%-of- RAM limit). I believe this is ready to replace the one currently packaged, and should be suitable for use in the installer. ** Attachment added: "Updated, configurable version" https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/1654777/+attachment/4926855/+files/init-zram-swapping -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1654777 Title: zram-config control by maximum amount of RAM usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/1654777/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676540] Re: Enable secure networking defaults in sysctl.conf
It's Docker. Docker sets net.ipv4.conf.default.forwarding=1 when it starts the first time, then creates docker0. If you restart docker, it doesn't set this default. That warrants another bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676540 Title: Enable secure networking defaults in sysctl.conf To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1676540/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676540] Re: Enable secure networking defaults in sysctl.conf
** Description changed: A Nexpose scan of Ubuntu 16.04 lists a number of insecure configurations, including ICMP redirection, source routing, and forwarding. Inspection shows that net.ipv4.conf.default enables these things. RHEL 6 documentation suggests shutting down source routing, forwarding, and ICMP redirects of any kind, as per the below: https://access.redhat.com/documentation/en- US/Red_Hat_Enterprise_Linux/6/html/Security_Guide/sect-Security_Guide- Server_Security-Disable-Source-Routing.html Adjusting these settings can have detrimental effects on a live system. For example: disabling forwarding over the docker0 interface breaks Docker. As a sane default, I recommend loading default settings during system boot, which will create network interfaces with those settings and allow later processes to enable these features as-needed. - I recommend the following settings in /etc/sysctl.conf: + I recommend the following settings in /etc/sysctl.d/10-network- + security.conf: # Disable forwarding by default + # This disables mc_forwarding as well; writing to mc_forwarding causes an error net.ipv4.conf.default.forwarding=0 net.ipv6.conf.default.forwarding=0 - # Multicast forwarding - net.ipv4.conf.default.mc_forwarding=0 - net.ipv6.conf.default.mc_forwarding=0 # Do not accept ICMP redirects (prevent MITM attacks) + # This removes the secure_redirects sysctl net.ipv4.conf.default.accept_redirects = 0 net.ipv6.conf.default.accept_redirects = 0 - net.ipv4.conf.default.secure_redirects = 0 - net.ipv6.conf.default.secure_redirects = 0 # Do not send ICMP redirects (we are not a router) net.ipv4.conf.default.send_redirects = 0 net.ipv6.conf.default.send_redirects = 0 # Do not accept IP source route packets (we are not a router) net.ipv4.conf.default.accept_source_route = 0 net.ipv6.conf.default.accept_source_route = 0 - net.ipv4.conf.default.rp_filter=1 + Take note: Setting net.ipv4.conf.default.forwarding=0 here somehow doesn't have any effect; the other settings do. Uncertain if related to bug #84537. Restarting procps does set net.ipv4.conf.default.forwarding=0 correctly. - Take note: Setting net.ipv4.conf.default.forarding=0 here somehow doesn't have any effect; the other settings do. Perhaps bug #84537 is in effect? + /etc/ufw/sysctl.conf settings override these. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676540 Title: Enable secure networking defaults in sysctl.conf To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1676540/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1676540] [NEW] Enable secure networking defaults in sysctl.conf
Public bug reported: A Nexpose scan of Ubuntu 16.04 lists a number of insecure configurations, including ICMP redirection, source routing, and forwarding. Inspection shows that net.ipv4.conf.default enables these things. RHEL 6 documentation suggests shutting down source routing, forwarding, and ICMP redirects of any kind, as per the below: https://access.redhat.com/documentation/en- US/Red_Hat_Enterprise_Linux/6/html/Security_Guide/sect-Security_Guide- Server_Security-Disable-Source-Routing.html Adjusting these settings can have detrimental effects on a live system. For example: disabling forwarding over the docker0 interface breaks Docker. As a sane default, I recommend loading default settings during system boot, which will create network interfaces with those settings and allow later processes to enable these features as-needed. I recommend the following settings in /etc/sysctl.conf: # Disable forwarding by default net.ipv4.conf.default.forwarding=0 net.ipv6.conf.default.forwarding=0 # Multicast forwarding net.ipv4.conf.default.mc_forwarding=0 net.ipv6.conf.default.mc_forwarding=0 # Do not accept ICMP redirects (prevent MITM attacks) net.ipv4.conf.default.accept_redirects = 0 net.ipv6.conf.default.accept_redirects = 0 net.ipv4.conf.default.secure_redirects = 0 net.ipv6.conf.default.secure_redirects = 0 # Do not send ICMP redirects (we are not a router) net.ipv4.conf.default.send_redirects = 0 net.ipv6.conf.default.send_redirects = 0 # Do not accept IP source route packets (we are not a router) net.ipv4.conf.default.accept_source_route = 0 net.ipv6.conf.default.accept_source_route = 0 net.ipv4.conf.default.rp_filter=1 Take note: Setting net.ipv4.conf.default.forarding=0 here somehow doesn't have any effect; the other settings do. Perhaps bug #84537 is in effect? ** Affects: procps (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/1676540 Title: Enable secure networking defaults in sysctl.conf To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1676540/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1654297] Re: Grub fails to update due to imaginary lack of free space
As of today, during a new update. I did this immediately after: ~$ sudo cp /usr/lib/grub/x86_64-efi/net.mod /boot/grub/x86_64-efi/net.mod ~$ sudo ls -l /boot/grub/x86_64-efi/net.mod -rw-r--r-- 1 root root 87848 Feb 3 13:28 /boot/grub/x86_64-efi/net.mod ~$ df -h /boot/grub/x86_64-efi/ Filesystem Size Used Avail Use% Mounted on /dev/mapper/root-boot 1.9G 229M 1.6G 13% /boot ** Attachment added: "grub-install.strace" https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1654297/+attachment/4812668/+files/grub-install.strace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1654297 Title: Grub fails to update due to imaginary lack of free space To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1654297/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1654864] Re: weston build with rdp backend
** Bug watch added: Debian Bug tracker #850658 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850658 ** Also affects: weston (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850658 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1654864 Title: weston build with rdp backend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/weston/+bug/1654864/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1654864] Re: weston build with rdp backend
The thing said to make a debdiff, so I figured out how to do that in the last 5 hours or so. ** Patch removed: "[EXPERIMENTAL] A patch for weston 1.12.0-1" https://bugs.launchpad.net/ubuntu/+source/weston/+bug/1654864/+attachment/4801691/+files/weston-1.12.0-rdp.diff ** Patch added: "[EXPERIMENTAL] A patch for weston 1.12.0-2" https://bugs.launchpad.net/ubuntu/+source/weston/+bug/1654864/+attachment/4801723/+files/weston-1.12.0-rdp.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1654864 Title: weston build with rdp backend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/weston/+bug/1654864/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1654864] Re: weston build with rdp backend
This builds. I haven't tested if it works--I don't have the environment for it--but it builds. Corrects an out-of-date data format in compositor-rdp.c to make it build correctly. Please verify. ** Patch added: "[EXPERIMENTAL] A patch for weston 1.12.0-3" https://bugs.launchpad.net/ubuntu/+source/weston/+bug/1654864/+attachment/4801691/+files/weston-1.12.0-rdp.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1654864 Title: weston build with rdp backend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/weston/+bug/1654864/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1654864] [NEW] weston build with rdp backend
Public bug reported: Submitting a patch to build Weston with weston-rdp compositor. This patch is against the Zesty source package and adds a weston-rdp- compositor package. This plus an Xwayland install and an additional script should help close #220005 ** Affects: weston (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/1654864 Title: weston build with rdp backend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/weston/+bug/1654864/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 220005] Re: xrdp 0.6.1-2 doesn't work via sesman-X11rdp
We can probably easily fix this by providing weston-rdp (from weston, which currently doesn't supply weston-rdp) and creating a replacement command for X11rdp to start a weston-rdp compositor with Wayland-X, thus giving an X display rendering to RDP. It looks like xrdp used to build X11rdp by building a new Xorg server that wrote out to RDP. Since Weston simply provides that, getting that into the Weston package would be simpler and less-insane. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/220005 Title: xrdp 0.6.1-2 doesn't work via sesman-X11rdp To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xrdp/+bug/220005/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1337844] Re: connection to xrdp-server using sessman-x11rdp fails
This is a duplicate of bug #220005 It's also broken on 16.04 and friends; that's not the same bug as here (it is, but on a different release target). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1337844 Title: connection to xrdp-server using sessman-x11rdp fails To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xrdp/+bug/1337844/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 220005] Re: xrdp 0.6.1-2 doesn't work via sesman-X11rdp
I did some strace magic. execve("/bin/X11rdp", ["X11rdp", ":10", "-geometry", "1920x1080", "-depth", "24", "-bs", "-ac", "-nolisten", "tcp"], [/* 6 vars */]) = -1 ENOENT (No such file or directory) execve("/usr/bin/X11rdp", ["X11rdp", ":10", "-geometry", "1920x1080", "-depth", "24", "-bs", "-ac", "-nolisten", "tcp"], [/* 6 vars */]) = -1 ENOENT (No such file or directory) execve("/usr/X11R6/bin/X11rdp", ["X11rdp", ":10", "-geometry", "1920x1080", "-depth", "24", "-bs", "-ac", "-nolisten", " tcp"], [/* 6 vars */]) = -1 ENOENT (No such file or directory) execve("/usr/local/bin/X11rdp", ["X11rdp", ":10", "-geometry", "1920x1080", "-depth", "24", "-bs", "-ac", "-nolisten", " tcp"], [/* 6 vars */]) = -1 ENOENT (No such file or directory) mkdir("/tmp/.xrdp/xrdp-sesman-dP1LGR", 0700) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3545, ...}) = 0 write(3, "[20170107-20:25:15] [CORE ] erro"..., 76) = 76 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3545, ...}) = 0 write(3, "[20170107-20:25:15] [DEBUG] errn"..., 77) = 77 It seems xrdp requires X11rdp for this to work. That's why you get a "no such file or directory" error. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/220005 Title: xrdp 0.6.1-2 doesn't work via sesman-X11rdp To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xrdp/+bug/220005/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1654777] Re: zram-config control by maximum amount of RAM usage
** Attachment added: "init-zram-swapping" https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/1654777/+attachment/4801320/+files/init-zram-swapping -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1654777 Title: zram-config control by maximum amount of RAM usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/1654777/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1654777] [NEW] zram-config control by maximum amount of RAM usage
Public bug reported: This is a request for comment regarding adjusting zram-config to limit memory consumption, rather than to limit amount of memory to be swapped. Under the current script (in 16.10), about 1/2 of RAM can be swapped to zram. This may consume 1/6 of RAM space or 1/4 of RAM space (3:1 and 2:1 compression, respectively), for example, depending on actual compression performance. This modification instead says each zram device can use up a portion of RAM. Instead of specifying 1/2 RAM as the swap area, it specifies 100%. On a machine with 8GB of RAM, for example, it will expose 8GB of swap; and it will limit zram to consuming 4GB of real RAM to store the compressed data. Because zram generally gets 3:1 to 4:1, it would be more-realistic to create 1.5-2 times the zswap space. For example, the 8GB system would have 12G of swap space, but only use up to 4G of memory for it. At 3:1 compression, that would use all of the zram swap space. Essentially, the actual size of the device limits how much uncompressed RAM you can swap out; while the mem_limit limits the amount of RAM the zram device can use, including the compressed data and the control data. Further Discussion: Note that, in my experience, zram is fast. I've run a 1GB server with this script and gone 350MB into zram swap, with 40MB of available memory, just by starting up a Gitlab docker container and logging in: Tasks: 184 total, 1 running, 183 sleeping, 0 stopped, 0 zombie %Cpu(s): 6.0 us, 2.6 sy, 0.0 ni, 90.7 id, 0.0 wa, 0.0 hi, 0.3 si, 0.3 st KiB Mem : 1016220 total,76588 free, 826252 used, 113380 buff/cache KiB Swap: 1016216 total, 666920 free, 349296 used.45324 avail Mem This got up as far as 700MB of Swap used in just a few clicks through the application. It still returned commit diffs and behaved as if it was running on ample RAM--I did this during a migration from a system with 32GB RAM, over 10GB of which is disk cache. As such, I see no problem essentially doubling the amount of reachable RAM--and I do exactly that on 1GB and 2GB servers running large working sets, with active working sets larger than physical RAM space, and with vm.swappiness set to 100. Note that swapping 5:1 even if you are getting 5:1 ratios would involve a lot of swapping and thus a lot of LZO computation. For this reason, more-than-double might be unwise in a generic sense. A doubling of RAM is using 50% of RAM space to store 1.5x the swap--so 1.5GB zram devices with 0.5GB mem_limit and at least 3:1 compression average. The script I have provided allocates at most 50% to store at most 100%. It is likely to represent a multiplication of working space by 1.6. I have provided the entire script, rather than a diff, as a diff is about the same size. ** Affects: zram-config (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/1654777 Title: zram-config control by maximum amount of RAM usage To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/1654777/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1654303] [NEW] Ubuntu actively discourages users from filing bugs
Public bug reported: Steps to reproduce: 1. Go to https://www.launchpad.net/ 2. Click "Ubuntu" 3. Click "File a bug" Expected result: A clear way to file a bug. Actual Result: This takes you to https://help.ubuntu.com/community/ReportingBugs Somewhere buried way down 2/3 of the way through a bunch of crap is the hundredth or so link on the page noting you can file a bug on Launchpad.net. It doesn't stand out well and won't be found except by a thorough examination of at least each link on the page in context, one by one: scanning over the page repeatedly over days and months of separate attempts didn't net me the correct link until more than a dozen attempts. Discussion: To put this clearly: in several months, I could not independently discover that I can file bugs against Ubuntu through https://bugs.launchpad.net/ after visiting https://www.launchpad.net/. I finally discovered this not by a fast read-through of the above page, but by a thorough STUDY of that page, which took several minutes to complete. Perhaps the Launchpad page for Ubuntu bugs should just render a giant graphic of a middle-finger? That seems to be the tone here. It is completely-obvious that Ubuntu developers do not want anyone filing detailed bug reports through Launchpad's interface. At all. Ever. Additional Information: Yes I'm completely pissed-off about this. It is maximally-frustrating and gives the impression of an Ulrich-Drepper level of self-assured importance and elitism. I would expect this kind of behavior from OpenBSD, not from a serious, user-centric distribution like Ubuntu. ** Affects: grub (Ubuntu) Importance: Undecided Status: Opinion -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1654303 Title: Ubuntu actively discourages users from filing bugs To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub/+bug/1654303/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1654297] [NEW] Grub fails to update due to imaginary lack of free space
Public bug reported: Uncertain on the mechanics, so not sure if grub is the right package. This has happened to me on multiple systems, including a physical system running on a Core i5 and on a VMware virtual machine. Large amounts of searching on Google nets no answer for this, nor bug reports filed; meanwhile attempting to file a bug report is nigh-impossible because Launchpad sends you to a page which actively-discourages filing bug reports through Launchpad by putting the link to the bug filing page 2/3 of the way down, but that is an issue for a separate bug. grub-install will fail in the following way: Setting up grub-efi-amd64-signed (1.66.6+2.02~beta2-36ubuntu3.6) ... Installing for x86_64-efi platform. grub-install: error: cannot open `/boot/grub/x86_64-efi/btrfs.mod': No space left on device. dpkg: error processing package grub-efi-amd64-signed (--configure): subprocess installed post-installation script returned error exit status 1 Setting up shim-signed (1.19~16.04.1+0.8-0ubuntu2) ... Installing for x86_64-efi platform. grub-install: error: cannot open `/boot/grub/x86_64-efi/terminfo.mod': No space left on device. dpkg: error processing package shim-signed (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: grub-efi-amd64-signed shim-signed Notice the /boot/grub/x86_64-efi/btrfs.mod and such. $ df -h /boot/grub/x86_64-efi/ Filesystem Size Used Avail Use% Mounted on /dev/mapper/root-boot 1.9G 335M 1.5G 19% /boot $ df -i /boot/grub/x86_64-efi/ FilesystemInodes IUsed IFree IUse% Mounted on /dev/mapper/root-boot480 157 323 33% /boot These are in no way full. $ ls -l /boot/grub/x86_64-efi/btrfs.mod ls: cannot access '/boot/grub/x86_64-efi/btrfs.mod': No such file or directory $ ls -l /boot/grub/x86_64-efi/terminfo.mod ls: cannot access '/boot/grub/x86_64-efi/terminfo.mod': No such file or directory Grub won't boot because these aren't properly installed. I can install them with cp: $ sudo cp /usr/lib/grub/x86_64-efi/{btrfs,terminfo}.mod /boot/grub/x86_64-efi/ $ ls -l /boot/grub/x86_64-efi/terminfo.mod -rw-r--r-- 1 root root 19616 Jan 5 09:53 /boot/grub/x86_64-efi/terminfo.mod $ ls -l /boot/grub/x86_64-efi/btrfs.mod -rw-r--r-- 1 root root 19688 Jan 5 09:53 /boot/grub/x86_64-efi/btrfs.mod Re-running the configure nets this: Setting up shim-signed (1.19~16.04.1+0.8-0ubuntu2) ... Installing for x86_64-efi platform. grub-install: error: cannot open `/boot/grub/x86_64-efi/tga.mod': No space left on device. dpkg: error processing package shim-signed (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: shim-signed E: Sub-process /usr/bin/dpkg returned an error code (1) By repeatedly copying the files by hand and reconfiguring, I can successfully complete the post-install. Setting up shim-signed (1.19~16.04.1+0.8-0ubuntu2) ... Installing for x86_64-efi platform. File descriptor 3 (pipe:[58122417]) leaked on vgs invocation. Parent PID 15727: grub-install File descriptor 5 (/dev/sda1) leaked on vgs invocation. Parent PID 15727: grub-install File descriptor 3 (pipe:[58122417]) leaked on vgs invocation. Parent PID 15727: grub-install File descriptor 5 (/dev/sda1) leaked on vgs invocation. Parent PID 15727: grub-install Installation finished. No error reported. find: ‘/var/lib/dkms’: No such file or directory No DKMS packages installed: not changing Secure Boot validation state. So something is wrong with grub-install such that it fails to copy files because it imagines the target is out of space, whereas cp can in fact copy the file. ** Affects: grub (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/1654297 Title: Grub fails to update due to imaginary lack of free space To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub/+bug/1654297/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1641380] Re: chromium-browser: ERR_CERTIFICATE_TRANSPARENCY_REQUIRED for Symantec certs
I see @cmiller reopened this bug without comment. Is the Ubuntu team researching an issue preventing a successful fix at this time? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1641380 Title: chromium-browser: ERR_CERTIFICATE_TRANSPARENCY_REQUIRED for Symantec certs To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1641380/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1649580] Re: Update Monodevelop to 6.1
This is Debian Bug #848038 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848038 ** Bug watch added: Debian Bug tracker #848038 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848038 ** Also affects: monodevelop via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848038 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1649580 Title: Update Monodevelop to 6.1 To manage notifications about this bug go to: https://bugs.launchpad.net/monodevelop/+bug/1649580/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1649580] [NEW] Update Monodevelop to 6.1
Public bug reported: Target: Zesty Current Monodevelop in Ubuntu and Debian Sid is 5.10. Monodevelop 6.1 adds support for Nuget 3, which is required to use the modern project.json, which in turn is required for the DNX-based .NET Docker containers to run .NET applications. In short, Monodevelop 6.1 or higher is required for seamless development of .NET applications packageable in Docker containers, and thus provides an advantage to Web applications development targeting Linux as a server platform. Thus I am requesting an upgrade to Monodevelop 6.1 in Zesty. It is left to the discretion of the Ubuntu maintainers if Monodevelop 6.1 (and an appropriate .NET environment) should land in xenial-backports as well. There will be a related bug filed to upgrade Monodevelop to latest 6.1 stable in Sid. 6.2 supports Nuget 3.5, and has not yet been marked Stable by the Monodevelop project. ** Affects: monodevelop (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/1649580 Title: Update Monodevelop to 6.1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/monodevelop/+bug/1649580/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1505805] [NEW] Repeated rebuilding of linux initrd
Public bug reported: I have no idea why apt does this, but it does this frequently when installing many packages: Processing triggers for initramfs-tools (0.103ubuntu15) ... update-initramfs: Generating /boot/initrd.img-3.19.0-30-generic (Reading database ... 92116 files and directories currently installed.) Preparing to unpack .../ntfs-3g_1%3a2014.2.15AR.3-1ubuntu0.2_amd64.deb ... Unpacking ntfs-3g (1:2014.2.15AR.3-1ubuntu0.2) over (1:2013.1.13AR.1-2ubuntu2) ... Preparing to unpack .../uuid-runtime_2.25.2-4ubuntu3_amd64.deb ... Unpacking uuid-runtime (2.25.2-4ubuntu3) over (2.20.1-5.1ubuntu20.7) ... Processing triggers for initramfs-tools (0.103ubuntu15) ... update-initramfs: Generating /boot/initrd.img-3.19.0-30-generic The above is from a dist-upgrade during a do-release-upgrade to 15.04 from 14.10.3. It's the 8th or 12th time apt has run an update-initramfs in a single run. Can't this defer to the end of the process? It takes a long time, long enough for dozens of additional packages to install. ** Affects: apt (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/1505805 Title: Repeated rebuilding of linux initrd To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1505805/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1281250] Re: VNC accessible from non-linux machines only with encryption disabled
It also resets the configuration every time you upgrade Ubuntu, so the work-around must be re-applied. Breaking a system's custom configuration when upgrading is probably bad juju. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1281250 Title: VNC accessible from non-linux machines only with encryption disabled To manage notifications about this bug go to: https://bugs.launchpad.net/vino/+bug/1281250/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1386931] UdevLog.txt
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1386931/+attachment/4247714/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386931 Title: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1386931/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1386931] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1386931/+attachment/4247710/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386931 Title: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1386931/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1386931] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1386931/+attachment/4247713/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386931 Title: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1386931/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1386931] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1386931/+attachment/4247708/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386931 Title: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1386931/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1386931] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1386931/+attachment/4247707/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386931 Title: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1386931/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1386931] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1386931/+attachment/4247709/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386931 Title: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1386931/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1386931] WifiSyslog.txt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1386931/+attachment/4247715/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386931 Title: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1386931/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1386931] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1386931/+attachment/4247711/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386931 Title: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1386931/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1386931] PulseList.txt
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1386931/+attachment/4247712/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386931 Title: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1386931/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1386931] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1386931/+attachment/4247705/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386931 Title: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1386931/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1386931] Re: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade
apport information ** Tags added: apport-collected ** Description changed: Chromium was playing Youtube videos via HTML5 browser in Ubuntu 14.04. I upgraded to Ubuntu 14.10 via Update-Manager. Now Chromium only loads the video, shows that the video is/has loaded, and shows the Pause button (as the video is playing). The video does not actually play: the seek bar doesn't move, video doesn't change, and no sound comes out. If I manually move the seek bar, the video does follow. I have no way to debug this. It works on other platforms. Apparently Chromium is uniquely broken in Ubuntu 14.10 when upgraded from 14.04. ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: chromium-browser 37.0.2062.120-0ubuntu0.14.04.1~pkg1049 [origin: unknown] ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4 Uname: Linux 3.16.0-23-generic x86_64 ApportVersion: 2.14.7-0ubuntu8 Architecture: amd64 CrashDB: ubuntu CurrentDesktop: GNOME Date: Tue Oct 28 19:25:00 2014 InstallationDate: Installed on 2013-04-15 (560 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64+mac (20120425.1) ProcEnviron: LANGUAGE=en_US PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: chromium-browser ThirdParty: True UpgradeStatus: Upgraded to utopic on 2014-10-25 (3 days ago) modified.conffile..etc.default.chromium.browser: [deleted] mtime.conffile..etc.chromium.browser.default: 2014-10-25T11:04:15.180925 + --- + ApportVersion: 2.14.7-0ubuntu8 + Architecture: amd64 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/pcmC0D0p: john 3031 F...m pulseaudio + /dev/snd/controlC0: john 3031 F pulseaudio + /dev/snd/controlC1: john 3031 F pulseaudio + CurrentDesktop: GNOME + DistroRelease: Ubuntu 14.10 + HibernationDevice: RESUME=UUID=5e7f72cf-2a7a-4953-a174-c804f175a15a + InstallationDate: Installed on 2013-04-15 (561 days ago) + InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64+mac (20120425.1) + IwConfig: + eth0 no wireless extensions. + + lono wireless extensions. + + lxcbr0no wireless extensions. + MachineType: Shuttle Inc. SH67H + Package: linux (not installed) + ProcFB: 0 inteldrmfb + ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.16.0-23-generic root=UUID=7face85d-fa1e-45a7-98c4-dbaa0be6b0b3 ro rootflags=subvol=@ quiet splash vt.handoff=7 + ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4 + RelatedPackageVersions: + linux-restricted-modules-3.16.0-23-generic N/A + linux-backports-modules-3.16.0-23-generic N/A + linux-firmware 1.138 + RfKill: + + Tags: utopic + Uname: Linux 3.16.0-23-generic x86_64 + UpgradeStatus: Upgraded to utopic on 2014-10-25 (3 days ago) + UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers + _MarkForUpload: True + dmi.bios.date: 05/07/2012 + dmi.bios.vendor: American Megatrends Inc. + dmi.bios.version: 2.02 + dmi.board.asset.tag: To be filled by O.E.M. + dmi.board.name: FH67H + dmi.board.vendor: Shuttle Inc. + dmi.board.version: 2.0 + dmi.chassis.asset.tag: To Be Filled By O.E.M. + dmi.chassis.type: 3 + dmi.chassis.vendor: To Be Filled By O.E.M. + dmi.chassis.version: To Be Filled By O.E.M. + dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr2.02:bd05/07/2012:svnShuttleInc.:pnSH67H:pvrV1.0:rvnShuttleInc.:rnFH67H:rvr2.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: + dmi.product.name: SH67H + dmi.product.version: V1.0 + dmi.sys.vendor: Shuttle Inc. ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1386931/+attachment/4247702/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386931 Title: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1386931/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1386931] BootDmesg.txt
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1386931/+attachment/4247703/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386931 Title: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1386931/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1386931] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1386931/+attachment/4247706/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386931 Title: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1386931/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1386931] CRDA.txt
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1386931/+attachment/4247704/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386931 Title: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1386931/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1386931] Re: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade
Appears to be Kernel bug in graphics driver: [196179.037371] [ cut here ] [196179.037408] WARNING: CPU: 2 PID: 1548 at /build/buildd/linux-3.16.0/drivers/gpu/drm/i915/intel_display.c:3324 intel_crtc_wait_for_pending_flips+0x16c/0x180 [i915]() [196179.037410] Modules linked in: usblp pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) xt_CHECKSUM iptable_mangle ipt_MASQUERADE iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack xt_tcpudp bridge stp llc iptable_filter ip_tables x_tables snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm snd_hda_intel joydev snd_hda_controller uvcvideo crct10dif_pclmul crc32_pclmul snd_hda_codec bnep rfcomm videobuf2_vmalloc snd_usb_audio videobuf2_memops ghash_clmulni_intel bluetooth videobuf2_core snd_usbmidi_lib snd_hwdep 6lowpan_iphc v4l2_common videodev media aesni_intel snd_pcm aes_x86_64 lrw gf128mul glue_helper i915 ablk_helper cryptd drm_kms_helper drm lpc_ich i2c_algo_bit mei_me snd_seq_midi [196179.037448] mei snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer shpchp snd soundcore video mac_hid binfmt_misc parport_pc ppdev lp parport btrfs xor raid6_pq hid_generic usbhid hid ahci libahci r8169 mii [196179.037468] CPU: 2 PID: 1548 Comm: Xorg Tainted: G OE 3.16.0-23-generic #31-Ubuntu [196179.037470] Hardware name: Shuttle Inc. SH67H/FH67H, BIOS 2.02 05/07/2012 [196179.037472] 0009 8803f0697bf8 8177fcbc [196179.037475] 8803f0697c30 8106fd8d 8800363f8000 [196179.037478] 8800b9808210 8804075ae000 8804075ae000 8803f0697c40 [196179.037480] Call Trace: [196179.037488] [] dump_stack+0x45/0x56 [196179.037493] [] warn_slowpath_common+0x7d/0xa0 [196179.037496] [] warn_slowpath_null+0x1a/0x20 [196179.037514] [] intel_crtc_wait_for_pending_flips+0x16c/0x180 [i915] [196179.037519] [] ? prepare_to_wait_event+0x100/0x100 [196179.037536] [] intel_crtc_disable_planes+0x33/0x1c0 [i915] [196179.037551] [] ironlake_crtc_disable+0x50/0x980 [i915] [196179.037568] [] ? drm_modeset_lock+0x33/0xf0 [drm] [196179.037571] [] ? mutex_lock+0x12/0x30 [196179.037587] [] intel_crtc_update_dpms+0x67/0xa0 [i915] [196179.037603] [] intel_connector_dpms+0x59/0x70 [i915] [196179.037617] [] drm_mode_obj_set_property_ioctl+0x399/0x3a0 [drm] [196179.037629] [] drm_mode_connector_property_set_ioctl+0x30/0x40 [drm] [196179.037638] [] drm_ioctl+0x1df/0x680 [drm] [196179.037643] [] ? fsnotify+0x27c/0x350 [196179.037646] [] ? fsnotify+0x27c/0x350 [196179.037650] [] do_vfs_ioctl+0x2c8/0x4a0 [196179.037653] [] ? __sb_end_write+0x31/0x60 [196179.037657] [] ? vfs_write+0x1b2/0x1f0 [196179.037660] [] SyS_ioctl+0x81/0xa0 [196179.037663] [] system_call_fastpath+0x1a/0x1f [196179.037665] ---[ end trace a8a7a33a6d58937d ]--- [196186.075365] systemd-logind[1027]: New session c3 of user john. [198711.366918] usb 3-2: USB disconnect, device number 8 [208844.807407] [ cut here ] [208844.807444] WARNING: CPU: 1 PID: 1548 at /build/buildd/linux-3.16.0/drivers/gpu/drm/i915/intel_display.c:3324 intel_crtc_wait_for_pending_flips+0x16c/0x180 [i915]() [208844.807446] Modules linked in: usblp pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) xt_CHECKSUM iptable_mangle ipt_MASQUERADE iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack xt_tcpudp bridge stp llc iptable_filter ip_tables x_tables snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm snd_hda_intel joydev snd_hda_controller uvcvideo crct10dif_pclmul crc32_pclmul snd_hda_codec bnep rfcomm videobuf2_vmalloc snd_usb_audio videobuf2_memops ghash_clmulni_intel bluetooth videobuf2_core snd_usbmidi_lib snd_hwdep 6lowpan_iphc v4l2_common videodev media aesni_intel snd_pcm aes_x86_64 lrw gf128mul glue_helper i915 ablk_helper cryptd drm_kms_helper drm lpc_ich i2c_algo_bit mei_me snd_seq_midi [208844.807484] mei snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer shpchp snd soundcore video mac_hid binfmt_misc parport_pc ppdev lp parport btrfs xor raid6_pq hid_generic usbhid hid ahci libahci r8169 mii [208844.807504] CPU: 1 PID: 1548 Comm: Xorg Tainted: GW OE 3.16.0-23-generic #31-Ubuntu [208844.807506] Hardware name: Shuttle Inc. SH67H/FH67H, BIOS 2.02 05/07/2012 [208844.807508] 0009 8803f0697bf8 8177fcbc [208844.807511] 8803f0697c30 8106fd8d 8800363f8000 [208844.807514] 8800b9808210 8804075ae000 8804075ae000 8803f0697c40 [208844.807517] Call Trace: [208844.807525] [] dump_stack+0x45/0x56 [208844.807530] [] warn_slowpath_common+0x7d/0xa0 [208844.807533] [] warn_slowpath_null+0x1a/0x20 [208844.807551] [] intel
[Bug 1386931] [NEW] Chromium won't play HTML5 video after 14.04 to 14.10 upgrade
Public bug reported: Chromium was playing Youtube videos via HTML5 browser in Ubuntu 14.04. I upgraded to Ubuntu 14.10 via Update-Manager. Now Chromium only loads the video, shows that the video is/has loaded, and shows the Pause button (as the video is playing). The video does not actually play: the seek bar doesn't move, video doesn't change, and no sound comes out. If I manually move the seek bar, the video does follow. I have no way to debug this. It works on other platforms. Apparently Chromium is uniquely broken in Ubuntu 14.10 when upgraded from 14.04. ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: chromium-browser 37.0.2062.120-0ubuntu0.14.04.1~pkg1049 [origin: unknown] ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4 Uname: Linux 3.16.0-23-generic x86_64 ApportVersion: 2.14.7-0ubuntu8 Architecture: amd64 CrashDB: ubuntu CurrentDesktop: GNOME Date: Tue Oct 28 19:25:00 2014 InstallationDate: Installed on 2013-04-15 (560 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64+mac (20120425.1) ProcEnviron: LANGUAGE=en_US PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: chromium-browser ThirdParty: True UpgradeStatus: Upgraded to utopic on 2014-10-25 (3 days ago) modified.conffile..etc.default.chromium.browser: [deleted] mtime.conffile..etc.chromium.browser.default: 2014-10-25T11:04:15.180925 ** Affects: chromium-browser (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug third-party-packages utopic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386931 Title: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1386931/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1349415] [NEW] bacula always installs mysql support
Public bug reported: Bacula always brings mysql support. The following command: $ sudo apt-get install bacula-server bacula-common-pgsql brings the result: The following NEW packages will be installed: bacula-common bacula-common-pgsql bacula-director-common bacula-director-pgsql bacula-fd bacula-sd bacula-sd-pgsql bacula-server bsd-mailx dbconfig-common libdbd-mysql-perl libdbi-perl libhtml-template-perl libmysqlclient18 libpq5 libterm-readkey-perl mtx mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common postfix postgresql-client postgresql-client-9.3 postgresql-client-common ssl-cert The dependencies for bacula-server include: Depends: bacula-director-mysql (>= 5.2.6+dfsg-9.1ubuntu3) | bacula- director, bacula-sd (>= 5.2.6+dfsg-9.1ubuntu3), bacula-sd-mysql (>= 5.2.6+dfsg-9.1ubuntu3) | bacula-sd-tools It appears bacula-sd-tools is a virtual package: Package bacula-sd-tools is a virtual package provided by: bacula-sd-sqlite3 5.2.6+dfsg-9.1ubuntu3 bacula-sd-pgsql 5.2.6+dfsg-9.1ubuntu3 bacula-sd-mysql 5.2.6+dfsg-9.1ubuntu3 At a best attempt, libdbd-mysql-perl comes in: $ sudo apt-get install bacula-server bacula-common-pgsql bacula-sd-pgsql The following NEW packages will be installed: bacula-common bacula-common-pgsql bacula-director-common bacula-director-pgsql bacula-fd bacula-sd bacula-sd-pgsql bacula-server bsd-mailx dbconfig-common libdbd-mysql-perl libdbi-perl libhtml-template-perl libmysqlclient18 libpq5 libterm-readkey-perl mtx mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common postfix postgresql-client postgresql-client-9.3 postgresql-client-common ssl-cert ** Affects: bacula (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/1349415 Title: bacula always installs mysql support To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1349415/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1201847] [NEW] 13.04 ProFTPd 1.3.4a 'ShowSymlinks off' fails to follow symlinks
Public bug reported: setting 'ShowSymlinks off' in proftpd.conf and connecting with Filezilla et al only shows 'not a regular file' type files for symlinks. With chroot(), relative symlinks targeted inside the chroot should work, and 'ShowSymlinks off' should display such links as directories. For example, a session chroot() to '/home/jason' should follow '/home/jason/foo/bar -> ../baz' to '/home/jason/baz', and with 'ShowSymlinks off' it should just descend into '/home/jason/foo/baz' and display the directory's contents. Instead of descending into the directory with 'ShowSymlinks off', it incorrectly shows the symlink as a file of type 'l', even for a valid symlink that doesn't point up out of the current root in any component. Without chroot(), symlinks are shown as files of type 'l' regardless of ShowSymlinks. All valid symlinks, relative and absolute, should behave as described above. Description:Ubuntu 13.04 Release:13.04 ** Affects: proftpd-dfsg (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/1201847 Title: 13.04 ProFTPd 1.3.4a 'ShowSymlinks off' fails to follow symlinks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/proftpd-dfsg/+bug/1201847/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1105411] Re: apache2 default conf file contains Listen directive
I think I'm completely wrong on this, my fault for doing this completely from memory without verifying that it actually works. The problem is more of Apache's completely unexpected behavior: it listens on whatever port you tell it. You have only a virtual host on *:1080? Listen 80, it comes up and listens on 80, does not serve your site. You have multiple virtual hosts on one port, and multiple others on other ports? You can't have multiple Listen directives on the same port, Apache won't start. The same information is in two places and it doesn't have to make sense. I should have actually checked before I filed this invalid report; the actual issue I want to report is something completely different and upstream. On Fri, Jan 25, 2013 at 4:22 PM, Bug Watch Updater < 1105...@bugs.launchpad.net> wrote: > ** Changed in: apache2 (Debian) >Status: Unknown => New > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1105411 > > Title: > apache2 default conf file contains Listen directive > > To manage notifications about this bug go to: > > https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1105411/+subscriptions > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1105411 Title: apache2 default conf file contains Listen directive To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1105411/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1105411] [NEW] apache2 default conf file contains Listen directive
Public bug reported: The default Apache 2 config file /etc/apache2/ports.conf contains a Listen directive. This directive is extraneous and unnecessary: The default configuration includes a VirtualHost that listens on Port 80. SSL configurations listen on Port 443. Removing the global Listen directives does not change this behavior; however if the default site is removed or moved to another port, Apache continues to listen on that port. For example, if Apache listens on Port 80 and you change the default site to listen on port 1080, Apache will listen on Port 80 and Port 1080 due to the Listen directive in ports.conf. By removing or commenting the Listen directive, Apache will no longer listen on Port 80 if no VirtualHost exists that specifies Port 80. This reduces the number of open ports, and leaves Port 80 open for other applications. Leaving the Listen directive in ports.conf as-is is not particularly harmful; it does however lead to minor, momentary confusion or excessive open ports when unfamiliar users configure Apache in exotic ways. As it is unnecessary, it should be disabled. ** Affects: apache2 (Ubuntu) Importance: Low 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/1105411 Title: apache2 default conf file contains Listen directive To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1105411/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1102496] Re: mysql-proxy 0.8.1 segfaults
** Bug watch added: Red Hat Bugzilla #902457 https://bugzilla.redhat.com/show_bug.cgi?id=902457 ** Also affects: mysql-proxy (CentOS) via https://bugzilla.redhat.com/show_bug.cgi?id=902457 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1102496 Title: mysql-proxy 0.8.1 segfaults To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-proxy/+bug/1102496/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1102496] [NEW] mysql-proxy 0.8.1 segfaults
Public bug reported: Tested this on Ubuntu 12.10 x86_64 mysql-proxy 0.8.1-1.1build1 experiences a segfault under any load or after a few minutes of running idle (it is very fragile). I am getting the same occurrence with current EPEL (0.8.2-1.el6), although it seems to hold up for several seconds under mysqlslap. This tells me there is probably a bug in upstream mysql-proxy. The segfault occurs somewhere in libmysql-proxy.so.0.0.0. mysql-proxy is the only useful way to do command splitting in a database cluster such that a single MySQL port served on 3306 on a single server will send non-transactional SELECT (read) statements to one server/port and all other statements to another server/port. With the two back-ends being haproxy with load balancing (for read) and fail-over (for write), this allows for spreading database reads across a high-availability cluster, while keeping writes directed at a single active master which fails over transparently. Without mysql-proxy, only simple fail-over is possible. This directs all load to a single server and does not scale. It is notable mysql-proxy is in Universe, so the above explanation of functionality does not elevate it above critical main packages. ** Affects: mysql-proxy (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/1102496 Title: mysql-proxy 0.8.1 segfaults To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-proxy/+bug/1102496/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1093934] Re: puppetmaster-passenger fails to run
Version: 2.7.18-1ubuntu1 Current in Ubuntu 12.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1093934 Title: puppetmaster-passenger fails to run To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1093934/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1093934] [NEW] puppetmaster-passenger fails to run
Public bug reported: Upon installing puppetmaster-passenger (and disabling puppetmaster if it's running on 8140), attempting to connect with Puppet garners an error. This happens even from a clean install. It is safe, however, to install puppetmaster and make it work, and then shut down the puppetmaster server and install puppetmaster-passenger--the configuration will transfer. Utilizing the packages available from the below, the error does not happen. These are of a newer version; however they serve to illustrate the "expected result" case. http://docs.puppetlabs.com/guides/puppetlabs_package_repositories.html Instead, the attached output occurs. Notable "cannot load such file -- facter" ** Affects: puppet (Ubuntu) Importance: Undecided Status: New ** Attachment added: "Output from 'puppet agent --test'" https://bugs.launchpad.net/bugs/1093934/+attachment/3468588/+files/puppet_agent_test.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1093934 Title: puppetmaster-passenger fails to run To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1093934/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1009952] Re: Update to IO::Socket::SSL breaks sendEmail
Confirmed. I had to fix this as well, SSLv23:!SSLv2 makes it work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1009952 Title: Update to IO::Socket::SSL breaks sendEmail To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sendemail/+bug/1009952/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1042194] [NEW] MTP + Nautilus fails with a lot of files on device
Public bug reported: Nautilus mounts a device using MTP through gnome-vfs with I assume libmtp. This includes newer Google Android devices like the Galaxy Nexus. It seems that when the Galaxy Nexus (my test device) has too many files, it simply times out. The solution is to plug the device into Windows, remove some files, then go back to Linux and it will (barely) work. My guess is it's just building a complete hierarchical structure first, then returning a pointer: gnome-vfs can't know what's happening, and must guess the library is hanging. MTP isn't a file system but rather an arbitrary object collection; objects can have parent objects, so the whole thing has to be read first before doing anything useful (you can't locate the "root" of the "filesystem" without reading every node; and then you just display everything without a parent). In any case it takes too long, and decides it can't find anything in there. ** Affects: libmtp (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/1042194 Title: MTP + Nautilus fails with a lot of files on device To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libmtp/+bug/1042194/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 296480] Re: jigdo-lite uses ubuntu mirrors when downloading debian iso
This is essentially the reverse of #64743 The major bug here is that Jigdo is unaware of what it's looking for: it was created with the assumption of downloading Debian CDs from Debian mirrors, and isn't aware of a local cache of a mirror set or a remote copy of that mirror set. Essentially, Jigdo knows there's mirror information in /usr/share/jigdo /debian-mirrors.jigdo as an absolute fact. On Ubuntu, we predict that the Ubuntu alternatives CDs will be downloaded with Jigdo if anything, and thus that file has Ubuntu mirrors. Jigdo doesn't know or care of any of this. If we leave Debian mirrors there, it breaks on Ubuntu CDs; Ubuntu mirrors, breaks on Debian CDs; try to use Jigdo for anything else and it fails. The fix is to have Jigdo look for a mirror file referenced by the .jigdo, which is currently not a feature. Then of course you must get Debian to use it, or guess if the file is 'debian-*.jigdo' then use the Debian mirror list. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/296480 Title: jigdo-lite uses ubuntu mirrors when downloading debian iso To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/jigdo/+bug/296480/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 296480] Re: jigdo-lite uses ubuntu mirrors when downloading debian iso
** Changed in: jigdo (Ubuntu) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/296480 Title: jigdo-lite uses ubuntu mirrors when downloading debian iso To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/jigdo/+bug/296480/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 94494] Re: [needs-packaging] Songbird
Definitely want this. -- [needs-packaging] Songbird https://bugs.launchpad.net/bugs/94494 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 278485] Re: If Ubuntu is connected to more than one network (e.g. GSM and wireless) but only GSM has internet access, OS is unable to access internet. NM version 0.7.
... because network-manager segfaluts. ok. -- If Ubuntu is connected to more than one network (e.g. GSM and wireless) but only GSM has internet access, OS is unable to access internet. NM version 0.7. https://bugs.launchpad.net/bugs/278485 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 278485] Re: If Ubuntu is connected to more than one network (e.g. GSM and wireless) but only GSM has internet access, OS is unable to access internet. NM version 0.7.
Plugging in a physical etherenet cable kills internet. Checking all those funny boxes you mentioned for the eth* connection does nothing, it still gets used as default route over wireless. ** Changed in: network-manager (Ubuntu) Status: Fix Released => New -- If Ubuntu is connected to more than one network (e.g. GSM and wireless) but only GSM has internet access, OS is unable to access internet. NM version 0.7. https://bugs.launchpad.net/bugs/278485 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 258155] Re: apt-get update causes "WEB-MISC Invalid HTTP Version String" warning in Snort
The problem here is Apt sends the following user agent: User-Agent: Ubuntu APT-HTTP/1.3 (0.7.20.2ubuntu6) Snort is (correctly) asking the question: WTF is HTTP/1.3? The signature may need to verify the HTTP/X line is immediately preceding the first newline, rather than slopped somewhere else. That being said, I don't understand what apt is conveying here... -- apt-get update causes "WEB-MISC Invalid HTTP Version String" warning in Snort https://bugs.launchpad.net/bugs/258155 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 429466] [NEW] prelude-manager files not readable by prelude (permissions)
Public bug reported: Binary package hint: prelude-manager As per bug #91559, installing prelude-manager does not automatically create the prelude-manager prelude user. In the 0.9.14.1-1 prelude-manager package in Ubuntu 9.04, the UID and GID must be specified as the system UID and GID of the prelude user and group (rather than both as 0, as noted in #91559). After doing this manually with prelude-admin, prelude still fails to start. It cannot read the prelude-manager analyzerid file, in /etc/prelude/profiles/prelude-manager/ The reason for this failure is prelude runs as prelude:prelude; however, the entire /etc/prelude/ tree is owned by root:root and mode rwXr-Xr-X (755 for directories, 744 for files). The fix for this is to change ownership to root:prelude for the entire tree. It may also be necessary to change permissions to rwXrwXr-X (775 for directories, 774 for files). Because of this entire situation, creation of the prelude-manager user (as per workaround in bug #91559) doesn't get prelude running, and completely confuses some users (i.e. me) who aren't expecting a second problem. ** Affects: prelude-manager (Ubuntu) Importance: Undecided Status: New -- prelude-manager files not readable by prelude (permissions) https://bugs.launchpad.net/bugs/429466 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 288173] Re: Hang while accessing CF device
It no longer exists in latest 9.04, sorry I hadn't seen this before. FIX RELEASED. -- Hang while accessing CF device https://bugs.launchpad.net/bugs/288173 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 402767] Re: multisearch CSE breaks l18n+setfocus+images+cached+I'm feeling lucky functionality and "violates user trust"
This is a stupid argument. I've read about half of it. Let me summarize: 1. People are shocked at new functionality. Because it breaks old functionality. This happens, this is a legitimate complaint; however, stop being psycho about it. 2. People are shocked at the concept of having data collected. This is a legitimate argument for data collected about them; however, the data being collected here IS ABOUT SOFTWARE. How did a user get to here? Not how did Alex get here, but how did A USER get here? More importantly, 6,000 searches were performed; how many used the start page, how many went to Google.com, how many used the Google search bar? People are complaining that data is being collected from them, but not about them. Meanwhile, in the log files for Google, every search you've ever sent shows up with your IP address; they don't analyze it (maybe, maybe they do), but they collect it in far more detail than you care to complain about. 3. People are even more shocked that Ubuntu may garner revenue from some method the user isn't informed about. Why not be shocked that the tiles at the airport are piezoelectric generators that collect electricity as you walk? How dare they! Seriously, people, what the hell is your problem? Please explain exactly what threat there is here. What huge violation of your rights is occurring when data you send out across a network winds up on somebody's servers? Especially when said data is concerned with WHAT you did and not WHO did it, and thus the software discards anything that has anything to do with anything other than what part of the screen was clicked (i.e. your IP, your user name, where the hell you came from, etc)? I read this entire thread as "FIGHT THE POWAH MAN! STICK IT TO THE MAN! MAKING MONEY IS BAD! KNOWING ANYTHING ABOUT YOUR USERS IS BAD!" Translation: You are a bunch of rabid hippies. -- multisearch CSE breaks l18n+setfocus+images+cached+I'm feeling lucky functionality and "violates user trust" https://bugs.launchpad.net/bugs/402767 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 408153] Re: "Send an email" alarm option grayed out
** Changed in: evolution (Ubuntu) Status: Incomplete => New -- "Send an email" alarm option grayed out https://bugs.launchpad.net/bugs/408153 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 408153] Re: "Send an email" alarm option grayed out
It's reproducible. 1. Create an event in the Evolution calendar 2. Double-click the event to go through the details. 3. Hit "Alarms" 4. Add an alarm. 5. The alarm has a drop-down list for "Play a sound" "Display an alert" etc... one of these is "Send an email" Notice that that last option is grayed. I can send e-mail from evolution, just not automatically by alarm. This is a VERY useful feature because you can e-mail switchbo...@provider and have a cell phone ring or a blackberry go off (effectively adding SMS capabilities to Evolution). Latest version of Ubuntu, all updates. This is a very old issue, here's a thread from 2004 about it: http://ubuntuforums.org/showthread.php?t=27812 Apparently nobody ever filed a bug, so here's a bug. -- "Send an email" alarm option grayed out https://bugs.launchpad.net/bugs/408153 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 408153] [NEW] "Send an email" alarm option grayed out
Public bug reported: Binary package hint: evolution The "Send an email" alarm option is grayed out in Evolution. So when an alarm goes off, I can't send an e-mail automatically. ** Affects: evolution (Ubuntu) Importance: Undecided Status: New -- "Send an email" alarm option grayed out https://bugs.launchpad.net/bugs/408153 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 182927] Re: Update FreeMind to 0.9.0 beta 15
Thirded, fourthed, wthatever. -- Update FreeMind to 0.9.0 beta 15 https://bugs.launchpad.net/bugs/182927 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 333141] Re: Pidgin is lonely
** Attachment added: "Pidgin_lonely.png" http://launchpadlibrarian.net/22993962/pidgin_lonely.png -- Pidgin is lonely https://bugs.launchpad.net/bugs/333141 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 333141] [NEW] Pidgin is lonely
Public bug reported: At some point I noticed an icon in my task bar showing some kind of hook-up being disconnected. Curious, I hovered my mouse over it, hoping for a tooltip. The tooltip I got appears in the attached screen shot. It seems to me that Pidgin is very lonely due to the loss of its girlfriend. This is sad. Please find Pidgin another girlfriend so it can hook up again and resume its happy chatting, and stop displaying depressing tooltips to me. Open source IM clients need love too. ** Affects: pidgin (Ubuntu) Importance: Undecided Status: New -- Pidgin is lonely https://bugs.launchpad.net/bugs/333141 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 310740] [NEW] Add support for the Amazon.com Store to Rhythmbox
Public bug reported: Binary package hint: rhythmbox Add support for buying MP3 and physical music from the Amazon.com store via a plug-in similar to Jamendo and Magnatune. This is a link to Gnome Bug #565393 ** Affects: rhythmbox Importance: Unknown Status: Unknown ** Affects: rhythmbox (Ubuntu) Importance: Undecided Status: New ** Bug watch added: GNOME Bug Tracker #565393 http://bugzilla.gnome.org/show_bug.cgi?id=565393 ** Also affects: rhythmbox via http://bugzilla.gnome.org/show_bug.cgi?id=565393 Importance: Unknown Status: Unknown -- Add support for the Amazon.com Store to Rhythmbox https://bugs.launchpad.net/bugs/310740 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 35810] Re: transcoding of ogg to mp3 or aac for ipod nano fails
Sebastian: The transcoded mp3 files will often play almost all the way through. Iron Maiden: Hallowed Be Thy Name gets into the final solo several minutes in before dying, for example. I'll check out MAGNatune and Jamendo and see if I can find something that's already free for distribution, and reproduce the problem. Failing that, I can get you an affected copy of Injection (which I have seen fail), or Bricks (which is shorter, thus a smaller file) if it displays the same error. I'd rather not upload either of these publicly; last I checked, fair use allows certain things to be distributed and examined/altered for interoperability, but I don't think the law or common sense would fall in favor of putting up a file for uncontrolled general public distribution -- transcoding of ogg to mp3 or aac for ipod nano fails https://bugs.launchpad.net/bugs/35810 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 35810] Re: transcoding of ogg to mp3 or aac for ipod nano fails
I am having this problem with gtkpod as well, transcoding ogg to mp3 via lame. Also, I have added FLAC files to my ipod; they transcode properly. ** Changed in: banshee (Ubuntu) Status: Invalid => Incomplete -- transcoding of ogg to mp3 or aac for ipod nano fails https://bugs.launchpad.net/bugs/35810 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 288173] Re: Hang while accessing CF device
fdisk strace (stdout was empty) ** Attachment added: "fdisk-strace-stderr.log" http://launchpadlibrarian.net/1182/fdisk-strace-stderr.log -- Hang while accessing CF device https://bugs.launchpad.net/bugs/288173 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 288173] Re: Hang while accessing CF device
lsusb -vv ** Attachment added: "lsusb-vv.log" http://launchpadlibrarian.net/1164/lsusb-vv.log -- Hang while accessing CF device https://bugs.launchpad.net/bugs/288173 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 288173] Re: Hang while accessing CF device
lspci -vvnn ** Attachment added: "lspci-vvnn.log" http://launchpadlibrarian.net/1157/lspci-vvnn.log -- Hang while accessing CF device https://bugs.launchpad.net/bugs/288173 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 288173] Re: Hang while accessing CF device
dmesg.log (though you already have a copy of dmesg, this one's from this boot) ** Attachment added: "dmesg.log" http://launchpadlibrarian.net/1143/dmesg.log -- Hang while accessing CF device https://bugs.launchpad.net/bugs/288173 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 288173] Re: Hang while accessing CF device
version ** Attachment added: "version.log" http://launchpadlibrarian.net/1136/version.log -- Hang while accessing CF device https://bugs.launchpad.net/bugs/288173 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 288173] Re: Hang while accessing CF device
uname -a ** Attachment added: "uname-a.log" http://launchpadlibrarian.net/1128/uname-a.log -- Hang while accessing CF device https://bugs.launchpad.net/bugs/288173 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 288173] Re: Hang while accessing CF device
just theprocess ssoorry i'm drunk just the process -- Hang while accessing CF device https://bugs.launchpad.net/bugs/288173 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 288173] Re: Booting is slow (3:30) in 8.10 Intrepid
Yep. I plugged the device straight into another machine with 8.04 on it, pulled the pictures to a 4.1GB USB flash drive, and used that to get them on this PC. Before upgrading to 8.10 beta, the device did work on this PC (the same day, even). This suggests the issue may be a kernel issue; yet the kernel can clearly read the partition table and understand the device. Why it utterly refuses to read it on behalf of userspace is beyond me. -- Booting is slow (3:30) in 8.10 Intrepid https://bugs.launchpad.net/bugs/288173 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 288173] Re: Booting is slow (3:30) in 8.10 Intrepid
/var/log/dmesg ** Attachment added: "/var/log/dmesg" http://launchpadlibrarian.net/18863652/dmesg -- Booting is slow (3:30) in 8.10 Intrepid https://bugs.launchpad.net/bugs/288173 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 288173] Re: Booting is slow (3:30) in 8.10 Intrepid
/var/log/udev ** Attachment added: "/var/log/udev" http://launchpadlibrarian.net/18863636/udev -- Booting is slow (3:30) in 8.10 Intrepid https://bugs.launchpad.net/bugs/288173 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 288173] Re: Booting is slow (3:30) in 8.10 Intrepid
Someone (Keybuk) recommended I kill off udevadm because it shouldn't still be running. I can't get a flash reader to work; everything but the /dev entry shows up when I plug it in (dmesg, /sys/block/sdc/); seems to be the same issue. [EMAIL PROTECTED]:~$ ps -e|grep ud 3003 ?00:00:01 udevd 3009 ?00:00:00 udevadm 15251 ?00:04:15 pulseaudio [EMAIL PROTECTED]:~$ sudo kill 3009 [EMAIL PROTECTED]:~$ ps -e|grep ud 3003 ?00:00:01 udevd 15251 ?00:04:15 pulseaudio [EMAIL PROTECTED]:~$ uptime 11:32:39 up 1 day, 1:05, 5 users, load average: 3.97, 3.60, 3.26 -- Booting is slow (3:30) in 8.10 Intrepid https://bugs.launchpad.net/bugs/288173 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 288173] Re: Booting is slow (3:30) in 8.10 Intrepid
** Attachment added: "Bootchart output" http://launchpadlibrarian.net/18819746/intrepid-20081023-1.png -- Booting is slow (3:30) in 8.10 Intrepid https://bugs.launchpad.net/bugs/288173 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 288173] [NEW] Booting is slow (3:30) in 8.10 Intrepid
Public bug reported: In Ubuntu 8.10 Intrepid, the boot sequence hangs for ages at "Loading Hardware Drivers". Running x86-64 here. Here is a bootchart log. The immediate preceding boot put 'profile' on the kernel command line. ** Affects: ubuntu Importance: Undecided Status: New -- Booting is slow (3:30) in 8.10 Intrepid https://bugs.launchpad.net/bugs/288173 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 271222] [NEW] Rhythmbox and Sound Juicer use low FLAC compression
Public bug reported: Binary package hint: sound-juicer Sound juicer and Rhytmbox can extract CDs to FLAC. Toying with a file, I found these outputs: Original as ripped by Rhythmbox: -rw--- 1 bluefox bluefox 14145212 2008-09-17 02:45 01 - Track 1.flac re-encoded with `flac --best`: -rw--- 1 bluefox bluefox 6947973 2008-09-17 02:45 01 - Track 1.best.flac Notice that the re-encode used half the space. As this is lossless, this should be default. Configuring this is not practical, as it uses a confusing, manually-built pipeline string: audio/x-raw-int,rate=44100,channels=2 ! flacenc name=enc I'm not sure what to add to tell gstreamer to use libflac's best compression level, nor will any normal user. ** Affects: sound-juicer (Ubuntu) Importance: Undecided Status: New -- Rhythmbox and Sound Juicer use low FLAC compression https://bugs.launchpad.net/bugs/271222 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 182489] Re: Atheros wireless (AR5007) not working on ASUS Eee PC
It seems the fashionable way to handle this would be to get OpenHAL working with EeePC and package ath5k with Ubuntu. http://madwifi.org/wiki/About/OpenHAL Of course that involves developer work and REing, but it would be the best way. -- Atheros wireless (AR5007) not working on ASUS Eee PC https://bugs.launchpad.net/bugs/182489 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 246036] [NEW] Port the Awesome Bar to Epiphany
Public bug reported: Binary package hint: epiphany-browser Port the Firefox 3 awesome bar to Epiphany. ** Affects: epiphany-browser Importance: Unknown Status: Unknown ** Affects: epiphany-browser (Ubuntu) Importance: Undecided Status: New ** Bug watch added: GNOME Bug Tracker #541782 http://bugzilla.gnome.org/show_bug.cgi?id=541782 ** Also affects: epiphany-browser via http://bugzilla.gnome.org/show_bug.cgi?id=541782 Importance: Unknown Status: Unknown -- Port the Awesome Bar to Epiphany https://bugs.launchpad.net/bugs/246036 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 212440] Re: audacity crashed with SIGSEGV (play track after stereo to mono)
Confirmed and [EMAIL PROTECTED] me off. 32 and 64 bit. -- audacity crashed with SIGSEGV (play track after stereo to mono) https://bugs.launchpad.net/bugs/212440 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 245930] [NEW] audacity doesn't open flac
Public bug reported: Binary package hint: audacity Audacity does not import FLAC files; it purports to, but just opens as a blank file. Worked in 7.10, but with backports broke before 8.04 was out. In 8.04 it is still broken as of the time of this report. ** Affects: audacity (Ubuntu) Importance: Undecided Status: New -- audacity doesn't open flac https://bugs.launchpad.net/bugs/245930 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 245924] [NEW] Rhythmbox tracks stats on paths, not songs
Public bug reported: Binary package hint: rhythmbox Rhythmbox tracks stats on paths, not songs. If I insert a CD and play a song that I have a FLAC of, and it can identify them based on Musicbrainz checks or noticing the CD is in my library, it should treat plays of that track of the CD as plays of that file, and mark the play count and rating appropriately. Play count and rating should also follow a file if it moves, perhaps by SHA1 sum and musicbrainz data. I am not sure the implications of this re tagging, or inserting a CD and doing a musicbrainz check... everything in here requires some kind of fast lookup cache of such data, probably on an on-disk hash table (i.e. indexed database like sqlite). ** Affects: rhythmbox (Ubuntu) Importance: Undecided Status: New -- Rhythmbox tracks stats on paths, not songs https://bugs.launchpad.net/bugs/245924 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 219848] Re: rhythmbox freezes after playing for an hour or more and locks all sound until reboot
Here is an strace of this exact issue. It goes into an EAGAIN loop on read(3) at the end, when read(3) is some sort of socket. As an added insult, pidgin immediately ran wild to 700MB memory usage before I could killall -9 it (it wasn't taking sigterm), as a reaction to me killing pulseaudio to try and see if that's the issue and I can work around it. /etc/init.d/pulseaudio restart doesn't do squat. With pulseaudio DEAD, however, it fixes the issue. ** Attachment added: "strace of rhythmbox" http://launchpadlibrarian.net/15806728/srhy -- rhythmbox freezes after playing for an hour or more and locks all sound until reboot https://bugs.launchpad.net/bugs/219848 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 241944] [NEW] Evolution calendar entry for recurrent events is irritating
Public bug reported: Binary package hint: evolution When you enter recurrent events, you can set them to recur every day, week, etc. for a set time. Say you have class 10am-12:25pm, M, W, and F. You have two options: A) Enter three separate events. Recur each up to the last date of the class. B) Enter one event. Recur it each day to the last date of the class. Add tons of exceptions. In the case of (A), if you change the alarm setting or anything else, you have to do it thrice. In the case of (B), you have work cut out for you. Perhaps "Recur on these days MTWRFSU"? ** Affects: evolution (Ubuntu) Importance: Undecided Status: New -- Evolution calendar entry for recurrent events is irritating https://bugs.launchpad.net/bugs/241944 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 186696] [NEW] Rendering issues in Evince
Public bug reported: Binary package hint: evince Rendering issues in Evince as per GNOME bug #512612, which has an example document attached. ** Affects: evince Importance: Unknown Status: Unknown ** Affects: evince (Ubuntu) Importance: Undecided Status: New ** Bug watch added: GNOME Bug Tracker #512612 http://bugzilla.gnome.org/show_bug.cgi?id=512612 ** Also affects: evince via http://bugzilla.gnome.org/show_bug.cgi?id=512612 Importance: Unknown Status: Unknown -- Rendering issues in Evince https://bugs.launchpad.net/bugs/186696 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 107545] Re: CPU Scaling too aggressive
[EMAIL PROTECTED]:~$ cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold 31 Yes it's still an issue. My laptop stays at 1.6 or 2.0GHz just because I'm typing in Firefox or someone sent me a gmail message and the title in the tab is flashing. Setting the above keeps me low, except when aggressively switching desktops (causing a lot of screen redraws) or encoding something or doing something else that actually pushes the CPU. -- CPU Scaling too aggressive https://bugs.launchpad.net/bugs/107545 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 162207] Package request: system-config-authentication
Public bug reported: Please package system-config-authentication for Hardy. This may require some tweaking and porting to Debian-based systems. system-config-authentication comes from Fedora/RHEL/CentOS, and can quickly configure a workstation to authenticate via ActiveDirectory domain and Kerberos. This would make an excellent addition to Hardy, as it would open the doors for domain-authenticated workstations and servers. ** Affects: ubuntu Importance: Undecided Status: New -- Package request: system-config-authentication https://bugs.launchpad.net/bugs/162207 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 160959] Package request: Apache Geronimo
Public bug reported: Please package Apache Geronimo for Hardy. Please at a minimum include a meta-package for geronimo-tomcat; if possible, package jetty and provide geronimo-jetty as well. RATIONALE: Geronimo supplies a full, enterprise-grade configuration console to manage a full J2EE platform with Tomcat or Jetty at the core. Homepage: http://geronimo.apache.org/ ** Affects: ubuntu Importance: Undecided Status: New -- Package request: Apache Geronimo https://bugs.launchpad.net/bugs/160959 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 159565] libapache2-mod-geoip does not load
Public bug reported: Binary package hint: libapache2-mod-geoip apache2: Syntax error on line 188 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/geoip.load: API module structure `geoip_module' in file /usr/lib/apache2/modules/mod_geoip.so is garbled - perhaps this is not an Apache module DSO? Apparently this does not load in Feisty. ** Affects: libapache2-mod-geoip (Ubuntu) Importance: Undecided Status: New -- libapache2-mod-geoip does not load https://bugs.launchpad.net/bugs/159565 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 155761] gnash does not run etrade cash optimizer
Public bug reported: Binary package hint: gnash x86-64 Ubuntu Gutsy release, gnash 0.8.1 Does not run the www.etrade.com cash optimizer. You need to have an Etrade bank account to see this unfortunately (no, you can't use mine). I'll keep an eye on this; it might get fixed as consequence to fixing other stuff. ** Affects: gnash (Ubuntu) Importance: Undecided Status: New -- gnash does not run etrade cash optimizer https://bugs.launchpad.net/bugs/155761 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 155412] gnash handles some videos poorly
http://finance.google.com/finance?client=ig&q=NOVL Does not work on 64-bit Ubuntu with Gnash. Youtube videos also black out after the first playback. The time marker gets covered by an incorrectly placed volume adjuster. -- gnash plays SML 3 video poorly https://bugs.launchpad.net/bugs/155412 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 155412] gnash plays SML 3 video poorly
Public bug reported: http://www.newgrounds.com/portal/view/263112 This plays poorly in Gnash on 64-bit Ubuntu ** Affects: gnash (Ubuntu) Importance: Undecided Status: New ** Changed in: gnash (Ubuntu) Sourcepackagename: None => gnash -- gnash plays SML 3 video poorly https://bugs.launchpad.net/bugs/155412 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 155329] Massive, meaningless updates
Public bug reported: Binary package hint: dpkg Bug #153132 brought this to my attention. I use Ubuntu. Bug #153132 covers a menial splash screen change in openoffice.org-kde, a package I don't have since I don't use Kubuntu. Other packages in the openoffice.org series got a simple rebuild from the updating of openoffice.org-kde. Although nothing changed (according to the changelog), I still had to update the entire openoffice.org series. My understanding indicates this patch did not affect me at all on the source code and toolchain flag/version level; but rather, only users of openoffice.org-kde, and only via the openoffice.org-kde package. I spent a good deal of bandwidth applying a non-update. Users on slow links may not enjoy this so much, not when 200MB of updates have to come down a 128K ISDN line because a file in a 200KB package got updated. I suspect without toolchain or header file changes, updates would only affect a limited number of files in a limited set of packages generated by a build. Why does dpkg not support a patch process that can generate patch debs based on binary comparison (whole files, not binary patching; though binary patching might improve things further when one line of code gets a change)? ** Affects: dpkg (Ubuntu) Importance: Undecided Status: New -- Massive, meaningless updates https://bugs.launchpad.net/bugs/155329 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 151653] Re: iptables firewall script
PROBLEM: When starting Ubuntu, there is no firewall configuration. If you create one (i.e. by using iptables), when you reboot it's gone. You can install all kinds of tools (mostly GUI) to manage the firewall; but they have their own issues, like having a learning curve on top of iptables or just abstracting it too far away and not writing effective rules (i.e. no stateful firewalling, no rate limiting, no logging). SOLUTION: The attached script allows a user to store the firewall configuration via '/etc/init.d/iptables save' so that whenever this script starts (i.e. on system boot) the firewall configuration gets reloaded. It has no companion GUI configuration; other packages exist for GUI configuration. This script will however allow the easy management of the firewall on servers with no X environment, where a user would otherwise have to write their own. ** Changed in: ubuntu Status: Incomplete => New -- iptables firewall script https://bugs.launchpad.net/bugs/151653 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