[Desktop-packages] [Bug 1621203] Re: evolution/totem/gthumb crashes when run in vnc session

2018-07-04 Thread Ken Pratt
A similar error occurs when one attempts to run evolution on a remote X
Desktop. It seems there is a dependency on direct rendering which is not
available in either the VNC or remote X windows environments.

Recreate with:

# ssh -X servername [where the server is running Ubuntu 18.04 Desktop]
# evolution
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
libEGL warning: DRI2: failed to authenticate

(evolution:25704): Gdk-ERROR **: 06:48:35.588: The program 'evolution' received 
an X Window System error.
This probably reflects a bug in the program.
The error was 'BadRequest (invalid request code or no such operation)'.
  (Details: serial 207 error_code 1 request_code 153 (DRI2) minor_code 1)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap (core dumped)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/1621203

Title:
  evolution/totem/gthumb crashes when run in vnc session

Status in evolution package in Ubuntu:
  Confirmed

Bug description:
  1) The release of Ubuntu
     Description:   Ubuntu 16.04.1 LTS
     Release:   16.04

  2) The version of the package I am using:
     evolution 3.18.5.2-0ubuntu3
     vnc4server 4.1.1+xorg4.3.0-37.3ubuntu2
     xfwm4 4.12.3-1ubuntu2
     fluxbox 1.3.5-2

  3) What I expect to happen:
     evolution runs so I can access mail/calendar.

  4) What happened:
     I'm running vnc4server with xfce4 as the window manager/desktop.
     When I attempt to start evolution the following happens.

     [cweber@usacwebera ~]: evolution

     (evolution:22961): Gdk-ERROR **: The program 'evolution' received an X 
