[Bug 1788659] Re: network manager assigns ethernet default route metric of 20100

2018-10-23 Thread Josh Hill
I eventually figured out that's what was happening. However, the
connectivity check is not working correctly. In my case, there is indeed
ethernet connectivity, despite it thinking that there isn't. It will
assign the network "penalty" metric even when ethernet has been
connected for 30+ minutes, so something is causing it to incorrectly
fail the connectivity check. If I override the metric manually, it works
and uses ethernet, so there is not a problem with the connection.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788659

Title:
  network manager assigns ethernet default route metric of 20100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1788659/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788659] [NEW] network manager assigns ethernet default route metric of 20100

2018-08-23 Thread Josh Hill
Public bug reported:

After upgrading from 16.04 to 18.04, when I boot with an ethernet cable
connected, Ubuntu prefers to use the wifi interface over the ethernet
interface. Wifi is assigned the normal metric of 600 for both of its
routing table entries. However ethernet is assigned a metric of 20100.

I edited the connection details via nmcli to manually set the ethernet
metric to 100. After a reboot, the link route (for the LAN subnet)
correctly has a metric of 100. But the default route for eth0 is still
20100.

nm-applet shows the wifi icon, correctly indicating that the default
route is over wifi rather than ethernet. The only fix is to manually set
the route after every reboot, or turn off wifi. This is a regression
from 16.04.

network-manager 1.10.6-2ubuntu1

** Affects: network-manager (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/1788659

Title:
  network manager assigns ethernet default route metric of 20100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1788659/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1574120] Re: Notebook doesn't suspend when lid is closed after update to 16.04

2018-08-20 Thread Josh Hill
One other note, it appears that gsd-power might be blocking the suspend:

josh@josh-ThinkPad-T460 ~ systemd-inhibit
 Who: gdm (UID 147/gdm, PID 3040/gsd-power)
What: sleep
 Why: GNOME needs to lock the screen
Mode: delay

 Who: NetworkManager (UID 0/root, PID 1524/NetworkManager)
What: sleep
 Why: NetworkManager needs to turn off networks
Mode: delay

 Who: josh (UID 1000/josh, PID 20754/gsd-power)
What: sleep
 Why: GNOME needs to lock the screen
Mode: delay

 Who: gdm (UID 147/gdm, PID 3037/gsd-media-keys)
What: sleep
 Why: GNOME handling keypresses
Mode: delay

 Who: Telepathy (UID 1000/josh, PID 4930/mission-control)
What: shutdown:sleep
 Why: Disconnecting IM accounts before suspend/shutdown...
Mode: delay

 Who: josh (UID 1000/josh, PID 20754/gsd-power)
What: handle-lid-switch
 Why: Multiple displays attached
Mode: block

 Who: gdm (UID 147/gdm, PID 3040/gsd-power)
What: handle-lid-switch
 Why: Multiple displays attached
Mode: block

 Who: gdm (UID 147/gdm, PID 3037/gsd-media-keys)
What: handle-power-key:handle-suspend-key:handle-hibernate-key
 Why: GNOME handling keypresses
Mode: block

 Who: josh (UID 1000/josh, PID 20741/gsd-media-keys)
What: handle-power-key:handle-suspend-key:handle-hibernate-key
 Why: GNOME handling keypresses
Mode: block

 Who: UPower (UID 0/root, PID 2813/upowerd)
What: sleep
 Why: Pause device polling
Mode: delay

 Who: ModemManager (UID 0/root, PID 1466/ModemManager)
What: sleep
 Why: ModemManager needs to reset devices
Mode: delay

 Who: josh (UID 1000/josh, PID 20741/gsd-media-keys)
What: sleep
 Why: GNOME handling keypresses
Mode: delay

 Who: GNOME Shell (UID 1000/josh, PID 20651/gnome-shell)
What: sleep
 Why: GNOME needs to lock the screen
Mode: delay

13 inhibitors listed.

And this related bug https://github.com/systemd/systemd/issues/7137


In the gnome power settings, on 16.04 there was a toggle to have it perform 
suspend with the lid closed while docked or while an external monitor was 
connected. That option is now gone. 

** Bug watch added: github.com/systemd/systemd/issues #7137
   https://github.com/systemd/systemd/issues/7137

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1574120

Title:
  Notebook doesn't suspend when lid is closed after update to 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1574120/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1722286] Re: Same action is forced for lid-close on AC and lid-close on battery

2018-08-20 Thread Josh Hill
Can you modify this script so that it works when an external monitor is
connected or the laptop is docked? gsd overrides logind, and prevents
the computer from suspending in these cases.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1722286

Title:
  Same action is forced for lid-close on AC and lid-close on battery

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1722286/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1574120] Re: Notebook doesn't suspend when lid is closed after update to 16.04

2018-08-20 Thread Josh Hill
I'm experiencing this issue after upgrading from 16.04 to 18.04 on a
Thinkpad T460p.

I have set the following in /etc/systemd/logind.conf and restarted
systemd-logind.service (which logged me out of my session)

HandleSuspendKey=suspend
HandleHibernateKey=suspend
HandleLidSwitch=suspend
HandleLidSwitchDocked=suspend

