[Bug 1775232] Re: Please merge from debian's 5.1.2-3

2018-06-06 Thread Andreas Hasenack
** Merge proposal linked:
   
https://code.launchpad.net/~ahasenack/ubuntu/+source/autofs/+git/autofs/+merge/347556

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

Title:
  Please merge from debian's 5.1.2-3

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1331512] Re: automount tries to mount "tls", "x86_64", "libselinux.so.1", etc

2018-06-06 Thread Andreas Hasenack
** Changed in: autofs (Ubuntu)
   Status: New => Invalid

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

Title:
  automount tries to mount "tls", "x86_64", "libselinux.so.1", etc

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1418279] Re: Automount NFSv4 doesn't work

2018-06-06 Thread Andreas Hasenack
You can run this to set a container to privileged mode:

lxc config set  security.privileged true

And then restart it:

lxc restart 

After that, the users inside the container are no longer mapped to a higher uid:
root 21301  0.0  0.0 602368  6120 ?Ss   17:45   0:00 [lxc monitor] 
/var/lib/lxd/containers bionic-privileged
root 21322  3.2  0.0 159416  6096 ?Ss   17:45   0:00  \_ /sbin/init
root 21422  0.7  0.0  78304  6320 ?Shttps://bugs.launchpad.net/bugs/1418279

Title:
  Automount NFSv4 doesn't work

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1418279] Re: Automount NFSv4 doesn't work

2018-06-06 Thread Andreas Hasenack
See the last few comments of https://github.com/lxc/lxd/issues/2005

A privileged container is one where the container root user is the real
root. In an unprivileged one, root inside the container is just some
high-id random user on the host:

root  5393  0.0  0.0 530300  4964 ?Ss   jun05   0:00 [lxc monitor] 
/var/lib/lxd/containers squid-ds216
1655365414  0.0  0.0 225088  6040 ?Ss   jun05   0:00  \_ /sbin/init



** Bug watch added: LXD bug tracker #2005
   https://github.com/lxc/lxd/issues/2005

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

Title:
  Automount NFSv4 doesn't work

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1754506] Re: AutoFS does not automatically umount SMB shares

2018-06-06 Thread Andreas Hasenack
Fix confirmed with the patch from comment #8

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

Title:
  AutoFS does not automatically umount SMB shares

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1680224] Re: auto.smb fails on Windows administrative shares

2018-06-06 Thread Andreas Hasenack
I can't get it to work without also removing the quoting in the awk script in 
/etc/auto.smb, i.e.:
@@ -76,7 +76,7 @@
  loc = $2
  # Enclose mount dir and location in quotes
  # Double quote "$" in location as it is special
- gsub(/\$$/, "\\$", loc);
+ #gsub(/\$$/, "\\$", loc);
  gsub(/\&/,"&",loc)
  print " \\\n\t \"/" dir "\"", "\"://" key "/" loc "\""


and I'm a bit afraid of doing that. I wouldn't want to have the shell suddenly 
expanding variables or even executing commands there $(), depending on how 
mount.cifs is called of course.

tl;dr to get C$ mounted I need to apply both patches and change auto.smb
like above.

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

Title:
  auto.smb fails on Windows administrative shares

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1680224] Re: auto.smb fails on Windows administrative shares

2018-06-06 Thread Andreas Hasenack
@mark-fox, were those two patches the only changes you needed, or was
the change to the awk script (removing the quoting of $) also needed?

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

Title:
  auto.smb fails on Windows administrative shares

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1774848] Re: can't delete broken count package python-samba 2:4.3.11+dfsg-0ubuntu0.16.04.12 failed to install/upgrade: Paket ist in einem sehr schlechten inkonsistenten Zustand - Sie sollten es e

2018-06-06 Thread Andreas Hasenack
It looks like it worked and the problem is fixed, right?

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

Title:
  can't delete broken count  package python-samba 2:4.3.11+dfsg-
  0ubuntu0.16.04.12 failed to install/upgrade: Paket ist in einem sehr
  schlechten inkonsistenten Zustand - Sie sollten  es erneut
  installieren, bevor Sie es zu entfernen versuchen.

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs