[Bug 1776576] Re: Ubuntu 18.04 uograde: samba fails to run

2018-06-19 Thread Andreas Hasenack
Thanks for getting back to us.

I suspect at some point you thought that the right service to start was
samba-ad-dc, and you configured it like that, and forgot it. I also find
this confusing and hope someday we can have the "switch" between
services be automatic, depending on whether you want an AD server or
not.

Regarding your smb1 issues, it's not that samba won't negotiate using
smb2 or 3. It will. The problem is the network browsing, which relies on
smb1. Without smb1, you won't see the other windows/smb machines in the
network. But if you try to access them directly via their ips or
hostnames, the connection will work and smb2 or smb3 will be spoken just
fine. See https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1767454
for some details.

I'll leave this bug open as "incomplete". If it happens again, or if you
gather more details, then feel free to post them here. Otherwise, the
bug will auto-close in about 60 days.

Thanks!

-- 
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/1776576

Title:
  Ubuntu 18.04 uograde: samba fails to run

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1776576/+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 1461123] Re: Update precise, trusty, utopic, vivid, wily to landscape-client 15.06

2018-06-19 Thread Andreas Hasenack
** Changed in: landscape-client
 Assignee: Eric Snow (ericsnowcurrently) => (unassigned)

** Changed in: landscape-client (Ubuntu Wily)
   Status: In Progress => Won't Fix

** Changed in: landscape-client (Ubuntu Vivid)
   Status: In Progress => Won't Fix

** Changed in: landscape-client (Ubuntu Utopic)
   Status: In Progress => Won't Fix

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

Title:
  Update precise, trusty, utopic, vivid, wily to landscape-client 15.06

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/1461123/+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 1394403] Re: RewriteRule of "^$" is broken

2018-06-19 Thread Andreas Hasenack
Upstream bug is fix released, and states that the fix is available in
apache 2.4.9. Trusty has 2.4.7 atm.

-- 
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/1394403

Title:
  RewriteRule of "^$" is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1394403/+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 1549388] Re: In some rare cases Postfix connect to a wrong MX server

2018-06-19 Thread Andreas Hasenack
http://linorg.usp.br/postfix/release/official/postfix-2.11-patch01.gz is
the upstream patch for 2.11.1, and this appears to be the chunk for the
fix:

--- a/postfix/src/smtp/smtp.h
+++ b/postfix/src/smtp/smtp.h
@@ -195,7 +195,7 @@ typedef struct SMTP_STATE {
STR((state)->iterator->request_nexthop)[0] = 0; \
 }
 
-#define HAVE_NEXTHOP_STATE(state) (STR((state)->iterator->request_nexthop) != 
0)
+#define HAVE_NEXTHOP_STATE(state) (STR((state)->iterator->request_nexthop)[0] 
!= 0)
 
 
  /*
diff --git a/postfix/src/smtp/smtp_connect.c b/postfix/src/smtp/smtp_connect.c
index ff278c1f..2e7fc87c 100644
--- a/postfix/src/smtp/smtp_connect.c
+++ b/postfix/src/smtp/smtp_connect.c
@@ -666,6 +666,7 @@ static int smtp_reuse_session(SMTP_STATE *state, DNS_RR 
**addr_list,
 #endif
 SMTP_ITER_SAVE_DEST(state->iterator);
 if (*addr_list && SMTP_RCPT_LEFT(state) > 0
+   && HAVE_NEXTHOP_STATE(state)
&& (session = smtp_reuse_nexthop(state, 
SMTP_KEY_MASK_SCACHE_DEST_LABEL)) != 0) {
session_count = 1;
smtp_update_addr_list(addr_list, STR(iter->addr), session_count);

Completely untested. It's probably better to go with 2.11.1 directly, or
even the last 2.11.x on the series.

-- 
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/1549388

Title:
  In some rare cases Postfix connect to a wrong MX server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1549388/+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 1777386] Re: package tomcat8 8.0.32-1ubuntu1.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-06-19 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu.

Unfortunately the attached logs only confirm that tomcat8 failed to
start, but not the reason.

Could you please attach the log files from /var/log/tomcat8/*? The
failure should be more clear in there.

Thanks!


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

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

Title:
  package tomcat8 8.0.32-1ubuntu1.6 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/tomcat8/+bug/1777386/+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 1777349] Re: Broken encoding in Russian-translated HTML templates

2018-06-19 Thread Andreas Hasenack
It does look correct when displayed in a web browser, or not? I confirm
the actual html file looks like you said, but the browser gives me a
page like the attached screenshot (never mind it says "xenial" there,
it's a bionic container, I just made a mistake with the hostname).


** Attachment added: "mailman-bionic.png"
   
https://bugs.launchpad.net/debian/+source/mailman/+bug/1777349/+attachment/5154290/+files/mailman-bionic.png

-- 
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/1777349

Title:
  Broken encoding in Russian-translated HTML templates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mailman/+bug/1777349/+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 1777349] Re: Broken encoding in Russian-translated HTML templates

2018-06-19 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu, and also in Debian. The mailman
package in Ubuntu is a straight sync from the Debian one, so it's best
to be fixed there first.

This might have something to do with debian/patches/91_utf8.patch. I see it 
doing some charset manipulation in the "install:" target, and this line looks 
suspiscious:
+   CHARSET_ru=koi8-r; \


** Also affects: mailman (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901810
   Importance: Unknown
   Status: Unknown

** Changed in: mailman (Ubuntu)
   Status: New => Triaged

** Changed in: mailman (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Broken encoding in Russian-translated HTML templates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mailman/+bug/1777349/+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 1777433] Re: package freeradius 3.0.16+dfsg-1ubuntu3 failed to install/upgrade: installed freeradius package post-installation script subprocess returned error exit status 1

2018-06-19 Thread Andreas Hasenack
invoke-rc.d: initscript freeradius, action "restart" failed.
● freeradius.service - FreeRADIUS multi-protocol policy server
   Loaded: loaded (/lib/systemd/system/freeradius.service; disabled; vendor 
preset: enabled)
   Active: activating (auto-restart) (Result: exit-code) since Mon 2018-06-18 
16:51:55 IST; 9ms ago
 Docs: man:radiusd(8)
   man:radiusd.conf(5)
   http://wiki.freeradius.org/
   http://networkradius.com/doc/
  Process: 15252 ExecStartPre=/usr/sbin/freeradius $FREERADIUS_OPTIONS -Cxm 
-lstdout (code=exited, status=1/FAILURE)
find: ‘/etc/freeradius’: No such file or directory
dpkg: error processing package freeradius (--configure):
 installed freeradius package post-installation script subprocess returned 
error exit status 1

/etc/freeradius comes from the freeradius-config package, and it is
correctly installed as a dependency of freeradius, even with --no-
install-recommends.

This looks like a local configuration problem. I suggest you:

sudo apt update
sudo apt -f install

Since a fresh install of freeradius correctly installs the freeradius-
config package, and the /etc/freeradius directory then exists, I'm going
to mark this bug as incomplete pending further information showing how
to reproduce the problem.


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

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

Title:
  package freeradius 3.0.16+dfsg-1ubuntu3 failed to install/upgrade:
  installed freeradius package post-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/1777433/+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 1769440] Re: freeipa server install fails - named-pkcs11 fails to run

2018-06-19 Thread Andreas Hasenack
** Changed in: bind9 (Ubuntu)
   Importance: Undecided => High

-- 
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/1769440

Title:
  freeipa server install fails - named-pkcs11 fails to run

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1769440/+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