[Touch-packages] [Bug 1360488] Re: software-properties-gtk does not request root permission when choosing repositories in "Other Software" tab

2019-04-20 Thread Dries
*** This bug is a duplicate of bug 1424362 ***
https://bugs.launchpad.net/bugs/1424362

I have this behaviour on Ubuntu 19.04 (upgraded from 18.10

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1360488

Title:
  software-properties-gtk does not request root permission when choosing
  repositories in "Other Software" tab

Status in software-properties package in Ubuntu:
  Confirmed

Bug description:
  1) Description:   Ubuntu 14.04.1 LTS (Ubuntu-GNOME)
  Release:  14.04 amd64

  2) software-properties-gtk:
Installed: 0.92.37.1
Candidate: 0.92.37.1
Version table:
   *** 0.92.37.1 0
  500 http://www.lug.bu.edu/mirror/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   0.92.36 0
  500 http://www.lug.bu.edu/mirror/ubuntu/ trusty/main amd64 Packages

  3) When checking/unchecking repositories under the "Other Software"
  tab of software-properties-gtk I expect it to prompt me for root/sudo
  password, and once accepted I can check and uncheck my repositories.

  4)  The title may not explain issue good enough so forgive me for being long 
winded just want to make sure issue is understood. This is what I experience 
when opening Software & Updates (software-properties-gtk) from app menu, and go 
to the "Other Software" tab. 
If you go to check or uncheck any of the repositories listed it does 
not let you because you don't have sudo/root privileges, that makes sense, but 
under regular Ubuntu 14.04.1 (I am currently running Ubuntu-GNOME 14.04.1) and 
you went ahead to check or uncheck a repository it would request root 
privileges at that moment by asking for the password. As long as the password 
was excepted you could then go ahead check/uncheck the repositories you want. 
In Ubuntu-GNOME it does not try and gain privilege it just darkens the list.  
If you open software-properties-gtk via terminal when you go to check/uncheck 
any repository it returns this error in terminal window: 
"ERROR:root:Authentication canceled, changes have not been saved" The only way 
you can get it to request root privileges is to hit one of the buttons below 
(Add, Edit, Remove, Add Volume). So it does not cause an issue you can not get 
around, it was just something that I noticed that happened with Ubuntu 14.04.1 
that does not with Ubuntu-GNOME 14.04.1 and probably should.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: software-properties-gtk 0.92.37.1
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  NonfreeKernelModules: rr272x_1x
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Fri Aug 22 19:48:49 2014
  InstallationDate: Installed on 2014-08-20 (2 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: software-properties
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1360488/+subscriptions

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


[Touch-packages] [Bug 1501240] Re: Serialport doens't work correctly after ubuntu update?

2015-10-02 Thread Dries
Also have this problem with weewx accessing a Davis Vantage Vue weather
station. Downgrading kernel from 65 to 63 instantly solved it.  Not a
programmer but happy to supply logs, etc

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python2.7 in Ubuntu.
https://bugs.launchpad.net/bugs/1501240

Title:
  Serialport doens't work correctly after ubuntu update?

Status in python2.7 package in Ubuntu:
  Confirmed

Bug description:
  I have a strange problem with my serial port. It seems that sth has changed 
after ubuntu updates and reboot. 
  When I try to open serial port in python I get exception: 

  'device reports readiness to read but returned no data (device
  disconnected or multiple access on port?)'

  przem@przem:~/Pulpit/bat/scripts$ python
  Python 2.7.6 (default, Jun 22 2015, 17:58:13) 
  [GCC 4.8.2] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import serial
  >>> ser = serial.Serial("/dev/ttyUSB0", 57600)
  >>> ser.read()
  Traceback (most recent call last):
File "", line 1, in 
File "/usr/local/lib/python2.7/dist-packages/serial/serialposix.py", line 
475, in read
  raise SerialException('device reports readiness to read but returned no 
data (device disconnected or multiple access on port?)')
  serial.serialutil.SerialException: device reports readiness to read but 
returned no data (device disconnected or multiple access on port?)
  >>> 

  I know that there are also different users who has this problem. 
  more info:
  
http://superuser.com/questions/979722/serialport-doenst-work-correctly-after-ubuntu-update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1501240/+subscriptions

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