journalctl shows "systemd-logind[20403]: Lid closed." when I close the
lid, but it does not take any action other than my external monitor
shutting off briefly before turning back on. pm-utils is installed.
There's nothing else in the system logs related to suspend, and the
power light on the laptop lid does not start pulsing like it used to do
when it began to suspend. So the lid closed event is not triggering it
to attempt to suspend, despite the correct logind configuration.

My laptop is in a docking station and also has an external monitor
connected.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1574120

Title:
  Notebook doesn't suspend when lid is closed after update to 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1574120/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1454306] Re: apt-btrfs-snapshot supported reports "Sorry, your system lacks support for the snapshot feature" since update of btrfs-tools to 4.0-2 in debian/testing

2016-07-13 Thread Josh Hill
Can someone please tell me where the updated package is uploaded? It
doesn't appear to be in xenial-proposed yet.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1454306

Title:
  apt-btrfs-snapshot supported reports "Sorry, your system lacks support
  for the snapshot feature" since update of btrfs-tools to 4.0-2  in
  debian/testing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-btrfs-snapshot/+bug/1454306/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1449005] Re: trim does not work with Samsung 840 EVO after firmware update (EXT0DB6Q)

2015-05-14 Thread Josh Hill
I'm currently recompiling the 3.16 kernel with ATA_HORKAGE_NO_NCQ_TRIM
added for the the 840 EVO, derived from this patch:
https://launchpadlibrarian.net/205494465/0001-libata-Disable-native-
queued-TRIM-support-Reason-fw-.patch

I'll report back on if it actually works. However, it seems that
ATA_HORKAGE_ZERO_AFTER_TRIM isn't defined in the 3.16 kernel (it may not
appear until 3.19?). What does it do? Is it necessary for 3.16?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1449005

Title:
  trim does not work with Samsung 840 EVO after firmware update
  (EXT0DB6Q)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fstrim/+bug/1449005/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1455014] [NEW] package linux-lts-vivid-tools-common (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/perf', which is also in package linux-tools-common 3.13.0-52.86

2015-05-14 Thread Josh Hill
Public bug reported:

Tried installing package, but it failed:
E: 
/var/cache/apt/archives/linux-lts-vivid-tools-common_3.19.0-17.17~14.04.1_all.deb:
 trying to overwrite '/usr/bin/perf', which is also in package 
linux-tools-common 3.13.0-52.86


Description:Ubuntu 14.04.2 LTS
Release:14.04

2:44:57 josh@josh-ThinkPad-T430 ~ apt-cache policy  linux-lts-vivid-tools-common
linux-lts-vivid-tools-common:
  Installed: (none)
  Candidate: 3.19.0-17.17~14.04.1
  Version table:
 3.19.0-17.17~14.04.1 0
400 http://us.archive.ubuntu.com/ubuntu/ trusty-proposed/main amd64 
Packages
400 http://ppa.launchpad.net/canonical-kernel-team/ppa/ubuntu/ 
trusty/main amd64 Packages

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: linux-lts-vivid-tools-common (not installed)
ProcVersionSignature: Ubuntu 3.16.0-37.51~14.04.1-generic 3.16.7-ckt9
Uname: Linux 3.16.0-37-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
Date: Thu May 14 02:41:56 2015
DuplicateSignature: package:linux-lts-vivid-tools-common:(not installed):trying 
to overwrite '/usr/bin/perf', which is also in package linux-tools-common 
3.13.0-52.86
ErrorMessage: trying to overwrite '/usr/bin/perf', which is also in package 
linux-tools-common 3.13.0-52.86
InstallationDate: Installed on 2012-07-18 (1030 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: linux-lts-vivid
Title: package linux-lts-vivid-tools-common (not installed) failed to 
install/upgrade: trying to overwrite '/usr/bin/perf', which is also in package 
linux-tools-common 3.13.0-52.86
UpgradeStatus: Upgraded to trusty on 2014-05-03 (375 days ago)

** Affects: linux-lts-vivid (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package package-conflict trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1455014

Title:
  package linux-lts-vivid-tools-common (not installed) failed to
  install/upgrade: trying to overwrite '/usr/bin/perf', which is also in
  package linux-tools-common 3.13.0-52.86

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-lts-vivid/+bug/1455014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1449005] Re: trim does not work with Samsung 840 EVO after firmware update (EXT0DB6Q)

2015-05-11 Thread Josh Hill
What performance issues (if any) would be encountered as a result of
disabling NCQ? It appears it has more of an impact on HDDs than SSDs?

I'm guessing there's no boot flag that can just disable queued TRIM but
leave NCQ enabled for everything else?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1449005

Title:
  trim does not work with Samsung 840 EVO after firmware update
  (EXT0DB6Q)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fstrim/+bug/1449005/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 763148] Re: Adding/Removing an external monitor causes open windows to move to another workspace

2014-09-02 Thread Josh Hill
This bug is still affecting me on Trusty, version
1:0.9.11.2+14.04.20140714-0ubuntu1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/763148

Title:
  Adding/Removing an external monitor causes open windows to move to
  another workspace

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/763148/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1305335] Re: nautilus fails to copy to ecryptfs Private folder on btrfs - all files 0 bytes

