[Desktop-packages] [Bug 1007866] Re: System mode: SHM avaliblity.

2014-12-07 Thread Mike Mestnik
Cool.

I think the safe way to do it is much more complicated than just turning
on the existing SHM vector.

From what I understand it should work like so...

Client connect to stream or dgram socket and (post auth) establishes
that both parties believe they are on he same host and server offers to
create SHM buffers for the client to use.  The client may close the
socket once SHM is setup, if it's done.

Server should be able to query the socket, worst case using ident, to
see what user is on the other end and set perms appropriately.  The
server might trust the client to supply perms and does so while applying
a mask for sanity purposes.

SHM buffers are per socket connection/pid and a single pid can ask for
more than one, with some upper limit defined to prevent DOS.

This adds more commands into the PA server and client, but I feel that
both modes would benefit from a more robust SHM system.  Having more
than a single thread(client/server threads makes for a minimum of two)
introduces locking concerns that just add latency.

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

Title:
  System mode: SHM avaliblity.

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  Hello,
Let start with the most basic, I fully understand that System mode is taboo 
and unsupported by upstream.  I understand there reasoning, well I don't get 
the part about You shouldn't use system mode because we refuse to offer SHM 
support for it.  That's just the pot calling the kettle black.

  In any case I'm using PA in system mode because I haven't been able to
  use dmix for various reasons, the closest I got was after 5 or 6 hacks
  I got silence and surround sound was forever out of my reach.   I'm
  sure there are other vary rare cases where System mode may be the only
  logical option.  What I needed out of dmix was to mix sound from
  several users, libvirt and others.

  Regardless of why, you should just take it on my authority that I have
  good reason for configuring a system this way.

  Attached you should find my /etc/default/pulseaudio file, it clearly
  is configured to forcibly enable SHM.  However as the documentation
  suggests this feature is disabled in system mode.  I know X does SHM
  and it nearly always runs as another user, so it should be technically
  possible...  Politics and opinions aside.

  Would a patch for this be accepted into Ubuntu?

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: pulseaudio 1:1.1-0ubuntu15
  ProcVersionSignature: Ubuntu 3.2.0-23.31-lowlatency-pae 3.2.14
  Uname: Linux 3.2.0-23-lowlatency-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: SB [HDA ATI SB], device 0: VT2020 Analog [VT2020 Analog]
 Subdevices: 2/2
 Subdevice #0: subdevice #0
 Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  cheako 6904 F xfce4-volumed
   /dev/snd/controlC0:  cheako 6904 F xfce4-volumed
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfe3f8000 irq 16'
 Mixer name : 'VIA VT2020'
 Components : 'HDA:11060441,104383e4,00100100'
 Controls  : 46
 Simple ctrls  : 24
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfe9ec000 irq 88'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,0010'
 Controls  : 6
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Sat Jun  2 11:36:09 2012
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to precise on 2012-01-03 (151 days ago)
  dmi.bios.date: 02/17/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1902
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: Crosshair IV Formula
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1902:bd02/17/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnCrosshairIVFormula:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  modified.conffile..etc.default.pulseaudio: [modified]
  modified.conffile..etc.pulse.daemon.conf: [modified]
  modified.conffile..etc.pulse.system.pa: [modified]
  

[Desktop-packages] [Bug 1007866] Re: System mode: SHM avaliblity.

2013-11-03 Thread Mike Mestnik
No, there is not.  I wanted to ensure it had a chance of being accepted
prior to working on it.  I've hundreds of patches that I alone maintain
and I'm sick of it.

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

Title:
  System mode: SHM avaliblity.

Status in “pulseaudio” package in Ubuntu:
  Confirmed

Bug description:
  Hello,
Let start with the most basic, I fully understand that System mode is taboo 
and unsupported by upstream.  I understand there reasoning, well I don't get 
the part about You shouldn't use system mode because we refuse to offer SHM 
support for it.  That's just the pot calling the kettle black.

  In any case I'm using PA in system mode because I haven't been able to
  use dmix for various reasons, the closest I got was after 5 or 6 hacks
  I got silence and surround sound was forever out of my reach.   I'm
  sure there are other vary rare cases where System mode may be the only
  logical option.  What I needed out of dmix was to mix sound from
  several users, libvirt and others.

  Regardless of why, you should just take it on my authority that I have
  good reason for configuring a system this way.

  Attached you should find my /etc/default/pulseaudio file, it clearly
  is configured to forcibly enable SHM.  However as the documentation
  suggests this feature is disabled in system mode.  I know X does SHM
  and it nearly always runs as another user, so it should be technically
  possible...  Politics and opinions aside.

  Would a patch for this be accepted into Ubuntu?

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: pulseaudio 1:1.1-0ubuntu15
  ProcVersionSignature: Ubuntu 3.2.0-23.31-lowlatency-pae 3.2.14
  Uname: Linux 3.2.0-23-lowlatency-pae i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: SB [HDA ATI SB], device 0: VT2020 Analog [VT2020 Analog]
 Subdevices: 2/2
 Subdevice #0: subdevice #0
 Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  cheako 6904 F xfce4-volumed
   /dev/snd/controlC0:  cheako 6904 F xfce4-volumed
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfe3f8000 irq 16'
 Mixer name : 'VIA VT2020'
 Components : 'HDA:11060441,104383e4,00100100'
 Controls  : 46
 Simple ctrls  : 24
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfe9ec000 irq 88'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,0010'
 Controls  : 6
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Date: Sat Jun  2 11:36:09 2012
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to precise on 2012-01-03 (151 days ago)
  dmi.bios.date: 02/17/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1902
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: Crosshair IV Formula
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1902:bd02/17/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnCrosshairIVFormula:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  modified.conffile..etc.default.pulseaudio: [modified]
  modified.conffile..etc.pulse.daemon.conf: [modified]
  modified.conffile..etc.pulse.system.pa: [modified]
  mtime.conffile..etc.default.pulseaudio: 2012-06-01T23:52:21.454150
  mtime.conffile..etc.pulse.daemon.conf: 2012-05-04T20:03:56.466470
  mtime.conffile..etc.pulse.system.pa: 2012-05-31T19:30:49.734907

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1007866/+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 756974] Re: iso14651_t1_common:6323: LC_COLLATE: symbol `pure-ta-zh' not known

2013-03-30 Thread Mike Mestnik
This bug will have to be corrected, without a method of reproduction.
If the cause has been identified and corrected then why all the secrecy.

** Changed in: langpack-locales (Ubuntu)
   Status: Incomplete = Opinion

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

Title:
  iso14651_t1_common:6323: LC_COLLATE: symbol `pure-ta-zh' not known

Status in “langpack-locales” package in Ubuntu:
  Opinion

Bug description:
  arcadia:~# apt-get -f dist-upgrade 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Calculating upgrade... Done
  The following packages will be upgraded:
locales
  1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  1 not fully installed or removed.
  Need to get 0B/3499kB of archives.
  After this operation, 12.8MB disk space will be freed.
  Do you want to continue [Y/n]? 
  (Reading database ... 399489 files and directories currently installed.)
  Preparing to replace locales 2.11+git20100304-3 (using 
.../locales_2.13+git20100825-1_all.deb) ...
  Unpacking replacement locales ...
  Processing triggers for man-db ...
  Setting up locales (2.13+git20100825-1) ...
  Setting up lintian (2.4.3ubuntu2) ...
  Generating en_US.UTF-8 locale for internal Lintian use
  /usr/share/i18n/locales/iso14651_t1_common:6323: LC_COLLATE: symbol 
