[Bug 1922739] Re: AttributeError: 'DataSourceNoCloud' object has no attribute 'vendordata2_raw'

2021-04-20 Thread glitsj16
I originally filed https://bugs.launchpad.net/ubuntu/+source/cloud-
init/+bug/1924755 and got informed that was a duplicate of this bug. I
just installed the proposed fix from
https://launchpad.net/ubuntu/+source/cloud-
init/21.1-19-gbad84ad4-0ubuntu1~16.04.2. I can confirm this fixes it for
me on Xenial.

Thanks to all involved, regards.

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

Title:
  AttributeError: 'DataSourceNoCloud' object has no attribute
  'vendordata2_raw'

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

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

[Bug 1924755] [NEW] Failed to start Initial cloud-init job

2021-04-16 Thread glitsj16
Public bug reported:

A recent upgrade of the cloud-init package breaks the service. This
happens on a DigitalOcean instance running Ubuntu 16.04 LTS. Downgrading
and pinning the cloud-init package keeps things from breaking, but
obviously that's only a crude hack.

$ lsb_release -rd
Description:Ubuntu 16.04.7 LTS
Release:16.04

$ apt-cache policy cloud-init
cloud-init:
Installed: 21.1-19-gbad84ad4-0ubuntu1~16.04.1
Candidate: 21.1-19-gbad84ad4-0ubuntu1~16.04.1
Version table:
*** 21.1-19-gbad84ad4-0ubuntu1~16.04.1 500
500 http://mirrors.digitalocean.com/ubuntu xenial-updates/main amd64 
Packages
100 /var/lib/dpkg/status
0.7.7~bzr1212-0ubuntu1 500
500 http://mirrors.digitalocean.com/ubuntu xenial/main amd64 Packages

$ systemctl status cloud-init
● cloud-init.service - Initial cloud-init job (metadata service crawler)
Loaded: loaded (/lib/systemd/system/cloud-init.service; enabled; vendor preset: 
enabled)
Active: failed (Result: exit-code) since Fri 2021-04-16 04:13:33 CEST; 4min 3s 
ago
Process: 1037 ExecStart=/usr/bin/cloud-init init (code=exited, status=1/FAILURE)
Main PID: 1037 (code=exited, status=1/FAILURE)

