[Bug 1573206] Re: GNOME Software does not install third-party .deb packages

2016-04-28 Thread Sam VdE
*** This bug is a duplicate of bug 1573408 ***
https://bugs.launchpad.net/bugs/1573408

.deb installation tested for Vivaldi and Chrome using gnome-software,
gnome-software-common and ubuntu-software from xenial-proposed.

No problems encountered.

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

Title:
  GNOME Software does not install third-party .deb packages

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

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


[Bug 1563155] Re: No Application Data Found

2016-04-23 Thread Sam VdE
I think this has to do with the /var/cache directory, at least that is
what I suspect based on my own experience.

Workaround that worked for me:

sudo apt purge gnome-software ubuntu-software
sudo apt autoremove
sudo apt install gnome-software ubuntu-software

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

Title:
  No Application Data Found

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

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


[Bug 1432122] [NEW] mountall service unavailable on systemd, preventing full zfs integration

2015-03-14 Thread Sam VdE
Public bug reported:

I am test-driving Vivid and made the switch to systemd. I'd like to
report that the mountall service is now unavailable.

root# systemctl status mountall
 mountall.service
   Loaded: masked (/dev/null)
   Active: inactive (dead)

root# ll /lib/systemd/system/mountall.service
lrwxrwxrwx 1 root root 9 Mar 11 11:22 /lib/systemd/system/mountall.service -> 
/dev/null

Per https://github.com/zfsonlinux/pkg-zfs/issues/132 I assume this is
what is keeping all of my zfs filesystems from being automounted at
boot.

Things worked fine with upstart.

zfs-pkg bug report: https://github.com/zfsonlinux/pkg-zfs/issues/145
mountall bug report: 
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1432123

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


** Tags: mountall systemd zfs

** Tags added: mountall systemd zfs

** Description changed:

  I am test-driving Vivid and made the switch to systemd. I'd like to
  report that the mountall service is now unavailable.
  
  root# systemctl status mountall
-  mountall.service
-Loaded: masked (/dev/null)
-Active: inactive (dead)
+  mountall.service
+    Loaded: masked (/dev/null)
+    Active: inactive (dead)
  
  root# ll /lib/systemd/system/mountall.service
  lrwxrwxrwx 1 root root 9 Mar 11 11:22 /lib/systemd/system/mountall.service -> 
/dev/null
  
- 
- Per https://github.com/zfsonlinux/pkg-zfs/issues/132 I assume this is what is 
keeping all of my zfs filesystems from being automounted at boot.
+ Per https://github.com/zfsonlinux/pkg-zfs/issues/132 I assume this is
+ what is keeping all of my zfs filesystems from being automounted at
+ boot.
  
  Things worked fine with upstart.
  
  zfs-pkg bug report: https://github.com/zfsonlinux/pkg-zfs/issues/145
+ mountall bug report: 
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1432123

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

Title:
  mountall service unavailable on systemd, preventing full zfs
  integration

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

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

[Bug 1431523] [NEW] zfs not automounting after upgrading from upstart to systemd

2015-03-12 Thread Sam VdE
Public bug reported:

I am testdriving systemd on Ubuntu 15.04 with zfs as root filesystem.
The system works great, however it seems the systemd initscripts are not
installed on my system, leaving one zpool exported and a few filesystems
unmounted at boot. This worked fine with upstart.

When looking at the dkms folders I can see the scripts were pulled correctly 
from git (at least I assume that's why the're there):
ll /var/lib/dkms/zfs/0.6.3.0/build/etc/systemd/system
total 58
drwxr-xr-x 2 root root 11 mrt 10 22:32 ./
drwxr-xr-x 3 root root  5 mrt 10 22:32 ../
-rw-r--r-- 1 root root  6 mrt 10 22:30 50-zfs.preset.in
-rw-r--r-- 1 root root  6 mrt 10 22:32 Makefile
-rw-r--r-- 1 root root  6 mrt 10 22:30 Makefile.in
-rw-r--r-- 1 root root  6 mrt 10 22:30 zed.service.in
-rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-import-cache.service.in
-rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-import-scan.service.in
-rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-mount.service.in
-rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-share.service.in
-rw-r--r-- 1 root root  6 mrt 10 22:30 zfs.target.in

I can test things to help out, however I have no developer skills
(automake/make/autoconfigure/...). E.g. I have no idea if I could deploy
those files manually to test.

edit: logged zfsonlinux: https://github.com/zfsonlinux/zfs/issues/3173

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


** Tags: automount systemd-boot zfs

** Description changed:

  I am testdriving systemd on Ubuntu 15.04 with zfs as root filesystem.
  The system works great, however it seems the systemd initscripts are not
  installed on my system, leaving one zpool exported and a few filesystems
  unmounted at boot. This worked fine with upstart.
  
  When looking at the dkms folders I can see the scripts were pulled correctly 
from git (at least I assume that's why the're there):
  ll /var/lib/dkms/zfs/0.6.3.0/build/etc/systemd/system
  total 58
  drwxr-xr-x 2 root root 11 mrt 10 22:32 ./
  drwxr-xr-x 3 root root  5 mrt 10 22:32 ../
  -rw-r--r-- 1 root root  6 mrt 10 22:30 50-zfs.preset.in
  -rw-r--r-- 1 root root  6 mrt 10 22:32 Makefile
  -rw-r--r-- 1 root root  6 mrt 10 22:30 Makefile.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zed.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-import-cache.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-import-scan.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-mount.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-share.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs.target.in
  
  I can test things to help out, however I have no developer skills
  (automake/make/autoconfigure/...). E.g. I have no idea if I could deploy
  those files manually to test.
+ 
+ edit: logged zfsonlinux: https://github.com/zfsonlinux/zfs/issues/3173

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

Title:
  zfs not automounting after upgrading from upstart to systemd

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

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