[Desktop-packages] [Bug 1638373] Re: End marker/start marker drop-down menus are empty

2016-11-04 Thread rot13
I have the same problem and I tried installing from PPA, but then I get:

The following packages have unmet dependencies:
 inkscape : Depends: libpoppler58 (>= 0.41.0) but it is not installable
E: Unable to correct problems, you have held broken packages.

I only have libpoppler61, not 58, in my packages.

# apt-cache policy inkscape
inkscape:
  Installed: 0.91-11
  Candidate: 0.91.0+51~ubuntu16.10.1
  Version table:
 0.91.0+51~ubuntu16.10.1 500
500 http://ppa.launchpad.net/inkscape.dev/stable/ubuntu yakkety/main 
amd64 Packages
 *** 0.91-11 500
500 http://pl.archive.ubuntu.com/ubuntu yakkety/main amd64 Packages
100 /var/lib/dpkg/status
# apt-cache policy libpoppler58
libpoppler58:
  Installed: (none)
  Candidate: (none)
  Version table:
# apt-cache policy libpoppler61
libpoppler61:
  Installed: 0.44.0-3ubuntu2
  Candidate: 0.44.0-3ubuntu2
  Version table:
 *** 0.44.0-3ubuntu2 500
500 http://pl.archive.ubuntu.com/ubuntu yakkety/main amd64 Packages
100 /var/lib/dpkg/status

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

Title:
  End marker/start marker drop-down menus are empty

Status in Inkscape:
  New
Status in inkscape package in Ubuntu:
  Confirmed

Bug description:
  The dropdown menus for start marker, end marker and mid markers do not
  contains any arrows to select. I have clean up all local settings and
  run inkscape fresh but the same problem.

  Inkscape 0.91, Ubuntu 16.10

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

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


[Desktop-packages] [Bug 1582986] Re: NetworkManager service does not start during bootup

2016-05-24 Thread rot13
Seems related to bug #1487679, the only difference being iscsi requiring
network instead of nbd-client.

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

Title:
  NetworkManager service does not start during bootup

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 16.04 4.4.0-22
  systemd 229-4
  network-manager 1.1.93
  network-manager-gnome 1.2.0

  Multiple services and targets are deleted by systemd to "break
  ordering cycle" (cf. boot.log), but NetworkManager is the only one of
  them (network.target,rpcbind,sysinit.target,open-iscsi.service,remote-
  fs-pre.target,iscsid.service,zfs-fuse.service - cf. their respective
  logs) which is not started after bootup:

  sudo systemctl status NetworkManager.service
  ● NetworkManager.service - Network Manager
 Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled; 
vendor preset: enabled)
 Active: inactive (dead)

  May 18 05:00:10 samsung-ubuntu systemd[1]: NetworkManager.service: Job
  NetworkManager.service/verify-active deleted to break ordering cycle
  starting with network.target/start

  Attachments:
  ---
  - journalctl -l -b0 --system _COMM=systemd > boot.log
  - systemctl -l status rpcbind  > rpcbind.log
  - systemctl -l status network.target  > network.target.txt
  - systemctl -l status remote-fs-pre.target  > remote-fs-pre.target.log
  - systemctl -l status sysinit.target  > sysinit.target.log
  - systemctl -l status zfs-fuse.service  > zfs-fuse.service.log
  - systemctl -l status open-iscsi.service  > open-iscsi.service.log
  - systemctl -l status iscsid.service  > iscsid.service.log

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

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


[Desktop-packages] [Bug 1583845] Re: Can't "apt-get update" - appstreamcli stuck at 100% Processor Utilization

2016-05-19 Thread rot13
*** This bug is a duplicate of bug 1579712 ***
https://bugs.launchpad.net/bugs/1579712

I noticed the same problem on a fresh 16.04 install. I booted it again
few days later, and noticed "appstreamcli refresh" process using 100%
cpu. Running strace on it doesn't show any activity. Gdb shows that it
seems to be looping in as_yamldata_parse_distro_data ():

(gdb) bt
#0  0x7eff42d03c4c in as_yamldata_parse_distro_data ()
   from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#1  0x7eff42d05537 in as_metadata_parse_yaml ()
   from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#2  0x7eff42d05c55 in as_metadata_parse_file ()
   from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#3  0x7eff42d08d49 in as_data_pool_update ()
   from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#4  0x7eff42cfe272 in as_cache_builder_refresh ()
   from /usr/lib/x86_64-linux-gnu/libappstream.so.3
#5  0x004049de in ascli_refresh_cache ()
#6  0x00403ceb in as_client_run ()
#7  0x7eff4292c830 in __libc_start_main (main=0x403490 , argc=2, 
argv=0x7ffc131f67c8, init=, fini=, 
rtld_fini=, stack_end=0x7ffc131f67b8)
at ../csu/libc-start.c:291
#8  0x00403519 in _start ()

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

Title:
  Can't "apt-get update" - appstreamcli stuck at 100% Processor
  Utilization

Status in appstream package in Ubuntu:
  Confirmed

Bug description:
  I did a fresh install of Ubuntu 16.04 without being connected to the
  internet because when connected to the internet the install would lock
  up at the point that ubuntu was "Retrieving 56 of 56".

  Installation (without internet) was successful, then I connected to
  the internet and tried to update:

  The update-process seemed to be stuck, so I discovered that the
  command appstreamcli was at 100% processor utilization indefinitely.

  When I kill that process the update fails. This is clearly a bug, but
  hopefully someone can suggest a work-around until it is fixed.

  user@pc:~$ sudo apt-get update
  Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]
  Hit:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease
  Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [94.5 kB]
  Get:4 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [92.2 kB]
  Fetched 281 kB in 0s (387 kB/s)
  Terminated
  Reading package lists... Done
  E: Problem executing scripts APT::Update::Post-Invoke-Success 'if 
/usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then 
appstreamcli refresh > /dev/null; fi'
  E: Sub-process returned an error code

  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: appstream 0.9.4-1
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Thu May 19 19:08:30 2016
  InstallationDate: Installed on 2016-05-19 (0 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: appstream
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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