[Bug 1654864] Re: weston build with rdp backend

2020-01-07 Thread John Moser
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

[Bug 369575] Re: Why is /usr/share/pam-configs/krb5 specifying minimum_uid= ?

2017-12-21 Thread John Moser
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

[Bug 1739650] [NEW] pam-config for pam_access

2017-12-21 Thread John Moser
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

[Bug 1654777] Re: zram-config control by maximum amount of RAM usage

2017-08-03 Thread John Moser
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

[Bug 1654777] Re: zram-config control by maximum amount of RAM usage

2017-08-03 Thread John Moser
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

[Bug 1676540] Re: Enable secure networking defaults in sysctl.conf

2017-03-27 Thread John Moser
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

[Bug 1676540] Re: Enable secure networking defaults in sysctl.conf

2017-03-27 Thread John Moser
** 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,

[Bug 1676540] [NEW] Enable secure networking defaults in sysctl.conf

2017-03-27 Thread John Moser
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,

[Bug 1654297] Re: Grub fails to update due to imaginary lack of free space

2017-02-03 Thread John Moser
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

[Bug 1654864] Re: weston build with rdp backend

2017-01-08 Thread John Moser
** 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

[Bug 1654864] Re: weston build with rdp backend

2017-01-08 Thread John Moser
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:

[Bug 1654864] Re: weston build with rdp backend

2017-01-08 Thread John Moser
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"

[Bug 1654864] [NEW] weston build with rdp backend

2017-01-08 Thread John Moser
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)

[Bug 220005] Re: xrdp 0.6.1-2 doesn't work via sesman-X11rdp

2017-01-07 Thread John Moser
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

[Bug 1337844] Re: connection to xrdp-server using sessman-x11rdp fails

2017-01-07 Thread John Moser
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.

[Bug 220005] Re: xrdp 0.6.1-2 doesn't work via sesman-X11rdp

2017-01-07 Thread John Moser
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",

[Bug 1654777] Re: zram-config control by maximum amount of RAM usage

2017-01-07 Thread John Moser
** 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.

[Bug 1654777] [NEW] zram-config control by maximum amount of RAM usage

2017-01-07 Thread John Moser
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

[Bug 1654303] [NEW] Ubuntu actively discourages users from filing bugs

2017-01-05 Thread John Moser
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

[Bug 1654297] [NEW] Grub fails to update due to imaginary lack of free space

2017-01-05 Thread John Moser
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

[Bug 1641380] Re: chromium-browser: ERR_CERTIFICATE_TRANSPARENCY_REQUIRED for Symantec certs

2016-12-14 Thread John Moser
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:

[Bug 1649580] Re: Update Monodevelop to 6.1

2016-12-13 Thread John Moser
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

[Bug 1649580] [NEW] Update Monodevelop to 6.1

2016-12-13 Thread John Moser
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,

[Bug 1505805] [NEW] Repeated rebuilding of linux initrd

2015-10-13 Thread John Moser
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

[Bug 1281250] Re: VNC accessible from non-linux machines only with encryption disabled

2015-05-26 Thread John Moser
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.

[Bug 1386931] [NEW] Chromium won't play HTML5 video after 14.04 to 14.10 upgrade

2014-10-28 Thread John Moser
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

[Bug 1386931] Re: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade

2014-10-28 Thread John Moser
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

[Bug 1386931] CRDA.txt

2014-10-28 Thread John Moser
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:

[Bug 1386931] Lspci.txt

2014-10-28 Thread John Moser
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:

[Bug 1386931] BootDmesg.txt

2014-10-28 Thread John Moser
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

[Bug 1386931] Re: Chromium won't play HTML5 video after 14.04 to 14.10 upgrade

2014-10-28 Thread John Moser
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

[Bug 1386931] CurrentDmesg.txt

2014-10-28 Thread John Moser
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

[Bug 1386931] ProcModules.txt

2014-10-28 Thread John Moser
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

[Bug 1386931] PulseList.txt

