[Desktop-packages] [Bug 769419] Re: xdiagnose needs root privilege to create /etc/default/grub.bak

2013-05-22 Thread piotr zimoch
** Changed in: xdiagnose
   Status: Triaged = New

** Changed in: xdiagnose
   Status: New = Incomplete

** Changed in: xdiagnose
   Status: Incomplete = Opinion

** Changed in: xdiagnose
   Status: Opinion = Invalid

** Changed in: xdiagnose
   Status: Invalid = Confirmed

** Changed in: xdiagnose
   Status: Confirmed = In Progress

** Changed in: xdiagnose
   Status: In Progress = Fix Committed

** Changed in: xdiagnose
   Status: Fix Committed = Fix Released

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

Title:
  xdiagnose needs root privilege to create /etc/default/grub.bak

Status in xdiagnose:
  Fix Released
Status in “xdiagnose” package in Ubuntu:
  Fix Released
Status in “xdiagnose” source package in Precise:
  Fix Released
Status in “xdiagnose” source package in Quantal:
  Fix Released
Status in “xdiagnose” source package in Raring:
  Fix Released

Bug description:
  [Impact]
  xdiagnose requires root permission to run, otherwise it crashes when it tries 
to update the grub configuration.

  This is showing up in the automatically collected errors:
  
https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fxdiagnose%3AIOError%3Amove%3Ahandle_enable_apport%3Amove%3Acopy2%3Acopyfile

  This shows the issue affects precise, quantal, and raring users, with
  quantal being the most heavily affected.

  [Testcase]
  1.  Open xterm window
  2.  Run `xdiagnose` as a non-root user
  3.  Change some grub settings
  4.  Click apply

  Expected behavior:  At step 2, remind user to run app as superuser.
  Actual behavior: Crashes at step 4

  [Fix]
  A partial fix was added to the .desktop file, which made xdiagnose use 
gksu/pkexec to request root permissions when run from the menus.  However, 
xdiagnose can also be run directly from X terminals.  To address this case it 
needs to check if it's run as root at startup, and if not print an error so the 
user knows to run it with sudo or similar.

  [Regression Risk]
  The patch is very trivial and non-invasive so not likely to cause 
regressions.  Also, the application is for diagnostic purposes so the impact of 
a regression in this tool is pretty minor.

  [Original Report]
  Hello
  Launching the xdiagnose gui from the icon, it start, accept the checkboxes 
variation but when i click apply it don't require me the password to read the 
grub file.
  Launching it from terminal it return the permission denied error.
  Thanks
  Fabio

To manage notifications about this bug go to:
https://bugs.launchpad.net/xdiagnose/+bug/769419/+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 769419] Re: xdiagnose needs root privilege to create /etc/default/grub.bak

2013-05-21 Thread Launchpad Bug Tracker
This bug was fixed in the package xdiagnose - 3.2.4

---
xdiagnose (3.2.4) quantal-proposed; urgency=low

  * bin/xdiagnose:  Exit with error if run as non-root.  Otherwise, the