`pure-ta-zh' not known
  /usr/share/i18n/locales/iso14651_t1_common:6324: LC_COLLATE: syntax error
  dpkg: error processing lintian (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   lintian

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: locales 2.13+git20100825-1
  Uname: Linux 2.6.39-020639rc1-generic i686
  Architecture: i386
  Date: Sun Apr 10 18:56:55 2011
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=C:en
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: langpack-locales

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/langpack-locales/+bug/756974/+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 1132541] Re: GL games cause GPU softreset, xorg-edgers and oibaf graphics-drivers.

2013-02-28 Thread Mike Mestnik
Again on 35, this is the kernel that I was running and playing with for
20 plus days.  This this is an issue with the kernel not filtering
something that a newly broken userspace is doing.

[65966.311085] radeon :07:00.0: GPU lockup CP stall for more than 10056msec
[65966.311096] GPU lockup (waiting for 0x000F481E last fence id 0x000F4814)
[65966.312362] radeon :07:00.0: GPU softreset 
[65966.312369] radeon :07:00.0:   GRBM_STATUS=0xF4002828
[65966.312376] radeon :07:00.0:   GRBM_STATUS_SE0=0xC005
[65966.312382] radeon :07:00.0:   GRBM_STATUS_SE1=0x0007
[65966.312388] radeon :07:00.0:   SRBM_STATUS=0x20C0
[65966.323930] radeon :07:00.0:   GRBM_SOFT_RESET=0x7F6B
[65966.324041] radeon :07:00.0:   GRBM_STATUS=0x3828
[65966.324048] radeon :07:00.0:   GRBM_STATUS_SE0=0x0007
[65966.324054] radeon :07:00.0:   GRBM_STATUS_SE1=0x0007
[65966.324061] radeon :07:00.0:   SRBM_STATUS=0x20C0
[65967.011764] radeon :07:00.0: GPU reset succeed
[65967.063839] [drm] PCIE GART of 512M enabled (table at 0x0004).
[65967.063911] radeon :07:00.0: WB enabled
[65967.080055] [drm] ring test succeeded in 0 usecs
[65967.080061] [drm] ib test succeeded in 1 usecs

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

Title:
  GL games cause GPU softreset, xorg-edgers and oibaf graphics-drivers.

Status in “xorg” package in Ubuntu:
  New

Bug description:
  Following the instructions:
  https://wiki.ubuntu.com/X/Troubleshooting/Freeze

  The most annoying bug/issue is that after the soft reset the mouse
  cursor is invisible.  If this were fixed I would be most pleased.

  As for the overall issue this happens whenever a game is running and
  can happen while on another workspace from the game.  There is no
  particular game spot that triggers this bug, however there is a
  separate bug where rendering stops for a few seconds after picking up
  gold for the first time after a long pause, watching videos, in Diablo
  III/wine.  This separate bug is not a reset, just a frame that takes a
  long time to draw.

  The window manager is xfwm4 and the videos are playing in Flash(Hulu)
  and AFAIK that's not accelerated until recently that is I'm sure Hulu
  is not accelerated even though the Flash player now supports hardware
  acceleration.

  I'd like to point out that the above page does not indicate what
  package to file a bug against.  As for packages for user-space I've
  only ever used xorg-edgers combined with oibaf graphics-drivers.
  However I did try the 3.8.0-996-generic kernel and I must say it was a
  pain to undo all of my overlay filesystems, please consider including
  the overlay filesystem in future builds!

  The results are the same with the current kernel.  This had started
  after an upgrade about a week ago so I'll attach my dpkg logs for you
  to review.

  Cheers!

   Have you experienced just one lockup, or have you had a series of these 
lockups?
   If you've had several, how often does it occur? Every few hours? Once 
or twice a day? Couple times a week? 

  Several, can happen multiple times in a row or can happen about once
  every five minutes.  As indecated it can happen even when the GL
  application is on another work space.

  Shortly after upgrading

   Under what conditions does it seem most likely to reproduce?

  D. None of the Above, I've previously explained so please accept this
  answer.

  
  I'm sure you want more information, please consider beefing up the above 
URL...  At the vary least indicate what package these bugs should be files 
against.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xserver-xorg 1:7.6+12ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-38.40-lowlatency-pae 3.2.37
  Uname: Linux 3.2.0-38-lowlatency-pae i686
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  Date: Sun Feb 24 14:29:53 2013
  MarkForUpload: True
  SourcePackage: xorg
  UpgradeStatus: Upgraded to precise on 2012-01-03 (418 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1132541/+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 1132541] Re: GL games cause GPU softreset, xorg-edgers and oibaf graphics-drivers.

2013-02-28 Thread Mike Mestnik
Looks like one of these 3 upgrades is responsible.  The last one was an
hour past the log for the first occurrence, but who knows.  I'd find it
harder to believe that I had this problem for two days and didn't
notice.

2013-02-17 10:07:28 upgrade libdrm2 2.4.42+git1302070925.20c560~gd~p 
2.4.42+git1302121451.36d182~gd~p
2013-02-17 10:07:34 upgrade libgl1-mesa-dri 9.2~git1302071759.74a17a~gd~p 
9.2~git1302141604.34dc4d~gd~p
2013-02-20 05:09:24 upgrade libgl1-mesa-dri 9.2~git1302141604.34dc4d~gd~p 
9.2~git1302191430.07cdfd~gd~p

Cheers!

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

Title:
  GL games cause GPU softreset, xorg-edgers and oibaf graphics-drivers.

Status in “xorg” package in Ubuntu:
  New

Bug description:
  Following the instructions:
  https://wiki.ubuntu.com/X/Troubleshooting/Freeze

  The most annoying bug/issue is that after the soft reset the mouse
  cursor is invisible.  If this were fixed I would be most pleased.

  As for the overall issue this happens whenever a game is running and
  can happen while on another workspace from the game.  There is no
  particular game spot that triggers this bug, however there is a
  separate bug where rendering stops for a few seconds after picking up
  gold for the first time after a long pause, watching videos, in Diablo
  III/wine.  This separate bug is not a reset, just a frame that takes a
  long time to draw.

  The window manager is xfwm4 and the videos are playing in Flash(Hulu)
  and AFAIK that's not accelerated until recently that is I'm sure Hulu
  is not accelerated even though the Flash player now supports hardware
  acceleration.

  I'd like to point out that the above page does not indicate what
  package to file a bug against.  As for packages for user-space I've
  only ever used xorg-edgers combined with oibaf graphics-drivers.
  However I did try the 3.8.0-996-generic kernel and I must say it was a
  pain to undo all of my overlay filesystems, please consider including
  the overlay filesystem in future builds!

  The results are the same with the current kernel.  This had started
  after an upgrade about a week ago so I'll attach my dpkg logs for you
  to review.

  Cheers!

   Have you experienced just one lockup, or have you had a series of these 
lockups?
   If you've had several, how often does it occur? Every few hours? Once 
or twice a day? Couple times a week? 

  Several, can happen multiple times in a row or can happen about once
  every five minutes.  As indecated it can happen even when the GL
  application is on another work space.

  Shortly after upgrading

   Under what conditions does it seem most likely to reproduce?

  D. None of the Above, I've previously explained so please accept this
  answer.

  
  I'm sure you want more information, please consider beefing up the above 
URL...  At the vary least indicate what package these bugs should be files 
against.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xserver-xorg 1:7.6+12ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-38.40-lowlatency-pae 3.2.37
  Uname: Linux 3.2.0-38-lowlatency-pae i686
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  Date: Sun Feb 24 14:29:53 2013
  MarkForUpload: True
  SourcePackage: xorg
  UpgradeStatus: Upgraded to precise on 2012-01-03 (418 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1132541/+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 1132541] Re: GL games cause GPU softreset, xorg-edgers and oibaf graphics-drivers.

2013-02-27 Thread Mike Mestnik
Multiple times from Linux 3.2.0-36-lowlatency-pae, moving back to 35.

[90339.079117] radeon :07:00.0: GPU lockup CP stall for more than 1msec
[90339.079127] GPU lockup (waiting for 0x009640EB last fence id 0x009640EA)
[90339.080408] radeon :07:00.0: GPU softreset 
[90339.080416] radeon :07:00.0:   GRBM_STATUS=0xF4002828
[90339.080423] radeon :07:00.0:   GRBM_STATUS_SE0=0xC005
[90339.080436] radeon :07:00.0:   GRBM_STATUS_SE1=0x0007
[90339.080448] radeon :07:00.0:   SRBM_STATUS=0x20C0
[90339.083919] radeon :07:00.0:   GRBM_SOFT_RESET=0x7F6B
[90339.084031] radeon :07:00.0:   GRBM_STATUS=0x3828
[90339.084037] radeon :07:00.0:   GRBM_STATUS_SE0=0x0007
[90339.084048] radeon :07:00.0:   GRBM_STATUS_SE1=0x0007
[90339.084060] radeon :07:00.0:   SRBM_STATUS=0x20C0
[90339.096679] radeon :07:00.0: GPU reset succeed
[90339.149371] [drm] PCIE GART of 512M enabled (table at 0x0004).
[90339.149443] radeon :07:00.0: WB enabled
[90339.165570] [drm] ring test succeeded in 1 usecs
[90339.165576] [drm] ib test succeeded in 1 usecs

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

Title:
  GL games cause GPU softreset, xorg-edgers and oibaf graphics-drivers.

Status in “xorg” package in Ubuntu:
  New

Bug description:
  Following the instructions:
  https://wiki.ubuntu.com/X/Troubleshooting/Freeze

  The most annoying bug/issue is that after the soft reset the mouse
  cursor is invisible.  If this were fixed I would be most pleased.

  As for the overall issue this happens whenever a game is running and
  can happen while on another workspace from the game.  There is no
  particular game spot that triggers this bug, however there is a
  separate bug where rendering stops for a few seconds after picking up
  gold for the first time after a long pause, watching videos, in Diablo
  III/wine.  This separate bug is not a reset, just a frame that takes a
  long time to draw.

  The window manager is xfwm4 and the videos are playing in Flash(Hulu)
  and AFAIK that's not accelerated until recently that is I'm sure Hulu
  is not accelerated even though the Flash player now supports hardware
  acceleration.

  I'd like to point out that the above page does not indicate what
  package to file a bug against.  As for packages for user-space I've
  only ever used xorg-edgers combined with oibaf graphics-drivers.
  However I did try the 3.8.0-996-generic kernel and I must say it was a
  pain to undo all of my overlay filesystems, please consider including
  the overlay filesystem in future builds!

  The results are the same with the current kernel.  This had started
  after an upgrade about a week ago so I'll attach my dpkg logs for you
  to review.

  Cheers!

   Have you experienced just one lockup, or have you had a series of these 
lockups?
   If you've had several, how often does it occur? Every few hours? Once 
or twice a day? Couple times a week? 

  Several, can happen multiple times in a row or can happen about once
  every five minutes.  As indecated it can happen even when the GL
  application is on another work space.

  Shortly after upgrading

   Under what conditions does it seem most likely to reproduce?

  D. None of the Above, I've previously explained so please accept this
  answer.

  
  I'm sure you want more information, please consider beefing up the above 
URL...  At the vary least indicate what package these bugs should be files 
against.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xserver-xorg 1:7.6+12ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-38.40-lowlatency-pae 3.2.37
  Uname: Linux 3.2.0-38-lowlatency-pae i686
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  Date: Sun Feb 24 14:29:53 2013
  MarkForUpload: True
  SourcePackage: xorg
  UpgradeStatus: Upgraded to precise on 2012-01-03 (418 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1132541/+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 799400] Re: message missing when trying to upload ureadable file

2013-02-25 Thread Mike Mestnik
Perhaps this can help with apparmor settings?  I was trying to upload
logs to Launchpad, so ureadable files could also include that.

 
 ### Logwatch 7.4.0 (03/01/11)  
Processing Initiated: Mon Feb 25 07:35:08 2013
Date Range Processed: yesterday
  ( 2013-Feb-24 )
  Period is day.
Detail Level of Output: 0
Type of Output/Format: mail / text
Logfiles for Host: arcadia.mikemestnik.net
 ## 
 
 - Kernel Audit Begin  

 *** Denials ***
open /etc/asound.conf (/usr/lib/firefox/firefox{,*[^s][^h]} via 
plugin-containe): 3 times
open /etc/ld.so.preload (/usr/lib/firefox/firefox{,*[^s][^h]} via firefox): 
5 times
open /etc/ld.so.preload (/usr/lib/firefox/firefox{,*[^s][^h]} via grep): 6 
times
open /etc/ld.so.preload (/usr/lib/firefox/firefox{,*[^s][^h]} via 
plugin-containe): 6 times
open /etc/ld.so.preload (/usr/lib/firefox/firefox{,*[^s][^h]} via sh): 6 
times
open /var/log/apport.log.1 (/usr/lib/firefox/firefox{,*[^s][^h]} via pool): 
3 times
open /var/log/auth.log.0 (/usr/lib/firefox/firefox{,*[^s][^h]} via pool): 4 
times
open /var/log/boot (/usr/lib/firefox/firefox{,*[^s][^h]} via pool): 4 times
open /var/log/boot.0 (/usr/lib/firefox/firefox{,*[^s][^h]} via pool): 4 
times
open /var/log/daemon.log.0 (/usr/lib/firefox/firefox{,*[^s][^h]} via pool): 
4 times
open /var/log/debug.0 (/usr/lib/firefox/firefox{,*[^s][^h]} via pool): 4 
times
open /var/log/dpkg.log (/usr/lib/firefox/firefox{,*[^s][^h]} via firefox): 
16 times
open /var/log/syslog (/usr/lib/firefox/firefox{,*[^s][^h]} via pool): 4 
times
open /var/log/syslog.0 (/usr/lib/firefox/firefox{,*[^s][^h]} via pool): 4 
times
open /var/log/syslog.1 (/usr/lib/firefox/firefox{,*[^s][^h]} via pool): 4 
times
open /var/log/udev (/usr/lib/firefox/firefox{,*[^s][^h]} via pool): 4 times
 
 **Unmatched Entries** 
  type=1400 audit(1361744152.135:206): apparmor=DENIED operation=capable 
parent=7240 profile=/usr/lib/firefox/firefox{,*[^s][^h]} pid=7675 
comm=firefox capability=19  capname=sys_ptrace
  type=1400 audit(1361744152.135:207): apparmor=DENIED operation=ptrace 
parent=7240 profile=/usr/lib/firefox/firefox{,*[^s][^h]} pid=7675 
comm=firefox target=F00240F7F00240F76602
  type=1400 audit(1361744152.135:208): apparmor=DENIED operation=ptrace 
parent=7240 profile=/usr/lib/firefox/firefox{,*[^s][^h]} pid=7675 
comm=firefox target=F00240F7F00240F76602
  type=1400 audit(1361744152.135:209): apparmor=DENIED operation=ptrace 
parent=7240 profile=/usr/lib/firefox/firefox{,*[^s][^h]} pid=7675 
comm=firefox target=F00240F7F00240F76602
  type=1400 audit(1361744152.135:210): apparmor=DENIED operation=ptrace 
parent=7240 profile=/usr/lib/firefox/firefox{,*[^s][^h]} pid=7675 
comm=firefox target=F00240F7F00240F76602
  type=1400 audit(1361744152.135:211): apparmor=DENIED operation=ptrace 
parent=7240 profile=/usr/lib/firefox/firefox{,*[^s][^h]} pid=7675 
comm=firefox target=F00240F7F00240F76602
  type=1400 audit(1361744152.135:212): apparmor=DENIED operation=ptrace 
parent=7240 profile=/usr/lib/firefox/firefox{,*[^s][^h]} pid=7675 
comm=firefox target=F00240F7F00240F76602
  type=1400 audit(1361744152.135:213): apparmor=DENIED operation=ptrace 
parent=7240 profile=/usr/lib/firefox/firefox{,*[^s][^h]} pid=7675 
comm=firefox target=F00240F7F00240F76602
  type=1400 audit(1361744152.136:214): apparmor=DENIED operation=ptrace 
parent=7240 profile=/usr/lib/firefox/firefox{,*[^s][^h]} pid=7675 
comm=firefox target=F00240F7F00240F76602
  type=1400 audit(1361745366.524:1029): apparmor=DENIED operation=capable 
parent=7240 profile=/usr/lib/firefox/firefox{,*[^s][^h]} pid=7675 
comm=firefox capability=19  capname=sys_ptrace
  type=1400 audit(1361745366.524:1030): apparmor=DENIED operation=ptrace 
parent=7240 profile=/usr/lib/firefox/firefox{,*[^s][^h]} pid=7675 
comm=firefox target=F00240F7F00240F76802
  type=1400 audit(1361745366.524:1031): apparmor=DENIED operation=ptrace 
parent=7240 profile=/usr/lib/firefox/firefox{,*[^s][^h]} pid=7675 
comm=firefox target=F00240F7F00240F76802
  type=1400 audit(1361745366.524:1032): apparmor=DENIED operation=ptrace 
parent=7240 profile=/usr/lib/firefox/firefox{,*[^s][^h]} pid=7675 
comm=firefox target=F00240F7F00240F76802
  type=1400 audit(1361745366.524:1033): apparmor=DENIED operation=ptrace 
parent=7240 profile=/usr/lib/firefox/firefox{,*[^s][^h]} pid=7675 
comm=firefox target=F00240F7F00240F76802
  type=1400 audit(1361745366.524:1034): apparmor=DENIED operation=ptrace 
parent=7240 profile=/usr/lib/firefox/firefox{,*[^s][^h]} pid=7675 
comm=firefox target=F00240F7F00240F76802
  type=1400 audit(1361745398.805:1874): apparmor=DENIED operation=ptrace 
parent=7240 profile=/usr/lib/firefox/firefox{,*[^s][^h]} pid=7675 
comm=firefox 

[Desktop-packages] [Bug 1132541] [NEW] GL games cause GPU softreset, xorg-edgers and oibaf graphics-drivers.

2013-02-24 Thread Mike Mestnik
Public bug reported:

Following the instructions:
https://wiki.ubuntu.com/X/Troubleshooting/Freeze

The most annoying bug/issue is that after the soft reset the mouse
cursor is invisible.  If this were fixed I would be most pleased.

As for the overall issue this happens whenever a game is running and can
happen while on another workspace from the game.  There is no particular
game spot that triggers this bug, however there is a separate bug where
rendering stops for a few seconds after picking up gold for the first
time after a long pause, watching videos, in Diablo III/wine.  This
separate bug is not a reset, just a frame that takes a long time to
draw.

The window manager is xfwm4 and the videos are playing in Flash(Hulu)
and AFAIK that's not accelerated until recently that is I'm sure Hulu is
not accelerated even though the Flash player now supports hardware
acceleration.

I'd like to point out that the above page does not indicate what package
to file a bug against.  As for packages for user-space I've only ever
used xorg-edgers combined with oibaf graphics-drivers.  However I did
try the 3.8.0-996-generic kernel and I must say it was a pain to undo
all of my overlay filesystems, please consider including the overlay
filesystem in future builds!

The results are the same with the current kernel.  This had started
after an upgrade about a week ago so I'll attach my dpkg logs for you to
review.

Cheers!

 Have you experienced just one lockup, or have you had a series of these 
 lockups?
 If you've had several, how often does it occur? Every few hours? Once or 
 twice a day? Couple times a week? 

Several, can happen multiple times in a row or can happen about once
every five minutes.  As indecated it can happen even when the GL
application is on another work space.

Shortly after upgrading

 Under what conditions does it seem most likely to reproduce?

D. None of the Above, I've previously explained so please accept this
answer.


I'm sure you want more information, please consider beefing up the above URL... 
 At the vary least indicate what package these bugs should be files against.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xserver-xorg 1:7.6+12ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-38.40-lowlatency-pae 3.2.37
Uname: Linux 3.2.0-38-lowlatency-pae i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
Date: Sun Feb 24 14:29:53 2013
MarkForUpload: True
SourcePackage: xorg
UpgradeStatus: Upgraded to precise on 2012-01-03 (418 days ago)

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


** Tags: apport-bug i386 precise third-party-packages

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

Title:
  GL games cause GPU softreset, xorg-edgers and oibaf graphics-drivers.

Status in “xorg” package in Ubuntu:
  New

Bug description:
  Following the instructions:
  https://wiki.ubuntu.com/X/Troubleshooting/Freeze

  The most annoying bug/issue is that after the soft reset the mouse
  cursor is invisible.  If this were fixed I would be most pleased.

  As for the overall issue this happens whenever a game is running and
  can happen while on another workspace from the game.  There is no
  particular game spot that triggers this bug, however there is a
  separate bug where rendering stops for a few seconds after picking up
  gold for the first time after a long pause, watching videos, in Diablo
  III/wine.  This separate bug is not a reset, just a frame that takes a
  long time to draw.

  The window manager is xfwm4 and the videos are playing in Flash(Hulu)
  and AFAIK that's not accelerated until recently that is I'm sure Hulu
  is not accelerated even though the Flash player now supports hardware
  acceleration.

  I'd like to point out that the above page does not indicate what
  package to file a bug against.  As for packages for user-space I've
  only ever used xorg-edgers combined with oibaf graphics-drivers.
  However I did try the 3.8.0-996-generic kernel and I must say it was a
  pain to undo all of my overlay filesystems, please consider including
  the overlay filesystem in future builds!

  The results are the same with the current kernel.  This had started
  after an upgrade about a week ago so I'll attach my dpkg logs for you
  to review.

  Cheers!

   Have you experienced just one lockup, or have you had a series of these 
lockups?
   If you've had several, how often does it occur? Every few hours? Once 
or twice a day? Couple times a week? 

  Several, can happen multiple times in a row or can happen about once
  every five minutes.  As indecated it can happen even when the GL
  application is on another work space.

  Shortly after upgrading

   Under what conditions does it seem most likely to reproduce?

  D. None of the Above, I've previously explained so please accept this
  answer.

  
  I'm sure you want more information, 

[Desktop-packages] [Bug 1132541] Re: GL games cause GPU softreset, xorg-edgers and oibaf graphics-drivers.

2013-02-24 Thread Mike Mestnik
** Attachment added: dpkg.log
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1132541/+attachment/3545475/+files/dpkg.log

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

Title:
  GL games cause GPU softreset, xorg-edgers and oibaf graphics-drivers.

Status in “xorg” package in Ubuntu:
  New

Bug description:
  Following the instructions:
  https://wiki.ubuntu.com/X/Troubleshooting/Freeze

  The most annoying bug/issue is that after the soft reset the mouse
  cursor is invisible.  If this were fixed I would be most pleased.

  As for the overall issue this happens whenever a game is running and
  can happen while on another workspace from the game.  There is no
  particular game spot that triggers this bug, however there is a
  separate bug where rendering stops for a few seconds after picking up
  gold for the first time after a long pause, watching videos, in Diablo
  III/wine.  This separate bug is not a reset, just a frame that takes a
  long time to draw.

  The window manager is xfwm4 and the videos are playing in Flash(Hulu)
  and AFAIK that's not accelerated until recently that is I'm sure Hulu
  is not accelerated even though the Flash player now supports hardware
  acceleration.

  I'd like to point out that the above page does not indicate what
  package to file a bug against.  As for packages for user-space I've
  only ever used xorg-edgers combined with oibaf graphics-drivers.
  However I did try the 3.8.0-996-generic kernel and I must say it was a
  pain to undo all of my overlay filesystems, please consider including
  the overlay filesystem in future builds!

  The results are the same with the current kernel.  This had started
  after an upgrade about a week ago so I'll attach my dpkg logs for you
  to review.

  Cheers!

   Have you experienced just one lockup, or have you had a series of these 
lockups?
   If you've had several, how often does it occur? Every few hours? Once 
or twice a day? Couple times a week? 

  Several, can happen multiple times in a row or can happen about once
  every five minutes.  As indecated it can happen even when the GL
  application is on another work space.

  Shortly after upgrading

   Under what conditions does it seem most likely to reproduce?

  D. None of the Above, I've previously explained so please accept this
  answer.

  
  I'm sure you want more information, please consider beefing up the above 
URL...  At the vary least indicate what package these bugs should be files 
against.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xserver-xorg 1:7.6+12ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-38.40-lowlatency-pae 3.2.37
  Uname: Linux 3.2.0-38-lowlatency-pae i686
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  Date: Sun Feb 24 14:29:53 2013
  MarkForUpload: True
  SourcePackage: xorg
  UpgradeStatus: Upgraded to precise on 2012-01-03 (418 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1132541/+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 1132541] Re: GL games cause GPU softreset, xorg-edgers and oibaf graphics-drivers.

2013-02-24 Thread Mike Mestnik
** Attachment added: kern.log
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1132541/+attachment/3545476/+files/kern.log

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

Title:
  GL games cause GPU softreset, xorg-edgers and oibaf graphics-drivers.

Status in “xorg” package in Ubuntu:
  New

Bug description:
  Following the instructions:
  https://wiki.ubuntu.com/X/Troubleshooting/Freeze

  The most annoying bug/issue is that after the soft reset the mouse
  cursor is invisible.  If this were fixed I would be most pleased.

  As for the overall issue this happens whenever a game is running and
  can happen while on another workspace from the game.  There is no
  particular game spot that triggers this bug, however there is a
  separate bug where rendering stops for a few seconds after picking up
  gold for the first time after a long pause, watching videos, in Diablo
  III/wine.  This separate bug is not a reset, just a frame that takes a
  long time to draw.

  The window manager is xfwm4 and the videos are playing in Flash(Hulu)
  and AFAIK that's not accelerated until recently that is I'm sure Hulu
  is not accelerated even though the Flash player now supports hardware
  acceleration.

  I'd like to point out that the above page does not indicate what
  package to file a bug against.  As for packages for user-space I've
  only ever used xorg-edgers combined with oibaf graphics-drivers.
  However I did try the 3.8.0-996-generic kernel and I must say it was a
  pain to undo all of my overlay filesystems, please consider including
  the overlay filesystem in future builds!

  The results are the same with the current kernel.  This had started
  after an upgrade about a week ago so I'll attach my dpkg logs for you
  to review.

  Cheers!

   Have you experienced just one lockup, or have you had a series of these 
lockups?
   If you've had several, how often does it occur? Every few hours? Once 
or twice a day? Couple times a week? 

  Several, can happen multiple times in a row or can happen about once
  every five minutes.  As indecated it can happen even when the GL
  application is on another work space.

  Shortly after upgrading

   Under what conditions does it seem most likely to reproduce?

  D. None of the Above, I've previously explained so please accept this
  answer.

  
  I'm sure you want more information, please consider beefing up the above 
URL...  At the vary least indicate what package these bugs should be files 
against.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xserver-xorg 1:7.6+12ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-38.40-lowlatency-pae 3.2.37
  Uname: Linux 3.2.0-38-lowlatency-pae i686
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  Date: Sun Feb 24 14:29:53 2013
  MarkForUpload: True
  SourcePackage: xorg
  UpgradeStatus: Upgraded to precise on 2012-01-03 (418 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1132541/+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 1132541] Re: GL games cause GPU softreset, xorg-edgers and oibaf graphics-drivers.

2013-02-24 Thread Mike Mestnik
Feb 20 04:08:47 (from the kern.log is the first occurrence of GPU
Lockup since Apr  9 01:12:05.  I've been using this system constantly
for GL games and Hulu, so that issue was corrected or vary rare.

This should be helpful, it doesn't show the few hours I was running
3.8.0-996-generic, but it does show that this started when I switched
from 35 to 37.  I'll try 36 in a bit then go back to 35.

cheako@arcadia:/var/log$ uprecords -B
 #   Uptime | System Boot up
+---
-   1 1 day , 02:33:23 | Linux 3.2.0-38-lowlatenc  Sat Feb 23 16:59:50 2013
 2 2 days, 17:04:16 | Linux 3.2.0-37-lowlatenc  Wed Feb 20 04:35:40 2013
 321 days, 08:37:59 | Linux 3.2.0-35-lowlatenc  Tue Jan 29 19:52:35 2013
 432 days, 03:06:10 | Linux 3.2.0-35-lowlatenc  Fri Dec 28 16:44:00 2012
 538 days, 20:46:02 | Linux 3.2.0-33-lowlatenc  Mon Nov 19 19:47:57 2012
 6 8 days, 19:35:28 | Linux 3.2.0-23-lowlatenc  Sat Nov 10 23:19:20 2012
 7 7 days, 10:23:00 | Linux 3.2.0-23-lowlatenc  Sat Nov  3 13:25:20 2012
 813 days, 09:35:54 | Linux 3.2.0-23-lowlatenc  Sun Oct 21 03:02:50 2012
 9 3 days, 00:45:52 | Linux 3.2.0-23-lowlatenc  Wed Oct 17 20:28:39 2012
10 0 days, 16:14:42 | Linux 3.2.0-23-lowlatenc  Wed Oct 17 03:20:03 2012

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

Title:
  GL games cause GPU softreset, xorg-edgers and oibaf graphics-drivers.

Status in “xorg” package in Ubuntu:
  New

Bug description:
  Following the instructions:
  https://wiki.ubuntu.com/X/Troubleshooting/Freeze

  The most annoying bug/issue is that after the soft reset the mouse
  cursor is invisible.  If this were fixed I would be most pleased.

  As for the overall issue this happens whenever a game is running and
  can happen while on another workspace from the game.  There is no
  particular game spot that triggers this bug, however there is a
  separate bug where rendering stops for a few seconds after picking up
  gold for the first time after a long pause, watching videos, in Diablo
  III/wine.  This separate bug is not a reset, just a frame that takes a
  long time to draw.

  The window manager is xfwm4 and the videos are playing in Flash(Hulu)
  and AFAIK that's not accelerated until recently that is I'm sure Hulu
  is not accelerated even though the Flash player now supports hardware
  acceleration.

  I'd like to point out that the above page does not indicate what
  package to file a bug against.  As for packages for user-space I've
  only ever used xorg-edgers combined with oibaf graphics-drivers.
  However I did try the 3.8.0-996-generic kernel and I must say it was a
  pain to undo all of my overlay filesystems, please consider including
  the overlay filesystem in future builds!

  The results are the same with the current kernel.  This had started
  after an upgrade about a week ago so I'll attach my dpkg logs for you
  to review.

  Cheers!

   Have you experienced just one lockup, or have you had a series of these 
lockups?
   If you've had several, how often does it occur? Every few hours? Once 
or twice a day? Couple times a week? 

  Several, can happen multiple times in a row or can happen about once
  every five minutes.  As indecated it can happen even when the GL
  application is on another work space.

  Shortly after upgrading

   Under what conditions does it seem most likely to reproduce?

  D. None of the Above, I've previously explained so please accept this
  answer.

  
  I'm sure you want more information, please consider beefing up the above 
URL...  At the vary least indicate what package these bugs should be files 
against.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xserver-xorg 1:7.6+12ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-38.40-lowlatency-pae 3.2.37
  Uname: Linux 3.2.0-38-lowlatency-pae i686
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: i386
  Date: Sun Feb 24 14:29:53 2013
  MarkForUpload: True
  SourcePackage: xorg
  UpgradeStatus: Upgraded to precise on 2012-01-03 (418 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1132541/+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 843268] Re: gnome-control-center doesn't allow to specify proxy exceptions

2012-12-13 Thread Mike Mestnik
So... a comment about the lack of a vetting process is immediately
followed by a fix with no explanation, nor any testing or user
acceptance.

I don't think so, as stated there are plenty of Proxies in the world and
I've recently discovered that proxy.pac files are vary much a part of
corporate networks these days.  I feel that the kernel/libc network
stack may need to be adjusted long-term for proper proxy support.

However for the time being we will test your ignore list.


** Changed in: gnome-control-center (Ubuntu)
   Status: Fix Committed = Incomplete

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

Title:
  gnome-control-center doesn't allow to specify proxy exceptions

Status in GNOME Control Center:
  Fix Released
Status in “gnome-control-center” package in Ubuntu:
  Incomplete

Bug description:
  gnome-control-center from GNOME 3.0 now doesn't allow to specify the
  proxy ignore list. I have to set them with dconf-editor tool.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.1.91-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  Architecture: amd64
  Date: Tue Sep  6 23:08:10 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/843268/+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 843268] Re: gnome-control-center doesn't allow to specify proxy exceptions

2012-12-13 Thread Mike Mestnik
The bug is incomplete because there has been no testing if the change
implemented does either of these two things.

1. Does what the fix was intended to do.
2. Actually corrects the bug posted here.

Until there is some level of testing and user acceptance, the bug is not
fixed.  Because there is a lack of a better option Incomplete seems most
appropriate.


** Changed in: gnome-control-center (Ubuntu)
   Status: Fix Committed = Incomplete

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

Title:
  gnome-control-center doesn't allow to specify proxy exceptions

Status in GNOME Control Center:
  Fix Released
Status in “gnome-control-center” package in Ubuntu:
  Incomplete

Bug description:
  gnome-control-center from GNOME 3.0 now doesn't allow to specify the
  proxy ignore list. I have to set them with dconf-editor tool.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.1.91-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  Architecture: amd64
  Date: Tue Sep  6 23:08:10 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/843268/+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 868617] Re: [telepathy-gabble] Process takes 100% CPU, polling closed sockets.

2012-08-24 Thread Mike Mestnik
I'm seriously thinking about stopping using Ubuntu, they don't have the
man power Debian has and I feel most of my bugs are just ignored.

Some are trivial, but overall it's not an insignificant list...  for just one 
user:
https://bugs.launchpad.net/~cheako

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

Title:
  [telepathy-gabble] Process takes 100% CPU, polling closed sockets.

Status in Jabber/XMPP connection manager:
  Unknown
Status in “telepathy-gabble” package in Ubuntu:
  Confirmed

Bug description:
  arcadia:~# lsof -np 9041 | grep -e 9u -e 10u
  lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system 
/home/cheako/.gvfs
Output information may be incomplete.
  telepathy 9041 cheako9u  IPv46090575  0t0 TCP 
192.168.172.26:41507-192.168.172.100:9050 (CLOSE_WAIT)
  telepathy 9041 cheako   10u  IPv46090576  0t0 TCP 
192.168.172.26:41508-192.168.172.100:9050 (CLOSE_WAIT)
  arcadia:~# strace -p 9041 21 | head
  Process 9041 attached - interrupt to quit
  poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, 
{fd=9, events=POLLIN}, {fd=10, events=POLLIN}], 5, -1) = 2 ([{fd=9, 
revents=POLLIN}, {fd=10, revents=POLLIN}])
  recv(9, , 4, 0)   = 0
  recv(10, , 4, 0)  = 0
  poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, 
{fd=9, events=POLLIN}, {fd=10, events=POLLIN}], 5, -1) = 2 ([{fd=9, 
revents=POLLIN}, {fd=10, revents=POLLIN}])
  recv(9, , 4, 0)   = 0
  recv(10, , 4, 0)  = 0
  poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, 
{fd=9, events=POLLIN}, {fd=10, events=POLLIN}], 5, -1) = 2 ([{fd=9, 
revents=POLLIN}, {fd=10, revents=POLLIN}])
  recv(9, , 4, 0)   = 0
  recv(10, , 4, 0)  = 0

  
  Firstly it should give up and drop back to select style operation.  Secondly, 
and perhaps more apparent, it should remove the CLOSE_WAIT sockets and 
reconnect.

  It's worth noting that 192.168.172.100:9050 is a socks5 server.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: telepathy-gabble 0.13.5-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0-2.3-generic-pae 3.0.0-rc4
  Uname: Linux 3.0-2-generic-pae i686
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  Date: Wed Oct  5 13:34:14 2011
  ProcEnviron:
   LANGUAGE=en
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: telepathy-gabble
  UpgradeStatus: Upgraded to oneiric on 2011-06-23 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/868617/+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 843268] Re: gnome-control-center doesn't allow to specify proxy exceptions

2012-07-25 Thread Mike Mestnik
For sure, and it's not like there is some one out there behind a bunch
of proxies that would even begin to be able to test new proxy code.
This really will take a community effort, not just some commit by some
one who many not have ever used a proxy.

There surly is something wrong with the vetting process for this to have
slipped in.

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

Title:
  gnome-control-center doesn't allow to specify proxy exceptions

Status in GNOME Control Center:
  Confirmed
Status in “gnome-control-center” package in Ubuntu:
  Triaged

Bug description:
  gnome-control-center from GNOME 3.0 now doesn't allow to specify the
  proxy ignore list. I have to set them with dconf-editor tool.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.1.91-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  Architecture: amd64
  Date: Tue Sep  6 23:08:10 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/843268/+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 9441] Re: the locate pointer option breaks other keybindings

2012-06-21 Thread Mike Mestnik
http://pastebin.com/He2KqUGF

-- 
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/9441

Title:
  the locate pointer option breaks other keybindings

Status in GNOME Control Center:
  Confirmed
Status in “gnome-settings-daemon” package in Ubuntu:
  Triaged

Bug description:
  If 'Locate pointer' mouse feature is enabled (Computer-Desktop
  preferences-Mouse-Cursors-Locate Pointer), and you try to copy file by
  Ctrl+dragging, nautilus will stop responding when you release Ctrl or left 
mouse
  button to drop copy to destination folder. This effectively disables all 
desktop
  operations and panels until nautilus is killed from console.

  Exact sequence to reproduce:
  0) Enable 'Locate pointer' mouse feature
  1) press Ctrl
  2) drag file to destinaton
  3) release Ctrl or left mouse button
  You must FIRST press Ctrl, and THEN begin to drag file - if order is reverse
  operation will success.

  http://bugzilla.gnome.org/show_bug.cgi?id=125618:
  http://bugzilla.gnome.org/show_bug.cgi?id=125618

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/9441/+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 9441] Re: the locate pointer option breaks other keybindings

2012-06-21 Thread Mike Mestnik
The solution for me, using xfce4, was to logout and into gnome-shell.
Then I could change the setting...  Using gconf-editor didn't work, the
option was checked when I looked at it in gnome's control center under
mouse.  When I loged back into xfce4, all was/is good.  xev reports ctl
as it should.

-- 
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/9441

Title:
  the locate pointer option breaks other keybindings

Status in GNOME Control Center:
  Confirmed
Status in “gnome-settings-daemon” package in Ubuntu:
  Triaged

Bug description:
  If 'Locate pointer' mouse feature is enabled (Computer-Desktop
  preferences-Mouse-Cursors-Locate Pointer), and you try to copy file by
  Ctrl+dragging, nautilus will stop responding when you release Ctrl or left 
mouse
  button to drop copy to destination folder. This effectively disables all 
desktop
  operations and panels until nautilus is killed from console.

  Exact sequence to reproduce:
  0) Enable 'Locate pointer' mouse feature
  1) press Ctrl
  2) drag file to destinaton
  3) release Ctrl or left mouse button
  You must FIRST press Ctrl, and THEN begin to drag file - if order is reverse
  operation will success.

  http://bugzilla.gnome.org/show_bug.cgi?id=125618:
  http://bugzilla.gnome.org/show_bug.cgi?id=125618

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/9441/+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 1006019] Re: Empathy can't connect to a Jabber account.

2012-06-05 Thread Mike Mestnik
Bilal Shahid,
  Looks like the logs are devoid of any useful information, this can't possibly 
be our fault.
http://pastebin.com/eijLQ7sm
http://pastebin.com/QhrUHTPi

If Aaron Roydhouse says the only messages he gets are these warning,
then likely he has all the same DEBUG messages I do.


** Changed in: telepathy-gabble (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Empathy can't connect to a Jabber account.

Status in “telepathy-gabble” package in Ubuntu:
  Confirmed

Bug description:
  Hello,
#361731 says to open a new bug.  #576335 seams to have something working, 
however in my case even irc is not connecting.

  http://pastebin.com/eijLQ7sm

  http://pastebin.com/QhrUHTPi

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: telepathy-gabble 0.16.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-6.12-generic-pae 3.2.0-rc6
  Uname: Linux 3.2.0-6-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May 29 11:52:40 2012
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: telepathy-gabble
  UpgradeStatus: Upgraded to precise on 2011-12-21 (159 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-gabble/+bug/1006019/+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 1006019] Re: Empathy can't connect to a Jabber account.

2012-06-05 Thread Mike Mestnik
...You didn't read the report vary well, I'll not repeat myself.

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

Title:
  Empathy can't connect to a Jabber account.

Status in “telepathy-gabble” package in Ubuntu:
  Confirmed

Bug description:
  Hello,
#361731 says to open a new bug.  #576335 seams to have something working, 
however in my case even irc is not connecting.

  http://pastebin.com/eijLQ7sm

  http://pastebin.com/QhrUHTPi

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: telepathy-gabble 0.16.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-6.12-generic-pae 3.2.0-rc6
  Uname: Linux 3.2.0-6-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May 29 11:52:40 2012
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: telepathy-gabble
  UpgradeStatus: Upgraded to precise on 2011-12-21 (159 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-gabble/+bug/1006019/+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 1008213] [NEW] Missing depends on whoopsie.

2012-06-03 Thread Mike Mestnik
Public bug reported:

By depends I mean one of Suggests/Recommends/Depends.  Currently, with
no other changes, I'd say you need Depends.  Thus I think you should
change part of your package to accommodate for systems that don't have
whoopsie installed.

/etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf:91:
policy user=whoopsie

This leads to...
arcadia:~# cat /var/log/upstart/dbus.log
Unknown username whoopsie in message bus configuration file

It's not an error and it doesn't break anything, but it should be easy
for you to change things a little.  One option is to create this user,
though I'd coordinate that with the whoopsie developer.  A perhaps
better solution is to split this configuration out so that is will only
be included if/when whoopsie is installed or the whoopsie user is
available.

Thank you.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: network-manager 0.9.4.0-0ubuntu4.1
ProcVersionSignature: Ubuntu 3.2.0-23.31-lowlatency-pae 3.2.14
Uname: Linux 3.2.0-23-lowlatency-pae i686
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
CRDA: Error: [Errno 2] No such file or directory
Date: Sun Jun  3 15:05:40 2012
IpRoute:
 default via 192.168.172.100 dev eth2  metric 100 
 169.254.0.0/16 dev eth2  scope link  metric 1000 
 192.168.172.0/24 dev eth2  proto kernel  scope link  src 192.168.172.26
IwConfig: Error: [Errno 2] No such file or directory
NetDevice.eth2:
 Error: [Errno 2] No such file or directory
 X: INTERFACE_MAC=f4:6d:04:2c:0a:e1
NetDevice.lo:
 Error: [Errno 2] No such file or directory
 X: INTERFACE_MAC=00:00:00:00:00:00
NetworkManager.state:
 [main]
 NetworkingEnabled=false
 WirelessEnabled=true
 WWANEnabled=false
RfKill: Error: [Errno 2] No such file or directory
SourcePackage: network-manager
UpgradeStatus: Upgraded to precise on 2012-01-03 (152 days ago)
WpaSupplicantLog:
 
nmcli-con:
 NAME  UUID   TYPE  
TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
 Auto eth8 759a3094-00a2-4699-bcb0-99d4662887a6   
802-3-ethernet0never  no
no /org/freedesktop/NetworkManager/Settings/0
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 eth2   802-3-ethernetunmanaged 
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.4.0asleep  disabled  enabled 
enabledenabled disabled

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


** Tags: apport-bug i386 precise third-party-packages

-- 
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/1008213

Title:
  Missing depends on whoopsie.

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

Bug description:
  By depends I mean one of Suggests/Recommends/Depends.  Currently, with
  no other changes, I'd say you need Depends.  Thus I think you should
  change part of your package to accommodate for systems that don't have
  whoopsie installed.

  /etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf:91:
  policy user=whoopsie

  This leads to...
  arcadia:~# cat /var/log/upstart/dbus.log
  Unknown username whoopsie in message bus configuration file

  It's not an error and it doesn't break anything, but it should be easy
  for you to change things a little.  One option is to create this user,
  though I'd coordinate that with the whoopsie developer.  A perhaps
  better solution is to split this configuration out so that is will
  only be included if/when whoopsie is installed or the whoopsie user is
  available.

  Thank you.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.2.0-23.31-lowlatency-pae 3.2.14
  Uname: Linux 3.2.0-23-lowlatency-pae i686
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  Date: Sun Jun  3 15:05:40 2012
  IpRoute:
   default via 192.168.172.100 dev eth2  metric 100 
   169.254.0.0/16 dev eth2  scope link  metric 1000 
   192.168.172.0/24 dev eth2  proto kernel  scope link  src 192.168.172.26
  IwConfig: Error: [Errno 2] No such file or directory
  NetDevice.eth2:
   Error: [Errno 2] No such file or directory
   X: INTERFACE_MAC=f4:6d:04:2c:0a:e1
  NetDevice.lo:
   Error: [Errno 2] No such file or directory
   X: INTERFACE_MAC=00:00:00:00:00:00
  NetworkManager.state:
   [main]
   NetworkingEnabled=false
   WirelessEnabled=true
   WWANEnabled=false
  RfKill: Error: [Errno 2] No such file or directory
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to precise on 2012-01-03 (152 days ago)
  

[Desktop-packages] [Bug 1008213] Re: Missing depends on whoopsie.

2012-06-03 Thread Mike Mestnik
-- 
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/1008213

Title:
  Missing depends on whoopsie.

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

Bug description:
  By depends I mean one of Suggests/Recommends/Depends.  Currently, with
  no other changes, I'd say you need Depends.  Thus I think you should
  change part of your package to accommodate for systems that don't have
  whoopsie installed.

  /etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf:91:
  policy user=whoopsie

  This leads to...
  arcadia:~# cat /var/log/upstart/dbus.log
  Unknown username whoopsie in message bus configuration file

  It's not an error and it doesn't break anything, but it should be easy
  for you to change things a little.  One option is to create this user,
  though I'd coordinate that with the whoopsie developer.  A perhaps
  better solution is to split this configuration out so that is will
  only be included if/when whoopsie is installed or the whoopsie user is
  available.

  Thank you.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu4.1
  ProcVersionSignature: Ubuntu 3.2.0-23.31-lowlatency-pae 3.2.14
  Uname: Linux 3.2.0-23-lowlatency-pae i686
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: i386
  CRDA: Error: [Errno 2] No such file or directory
  Date: Sun Jun  3 15:05:40 2012
  IpRoute:
   default via 192.168.172.100 dev eth2  metric 100 
   169.254.0.0/16 dev eth2  scope link  metric 1000 
   192.168.172.0/24 dev eth2  proto kernel  scope link  src 192.168.172.26
  IwConfig: Error: [Errno 2] No such file or directory
  NetDevice.eth2:
   Error: [Errno 2] No such file or directory
   X: INTERFACE_MAC=f4:6d:04:2c:0a:e1
  NetDevice.lo:
   Error: [Errno 2] No such file or directory
   X: INTERFACE_MAC=00:00:00:00:00:00
  NetworkManager.state:
   [main]
   NetworkingEnabled=false
   WirelessEnabled=true
   WWANEnabled=false
  RfKill: Error: [Errno 2] No such file or directory
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to precise on 2012-01-03 (152 days ago)
  WpaSupplicantLog:
   
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Auto eth8 759a3094-00a2-4699-bcb0-99d4662887a6   
802-3-ethernet0never  no
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth2   802-3-ethernetunmanaged 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.4.0asleep  disabled  enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1008213/+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 1006019] Re: Empathy can't connect to a Jabber account.

2012-05-29 Thread Mike Mestnik
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to telepathy-gabble in Ubuntu.
https://bugs.launchpad.net/bugs/1006019

Title:
  Empathy can't connect to a Jabber account.

Status in “telepathy-gabble” package in Ubuntu:
  New

Bug description:
  Hello,
#361731 says to open a new bug.  #576335 seams to have something working, 
however in my case even irc is not connecting.

  http://pastebin.com/eijLQ7sm

  http://pastebin.com/QhrUHTPi

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: telepathy-gabble 0.16.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-6.12-generic-pae 3.2.0-rc6
  Uname: Linux 3.2.0-6-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May 29 11:52:40 2012
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: telepathy-gabble
  UpgradeStatus: Upgraded to precise on 2011-12-21 (159 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-gabble/+bug/1006019/+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 1006019] [NEW] Empathy can't connect to a Jabber account.

2012-05-29 Thread Mike Mestnik
Public bug reported:

Hello,
  #361731 says to open a new bug.  #576335 seams to have something working, 
however in my case even irc is not connecting.

http://pastebin.com/eijLQ7sm

http://pastebin.com/QhrUHTPi

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: telepathy-gabble 0.16.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-6.12-generic-pae 3.2.0-rc6
Uname: Linux 3.2.0-6-generic-pae i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Tue May 29 11:52:40 2012
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=C
 SHELL=/bin/bash
SourcePackage: telepathy-gabble
UpgradeStatus: Upgraded to precise on 2011-12-21 (159 days ago)

** Affects: telepathy-gabble (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise

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

Title:
  Empathy can't connect to a Jabber account.

Status in “telepathy-gabble” package in Ubuntu:
  New

Bug description:
  Hello,
#361731 says to open a new bug.  #576335 seams to have something working, 
however in my case even irc is not connecting.

  http://pastebin.com/eijLQ7sm

  http://pastebin.com/QhrUHTPi

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: telepathy-gabble 0.16.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-6.12-generic-pae 3.2.0-rc6
  Uname: Linux 3.2.0-6-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Tue May 29 11:52:40 2012
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: telepathy-gabble
  UpgradeStatus: Upgraded to precise on 2011-12-21 (159 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-gabble/+bug/1006019/+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 954666] Re: File: Digital Signatures and Protect missing GPG support.

2012-03-14 Thread Mike Mestnik
Hello Christopher,
  When you add Won't Fix to a bugs status it removes it from the Upstream 
status Report.
https://wiki.ubuntu.com/Bugs/Upstream/UpstreamReport

This gives the libreoffice pkg a skewed view to upstream of how well
we're(Ubuntu) is doing at linking and forwarding bugs.

Plus, even though it is my responsibility to ensure that this linkage
happens it's actually impossible for every user to understand how every
pkg is to file bugs upstream.  It's laughable that Canonical could
consider educating every user about every pkgs upstream!

Thus I fear you'll have to forward a great deal of bugs, if you're
interested in a clean UpstreamReport.  Please leave unsolved issues
open, if upstream want's to close this as Won't Fix that's there
decision, and try and go back a remove this status wherever else you may
have erroneously set it.

Thank you.


** Description changed:

- Firstly the Digital Signatures feature seams impossible to use.  How can
- I import my Certificate, in the rare case that I have one?
- 
- Digital Signatures seams to be based off the use of Certificates, many
+ Digital Signatures seem to be based off the use of Certificates, many
  ppl have and sign PGP/GPG keys.  Signing documents using GPG keys is an
  important feature.
  
  Protection by password only?  This is where GPG support is important,
  although certificates could be used for this also.
+ 
+ Edit: remove this from the report, it has been solved.
+ Firstly the Digital Signatures feature seams impossible to use.  How can I 
import my Certificate, in the rare case that I have one?
+ End Edit
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic-pae 3.2.6
  Uname: Linux 3.2.0-17-generic-pae i686
  ApportVersion: 1.93-0ubuntu2
  Architecture: i386
  Date: Tue Mar 13 21:02:52 2012
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to precise on 2012-01-01 (72 days ago)

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

Title:
  File: Digital Signatures and Protect missing GPG support.

Status in “libreoffice” package in Ubuntu:
  Won't Fix

Bug description:
  Digital Signatures seem to be based off the use of Certificates, many
  ppl have and sign PGP/GPG keys.  Signing documents using GPG keys is
  an important feature.

  Protection by password only?  This is where GPG support is important,
  although certificates could be used for this also.

  Edit: remove this from the report, it has been solved.
  Firstly the Digital Signatures feature seams impossible to use.  How can I 
import my Certificate, in the rare case that I have one?
  End Edit

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic-pae 3.2.6
  Uname: Linux 3.2.0-17-generic-pae i686
  ApportVersion: 1.93-0ubuntu2
  Architecture: i386
  Date: Tue Mar 13 21:02:52 2012
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to precise on 2012-01-01 (72 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/954666/+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 905686] Re: nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: Assertion `ret != inval_id' failed.