Apr 16 04:13:33 crow16 cloud-init[1037]:   File 
"/usr/lib/python3/dist-packages/cloudinit/stages.py", line 371, in update
Apr 16 04:13:33 crow16 cloud-init[1037]: 
self._store_raw_vendordata(self.datasource.get_vendordata2_raw(),
Apr 16 04:13:33 crow16 cloud-init[1037]:   File 
"/usr/lib/python3/dist-packages/cloudinit/sources/__init__.py", line 506, in 
get_vendordata2_raw
Apr 16 04:13:33 crow16 cloud-init[1037]: return self.vendordata2_raw
Apr 16 04:13:33 crow16 cloud-init[1037]: AttributeError: 
'DataSourceDigitalOcean' object has no attribute 'vendordata2_raw'
Apr 16 04:13:33 crow16 cloud-init[1037]: 

Apr 16 04:13:33 crow16 systemd[1]: cloud-init.service: Main process exited, 
code=exited, status=1/FAILURE
Apr 16 04:13:33 crow16 systemd[1]: Failed to start Initial cloud-init job 
(metadata service crawler).
Apr 16 04:13:33 crow16 systemd[1]: cloud-init.service: Unit entered failed 
state.
Apr 16 04:13:33 crow16 systemd[1]: cloud-init.service: Failed with result 
'exit-code'.

For the record, I see the exact same failure messages when installing
the cloud-init package from the official xenial-updates repo.

** Affects: cloud-init (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/1924755

Title:
  Failed to start Initial cloud-init job

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

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

[Bug 1823054] Re: xdg-desktop-portal-gtk can't be installed due to missing dependency in Xenial

2019-04-04 Thread glitsj16
Confirming xdg-desktop-portal 1.0.3-0ubuntu0.0 fixes this issue and xdg-
desktop-portal-gtk is working as expected. Thanks to all involved!

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

Title:
  xdg-desktop-portal-gtk can't be installed due to missing dependency in
  Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal-gtk/+bug/1823054/+subscriptions

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

[Bug 1823054] Re: xdg-desktop-portal-gtk can't be installed due to missing dependency in Xenial

2019-04-03 Thread glitsj16
Thanks for the speedy reply and referral to the uncompleted bug report.
I forgot about xenial-proposed (which I tend not to enable on LTS).
After downloading http://archive.ubuntu.com/ubuntu/pool/universe/x/xdg-
desktop-portal/xdg-desktop-portal_0.11-1_amd64.deb and manually editing
dependencies to include xenial's dbus-x11 (default-dbus-session-bus |
dbus-session-bus | dbus-x11) I succesfully installed xdg-desktop-portal-
gtk.

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

Title:
  xdg-desktop-portal-gtk can't be installed due to missing dependency in
  Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal-gtk/+bug/1823054/+subscriptions

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

[Bug 1823054] [NEW] xdg-desktop-portal-gtk can't be installed due to missing dependency in Xenial

2019-04-03 Thread glitsj16
Public bug reported:

$ lsb_release -rd
Description:Ubuntu 16.04.6 LTS
Release:16.04

$ sudo apt install xdg-desktop-portal-gtk
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 xdg-desktop-portal-gtk : Depends: xdg-desktop-portal (>= 0.10) but it is not 
installable
E: Unable to correct problems, you have held broken packages.

Please offer xdg-desktop-portal for Xenial.

** Affects: xdg-desktop-portal-gtk (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/1823054

Title:
  xdg-desktop-portal-gtk can't be installed due to missing dependency in
  Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal-gtk/+bug/1823054/+subscriptions

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

[Bug 1672901] [NEW] onionbalance.service fails to add dependencies

2017-03-14 Thread glitsj16
Public bug reported:

Hi, looks like the systemd service file contains a comma where it should
not. Even when not enabled, journalctl shows:

$ journalctl | grep onionbalance
Mar 15 00:10:51 lab16 systemd[1]: [/lib/systemd/system/onionbalance.service:8] 
Failed to add dependency on network.target,, ignoring: Invalid argument

The same typo exists in all Ubuntu onionbalance packages I checked
(xenial, yakkety and zesty) and is easily fixed by removing the
erroneous comma on line 8.

Regards.

= = =

$ cat /lib/systemd/system/onionbalance.service
# OnionBalance systemd target

[Unit]
Description=OnionBalance - Tor Onion Service load balancer
Documentation=man:onionbalance
Documentation=file:///usr/share/doc/onionbalance/html/index.html
Documentation=https://github.com/DonnchaC/onionbalance
After=network.target, tor.target
<-- culprit
Wants=network-online.target
ConditionPathExists=/etc/onionbalance/config.yaml

[Service]
Type=simple
PIDFile=/run/onionbalance.pid
Environment="ONIONBALANCE_LOG_LOCATION=/var/log/onionbalance/log"
ExecStart=/usr/sbin/onionbalance -c /etc/onionbalance/config.yaml
ExecReload=/usr/sbin/onionbalance reload
ExecStop=-/sbin/start-stop-daemon --quiet --stop --retry=TERM/5/KILL/5 
--pidfile /run/onionbalance.pid
TimeoutStopSec=5
KillMode=mixed

EnvironmentFile=-/etc/default/%p
User=onionbalance
PermissionsStartOnly=true
Restart=on-abnormal
RestartSec=2s
LimitNOFILE=65536

# Hardening
# AppArmorProfile=system_onionbalance
# CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_CHOWN CAP_FOWNER
NoNewPrivileges=yes
PrivateDevices=yes
PrivateTmp=yes
ProtectHome=yes
ProtectSystem=full
ReadOnlyDirectories=/
ReadWriteDirectories=-/proc
# ReadWriteDirectories=-/var/lib/onionbalance
ReadWriteDirectories=-/var/log/onionbalance
ReadWriteDirectories=-/var/run

[Install]
WantedBy=multi-user.target

= = =

$ lsb_release -rd
Description:Ubuntu 16.04.2 LTS
Release:16.04

= = =

$ apt-cache policy onionbalance
onionbalance:
  Installed: 0.1.3-3
  Candidate: 0.1.3-3
  Version table:
 0.1.3-3 500
500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

** Affects: onionbalance (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/1672901

Title:
  onionbalance.service fails to add dependencies

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

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


[Bug 1572697] Re: broken symlink console-setup.service [systemd]

2016-06-17 Thread glitsj16
Confirming the fixes are working on Ubuntu Xenial. Changing the tags to
verification-done.

Thanks again for all your efforts.

= = =

$ sudo dpkg -i ./*.deb
(Reading database ... 274175 files and directories currently installed.)
Preparing to unpack .../console-setup_1.108ubuntu15.2_all.deb ...
Obsolete conffile /etc/init.d/keyboard-setup has been modified by you, renaming 
to .dpkg-bak
Unpacking console-setup (1.108ubuntu15.2) over (1.108ubuntu15.1) ...
Preparing to unpack .../console-setup-linux_1.108ubuntu15.2_all.deb ...
Unpacking console-setup-linux (1.108ubuntu15.2) over (1.108ubuntu15.1) ...
Preparing to unpack .../keyboard-configuration_1.108ubuntu15.2_all.deb ...
Unpacking keyboard-configuration (1.108ubuntu15.2) over (1.108ubuntu15.1) ...
Setting up keyboard-configuration (1.108ubuntu15.2) ...
Your console font configuration will be updated the next time your system
boots. If you want to update it now, run 'setupcon' from a virtual console.
update-rc.d: warning: start and stop actions are no longer supported; falling 
back to defaults
update-initramfs: deferring update (trigger activated)
Setting up console-setup-linux (1.108ubuntu15.2) ...
Installing new version of config file /etc/console-setup/compose.ISO-8859-1.inc 
...
Installing new version of config file 
/etc/console-setup/compose.ISO-8859-13.inc ...
Installing new version of config file 
/etc/console-setup/compose.ISO-8859-14.inc ...
Installing new version of config file 
/etc/console-setup/compose.ISO-8859-15.inc ...
Installing new version of config file /etc/console-setup/compose.ISO-8859-2.inc 
...
Installing new version of config file /etc/console-setup/compose.ISO-8859-3.inc 
...
Installing new version of config file /etc/console-setup/compose.ISO-8859-4.inc 
...
Installing new version of config file /etc/console-setup/compose.ISO-8859-7.inc 
...
Installing new version of config file /etc/console-setup/compose.ISO-8859-9.inc 
...
Setting up console-setup (1.108ubuntu15.2) ...
Your console font configuration will be updated the next time your system
boots. If you want to update it now, run 'setupcon' from a virtual console.
update-initramfs: deferring update (trigger activated)
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for systemd (230+upstream20160523-0.master) ...
Processing triggers for initramfs-tools (0.122ubuntu8) ...
update-initramfs: Generating /boot/initrd.img-4.5.7-ck-core2
Processing triggers for lab16--housekeeping ...
Processing triggers for lab16--housekeeping ...


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

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

Title:
  broken symlink console-setup.service [systemd]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1572697/+subscriptions

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


[Bug 1572697] Re: broken symlink console-setup.service [systemd]

2016-06-02 Thread glitsj16
Hi Brian,

Confirming the fix works. Thanks!

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

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

Title:
  broken symlink console-setup.service [systemd]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1572697/+subscriptions

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


[Bug 1572697] [NEW] broken symlink console-setup.service [systemd]

2016-04-20 Thread glitsj16
Public bug reported:

keyboard-configuration 1.108ubuntu15 contains console-setup.service in
/lib/systemd/system/multi-user.target.wants, but as a broken symlink:

$ dpkg -L keyboard-configuration | grep multi-user.target.wants
/lib/systemd/system/multi-user.target.wants
/lib/systemd/system/multi-user.target.wants/console-setup.service

$ sudo find -L /lib/systemd/system -type l -ls
  1315455  0 lrwxrwxrwx   1 root root   22 Apr 20 03:11 
/lib/systemd/system/multi-user.target.wants/console-setup.service -> 
/console-setup.service


Symlink should point to ../console-setup.service instead.

I originally reported this in https://bugs.launchpad.net/ubuntu/+source
/console-setup/+bug/1534121 against console-setup, which was the wrong
package to refer to. My apologies for messing that up.


Additional info:

$ lsb_release -rd
Description:Ubuntu 16.04 LTS
Release:16.04

$ apt-cache policy keyboard-configuration
keyboard-configuration:
  Installed: 1.108ubuntu15
  Candidate: 1.108ubuntu15
  Version table:
 *** 1.108ubuntu15 500
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: console-setup (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/1572697

Title:
  broken symlink console-setup.service [systemd]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1572697/+subscriptions

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


[Bug 1530518] Re: /etc/cron.weekly/apt-xapian-index reports TypeError

2016-04-20 Thread glitsj16
Confirming apt-xapian-index 0.47ubuntu8 fixes the issue. Thanks to all
involved.

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

Title:
  /etc/cron.weekly/apt-xapian-index reports TypeError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/1530518/+subscriptions

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


[Bug 1534121] [NEW] keyboard-config adds broken symlink to systemd

2016-01-14 Thread glitsj16
Public bug reported:

$ lsb_release -rd
Description:Ubuntu Xenial Xerus (development branch)
Release:16.04

$ apt-cache policy keyboard-configuration
keyboard-configuration:
  Installed: 1.108ubuntu10
  Candidate: 1.108ubuntu10
  Version table:
 *** 1.108ubuntu10 500
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu xenial/main i386 Packages
100 /var/lib/dpkg/status

keyboard-config 1.108ubuntu10 contains console-setup.service in
/lib/systemd/system/multi-user.target.wants as a broken symlink:

$ dpkg -L keyboard-configuration | grep multi-user.target.wants
/lib/systemd/system/multi-user.target.wants
/lib/systemd/system/multi-user.target.wants/console-setup.service

$ sudo find -L /lib/systemd/system -type l -ls
13148710 lrwxrwxrwx   1 root root   22 Jan 11 15:19 
/lib/systemd/system/multi-user.target.wants/console-setup.service -> 
/console-setup.service

Symlink should point to ../console-setup.service instead?

** Affects: console-setup (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/1534121

Title:
  keyboard-config adds broken symlink to systemd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1534121/+subscriptions

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


[Bug 1532095] [NEW] synapse segfaults on 16.04 after typing

2016-01-07 Thread glitsj16
Public bug reported:

$ lsb_release -rd
Description:Ubuntu Xenial Xerus (development branch)
Release:16.04

$ apt-cache policy synapse
synapse:
  Installed: 0.2.99.1-1
  Candidate: 0.2.99.1-1
  Version table:
 *** 0.2.99.1-1 500
500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
100 /var/lib/dpkg/status

$ synapse
[INFO 07:27:00.463376] [synapse-main:268] Starting up...
[INFO 07:27:00.643614] [synapse-main:211] Binding activation to Space
[INFO 07:27:00.689818] [view-base:251] Screen is composited.
[INFO 07:27:00.692625] [controller:59] Using xim input method.
**typing**
Segmentation fault

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

** Attachment added: "stacktrace"
   
https://bugs.launchpad.net/bugs/1532095/+attachment/4546037/+files/synapse.strace.txt

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

Title:
  synapse segfaults on 16.04 after typing

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

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


[Bug 1530518] [NEW] /etc/cron.weekly/apt-xapian-index reports TypeError

2016-01-02 Thread glitsj16
Public bug reported:

Received the following email from cron:

To: glits...@gmail.com
Subject: Anacron job 'cron.weekly' on lab16
Date: Sat,  2 Jan 2016 05:53:34 +0100 (CET)

/etc/cron.weekly/apt-xapian-index:
Exception ignored in: >
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/axi/indexer.py", line 306, in __del__
TypeError: 'NoneType' object is not callable

$ lsb_release -rd
Description:Ubuntu Xenial Xerus (development branch)
Release:16.04

$ apt-cache policy apt-xapian-index
apt-xapian-index:
  Installed: 0.47ubuntu6
  Candidate: 0.47ubuntu6
  Version table:
 *** 0.47ubuntu6 500
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu xenial/main i386 Packages
100 /var/lib/dpkg/status

$ sudo /usr/sbin/update-apt-xapian-index
The index /var/lib/apt-xapian-index is up to date
Exception ignored in: >
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/axi/indexer.py", line 306, in __del__
TypeError: 'NoneType' object is not callable

** Affects: apt-xapian-index (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/1530518

Title:
  /etc/cron.weekly/apt-xapian-index reports TypeError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/1530518/+subscriptions

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


[Bug 1501841] Re: Broken symlink for /status/22/battery_plugged.svg in ubuntu-mono-dark

2015-10-27 Thread glitsj16
Follow-up. Looks like someone already had a fix for this:
http://bazaar.launchpad.net/~attente/ubuntu-themes/battery-plugged-
broken-symlink/revision/447. Maybe it could get fixed in xenial..

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

Title:
  Broken symlink for /status/22/battery_plugged.svg in ubuntu-mono-dark

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

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


[Bug 1501841] Re: Broken symlink for /status/22/battery_plugged.svg in ubuntu-mono-dark

2015-10-02 Thread glitsj16
Confirming this also affects trusty / vivid:

Ubuntu Trusty (14.04LTS) --> ubuntu-mono 14.04+14.04.20140410-0ubuntu1: all
Ubuntu Vivid (15.04) --> ubuntu-mono 14.04+15.04.20150410-0ubuntu1: all

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

Title:
  Broken symlink for /status/22/battery_plugged.svg in ubuntu-mono-dark

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

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


[Bug 1501841] [NEW] Broken symlink for /status/22/battery_plugged.svg in ubuntu-mono-dark

2015-10-01 Thread glitsj16
Public bug reported:

There's a symlink in 
/usr/share/icons/ubuntu-mono-dark/status/22/battery_plugged.svg pointing to 
./gpm-ac-adapter.svg
gpm-ac-adapter.svg does not exist, hence the broken symlink.

Easily fixed if the symlink points to ./ac-adapter-symbolic.svg

Cheers

===
$ lsb_release -rd
Description:Ubuntu Wily Werewolf (development branch)
Release:15.10

$ apt-cache policy ubuntu-mono
ubuntu-mono:
  Installed: 14.04+15.10.20151001-0ubuntu1
  Candidate: 14.04+15.10.20151001-0ubuntu1
  Version table:
 *** 14.04+15.10.20151001-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: ubuntu-mono (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/1501841

Title:
  Broken symlink for /status/22/battery_plugged.svg in ubuntu-mono-dark

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

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


[Bug 1498310] [NEW] udev is missing /lib/udev/udev-finish in wily

2015-09-22 Thread glitsj16
Public bug reported:

$ lsb_release -rd
Description:Ubuntu Wily Werewolf (development branch)
Release:15.10

$ apt-cache policy udev
udev:
  Installed: 225-1ubuntu4
  Candidate: 225-1ubuntu4
  Version table:
 *** 225-1ubuntu4 0
500 http://archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
100 /var/lib/dpkg/status

The udev package in wily is missing /lib/udev/udev-finish, hence systemd 
reports the udev-finish.service as failed.
Placing this script , which is in udev package 219-7ubuntu6 (vivid-updates), 
into the correct location rectifies this.

** Affects: udev (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/1498310

Title:
  udev is missing /lib/udev/udev-finish in wily

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

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


[Bug 1498310] Re: /etc/init.d/udev-finish does not get cleaned up on upgrade

2015-09-22 Thread glitsj16
$ cat /etc/init.d/udev-finish
#!/bin/sh -e
### BEGIN INIT INFO
# Provides:  udev-finish
# Required-Start:udev $local_fs
# Required-Stop: 
# Default-Start: S
# Default-Stop:
# Short-Description: Copy rules generated while the root was ro
### END INIT INFO

PATH="/sbin:/bin"

. /lib/lsb/init-functions

case "$1" in
  start) ;;
  stop|restart|force-reload) exit 0 ;;
  *) echo "Usage: $0 {start|stop|restart|force-reload}" >&2; exit 1 ;;
esac

exec /lib/udev/udev-finish

$ sudo apt-get install udev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
udev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

No, I did not downgrade to 219-7ubuntu6. I manually downloaded that .deb
file to compare it with 225-1ubuntu4. That was when I noticed that
219-7ubuntu6 had the /lib/udev/udev-finish script, which I copied over.
I did restore a recent wily backup though, so these now obsolete udev
files in /etc/init & /etc/init.d files might stem from that. I can
confirm that these did not get removed when manually installing udev
225-1ubuntu4 though.

After manually removing /etc/init/udev-fallback-graphics.conf, /etc/init
/udev-finish.conf & /etc/init.d/udev-finish and reinstalling udev
225-1ubuntu4 everything seems to be in perfect order again.

Might be one of those glitches, I can't be sure, but systemd no longer
reports anything as failed and the system looks a ok :)

My apologies for the mixup, and many thanks for your kind and speedy
replies!

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

Title:
  /etc/init.d/udev-finish does not get cleaned up on upgrade

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

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


[Bug 1498310] Re: udev-finish.service still present in wily

2015-09-22 Thread glitsj16
$ sudo systemctl status -l udev-finish.service 
● udev-finish.service - LSB: Copy rules generated while the root was ro
   Loaded: loaded (/etc/init.d/udev-finish)
   Active: failed (Result: exit-code) since Tue 2015-09-22 08:42:49 CEST; 2min 
43s ago
 Docs: man:systemd-sysv-generator(8)
  Process: 544 ExecStart=/etc/init.d/udev-finish start (code=exited, status=127)

Sep 22 08:42:49 lab16 systemd[1]: Starting LSB: Copy rules generated while the 
root was ro...
Sep 22 08:42:49 lab16 udev-finish[544]: /etc/init.d/udev-finish: 21: exec: 
/lib/udev/udev-finish: not found
Sep 22 08:42:49 lab16 systemd[1]: udev-finish.service: Control process exited, 
code=exited status=127
Sep 22 08:42:49 lab16 systemd[1]: Failed to start LSB: Copy rules generated 
while the root was ro.
Sep 22 08:42:49 lab16 systemd[1]: udev-finish.service: Unit entered failed 
state.
Sep 22 08:42:49 lab16 systemd[1]: udev-finish.service: Failed with result 
'exit-code'.

Confirming that udev-finish.service is gone in udev 225-1ubuntu4 as
compared to 219-7ubuntu6 (vivid-updates). Yet several files that should
be removed (if I understand the udev package
preinst/postinst/prerm/postrm scripts) aren't.. The output below is
obtained after manually reinstalling the udev 225-7ubuntu6 deb via sudo
dpkg -i

$ ls -l /etc/init | grep udev
-rw-r--r-- 1 root root  337 Jun 17 23:24 udev.conf
-rw-r--r-- 1 root root  645 Jun 17 23:24 udev-fallback-graphics.conf
-rw-r--r-- 1 root root  651 Jun 17 23:24 udev-finish.conf
-rw-r--r-- 1 root root  360 Jun 17 23:24 udevmonitor.conf
-rw-r--r-- 1 root root  352 Jun 17 23:24 udevtrigger.conf
-rw-r--r-- 1 root root  553 May 18 12:20 upstart-udev-bridge.conf

$ ls -l /etc/init.d | grep udev
-rwxr-xr-x 1 root root  6084 Jun 17 23:24 udev
-rwxr-xr-x 1 root root   461 Jun 17 23:24 udev-finish

Hope this helps ..

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

Title:
  udev-finish.service still present in wily

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

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

[Bug 1464654] Re: can't typeahead in the fileselector anymore with gtk 3.16

2015-06-18 Thread glitsj16
Is this going to be backported to gtk 3.14 in vivid? That shows the
exact same (irritating) problem, without type-ahead things are pretty
much broken for keyboard-oriented users. Thanks for spotting and fixing
this!

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

Title:
  can't typeahead in the fileselector anymore with gtk 3.16

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

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


[Bug 1273861] [NEW] Suggested packages chromium and hal are not available

2014-01-28 Thread glitsj16
Public bug reported:


System information:

1) $ lsb_release -rd
 Description: Ubuntu Trusty Tahr (development branch)
 Release: 14.04

2) $ apt-cache policy pepperflashplugin-nonfree
 pepperflashplugin-nonfree:
 Installed: (none)
 Candidate: 1.3ubuntu1
 Version table:
1.3ubuntu1 0
   500 http://archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 
Packages

Package pepperflashplugin-nonfree version 1.3ubuntu1 (trusty) suggests 2
packages that are not available in the trusty repositories as such.
Output below shows 1) chromium and 2) hal as suggests:

$ apt-cache show pepperflashplugin-nonfree

Package: pepperflashplugin-nonfree
Priority: optional
Section: multiverse/web
Installed-Size: 65
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Original-Maintainer: Bart Martens ba...@debian.org
Architecture: amd64
Version: 1.3ubuntu1
Depends: debconf | debconf-2.0, wget, gnupg, libatk1.0-0, libcairo2, 
libfontconfig1, libfreetype6, libgcc1, libglib2.0-0, libgtk2.0-0 (= 2.14), 
libnspr4, libnss3, libpango-1.0-0 | libpango1.0-0, libstdc++6, libx11-6, 
libxext6, libxt6, libcurl3-gnutls, binutils
Suggests: chromium, ttf-mscorefonts-installer, ttf-dejavu, ttf-xfree86-nonfree, 
hal
Conflicts: libflash-mozplugin
Filename: 
pool/multiverse/p/pepperflashplugin-nonfree/pepperflashplugin-nonfree_1.3ubuntu1_amd64.deb
Size: 10052
MD5sum: 99172937c43768b153fedcbb7cf36e26
SHA1: 60313ff75a9feb3adc02bcd2c5b5cac35ac824c3
SHA256: d9ccee6607dad3d7b1748ba0b1a9a1d5b71896eaa313d153796c1f708c07b923
Description-en: Pepper Flash Player - browser plugin
 This package will download Chrome from Google, and unpack it to make the
 included Pepper Flash Player available for use with Chromium.  The end user
 license agreement is available at Google.
Description-md5: 308421c13180fc4cf682be0755dca66d
Homepage: http://wiki.debian.org/PepperFlashPlayer
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
---

Analysis:


For 1) chromium:  it is likely an oversight that the chromium web browser 
users/ducumentation so often refers to as 'chromium' is in the Ubuntu repos as 
'chromium-browser'. However, a user might confusingly get the below output when 
trying to install the suggested chromium package:

$ sudo apt-get install chromium
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package chromium is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only 
available from another source
However the following packages replace it:
chromium-bsu

E: Package 'chromium' has no installation candidate
---

Installing chromium-bsu will work but leaves the user with an
unrelated package installed...


For 2) hal we have a similar situation:

$ sudo apt-get install hal
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package hal is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
hal-info

E: Package 'hal' has no installation candidate
---

Installing hal-info will work but leaves the user with an unrelated
package installed...


A simple change to the pepperflashplugin-nonfree 'suggests' entree can correct 
both situations.

** Affects: pepperflashplugin-nonfree (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/1273861

Title:
  Suggested packages chromium and hal are not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pepperflashplugin-nonfree/+bug/1273861/+subscriptions

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


[Bug 1199239] Re: [SRU] unzip list utf-8 (non-ascii) filenames as ??

2013-11-07 Thread glitsj16
Thanks Brian.

Confirming fix works on raring.

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

Title:
  [SRU] unzip list utf-8 (non-ascii) filenames as ??

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

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


[Bug 641876] Re: radiotray dont start on maverick natty without notification area icon

2011-06-15 Thread glitsj16
Version: radiotray 0.6.3 / Ubuntu 10.10

Executing radiotray with a valid stream url from terminal works, but no
tray / notification icon as per this bug report... Reading
https://bugs.launchpad.net/ubuntu/+source/radiotray/+bug/71 reminded
me to double-check radiotray's configuration. After changing
~/.local/share/radiotray/config.xml to:

option name=enable_application_indicator_support value=true/
option name=enable_application_indicator_theme_support value=true/

... all is well again, notification area icon included.

HTH

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

Title:
  radiotray dont start on maverick  natty without notification area
  icon

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

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


[Bug 98955] Re: logd not running

2009-05-27 Thread glitsj16
Hi Jean-Baptiste,

You can force dpkg to overwrite files by adding the --force-overwrite
param to the command to install the bootlogd .deb:

sudo dpkg -i --force-overwrite bootlogd_2.86.02_*.deb

Tested this on jaunty and it produces a nice /var/log/bootmsg file.

Hope this helps,

glitsj16

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

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


[Bug 250053] Re: checkgmail won't log in as of 16-07-08

2008-07-19 Thread glitsj16
The author of checkgmail made some changes to correct this:
http://sourceforge.net/forum/forum.php?thread_id=2124924forum_id=463626

Updating via checkgmail -update solves this issue.

-- 
checkgmail won't log in as of 16-07-08
https://bugs.launchpad.net/bugs/250053
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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