[Bug 2004203] Re: With needrestart, apt-get does not respect non-interactive instruction when upgrading services

2024-06-28 Thread Franz Seidl
I'm sorry, I had to migrate my server to a new provider. Now I have
Ubuntu 24.04, seems like it's working there.

On my old server I didn't get a mail with needrestart and automatic
upgrade - but when I migrated to the new server I saw needrestart config
was resetted on the old server?! Perhaps with installing
https://launchpad.net/~juergh/+archive/ubuntu/needrestart ?!

But ... the server is purged ... So I can't tell you further information
and no further investigation is needed in my eyes for my issue. But .. I
only wanted to inform you.

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

Title:
  With needrestart, apt-get does not respect non-interactive instruction
  when upgrading services

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


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

[Bug 2004203] Re: With needrestart, apt-get does not respect non-interactive instruction when upgrading services

2024-06-12 Thread Franz Seidl
Thank you for your hint!
Looks like it worked with needrestart for `sudo systemd-run apt-get reinstall 
-y libc6`.

First I thought it didn't work, because `needrestart -r l` listed:
---
root@vps:~# needrestart -r l
Scanning processes...   

Scanning candidates...  

Scanning linux images...


Running kernel seems to be up-to-date.

Services to be restarted:
 systemctl restart ssh.service

Service restarts being deferred:
 /etc/needrestart/restart.d/dbus.service
 systemctl restart getty@tty1.service
 systemctl restart systemd-logind.service
 systemctl restart unattended-upgrades.service
 systemctl restart user@1000.service

No containers need to be restarted.

No user sessions are running outdated binaries.

No VM guests are running outdated hypervisor (qemu) binaries on this host.
---

But ... after about a or two minute, it changed to:
---
root@vps:~# needrestart -r l
Scanning processes...   

Scanning candidates...  

Scanning linux images...


Running kernel seems to be up-to-date.

Services to be restarted:

Service restarts being deferred:
 /etc/needrestart/restart.d/dbus.service
 systemctl restart getty@tty1.service
 systemctl restart systemd-logind.service
 systemctl restart unattended-upgrades.service
 systemctl restart user@1000.service

No containers need to be restarted.

No user sessions are running outdated binaries.

No VM guests are running outdated hypervisor (qemu) binaries on this host.
---

For the sake of completeness, the `journalctl --unit 
run-r16104e267a224d369bcd2911302deff2.service`:
---
Jun 12 14:04:56 vps.acme.local systemd[1]: Started /usr/bin/apt-get reinstall 
-y libc6.
Jun 12 14:04:57 vps.acme.local apt-get[636754]: Reading package lists...
Jun 12 14:04:57 vps.acme.local apt-get[636754]: Building dependency tree...
Jun 12 14:04:57 vps.acme.local apt-get[636754]: Reading state information...
Jun 12 14:04:58 vps.acme.local apt-get[636754]: 0 upgraded, 0 newly installed, 
1 reinstalled, 0 to remove and 3 not upgraded.
Jun 12 14:04:58 vps.acme.local apt-get[636754]: Need to get 3,235 kB of 
archives.
Jun 12 14:04:58 vps.acme.local apt-get[636754]: After this operation, 0 B of 
additional disk space will be used.
Jun 12 14:04:58 vps.acme.local apt-get[636754]: Get:1 
http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6 amd64 
2.35-0ubuntu3.8 [3,235 kB]
Jun 12 14:04:59 vps.acme.local apt-get[636760]: debconf: unable to initialize 
frontend: Dialog
Jun 12 14:04:59 vps.acme.local apt-get[636760]: debconf: (TERM is not set, so 
the dialog frontend is not usable.)
Jun 12 14:04:59 vps.acme.local apt-get[636760]: debconf: falling back to 
frontend: Readline
Jun 12 14:04:59 vps.acme.local apt-get[636760]: debconf: unable to initialize 
frontend: Readline
Jun 12 14:04:59 vps.acme.local apt-get[636760]: debconf: (This frontend 
requires a controlling tty.)
Jun 12 14:04:59 vps.acme.local apt-get[636760]: debconf: falling back to 
frontend: Teletype
Jun 12 14:04:59 vps.acme.local apt-get[636760]: dpkg-preconfigure: unable to 
re-open stdin:
Jun 12 14:04:59 vps.acme.local apt-get[636754]: Fetched 3,235 kB in 1s (3,514 
kB/s)
Jun 12 14:04:59 vps.acme.local apt-get[636754]: [615B blob data]
Jun 12 14:04:59 vps.acme.local apt-get[636754]: Preparing to unpack 
.../libc6_2.35-0ubuntu3.8_amd64.deb ...
Jun 12 14:04:59 vps.acme.local apt-get[636754]: debconf: unable to initialize 
frontend: Dialog
Jun 12 14:04:59 vps.acme.local apt-get[636754]: debconf: (TERM is not set, so 
the dialog frontend is not usable.)
Jun 12 14:04:59 vps.acme.local apt-get[636754]: debconf: falling back to 
frontend: Readline
Jun 12 14:04:59 vps.acme.local apt-get[636754]: Unpacking libc6:amd64 
(2.35-0ubuntu3.8) over (2.35-0ubuntu3.8) ...
Jun 12 14:04:59 vps.acme.local apt-get[636754]: Setting up libc6:amd64 
(2.35-0ubuntu3.8) ...
Jun 12 14:05:00 vps.acme.local apt-get[636754]: debconf: unable to initialize 
frontend: Dialog
Jun 12 14:05:00 vps.acme.local apt-get[636754]: debconf: (TERM is not set, so 
the dialog frontend is not usable.)
Jun 12 14:05:00 vps.acme.local apt-get[636754]: debconf: falling back to 
frontend: Readline
Jun 12 14:05:00 vps.acme.local apt-get[636754]: Processing triggers for 
libc-bin (2.35-0ubuntu3.8) ...
Jun 12 14:05:03 vps.acme.local apt-get[636971]: Running kernel seems to be 
up-to-date.
Jun 12 14:05:03 vps.acme.local apt-get[636971]: Restarting services...
Jun 12 14:05:03 vps.acme.local apt-get[636971]:  systemctl 

[Bug 2004203] Re: With needrestart, apt-get does not respect non-interactive instruction when upgrading services

2024-06-12 Thread Franz Seidl
Yes, but then it's no auto update, is it?
When I do a `apt upgrade` on shell needrestart works correctly - like before.

And reinstall of libc6 ... I'm a bit afraid ... it's my personal
productive VPS, I don't have a test machine. ;)

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

Title:
  With needrestart, apt-get does not respect non-interactive instruction
  when upgrading services

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


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

[Bug 2004203] Re: With needrestart, apt-get does not respect non-interactive instruction when upgrading services

2024-06-12 Thread Franz Seidl
Thank you, I've installed it and I will report if it helped me. :)
But ... I need new packages for auto update first  ;)

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

Title:
  With needrestart, apt-get does not respect non-interactive instruction
  when upgrading services

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


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

[Bug 2015620] Re: nautilus-dropbox menubar icon non-functional in lunar

2024-06-10 Thread Franz
Same issue for me with Ubuntu 24.04 LTS and Dropbox v198.4.7615. Having
to use the screen lock-unlock workaround.

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

Title:
  nautilus-dropbox menubar icon non-functional in lunar

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


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

[Bug 2065695] Re: GNOME Shell crashed with signal 11 on drag and drop panel

2024-05-18 Thread Franz Seidl
I started

export SHELL_DEBUG=all
gdb --args gnome-shell --replace --wayland --nested

and got attached messages after challenging the crash.

Is it helpful?

And ... is it related to bug
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2061739 (because
of meta_wayland_transaction_commit)?

** Attachment added: "gdb.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2065695/+attachment/5779658/+files/gdb.txt

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

Title:
  GNOME Shell crashed with signal 11 on drag and drop panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2065695/+subscriptions


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

[Bug 2004203] Re: With needrestart, apt-get does not respect non-interactive instruction when upgrading services

2024-03-09 Thread Franz Seidl
Will this fixed version also be released for Ubuntu 22.04.4 LTS?
I currently have only 3.5-5ubuntu2.1 as installed and candidate.

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

Title:
  With needrestart, apt-get does not respect non-interactive instruction
  when upgrading services

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


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

[Bug 2055770] Re: AttributeError: module 'cloudinit.log' has no attribute 'getLogger'

2024-03-03 Thread Franz Seidl
Thank you very much, Chad Smith!

I'm so sorry for not realizing earlier that DataSourceUI.py is a custom
file.

The server is hosted as a virtual private server at IONOS. I installed
it years ago using an image from IONOS that had Ubuntu 18.04, and I have
upgraded it since then.

In fact, the file was created by IONOS (which is a part of United
Internet):

root@vps:/usr/lib/python3/dist-packages/cloudinit/sources# head -15 
DataSourceUI.py 
# vi: ts=4 expandtab
#
#Author: Jorge Jimenez (United Internet)
#
#This program is free software: you can redistribute it and/or modify
#it under the terms of the GNU General Public License version 3, as
#published by the Free Software Foundation.
#
#This program is distributed in the hope that it will be useful,
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#GNU General Public License for more details.
#
#You should have received a copy of the GNU General Public License
#along with this program.  If not, see .


I changed the file according to your hint:
#from cloudinit import log as logging
import logging

Now it works fine, and I am happy with this solution! :)

Thank you!

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

Title:
  AttributeError: module 'cloudinit.log' has no attribute 'getLogger'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2055770/+subscriptions


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