2012-03-13 Thread Mike Mestnik
Mahyar,
   I haven't had this in a while, however it's never glitched my grfx.  What 
driver/card do you have?  Any extra options enabled?

I use also Gnome Shell, more information on your issue would be nice.

-- 
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/905686

Title:
  nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID:
  Assertion `ret != inval_id' failed.

Status in Modular X11 Libraries:
  Confirmed
Status in “libx11” package in Ubuntu:
  Triaged
Status in “nautilus” package in Ubuntu:
  Triaged

Bug description:
  Here is a backtrace from Ubuntu Precise.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: nautilus 1:3.2.1-2ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-5.11-generic-pae 3.2.0-rc5
  Uname: Linux 3.2.0-5-generic-pae i686
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  AssertionMessage: nautilus: ../../src/xcb_io.c:528: _XAllocID: Assertion `ret 
!= inval_id' failed.
  Date: Sat Dec 17 14:16:03 2011
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/nautilus
  ExecutableTimestamp: 1324036665
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  ProcCmdline: nautilus -n
  ProcCwd: /
  Signal: 6
  SourcePackage: nautilus
  StacktraceTop:
   __kernel_vsyscall ()
   raise () from /lib/i386-linux-gnu/libc.so.6
   abort () from /lib/i386-linux-gnu/libc.so.6
   __assert_fail () from /lib/i386-linux-gnu/libc.so.6
   _XAllocID () from /usr/lib/i386-linux-gnu/libX11.so.6
  Title: nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: 
Assertion `ret != inval_id' failed.
  UpgradeStatus: Upgraded to precise on 2011-12-16 (1 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare 
vboxusers

To manage notifications about this bug go to:
https://bugs.launchpad.net/xlibs/+bug/905686/+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 954666] [NEW] File: Digital Signatures and Protect missing GPG support.

2012-03-13 Thread Mike Mestnik
Public bug reported:

Firstly the Digital Signatures feature seams impossible to use.  How can
I import my Certificate, in the rare case that I have one?

Digital Signatures seams to be based off the use of Certificates, many
ppl have and sign PGP/GPG keys.  Signing documents using GPG keys is an
important feature.

Protection by password only?  This is where GPG support is important,
although certificates could be used for this also.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: libreoffice (not installed)
ProcVersionSignature: Ubuntu 3.2.0-17.26-generic-pae 3.2.6
Uname: Linux 3.2.0-17-generic-pae i686
ApportVersion: 1.93-0ubuntu2
Architecture: i386
Date: Tue Mar 13 21:02:52 2012
SourcePackage: libreoffice
UpgradeStatus: Upgraded to precise on 2012-01-01 (72 days ago)

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


** Tags: apport-bug i386 precise wishlist

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

Title:
  File: Digital Signatures and Protect missing GPG support.

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Firstly the Digital Signatures feature seams impossible to use.  How
  can I import my Certificate, in the rare case that I have one?

  Digital Signatures seams to be based off the use of Certificates, many
  ppl have and sign PGP/GPG keys.  Signing documents using GPG keys is
  an important feature.

  Protection by password only?  This is where GPG support is important,
  although certificates could be used for this also.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic-pae 3.2.6
  Uname: Linux 3.2.0-17-generic-pae i686
  ApportVersion: 1.93-0ubuntu2
  Architecture: i386
  Date: Tue Mar 13 21:02:52 2012
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to precise on 2012-01-01 (72 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/954666/+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 954666] Re: File: Digital Signatures and Protect missing GPG support.

2012-03-13 Thread Mike Mestnik
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/954666

Title:
  File: Digital Signatures and Protect missing GPG support.

Status in “libreoffice” package in Ubuntu:
  New

Bug description:
  Firstly the Digital Signatures feature seams impossible to use.  How
  can I import my Certificate, in the rare case that I have one?

  Digital Signatures seams to be based off the use of Certificates, many
  ppl have and sign PGP/GPG keys.  Signing documents using GPG keys is
  an important feature.

  Protection by password only?  This is where GPG support is important,
  although certificates could be used for this also.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libreoffice (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic-pae 3.2.6
  Uname: Linux 3.2.0-17-generic-pae i686
  ApportVersion: 1.93-0ubuntu2
  Architecture: i386
  Date: Tue Mar 13 21:02:52 2012
  SourcePackage: libreoffice
  UpgradeStatus: Upgraded to precise on 2012-01-01 (72 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/954666/+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 843268] Re: gnome-control-center doesn't allow to specify proxy exceptions

2012-02-07 Thread Mike Mestnik
I would love to form a project/team/comity that would work with
developers and package maintainers to address proxy issues and also
maintain a minimum compliance specification.   This task defiantly needs
Linux Plumbers type endeavor.

I believe that proxy support needs to be a future release goal!  However
in order for this to flower it needs support from within the community!
Currently me and a few other users have little chance of effecting any
real change.

Any suggestions on how this effort can get some attention?

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

Title:
  gnome-control-center doesn't allow to specify proxy exceptions

Status in GNOME Control Center:
  Confirmed
Status in “gnome-control-center” package in Ubuntu:
  Triaged

Bug description:
  gnome-control-center from GNOME 3.0 now doesn't allow to specify the
  proxy ignore list. I have to set them with dconf-editor tool.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.1.91-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  Architecture: amd64
  Date: Tue Sep  6 23:08:10 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/843268/+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 744836] Re: gvfsd-metadata crashed with SIGSEGV

2012-01-31 Thread Mike Mestnik
I'd just like to update the record to include the trouble shooting steps
for defective media.  However after attempting to do so I realized I was
no expert.  Trying again seams best.  Once an issue is reported by
multiple media using multiple devices, it most likely is not defective
media.  Multiple different media with defects would likely express an
array of different problems, save for failing a media verification step,
not the same problem over and over again.

However a problem can be specific to a certain configuration, so
determining the details of the configuration is a necessary
troubleshooting step.  Furthermore just because a configuration works
100 times, does not mean that it will not fail 10,000,000 times and the
reverse is also true.

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

Title:
  gvfsd-metadata crashed with SIGSEGV

Status in GVFS:
  Confirmed
Status in “gvfs” package in Ubuntu:
  Triaged
Status in “gvfs” source package in Natty:
  Triaged
Status in “gvfs” source package in Oneiric:
  Triaged

Bug description:
  Testing screen-reader installation for Natty Narwhal Beta2. image is
  Ubuntu-desktop-i386.iso, dated 2011-04-13.

  1. start system with the cd in drive
  2. hit any key after bios checks to get the cd menu
  3. hit F5
  4. down-arrow three times to screen-reader
  5. enter two times
  when desktop stops, orca starts and this error will appear shortly.

  After the live desktop started, I used Alt+F1, right-arrow, right-
  arrow, down-arrow to select install 11.04. This error appears on
  screen.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: gvfs 1.7.3-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-7.38-generic 2.6.38
  Uname: Linux 2.6.38-7-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  CrashCounter: 1
  Date: Tue Mar 29 10:20:24 2011
  ExecutablePath: /usr/lib/gvfs/gvfsd-metadata
  ProcCmdline: /usr/lib/gvfs/gvfsd-metadata
  ProcEnviron:
   SHELL=/bin/bash
   LANGUAGE=en_US:en
   LANG=en_US.utf8
  SegvAnalysis:
   Segfault happened at: 0x804c92d: mov0x8(%edx),%edx
   PC (0x0804c92d) ok
   source 0x8(%edx) (0x0008) not located in a known VMA region (needed 
readable region)!
   destination %edx ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gvfs
  StacktraceTop:
   ?? ()
   ?? ()
   ?? ()
   ?? ()
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  Title: gvfsd-metadata crashed with SIGSEGV
  UpgradeStatus: Upgraded to natty on 2011-03-04 (24 days ago)
  UserGroups: adm admin audio cdrom dialout lp lpadmin netdev plugdev 
sambashare vboxusers

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/744836/+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 744836] Re: gvfsd-metadata crashed with SIGSEGV

2012-01-31 Thread Mike Mestnik
badblocks -n comes to mind.  If the bootable USB drive passes this
test, then it's 100% good.

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

Title:
  gvfsd-metadata crashed with SIGSEGV

Status in GVFS:
  Confirmed
Status in “gvfs” package in Ubuntu:
  Triaged
Status in “gvfs” source package in Natty:
  Triaged
Status in “gvfs” source package in Oneiric:
  Triaged

Bug description:
  Testing screen-reader installation for Natty Narwhal Beta2. image is
  Ubuntu-desktop-i386.iso, dated 2011-04-13.

  1. start system with the cd in drive
  2. hit any key after bios checks to get the cd menu
  3. hit F5
  4. down-arrow three times to screen-reader
  5. enter two times
  when desktop stops, orca starts and this error will appear shortly.

  After the live desktop started, I used Alt+F1, right-arrow, right-
  arrow, down-arrow to select install 11.04. This error appears on
  screen.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: gvfs 1.7.3-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-7.38-generic 2.6.38
  Uname: Linux 2.6.38-7-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  CrashCounter: 1
  Date: Tue Mar 29 10:20:24 2011
  ExecutablePath: /usr/lib/gvfs/gvfsd-metadata
  ProcCmdline: /usr/lib/gvfs/gvfsd-metadata
  ProcEnviron:
   SHELL=/bin/bash
   LANGUAGE=en_US:en
   LANG=en_US.utf8
  SegvAnalysis:
   Segfault happened at: 0x804c92d: mov0x8(%edx),%edx
   PC (0x0804c92d) ok
   source 0x8(%edx) (0x0008) not located in a known VMA region (needed 
readable region)!
   destination %edx ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gvfs
  StacktraceTop:
   ?? ()
   ?? ()
   ?? ()
   ?? ()
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  Title: gvfsd-metadata crashed with SIGSEGV
  UpgradeStatus: Upgraded to natty on 2011-03-04 (24 days ago)
  UserGroups: adm admin audio cdrom dialout lp lpadmin netdev plugdev 
sambashare vboxusers

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/744836/+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 744836] Re: gvfsd-metadata crashed with SIGSEGV

2012-01-31 Thread Mike Mestnik
I should learn to keep my mouth shut.  badblocks -n is likely to cause
USB flash defects, however it would indicate that the drive WAS 110%
good.

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

Title:
  gvfsd-metadata crashed with SIGSEGV

Status in GVFS:
  Confirmed
Status in “gvfs” package in Ubuntu:
  Triaged
Status in “gvfs” source package in Natty:
  Triaged
Status in “gvfs” source package in Oneiric:
  Triaged

Bug description:
  Testing screen-reader installation for Natty Narwhal Beta2. image is
  Ubuntu-desktop-i386.iso, dated 2011-04-13.

  1. start system with the cd in drive
  2. hit any key after bios checks to get the cd menu
  3. hit F5
  4. down-arrow three times to screen-reader
  5. enter two times
  when desktop stops, orca starts and this error will appear shortly.

  After the live desktop started, I used Alt+F1, right-arrow, right-
  arrow, down-arrow to select install 11.04. This error appears on
  screen.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: gvfs 1.7.3-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-7.38-generic 2.6.38
  Uname: Linux 2.6.38-7-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  CrashCounter: 1
  Date: Tue Mar 29 10:20:24 2011
  ExecutablePath: /usr/lib/gvfs/gvfsd-metadata
  ProcCmdline: /usr/lib/gvfs/gvfsd-metadata
  ProcEnviron:
   SHELL=/bin/bash
   LANGUAGE=en_US:en
   LANG=en_US.utf8
  SegvAnalysis:
   Segfault happened at: 0x804c92d: mov0x8(%edx),%edx
   PC (0x0804c92d) ok
   source 0x8(%edx) (0x0008) not located in a known VMA region (needed 
readable region)!
   destination %edx ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gvfs
  StacktraceTop:
   ?? ()
   ?? ()
   ?? ()
   ?? ()
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  Title: gvfsd-metadata crashed with SIGSEGV
  UpgradeStatus: Upgraded to natty on 2011-03-04 (24 days ago)
  UserGroups: adm admin audio cdrom dialout lp lpadmin netdev plugdev 
sambashare vboxusers

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/744836/+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 209488] Re: jockey-gtk crashed with SIGSEGV in XChangeProperty()

2012-01-21 Thread Mike Mestnik
Does it look like this is the same?

bamestnik@arcadia:~$ gdb huludesktop 
GNU gdb (Ubuntu/Linaro 7.3.92-0ubuntu2) 7.3.92
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i686-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/huludesktop...(no debugging symbols found)...done.
(gdb) r
Starting program: /usr/bin/huludesktop 
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/i386-linux-gnu/libthread_db.so.1.
[New Thread 0xb5f29b70 (LWP 29060)]
[New Thread 0xb5728b70 (LWP 29061)]
[New Thread 0xb4f27b70 (LWP 29062)]
[New Thread 0xb4726b70 (LWP 29063)]
[New Thread 0xb3f25b70 (LWP 29064)]
[New Thread 0xb3724b70 (LWP 29065)]
[New Thread 0xb256fb70 (LWP 29066)]

Gdk-WARNING **: gdk_window_new(): parent is destroyed


Gdk-CRITICAL **: IA__gdk_window_get_display: assertion `GDK_IS_WINDOW (window)' 
failed

Gdk-CRITICAL **: IA__gdk_x11_get_xatom_by_name_for_display: assertion
`GDK_IS_DISPLAY (display)' failed

Gdk-WARNING **:
/build/buildd/gtk+2.0-2.24.8/gdk/x11/gdkdrawable-x11.c:952 drawable is
not a pixmap or window

Gdk-CRITICAL **: IA__gdk_x11_display_get_xdisplay: assertion
`GDK_IS_DISPLAY (display)' failed

Program received signal SIGSEGV, Segmentation fault.
0x44d5c8ca in XChangeProperty () from /usr/lib/i386-linux-gnu/libX11.so.6
(gdb) bt
#0  0x44d5c8ca in XChangeProperty () from /usr/lib/i386-linux-gnu/libX11.so.6
#1  0xb7e36638 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
#2  0xb7cae035 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
#3  0xb77b453c in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#4  0xb77b19dd in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#5  0xb77b2f8c in g_closure_invoke ()
   from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#6  0xb77c4c9f in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#7  0xb77cc0c2 in g_signal_emit_valist ()
   from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#8  0xb77cc253 in g_signal_emit ()
   from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#9  0xb7db77eb in gtk_widget_realize ()
   from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
#10 0xb7dc33f5 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
#11 0xb7cae309 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
#12 0xb77b453c in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#13 0xb77b19dd in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#14 0xb77b2f8c in g_closure_invoke ()
   from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#15 0xb77c4c9f in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