2014-10-28 Thread John Moser
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

[Bug 1386931] WifiSyslog.txt

2014-10-28 Thread John Moser
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

[Bug 1386931] Lsusb.txt

2014-10-28 Thread John Moser
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:

[Bug 1386931] ProcEnviron.txt

2014-10-28 Thread John Moser
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

[Bug 1386931] ProcCpuinfo.txt

2014-10-28 Thread John Moser
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

[Bug 1386931] ProcInterrupts.txt

2014-10-28 Thread John Moser
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.

[Bug 1386931] UdevDb.txt

2014-10-28 Thread John Moser
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:

[Bug 1386931] UdevLog.txt

2014-10-28 Thread John Moser
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:

[Bug 1349415] [NEW] bacula always installs mysql support

2014-07-28 Thread John Moser
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

[Bug 1349415] [NEW] bacula always installs mysql support

2014-07-28 Thread John Moser
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

[Bug 1201847] [NEW] 13.04 ProFTPd 1.3.4a 'ShowSymlinks off' fails to follow symlinks

2013-07-16 Thread John Moser
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.

[Bug 1105411] [NEW] apache2 default conf file contains Listen directive

2013-01-25 Thread John Moser
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

Re: [Bug 1105411] Re: apache2 default conf file contains Listen directive

2013-01-25 Thread John Moser
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

[Bug 1105411] [NEW] apache2 default conf file contains Listen directive

2013-01-25 Thread John Moser
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

Re: [Bug 1105411] Re: apache2 default conf file contains Listen directive

2013-01-25 Thread John Moser
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

[Bug 1102496] [NEW] mysql-proxy 0.8.1 segfaults

2013-01-21 Thread John Moser
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

[Bug 1102496] Re: mysql-proxy 0.8.1 segfaults

2013-01-21 Thread John Moser
** 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

[Bug 1093934] Re: puppetmaster-passenger fails to run

2013-01-03 Thread John Moser
Version: 2.7.18-1ubuntu1 Current in Ubuntu 12.04 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to puppet in Ubuntu. https://bugs.launchpad.net/bugs/1093934 Title: puppetmaster-passenger fails to run To manage notifications about

[Bug 1093934] Re: puppetmaster-passenger fails to run

2013-01-03 Thread John Moser
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:

[Bug 1093934] [NEW] puppetmaster-passenger fails to run

2012-12-26 Thread John Moser
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

[Bug 1093934] [NEW] puppetmaster-passenger fails to run

2012-12-26 Thread John Moser
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

[Bug 1009952] Re: Update to IO::Socket::SSL breaks sendEmail

2012-10-11 Thread John Moser
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

[Bug 1042194] [NEW] MTP + Nautilus fails with a lot of files on device

2012-08-27 Thread John Moser
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

[Bug 296480] Re: jigdo-lite uses ubuntu mirrors when downloading debian iso

2012-06-07 Thread John Moser
** 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

[Bug 296480] Re: jigdo-lite uses ubuntu mirrors when downloading debian iso

2012-06-07 Thread John Moser
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,

[Bug 94494] Re: [needs-packaging] Songbird

2010-01-19 Thread John Moser
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

