[Bug 1176415] Re: Unable to enable IPv6 Privacy Extensions on eth0

2013-10-24 Thread jbeezo
Still seeing this bug (ie. no automatic file creation in
/etc/NetworkManager/system-connections/) in 13.10 however it has morphed
slightly. After performing a fresh install, the system creates an IPv6
address consisting of the network prefix followed by an arbitrary number
(well...I'm sure there's an algorithm/mechanism for generating it) for
the last octet (eg. 2001:0DB8:DEAD:BEEF::123/128) and proceeds to prefer
this address instead of the Modified EUI-64 address.

After following steps 6-9 above, NetworkManager starts generating and
preferring privacy addresses even though the /128 still lingers.

This is all likely due to the revision bump to 0.9.8.0-0ubuntu22.

It's also worth noting that my router runs a recent trunk build of
OpenWrt utilizing 6relayd.

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

Title:
  Unable to enable IPv6 Privacy Extensions on eth0

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

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


[Bug 1176415] Re: Unable to enable IPv6 Privacy Extensions on eth0

2013-07-16 Thread jbeezo
Still seeing this bug in the latest nightly with NetworkManager version 0.9.8.0.
Steps to reproduce:
1) Boot from LiveCD and Install Ubuntu
2) $ ls /etc/NetworkManager/system-connections/   #notice there are no files
3) $ nmcli c   #record output
4) Reboot
5) Repeat steps 2 and 3  #still no files in the system-connections directory 
and now the UUID for the interface has changed
6) Click Network icon in the top-right menu bar, then "Edit Connections".
7) Select "Wired connection 1" and then click Edit.
8) Click Save then Close
9) Repeat steps 2 and 3   #notice that a config file has now been generated for 
"Wired connection 1"
10) Reboot
11) Repeat steps 2 and 3   #notice that the UUID is now fixed as per the 
auto-generated config file

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

Title:
  Unable to enable IPv6 Privacy Extensions on eth0

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

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


[Bug 1176415] Re: Unable to enable IPv6 Privacy Extensions on eth0

2013-05-13 Thread jbeezo
** Attachment removed: "IpAddr.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1176415/+attachment/3665169/+files/IpAddr.txt

** Attachment removed: "WifiSyslog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1176415/+attachment/3665175/+files/WifiSyslog.txt

** Attachment removed: "NetDevice.eth0.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1176415/+attachment/3665170/+files/NetDevice.eth0.txt

** Attachment removed: "NetDevice.lo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1176415/+attachment/3665171/+files/NetDevice.lo.txt

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

Title:
  Unable to enable IPv6 Privacy Extensions on eth0

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

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


[Bug 1176415] Re: Unable to enable IPv6 Privacy Extensions on eth0

2013-05-07 Thread jbeezo
Confirmed the bug on a fresh VM install.
New users using DHCP with no need to touch the interface settings will have an 
ever changing network UUID (on each network restart or reboot), and IPv6 hosts 
using stateless autoconfiguration will be stuck with a Modified EUI-64 address.

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

Title:
  Unable to enable IPv6 Privacy Extensions on eth0

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

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


[Bug 1176415] Re: Unable to enable IPv6 Privacy Extensions on eth0

2013-05-07 Thread jbeezo
Ah ha!
Initially I was using DHCP and while troubleshooting I noticed there were no 
files in /etc/NetworkManager/system-connections/
I created an arbitrary file called auto-eth0 based on 
http://fedoraproject.org/wiki/Tools/NetworkManager/IPv6 to no avail.

After setting a static IPv4 address using the GUI (System -> Network ->
Options), I noticed a file had been created: "/etc/NetworkManager
/system-connections/Wired connection 1"

Seems there is a problem invoking the creation of this file. A little
finagling is required.

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

Title:
  Unable to enable IPv6 Privacy Extensions on eth0

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

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


[Bug 1176415] [NEW] Unable to enable IPv6 Privacy Extensions on eth0

2013-05-04 Thread jbeezo
Public bug reported:

This is on a fresh install of 13.04. Network Manager keeps defaulting 
net.ipv6.conf.all.use_tempaddr back to 0.  I'm fairly confident this problem 
did not exist in 12.10, but feel free to squash this ticket if it is indeed a 
duplicate of #990011.
Confirmed net.ipv6.conf.all.use_tempaddr is also set to 0 on my laptop running 
13.04. Luckily I use eth1 (wifi in this case) which seems unaffected.

$ ls /proc/sys/net/ipv6/conf/
all  default  eth0  lo

$ cat /proc/sys/net/ipv6/conf/*/use_tempaddr
2
2
0
2

$ sudo sysctl net.ipv6.conf.all.use_tempaddr=0
net.ipv6.conf.all.use_tempaddr = 0

$ cat /proc/sys/net/ipv6/conf/*/use_tempaddr
0
0
0
0