---Type return to continue, or q return to quit--- 
#16 0xb77cc0c2 in g_signal_emit_valist ()
   from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#17 0xb77cc253 in g_signal_emit ()
   from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#18 0xb7db89da in gtk_widget_show ()
   from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
#19 0xb6396458 in ?? () from /opt/google/chrome/libgcflashplayer.so
#20 0xb638babb in ?? () from /opt/google/chrome/libgcflashplayer.so
#21 0xb6392574 in ?? () from /opt/google/chrome/libgcflashplayer.so
#22 0x0804e389 in ?? ()
#23 0x0804e0ea in ?? ()
#24 0xb7c76752 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
#25 0xb77b2f8c in g_closure_invoke ()
   from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#26 0xb77c4845 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#27 0xb77cbfe7 in g_signal_emit_valist ()
   from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#28 0xb77cc253 in g_signal_emit ()
   from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#29 0xb7dafef3 in ?? () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
#30 0xb7c74f44 in gtk_main_do_event ()
   from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
#31 0xb7ae6898 in ?? () from /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so.0
---Type return to continue, or q return to quit---
#32 0xb79dd6ea in g_main_context_dispatch ()
   from /lib/i386-linux-gnu/libglib-2.0.so.0
#33 0xb79ddaf5 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#34 0xb79ddf3b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
#35 0xb7c73a9f in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
#36 0x0804f9bb in ?? ()
#37 0xb782e113 in __libc_start_main () from /lib/i386-linux-gnu/libc.so.6
#38 0xb7ffeff4 in ?? () from /lib/ld-linux.so.2
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

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

Title:
  jockey-gtk crashed with SIGSEGV in 

[Desktop-packages] [Bug 918879] Re: Firefox apparmor profile, WebGL/DRI and libc corrections.

2012-01-19 Thread Mike Mestnik
-- 
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/918879

Title:
  Firefox apparmor profile, WebGL/DRI and libc corrections.

Status in “firefox” package in Ubuntu:
  New

Bug description:
  libc: It's hard to find an application that dosn't read ld.so.preload,
  so all apparmor profiles should define it.

  WebGL is calling DRI on my system and that means reading drirc.

  Thanks!

  diff -u -r1.1 /etc/apparmor.d/usr.bin.firefox
  --- /etc/apparmor.d/usr.bin.firefox   2012/01/19 19:49:40 1.1
  +++ /etc/apparmor.d/usr.bin.firefox   2012/01/19 19:51:49
  @@ -62,6 +62,7 @@
 deny /boot/vmlinuz* r,
 deny /var/cache/fontconfig/ w,
 deny @{HOME}/.local/share/recently-used.xbel r,
  +  deny /etc/ld.so.preload r,
   
 # TODO: investigate
 deny /usr/bin/gconftool-2 x,
  @@ -138,6 +139,7 @@
 /usr/bin/mkfifo Uxr,   # TODO: investigate
 /bin/ps Uxr,   # TODO: child profile
 /bin/uname Uxr,# TODO: child profile
  +  /etc/drirc r,
   
 # Site-specific additions and overrides. See local/README for details.
 #include local/usr.bin.firefox

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 10.0~b2+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0-2.3-generic-pae 3.0.0-rc4
  Uname: Linux 3.0-2-generic-pae i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: SB [HDA ATI SB], device 0: VT2020 Analog [VT2020 Analog]
 Subdevices: 2/2
 Subdevice #0: subdevice #0
 Subdevice #1: subdevice #1
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC1', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D3p', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D1p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  BuildID: 20120102174747
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'SB'/'HDA ATI SB at 0xfe3f8000 irq 16'
 Mixer name : 'VIA VT2020'
 Components : 'HDA:11060441,104383e4,00100100'
 Controls  : 33
 Simple ctrls  : 19
  Card1.Amixer.info:
   Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfe9ec000 irq 88'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,0010'
 Controls  : 4
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Channel: beta
  Date: Thu Jan 19 13:52:18 2012
  ForcedLayersAccel: False
  IpRoute:
   default via 192.168.172.100 dev eth2  metric 100 
   169.254.0.0/16 dev eth2  scope link  metric 1000 
   192.168.172.0/24 dev eth2  proto kernel  scope link  src 192.168.172.26
  IwConfig: Error: [Errno 2] No such file or directory
  ProcEnviron:
   LANGUAGE=en
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=10.0/20120102174747
  PulseSinks: Error: command ['pacmd', 'list-sinks'] failed with exit code 127: 
pacmd: error while loading shared libraries: 
libpulsecommon-UNKNOWN.UNKNOWN.UNKNOWN.so: cannot open shared object file: No 
such file or directory
  PulseSources: Error: command ['pacmd', 'list-sources'] failed with exit code 
127: pacmd: error while loading shared libraries: 
libpulsecommon-UNKNOWN.UNKNOWN.UNKNOWN.so: cannot open shared object file: No 
such file or directory
  RfKill: Error: [Errno 2] No such file or directory
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: Upgraded to precise on 2012-01-01 (17 days ago)
  WpaSupplicantLog:
   
  dmi.bios.date: 02/17/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1902
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: Crosshair IV Formula
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1902:bd02/17/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnCrosshairIVFormula:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  mtime.conffile..etc.apparmor.d.usr.bin.firefox: 2012-01-19T13:51:49.097296

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

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

[Desktop-packages] [Bug 918879] [NEW] Firefox apparmor profile, WebGL/DRI and libc corrections.

2012-01-19 Thread Mike Mestnik
Public bug reported:

libc: It's hard to find an application that dosn't read ld.so.preload,
so all apparmor profiles should define it.

WebGL is calling DRI on my system and that means reading drirc.

Thanks!

diff -u -r1.1 /etc/apparmor.d/usr.bin.firefox
--- /etc/apparmor.d/usr.bin.firefox 2012/01/19 19:49:40 1.1
+++ /etc/apparmor.d/usr.bin.firefox 2012/01/19 19:51:49
@@ -62,6 +62,7 @@
   deny /boot/vmlinuz* r,
   deny /var/cache/fontconfig/ w,
   deny @{HOME}/.local/share/recently-used.xbel r,
+  deny /etc/ld.so.preload r,
 
   # TODO: investigate
   deny /usr/bin/gconftool-2 x,
@@ -138,6 +139,7 @@
   /usr/bin/mkfifo Uxr, # TODO: investigate
   /bin/ps Uxr, # TODO: child profile
   /bin/uname Uxr,  # TODO: child profile
+  /etc/drirc r,
 
   # Site-specific additions and overrides. See local/README for details.
   #include local/usr.bin.firefox

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: firefox 10.0~b2+build1-0ubuntu1
ProcVersionSignature: Ubuntu 3.0-2.3-generic-pae 3.0.0-rc4
Uname: Linux 3.0-2-generic-pae i686
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.90-0ubuntu1
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: SB [HDA ATI SB], device 0: VT2020 Analog [VT2020 Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC1', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D3p', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D0c', 
'/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D1p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
BuildID: 20120102174747
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xfe3f8000 irq 16'
   Mixer name   : 'VIA VT2020'
   Components   : 'HDA:11060441,104383e4,00100100'
   Controls  : 33
   Simple ctrls  : 19
Card1.Amixer.info:
 Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfe9ec000 irq 88'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,0010'
   Controls  : 4
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Channel: beta
Date: Thu Jan 19 13:52:18 2012
ForcedLayersAccel: False
IpRoute:
 default via 192.168.172.100 dev eth2  metric 100 
 169.254.0.0/16 dev eth2  scope link  metric 1000 
 192.168.172.0/24 dev eth2  proto kernel  scope link  src 192.168.172.26
IwConfig: Error: [Errno 2] No such file or directory
ProcEnviron:
 LANGUAGE=en
 PATH=(custom, no user)
 LANG=C
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=10.0/20120102174747
PulseSinks: Error: command ['pacmd', 'list-sinks'] failed with exit code 127: 
pacmd: error while loading shared libraries: 
libpulsecommon-UNKNOWN.UNKNOWN.UNKNOWN.so: cannot open shared object file: No 
such file or directory
PulseSources: Error: command ['pacmd', 'list-sources'] failed with exit code 
127: pacmd: error while loading shared libraries: 
libpulsecommon-UNKNOWN.UNKNOWN.UNKNOWN.so: cannot open shared object file: No 
such file or directory
RfKill: Error: [Errno 2] No such file or directory
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: Upgraded to precise on 2012-01-01 (17 days ago)
WpaSupplicantLog:
 
dmi.bios.date: 02/17/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1902
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: Crosshair IV Formula
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1902:bd02/17/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnCrosshairIVFormula:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
mtime.conffile..etc.apparmor.d.usr.bin.firefox: 2012-01-19T13:51:49.097296

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


** Tags: apparmor apport-bug beta-channel i386 patch precise

-- 
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/918879

Title:
  Firefox apparmor profile, WebGL/DRI and libc corrections.

Status in “firefox” package in Ubuntu:
  New

Bug description:
  libc: It's hard to find an application that dosn't read ld.so.preload,
  so all apparmor profiles should define it.

  WebGL is calling DRI on my system and that means reading drirc.

  Thanks!

  diff -u -r1.1 /etc/apparmor.d/usr.bin.firefox
  --- /etc/apparmor.d/usr.bin.firefox   2012/01/19 19:49:40 1.1
  +++ 

[Desktop-packages] [Bug 909749] Re: gvfsd-metadata crashed with SIGSEGV

2011-12-29 Thread Mike Mestnik
*** This bug is a duplicate of bug 744836 ***
https://bugs.launchpad.net/bugs/744836


** Visibility changed to: Public

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

Title:
  gvfsd-metadata crashed with SIGSEGV

Status in “gvfs” package in Ubuntu:
  New

Bug description:
  Another core file, another bug.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gvfs-daemons 1.10.1-1ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-6.12-generic-pae 3.2.0-rc6
  Uname: Linux 3.2.0-6-generic-pae i686
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  Date: Thu Dec 29 09:11:13 2011
  ExecutablePath: /usr/lib/gvfs/gvfsd-metadata
  ExecutableTimestamp: 1321512664
  ProcCmdline: /usr/lib/gvfs/gvfsd-metadata
  ProcCwd: /
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, no user)
   LANG=C
  SegvAnalysis:
   Segfault happened at: 0x804c7da: mov0x8(%edx),%edx
   PC (0x0804c7da) ok
   source 0x8(%edx) (0x0008) not located in a known VMA region (needed 
readable region)!
   destination %edx ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gvfs
  StacktraceTop:
   ?? ()
   ?? ()
   ?? ()
   ?? ()
   ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  Title: gvfsd-metadata crashed with SIGSEGV
  UpgradeStatus: Upgraded to precise on 2011-12-21 (7 days ago)
  UserGroups: cdrom plugdev pulse-access sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/909749/+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 909750] Re: nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: Assertion `ret != inval_id' failed.

2011-12-29 Thread Mike Mestnik
** Visibility changed to: Public

-- 
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/909750

Title:
  nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID:
  Assertion `ret != inval_id' failed.

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Another core file, another bug.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: nautilus 1:3.2.1-2ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-6.12-generic-pae 3.2.0-rc6
  Uname: Linux 3.2.0-6-generic-pae i686
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  AssertionMessage: nautilus: ../../src/xcb_io.c:528: _XAllocID: Assertion `ret 
!= inval_id' failed.
  Date: Thu Dec 29 09:04:30 2011
  DuplicateOf: https://bugs.launchpad.net/bugs/905686
  ExecutablePath: /usr/bin/nautilus
  ProcCmdline: nautilus -n
  ProcEnviron:
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: nautilus
  StacktraceTop:
   __kernel_vsyscall ()
   raise () from /lib/i386-linux-gnu/libc.so.6
   abort () from /lib/i386-linux-gnu/libc.so.6
   __assert_fail () from /lib/i386-linux-gnu/libc.so.6
   _XAllocID () from /usr/lib/i386-linux-gnu/libX11.so.6
  Title: nautilus assert failure: nautilus: ../../src/xcb_io.c:528: _XAllocID: 
Assertion `ret != inval_id' failed.
  UpgradeStatus: Upgraded to precise on 2011-12-21 (7 days ago)
  UserGroups: cdrom plugdev pulse-access sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/909750/+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 843268] Re: gnome-control-center doesn't allow to specify proxy exceptions

2011-11-06 Thread Mike Mestnik
Unfortunately proxy support is currently lacking and there will likely
not be any solution.

From what I can tell proxy support was re-engendered and the new
implementation is inadequate.  It's unclear if there will be any further
development and the previous implementation will likely not be re-
implemented... that's my guess at least.

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

Title:
  gnome-control-center doesn't allow to specify proxy exceptions

Status in GNOME Control Center:
  Confirmed