[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.

2009-09-30 Thread John Moser
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

[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.

2009-09-30 Thread John Moser
... 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

[Bug 258155] Re: apt-get update causes WEB-MISC Invalid HTTP Version String warning in Snort

2009-09-15 Thread John Moser
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.

[Bug 429466] [NEW] prelude-manager files not readable by prelude (permissions)

2009-09-14 Thread John Moser
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

[Bug 288173] Re: Hang while accessing CF device

2009-08-18 Thread John Moser
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

[Bug 402767] Re: multisearch CSE breaks l18n+setfocus+images+cached+I'm feeling lucky functionality and violates user trust

2009-08-14 Thread John Moser
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

[Bug 408153] Re: Send an email alarm option grayed out

2009-08-08 Thread John Moser
** 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

[Bug 408153] Re: Send an email alarm option grayed out

2009-08-04 Thread John Moser
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

[Bug 408153] [NEW] Send an email alarm option grayed out

2009-08-02 Thread John Moser
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

[Bug 182927] Re: Update FreeMind to 0.9.0 beta 15

2009-04-21 Thread John Moser
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

[Bug 333141] [NEW] Pidgin is lonely

2009-02-22 Thread John Moser
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

[Bug 333141] Re: Pidgin is lonely

2009-02-22 Thread John Moser
** 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

[Bug 310740] [NEW] Add support for the Amazon.com Store to Rhythmbox

2008-12-22 Thread John Moser
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:

[Bug 35810] Re: transcoding of ogg to mp3 or aac for ipod nano fails

2008-12-19 Thread John Moser
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

[Bug 35810] Re: transcoding of ogg to mp3 or aac for ipod nano fails

2008-12-19 Thread John Moser
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,

[Bug 288173] Re: Hang while accessing CF device

2008-10-25 Thread John Moser
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

[Bug 288173] Re: Hang while accessing CF device

2008-10-25 Thread John Moser
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

[Bug 288173] Re: Hang while accessing CF device

2008-10-25 Thread John Moser
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

[Bug 288173] Re: Hang while accessing CF device

2008-10-25 Thread John Moser
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. --

[Bug 288173] Re: Hang while accessing CF device

2008-10-25 Thread John Moser
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

[Bug 288173] Re: Hang while accessing CF device

2008-10-25 Thread John Moser
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,

[Bug 288173] Re: Booting is slow (3:30) in 8.10 Intrepid

2008-10-24 Thread John Moser
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

[Bug 288173] Re: Booting is slow (3:30) in 8.10 Intrepid

2008-10-24 Thread John Moser
/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. --

[Bug 288173] Re: Booting is slow (3:30) in 8.10 Intrepid

2008-10-24 Thread John Moser
/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. --

[Bug 288173] Re: Booting is slow (3:30) in 8.10 Intrepid

2008-10-24 Thread John Moser
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

[Bug 288173] Re: Hang while accessing CF device

2008-10-24 Thread John Moser
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

[Bug 288173] [NEW] Booting is slow (3:30) in 8.10 Intrepid

2008-10-23 Thread John Moser
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

[Bug 288173] Re: Booting is slow (3:30) in 8.10 Intrepid

2008-10-23 Thread John Moser
** 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.

[Bug 271222] [NEW] Rhythmbox and Sound Juicer use low FLAC compression

2008-09-17 Thread John Moser
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`:

[Bug 182489] Re: Atheros wireless (AR5007) not working on ASUS Eee PC

2008-07-10 Thread John Moser
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

[Bug 246036] [NEW] Port the Awesome Bar to Epiphany

2008-07-06 Thread John Moser
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 245924] [NEW] Rhythmbox tracks stats on paths, not songs

2008-07-05 Thread John Moser
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

[Bug 245930] [NEW] audacity doesn't open flac

2008-07-05 Thread John Moser
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)

[Bug 212440] Re: audacity crashed with SIGSEGV (play track after stereo to mono)

2008-07-05 Thread John Moser
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

[Bug 219848] Re: rhythmbox freezes after playing for an hour or more and locks all sound until reboot

2008-07-03 Thread John Moser
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

[Bug 241944] [NEW] Evolution calendar entry for recurrent events is irritating

2008-06-21 Thread John Moser
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

[Bug 186696] [NEW] Rendering issues in Evince

2008-01-28 Thread John Moser
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

[Bug 107545] Re: CPU Scaling too aggressive

2007-12-27 Thread John Moser
[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

[Bug 162207] Package request: system-config-authentication

2007-11-12 Thread John Moser
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

[Bug 160959] Package request: Apache Geronimo

2007-11-08 Thread John Moser
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

[Bug 159565] libapache2-mod-geoip does not load

2007-11-02 Thread John Moser
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

  1   2   3   >