2014-07-16 Thread Josh Hill
I just stumbled across this bug as well. Only noticed because I wasn't
get thumbnails of an image I had just copied into my Private directory.
I even tried using cp from the command line, so it's not a nautilus bug.
Unfortunately I have no idea which (if any) files I lost as a result of
this (I switched to btrfs over a month ago).

Unmounting and re-mounting the Private directory causes the files to
show up, even after deleting (I added the file, saw it was corrupted,
deleted it, unmounted, remounted, and it was there). It wasn't 0 bytes,
so there was data there. However it was still corrupt, and the md5sum
differed from the original.

I immediately copied everything out of my Private directory into a new
directory. Everything went OK except for the corrupted file. It gave me
input/output errors (on the original and the copies in .Trash), so I can
only hope that the rest of the data is not corrupt.

This is a VERY serious bug causing data loss with no warning to the user
that it's happening.

** Also affects: ecryptfs
   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/1305335

Title:
  nautilus fails to copy to ecryptfs Private folder on btrfs - all files
  0 bytes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ecryptfs/+bug/1305335/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1085706] Re: pam_ecryptfs: seteuid error

2014-06-17 Thread Josh Hill
I can confirm this is still happening on Ubuntu 14.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1085706

Title:
  pam_ecryptfs: seteuid error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ecryptfs/+bug/1085706/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315741] [NEW] After upgrading from 12.04 to 14.04, network manager puts 127.0.0.1 instead of 127.0.1.1 in resolv.conf

2014-05-03 Thread Josh Hill
Public bug reported:

I upgraded from 12.04 to 14.04 and found that I had no DNS. After a
little searching I noticed that dnsmasq, as started by Network Manager,
was listening on 127.0.1.1, yet /etc/resolv.conf was being auto-
populated with 127.0.0.1, so DNS lookups were failing.

Manually adding 127.0.1.1 to /etc/resolv.conf lets DNS work until the
network state changes, then it gets overwritten again with 127.0.0.1.

I've worked around the issue by adding nameserver 127.0.1.1 to
/etc/resolvconf/resolv.conf.d/head and restarting network-manager.
Something left over from 12.04 is apparently still causing 127.0.0.1 to
be written instead of 127.0.1.1.

** Affects: resolvconf (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/1315741

Title:
  After upgrading from 12.04 to 14.04, network manager puts 127.0.0.1
  instead of 127.0.1.1 in resolv.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1315741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315741] Re: After upgrading from 12.04 to 14.04, network manager puts 127.0.0.1 instead of 127.0.1.1 in resolv.conf

2014-05-03 Thread Josh Hill
Yes, it's in /run/resolvconf/interface/lo.dnsmasq

I deleted the file and restarted network-manager and resolv.conf is
generated correctly.

Weird that it completely ignored the other file in that directory,
/run/resolvconf/interface/NetworkManager, which had the correct
nameserver line but was never added into resolv.conf.

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315741

Title:
  After upgrading from 12.04 to 14.04, network manager puts 127.0.0.1
  instead of 127.0.1.1 in resolv.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1315741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1315741] Re: After upgrading from 12.04 to 14.04, network manager puts 127.0.0.1 instead of 127.0.1.1 in resolv.conf

2014-05-03 Thread Josh Hill
I don't remember having installed or setup the standalone dnsmasq daemon
in the past. The dnsmasq package isn't installed (dnsmasq-base and
dnsmasq-utils are though), yet it does appear that /etc/init.d/dnsmasq
exists and does register 127.0.0.1 with resolvconf.

In /etc/default/dnsmasq it has ENABLED=1. Will changing this to
ENABLED=0 disable the standalone dnsmasq and prevent it from registering
127.0.0.1 in the future? Or should I change it in /etc/init.d/dnsmasq
instead? Or is there a better way to make sure it's disabled?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315741

Title:
  After upgrading from 12.04 to 14.04, network manager puts 127.0.0.1
  instead of 127.0.1.1 in resolv.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1315741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1279484] [NEW] Hard hangs with Intel 82579LM NIC

2014-02-12 Thread Josh Hill
Public bug reported:

I've actually been experiencing this bug since 12.04 first came out, and
it has persisted as I updated to each of the point releases (both kernel
and Xorg). I've narrowed the issue down to the Intel 82579LM ethernet
card.

What happens is that my system will seemingly randomly lock up.
Sometimes it will be idling with the screen off, other times I will be
in the middle of something and it just freezes. It responds to SysRq
commands (ie, I can reboot it), but nothing else.

It will always happen within 2-3 days of booting (often less) if I boot
with the ethernet cable disconnected (and network manager seems to think
it's plugged in and keeps trying to connect over and over until I
manually tell it to stop, even though this bug was supposedly fixed in
the 3.8 kernel). Sometimes it will lock up within 30 minutes of booting.

If on the other hand I boot while ethernet is plugged in, then it's
typically (but not always) much longer before it locks up, but it will
eventually still lock up within 2 weeks. I have had it lock up within 15
minutes after booting while on AC with ethernet plugged in the whole
time

The lockup doesn't seem to be dependent on the ethernet state at the
time; it has locked up both while ethernet is plugged in and
disconnected, and while on AC and battery. It's more dependent on
whether the system was booted with ethernet connected or not.