Status in “gnome-control-center” package in Ubuntu:
  Triaged

Bug description:
  gnome-control-center from GNOME 3.0 now doesn't allow to specify the
  proxy ignore list. I have to set them with dconf-editor tool.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.1.91-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  Architecture: amd64
  Date: Tue Sep  6 23:08:10 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/843268/+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 843268] Re: gnome-control-center doesn't allow to specify proxy exceptions

2011-11-03 Thread Mike Mestnik
This is also an issue in Debian and I've attempted to create a task
force dedicated to assisting developers and packagers with maintaining
stable proxy support.

However there is at least one person, with no objections other then
myself, who believes that patches for proxy support should not be forced
onto the developers and packagers.

I believe that proxy support should be a release goal(for some release
after next) and failure to comply(that is to chose the best proxy patch
and apply it.. or else) should result to being pushed out of main...
into contrib perhaps.

http://lists.debian.org/debian-devel/2011/09/msg00425.html

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

Title:
  gnome-control-center doesn't allow to specify proxy exceptions

Status in GNOME Control Center:
  Confirmed
Status in “gnome-control-center” package in Ubuntu:
  Triaged

Bug description:
  gnome-control-center from GNOME 3.0 now doesn't allow to specify the
  proxy ignore list. I have to set them with dconf-editor tool.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.1.91-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  Architecture: amd64
  Date: Tue Sep  6 23:08:10 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/843268/+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 843268] Re: gnome-control-center doesn't allow to specify proxy exceptions

2011-11-03 Thread Mike Mestnik
A good start would be a bug database(perhaps a tag in launchpad and
bugs.d.o) with perhaps a wiki that would outline the current status and
issues with running behind a proxy.  The main goal would help /new/
users in the trial and error department with a secondary goal to
identify how much work would be involved and where assistance is needed.

I should point out that at this time I'm no-longer behind a proxy,
however I am behind a NAT and this presents some of the same issues with
regard to how to establish in-bound connections.  One question is to
decide is weather to include UPnP as a sort of proxy as it is a tool
that applications interested in creating network sockets may need to be
configured to use.

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

Title:
  gnome-control-center doesn't allow to specify proxy exceptions

Status in GNOME Control Center:
  Confirmed
Status in “gnome-control-center” package in Ubuntu:
  Triaged

Bug description:
  gnome-control-center from GNOME 3.0 now doesn't allow to specify the
  proxy ignore list. I have to set them with dconf-editor tool.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.1.91-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  Architecture: amd64
  Date: Tue Sep  6 23:08:10 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/843268/+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 880015] [NEW] Screen/Window shot(s) blank: All black with mouse courser properly rendered.

2011-10-22 Thread Mike Mestnik
Public bug reported:

Done using hot key(PrtScrn) or via cmd line.

Running Gnome3-Shell, Radeon Open Drivers.  Proprietary Drivers not an
option, if there is a Bug it should be reported...  not ignored in light
of another solution.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-screenshot 3.2.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.0-2.3-generic-pae 3.0.0-rc4
Uname: Linux 3.0-2-generic-pae i686
ApportVersion: 1.23-0ubuntu2
Architecture: i386
Date: Sat Oct 22 12:19:06 2011
ProcEnviron:
 LANGUAGE=en
 PATH=(custom, no user)
 LANG=C
 SHELL=/bin/bash
SourcePackage: gnome-utils
UpgradeStatus: Upgraded to oneiric on 2011-06-23 (121 days ago)

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


** Tags: apport-bug i386 oneiric

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

Title:
  Screen/Window shot(s) blank: All black with mouse courser properly
  rendered.

Status in “gnome-utils” package in Ubuntu:
  New

Bug description:
  Done using hot key(PrtScrn) or via cmd line.

  Running Gnome3-Shell, Radeon Open Drivers.  Proprietary Drivers not an
  option, if there is a Bug it should be reported...  not ignored in
  light of another solution.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-screenshot 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0-2.3-generic-pae 3.0.0-rc4
  Uname: Linux 3.0-2-generic-pae i686
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  Date: Sat Oct 22 12:19:06 2011
  ProcEnviron:
   LANGUAGE=en
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: gnome-utils
  UpgradeStatus: Upgraded to oneiric on 2011-06-23 (121 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-utils/+bug/880015/+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 880015] Re: Screen/Window shot(s) blank: All black with mouse courser properly rendered.

2011-10-22 Thread Mike Mestnik
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-utils in Ubuntu.
https://bugs.launchpad.net/bugs/880015

Title:
  Screen/Window shot(s) blank: All black with mouse courser properly
  rendered.

Status in “gnome-utils” package in Ubuntu:
  New

Bug description:
  Done using hot key(PrtScrn) or via cmd line.

  Running Gnome3-Shell, Radeon Open Drivers.  Proprietary Drivers not an
  option, if there is a Bug it should be reported...  not ignored in
  light of another solution.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-screenshot 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0-2.3-generic-pae 3.0.0-rc4
  Uname: Linux 3.0-2-generic-pae i686
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  Date: Sat Oct 22 12:19:06 2011
  ProcEnviron:
   LANGUAGE=en
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: gnome-utils
  UpgradeStatus: Upgraded to oneiric on 2011-06-23 (121 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-utils/+bug/880015/+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 843268] Re: gnome-control-center doesn't allow to specify proxy exceptions

2011-10-22 Thread Mike Mestnik
Agreed, the new Proxy code is vary lacking.  I understand that there are
some ppl who are great at designing and implementing APIs and Dialog(s),
however they shouldn't trample over well tested code that is above there
ability to support...  What's a Fancy Plate with nothing on it?

We need to have these endeavors be driven by ppl who are well
seasoned(as in Soy Sauce and Tabasko) in the given area, instead of
spending time with making good looking pottery.

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

Title:
  gnome-control-center doesn't allow to specify proxy exceptions

Status in GNOME Control Center:
  Confirmed
Status in “gnome-control-center” package in Ubuntu:
  Triaged

Bug description:
  gnome-control-center from GNOME 3.0 now doesn't allow to specify the
  proxy ignore list. I have to set them with dconf-editor tool.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.1.91-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  Architecture: amd64
  Date: Tue Sep  6 23:08:10 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/843268/+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 843268] Re: gnome-control-center doesn't allow to specify proxy exceptions

2011-10-22 Thread Mike Mestnik
I have experience with network coding and am able to write code to talk
to both Socks(several variants) and HTTP Proxy servers.  Are there any
others?

What troubles me is the decision tree that should be called every time a
connection is requested.  This Tree needs to include a state-full matrix
for current connection status/location.  There also needs to be a
handful of optional arguments an application can pass for indicating
many attributes of a connection.  I'll attempt to list a few and try and
highlight the ones that matter.

(UDP/TCP/SCTP 4/6/46/64) 46 is ip4 then ip6 and 64 is ip6 then ip4 note
this effects DNS lookups, perhaps such that the system resolver is
inadequate.  Thus DNS servers and resolution should be part of each
Network Profile.

Application Level Protocol * HTTP/FTP/SSH/CIFS...
Application(Presentation Level) *  ncftp/lftp/wget/axel
Account *
Session (Optional?)

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

Title:
  gnome-control-center doesn't allow to specify proxy exceptions

Status in GNOME Control Center:
  Confirmed
Status in “gnome-control-center” package in Ubuntu:
  Triaged

Bug description:
  gnome-control-center from GNOME 3.0 now doesn't allow to specify the
  proxy ignore list. I have to set them with dconf-editor tool.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.1.91-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  Architecture: amd64
  Date: Tue Sep  6 23:08:10 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/843268/+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 843268] Re: gnome-control-center doesn't allow to specify proxy exceptions

2011-10-06 Thread Mike Mestnik
I believe the wishlist Importance of this bug is incorrect as it
represents a feature that was working/did exist and now it's been taken
away.

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

Title:
  gnome-control-center doesn't allow to specify proxy exceptions

Status in GNOME Control Center:
  Confirmed
Status in “gnome-control-center” package in Ubuntu:
  Triaged

Bug description:
  gnome-control-center from GNOME 3.0 now doesn't allow to specify the
  proxy ignore list. I have to set them with dconf-editor tool.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.1.91-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
  Uname: Linux 3.0.0-10-generic x86_64
  Architecture: amd64
  Date: Tue Sep  6 23:08:10 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/843268/+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 868735] Re: [Network-Proxy] Missing exclusion list for local network(s).

2011-10-06 Thread Mike Mestnik
*** This bug is a duplicate of bug 843268 ***
https://bugs.launchpad.net/bugs/843268

I missed protocol IPv4/IPv6.  I.E. with a routed IPv6 and using socks
instead of NAT for IPv4 only.

I just tested at http://ipv6-test.com/ and IPv6 is totally disabled for
me.

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

Title:
  [Network-Proxy] Missing exclusion list for local network(s).

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  I'm unable to configure devices on my local network via web anymore
  because the proxy server has no access to these resources.

  There is a need for application specific settings as well as
  application/account, *application/protocol, and **application/port and
  perhaps combinations thereof.

  * TCP/UDP plus http/https/smtp/xmpp...
  ** For HTTP Connect proxies that ban the use of certain ports, for example 
port 25 requests may be blocked but port 587 is accepted.

  This is just a short list of missing features, it is likely
  incomplete.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.2.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.0-2.3-generic-pae 3.0.0-rc4
  Uname: Linux 3.0-2-generic-pae i686
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  Date: Wed Oct  5 16:25:57 2011
  ProcEnviron:
   LANGUAGE=en
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to oneiric on 2011-06-23 (104 days ago)
  usr_lib_gnome-control-center:
   gnome-bluetooth  3.2.0-0ubuntu1
   krb5-auth-dialog 3.0.1-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/868735/+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 868617] [NEW] [telepathy-gabble] Process takes 100% CPU, polling closed sockets.

2011-10-05 Thread Mike Mestnik
Public bug reported:

arcadia:~# lsof -np 9041 | grep -e 9u -e 10u
lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/cheako/.gvfs
  Output information may be incomplete.
telepathy 9041 cheako9u  IPv46090575  0t0 TCP 
192.168.172.26:41507-192.168.172.100:9050 (CLOSE_WAIT)
telepathy 9041 cheako   10u  IPv46090576  0t0 TCP 
192.168.172.26:41508-192.168.172.100:9050 (CLOSE_WAIT)
arcadia:~# strace -p 9041 21 | head
Process 9041 attached - interrupt to quit
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, 
{fd=9, events=POLLIN}, {fd=10, events=POLLIN}], 5, -1) = 2 ([{fd=9, 
revents=POLLIN}, {fd=10, revents=POLLIN}])
recv(9, , 4, 0)   = 0
recv(10, , 4, 0)  = 0
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, 
{fd=9, events=POLLIN}, {fd=10, events=POLLIN}], 5, -1) = 2 ([{fd=9, 
revents=POLLIN}, {fd=10, revents=POLLIN}])
recv(9, , 4, 0)   = 0
recv(10, , 4, 0)  = 0
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, 
{fd=9, events=POLLIN}, {fd=10, events=POLLIN}], 5, -1) = 2 ([{fd=9, 
revents=POLLIN}, {fd=10, revents=POLLIN}])
recv(9, , 4, 0)   = 0
recv(10, , 4, 0)  = 0


Firstly it should give up and drop back to select style operation.  Secondly, 
and perhaps more apparent, it should remove the CLOSE_WAIT sockets and 
reconnect.

It's worth noting that 192.168.172.100:9050 is a socks5 server.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: telepathy-gabble 0.13.5-0ubuntu2
ProcVersionSignature: Ubuntu 3.0-2.3-generic-pae 3.0.0-rc4
Uname: Linux 3.0-2-generic-pae i686
ApportVersion: 1.23-0ubuntu2
Architecture: i386
Date: Wed Oct  5 13:34:14 2011
ProcEnviron:
 LANGUAGE=en
 PATH=(custom, no user)
 LANG=C
 SHELL=/bin/bash
SourcePackage: telepathy-gabble
UpgradeStatus: Upgraded to oneiric on 2011-06-23 (104 days ago)

** Affects: telepathy-gabble (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 oneiric

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

Title:
  [telepathy-gabble] Process takes 100% CPU, polling closed sockets.

Status in “telepathy-gabble” package in Ubuntu:
  New

Bug description:
  arcadia:~# lsof -np 9041 | grep -e 9u -e 10u
  lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system 
/home/cheako/.gvfs
Output information may be incomplete.
  telepathy 9041 cheako9u  IPv46090575  0t0 TCP 
192.168.172.26:41507-192.168.172.100:9050 (CLOSE_WAIT)
  telepathy 9041 cheako   10u  IPv46090576  0t0 TCP 
192.168.172.26:41508-192.168.172.100:9050 (CLOSE_WAIT)
  arcadia:~# strace -p 9041 21 | head
  Process 9041 attached - interrupt to quit
  poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, 
{fd=9, events=POLLIN}, {fd=10, events=POLLIN}], 5, -1) = 2 ([{fd=9, 
revents=POLLIN}, {fd=10, revents=POLLIN}])
  recv(9, , 4, 0)   = 0
  recv(10, , 4, 0)  = 0
  poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, 
{fd=9, events=POLLIN}, {fd=10, events=POLLIN}], 5, -1) = 2 ([{fd=9, 
revents=POLLIN}, {fd=10, revents=POLLIN}])
  recv(9, , 4, 0)   = 0
  recv(10, , 4, 0)  = 0
  poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, 
{fd=9, events=POLLIN}, {fd=10, events=POLLIN}], 5, -1) = 2 ([{fd=9, 
revents=POLLIN}, {fd=10, revents=POLLIN}])
  recv(9, , 4, 0)   = 0
  recv(10, , 4, 0)  = 0

  
  Firstly it should give up and drop back to select style operation.  Secondly, 
and perhaps more apparent, it should remove the CLOSE_WAIT sockets and 
reconnect.

  It's worth noting that 192.168.172.100:9050 is a socks5 server.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: telepathy-gabble 0.13.5-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0-2.3-generic-pae 3.0.0-rc4
  Uname: Linux 3.0-2-generic-pae i686
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  Date: Wed Oct  5 13:34:14 2011
  ProcEnviron:
   LANGUAGE=en
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: telepathy-gabble
  UpgradeStatus: Upgraded to oneiric on 2011-06-23 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-gabble/+bug/868617/+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 868617] Re: [telepathy-gabble] Process takes 100% CPU, polling closed sockets.

2011-10-05 Thread Mike Mestnik
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to telepathy-gabble in Ubuntu.
https://bugs.launchpad.net/bugs/868617