Window System error.
     This probably reflects a bug in the program.
     The error was 'BadRequest (invalid request code or no such operation)'.
   (Details: serial 95 error_code 1 request_code 149 (RANDR) minor_code 8)
   (Note to programmers: normally, X errors are reported asynchronously;
    that is, you will receive the error a while after causing it.
    To debug your program, run it with the GDK_SYNCHRONIZE environment
    variable to change this behavior. You can then get a meaningful
    backtrace from your debugger if you break on the gdk_x_error() 
function.)
     Trace/breakpoint trap (core dumped)

     This happened using fluxbox too, but does not happen if I'm at the local
 desktop using either xfce4 or fluxbox. Nor does it happen in an 
 ssh session using X Tunnelling.

     Only when in a vnc4 session.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: evolution 3.18.5.2-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
  Uname: Linux 4.4.0-36-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Wed Sep  7 14:34:00 2016
  InstallationDate: Installed on 2014-11-10 (666 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: evolution
  UpgradeStatus: Upgraded to xenial on 2016-08-31 (7 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1740286] [NEW] gnome-session fails over SSH to remote PC

2017-12-27 Thread Ken Pratt
Public bug reported:

Using Ubuntu 17.10 Desktop 64 bit I am unable to start a gnome-session
on my local Ubuntu 17.04 Desktop inside a Xephyr server over SSH.  This
is probably the same bug as https://bugs.launchpad.net/ubuntu/+source
/gnome-session/+bug/1251281 but I don't see a fix for 17.10 and could
not add 17.10 to that bug report.  When I try, I get:
https://bugs.launchpad.net/ubuntu/+source/gnome-
session/+bug/1251281/+distrotask

Setup:

local PC is 64 bit Ubuntu Desktop 17.04 - fully updated
remote PC is 64 bit Ubuntu Desktop 17.10 - fully updated

start Xephyr on local PC using:

~$ Xephyr :2 -screen 1280x900 &

set up DISPLAY

~$ export DISPLAY=:2

ssh to remote PC

~$ ssh -YC user@remote

now logged into remote - do a simple test:

~$ xeyes

I see the xeyes open on my local desktop inside the Xephyr window
success. Press CTRL-C in terminal to exit xeyes.

Try to start gnome-session on remote with:

~$ gnome-session --debug

I get the following on the console:

gnome-session-binary[17018]: DEBUG(+): Enabling debugging
gnome-session-binary[17018]: DEBUG(+): hardware acceleration check failed: 
Child process exited with code 1
gnome-session-binary[17018]: WARNING: software acceleration check failed: Child 
process exited with code 1
gnome-session-binary[17018]: CRITICAL: We failed, but the fail whale is dead. 
Sorry

I expected a non-accelerated gnome session to start inside the Xephyr
window. It does not.

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

** Description changed:

  Using Ubuntu 17.10 Desktop 64 bit I am unable to start a gnome-session
  on my local Ubuntu 17.04 Desktop inside a Xephyr server over SSH.  This
  is probably the same bug as https://bugs.launchpad.net/ubuntu/+source
  /gnome-session/+bug/1251281 but I don't see a fix for 17.10 and could
  not add 17.10 to that bug report.  When I try, I get:
  https://bugs.launchpad.net/ubuntu/+source/gnome-
  session/+bug/1251281/+distrotask
  
  Setup:
  
  local PC is 64 bit Ubuntu Desktop 17.04 - fully updated
  remote PC is 64 bit Ubuntu Desktop 17.10 - fully updated
  
  start Xephyr on local PC using:
  
  ~$ Xephyr :2 -screen 1280x900 &
  
  set up DISPLAY
  
  ~$ export DISPLAY=:2
  
  ssh to remote PC
  
  ~$ ssh -YC user@remote
  
- noe logged into remote - do a simple test:
+ now logged into remote - do a simple test:
  
  ~$ xeyes
  
  I see the xeyes open on my local desktop inside the Xephyr window
  success. Press CTRL-C in terminal to exit xeyes.
  
  Try to start gnome-session on remote with:
  
  ~$ gnome-session --debug
  
  I get the following on the console:
  
  gnome-session-binary[17018]: DEBUG(+): Enabling debugging
  gnome-session-binary[17018]: DEBUG(+): hardware acceleration check failed: 
Child process exited with code 1
  gnome-session-binary[17018]: WARNING: software acceleration check failed: 
Child process exited with code 1
  gnome-session-binary[17018]: CRITICAL: We failed, but the fail whale is dead. 
Sorry
  
  I expected a non-accelerated gnome session to start inside the Xephyr
  window. It does not.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/1740286

Title:
  gnome-session fails over SSH to remote PC

Status in gnome-session package in Ubuntu:
  New

Bug description:
  Using Ubuntu 17.10 Desktop 64 bit I am unable to start a gnome-session
  on my local Ubuntu 17.04 Desktop inside a Xephyr server over SSH.
  This is probably the same bug as
  https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1251281
  but I don't see a fix for 17.10 and could not add 17.10 to that bug
  report.  When I try, I get: https://bugs.launchpad.net/ubuntu/+source
  /gnome-session/+bug/1251281/+distrotask

  Setup:

  local PC is 64 bit Ubuntu Desktop 17.04 - fully updated
  remote PC is 64 bit Ubuntu Desktop 17.10 - fully updated

  start Xephyr on local PC using:

  ~$ Xephyr :2 -screen 1280x900 &

  set up DISPLAY

  ~$ export DISPLAY=:2

  ssh to remote PC

  ~$ ssh -YC user@remote

  now logged into remote - do a simple test:

  ~$ xeyes

  I see the xeyes open on my local desktop inside the Xephyr window
  success. Press CTRL-C in terminal to exit xeyes.

  Try to start gnome-session on remote with:

  ~$ gnome-session --debug

  I get the following on the console:

  gnome-session-binary[17018]: DEBUG(+): Enabling debugging
  gnome-session-binary[17018]: DEBUG(+): hardware acceleration check failed: 
Child process exited with code 1
  gnome-session-binary[17018]: WARNING: software acceleration check failed: 
Child process exited with code 1
  gnome-session-binary[17018]: CRITICAL: We failed, but the fail whale is dead. 
Sorry

  I expected a non-accelerated gnome session to start inside the Xephyr
  window. It does not.

To manage notifications about this bug go to:

[Desktop-packages] [Bug 1241101] Re: Java crash in libglib-2.0 after upgrade from 13.04 to 13.10

2014-03-19 Thread Ken Pratt
** Also affects: unity
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1241101

Title:
  Java crash in libglib-2.0 after upgrade from 13.04 to 13.10

Status in Eclipse:
  Confirmed
Status in Unity:
  New
Status in “gtk+2.0” package in Ubuntu:
  Triaged
Status in “unity” package in Ubuntu:
  Triaged
Status in “gtk+2.0” package in Suse:
  New

Bug description:
  Running smartgit 4.6.4 on 13.10 64 bits. After registering the
  product, smartgit crash when trying to open a new repository. Java
  error log :

  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  SIGSEGV (0xb) at pc=0x7fa59061f9c0, pid=12494, tid=140349308167936
  #
  # JRE version: 7.0_25-b30
  # Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 
compressed oops)
  # Problematic frame:
  # C  [libglib-2.0.so.0+0x389c0]  g_str_hash+0x0

  I tried different version of Java (Oracle v7 and v6 jre) with same
  result. Also, Eclipse display blank menus so there's a general java
  problem with displays.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 996473] [NEW] Status selections in drop down menu do not work