I've tried rmmod-ing e1000e after booting with the cable disconnected
and not modprobing it until ethernet is connected again, but I still get
weird ethernet related issues (like network manager repeatedly trying to
connect even when the cable is unplugged) and it locks up shortly
thereafter.

There is nothing in the logs after this happens. I've looked countless
times, even being sure to sync and unmount partitions using the SysRq
commands before rebooting.

There was one time where it went 1.5 months without locking up (on the
3.11 kernel, which does seem to trigger this less often than 3.8), and
this was after a fresh boot with ethernet connected, then I went out of
town for 1.5 months and was on wifi only. It was stable and didn't lock
up at all during this time. While this is only 1 data point, it seems to
indicate that there's something about connecting and disconnecting
ethernet that may trigger it.

I'm wondering if the NIC gets into some inconsistent state or something
that eventually triggers a bug and a hard hang?

My system is a Thinkpad T430 with integrated graphics only. I typically
connect and disconnect both AC and ethernet 2-3 times a day.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.11.0-15-generic 3.11.0-15.25~precise1
ProcVersionSignature: Ubuntu 3.11.0-15.25~precise1-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.11.0-15-generic.
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: ALC3202 Analog [ALC3202 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  josh   5678 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xf253 irq 48'
   Mixer name   : 'Intel PantherPoint HDMI'
   Components   : 'HDA:10ec0269,17aa21f3,00100203 
HDA:80862806,80860101,0010'
   Controls  : 50
   Simple ctrls  : 17
Card4.Amixer.info:
 Card hw:4 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
   Mixer name   : 'ThinkPad EC (unknown)'
   Components   : ''
   Controls  : 1
   Simple ctrls  : 1
Card4.Amixer.values:
 Simple mixer control 'Console',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [off]
Date: Wed Feb 12 11:13:54 2014
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=1ed523ec-9bfe-4a5c-870b-a464fdc60d58
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MachineType: LENOVO 2342CTO
MarkForUpload: True
ProcEnviron:
 LC_CTYPE=en_US.UTF-8
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/usr/bin/zsh
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-15-generic 
root=/dev/mapper/lvm-root ro quiet splash i915.i915_enable_rc6=1 
i915.i915_enable_fbc=1 intel_iommu=on
RelatedPackageVersions:
 linux-restricted-modules-3.11.0-15-generic N/A
 linux-backports-modules-3.11.0-15-generic  N/A
 linux-firmware 1.79.9
SourcePackage: linux-lts-saucy
UpgradeStatus: No upgrade log present (probably fresh install)
UserAsoundrc:
 pcm.btheadset {
type bluetooth
device 00:1D:82:76:3F:32
profile auto
 }
dmi.bios.date: 03/08/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: G1ET93WW (2.53 )
dmi.board.asset.tag: Not Available
dmi.board.name: 2342CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10

[Bug 1004775] Re: NetworkManager restarts dnsmasq and adds host route on every IPv6 route lookup

2012-12-10 Thread Josh Hill
I'm still having the issue with 0.9.4.0-0ubuntu4.2~mtrudel7 in precise.
I've also checked the box to have network manager ignore automatically
obtained routes but it doesn't help. I even tried using the network-
manager package in precise-proposed (0.9.4.0-0ubuntu4.2), and it also
still has the issue.

It happens pretty regularly with 0.9.4.0-0ubuntu4.2~mtrudel7. It happens
exactly every 20 or 30 minutes (sometimes it's exactly 20 minutes, other
times it's exactly 30 minutes). This could just be related to when the
IPv6 announce timing is though.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/1004775

Title:
  NetworkManager restarts dnsmasq and adds host route on every IPv6
  route lookup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1004775/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1004775] Re: NetworkManager restarts dnsmasq and adds host route on every IPv6 route lookup

2012-12-10 Thread Josh Hill
I'm still having the issue with 0.9.4.0-0ubuntu4.2~mtrudel7 in precise.
I've also checked the box to have network manager ignore automatically
obtained routes but it doesn't help. I even tried using the network-
manager package in precise-proposed (0.9.4.0-0ubuntu4.2), and it also
still has the issue.

It happens pretty regularly with 0.9.4.0-0ubuntu4.2~mtrudel7. It happens
exactly every 20 or 30 minutes (sometimes it's exactly 20 minutes, other
times it's exactly 30 minutes). This could just be related to when the
IPv6 announce timing is though.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004775

Title:
  NetworkManager restarts dnsmasq and adds host route on every IPv6
  route lookup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1004775/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1010724] Re: NM fails to start dnsmasq such that it listens on ::1

2012-07-27 Thread Josh Hill
So there's really no way to just change the listen-address parameter for
the NetworkManager started dnsmasq? I feel like it has to be in a script
somewhere, but so far I've been unable to find the script that
NetworkManager uses to start dnsmasq. This is a really annoying bug, as
it introduces a noticeable lag whenever a  record has to be
resolved, and breaks  resolution for some things.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1010724

Title:
  NM fails to start dnsmasq such that it listens on ::1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1010724/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 391628] Re: Everything gets swapped out after resume from suspend using fglrx drivers