Title:
  [telepathy-gabble] Process takes 100% CPU, polling closed sockets.

Status in “telepathy-gabble” package in Ubuntu:
  New

Bug description:
  arcadia:~# lsof -np 9041 | grep -e 9u -e 10u
  lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system 
/home/cheako/.gvfs
Output information may be incomplete.
  telepathy 9041 cheako9u  IPv46090575  0t0 TCP 
192.168.172.26:41507-192.168.172.100:9050 (CLOSE_WAIT)
  telepathy 9041 cheako   10u  IPv46090576  0t0 TCP 
192.168.172.26:41508-192.168.172.100:9050 (CLOSE_WAIT)
  arcadia:~# strace -p 9041 21 | head
  Process 9041 attached - interrupt to quit
  poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, 
{fd=9, events=POLLIN}, {fd=10, events=POLLIN}], 5, -1) = 2 ([{fd=9, 
revents=POLLIN}, {fd=10, revents=POLLIN}])
  recv(9, , 4, 0)   = 0
  recv(10, , 4, 0)  = 0
  poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, 
{fd=9, events=POLLIN}, {fd=10, events=POLLIN}], 5, -1) = 2 ([{fd=9, 
revents=POLLIN}, {fd=10, revents=POLLIN}])
  recv(9, , 4, 0)   = 0
  recv(10, , 4, 0)  = 0
  poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, 
{fd=9, events=POLLIN}, {fd=10, events=POLLIN}], 5, -1) = 2 ([{fd=9, 
revents=POLLIN}, {fd=10, revents=POLLIN}])
  recv(9, , 4, 0)   = 0
  recv(10, , 4, 0)  = 0

  
  Firstly it should give up and drop back to select style operation.  Secondly, 
and perhaps more apparent, it should remove the CLOSE_WAIT sockets and 
reconnect.

  It's worth noting that 192.168.172.100:9050 is a socks5 server.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: telepathy-gabble 0.13.5-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0-2.3-generic-pae 3.0.0-rc4
  Uname: Linux 3.0-2-generic-pae i686
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  Date: Wed Oct  5 13:34:14 2011
  ProcEnviron:
   LANGUAGE=en
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: telepathy-gabble
  UpgradeStatus: Upgraded to oneiric on 2011-06-23 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-gabble/+bug/868617/+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 680817] Re: Personal information is not saved between sessions

2011-10-05 Thread Mike Mestnik
No movement on this in months?  Am I correct in that it's an issue of
whatever is supposed to set the alias to begin with is setting it every
time, even after a change?

I see a few corrections for this.
1. Add a toggle that controls weather the user has set the alias or if the 
alias is under automatic control.  This is likely the easiest to code.
2. Make the function that sets the default be a signal handler called only by 
the function that assigns the storage location of the alias.  In this case the 
allocation of the storage location would need to be delayed until after the 
alias can be determined pragmatically.
3. Have the storage assignment set a non-sensible/internal default value like 
Alias unaltered and have any automatic setting of the alias be conditional on 
the alias being set to that value.  The downside here is that there is a single 
alias that the user is unable to make use of, if NULL and UNSET are 
distinguishable then it's better to use one of these(like UNSET).

Each have there pros and cons, but any such automatic assignment of a
configuration parameter should follow one of these guidelines.

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

Title:
  Personal information is not saved between sessions

Status in “telepathy-gabble” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: empathy

  I have a Jabber account set up. If I go to Edit - Personal Information, the 
Alias is set to my email address by default. I can change the alias and it will 
persist until I reboot my computer, at which point it will be reset to my email 
address.
  I've tried exiting empathy and opening it again and it does persist, it seems 
the reboot is what resets it.

  Does anyone know of a config file where I could set it manually whilst
  this is fixed?

  I'm using Empathy 2.32.0.1 in Ubuntu 10.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-gabble/+bug/680817/+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 608389] Re: GDM 4 XDMCP installed with no xserver.

2011-10-05 Thread Mike Mestnik
** Changed in: gdm (Ubuntu)
   Status: Incomplete = New

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

Title:
  GDM 4 XDMCP installed with no xserver.

Status in “gdm” package in Ubuntu:
  New

Bug description:
  Binary package hint: gdm

  I'd like to run GDM with no xserver installed.  After the install I
  need to reconfigure GDM to not try and load 0=Xorg...

  Where did my configuration files go?
  gdmsetup is locked and broken, something about an .s* thing not being 
permitted.

  GDM will not stay running.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: gdm 2.30.2.is.2.30.0-0ubuntu2
  Uname: Linux 2.6.33.5-co-0.7.8-r1490 i686
  Architecture: i386
  Date: Wed Jul 21 16:35:55 2010
  ProcEnviron: SHELL=/bin/bash
  SourcePackage: gdm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/608389/+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 414765] Re: empathy is not able to list jabber chat rooms at other servers

2011-10-05 Thread Mike Mestnik
No movement on this?

conference.jabber.org is one example.

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

Title:
  empathy is not able to list jabber chat rooms at other servers

Status in “telepathy-gabble” package in Ubuntu:
  Confirmed

Bug description:
  Empathy is not able to list the correct chat rooms in the Join Room dialog. 
Every time it shows the chat rooms of conference.jabber.org (I'm registered 
there) and not the chat rooms of the server where I want to connect to (e.g. 
conference.ubuntu-jabber.de).
  So I'm not able to join some chat rooms.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-gabble/+bug/414765/+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 868735] Re: [Network-Proxy] Missing exclusion list for local network(s).

2011-10-05 Thread Mike Mestnik
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/868735

Title:
  [Network-Proxy] Missing exclusion list for local network(s).

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  I'm unable to configure devices on my local network via web anymore
  because the proxy server has no access to these resources.

  There is a need for application specific settings as well as
  application/account, *application/protocol, and **application/port and
  perhaps combinations thereof.

  * TCP/UDP plus http/https/smtp/xmpp...
  ** For HTTP Connect proxies that ban the use of certain ports, for example 
port 25 requests may be blocked but port 587 is accepted.

  This is just a short list of missing features, it is likely
  incomplete.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.2.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.0-2.3-generic-pae 3.0.0-rc4
  Uname: Linux 3.0-2-generic-pae i686
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  Date: Wed Oct  5 16:25:57 2011
  ProcEnviron:
   LANGUAGE=en
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to oneiric on 2011-06-23 (104 days ago)
  usr_lib_gnome-control-center:
   gnome-bluetooth  3.2.0-0ubuntu1
   krb5-auth-dialog 3.0.1-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/868735/+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 868735] [NEW] [Network-Proxy] Missing exclusion list for local network(s).

2011-10-05 Thread Mike Mestnik
Public bug reported:

I'm unable to configure devices on my local network via web anymore
because the proxy server has no access to these resources.

There is a need for application specific settings as well as
application/account, *application/protocol, and **application/port and
perhaps combinations thereof.

* TCP/UDP plus http/https/smtp/xmpp...
** For HTTP Connect proxies that ban the use of certain ports, for example port 
25 requests may be blocked but port 587 is accepted.

This is just a short list of missing features, it is likely incomplete.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gnome-control-center 1:3.2.0-0ubuntu4
ProcVersionSignature: Ubuntu 3.0-2.3-generic-pae 3.0.0-rc4
Uname: Linux 3.0-2-generic-pae i686
ApportVersion: 1.23-0ubuntu2
Architecture: i386
Date: Wed Oct  5 16:25:57 2011
ProcEnviron:
 LANGUAGE=en
 PATH=(custom, no user)
 LANG=C
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: Upgraded to oneiric on 2011-06-23 (104 days ago)
usr_lib_gnome-control-center:
 gnome-bluetooth  3.2.0-0ubuntu1
 krb5-auth-dialog 3.0.1-1

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


** Tags: apport-bug i386 oneiric

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

Title:
  [Network-Proxy] Missing exclusion list for local network(s).

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  I'm unable to configure devices on my local network via web anymore
  because the proxy server has no access to these resources.

  There is a need for application specific settings as well as
  application/account, *application/protocol, and **application/port and
  perhaps combinations thereof.

  * TCP/UDP plus http/https/smtp/xmpp...
  ** For HTTP Connect proxies that ban the use of certain ports, for example 
port 25 requests may be blocked but port 587 is accepted.

  This is just a short list of missing features, it is likely
  incomplete.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.2.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.0-2.3-generic-pae 3.0.0-rc4
  Uname: Linux 3.0-2-generic-pae i686
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  Date: Wed Oct  5 16:25:57 2011
  ProcEnviron:
   LANGUAGE=en
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to oneiric on 2011-06-23 (104 days ago)
  usr_lib_gnome-control-center:
   gnome-bluetooth  3.2.0-0ubuntu1
   krb5-auth-dialog 3.0.1-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/868735/+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 868735] Re: [Network-Proxy] Missing exclusion list for local network(s).

2011-10-05 Thread Mike Mestnik
*** This bug is a duplicate of bug 843268 ***
https://bugs.launchpad.net/bugs/843268

** This bug has been marked a duplicate of bug 843268
   gnome-control-center doesn't allow to specify proxy exceptions

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

Title:
  [Network-Proxy] Missing exclusion list for local network(s).

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  I'm unable to configure devices on my local network via web anymore
  because the proxy server has no access to these resources.

  There is a need for application specific settings as well as
  application/account, *application/protocol, and **application/port and
  perhaps combinations thereof.

  * TCP/UDP plus http/https/smtp/xmpp...
  ** For HTTP Connect proxies that ban the use of certain ports, for example 
port 25 requests may be blocked but port 587 is accepted.

  This is just a short list of missing features, it is likely
  incomplete.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.2.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.0-2.3-generic-pae 3.0.0-rc4
  Uname: Linux 3.0-2-generic-pae i686
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  Date: Wed Oct  5 16:25:57 2011
  ProcEnviron:
   LANGUAGE=en
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to oneiric on 2011-06-23 (104 days ago)
  usr_lib_gnome-control-center:
   gnome-bluetooth  3.2.0-0ubuntu1
   krb5-auth-dialog 3.0.1-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/868735/+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 608389] Re: GDM 4 XDMCP installed with no xserver.

2011-10-04 Thread Mike Mestnik
Confirmed:

cheako@arcadia:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu oneiric (development branch)
Release:11.10
Codename:   oneiric

arcadia:~# apt-get update
arcadia:~# apt-get dist-upgrade 
The following packages will be upgraded:
  bash-completion compiz compiz-core compiz-gnome compiz-plugins
  compiz-plugins-default ffmpeg gir1.2-gtk-3.0 gnome-settings-daemon
  google-chrome-stable indicator-power libavcodec-dev libavcodec-extra-53
  libavdevice53 libavfilter2 libavformat53 libavutil-dev libavutil-extra-51
  libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-dev
  libdbus1.0-cil libdecoration0 libdrm-dev libdrm-intel1 libdrm-nouveau1a
  libdrm-radeon1 libdrm2 libegl1-mesa libegl1-mesa-dev libgail-3-0 libgbm1
  libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-dri-experimental libgl1-mesa-glx
  libglapi-mesa libglu1-mesa libglu1-mesa-dev libgtk-3-0 libgtk-3-bin
  libgtk-3-common libido-0.1-0 libido3-0.1-0 libkms1 libnm-gtk-common
  libnm-gtk0 libpostproc52 libswscale2 logcheck-database logtail
  mesa-common-dev network-manager-gnome ntfs-3g nvidia-settings python-gobject
  python-gobject-cairo tzdata tzdata-java upstart xdg-utils
  xserver-xorg-video-intel

cheako@arcadia:~$ cat /etc/gdm/custom.conf; echo EOF
# GDM configuration storage

[daemon]

[security]

[xdmcp]

[greeter]

[chooser]

[debug]

[serverStandared]

EOF

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

Title:
  GDM 4 XDMCP installed with no xserver.

Status in “gdm” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: gdm

  I'd like to run GDM with no xserver installed.  After the install I
  need to reconfigure GDM to not try and load 0=Xorg...

  Where did my configuration files go?
  gdmsetup is locked and broken, something about an .s* thing not being 
permitted.

  GDM will not stay running.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: gdm 2.30.2.is.2.30.0-0ubuntu2
  Uname: Linux 2.6.33.5-co-0.7.8-r1490 i686
  Architecture: i386
  Date: Wed Jul 21 16:35:55 2010
  ProcEnviron: SHELL=/bin/bash
  SourcePackage: gdm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/608389/+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 304889] Re: Does not use system proxy settings

2011-09-19 Thread Mike Mestnik
Hello,
  I've just reconfirmed this bug exists with several Telepathy ?backends? when 
attempting to use a SOCKS proxy... an HTTP connect proxy is configured to 
forward connections through the available socks proxy.

I've switched to Pidgin and this is confirmed to work, however it's in
no way a solution to any problem...  at best it's a cheap work around.
Here is one solution...

Place these into /etc/rc.local and run it:
daemon -n socat5223 -- socat -ly TCP-LISTEN:5223,fork,reuseaddr 
SOCKS4A:127.0.0.1:talk.google.com:5223,socksport=9050
daemon -n socat5222 -- socat -ly TCP-LISTEN:5222,fork,reuseaddr 
OPENSSL:127.0.0.1:5223,verify=0

You'll need both the daemon and socat packages installed.  Then one
should be able to set localhost as the server to connect to.  socat can
also make use of HTTP connect proxies, I believe.

Why you wouldn't put this into your application is beyond me, it's a
little bit of shell scripting and it would close the bug...  you could
even make use of UNIX domain sockets.  It's only politics that keeps
this bug open, ppls own agendas getting in the way of implementing
options/features users are requesting.  Why would an application
developer care about the available features on an HTTP proxy they would
likely never use?  The use should be able to configure and use proxies,
don't know why this is so difficult a concept to understand.

-- 
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/304889

Title:
  Does not use system proxy settings

Status in Chat app, and Telepathy user interface:
  Invalid
Status in Jabber/XMPP connection manager:
  Confirmed
Status in Telepathy Haze:
  Confirmed
Status in A full-featured IRC connection manager for telepathy.:
  Confirmed
Status in “empathy” package in Ubuntu:
  Invalid
Status in “empathy” source package in Lucid:
  Invalid
Status in “empathy” package in Unity Linux:
  Invalid

Bug description:
  Binary package hint: empathy

  Empathy wont connect to any major service trough a proxy. I've tried Google 
Talk, Jabber, MSN and Yahoo.
  I set the proxy preferences in GNOME, it's a plain proxy for all protocols, 
without authentication.

  Pidgin works normally in the same setup.

  Ubuntu 8.10, Empathy 2.24.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/empathy/+bug/304889/+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