2012-05-08 Thread Ken Pratt
Public bug reported:

Empathy is up and running and I can chat.  I have accounts with
Facebook, Google Talk, Yahoo!, and Nearby (broadcast).  The drop down
menu under the envelope shows that I am Offline b ut I am not.  And, I
can not change the status to other than offline.  I attached my
/etc/network/interfaces on the assumption that perhaps it is playing a
role along with NetworkManager.

I should be able to change my status to any of Available, Away, Busy, or
Invisible.  Clicking on any of those selections results in nothing.  My
status is not changed nor is the indicator.

Thanks you.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: empathy 3.4.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Tue May  8 06:22:00 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: empathy
UpgradeStatus: Upgraded to precise on 2012-04-27 (11 days ago)

** Affects: empathy (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/996473

Title:
  Status selections in drop down menu do not work

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Empathy is up and running and I can chat.  I have accounts with
  Facebook, Google Talk, Yahoo!, and Nearby (broadcast).  The drop down
  menu under the envelope shows that I am Offline b ut I am not.  And, I
  can not change the status to other than offline.  I attached my
  /etc/network/interfaces on the assumption that perhaps it is playing a
  role along with NetworkManager.

  I should be able to change my status to any of Available, Away, Busy,
  or Invisible.  Clicking on any of those selections results in nothing.
  My status is not changed nor is the indicator.

  Thanks you.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Tue May  8 06:22:00 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: empathy
  UpgradeStatus: Upgraded to precise on 2012-04-27 (11 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 996473] Re: Status selections in drop down menu do not work

2012-05-08 Thread Ken Pratt
** Attachment added: My /etc/network/interfaces file
   https://bugs.launchpad.net/bugs/996473/+attachment/3136610/+files/interfaces

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/996473

Title:
  Status selections in drop down menu do not work

Status in “empathy” package in Ubuntu:
  New

Bug description:
  Empathy is up and running and I can chat.  I have accounts with
  Facebook, Google Talk, Yahoo!, and Nearby (broadcast).  The drop down
  menu under the envelope shows that I am Offline b ut I am not.  And, I
  can not change the status to other than offline.  I attached my
  /etc/network/interfaces on the assumption that perhaps it is playing a
  role along with NetworkManager.

  I should be able to change my status to any of Available, Away, Busy,
  or Invisible.  Clicking on any of those selections results in nothing.
  My status is not changed nor is the indicator.

  Thanks you.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: empathy 3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Tue May  8 06:22:00 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: empathy
  UpgradeStatus: Upgraded to precise on 2012-04-27 (11 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 994318] [NEW] reboot does not work

2012-05-03 Thread Ken Pratt
Public bug reported:

Sometimes after multiple people have logged in simultaneously, when
logging out - even after all others have been logged out, the shutdown
- reboot does not work from the lightdm screen.  It just takes the
input and does nothing.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: lightdm 1.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Thu May  3 20:19:27 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: lightdm
UpgradeStatus: Upgraded to precise on 2012-04-27 (6 days ago)
mtime.conffile..etc.lightdm.users.conf: 2012-01-07T07:59:18.137912

** Affects: lightdm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/994318

Title:
  reboot does not work

Status in “lightdm” package in Ubuntu:
  New

Bug description:
  Sometimes after multiple people have logged in simultaneously, when
  logging out - even after all others have been logged out, the shutdown
  - reboot does not work from the lightdm screen.  It just takes the
  input and does nothing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: lightdm 1.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Thu May  3 20:19:27 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to precise on 2012-04-27 (6 days ago)
  mtime.conffile..etc.lightdm.users.conf: 2012-01-07T07:59:18.137912

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 994318] Re: reboot does not work