program will crash when it tries to write a new grub configuration.
(LP: #769419)
 -- Bryce Harrington br...@ubuntu.com   Tue, 23 Apr 2013 13:42:40 -0700

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

Title:
  xdiagnose needs root privilege to create /etc/default/grub.bak

Status in xdiagnose:
  Triaged
Status in “xdiagnose” package in Ubuntu:
  Fix Released
Status in “xdiagnose” source package in Precise:
  Fix Released
Status in “xdiagnose” source package in Quantal:
  Fix Released
Status in “xdiagnose” source package in Raring:
  Fix Released

Bug description:
  [Impact]
  xdiagnose requires root permission to run, otherwise it crashes when it tries 
to update the grub configuration.

  This is showing up in the automatically collected errors:
  
https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fxdiagnose%3AIOError%3Amove%3Ahandle_enable_apport%3Amove%3Acopy2%3Acopyfile

  This shows the issue affects precise, quantal, and raring users, with
  quantal being the most heavily affected.

  [Testcase]
  1.  Open xterm window
  2.  Run `xdiagnose` as a non-root user
  3.  Change some grub settings
  4.  Click apply

  Expected behavior:  At step 2, remind user to run app as superuser.
  Actual behavior: Crashes at step 4

  [Fix]
  A partial fix was added to the .desktop file, which made xdiagnose use 
gksu/pkexec to request root permissions when run from the menus.  However, 
xdiagnose can also be run directly from X terminals.  To address this case it 
needs to check if it's run as root at startup, and if not print an error so the 
user knows to run it with sudo or similar.

  [Regression Risk]
  The patch is very trivial and non-invasive so not likely to cause 
regressions.  Also, the application is for diagnostic purposes so the impact of 
a regression in this tool is pretty minor.

  [Original Report]
  Hello
  Launching the xdiagnose gui from the icon, it start, accept the checkboxes 
variation but when i click apply it don't require me the password to read the 
grub file.
  Launching it from terminal it return the permission denied error.
  Thanks
  Fabio

To manage notifications about this bug go to:
https://bugs.launchpad.net/xdiagnose/+bug/769419/+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 769419] Re: xdiagnose needs root privilege to create /etc/default/grub.bak

2013-05-21 Thread Launchpad Bug Tracker
This bug was fixed in the package xdiagnose - 2.5.3

---
xdiagnose (2.5.3) precise-proposed; urgency=low

  * bin/xdiagnose:  Exit with error if run as non-root.  Otherwise, the
program will crash when it tries to write a new grub configuration.
(LP: #769419)
 -- Bryce Harrington br...@ubuntu.com   Tue, 23 Apr 2013 15:13:13 -0700

** Changed in: xdiagnose (Ubuntu Precise)
   Status: Fix Committed = Fix Released

** Changed in: xdiagnose (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

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

Title:
  xdiagnose needs root privilege to create /etc/default/grub.bak

Status in xdiagnose:
  Triaged
Status in “xdiagnose” package in Ubuntu:
  Fix Released
Status in “xdiagnose” source package in Precise:
  Fix Released
Status in “xdiagnose” source package in Quantal:
  Fix Released
Status in “xdiagnose” source package in Raring:
  Fix Released

Bug description:
  [Impact]
  xdiagnose requires root permission to run, otherwise it crashes when it tries 
to update the grub configuration.

  This is showing up in the automatically collected errors:
  
https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fxdiagnose%3AIOError%3Amove%3Ahandle_enable_apport%3Amove%3Acopy2%3Acopyfile

  This shows the issue affects precise, quantal, and raring users, with
  quantal being the most heavily affected.

  [Testcase]
  1.  Open xterm window
  2.  Run `xdiagnose` as a non-root user
  3.  Change some grub settings
  4.  Click apply

  Expected behavior:  At step 2, remind user to run app as superuser.
  Actual behavior: Crashes at step 4

  [Fix]
  A partial fix was added to the .desktop file, which made xdiagnose use 
gksu/pkexec to request root permissions when run from the menus.  However, 
xdiagnose can also be run directly from X terminals.  To address this case it 
needs to check if it's run as root at startup, and if not print an error so the 
user knows to run it with sudo or similar.

  [Regression Risk]
  The patch is very trivial and non-invasive so not likely to cause 
regressions.  Also, the application is for diagnostic purposes so the impact of 
a regression in this tool is pretty minor.

  [Original Report]
  Hello
  Launching the xdiagnose gui from the icon, it start, accept the checkboxes 
variation but when i click apply it don't require me the password to read the 
grub file.
  Launching it from terminal it return the permission denied error.
  Thanks
  Fabio

To manage notifications about this bug go to:
https://bugs.launchpad.net/xdiagnose/+bug/769419/+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 769419] Re: xdiagnose needs root privilege to create /etc/default/grub.bak

2013-05-10 Thread Fabio Marconi
njin@njin-VirtualBox:~$ xdiagnose
Error: Must run as superuser
njin@njin-VirtualBox:~$ apt-cache policy xdiagnose
xdiagnose:
  Installed: 2.5.3
  Candidate: 2.5.3

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

Title:
  xdiagnose needs root privilege to create /etc/default/grub.bak

Status in xdiagnose:
  Triaged
Status in “xdiagnose” package in Ubuntu:
  Fix Released
Status in “xdiagnose” source package in Precise:
  Fix Committed
Status in “xdiagnose” source package in Quantal:
  Fix Committed
Status in “xdiagnose” source package in Raring:
  Fix Released

Bug description:
  [Impact]
  xdiagnose requires root permission to run, otherwise it crashes when it tries 
to update the grub configuration.

  This is showing up in the automatically collected errors:
  
https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fxdiagnose%3AIOError%3Amove%3Ahandle_enable_apport%3Amove%3Acopy2%3Acopyfile

  This shows the issue affects precise, quantal, and raring users, with
  quantal being the most heavily affected.

  [Testcase]
  1.  Open xterm window
  2.  Run `xdiagnose` as a non-root user
  3.  Change some grub settings
  4.  Click apply

  Expected behavior:  At step 2, remind user to run app as superuser.
  Actual behavior: Crashes at step 4

  [Fix]
  A partial fix was added to the .desktop file, which made xdiagnose use 
gksu/pkexec to request root permissions when run from the menus.  However, 
xdiagnose can also be run directly from X terminals.  To address this case it 
needs to check if it's run as root at startup, and if not print an error so the 
user knows to run it with sudo or similar.

  [Regression Risk]
  The patch is very trivial and non-invasive so not likely to cause 
regressions.  Also, the application is for diagnostic purposes so the impact of 
a regression in this tool is pretty minor.

  [Original Report]
  Hello
  Launching the xdiagnose gui from the icon, it start, accept the checkboxes 
variation but when i click apply it don't require me the password to read the 
grub file.
  Launching it from terminal it return the permission denied error.
  Thanks
  Fabio

To manage notifications about this bug go to:
https://bugs.launchpad.net/xdiagnose/+bug/769419/+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 769419] Re: xdiagnose needs root privilege to create /etc/default/grub.bak

2013-05-10 Thread Fabio Marconi
njin@njin-VirtualBox:~$ xdiagnose
Error: Must run as superuser
njin@njin-VirtualBox:~$ apt-cache policy xdiagnose
xdiagnose:
  Installed: 3.2.4
  Candidate: 3.2.4


** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  xdiagnose needs root privilege to create /etc/default/grub.bak

Status in xdiagnose:
  Triaged
Status in “xdiagnose” package in Ubuntu:
  Fix Released
Status in “xdiagnose” source package in Precise:
  Fix Committed
Status in “xdiagnose” source package in Quantal:
  Fix Committed
Status in “xdiagnose” source package in Raring:
  Fix Released

Bug description:
  [Impact]
  xdiagnose requires root permission to run, otherwise it crashes when it tries 
to update the grub configuration.

  This is showing up in the automatically collected errors:
  
https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fxdiagnose%3AIOError%3Amove%3Ahandle_enable_apport%3Amove%3Acopy2%3Acopyfile

  This shows the issue affects precise, quantal, and raring users, with
  quantal being the most heavily affected.

  [Testcase]
  1.  Open xterm window
  2.  Run `xdiagnose` as a non-root user
  3.  Change some grub settings
  4.  Click apply

  Expected behavior:  At step 2, remind user to run app as superuser.
  Actual behavior: Crashes at step 4

  [Fix]
  A partial fix was added to the .desktop file, which made xdiagnose use 
gksu/pkexec to request root permissions when run from the menus.  However, 
xdiagnose can also be run directly from X terminals.  To address this case it 
needs to check if it's run as root at startup, and if not print an error so the 
user knows to run it with sudo or similar.

  [Regression Risk]
  The patch is very trivial and non-invasive so not likely to cause 
regressions.  Also, the application is for diagnostic purposes so the impact of 
a regression in this tool is pretty minor.

  [Original Report]
  Hello
  Launching the xdiagnose gui from the icon, it start, accept the checkboxes 
variation but when i click apply it don't require me the password to read the 
grub file.
  Launching it from terminal it return the permission denied error.
  Thanks
  Fabio

To manage notifications about this bug go to:
https://bugs.launchpad.net/xdiagnose/+bug/769419/+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 769419] Re: xdiagnose needs root privilege to create /etc/default/grub.bak

2013-05-09 Thread Brian Murray
Hello Fabio, or anyone else affected,

Accepted xdiagnose into precise-proposed. The package will build now and
be available at http://launchpad.net/ubuntu/+source/xdiagnose/2.5.3 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags added: verification-needed

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

Title:
  xdiagnose needs root privilege to create /etc/default/grub.bak

Status in xdiagnose:
  Triaged
Status in “xdiagnose” package in Ubuntu:
  Fix Released
Status in “xdiagnose” source package in Precise:
  Fix Committed
Status in “xdiagnose” source package in Quantal:
  Fix Committed
Status in “xdiagnose” source package in Raring:
  Fix Released

Bug description:
  [Impact]
  xdiagnose requires root permission to run, otherwise it crashes when it tries 
to update the grub configuration.

  This is showing up in the automatically collected errors:
  
https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fxdiagnose%3AIOError%3Amove%3Ahandle_enable_apport%3Amove%3Acopy2%3Acopyfile

  This shows the issue affects precise, quantal, and raring users, with
  quantal being the most heavily affected.

  [Testcase]
  1.  Open xterm window
  2.  Run `xdiagnose` as a non-root user
  3.  Change some grub settings
  4.  Click apply

  Expected behavior:  At step 2, remind user to run app as superuser.
  Actual behavior: Crashes at step 4

  [Fix]
  A partial fix was added to the .desktop file, which made xdiagnose use 
gksu/pkexec to request root permissions when run from the menus.  However, 
xdiagnose can also be run directly from X terminals.  To address this case it 
needs to check if it's run as root at startup, and if not print an error so the 
user knows to run it with sudo or similar.

  [Regression Risk]
  The patch is very trivial and non-invasive so not likely to cause 
regressions.  Also, the application is for diagnostic purposes so the impact of 
a regression in this tool is pretty minor.

  [Original Report]
  Hello
  Launching the xdiagnose gui from the icon, it start, accept the checkboxes 
variation but when i click apply it don't require me the password to read the 
grub file.
  Launching it from terminal it return the permission denied error.
  Thanks
  Fabio

To manage notifications about this bug go to:
https://bugs.launchpad.net/xdiagnose/+bug/769419/+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 769419] Re: xdiagnose needs root privilege to create /etc/default/grub.bak

2013-05-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/xdiagnose

** Branch linked: lp:ubuntu/quantal-proposed/xdiagnose

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

Title:
  xdiagnose needs root privilege to create /etc/default/grub.bak

Status in xdiagnose:
  Triaged
Status in “xdiagnose” package in Ubuntu:
  Fix Released
Status in “xdiagnose” source package in Precise:
  Fix Committed
Status in “xdiagnose” source package in Quantal:
  Fix Committed
Status in “xdiagnose” source package in Raring:
  Fix Released

Bug description:
  [Impact]
  xdiagnose requires root permission to run, otherwise it crashes when it tries 
to update the grub configuration.

  This is showing up in the automatically collected errors:
  
https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fxdiagnose%3AIOError%3Amove%3Ahandle_enable_apport%3Amove%3Acopy2%3Acopyfile

  This shows the issue affects precise, quantal, and raring users, with
  quantal being the most heavily affected.

  [Testcase]
  1.  Open xterm window
  2.  Run `xdiagnose` as a non-root user
  3.  Change some grub settings
  4.  Click apply

  Expected behavior:  At step 2, remind user to run app as superuser.
  Actual behavior: Crashes at step 4

  [Fix]
  A partial fix was added to the .desktop file, which made xdiagnose use 
gksu/pkexec to request root permissions when run from the menus.  However, 
xdiagnose can also be run directly from X terminals.  To address this case it 
needs to check if it's run as root at startup, and if not print an error so the 
user knows to run it with sudo or similar.

  [Regression Risk]
  The patch is very trivial and non-invasive so not likely to cause 
regressions.  Also, the application is for diagnostic purposes so the impact of 
a regression in this tool is pretty minor.

  [Original Report]
  Hello
  Launching the xdiagnose gui from the icon, it start, accept the checkboxes 
variation but when i click apply it don't require me the password to read the 
grub file.
  Launching it from terminal it return the permission denied error.
  Thanks
  Fabio

To manage notifications about this bug go to:
https://bugs.launchpad.net/xdiagnose/+bug/769419/+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 769419] Re: xdiagnose needs root privilege to create /etc/default/grub.bak

2013-04-26 Thread Launchpad Bug Tracker
This bug was fixed in the package xdiagnose - 3.5.1

---
xdiagnose (3.5.1) raring-proposed; urgency=low

  * bin/xdiagnose:  Exit with error if run as non-root.  Otherwise, the
program will crash when it tries to write a new grub configuration.
(LP: #769419)
 -- Bryce Harrington br...@ubuntu.com   Tue, 23 Apr 2013 14:15:03 -0700

** Changed in: xdiagnose (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  xdiagnose needs root privilege to create /etc/default/grub.bak

Status in xdiagnose:
  Triaged
Status in “xdiagnose” package in Ubuntu:
  Fix Released
Status in “xdiagnose” source package in Precise:
  Fix Committed
Status in “xdiagnose” source package in Quantal:
  Fix Committed
Status in “xdiagnose” source package in Raring:
  Fix Released

Bug description:
  [Impact]
  xdiagnose requires root permission to run, otherwise it crashes when it tries 
to update the grub configuration.

  This is showing up in the automatically collected errors:
  
https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fxdiagnose%3AIOError%3Amove%3Ahandle_enable_apport%3Amove%3Acopy2%3Acopyfile

  This shows the issue affects precise, quantal, and raring users, with
  quantal being the most heavily affected.

  [Testcase]
  1.  Open xterm window
  2.  Run `xdiagnose` as a non-root user
  3.  Change some grub settings
  4.  Click apply

  Expected behavior:  At step 2, remind user to run app as superuser.
  Actual behavior: Crashes at step 4

  [Fix]
  A partial fix was added to the .desktop file, which made xdiagnose use 
gksu/pkexec to request root permissions when run from the menus.  However, 
xdiagnose can also be run directly from X terminals.  To address this case it 
needs to check if it's run as root at startup, and if not print an error so the 
user knows to run it with sudo or similar.

  [Regression Risk]
  The patch is very trivial and non-invasive so not likely to cause 
regressions.  Also, the application is for diagnostic purposes so the impact of 
a regression in this tool is pretty minor.

  [Original Report]
  Hello
  Launching the xdiagnose gui from the icon, it start, accept the checkboxes 
variation but when i click apply it don't require me the password to read the 
grub file.
  Launching it from terminal it return the permission denied error.
  Thanks
  Fabio

To manage notifications about this bug go to:
https://bugs.launchpad.net/xdiagnose/+bug/769419/+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 769419] Re: xdiagnose needs root privilege to create /etc/default/grub.bak

2013-04-25 Thread Launchpad Bug Tracker
This bug was fixed in the package xdiagnose - 3.5.1

---
xdiagnose (3.5.1) raring-proposed; urgency=low

  * bin/xdiagnose:  Exit with error if run as non-root.  Otherwise, the
program will crash when it tries to write a new grub configuration.
(LP: #769419)
 -- Bryce Harrington br...@ubuntu.com   Tue, 23 Apr 2013 14:15:03 -0700

** Changed in: xdiagnose (Ubuntu Raring)
   Status: Fix Committed = Fix Released

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

Title:
  xdiagnose needs root privilege to create /etc/default/grub.bak

Status in xdiagnose:
  Triaged
Status in “xdiagnose” package in Ubuntu:
  Fix Committed
Status in “xdiagnose” source package in Precise:
  Fix Committed
Status in “xdiagnose” source package in Quantal:
  Fix Committed
Status in “xdiagnose” source package in Raring:
  Fix Released

Bug description:
  [Impact]
  xdiagnose requires root permission to run, otherwise it crashes when it tries 
to update the grub configuration.

  This is showing up in the automatically collected errors:
  
https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fxdiagnose%3AIOError%3Amove%3Ahandle_enable_apport%3Amove%3Acopy2%3Acopyfile

  This shows the issue affects precise, quantal, and raring users, with
  quantal being the most heavily affected.

  [Testcase]
  1.  Open xterm window
  2.  Run `xdiagnose` as a non-root user
  3.  Change some grub settings
  4.  Click apply

  Expected behavior:  At step 2, remind user to run app as superuser.
  Actual behavior: Crashes at step 4

  [Fix]
  A partial fix was added to the .desktop file, which made xdiagnose use 
gksu/pkexec to request root permissions when run from the menus.  However, 
xdiagnose can also be run directly from X terminals.  To address this case it 
needs to check if it's run as root at startup, and if not print an error so the 
user knows to run it with sudo or similar.

  [Regression Risk]
  The patch is very trivial and non-invasive so not likely to cause 
regressions.  Also, the application is for diagnostic purposes so the impact of 
a regression in this tool is pretty minor.

  [Original Report]
  Hello
  Launching the xdiagnose gui from the icon, it start, accept the checkboxes 
variation but when i click apply it don't require me the password to read the 
grub file.
  Launching it from terminal it return the permission denied error.
  Thanks
  Fabio

To manage notifications about this bug go to:
https://bugs.launchpad.net/xdiagnose/+bug/769419/+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 769419] Re: xdiagnose needs root privilege to create /etc/default/grub.bak

2013-04-24 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/xdiagnose

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

Title:
  xdiagnose needs root privilege to create /etc/default/grub.bak

Status in xdiagnose:
  Triaged
Status in “xdiagnose” package in Ubuntu:
  Fix Committed
Status in “xdiagnose” source package in Precise:
  Fix Committed
Status in “xdiagnose” source package in Quantal:
  Fix Committed
Status in “xdiagnose” source package in Raring:
  Fix Committed

Bug description:
  [Impact]
  xdiagnose requires root permission to run, otherwise it crashes when it tries 
to update the grub configuration.

  This is showing up in the automatically collected errors:
  
https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fxdiagnose%3AIOError%3Amove%3Ahandle_enable_apport%3Amove%3Acopy2%3Acopyfile

  This shows the issue affects precise, quantal, and raring users, with
  quantal being the most heavily affected.

  [Testcase]
  1.  Open xterm window
  2.  Run `xdiagnose` as a non-root user
  3.  Change some grub settings
  4.  Click apply

  Expected behavior:  At step 2, remind user to run app as superuser.
  Actual behavior: Crashes at step 4

  [Fix]
  A partial fix was added to the .desktop file, which made xdiagnose use 
gksu/pkexec to request root permissions when run from the menus.  However, 
xdiagnose can also be run directly from X terminals.  To address this case it 
needs to check if it's run as root at startup, and if not print an error so the 
user knows to run it with sudo or similar.

  [Regression Risk]
  The patch is very trivial and non-invasive so not likely to cause 
regressions.  Also, the application is for diagnostic purposes so the impact of 
a regression in this tool is pretty minor.

  [Original Report]
  Hello
  Launching the xdiagnose gui from the icon, it start, accept the checkboxes 
variation but when i click apply it don't require me the password to read the 
grub file.
  Launching it from terminal it return the permission denied error.
  Thanks
  Fabio

To manage notifications about this bug go to:
https://bugs.launchpad.net/xdiagnose/+bug/769419/+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 769419] Re: xdiagnose needs root privilege to create /etc/default/grub.bak

2013-04-23 Thread Bryce Harrington
https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fxdiagnose%3AIOError%3Amove%3Ahandle_enable_apport%3Amove%3Acopy2%3Acopyfile

This indicates people are still running into problems using xdiagnose on
12.10 due to not running it as root, so reopening task.

** Changed in: xdiagnose (Ubuntu Quantal)
   Status: Fix Released = Triaged

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

Title:
  xdiagnose needs root privilege to create /etc/default/grub.bak

Status in xdiagnose:
  Triaged
Status in “xdiagnose” package in Ubuntu:
  Fix Released
Status in “xdiagnose” source package in Quantal:
  Triaged
Status in “xdiagnose” source package in Raring:
  Triaged

Bug description:
  Hello
  Launching the xdiagnose gui from the icon, it start, accept the checkboxes 
variation but when i click apply it don't require me the password to read the 
grub file.
  Launching it from terminal it return the permission denied error.
  Thanks
  Fabio

To manage notifications about this bug go to:
https://bugs.launchpad.net/xdiagnose/+bug/769419/+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 769419] Re: xdiagnose needs root privilege to create /etc/default/grub.bak

2013-04-23 Thread Bryce Harrington
** Description changed:

+ [Impact]
+ xdiagnose requires root permission to run, otherwise it crashes when it tries 
to update the grub configuration.
+ 
+ This is showing up in the automatically collected errors:
+ 
https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fxdiagnose%3AIOError%3Amove%3Ahandle_enable_apport%3Amove%3Acopy2%3Acopyfile
+ 
+ [Fix]
+ A partial fix was added to the .desktop file, which made xdiagnose use 
gksu/pkexec to request root permissions when run from the menus.  However, 
xdiagnose can also be run directly from X terminals.  To address this case it 
needs to check if it's run as root at startup, and if not print an error so the 
user knows to run it with sudo or similar.
+ 
+ [Regression Risk]
+ The patch is very trivial and non-invasive so not likely to cause 
regressions.  Also, the application is for diagnostic purposes so the impact of 
a regression in this tool is pretty minor.
+ 
+ [Original Report]
  Hello
  Launching the xdiagnose gui from the icon, it start, accept the checkboxes 
variation but when i click apply it don't require me the password to read the 
grub file.
  Launching it from terminal it return the permission denied error.
  Thanks
  Fabio

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

Title:
  xdiagnose needs root privilege to create /etc/default/grub.bak

Status in xdiagnose:
  Triaged
Status in “xdiagnose” package in Ubuntu:
  Fix Released
Status in “xdiagnose” source package in Quantal:
  Triaged
Status in “xdiagnose” source package in Raring:
  Triaged

Bug description:
  [Impact]
  xdiagnose requires root permission to run, otherwise it crashes when it tries 
to update the grub configuration.

  This is showing up in the automatically collected errors:
  
https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fxdiagnose%3AIOError%3Amove%3Ahandle_enable_apport%3Amove%3Acopy2%3Acopyfile

  [Fix]
  A partial fix was added to the .desktop file, which made xdiagnose use 
gksu/pkexec to request root permissions when run from the menus.  However, 
xdiagnose can also be run directly from X terminals.  To address this case it 
needs to check if it's run as root at startup, and if not print an error so the 
user knows to run it with sudo or similar.

  [Regression Risk]
  The patch is very trivial and non-invasive so not likely to cause 
regressions.  Also, the application is for diagnostic purposes so the impact of 
a regression in this tool is pretty minor.

  [Original Report]
  Hello
  Launching the xdiagnose gui from the icon, it start, accept the checkboxes 
variation but when i click apply it don't require me the password to read the 
grub file.
  Launching it from terminal it return the permission denied error.
  Thanks
  Fabio

To manage notifications about this bug go to:
https://bugs.launchpad.net/xdiagnose/+bug/769419/+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 769419] Re: xdiagnose needs root privilege to create /etc/default/grub.bak

2013-04-23 Thread Bryce Harrington
** Description changed:

  [Impact]
  xdiagnose requires root permission to run, otherwise it crashes when it tries 
to update the grub configuration.
  
  This is showing up in the automatically collected errors:
  
https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fxdiagnose%3AIOError%3Amove%3Ahandle_enable_apport%3Amove%3Acopy2%3Acopyfile
+ 
+ This shows the issue affects precise, quantal, and raring users, with
+ quantal being the most heavily affected.
  
  [Fix]
  A partial fix was added to the .desktop file, which made xdiagnose use 
gksu/pkexec to request root permissions when run from the menus.  However, 
xdiagnose can also be run directly from X terminals.  To address this case it 
needs to check if it's run as root at startup, and if not print an error so the 
user knows to run it with sudo or similar.
  
  [Regression Risk]
  The patch is very trivial and non-invasive so not likely to cause 
regressions.  Also, the application is for diagnostic purposes so the impact of 
a regression in this tool is pretty minor.
  
  [Original Report]
  Hello
  Launching the xdiagnose gui from the icon, it start, accept the checkboxes 
variation but when i click apply it don't require me the password to read the 
grub file.
  Launching it from terminal it return the permission denied error.
  Thanks
  Fabio

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

Title:
  xdiagnose needs root privilege to create /etc/default/grub.bak

Status in xdiagnose:
  Triaged
Status in “xdiagnose” package in Ubuntu:
  Fix Released
Status in “xdiagnose” source package in Quantal:
  Triaged
Status in “xdiagnose” source package in Raring:
  Triaged

Bug description:
  [Impact]
  xdiagnose requires root permission to run, otherwise it crashes when it tries 
to update the grub configuration.

  This is showing up in the automatically collected errors:
  
https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fxdiagnose%3AIOError%3Amove%3Ahandle_enable_apport%3Amove%3Acopy2%3Acopyfile

  This shows the issue affects precise, quantal, and raring users, with
  quantal being the most heavily affected.

  [Fix]
  A partial fix was added to the .desktop file, which made xdiagnose use 
gksu/pkexec to request root permissions when run from the menus.  However, 
xdiagnose can also be run directly from X terminals.  To address this case it 
needs to check if it's run as root at startup, and if not print an error so the 
user knows to run it with sudo or similar.

  [Regression Risk]
  The patch is very trivial and non-invasive so not likely to cause 
regressions.  Also, the application is for diagnostic purposes so the impact of 
a regression in this tool is pretty minor.

  [Original Report]
  Hello
  Launching the xdiagnose gui from the icon, it start, accept the checkboxes 
variation but when i click apply it don't require me the password to read the 
grub file.
  Launching it from terminal it return the permission denied error.
  Thanks
  Fabio

To manage notifications about this bug go to:
https://bugs.launchpad.net/xdiagnose/+bug/769419/+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 769419] Re: xdiagnose needs root privilege to create /etc/default/grub.bak

2013-04-23 Thread Bryce Harrington
** Also affects: xdiagnose (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: xdiagnose (Ubuntu Precise)
   Status: New = Fix Committed

** Changed in: xdiagnose (Ubuntu Quantal)
   Status: Triaged = Fix Committed

** Changed in: xdiagnose (Ubuntu Raring)
   Status: Triaged = Fix Committed

** Changed in: xdiagnose (Ubuntu Precise)
   Importance: Undecided = Medium

** Description changed:

  [Impact]
  xdiagnose requires root permission to run, otherwise it crashes when it tries 
to update the grub configuration.
  
  This is showing up in the automatically collected errors:
  
https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fxdiagnose%3AIOError%3Amove%3Ahandle_enable_apport%3Amove%3Acopy2%3Acopyfile
  
  This shows the issue affects precise, quantal, and raring users, with
  quantal being the most heavily affected.
+ 
+ [Testcase]
+ 1.  Open xterm window
+ 2.  Run `xdiagnose` as a non-root user
+ 3.  Change some grub settings
+ 4.  Click apply
+ 
+ Expected behavior:  At step 2, remind user to run app as superuser.
+ Actual behavior: Crashes at step 4
  
  [Fix]
  A partial fix was added to the .desktop file, which made xdiagnose use 
gksu/pkexec to request root permissions when run from the menus.  However, 
xdiagnose can also be run directly from X terminals.  To address this case it 
needs to check if it's run as root at startup, and if not print an error so the 
user knows to run it with sudo or similar.
  
  [Regression Risk]
  The patch is very trivial and non-invasive so not likely to cause 
regressions.  Also, the application is for diagnostic purposes so the impact of 
a regression in this tool is pretty minor.
  
  [Original Report]
  Hello
  Launching the xdiagnose gui from the icon, it start, accept the checkboxes 
variation but when i click apply it don't require me the password to read the 
grub file.
  Launching it from terminal it return the permission denied error.
  Thanks
  Fabio

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

Title:
  xdiagnose needs root privilege to create /etc/default/grub.bak

Status in xdiagnose:
  Triaged
Status in “xdiagnose” package in Ubuntu:
  Fix Committed
Status in “xdiagnose” source package in Precise:
  Fix Committed
Status in “xdiagnose” source package in Quantal:
  Fix Committed
Status in “xdiagnose” source package in Raring:
  Fix Committed

Bug description:
  [Impact]
  xdiagnose requires root permission to run, otherwise it crashes when it tries 
to update the grub configuration.

  This is showing up in the automatically collected errors:
  
https://errors.ubuntu.com/bucket/?id=%2Fusr%2Fbin%2Fxdiagnose%3AIOError%3Amove%3Ahandle_enable_apport%3Amove%3Acopy2%3Acopyfile

  This shows the issue affects precise, quantal, and raring users, with
  quantal being the most heavily affected.

  [Testcase]
  1.  Open xterm window
  2.  Run `xdiagnose` as a non-root user
  3.  Change some grub settings
  4.  Click apply

  Expected behavior:  At step 2, remind user to run app as superuser.
  Actual behavior: Crashes at step 4

  [Fix]
  A partial fix was added to the .desktop file, which made xdiagnose use 
gksu/pkexec to request root permissions when run from the menus.  However, 
xdiagnose can also be run directly from X terminals.  To address this case it 
needs to check if it's run as root at startup, and if not print an error so the 
user knows to run it with sudo or similar.

  [Regression Risk]
  The patch is very trivial and non-invasive so not likely to cause 
regressions.  Also, the application is for diagnostic purposes so the impact of 
a regression in this tool is pretty minor.

  [Original Report]
  Hello
  Launching the xdiagnose gui from the icon, it start, accept the checkboxes 
variation but when i click apply it don't require me the password to read the 
grub file.
  Launching it from terminal it return the permission denied error.
  Thanks
  Fabio

To manage notifications about this bug go to:
https://bugs.launchpad.net/xdiagnose/+bug/769419/+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 769419] Re: xdiagnose needs root privilege to create /etc/default/grub.bak

2013-04-19 Thread Colin Watson
** Summary changed:

- xdiagnose need root previlege to create /etc/default/grub.bak
+ xdiagnose needs root privilege to create /etc/default/grub.bak

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

Title:
  xdiagnose needs root privilege to create /etc/default/grub.bak

Status in xdiagnose:
  Triaged
Status in “xdiagnose” package in Ubuntu:
  Fix Released
Status in “xdiagnose” source package in Quantal:
  Fix Released
Status in “xdiagnose” source package in Raring:
  Triaged

Bug description:
  Hello
  Launching the xdiagnose gui from the icon, it start, accept the checkboxes 
variation but when i click apply it don't require me the password to read the 
grub file.
  Launching it from terminal it return the permission denied error.
  Thanks
  Fabio

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