[Bug 2055770] [NEW] AttributeError: module 'cloudinit.log' has no attribute 'getLogger'

2024-03-02 Thread Franz Seidl
Public bug reported:

root@vps:~# lsb_release -rd
Description:Ubuntu 22.04.4 LTS
Release:22.04


root@vps:~# apt-cache policy cloud-init
cloud-init:
  Installed: 23.4.4-0ubuntu0~22.04.1
  Candidate: 23.4.4-0ubuntu0~22.04.1
  Version table:
 *** 23.4.4-0ubuntu0~22.04.1 500 (phased 70%)
500 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages
100 /var/lib/dpkg/status
 23.1.2-0ubuntu0~22.04.1 500
500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages
500 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages
 22.1-14-g2e17a0d6-0ubuntu1~22.04.5 500
500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu jammy/main i386 Packages


root@vps:~# systemctl --failed
  UNIT LOAD   ACTIVE SUBDESCRIPTION 
 
● cloud-config.service loaded failed failed Apply the settings specified in 
cloud-config
● cloud-final.service  loaded failed failed Execute cloud user/final scripts
● cloud-init-local.service loaded failed failed Initial cloud-init job 
(pre-networking)
● cloud-init.service   loaded failed failed Initial cloud-init job 
(metadata service crawler)

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB= The low-level unit activation state, values depend on unit type.
4 loaded units listed.


root@vps:~# journalctl --unit cloud-init
Mar 02 12:13:57 vps.local cloud-init[920]: 2024-03-02 11:13:57,411 - 
util.py[WARNING]: failed stage init
Mar 02 12:13:57 vps.local cloud-init[920]: failed run of stage init
Mar 02 12:13:57 vps.local cloud-init[920]: 

Mar 02 12:13:57 vps.local cloud-init[920]: Traceback (most recent call last):
Mar 02 12:13:57 vps.local cloud-init[920]:   File 
"/usr/lib/python3/dist-packages/cloudinit/cmd/main.py", line 781, in 
status_wrapper
Mar 02 12:13:57 vps.local cloud-init[920]: ret = functor(name, args)
Mar 02 12:13:57 vps.local cloud-init[920]:   File 
"/usr/lib/python3/dist-packages/cloudinit/cmd/main.py", line 394, in main_init
Mar 02 12:13:57 vps.local cloud-init[920]: init.fetch(existing=existing)
Mar 02 12:13:57 vps.local cloud-init[920]:   File 
"/usr/lib/python3/dist-packages/cloudinit/stages.py", line 493, in fetch
Mar 02 12:13:57 vps.local cloud-init[920]: return 
self._get_data_source(existing=existing)
Mar 02 12:13:57 vps.local cloud-init[920]:   File 
"/usr/lib/python3/dist-packages/cloudinit/stages.py", line 360, in 
_get_data_source
Mar 02 12:13:57 vps.local cloud-init[920]: (ds, dsname) = 
sources.find_source(
Mar 02 12:13:57 vps.local cloud-init[920]:   File 
"/usr/lib/python3/dist-packages/cloudinit/sources/__init__.py", line 1001, in 
find_source
Mar 02 12:13:57 vps.local cloud-init[920]: ds_list = list_sources(cfg_list, 
ds_deps, pkg_list)
Mar 02 12:13:57 vps.local cloud-init[920]:   File 
"/usr/lib/python3/dist-packages/cloudinit/sources/__init__.py", line 1048, in 
list_sources
Mar 02 12:13:57 vps.local cloud-init[920]: m_locs, _looked_locs = 
importer.find_module(
Mar 02 12:13:57 vps.local cloud-init[920]:   File 
"/usr/lib/python3/dist-packages/cloudinit/importer.py", line 73, in find_module
Mar 02 12:13:57 vps.local cloud-init[920]: if _count_attrs(full_path, 
required_attrs) == len(required_attrs):
Mar 02 12:13:57 vps.local cloud-init[920]:   File 
"/usr/lib/python3/dist-packages/cloudinit/importer.py", line 28, in _count_attrs
Mar 02 12:13:57 vps.local cloud-init[920]: mod = 
importlib.import_module(module_name)
Mar 02 12:13:57 vps.local cloud-init[920]:   File 
"/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
Mar 02 12:13:57 vps.local cloud-init[920]: return 
_bootstrap._gcd_import(name[level:], package, level)
Mar 02 12:13:57 vps.local cloud-init[920]:   File "", line 1050, in _gcd_import
Mar 02 12:13:57 vps.local cloud-init[920]:   File "", line 1027, in _find_and_load
Mar 02 12:13:57 vps.local cloud-init[920]:   File "", line 1006, in _find_and_load_unlocked
Mar 02 12:13:57 vps.local cloud-init[920]:   File "", line 688, in _load_unlocked
Mar 02 12:13:57 vps.local cloud-init[920]:   File "", line 883, in exec_module
Mar 02 12:13:57 vps.local cloud-init[920]:   File "", line 241, in _call_with_frames_removed
Mar 02 12:13:57 vps.local cloud-init[920]:   File 
"/usr/lib/python3/dist-packages/cloudinit/sources/DataSourceUI.py", line 25, in 

Mar 02 12:13:57 vps.local cloud-init[920]: LOG = logging.getLogger(__name__)
Mar 02 12:13:57 vps.local systemd[1]: cloud-init.service: Main process exited, 
code=exited, status=1/FAILURE
Mar 02 12:13:58 vps.local cloud-init[920]: AttributeError: module 
'cloudinit.log' has no attribute 'getLogger'
Mar 02 12:13:58 

[Bug 1968522] Re: Remmina can't connect to windows 2008 R2

2022-04-11 Thread Franz Angeli
using the same remmina installation to connect to Windows Server 2019
all working fine

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

Title:
  Remmina can't connect to windows 2008 R2

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


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

[Bug 1968522] Re: Remmina can't connect to windows 2008 R2

2022-04-11 Thread Franz Angeli
The only error i have on debug is:

[12:56:01:917] [2797:2879] [ERROR][com.freerdp.core] -
transport_connect_tls:freerdp_set_last_error_ex
ERRCONNECT_TLS_CONNECT_FAILED [0x00020008]

yes i tried lovering security level but it's the same.

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

Title:
  Remmina can't connect to windows 2008 R2

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


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

[Bug 1968522] [NEW] Remmina can't connect to windows 2008 R2

2022-04-10 Thread Franz Angeli
Public bug reported:

Remmina on Ubuntu 22.04 can't connect to windows server 2008 R2

error:

Could not connect to the RDP server "***" via TLS. See the DEBUG
traces for more information.

Remmina Version: 1.4.25 (git n/a)

i think remmina on ubuntu 22.04 doesn't support TLS 1.0

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

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

Title:
  Remmina can't connect to windows 2008 R2

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


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

[Bug 1783202] Re: Build Firefox with gpsd location provider support (--enable-gpsd)

2022-04-01 Thread Franz Angeli
Trying to build firefox with gpsd support:

"ERROR: Package libgps was not found in the pkg-config search path"

but i have libgps-dev and libgps installed and are in pkg-config path

version is >= 3.11

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

Title:
  Build Firefox with gpsd location provider support (--enable-gpsd)

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


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

[Bug 1956863] Re: Preferred Applications not listing installed application

2022-01-14 Thread Franz
Thankyou, Norbert.

I have re-installed Impish since I discovered a large number of broken
packages showing on Synaptic.

All is well now, and I assume that the original install became corrupted.
Franz

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

Title:
  Preferred Applications not listing installed application

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


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

[Bug 1956863] Re: Preferred Applications not listing installed application

2022-01-10 Thread Franz
zylmurbafi@lanbox:~$ apt-cache policy mpv celluloid
mpv:
  Installed: 0.33.1-1ubuntu1
  Candidate: 0.33.1-1ubuntu1
  Version table:
 *** 0.33.1-1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu impish/universe amd64 Packages
100 /var/lib/dpkg/status
celluloid:
  Installed: 0.20-2
  Candidate: 0.20-2
  Version table:
 *** 0.20-2 500
500 http://archive.ubuntu.com/ubuntu impish/universe amd64 Packages
100 /var/lib/dpkg/status
zylmurbafi@lanbox:~$

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

Title:
  Preferred Applications not listing installed application

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


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

[Bug 1956863] Re: Preferred Applications not listing installed application

2022-01-09 Thread Franz
Norbert

I have re-installed as recommended - but without success.

The requested file outputs are in the attachment.

Thank you v much
Franz


** Attachment added: "Attachment 1"
   
https://bugs.launchpad.net/ubuntu-mate/+bug/1956863/+attachment/5552962/+files/Attachment%201

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

Title:
  Preferred Applications not listing installed application

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


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

[Bug 1901101] [NEW] 20.10 install from disk crashes

2020-10-22 Thread Franz
Public bug reported:

unable to access grub
install atempt to SSD, current 20.04/Win10

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: ubiquity 20.10.13
ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
Uname: Linux 5.8.0-25-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
CasperMD5CheckResult: skip
CasperVersion: 1.455
Date: Fri Oct 23 10:15:32 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu-mate.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu-MATE 20.10 "Groovy Gorilla" - Release amd64 (20201022)
ProcEnviron:
 LANGUAGE=en_AU.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_AU.UTF-8
 LC_NUMERIC=C.UTF-8
RebootRequiredPkgs:
 linux-image-5.8.0-25-generic
 linux-base
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug groovy ubiquity-20.10.13 ubuntu-mate

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

Title:
  20.10 install from disk crashes

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

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

[Bug 1898761] Re: do-release-upgrade from bionic 18.04.5 LTS to focal 20.04.1 fails to calculate if libsensors4 is installed

2020-10-08 Thread Franz
After removing libsensors4:amd and 434 packages depending on this, the release 
upgrade proceeds.
Sorry for the confusion.

** Changed in: ubuntu-release-upgrader (Ubuntu)
 Assignee: (unassigned) => Franz (l-launchpad-drfasching-com)

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: New => Invalid

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

Title:
  do-release-upgrade from bionic 18.04.5 LTS to focal 20.04.1 fails to
  calculate if libsensors4 is installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1898761/+subscriptions

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

[Bug 1898761] [NEW] do-release-upgrade from bionic 18.04.5 LTS to focal 20.04.1 fails to calculate if libsensors4 is installed

2020-10-06 Thread Franz
Public bug reported:

do-release-upgrade fails to calculate an upgrade path.
After removing some colliding packages, one last collision remains in 
/var/log/dist-ugprade/apt.log:

Broken libsensors-config:amd64 collides with libsensors4:amd64 <
1:3.4.0-4 @ii mK >

Trying to remove libsensors4:amd would result in removal of 434
depending packages, including the whole desktop environment.

Is it safe to remove libsensors4 in order to proceed with the upgrade?

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.38
ProcVersionSignature: Ubuntu 4.15.0-118.119-generic 4.15.18
Uname: Linux 4.15.0-118-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.17
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Tue Oct  6 19:06:13 2020
InstallationDate: Installed on 2013-12-11 (2490 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-10-06 (0 days ago)

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic dist-upgrade

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

Title:
  do-release-upgrade from bionic 18.04.5 LTS to focal 20.04.1 fails to
  calculate if libsensors4 is installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1898761/+subscriptions

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

[Bug 1898328] [NEW] package nvidia-340 (not installed) failed to install/upgrade: Versuch, »/lib/udev/rules.d/71-nvidia.rules« zu überschreiben, welches auch in Paket nvidia-kernel-common-450 450.66-0

2020-10-03 Thread Franz Wyrsch
Public bug reported:

I get error

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: nvidia-340 (not installed)
ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60
Uname: Linux 5.4.0-48-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.9
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat Oct  3 07:32:22 2020
ErrorMessage: Versuch, »/lib/udev/rules.d/71-nvidia.rules« zu überschreiben, 
welches auch in Paket nvidia-kernel-common-450 450.66-0ubuntu0.20.04.1 ist
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: nvidia-graphics-drivers-340
Title: package nvidia-340 (not installed) failed to install/upgrade: Versuch, 
»/lib/udev/rules.d/71-nvidia.rules« zu überschreiben, welches auch in Paket 
nvidia-kernel-common-450 450.66-0ubuntu0.20.04.1 ist
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-340 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package nvidia-340 (not installed) failed to install/upgrade: Versuch,
  »/lib/udev/rules.d/71-nvidia.rules« zu überschreiben, welches auch in
  Paket nvidia-kernel-common-450 450.66-0ubuntu0.20.04.1 ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1898328/+subscriptions

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

[Bug 1888881] Re: calculating fails when upgrading from 18.04 to 20.04

2020-07-24 Thread Torsten Franz
*** This bug is a duplicate of bug 1887544 ***
https://bugs.launchpad.net/bugs/1887544

** This bug has been marked a duplicate of bug 1887544
   can not upgrade from 18.04 to 20.04

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

Title:
  calculating fails when upgrading from 18.04 to 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/181/+subscriptions

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

[Bug 1888881] Re: calculating fails when upgrading from 18.04 to 20.04

2020-07-24 Thread Torsten Franz
** Summary changed:

- calculating fails when upgrading from 28.04 to 20.04
+ calculating fails when upgrading from 18.04 to 20.04

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

Title:
  calculating fails when upgrading from 18.04 to 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/181/+subscriptions

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

[Bug 1870971] Re: [amdgpu] (X)ubuntu 20.04 boots to black screen on Lenovo Ideapad L340-17API when in battery mode

2020-06-29 Thread Franz Heinz
@Katan Maier (katastic): Did you encounter any problems with the GRUB
configuration mentioned in post #20?

And does this fix the problems with VLC, too?

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

Title:
  [amdgpu] (X)ubuntu 20.04 boots to black screen on Lenovo Ideapad
  L340-17API when in battery mode

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

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

[Bug 1870971] Re: [amdgpu] (X)ubuntu 20.04 boots to black screen on Lenovo Ideapad L340-17API when in battery mode

2020-06-29 Thread Franz Heinz
** Summary changed:

- [amdgpu] (X)ubuntu 20.04 boots to black screen on Lenovo Ideapad L340-17API
+ [amdgpu] (X)ubuntu 20.04 boots to black screen on Lenovo Ideapad L340-17API 
when in battery mode

** Tags added: battery

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

Title:
  [amdgpu] (X)ubuntu 20.04 boots to black screen on Lenovo Ideapad
  L340-17API when in battery mode

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

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

[Bug 1870971] Re: [amdgpu] Xubuntu 20.04 boots to black screen on Lenovo Ideapad L340-17API

2020-06-25 Thread Franz Heinz
The Problem still seems not to have been solved with the current kernel
under Ubuntu 20.04. LTS

** Also affects: vlc (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- [amdgpu] Xubuntu 20.04 boots to black screen on Lenovo Ideapad L340-17API
+ [amdgpu] (X)ubuntu 20.04 boots to black screen on Lenovo Ideapad L340-17API

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

Title:
  [amdgpu] (X)ubuntu 20.04 boots to black screen on Lenovo Ideapad
  L340-17API

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

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

[Bug 1870971] Re: [amdgpu] Xubuntu 20.04 boots to black screen on Lenovo Ideapad L340-17API

2020-06-18 Thread Franz Heinz
Can confirm that the problem occurs on my "Lenovo IdeaPad L340-17API"
regularly when power isn't plugged in.

On some occasions I got a corrupted root filesystem as a consequence of having 
to turn the system off "hard".
Furthermore I noticed that sometimes the Power-LED began to blink instead of 
glowing steadily.

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

Title:
  [amdgpu] Xubuntu 20.04 boots to black screen on Lenovo Ideapad
  L340-17API

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

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

[Bug 1875639] [NEW] Settings/energy/screen saver ... it doesn't work.

2020-04-28 Thread Franz-Josef Kirfel
Public bug reported:

Darken screen when inactive and turn off the screen after some time it
doesn't work.

System: Asrock J5005, 
Screen: Acer K242HL
Ubuntu 20.04 LTS

What you expected to happen: Darken the screen.
What happened instead: Nothing

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
BootLog: Error: [Errno 13] Keine Berechtigung: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Tue Apr 28 12:00:16 2020
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation UHD Graphics 605 [8086:3184] (rev 03) (prog-if 00 [VGA 
controller])
   Subsystem: ASRock Incorporation UHD Graphics 605 [1849:2212]
InstallationDate: Installed on 2020-04-26 (2 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=UUID=3aaec60f-6433-4446-9859-c33e28e4be75 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/06/2018
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.40
dmi.board.name: J5005-ITX
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.40:bd08/06/2018:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnJ5005-ITX:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: To Be Filled By O.E.M.
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.101-2
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubuntu

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

Title:
  Settings/energy/screen saver ...  it doesn't work.

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

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

[Bug 1842421] [NEW] Implementation error in BlockingQueue.h

2019-09-03 Thread Franz Rammerstorfer
Public bug reported:

In the development package of the latest zthreads version the
class "BlockingQueue" shall implement the member
"Queue::add(const T& item, unsigned long timeout)"
instead of 
"virtual bool add(T item, unsigned long timeout)".

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

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

Title:
  Implementation error in BlockingQueue.h

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

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

[Bug 1804847] Re: systemd=229-4ubuntu21.8 use of fchownat failes on some systems (openvz)

2018-11-26 Thread Franz Seidl
I've the problem with my VPS at Strato, they use Virtuozzo.

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

Title:
  systemd=229-4ubuntu21.8 use of fchownat failes on some systems
  (openvz)

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

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

[Bug 1789216] Re: Software Center: install button not work

2018-08-27 Thread Torsten Franz
** Summary changed:

- Ubuntu Software Center bug
+ Software Center: install button not work

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

Title:
  Software Center: install button not work

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

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

[Bug 1789093] Re: efibootmgr failed to register the boot entry: Input/output error

2018-08-26 Thread Torsten Franz
** Summary changed:

- bug
+ efibootmgr failed to register the boot entry: Input/output error

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

Title:
  efibootmgr failed to register the boot entry: Input/output error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1789093/+subscriptions

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

[Bug 1781738] Re: ubiquity.install_misc.InstallStepError: GrubInstaller failed with code 1

2018-07-17 Thread Torsten Franz
** Summary changed:

- failed
+ ubiquity.install_misc.InstallStepError: GrubInstaller failed with code 1

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

Title:
  ubiquity.install_misc.InstallStepError: GrubInstaller failed with code
  1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1781738/+subscriptions

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

[Bug 1778960] Re: SRU: Update python 2.7 to the final 2.7.15 release

2018-06-28 Thread Torsten Franz
** Tags added: upgrade-software-version

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

Title:
  SRU: Update python 2.7 to the final 2.7.15 release

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

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

[Bug 1777437] Re: telegram fails to start: libQt5Network.so.5 missing

2018-06-23 Thread Torsten Franz
The path for those libs at my system are

libQt5Network.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Network.so.5 
libQt5Widgets.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 
libQt5Gui.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 
libQt5DBus.so.5 => /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5 
libQt5Core.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Core.so.5

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

Title:
  telegram fails to start: libQt5Network.so.5 missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1777437/+subscriptions

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

[Bug 1777437] Re: telegram fails to start: libQt5Network.so.5 missing

2018-06-23 Thread Torsten Franz
Telegram is running in my system also.

You have some libraries which will not find:

libqt5network5 - Qt 5 network module
libqt5widgets5 - Qt 5 widgets module
libqt5gui5 - Qt 5 GUI module
libqt5dbus5 - Qt-5-Modul für das D-Bus-Protokoll
libqt5core5a - Qt 5 core module

Maybe you have deinstall this libs or something like that. When you
install them I think it must be running with the normal package.

Best regards,
Torsten

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

Title:
  telegram fails to start: libQt5Network.so.5 missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1777437/+subscriptions

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

[Bug 1777437] Re: telegram fails to start: libQt5Network.so.5 missing

2018-06-19 Thread Torsten Franz
Hi,

thank you for report this issue and that you help to make Ubuntu better.

Can you you also provide the output from

ldd /usr/bin/telegram-desktop

after you have update the system with

sudo apt update
sudo apt upgrade

Thanks,
Torsten

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

Title:
  telegram fails to start: libQt5Network.so.5 missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telegram-desktop/+bug/1777437/+subscriptions

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

[Bug 1707352] Re: the change from libsane to libsane1 broke many (all?) 3rd party plug-ins for sane

2018-05-18 Thread Franz Engel
Once again fresh installed Bionic for test.
And now it works immediately after installing the brother driver.

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

Title:
  the change from libsane to libsane1 broke many (all?) 3rd party plug-
  ins for sane

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352/+subscriptions

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

[Bug 1707352] Re: the change from libsane to libsane1 broke many (all?) 3rd party plug-ins for sane

2018-05-11 Thread Franz Engel
Fresh install Bionic Beaver,
then installed the driver for my Brother MFC-J470DW from the Brother Site.
Then the routine from "ubuntuusers.de"
https://wiki.ubuntuusers.de/Scanner/Brother/
Scroll down to "Scannen über Netzwerk ab Ubuntu 17.04 (64-bit)"
And tadaaa, it works.
thanks a lot

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

Title:
  the change from libsane to libsane1 broke many (all?) 3rd party plug-
  ins for sane

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352/+subscriptions

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

[Bug 1768730] [NEW] unable to install 16.04 from USB drive

2018-05-03 Thread Franz
Public bug reported:

ubi-partman failed with exit code 141

unable to access /var/log/syslog and /var/log/partman now

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.6
ProcVersionSignature: Ubuntu 4.13.0-36.40~16.04.1-generic 4.13.13
Uname: Linux 4.13.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
CasperVersion: 1.376.2
Date: Thu May  3 06:04:31 2018
InstallCmdLine: file=/cdrom/preseed/ubuntu-mate.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu-MATE 16.04.4 LTS "Xenial Xerus" - Release amd64 
(20180228)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.63.6 ubuntu-mate xenial

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

Title:
  unable to install 16.04 from USB drive

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

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

[Bug 1767801] [NEW] Wrong group name "admin" instead of "adm" in default sudoers file of sudo 1.8.21p2-3ubuntu1

2018-04-29 Thread Franz Apeltauer
Public bug reported:

This is just to inform you, that the file /etc/sudoers, that comes with
sudo 1.8.21p2-3ubuntu1 during a fresh install of Xubuntu 18.04, contains

# Members of the admin group may gain root privileges
%adminALL=(ALL) ALL

but the admin group is now named "adm" instead of "admin".
This is easy to correct, but it might confuse people, that are not familiar 
with the sudoers file. So, I suggest to change this line to

%adm ...


Additional information:
lsb_release -rd
Description:Ubuntu 18.04 LTS
Release:18.04


apt-cache policy sudo
sudo:
  Installiert:   1.8.21p2-3ubuntu1
  Installationskandidat: 1.8.21p2-3ubuntu1
  Versionstabelle:
 *** 1.8.21p2-3ubuntu1 500
500 http://at.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status

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

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

Title:
  Wrong group name "admin" instead of "adm" in default sudoers file of
  sudo 1.8.21p2-3ubuntu1

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

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

[Bug 1707352] Re: the change from libsane to libsane1 broke many (all?) 3rd party plug-ins for sane

2018-04-27 Thread Franz Engel
** Changed in: sane-backends (Ubuntu)
 Assignee: (unassigned) => Franz Engel (frangelo)

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

Title:
  the change from libsane to libsane1 broke many (all?) 3rd party plug-
  ins for sane

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352/+subscriptions

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

[Bug 1724339] [NEW] Installing ipe interferes with already present texlive distro

2017-10-17 Thread Franz Heuchel
Public bug reported:

After installing ipe on my Ubuntu machine through apt I had problems
using my standard TeXing setup (Sublime Text + LaTeXtools), because of
the installed dependencies texlive-base texlive-binaries texlive-latex-
base texlive-latex-base-doc. These put multiple binaries directly into
/usr/local/bin that where then used instead of the nicely separated
files in /usr/local/texlive/2017/bin/x86_64-linux/pdflatex.

The solution that the ipe developer suggested was to put
/usr/local/texlive/2017/bin/x86_64-linux/pdflatex in front of
/usr/local/bin. Would be great though, if one doesn't have to change
anything to use ipe and texlive at the same time.

I am using ubuntu 17.04. The ipe package version is 7.2.7-2.

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


** Tags: zesty

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

Title:
  Installing ipe interferes with already present texlive distro

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

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

[Bug 1704635] [NEW] package samba 2:4.5.8+dfsg-0ubuntu0.17.04.4 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück newby, cant help

2017-07-16 Thread Franz
Public bug reported:

newby, cant help

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: samba 2:4.5.8+dfsg-0ubuntu0.17.04.4
ProcVersionSignature: Ubuntu 4.10.0-24.28-lowlatency 4.10.15
Uname: Linux 4.10.0-24-lowlatency x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
Date: Sun Jul 16 12:01:47 2017
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
InstallationDate: Installed on 2017-06-05 (41 days ago)
InstallationMedia: Ubuntu-Studio 16.10 "Yakkety Yak" - Release amd64 
(20161012.1)
RelatedPackageVersions:
 nautilus N/A
 gvfs 1.30.4-0ubuntu1
SambaClientRegression: No
SourcePackage: samba
Title: package samba 2:4.5.8+dfsg-0ubuntu0.17.04.4 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
UpgradeStatus: Upgraded to zesty on 2017-06-15 (30 days ago)

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


** Tags: amd64 apport-package zesty

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

Title:
  package samba 2:4.5.8+dfsg-0ubuntu0.17.04.4 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück  newby, cant help

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

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

[Bug 1688728] [NEW] package grub-pc 2.02~beta2-36ubuntu3.9 failed to install/upgrade: package grub-pc is already installed and configured

2017-05-06 Thread franz
Public bug reported:

after installing a new 480Gig ssd installing first win7 ultimate then
ubuntu16.04 there was no mbr. to start ubuntu i needed to use grub2
disk. no make shift!!! so i started bootrepair, since, there is no
update or software installation possible!

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: grub-pc 2.02~beta2-36ubuntu3.9
ProcVersionSignature: Ubuntu 4.4.0-77.98-generic 4.4.59
Uname: Linux 4.4.0-77-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
CrashReports:
 600:109:116:0:2017-05-05 20:48:41.276984479 +0200:2017-05-05 
20:48:41.276984479 +0200:/var/crash/_usr_bin_update-manager.1000.uploaded
 600:0:116:516292:2017-05-06 15:04:01.010122060 +0200:2017-05-06 
15:04:02.010122060 +0200:/var/crash/grub-pc.0.crash
 640:1000:116:602640:2017-05-05 20:48:30.747754096 +0200:2017-05-05 
20:48:31.747754096 +0200:/var/crash/_usr_bin_update-manager.1000.crash
 664:1000:116:0:2017-05-05 20:48:31.751754490 +0200:2017-05-05 
20:48:31.751754490 +0200:/var/crash/_usr_bin_update-manager.1000.upload
Date: Sat May  6 15:04:01 2017
DuplicateSignature:
 package:grub-pc:2.02~beta2-36ubuntu3.9
 Processing triggers for mime-support (3.59ubuntu1) ...
 dpkg: error processing package grub-pc (--configure):
  package grub-pc is already installed and configured
ErrorMessage: package grub-pc is already installed and configured
InstallationDate: Installed on 2017-05-05 (1 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-77-generic 
root=UUID=6007aa74-e584-46a3-9070-30c726eaeac1 ro quiet splash
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: dpkg
Title: package grub-pc 2.02~beta2-36ubuntu3.9 failed to install/upgrade: 
package grub-pc is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package xenial

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

Title:
  package grub-pc 2.02~beta2-36ubuntu3.9 failed to install/upgrade:
  package grub-pc is already installed and configured

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

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


[Bug 1683144] Re: does not start (Ubuntu 16.04): GDBus.Error:org.freedesktop.DBus.Error.NotSupported

2017-04-16 Thread Torsten Franz
The right link for the other bug is:
https://bugs.launchpad.net/ubuntu/+source/gthumb/+bug/1327002

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

Title:
  does not start (Ubuntu 16.04):
  GDBus.Error:org.freedesktop.DBus.Error.NotSupported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-multiload/+bug/1683144/+subscriptions

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


[Bug 1683144] Re: does not start (Ubuntu 16.04): GDBus.Error:org.freedesktop.DBus.Error.NotSupported

2017-04-16 Thread Torsten Franz
Hi, thanks for reporting this issue and help to make Ubuntu better.

I think that this is the same which is describe here: #1327002

You can not open indicator-multiload a second time.

When you killall indicator-multiload and than start indicator-multiload
it from command line it should be work.

Bests,
Torsten

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

Title:
  does not start (Ubuntu 16.04):
  GDBus.Error:org.freedesktop.DBus.Error.NotSupported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-multiload/+bug/1683144/+subscriptions

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


[Bug 1672206] Re: After Waking Up from Suspend to RAM the "close button" icon (graphic) of the window and the border of the window is broken on 4k display

2017-03-13 Thread Franz W
ok. The window border and the close button work!

The "workspace switch window" (Ctrl + Alt + Right/Left) shows the same
bug.

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

Title:
  After Waking Up from Suspend to RAM the "close button" icon (graphic)
  of the window and the border of the window is broken on 4k display

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

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


[Bug 1672206] Re: After Waking Up from Suspend to RAM the "close button" icon (graphic) of the window and the border of the window is broken on 4k display

2017-03-13 Thread Franz W
Hi,

it works! Thank you.

When will it be integrated in an official version? 16.04.3 ?

Thank you!

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

Title:
  After Waking Up from Suspend to RAM the "close button" icon (graphic)
  of the window and the border of the window is broken on 4k display

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

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


[Bug 1672206] [NEW] After Waking Up from Suspend to RAM the "close button" icon (graphic) of the window and the border of the window is broken on 4k display

2017-03-12 Thread Franz W
Public bug reported:

After Waking Up from Suspend to RAM the "close button" icon (graphic) of the 
window and the border of the window is broken on 4k display. If I restart unity 
(ALT+F2 -> unity) then everything is fine. 
So this is why I think this is a unity bug.

Description:Ubuntu 16.04.2 LTS
Release:16.04
unity 7.4.0+16.04.20160906-0ubuntu1

I just installed Ubuntu 16.04.2 LTE (date March 11,2017) and upgraded
all packages. Then I see the bug.

I tried other desktops on other installations on the same PC and I can't
see the bug. I can reproduce it only with unity.

I have a nVidia Geforce 1050 Ti with the proprietary driver 375.39 (up to date) 
from the graphics-drivers ppa from launchpad.
I think this is not a driver issue. The same driver works with KDE or even 
Linux Mint with Cinnamon. There is no graphic bug with other desktops.

more information:
I have different behaviors on the 4k display with different scaling factors in 
unity.
- If I have the scaling factor 1 then only the close button graphic is broken.
- If I have the scaling factor 1.25 then the close button and the border of the 
window is broken. There is a terrible big white border around the window. If I 
move the window the white big border is moved with the window. If I close the 
window and reopen it shows always this big white border.
- If I have the scaling factor 1.5 then the close button graphic is ok but the 
border is broken but not as terrible as with scaling factor 1.25

The only workaround I found is to restart unity or use another desktop.

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

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

Title:
  After Waking Up from Suspend to RAM the "close button" icon (graphic)
  of the window and the border of the window is broken on 4k display

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

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


[Bug 1170039] Re: Firefox: Please merge desktop translations

2017-02-11 Thread Torsten Franz
I think it is working and if nobody can show that we have  an issue at
the moment we expire this issue report.

** Changed in: firefox (Ubuntu)
   Status: Triaged => Incomplete

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

Title:
  Firefox: Please merge desktop translations

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

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


[Bug 1170039] Re: Firefox: Please merge desktop translations

2017-02-11 Thread Torsten Franz
I think it is working and if nobody can show that we have  an issue at
the moment we expire this issue report.

** Changed in: ubuntu-translations
   Status: Triaged => Incomplete

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

Title:
  Firefox: Please merge desktop translations

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

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


[Bug 1654300] Re: ubunut touch ota 14 cannot change back to default background

2017-01-23 Thread Torsten Franz
*** This bug is a duplicate of bug 1648962 ***
https://bugs.launchpad.net/bugs/1648962

** This bug has been marked a duplicate of bug 1648962
   OTA-14 default wallpaper is missing

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

Title:
  ubunut touch ota 14 cannot change back to default background

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1654300/+subscriptions

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


[Bug 1653421] Re: Recent updates shows incorrect Ubuntu image update date (always today)

2017-01-23 Thread Torsten Franz
I have this issue, too. On my bq tablet and smartphone.

** Attachment added: "screenshot20170123_232046976.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1653421/+attachment/4808267/+files/screenshot20170123_232046976.png

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

Title:
  Recent updates shows incorrect Ubuntu image update date (always today)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1653421/+subscriptions

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


[Bug 1448164] Re: runit cannot be installed (Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused)

2017-01-04 Thread Franz Klotsche
Yes it's resolved. Will put a sign on it. Thank you and a happy new
year.

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

Title:
  runit cannot be installed (Unable to connect to Upstart: Failed to
  connect to socket /com/ubuntu/upstart: Connection refused)

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

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


[Bug 1653389] Re: There is no "Einzelheiten" in the German Systemeinstellungen (system settings?)

2017-01-01 Thread Torsten Franz
** Changed in: ubuntu-translations
   Status: Triaged => Fix Committed

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

Title:
  There is no "Einzelheiten" in the German Systemeinstellungen (system
  settings?)

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

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


[Bug 1650046] Re: application doesn't sync, it needs to be updated.

2016-12-14 Thread Torsten Franz
Hi Eduardo,

thank you for reporting this issue and for your help to make Ubuntu
better.

In Zesty (17.04) we have a newer version:
Version 0.5.1-4 uploaded on 2016-11-11 

It should be fix in 17.04 by default.

Bests,
Torsten

** Also affects: hep-galileo
   Importance: Undecided
   Status: New

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

Title:
  application doesn't sync, it needs to be updated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hep-galileo/+bug/1650046/+subscriptions

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


[Bug 1649385] Re: id command: German translation typo

2016-12-12 Thread Torsten Franz
I have review this translation.

** Changed in: coreutils (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  id command:  German translation typo

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

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


[Bug 1649385] Re: id command: German translation typo

2016-12-12 Thread Torsten Franz
** Package changed: coreutils (Ubuntu) => ubuntu-translations

** Changed in: ubuntu-translations
   Status: Fix Committed => Fix Released

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

Title:
  id command:  German translation typo

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

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


[Bug 1620270] Re: Some typographic errors

2016-12-12 Thread Torsten Franz
I think it should be fixed with the Commit in sync-monitor (Ubuntu)

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

Title:
  Some typographic errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sync-monitor/+bug/1620270/+subscriptions

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


[Bug 1620270] Re: Some typographic errors

2016-12-12 Thread Torsten Franz
Fix is committed in https://code.launchpad.net/~torsten.franz/sync-
monitor/sync-monitor/+merge/313066

** Changed in: sync-monitor (Ubuntu)
   Status: In Progress => Fix Committed

** Changed in: sync-monitor (Ubuntu)
 Assignee: Torsten Franz (torsten.franz) => (unassigned)

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

Title:
  Some typographic errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sync-monitor/+bug/1620270/+subscriptions

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


[Bug 1620270] Re: Some typographic errors

2016-12-12 Thread Torsten Franz
** Also affects: sync-monitor (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: sync-monitor (Ubuntu)
 Assignee: (unassigned) => Torsten Franz (torsten.franz)

** Changed in: sync-monitor (Ubuntu)
   Status: New => In Progress

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

Title:
  Some typographic errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sync-monitor/+bug/1620270/+subscriptions

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


[Bug 1557957] Re: Can't pull translations from Transifex

2016-11-21 Thread Torsten Franz
Sync can in for Yakkety Yak and Zesty Zapus in October. So it should be
work in Yakkety and newer. Can somebody try it?

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

Title:
  Can't pull translations from Transifex

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

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


[Bug 1643657] Re: touchpad not work at a toshiba satellite L870-16G

2016-11-21 Thread Torsten Franz
** Summary changed:

- toutchpad not work
+ touchpad not work at a toshiba satellite L870-16G

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

Title:
  touchpad not work at a toshiba satellite L870-16G

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

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


[Bug 1635601] Re: “Vibrate in Silent Mode” vs. “When in Silent Mode: Vibrate as normal”

2016-11-14 Thread Torsten Franz
Hi Pat,

the option is above what you have seen. You have there a sentence:

"Apps can alert you …" and than the second list item (something with
vibration). When you click on that list item you get the list with “When
in Silent Mode: Vibrate as normal / Don’t vibrate” and the radio buttons
for the apps.

The four options which you have seen is above that under the topic
"Apps".

Bests,
Torsten

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: Incomplete => New

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

Title:
  “Vibrate in Silent Mode” vs. “When in Silent Mode: Vibrate as normal”

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1635601/+subscriptions

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

[Bug 1195941] Re: Failed to fetch http://ftp.utexas.edu/ubuntu/pool/universe/q/qtsvg-opensource-src/libqt5svg5_5.0.1-0ubuntu4_i386.deb 403 Forbidden

2016-11-07 Thread Torsten Franz
The configuration issue is fixed and the newest packages for libqt5svg
are available at the mirror.

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Failed to fetch http://ftp.utexas.edu/ubuntu/pool/universe/q/qtsvg-
  opensource-src/libqt5svg5_5.0.1-0ubuntu4_i386.deb 403  Forbidden

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1195941/+subscriptions

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


[Bug 1629598] Re: Apps failing to load on M10 (OTA13)

2016-11-07 Thread Torsten Franz
Hi FionaC,

do you know if the SD card has an issue or is this card working in other
devices. When it is only an issue with the M10 can you provide technical
data of the SD Card?

Thanks,
Torsten

** Changed in: ubuntu-docviewer-app
   Status: New => Invalid

** Changed in: music-app
   Status: New => Invalid

** Changed in: camera-app (Ubuntu)
   Status: New => Invalid

** Changed in: gallery-app (Ubuntu)
   Status: New => Invalid

** Changed in: canonical-devices-system-image
   Status: New => Incomplete

** Summary changed:

- Apps failing to load on M10 (OTA13)
+ Apps failing to load on M10 (OTA13) by using a SD card

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

Title:
  Apps failing to load on M10 (OTA13) by using a SD card

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1629598/+subscriptions

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


[Bug 1636253] [NEW] blocks audio output for other applications

2016-10-24 Thread Franz M. Safar
Public bug reported:

On Ubuntu 16.04 squeezelite is working fine but it prevents all other 
application from playing sounds.
I tried it on an 32-Bit system too and the same problem occurs.
After uninstalling of squeezelite audio output works properly again but I would 
like to use squeezlite without installing and uninstalling before and after 
each use.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: squeezelite 1.8-2
ProcVersionSignature: Ubuntu 4.4.0-45.66-generic 4.4.21
Uname: Linux 4.4.0-45-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Oct 24 18:33:30 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-04-21 (185 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
ProcEnviron:
 LANGUAGE=de_AT:de
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_AT.UTF-8
 SHELL=/bin/bash
SourcePackage: squeezelite
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  blocks audio output for other applications

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

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


[Bug 1628461] [NEW] Installing grub into /dev/sda/ Installation could not install grub uefie. Bios was set to uefie. Installation of Ubuntu (Studio) next to Windows 7. At the beginning of the installa

2016-09-28 Thread Franz Klotsche
Public bug reported:

Installing grub into /dev/sda/ Installation could not install grub
uefie. Bios was set to uefie. Installation of Ubuntu (Studio) next to
Windows 7. At the beginning of the installation it warned about there
are other OS that could not boot in uefi

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.4.0-21.37-lowlatency 4.4.6
Uname: Linux 4.4.0-21-lowlatency x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CasperVersion: 1.376
Date: Wed Sep 28 12:45:53 2016
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/ubuntustudio.seed boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu-Studio 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
ProcEnviron:
 LANGUAGE=de_DE.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ubiquity-2.21.63 ubuntustudio xenial

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

Title:
  Installing grub into /dev/sda/ Installation could not install grub
  uefie. Bios was set to uefie. Installation of Ubuntu (Studio) next to
  Windows 7. At the beginning of the installation it warned about there
  are other OS that could not boot in uefi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1628461/+subscriptions

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


[Bug 1577093] Re: libreoffice-gtk conflicts with large lo-writer file

2016-09-02 Thread Roger Franz
Still present, 5.1.4, under Lubuntu 16.04.

The issue is still present. CPU locked at 100% for minutes on end with a
two-page document.

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

Title:
  libreoffice-gtk conflicts with large lo-writer file

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

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


[Bug 1410022] Re: Touchpad cannot work after LID close/open due to wrong key mapping

2016-08-22 Thread Franz Hsieh
** Changed in: udev (Ubuntu)
   Status: New => Invalid

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

Title:
  Touchpad cannot work after LID close/open due to wrong key mapping

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

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


[Bug 1510624] Re: double menu bar

2016-08-11 Thread Franz Diaz
Ubuntu 16.04 also happening every time I return from fullscreen.

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

Title:
  double menu bar

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

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


[Bug 1605856] [NEW] package virtualbox 5.0.18-dfsg-2build1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-07-23 Thread franz
Public bug reported:

sistem error

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: virtualbox 5.0.18-dfsg-2build1
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic i686
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: i386
Date: Mon Jul 18 10:20:12 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2013-12-23 (942 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release i386 (20130424)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: virtualbox
Title: package virtualbox 5.0.18-dfsg-2build1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 xenial

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

Title:
  package virtualbox 5.0.18-dfsg-2build1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1589437] Re: Afte installing git with "sudo apt-get install git-all" I keep getting the error: "package runit 2.1.2-3ubuntu1 failed to install/upgrade: subprocess installed post-installation scri

2016-06-22 Thread Franz Klotsche
Yes how right you are. Thanks for opening my eyes. I guess this thread
is safe to archive.

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

Title:
  Afte installing git with "sudo apt-get install git-all" I keep getting
  the error: "package runit 2.1.2-3ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1"

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

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


[Bug 1589437] [NEW] Afte installing git with "sudo apt-get install git-all" I keep getting the error: "package runit 2.1.2-3ubuntu1 failed to install/upgrade: subprocess installed post-installation sc

2016-06-06 Thread Franz Klotsche
Public bug reported:

Description:Ubuntu 16.04 LTS
Release:16.04

runit:
  Installed: 2.1.2-3ubuntu1
  Candidate: 2.1.2-3ubuntu1
  Version table:
 *** 2.1.2-3ubuntu1 500
500 http://nl.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
100 /var/lib/dpkg/status


git-daemon-run:
  Installed: 1:2.7.4-0ubuntu1
  Candidate: 1:2.7.4-0ubuntu1
  Version table:
 *** 1:2.7.4-0ubuntu1 500
500 http://nl.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
500 http://nl.archive.ubuntu.com/ubuntu xenial/universe i386 Packages
100 /var/lib/dpkg/status

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: runit 2.1.2-3ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.40-lowlatency 4.4.8
Uname: Linux 4.4.0-22-lowlatency x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Mon Jun  6 12:19:46 2016
Dependencies:
 fgetty 0.7-1
 gcc-6-base 6.0.1-0ubuntu1
 libc6 2.23-0ubuntu3
 libgcc1 1:6.0.1-0ubuntu1
DuplicateSignature:
 package:runit:2.1.2-3ubuntu1
 Setting up runit (2.1.2-3ubuntu1) ...
 start: Unable to connect to Upstart: Failed to connect to socket 
/com/ubuntu/upstart: Connection refused
 dpkg: error processing package runit (--configure):
  subprocess installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.10ubuntu1
SourcePackage: runit
Title: package runit 2.1.2-3ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check xenial

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

Title:
  Afte installing git with "sudo apt-get install git-all" I keep getting
  the error: "package runit 2.1.2-3ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1"

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

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


[Bug 1587744] [NEW] Screen is dark and brightness cannot adjust.

2016-06-01 Thread Franz Hsieh
Public bug reported:

I installed Ubutnu 16.04 LTS on my HP 705 G2 all-in-one machine. It is
an AMD kaveri graphic based platform. After installation is done my
screen is dark (but still can see something on it so I can file this
bug). The brightness is malfunction.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-23.41-generic 4.4.10
Uname: Linux 4.4.0-23-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
BootLog: [  OK  ] Started LSB: Set the CPU Frequency Scaling 
governor to "ondemand".
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Wed Jun  1 03:02:00 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R7 Graphics] [1002:130f] 
(rev d7) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Kaveri [Radeon R7 Graphics] [103c:805c]
InstallationDate: Installed on 2016-06-01 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: HP HP EliteOne 705 G2 23-in Touch AiO
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-23-generic.efi.signed 
root=UUID=4b6b12fb-1689-40f1-9cb7-adc76b80245b ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/05/2016
dmi.bios.vendor: HP
dmi.bios.version: N16 Ver. 02.12
dmi.board.name: 805C
dmi.board.vendor: HP
dmi.board.version: KBC Version 05.22
dmi.chassis.asset.tag: MXL6123GLK
dmi.chassis.type: 13
dmi.chassis.vendor: HP
dmi.modalias: 
dmi:bvnHP:bvrN16Ver.02.12:bd05/05/2016:svnHP:pnHPEliteOne705G223-inTouchAiO:pvr:rvnHP:rn805C:rvrKBCVersion05.22:cvnHP:ct13:cvr:
dmi.product.name: HP EliteOne 705 G2 23-in Touch AiO
dmi.sys.vendor: HP
version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Wed Jun  1 03:00:27 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.3-1ubuntu2.2
xserver.video_driver: radeon

** Affects: amd
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial

** Package changed: xorg (Ubuntu) => amd

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

Title:
  Screen is dark and brightness cannot adjust.

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

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


[Bug 1571574] Re: 3G (WWAN) icon missing in network-manager-applet

2016-05-23 Thread Franz Hsieh
@Mathieu,

Thanks for your patch, I just found the same root cause as your. The
mobile_helper_get_icon does not return icon file name and result in 'nm-
no-connection' is always used on indicator menu:

#ifdef WITH_APPINDICATOR
if (INDICATOR_ENABLED (applet)) {
/* FIXME: We rely on the fact that VPN icon gets drawn later 
and therefore
 * wins but we cannot currently set a combined pixmap made of 
both the link
 * icon and the VPN icon.
 */
if (icon_name == NULL && layer == ICON_LAYER_LINK)
icon_name = "nm-no-connection";
if (icon_name != NULL && g_strcmp0 (app_indicator_get_icon 
(applet->app_indicator), icon_name) != 0)
app_indicator_set_icon_full (applet->app_indicator, 
icon_name, applet->tip);
return;
}
#endif  /* WITH_APPINDICATOR */

I will install the update from -propose for test if it is available.
Thanks!

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

Title:
  3G (WWAN) icon missing in network-manager-applet

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

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


[Bug 1582209] Re: mysql_secure_installation does not update /etc/mysql/debian.cnf

2016-05-16 Thread Franz Schindler
See also
http://askubuntu.com/questions/772785/16-04-mariadb-error-in-syslog-mysqlcheck

or here for further details:
http://ubuntuforums.org/showthread.php?t=2324472

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

Title:
  mysql_secure_installation does not update /etc/mysql/debian.cnf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1582209/+subscriptions

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


[Bug 1582209] [NEW] mysql_secure_installation does not update /etc/mysql/debian.cnf

2016-05-16 Thread Franz Schindler
Public bug reported:

adminuser@fortuna:~$ lsb_release -rd
Description:Ubuntu 16.04 LTS
Release:16.04

adminuser@fortuna:~$ apt-cache policy mariadb-server
mariadb-server:
  Installiert:   10.0.24-7
  Installationskandidat: 10.0.24-7
  Versionstabelle:
 *** 10.0.24-7 500
500 http://de.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
500 http://de.archive.ubuntu.com/ubuntu xenial/universe i386 Packages
100 /var/lib/dpkg/status


I've found the following failure in my syslog after installing Ubuntu
16.04 and MariaDB from the Scratch using this really awesome tutorial
https://www.howtoforge.com/tutorial/install-apache-with-php-and-mysql-
on-ubuntu-16-04-lamp/

May 14 12:00:13 fortuna /etc/mysql/debian-start[1466]: 
/usr/bin/mysql_upgrade: the '--basedir' option is always ignored
May 14 12:00:13 fortuna /etc/mysql/debian-start[1466]: Looking for 'mysql' as: 
/usr/bin/mysql
May 14 12:00:13 fortuna /etc/mysql/debian-start[1466]: Looking for 'mysqlcheck' 
as: /usr/bin/mysqlcheck
May 14 12:00:13 fortuna /etc/mysql/debian-start[1466]: Version check failed. 
Got the following error when calling the 'mysql' command line client
May 14 12:00:13 fortuna /etc/mysql/debian-start[1466]: ERROR 1045 (28000): 
Access denied for user 'root'@'localhost' (using password: NO)
May 14 12:00:13 fortuna /etc/mysql/debian-start[1466]: FATAL ERROR: Upgrade 
failed
May 14 12:00:13 fortuna /etc/mysql/debian-start[1487]: Checking for insecure 
root accounts.
May 14 12:00:13 fortuna mysql[1020]: ERROR 1045 (28000): Access denied for user 
'root'@'localhost' (using password: NO)
I've already created a .my.cnf in the /root directory. If i run "mysql" as root 
i can login without a password. (See below)

root@fortuna:~# mysql
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 7071
Server version: 10.0.24-MariaDB-7 Ubuntu 16.04


Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.


Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.


MariaDB [(none)]>
But if i try to use mysqlcheck check i get an error like this:

root@fortuna:~# /usr/bin/mysqlcheck --defaults-file=/etc/mysql/debian.cnf 
--all-databases --fast --silent
/usr/bin/mysqlcheck: Got error: 1045: Access denied for user 'root'@'localhost' 
(using password: NO) when trying to connect
If i took a closer look then i found out that there is a file 
/etc/mysql/debian.cnf which should contain the passwords. But there is no 
password listed in there. On the other hand i should not type it in here 
because it say's DO NOT TOUCH! What shall I do?

# Automatically generated for Debian scripts. DO NOT TOUCH!
[client]
host = localhost
user = root
password = 
socket   = /var/run/mysqld/mysqld.sock
[mysql_upgrade]
host = localhost
user = root
password = 
socket   = /var/run/mysqld/mysqld.sock
basedir  = /usr

What you expected to happen: 
The password should be also entered in the /etc/mysql/debian.cnf file

What happened instead:
See above, there is an error while the startup process and the file does not 
contain the updated password.

** Affects: mariadb-10.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 16.04 mariadb mariadb-server

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

Title:
  mysql_secure_installation does not update /etc/mysql/debian.cnf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1582209/+subscriptions

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


[Bug 1582035] [NEW] package libfuse2 2.9.4-1ubuntu3 [modified: usr/share/doc/libfuse2/changelog.Debian.gz usr/share/doc/libfuse2/copyright] failed to install/upgrade: Versuch, gemeinsam benutztes »/us

2016-05-15 Thread Franz
Public bug reported:

.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libfuse2 2.9.4-1ubuntu3 [modified: 
usr/share/doc/libfuse2/changelog.Debian.gz usr/share/doc/libfuse2/copyright]
ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
AptOrdering:
 libfuse2: Install
 libfuse2: Configure
 libfuse2: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Mon May 16 00:19:27 2016
Dependencies:
 gcc-6-base 6.0.1-0ubuntu1
 libc6 2.23-0ubuntu3
 libgcc1 1:6.0.1-0ubuntu1
DpkgTerminalLog:
 Vorbereitung zum Entpacken von .../libfuse2_2.9.4-1ubuntu3_i386.deb ...
 Entpacken von libfuse2:i386 (2.9.4-1ubuntu3) über (2.9.2-4ubuntu4.14.04.1) ...
 dpkg: Fehler beim Bearbeiten des Archivs 
/var/cache/apt/archives/libfuse2_2.9.4-1ubuntu3_i386.deb (--unpack):
  Versuch, gemeinsam benutztes »/usr/share/doc/libfuse2/copyright« zu 
überschreiben, welches verschieden von anderen Instanzen des Paketes 
libfuse2:i386 ist
ErrorMessage: Versuch, gemeinsam benutztes »/usr/share/doc/libfuse2/copyright« 
zu überschreiben, welches verschieden von anderen Instanzen des Paketes 
libfuse2:i386 ist
InstallationDate: Installed on 2016-03-04 (72 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160304)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.10ubuntu1
SourcePackage: fuse
Title: package libfuse2 2.9.4-1ubuntu3 [modified: 
usr/share/doc/libfuse2/changelog.Debian.gz usr/share/doc/libfuse2/copyright] 
failed to install/upgrade: Versuch, gemeinsam benutztes 
»/usr/share/doc/libfuse2/copyright« zu überschreiben, welches verschieden von 
anderen Instanzen des Paketes libfuse2:i386 ist
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package libfuse2 2.9.4-1ubuntu3 [modified:
  usr/share/doc/libfuse2/changelog.Debian.gz
  usr/share/doc/libfuse2/copyright] failed to install/upgrade: Versuch,
  gemeinsam benutztes »/usr/share/doc/libfuse2/copyright« zu
  überschreiben, welches verschieden von anderen Instanzen des Paketes
  libfuse2:i386 ist

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

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

[Bug 1572908] Re: sssd-ad pam_sss(cron:account): Access denied for user

2016-05-03 Thread Franz
ad_gpo_access_control = permissive
works

now my user cronjobs works again

thx

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

Title:
  sssd-ad pam_sss(cron:account): Access denied for user

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

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


[Bug 1574254] [NEW] package initramfs-tools 0.122ubuntu8 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 127 zurück

2016-04-24 Thread Franz
Public bug reported:



ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: initramfs-tools 0.122ubuntu8
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: i386
Date: Sun Apr 24 15:07:10 2016
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 127 zurück
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.122ubuntu8 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 127 
zurück
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 xenial

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

Title:
  package initramfs-tools 0.122ubuntu8 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  127 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1574254/+subscriptions

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

[Bug 1572908] [NEW] sssd-ad pam_sss(cron:account): Access denied for user

2016-04-21 Thread Franz
Public bug reported:

User cron jobs has Access denied for user

pr 21 11:05:02 edvlw08 CRON[6848]: pam_sss(cron:account): Access denied for 
user : 6 (Zugriff verweigert)
Apr 21 11:05:02 edvlw08 CRON[6848]: Zugriff verweigert
Apr 21 11:05:02 edvlw08 cron[965]: Zugriff verweigert

SSSD-AD Login works, i see also my AD groups


Description:Ubuntu 16.04 LTS
Release:16.04

sssd:
  Installed: 1.13.4-1ubuntu1
  Candidate: 1.13.4-1ubuntu1
  Version table:
 *** 1.13.4-1ubuntu1 500
500 http://at.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
100 /var/lib/dpkg/status
sssd-ad:
  Installed: 1.13.4-1ubuntu1
  Candidate: 1.13.4-1ubuntu1
  Version table:
 *** 1.13.4-1ubuntu1 500
500 http://at.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
100 /var/lib/dpkg/status
libpam-sss:
  Installed: 1.13.4-1ubuntu1
  Candidate: 1.13.4-1ubuntu1
  Version table:
 *** 1.13.4-1ubuntu1 500
500 http://at.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
100 /var/lib/dpkg/status


/ect/sssd/sssd.conf
[sssd]
services = nss, pam
config_file_version = 2
domains = test.at

[nss]
default_shell = /bin/false

[domain/test.at]
decription = TEST - ActiveDirectory
enumerate = false
cache_credentials = true
id_provider = ad
auth_provider = ad
chpass_provider = ad
ad_domain = test.at
access_provider = ad
subdomains_provider = none
ldap_use_tokengroups = false
dyndns_update = true
krb5_realm = TEST.AT
krb5_store_password_if_offline = true
ldap_id_mapping = false
krb5_keytab = /etc/krb5.host.keytab
ldap_krb5_keytab = /etc/krb5.host.keytab
ldap_use_tokengroups = false
ldap_referrals = false

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

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

Title:
  sssd-ad pam_sss(cron:account): Access denied for user

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

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


[Bug 1571361] Re: Sharing from webbrowserapp should include title of the page

2016-04-18 Thread Torsten Franz
In the dekko browser is also only the url of the website like at the
twitter app.

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

Title:
  Sharing from webbrowserapp should include title of the page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1571361/+subscriptions

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


[Bug 1571838] Re: Copy Paste not working (e.g. recaptcha 2.0)

2016-04-18 Thread Torsten Franz
Thank you for your bug report.

I can't find any website which is using this. Can you provide a link to
a website where we can test it?

Thanks a lot,
Torsten

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

Title:
  Copy Paste not working (e.g. recaptcha 2.0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1571838/+subscriptions

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


[Bug 1570564] Re:

2016-04-17 Thread Torsten Franz
Hi Eric,

thanks for reporting this issue. Can you provide some more informations
what is happened in the description and choose a bug title?

Thank you very much.

Bests,
Torsten

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

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

Title:


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

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


[Bug 1571310] Re: Dash with different colors

2016-04-17 Thread Torsten Franz
** Summary changed:

- Dash
+ Dash with different colors

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

Title:
  Dash with different colors

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

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


[Bug 1567796] [NEW] It is sometimes unable to found DELL WWAN module.

2016-04-08 Thread Franz Hsieh
Public bug reported:

I have a DELL WWAN module (DW5580) on my platform. Normally it could be
detect and used in Ubuntu 16.04 daily image. However it is sometimes
unusable and can not be detected.

After debugging, we found there is an upstream patch that can fix the
issue:

https://cgit.freedesktop.org/ModemManager/ModemManager/commit/?id=8a386218690aeff7e2c923a14f91da7bbc046ed2

Please merge the fix to modem manager to fix the issue.

Ubuntu Xenial (daily image)
Release: 16.04
modemmanager:
  Installed: 1.4.12-1ubuntu1
  Candidate: 1.4.12-1ubuntu1
  Version table:
 *** 1.4.12-1ubuntu1 500
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
100 /var/lib/dpkg/status

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

** Description changed:

  I have a DELL WWAN module (DW5580) on my platform. Normally it could be
  detect and used in Ubuntu 16.04 daily image. However it is sometimes
  unusable and can not be detected.
  
- After debugging, we found there is a upstream patch that can fix the
+ After debugging, we found there is an upstream patch that can fix the
  issue:
  
  
https://cgit.freedesktop.org/ModemManager/ModemManager/commit/?id=8a386218690aeff7e2c923a14f91da7bbc046ed2
  
  Please merge the fix to modem manager to fix the issue.
  
  Ubuntu Xenial (daily image)
  Release: 16.04
  modemmanager:
-   Installed: 1.4.12-1ubuntu1
-   Candidate: 1.4.12-1ubuntu1
-   Version table:
-  *** 1.4.12-1ubuntu1 500
- 500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 1.4.12-1ubuntu1
+   Candidate: 1.4.12-1ubuntu1
+   Version table:
+  *** 1.4.12-1ubuntu1 500
+ 500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
+ 100 /var/lib/dpkg/status

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

Title:
  It is sometimes unable to found DELL WWAN module.

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

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

[Bug 1567194] [NEW] Unable to switch to console/ttys from ubiquity

2016-04-06 Thread Franz Hsieh
Public bug reported:

In previous Ubuntu release, I am able to switch to console/ttys while
installing the system. However it is impossible to switch console/ttys
on 16.04 daily images.

Steps to reproduce the issue:

1) Choose 'Install Ubuntu' option in DVD boot menu.
2) After Ubiquity brings up, press Ctrl-Alt-F1
3) Black screen, no prompt is shown

Ubuntu Xenial (daily image)
Release: 16.04
ubiquity:
  Installed: 2.21.53
  Candidate: 2.21.53
  Version table:
 *** 2.21.53 0
500 http://archive.ubuntu.com/ubuntu/ xenial/main amd64 Packages
100 /var/lib/dpkg/status

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

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

Title:
  Unable to switch to console/ttys from ubiquity

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

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


[Bug 1562822] Re: Bluetooth Browse Files... not working

2016-04-06 Thread Franz Hsieh
I have some problem on my platform.
I can connect to another PC without problems, however when I press the 'Browse 
file' it has no response.

By the away. I can get file list by using obexftp -b  -c /
-l, and download file with obexftp option.

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

Title:
  Bluetooth Browse Files... not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1562822/+subscriptions

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


[Bug 1470250] Re: [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups

2016-04-01 Thread Dominik Franz
Take your time. I'm incredibly thankful that somebody is taking care of
this. This bug already cost me a substantial amount of time and so far I
found no way of fixing it (except using an old kernel).

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

Title:
  [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based
  Backups

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

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


[Bug 1552621] Re: Can't login to desktop autometically after oem-config is finished on OEM mode

2016-03-09 Thread Franz Hsieh
If we skip 'oem-config-remove-gtk', then process could be finished and
desktop can be started.

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

Title:
  Can't login to desktop autometically after oem-config is finished on
  OEM mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1552621/+subscriptions

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


[Bug 1554929] [NEW] Autocluttersink shows green rectange

2016-03-08 Thread Franz Hsieh
Public bug reported:

Can't play video correctly.

Run command:

  gst-launch-1.0 playbin uri=file:///usr/share/example-
content/Ubuntu_Free_Culture_Showcase/How fast.ogg video-
sink=autocluttersink

will show green rectangle.

Similar bug can be found here:

 https://bugzilla.redhat.com/show_bug.cgi?id=1279040
 https://bugzilla.gnome.org/show_bug.cgi?id=762764

** Affects: clutter-gst-2.0 (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Can't play video correctly.
  
  Run command:
  
-   gst-launch-1.0 playbin uri=file:///usr/share/example-
- content/Ubuntu_Free_Culture_Showcase/How fast.ogg
- --videosink=autocluttersink
+   gst-launch-1.0 playbin uri=file:///usr/share/example-
+ content/Ubuntu_Free_Culture_Showcase/How fast.ogg video-
+ sink=autocluttersink
  
  will show green rectangle.
  
- Similar bug can be found:
+ Similar bug can be found here:
  
- https://bugzilla.redhat.com/show_bug.cgi?id=1279040
- https://bugzilla.gnome.org/show_bug.cgi?id=762764
+  https://bugzilla.redhat.com/show_bug.cgi?id=1279040
+  https://bugzilla.gnome.org/show_bug.cgi?id=762764

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

Title:
  Autocluttersink shows green rectange

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clutter-gst-2.0/+bug/1554929/+subscriptions

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

[Bug 1553632] Re: try to upgrade from 12.04 to 14.04

2016-03-08 Thread Torsten Franz
** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  try to upgrade from 12.04 to 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1553632/+subscriptions

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


[Bug 1552621] Re: Can't login to desktop autometically after oem-config is finished on OEM mode

2016-03-07 Thread Franz Hsieh
** Project changed: ubiquity => ubiquity (Ubuntu)

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

Title:
  Can't login to desktop autometically after oem-config is finished on
  OEM mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1552621/+subscriptions

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


[Bug 1553632] Re: try to upgrade from 12.04 to 14.04

2016-03-07 Thread Torsten Franz
Can you give the output of

sudo apt-get update && sudo apt-get upgrade

please?

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

Title:
  try to upgrade from 12.04 to 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1553632/+subscriptions

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


[Bug 1553536] Re: fail to start network connection

2016-03-06 Thread Torsten Franz
** Summary changed:

- please help
+ fail to start network connection

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

Title:
  fail to start network connection

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

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


[Bug 1553567] Re: update required

2016-03-06 Thread Torsten Franz
The packages are available here:
http://download.opensuse.org/repositories/home:/tabos-
team:/release/xUbuntu_15.10/

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

Title:
  update required

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/roger-router/+bug/1553567/+subscriptions

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


[Bug 1553632] Re: try to upgrade from 12.04 to 14.04

2016-03-06 Thread Torsten Franz
Hi,

thank you for send the report to make Ubuntu better. I think there was a
problem with your network. Can you have a look at it if you have a
network connection without a problem and try it again?

Thanks and bests,
Torsten

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: New => Incomplete

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

Title:
  try to upgrade from 12.04 to 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1553632/+subscriptions

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


[Bug 1553640] Re: Please update KMM 4.6.6 to 4.7.2

2016-03-06 Thread Torsten Franz
** Summary changed:

- KMM 4.6.6 is too old
+ Please update KMM 4.6.6 to 4.7.2

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

Title:
  Please update KMM 4.6.6 to 4.7.2

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

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


[Bug 1553491] [NEW] 16.04 installer crash while copying files

2016-03-05 Thread Franz M. Safar
Public bug reported:

I tried to install the 16.04 beta to an ext4 partition from an USB stick
and it crashed while copying files.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.46
ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2
Uname: Linux 4.4.0-7-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CasperVersion: 1.367
Date: Sat Mar  5 13:42:23 2016
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/ubuntu-gnome.seed boot=casper quiet splash --- 
cdrom-detect/try-usb=true noprompt
LiveMediaBuild: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160225.1)
ProcEnviron:
 LANGUAGE=de_AT.UTF-8
 PATH=(custom, no user)
 LANG=de_AT.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.46 ubuntu-gnome xenial

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

Title:
  16.04 installer crash while copying files

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

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


  1   2   3   4   5   6   >