2012-05-03 Thread Ken Pratt
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/994318

Title:
  reboot does not work

Status in “lightdm” package in Ubuntu:
  New

Bug description:
  Sometimes after multiple people have logged in simultaneously, when
  logging out - even after all others have been logged out, the shutdown
  - reboot does not work from the lightdm screen.  It just takes the
  input and does nothing.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: lightdm 1.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Thu May  3 20:19:27 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to precise on 2012-04-27 (6 days ago)
  mtime.conffile..etc.lightdm.users.conf: 2012-01-07T07:59:18.137912

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 961089] [NEW] NetworkManager does not understand that a bridge is an active net connection

2012-03-21 Thread Ken Pratt
Public bug reported:

I set up a br0 (bridge) network on my destop PC in order to allow my
virtual machines via KVM to be directly on my LAN instead of natted.
Below is my /etc/network/interfaces file  The problem is that when
logged in to the X session, NetworkManager reports (via D-Bus) that I
have no network connection.  Any desktop apps that rely on this D-Bus
message won't connect.  Empathy is a big one that fits in this category.
I am forced to assign my eth0 NIC an IP address of 127.0.0.1.  This is a
bad practice.  NetworkManager needs to either understand bridges or have
an override of some type.  Can I simply remove NetworkManager as a work
around?  Will the lack of an application producing the network connected
D-Bus messge mean that no app will think I am network connected?

auto lo
iface lo inet loopback

auto br0 eth0
iface br0 inet dhcp
  hwaddress 00:25:61:43:bb:b8
  pre-up brctl addbr br0
  pre-up brctl addif br0 eth0
  pre-up ifconfig eth0 0.0.0.0
  pre-down brctl delif br0 eth0
  post-down ifconfig eth0 down
  post-down brctl delbr br0

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: network-manager 0.9.1.90-0ubuntu5.1
ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
Uname: Linux 3.0.0-16-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CRDA: Error: [Errno 2] No such file or directory
Date: Wed Mar 21 07:35:26 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
IpRoute:
 default via 192.168.15.1 dev br0  metric 100 
 127.0.0.0/16 dev eth0  proto kernel  scope link  src 127.0.0.1  metric 1 
 169.254.0.0/16 dev br0  scope link  metric 1000 
 192.168.15.0/24 dev br0  proto kernel  scope link  src 192.168.15.2 
 192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
RfKill:
 
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2012-03-16T06:28:55.603766

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


** Tags: amd64 apport-bug oneiric running-unity

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/961089

Title:
  NetworkManager does not understand that a bridge is an active net
  connection

Status in “network-manager” package in Ubuntu:
  New

Bug description:
  I set up a br0 (bridge) network on my destop PC in order to allow my
  virtual machines via KVM to be directly on my LAN instead of natted.
  Below is my /etc/network/interfaces file  The problem is that when
  logged in to the X session, NetworkManager reports (via D-Bus) that I
  have no network connection.  Any desktop apps that rely on this D-Bus
  message won't connect.  Empathy is a big one that fits in this
  category.  I am forced to assign my eth0 NIC an IP address of
  127.0.0.1.  This is a bad practice.  NetworkManager needs to either
  understand bridges or have an override of some type.  Can I simply
  remove NetworkManager as a work around?  Will the lack of an
  application producing the network connected D-Bus messge mean that no
  app will think I am network connected?

  auto lo
  iface lo inet loopback

  auto br0 eth0
  iface br0 inet dhcp