2011-01-06 Thread Josh Hill
I made 2 changes to my system, and the problem has disappeared. I'm not
sure which one it was, since I made them both at the same time. I
increased the amount of physical memory in my laptop from 4GB to 8GB.
Then, to try to solve a different issue I was having where the system
would randomly hang with a purple screen with vertical white lines, I
disabled a power saving AGP feature in the BIOS. I haven't had a system
hang or everything swap out to disk since, and this was about 2 weeks
ago.

It seems less likely that the fix was due to increasing the physical
memory. I would close out every application before suspending, and I
would still get the issue after 2-3 suspend/resume cycles. Before
suspending, free -m would show 2+GB of free physical memory, and some
other memory was just being used as cache, but there was never any swap
usage. So I'm leaning toward it being fixed by the BIOS change.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/391628

Title:
  Everything gets swapped out after resume from suspend using fglrx drivers

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 630748] Re: iwlagn degrades quickly during normal wifi session

2010-10-21 Thread Josh Hill
Is there a reason why the firmware from Lucid can't be used, since it
didn't have this problem?

-- 
iwlagn degrades quickly during normal wifi session
https://bugs.launchpad.net/bugs/630748
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 579552] [NEW] printer config doesn't load if application font size is 8

2010-05-12 Thread Josh Hill
Public bug reported:

Binary package hint: system-config-printer

I use DejaVu Sans Book as my font for everything (as configured via the
Appearance panel). When the font size for Application Font is the
default of 10, then the printer config loads fine. However, once I
change the font size to 8, the printer config panel fails to load. When
this happens, there is a python process that consumes 100% CPU but never
does anything. This is repeatable. I have to change the font size back
to 10 every time I want to configure a printer.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: system-config-printer-gnome 1.2.0+20100408-0ubuntu5.2
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
CupsErrorLog:
 E [12/May/2010:12:20:17 -0400] Unable to remove temporary file 
/var/spool/cups/tmp/.fontconfig - Is a directory
 E [12/May/2010:12:20:17 -0400] Unable to remove temporary file 
/var/spool/cups/tmp/.hplip - Is a directory
Date: Wed May 12 12:32:11 2010
EcryptfsInUse: Yes
MachineType: LENOVO 2764CTO
PackageArchitecture: all
Papersize: letter
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic 
root=UUID=da58e28c-3c42-44e4-8dad-261b34086fc1 ro acpi_osi=Linux quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: system-config-printer
dmi.bios.date: 11/26/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 7UET81WW (3.11 )
dmi.board.name: 2764CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7UET81WW(3.11):bd11/26/2009:svnLENOVO:pn2764CTO:pvrThinkPadT400:rvnLENOVO:rn2764CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2764CTO
dmi.product.version: ThinkPad T400
dmi.sys.vendor: LENOVO

** Affects: system-config-printer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
printer config doesn't load if application font size is 8
https://bugs.launchpad.net/bugs/579552
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 579552] Re: printer config doesn't load if application font size is 8

2010-05-12 Thread Josh Hill

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/48339495/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/48339496/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/48339497/Dependencies.txt

** Attachment added: Locale.txt
   http://launchpadlibrarian.net/48339498/Locale.txt

** Attachment added: Lpstat.txt
   http://launchpadlibrarian.net/48339499/Lpstat.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/48339500/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/48339501/Lsusb.txt

** Attachment added: PpdFiles.txt
   http://launchpadlibrarian.net/48339502/PpdFiles.txt

** Attachment added: PrintingPackages.txt
   http://launchpadlibrarian.net/48339503/PrintingPackages.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/48339504/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/48339505/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/48339506/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/48339508/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/48339509/UdevLog.txt

-- 
printer config doesn't load if application font size is 8
https://bugs.launchpad.net/bugs/579552
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 579552] Re: printer config doesn't load if application font size is 8

2010-05-12 Thread Josh Hill
j...@josh-thinkpad:~$ system-config-printer --debug
Connected as user josh
refresh
Created subscription 256
monitor.Monitor instance at 0x2eeaa70: printers and jobs lists provided
update_jobs
monitor.Monitor instance at 0x2eeaa70: +statereason.StateReason 
(REPORT,Phaser_6130N,media-low-report)
Authentication pass: 1
Authentication: password callback set
Authentication pass: 1
Authentication: password callback set
Authentication pass: 1
Authentication: password callback set


It just hangs after that, and top shows the python process using 100% CPU.

-- 
printer config doesn't load if application font size is 8
https://bugs.launchpad.net/bugs/579552
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 343625] Re: [jaunty] system-config-printer new python hangs with 100% CPU

2010-05-10 Thread Josh Hill
After upgrading to Lucid, this bug appeared. I can't open system-config-
printer. When I do, a python process appears which just uses 100% CPU. A
window never appears. I tried removing the gconf file, but that didn't
fix it. CUPS is accessible via the web interface. Running system-config-
printer --debug gives the same output that Stan had.

-- 
[jaunty] system-config-printer  new python hangs with 100% CPU
https://bugs.launchpad.net/bugs/343625
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 391628] Re: Everything gets swapped out after resume from suspend using fglrx drivers

2010-05-08 Thread Josh Hill
I can confirm it still happens in Lucid with Catalyst 10.4. Running on a
Thinkpad T400, ATI Mobility Radeon HD 3400.