$ sudo sysctl net.ipv6.conf.all.use_tempaddr=2
net.ipv6.conf.all.use_tempaddr = 2

$ cat /proc/sys/net/ipv6/conf/*/use_tempaddr
2
2
0
2

$ sudo sysctl net.ipv6.conf.eth0.use_tempaddr=2
net.ipv6.conf.eth0.use_tempaddr = 2

$ cat /proc/sys/net/ipv6/conf/eth0/use_tempaddr
0

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: network-manager 0.9.8.0-0ubuntu6
ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Date: Sat May  4 12:25:29 2013
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2013-04-27 (7 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
IpRoute:
 default via 192.168.1.1 dev eth0  proto static
 169.254.0.0/16 dev eth0  scope link  metric 1000
 192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.213  metric 1
IwConfig:
 eth0  no wireless extensions.

 lono wireless extensions.
MarkForUpload: True
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
RfKill:

SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-con:
 NAME  UUID   TYPE  
TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH
 Wired connection 1ddad2c33-3c6c-44c6-aa1a-51a13560b698   
802-3-ethernet1367695468   Sat 04 May 2013 12:24:28 PM PDTyes   
no /org/freedesktop/NetworkManager/Settings/0
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH
 eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN
 running 0.9.8.0connected   enabled   enabled 
enabledenabled disabled

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


** Tags: amd64 apport-bug raring

** Description changed:

- Description:  Ubuntu 13.04
- Release:  13.04
- Network Manager: 0.9.8.0-0ubuntu6
- 
  This is on a fresh install of 13.04. Network Manager keeps defaulting 
net.ipv6.conf.all.use_tempaddr back to 0.  I'm fairly confident this problem 
did not exist in 12.10, but feel free to squash this ticket if it is indeed a 
duplicate of #990011.
  Confirmed net.ipv6.conf.all.use_tempaddr is also set to 0 on my laptop 
running 13.04. Luckily I use eth1 (wifi in this case) which seems unaffected.
  
  $ ls /proc/sys/net/ipv6/conf/
  all  default  eth0  lo
  
  $ cat /proc/sys/net/ipv6/conf/*/use_tempaddr
  2
  2
  0
  2
  
  $ sudo sysctl net.ipv6.conf.all.use_tempaddr=0
  net.ipv6.conf.all.use_tempaddr = 0
  
  $ cat /proc/sys/net/ipv6/conf/*/use_tempaddr
  0
  0
  0
  0
  
  $ sudo sysctl net.ipv6.conf.all.use_tempaddr=2
  net.ipv6.conf.all.use_tempaddr = 2
  
  $ cat /proc/sys/net/ipv6/conf/*/use_tempaddr
  2
  2
  0
  2
  
  $ sudo sysctl net.ipv6.conf.eth0.use_tempaddr=2
  net.ipv6.conf.eth0.use_tempaddr = 2
  
  $ cat /proc/sys/net/ipv6/conf/eth0/use_tempaddr
  0
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: network-manager 0.9.8.0-0ubuntu6
  ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Sat May  4 12:25:29 2013
  IfupdownConfig:
-  # interfaces(5) file used by ifup(8) and ifdown(8)
-  auto lo
-  iface lo inet loopback
+  # interfaces(5) file used by ifup(8) and ifdown(8)
+  auto lo
+  iface lo inet loopback
  InstallationDate: Installed on 2013-04-27 (7 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  IpRoute:
-  default via 192.168.1.1 dev eth0  proto static 
-  169.254.0.0/16 dev eth0  scope link  metric 1000 
-  192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.213  metric 
1
+  default via 192.168.1.1 dev eth0  proto static
+  169.254.0.0/16 dev eth0  scope l

[Bug 1066410] Re: lightdm doesn't load correctly on Ubuntu 12.10

2012-10-29 Thread jbeezo
Further to post #24, since I'm already using gnome-shell as my primary DE, the 
workaround (more of an alternative than a workaround) I employed was to switch 
to gdm.
$ sudo dpkg-reconfigure gdm

I lost the pretty login, but gained a working Lockscreen. Lockscreen was
also failing to do anything when selected while logged in with lightdm.

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

Title:
  lightdm doesn't load correctly on Ubuntu 12.10

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

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


[Bug 1066410] Re: lightdm doesn't load correctly on Ubuntu 12.10

2012-10-28 Thread jbeezo
Same problem on my new machine after a fresh 12.10 install.
MB: MSI Z77A-G43
CPU: i5-3570K
GPU: Onboard Intel HD 4000
SSD: Patriot Inferno (SF-1222)

On my laptop (Aspire 5750 w/i7-2630QM using onboard graphics) with an
upgrade from 12.04 to 12.10, also using an SF-1222 based SSD, I'm NOT
seeing the issue.

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

Title:
  lightdm doesn't load correctly on Ubuntu 12.10

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

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


[Bug 991232] Re: 14e4:432b Regression in wireless performance when on battery power

2012-05-18 Thread jbeezo
penalvch, very sorry. Just trying to bring more eyes to the problem.
I just noticed that it's already a known issue: http://wiki.debian.org/wl

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

Title:
  14e4:432b Regression in wireless performance when on battery power

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

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


[Bug 991232] Re: Regression in wireless performance when on battery power (broadcom)

2012-05-18 Thread jbeezo
On my newish Acer AS5750 I enabled ACPI so that I could enable screen
dimming (since it wasn't working as expected). Then once unplugged from
the wall socket Wifi latency increased and then quit completely after
approx. one minute (BCM43227). Makes portability pretty useless!!
Luckily I found the following blog post:
http://uselessuseofcat.com/?p=67

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

Title:
  14e4:432b Regression in wireless performance when on battery power

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

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


[Bug 991232] Re: Regression in wireless performance when on battery power (broadcom)

2012-05-18 Thread jbeezo
** Package changed: linux (Ubuntu) => acpi (Ubuntu)

** Changed in: acpi (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Regression in wireless performance when on battery power (broadcom)

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

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


[Bug 651008] Re: Regression in wireless performance under Maverick when on battery power (broadcom)

2012-05-18 Thread jbeezo
*** This bug is a duplicate of bug 991232 ***
https://bugs.launchpad.net/bugs/991232

** This bug has been marked a duplicate of bug 991232
   Regression in wireless performance when on battery power (broadcom)

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

Title:
  Regression in wireless performance under Maverick when on battery
  power (broadcom)

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

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


[Bug 654972] Re: broadcom wifi does not work properly when running on battery on hp mini maverick

2012-05-18 Thread jbeezo
*** This bug is a duplicate of bug 991232 ***
https://bugs.launchpad.net/bugs/991232

** This bug is no longer a duplicate of bug 651008
   Regression in wireless performance under Maverick when on battery power 
(broadcom)
** This bug has been marked a duplicate of bug 991232
   Regression in wireless performance when on battery power (broadcom)

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

Title:
  broadcom wifi does not work properly when running on battery on hp
  mini maverick

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

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


[Bug 678109] Re: Ubuntu 10.10 Lose Wireless Network Connectivity when on battery power.

2012-05-18 Thread jbeezo
*** This bug is a duplicate of bug 991232 ***
https://bugs.launchpad.net/bugs/991232

** This bug is no longer a duplicate of bug 651008
   Regression in wireless performance under Maverick when on battery power 
(broadcom)
** This bug has been marked a duplicate of bug 991232
   Regression in wireless performance when on battery power (broadcom)

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

Title:
  Ubuntu 10.10 Lose Wireless Network Connectivity when on battery power.

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

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


[Bug 714163] Re: Wireless connection only works fine when wall powered

2012-05-18 Thread jbeezo
*** This bug is a duplicate of bug 991232 ***
https://bugs.launchpad.net/bugs/991232

** This bug has been marked a duplicate of bug 991232
   Regression in wireless performance when on battery power (broadcom)

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

Title:
  Wireless connection only works fine when wall powered

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

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


[Bug 714163] Re: Wireless connection only works fine when wall powered

2012-05-18 Thread jbeezo
*** This bug is a duplicate of bug 991232 ***
https://bugs.launchpad.net/bugs/991232

I'm very surprised to see such a low heat level on this ticket. With my
newish Acer AS5750 I enabled ACPI so that I could enable screen dimming
(since it wasn't working as expected). Then once unplugged from the wall
socket Wifi quit completely (BCM43227). Makes portability pretty
useless!! Luckily I found the following blog post:
http://uselessuseofcat.com/?p=67

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

Title:
  Wireless connection only works fine when wall powered

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

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


[Bug 945006] Re: Screen flickers heavily after upgrading to 12.04 beta 1

2012-05-15 Thread jbeezo
For me it happens on an Nvidia GeForce 7900 GS and only since 12.04 final 
(fresh install yesterday ,fully up to date with the 295.40 Nvidia 
proprietaries). My monitor is an ASUS MS238. While at the jittery login screen, 
the monitor reports 1920x1080@25Hz. Once logged in the monitor reports 
1920x1080@60Hz. Tried multiple xorg.conf combinations, but it always seems to 
be 25Hz at the login screen.
With 12.04 on my much newer Acer AS5750 laptop, the problem is non-existent.

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

Title:
  Screen flickers heavily after upgrading to 12.04 beta 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/945006/+subscriptions

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