hwaddress 00:25:61:43:bb:b8
pre-up brctl addbr br0
pre-up brctl addif br0 eth0
pre-up ifconfig eth0 0.0.0.0
pre-down brctl delif br0 eth0
post-down ifconfig eth0 down
post-down brctl delbr br0

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager 0.9.1.90-0ubuntu5.1
  ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
  Uname: Linux 3.0.0-16-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  CRDA: Error: [Errno 2] No such file or directory
  Date: Wed Mar 21 07:35:26 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  IpRoute:
   default via 192.168.15.1 dev br0  metric 100 
   127.0.0.0/16 dev eth0  proto kernel  scope link  src 127.0.0.1  metric 1 
   169.254.0.0/16 dev br0  scope link  metric 1000 
   192.168.15.0/24 dev br0  proto kernel  scope link  src 192.168.15.2 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2012-03-16T06:28:55.603766

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

-- 
Mailing list: 

[Desktop-packages] [Bug 961089] Re: NetworkManager does not understand that a bridge is an active net connection

2012-03-21 Thread Ken Pratt
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/961089

Title:
  NetworkManager does not understand that a bridge is an active net
  connection

Status in “network-manager” package in Ubuntu:
  New

Bug description:
  I set up a br0 (bridge) network on my destop PC in order to allow my
  virtual machines via KVM to be directly on my LAN instead of natted.
  Below is my /etc/network/interfaces file  The problem is that when
  logged in to the X session, NetworkManager reports (via D-Bus) that I
  have no network connection.  Any desktop apps that rely on this D-Bus
  message won't connect.  Empathy is a big one that fits in this
  category.  I am forced to assign my eth0 NIC an IP address of
  127.0.0.1.  This is a bad practice.  NetworkManager needs to either
  understand bridges or have an override of some type.  Can I simply
  remove NetworkManager as a work around?  Will the lack of an
  application producing the network connected D-Bus messge mean that no
  app will think I am network connected?

  auto lo
  iface lo inet loopback

  auto br0 eth0
  iface br0 inet dhcp
hwaddress 00:25:61:43:bb:b8
pre-up brctl addbr br0
pre-up brctl addif br0 eth0
pre-up ifconfig eth0 0.0.0.0
pre-down brctl delif br0 eth0
post-down ifconfig eth0 down
post-down brctl delbr br0

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager 0.9.1.90-0ubuntu5.1
  ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
  Uname: Linux 3.0.0-16-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  CRDA: Error: [Errno 2] No such file or directory
  Date: Wed Mar 21 07:35:26 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  IpRoute:
   default via 192.168.15.1 dev br0  metric 100 
   127.0.0.0/16 dev eth0  proto kernel  scope link  src 127.0.0.1  metric 1 
   169.254.0.0/16 dev br0  scope link  metric 1000 
   192.168.15.0/24 dev br0  proto kernel  scope link  src 192.168.15.2 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  RfKill:
   
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2012-03-16T06:28:55.603766

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 884860] [NEW] Nautilus won't browse network

2011-11-01 Thread Ken Pratt
Public bug reported:

After recent update, I can no longer browse my Samba server.  I can,
however, enter a smb url successfully.

Using smb://fit/ in the nautilus location bar works
Using smb:// does not work nor does double clicking on Browse Network

The reported error is:

Failed to retrieve share list from server.  Please select another
viewer and try again.

However, from the command line, I can run:

smbclient -L //fit

I provide a null password at the password prompt and receive the full
shares list.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nautilus 1:3.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Nov  1 14:41:50 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/884860

Title:
  Nautilus won't browse network

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  After recent update, I can no longer browse my Samba server.  I can,
  however, enter a smb url successfully.

  Using smb://fit/ in the nautilus location bar works
  Using smb:// does not work nor does double clicking on Browse Network

  The reported error is:

  Failed to retrieve share list from server.  Please select another
  viewer and try again.

  However, from the command line, I can run:

  smbclient -L //fit

  I provide a null password at the password prompt and receive the full
  shares list.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Tue Nov  1 14:41:50 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 884860] Re: Nautilus won't browse network