-- 
Everything gets swapped out after resume from suspend using fglrx drivers
https://bugs.launchpad.net/bugs/391628
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 384304] Re: devicekit-power fails to realize I'm on battery after AC disconnect

2010-01-28 Thread Josh Hill
With the version of libdevkit-power-gobject1 in the karmic repository
now, I can get it to recognize it's on battery after unplugging and
replugging the AC several times. However, when I use the package in
Javier Martín's PPA or the version in karmic-proposed, it completely
breaks and no matter what I do I can't get it to recognize that it's on
battery.

-- 
devicekit-power fails to realize I'm on battery after AC disconnect
https://bugs.launchpad.net/bugs/384304
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 490152] Re: screen doesn't dim when switching to battery

2010-01-17 Thread Josh Hill
Yes, devkit-power shows that it's not on battery when it is in fact on
battery. Attached is the output of devkit-power -d and lshal -m

** Attachment added: lshal.log.txt
   http://launchpadlibrarian.net/38007304/lshal.log.txt

-- 
screen doesn't dim when switching to battery
https://bugs.launchpad.net/bugs/490152
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 490152] Re: screen doesn't dim when switching to battery

2010-01-17 Thread Josh Hill

** Attachment added: devkit-power.log.txt
   http://launchpadlibrarian.net/38007314/devkit-power.log.txt

-- 
screen doesn't dim when switching to battery
https://bugs.launchpad.net/bugs/490152
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 498845] [NEW] resume takes a long time (several minutes)

2009-12-20 Thread Josh Hill
Public bug reported:

Binary package hint: pm-utils

Suspend and resume usually works OK after a fresh boot, but after the
computer is used for a a few hours or a program that consumes a lot of
memory was used and closed (such as a virtual machine), resuming starts
taking several minutes. The first time it happens it might only take
1-2 minutes to resume. The next time it will be 2-4 minutes. During this
time the hard drive is thrashing constantly. Before suspending, I have
no swap used, and after resuming there is usually at least 1GB of swap
used. It appears that the system swaps everything out to disk upon
resume. Thinkpad T400 with 4GB of RAM. It's been doing this since I
installed Karmic.

I found the following in dmesg from during the suspend process:

[109727.259644] PM: Entering mem sleep
[109727.259656] Suspending console(s) (use no_console_suspend to debug)
[109727.533577] hdaps: setting ec_rate=0, filter_order=1
[109727.550106] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[109727.550225] sd 0:0:0:0: [sda] Stopping disk
[109728.941560] ACPI handle has no context!
[109728.941565] sdhci-pci :15:00.2: PME# disabled
[109728.941572] sdhci-pci :15:00.2: PCI INT C disabled
[109728.941578] ACPI handle has no context!
[109728.965149] ACPI handle has no context!
[109729.000102] [fglrx] Power down the ASIC .
[109729.000199] [fglrx] Preparing suspend fglrx in kernel.
[109729.001665] pm-suspend: page allocation failure. order:10, mode:0x4020
[109729.001667] Pid: 6236, comm: pm-suspend Tainted: PWC 
2.6.31-17-generic #54-Ubuntu
[109729.001669] Call Trace:
[109729.001676]  [810e091c] __alloc_pages_slowpath+0x4cc/0x4e0
[109729.001678]  [810e0a7e] __alloc_pages_nodemask+0x14e/0x150
[109729.001681]  [8110cf82] alloc_pages_current+0x82/0xd0
[109729.001683]  [810dfa69] __get_free_pages+0x9/0x50
[109729.001686]  [811163b5] __kmalloc+0x125/0x1d0
[109729.001736]  [a00c1cf8] ? KCL_MEM_AllocAtomic+0x18/0x20 [fglrx]
[109729.001757]  [a00c254e] KCL_MEM_SmallBufferAllocAtomic+0xe/0x10 
[fglrx]
[109729.001780]  [a00d1f89] firegl_save_fb+0x49/0x180 [fglrx]
[109729.001804]  [a00d1330] ? firegl_pm_save_framebuffer+0x1f0/0x270 
[fglrx]
[109729.001828]  [a00d3bd3] ? firegl_cail_powerdown+0xb3/0x1c0 [fglrx]
[109729.001847]  [a00be0f2] ? fglrx_pci_suspend+0x82/0x140 [fglrx]
[109729.001851]  [8128e9b5] ? pci_legacy_suspend+0x45/0xe0
[109729.001853]  [8128f325] ? pci_pm_suspend+0xd5/0x130
[109729.001856]  [8132550a] ? pm_op+0x13a/0x180
[109729.001858]  [81325b4a] ? device_suspend+0xda/0x140
[109729.001860]  [81325c76] ? dpm_suspend+0xc6/0x140
[109729.001862]  [81325d12] ? dpm_suspend_start+0x22/0x30
[109729.001865]  [8109331c] ? suspend_devices_and_enter+0x5c/0xe0
[109729.001867]  [81093478] ? enter_state+0xd8/0x110
[109729.001869]  [81092a32] ? state_store+0x92/0x100
[109729.001872]  [812747c7] ? kobj_attr_store+0x17/0x20
[109729.001875]  [81184dc0] ? sysfs_write_file+0xe0/0x160
[109729.001877]  [8111f3b8] ? vfs_write+0xb8/0x1a0
[109729.001880]  [8152c7b4] ? do_page_fault+0x194/0x370
[109729.001882]  [8111fe6c] ? sys_write+0x4c/0x80
[109729.001885]  [81012002] ? system_call_fastpath+0x16/0x1b
[109729.001886] Mem-Info:
[109729.001887] Node 0 DMA per-cpu:
[109729.001889] CPU0: hi:0, btch:   1 usd:   0
[109729.001890] CPU1: hi:0, btch:   1 usd:   0
[109729.001891] Node 0 DMA32 per-cpu:
[109729.001893] CPU0: hi:  186, btch:  31 usd:  65
[109729.001894] CPU1: hi:  186, btch:  31 usd:  98
[109729.001895] Node 0 Normal per-cpu:
[109729.001896] CPU0: hi:  186, btch:  31 usd: 100
[109729.001898] CPU1: hi:  186, btch:  31 usd: 158
[109729.001900] Active_anon:190818 active_file:208996 inactive_anon:131055
[109729.001901]  inactive_file:193625 unevictable:0 dirty:2 writeback:0 
unstable:0
[109729.001901]  free:95157 slab:59243 mapped:26824 pagetables:9369 bounce:0
[109729.001902] Node 0 DMA free:15900kB min:28kB low:32kB high:40kB 
active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB 
unevictable:0kB present:15332kB pages_scanned:0 all_unreclaimable? no
[109729.001906] lowmem_reserve[]: 0 2991 3938 3938
[109729.001908] Node 0 DMA32 free:362408kB min:6088kB low:7608kB high:9132kB 
active_anon:661908kB inactive_anon:392280kB active_file:685024kB 
inactive_file:620668kB unevictable:0kB present:3063428kB pages_scanned:0 
all_unreclaimable? no
[109729.001911] lowmem_reserve[]: 0 0 946 946
[109729.001913] Node 0 Normal free:2320kB min:1924kB low:2404kB high:2884kB 
active_anon:101364kB inactive_anon:131940kB active_file:150960kB 
inactive_file:153832kB unevictable:0kB present:969600kB pages_scanned:0 
all_unreclaimable? no
[109729.001916] lowmem_reserve[]: 0 0 0 0
[109729.001918] Node 0 DMA: 3*4kB 4*8kB 3*16kB 4*32kB 3*64kB 1*128kB 2*256kB 
1*512kB 2*1024kB 2*2048kB 2*4096kB = 15900kB

[Bug 498845] Re: resume takes a long time (several minutes)

2009-12-20 Thread Josh Hill

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/36997476/Dependencies.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/36997477/XsessionErrors.txt

-- 
resume takes a long time (several minutes)
https://bugs.launchpad.net/bugs/498845
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 490152] Re: screen doesn't dim when switching to battery

2009-11-29 Thread Josh Hill

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/36241876/Dependencies.txt

** Attachment added: DevkitPower.txt
   http://launchpadlibrarian.net/36241877/DevkitPower.txt

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/36241878/GConfNonDefault.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/36241879/XsessionErrors.txt

** Attachment added: gnome-power-bugreport.txt
   http://launchpadlibrarian.net/36241880/gnome-power-bugreport.txt

-- 
screen doesn't dim when switching to battery
https://bugs.launchpad.net/bugs/490152
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 490152] [NEW] screen doesn't dim when switching to battery

2009-11-29 Thread Josh Hill
Public bug reported:

Binary package hint: gnome-power-manager

The screen will never dim the first time I switch from AC to battery,
and none of the other battery specific power settings are applied, even
though a notification appears saying that it has switched to battery and
the amount of time remaining. If I plug the AC back in and unplug again
several times, it eventually takes and the screen dims and the
settings apply. Sometimes 3 cycles are enough, sometimes it takes up to
10; there doesn't seem to be a pattern. There is never a problem going
from battery back to AC. This is on a Thinkpad T400.

ProblemType: Bug
Architecture: amd64
Date: Sun Nov 29 17:01:53 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: fglrx
Package: gnome-power-manager 2.28.1-0ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: gnome-power-manager
Uname: Linux 2.6.31-15-generic x86_64

** Affects: gnome-power-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
screen doesn't dim when switching to battery
https://bugs.launchpad.net/bugs/490152
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 406515] Re: [Karmic beta] Brightness fn keys lost functionality (Lenovo 3000 N200)

2009-10-25 Thread Josh Hill
Works for me on a Thinkpad T400 on karmic. Upgraded from jaunty last
night. When I installed jaunty, I followed these directions, so maybe
something I did there is making it work now (specifically the kernel
boot option to enable the mute key):
http://www.thinkwiki.org/wiki/Install_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400

-- 
[Karmic beta] Brightness fn keys lost functionality (Lenovo 3000 N200)
https://bugs.launchpad.net/bugs/406515
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 439191] Re: gnome-panel clock appears in bold for dust themes

2009-10-24 Thread Josh Hill
Just upgraded from jaunty to karmic, and the dust theme still has the
bold text. Is there some way to switch it back?

-- 
gnome-panel clock appears in bold for dust themes
https://bugs.launchpad.net/bugs/439191
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 323622] Re: iwlagn causes kernel panic on 802.11n wifi

2009-10-11 Thread Josh Hill
I'm also having this issue. New laptop, and it seems to happen
specifically when I resume from suspend, and it auto connects to an N
network at school. It only happens after resuming, and not every time.
It happens almost as soon as it establishes a connection to the network.
I have linux-backports-modules-jaunty installed.

I'm not sure if this is related or not, but I also get this message every few 
minutes, which started appearing after I installed the backports:
wlan0: beacon loss from AP 8801384c7ac0 - sending probe request

-- 
iwlagn causes kernel panic on 802.11n wifi
https://bugs.launchpad.net/bugs/323622
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 226906] Re: Hard lock when module e1000 in use

2009-06-15 Thread Josh Hill
I'm still having this issue on Jaunty (9.04). Under a heavier network
load, the system hangs within a few minutes. Wireless is fine.

-- 
Hard lock when module e1000 in use
https://bugs.launchpad.net/bugs/226906
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 187335] Re: Unlock button throws an error, doesn't authenticate

2009-03-14 Thread Josh Hill
I believe this is a dbus issue, and it went away when I increased the
number of connections allowed by dbus. To do this, create the file
/etc/dbus-1/system-local.conf and add to it:

!DOCTYPE busconfig PUBLIC
 -//freedesktop//DTD D-BUS Bus Configuration 1.0//EN
 http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd;
busconfig
 limit name=max_connections_per_user256/limit
/busconfig

Save and restart.

-- 
Unlock button throws an error, doesn't authenticate
https://bugs.launchpad.net/bugs/187335
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 241485] Re: VLC, Mplayer, totem hang system

2008-06-23 Thread Josh Hill
The latest update seems to have fixed the problem.

-- 
VLC, Mplayer,  totem hang system
https://bugs.launchpad.net/bugs/241485
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 235522] Re: When playing videos (avi/mpeg/etc) media player crashes and freezes system

2008-06-19 Thread Josh Hill
I'm also having the same problem. It happens with Totem, VLC, and
MPlayer. It doesn't matter if I play audio or video, the system hangs as
soon as the program is opened. The mouse cursor still moves, but the
system is otherwise unresponsive, even to Ctrl+Alt+Backspace.

This used to happen only once in a while, but now happens consistently
every time since the latest xorg update. I haven't seen it hang if I
disable compiz, so maybe it's an issue with that? I use the intel
(945GM) drivers.

-- 
When playing videos (avi/mpeg/etc) media player crashes and freezes system
https://bugs.launchpad.net/bugs/235522
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 241485] [NEW] VLC, Mplayer, totem hang system

2008-06-19 Thread Josh Hill
Public bug reported:

Binary package hint: xserver-xorg-video-intel

Whenever I try to play a video or music file in VLC, Mplayer, or totem,
the system hangs as soon as it starts to play. The only thing that works
is the mouse. Ctrl+Alt+Backspace doesn't work, and sometimes the audio
continues playing. Sometimes the screen will also go black with vertical
columns of horizontal blue bars or the system fans will go on high.
Since the latest intel update (2:2.2.1-1ubuntu13.4) for hardy/8.04, this
has been happening consistently. Disabling compiz seems to fix the
problem, though I can re-enable compiz as soon as the media file begins
playing and there are no problems.

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
VLC, Mplayer,  totem hang system
https://bugs.launchpad.net/bugs/241485
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 220383] Re: contents of /etc/acpi/suspend.d ignored

2008-05-13 Thread Josh Hill
I'm having the same problem. From other things I have read, it seems
this was intentional, though I don't know why.

-- 
contents of /etc/acpi/suspend.d ignored
https://bugs.launchpad.net/bugs/220383
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 187335] Re: Unlock button throws an error, doesn't authenticate

2008-04-28 Thread Josh Hill
I'm having the same problem. Sometimes when I click unlock, nothing
happens, and sometimes it gives me the error message about an unknown
error occurring. I was already in the admin group, but I added myself to
the polkitusers group and I'm still having the problem.

I'm not sure if it matters, but when I upgraded I had a lot of errors in
dbus but it said it was OK because there was an upgrade in progress.
Then the first boot had a lot of program crashes, but after that
everything seemed fine. So perhaps this could be a dbus issue?

-- 
Unlock button throws an error, doesn't authenticate
https://bugs.launchpad.net/bugs/187335
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 206291] Re: [network-admin] Gtk-WARNING **: Unknown property: GtkComboBox.items

2008-04-28 Thread Josh Hill
I can confirm this bug. I have the exact same problem.

-- 
[network-admin] Gtk-WARNING **: Unknown property: GtkComboBox.items
https://bugs.launchpad.net/bugs/206291
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 205434] [NEW] programs randomly crash in 8.04

2008-03-23 Thread Josh Hill
Public bug reported:

lsb_release -rd
Description:Ubuntu hardy (development branch)
Release:8.04

I don't know the name of the source package, but after a while of using
a program (specifically firefox 3 beta that is included with the beta
version of 8.04), after closing, random programs crash or won't start
without freezing (terminal, firefox again, etc...).  It requires me to
restart my computer.  Sometimes the whole desktop will just freeze as a
result.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
programs randomly crash in 8.04
https://bugs.launchpad.net/bugs/205434
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