2011-11-01 Thread Ken Pratt
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/884860

Title:
  Nautilus won't browse network

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  After recent update, I can no longer browse my Samba server.  I can,
  however, enter a smb url successfully.

  Using smb://fit/ in the nautilus location bar works
  Using smb:// does not work nor does double clicking on Browse Network

  The reported error is:

  Failed to retrieve share list from server.  Please select another
  viewer and try again.

  However, from the command line, I can run:

  smbclient -L //fit

  I provide a null password at the password prompt and receive the full
  shares list.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Tue Nov  1 14:41:50 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 884860] Re: Nautilus won't browse network

2011-11-01 Thread Ken Pratt
You can probably close this.  I just restarted the nmbd process on my
server and then Nautilus started working on my client PC.  My bad.
Thanks for the great product!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/884860

Title:
  Nautilus won't browse network

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  After recent update, I can no longer browse my Samba server.  I can,
  however, enter a smb url successfully.

  Using smb://fit/ in the nautilus location bar works
  Using smb:// does not work nor does double clicking on Browse Network

  The reported error is:

  Failed to retrieve share list from server.  Please select another
  viewer and try again.

  However, from the command line, I can run:

  smbclient -L //fit

  I provide a null password at the password prompt and receive the full
  shares list.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Tue Nov  1 14:41:50 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 574445] Re: Remember Decision check box does not remember decision

2011-10-29 Thread Ken Pratt
There are two check boxes related to the client certificate.  One is the
automatic selection, the other is for remembering what was selected when
it was not automatically done by firefox.  All is well.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/574445

Title:
  Remember Decision check box does not remember decision

Status in “firefox” package in Ubuntu:
  Expired

Bug description:
  Binary package hint: firefox

  The Remember Decision check box on the certificate choice dialog
  (when establishing a mutually authenticated SSL connection) does not
  work.  I check the box and make the selection and am able to get to
  the web site.  However, if I restart Firefox, and dereference the URL
  to the secure web site, I am again prompted to select a certificate.
  The funny thing is that the Remember Decision check box is indeed
  checked.  So all that is being remembered is the fact that the box is
  checked - not the certificate that was selected.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: firefox 3.6.3+nobinonly-0ubuntu4
  ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-21-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  CheckboxSubmission: 48d893255053224631a12a7b4064254b
  CheckboxSystem: d00f84de8a555815fa1c4660280da308
  Date: Mon May  3 08:39:52 2010
  EcryptfsInUse: Yes
  FirefoxPackages:
   firefox 3.6.3+nobinonly-0ubuntu4
   firefox-gnome-support 3.6.3+nobinonly-0ubuntu4
   firefox-branding 3.6.3+nobinonly-0ubuntu4
   abroswer N/A
   abrowser-branding N/A
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100406.1)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: firefox

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 861389] Re: after screen dims (idle / screensaver), cannot rebrighten it

2011-10-20 Thread Ken Pratt
I am using an HP netbook (mini).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/861389

Title:
  after screen dims (idle / screensaver), cannot rebrighten it

Status in Gnome Settings Daemon:
  New
Status in “gnome-settings-daemon” package in Ubuntu:
  Triaged

Bug description:
  This feature worked fine in 11.04. Now, if I leave my screen for a couple of 
minutes it dims.  When I press a key, it only brightens a little bit. I can 
hardly see what I'm typing right now.
  Before the first such dimming, using the brightness keys works fine to 
control brightness. AFter the first screensave, they don't work.

  The laptop is plugged in.

  When I press a key after it's gone into powersaving/screensaving mode, the 
screen should rebrighten.
  Also, the controls for brightness should continue to work.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-screensaver 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 1.23-0ubuntu1
  Architecture: i386
  Date: Wed Sep 28 08:42:28 2011
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110901)
  SourcePackage: gnome-screensaver
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp