[Bug 1726595] Re: Running Matlab (R) from ssh session with X forwarding doesn't work anymore in 17.10

2017-10-24 Thread Andreas Hasenack
I meant in the ssh localhost test case that you showed. But still, even
in the remote case, the "X server" would be your local machine and the X
api calls from matlab would be routed to your local X server (wayland or
xorg) through the ssh connection.

So, just to clarify, matlab works on your localhost when ssh is not
used? I.e., just opening a terminal and running "matlab" followed by the
plot command?

And if you repeat the above but first do a "ssh -X localhost", i.e., the
DISPLAY variable is something other than just ":0", then it doesn't
work?

Both scenarios above stay the same regardless if you are using wayland
or xorg in Ubuntu Artful?

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

Title:
  Running Matlab (R) from ssh session with X forwarding doesn't work
  anymore in 17.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1726595/+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 1726595] Re: Running Matlab (R) from ssh session with X forwarding doesn't work anymore in 17.10

2017-10-24 Thread Andreas Hasenack
Are you using Wayland? If yes, can you try with plain Xorg? To switch to
xorg, logout, and on the login screen, after clicking on your name, you
will see a small gear icon. Click that to select xorg, and then continue
with the login.

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

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

Title:
  Running Matlab (R) from ssh session with X forwarding doesn't work
  anymore in 17.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1726595/+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 1725980] Re: package libheimntlm0-heimdal:i386 1.7~git20150920+dfsg-4ubuntu1.16.04.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attemp

2017-10-24 Thread Andreas Hasenack
** Changed in: heimdal (Ubuntu)
   Status: New => Incomplete

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

Title:
  package libheimntlm0-heimdal:i386 1.7~git20150920+dfsg-
  4ubuntu1.16.04.1 failed to install/upgrade: package is in a very bad
  inconsistent state; you should  reinstall it before attempting
  configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heimdal/+bug/1725980/+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 1726905] Re: package samba 2:4.3.11+dfsg-0ubuntu0.16.04.11 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2017-10-24 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu.

You have a configuration syntax error in /etc/samba/smb.conf:

[www]
path = /var/www
comment = red
guest ok = red  <---

The "guest ok" parameter takes a boolean value, that is, either yes or
no:


$ testparm ./smb.conf 
Load smb config files from ./smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
WARNING: The "syslog" option is deprecated
Processing section "[printers]"
Processing section "[print$]"
Processing section "[Red]"
Processing section "[www]"
set_variable_helper(red): value is not boolean!
Error loading services.


Fix that in your /etc/samba/smb.conf and then run the following:

sudo apt update
sudo apt -f install

I'll mark this bug as invalid because of that. If the above doesn't fix
your problem, then please reopen the bug with a comment saying what
happened.

Thanks


** Changed in: samba (Ubuntu)
   Status: New => Invalid

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

Title:
  package samba 2:4.3.11+dfsg-0ubuntu0.16.04.11 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1726905/+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 1720397] Re: qemu-kvm doesnt restart after node reboot

2017-10-24 Thread Corey Bryant
OpenStack regression tests have passed successfully for xenial-pike-
proposed with this package.

pike-proposed with next charms:

==
Totals
==
Ran: 102 tests in 1904.7099 sec.
 - Passed: 93
 - Skipped: 9
 - Expected Fail: 0
 - Unexpected Success: 0
 - Failed: 0
Sum of execute time for each test: 794.0835 sec.

pike-proposed with stable charms:

==
Totals
==
Ran: 102 tests in 1976.6895 sec.
 - Passed: 93
 - Skipped: 9
 - Expected Fail: 0
 - Unexpected Success: 0
 - Failed: 0
Sum of execute time for each test: 854.3158 sec.

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

Title:
  qemu-kvm doesnt restart after node reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1720397/+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 1718984] Re: package samba 2:4.5.8+dfsg-0ubuntu0.17.04.7 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2017-10-24 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu.

The logs confirm that the nmbd service failed to start, but are not
clear as to why.

Could you please attach the following files to this bug to help diagnose
the problem:

- /etc/samba/smb.conf
- all files inside /var/log/samba that start with "log". You can put these in a 
tarball or zip archive.

Thanks!


** Changed in: samba (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  package samba 2:4.5.8+dfsg-0ubuntu0.17.04.7 failed to install/upgrade:
  el subproceso instalado el script post-installation devolvió el código
  de salida de error 1

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

2017-10-24 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu.

The Samba nmbd service indeed failed to start, but the attached logs
don't indicate why.

Could you please attach all the files that start with "log" in the
directory /var/log/samba?

Also, what is the current status of the samba services after you
finished this upgrade:

sudo systemctl status nmbd.service smbd.service


Thanks!


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

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

Title:
  package samba 2:4.6.7+dfsg-1ubuntu3 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/samba/+bug/1726720/+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 1513853] Re: RabbitMQ connection going down consistently with scale config

2017-10-24 Thread James Page
I appreciate that this is an older bug, but if you could provide details
on which Ubuntu release and which version of the rabbitmq-server package
you see this issue that would be helpful.

Marking 'Incomplete' and 'Low' for now.  Please set back to 'New' when
the information requested has been provided, or mark 'Invalid' if you no
longer see this issue (as you've moved to a newer Ubuntu or OpenStack
release version).

** Changed in: rabbitmq-server (Ubuntu)
   Status: New => Incomplete

** Changed in: rabbitmq-server (Ubuntu)
   Importance: Undecided => Low

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

Title:
  RabbitMQ connection going down consistently with scale config

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1513853/+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 1496409] Re: Race condition in mnesia_locker after node down

2017-10-24 Thread James Page
Jorge

Have you seen this issue in Xenial or later releases of the RabbitMQ
server package?  Xenial included a 3.5.x series rabbitmq which should
contain the fixes referenced.

Note that we also provide this version of RMQ for trusty uses via the
Icehouse Ubuntu Cloud Archive.

** Changed in: rabbitmq-server (Ubuntu)
   Status: New => Triaged

** Changed in: rabbitmq-server (Ubuntu)
   Importance: Undecided => Medium

** Changed in: rabbitmq-server (Ubuntu)
   Importance: Medium => Low

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

Title:
  Race condition in mnesia_locker after node down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1496409/+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 1434395] Re: Rabbitmq fails to start epmd daemon

2017-10-24 Thread James Page
Hi

Trusty shipped with RMQ 3.2.4-1ubuntu0.1 - I see you have 3.3.5-1
installed which I can't find in any currently supported Ubuntu release,
or the Ubuntu Cloud Archive pockets for Ubuntu Trusty.

I'm not able to reproduce this issue on either trusty or xenial package
versions.

Please could you comment on the question in #1.  I'm going to mark this
as Incomplete for now - please confirm whether you still see this issue
on a rabbitmq-server package version actually provided by Ubuntu.

Thanks!


** Changed in: rabbitmq-server (Ubuntu)
   Status: New => Incomplete

** Changed in: rabbitmq-server (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Rabbitmq fails to start epmd daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1434395/+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 1558311] Re: package rabbitmq-server 3.5.4-1 failed to install/upgrade: rabbit@controller: * unable to connect to epmd (port 4369) on controller: address (cannot connect to host/port) current nod

2017-10-24 Thread James Page
erlang/rmq is notoriously brittle if the hostname being used
('controller') does not forward and reverse resolve on the host its
running on (and all other hosts that you might want to cluster it with).

Please check this is the case:

  sudo nslookup controller

Marking 'Incomplete'; if the hostname controller does not
forward/reverse lookup between hostname and IP OK then please fix that
and mark this bug as Invalid; otherwise please comment and set back to
'New'.

** Changed in: rabbitmq-server (Ubuntu)
   Status: New => Incomplete

** Changed in: rabbitmq-server (Ubuntu)
   Importance: Undecided => Low

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

Title:
  package rabbitmq-server 3.5.4-1 failed to install/upgrade:
  rabbit@controller:   * unable to connect to epmd (port 4369) on
  controller: address (cannot connect to host/port)   current node
  details: - node name: 'rabbitmq-cli-25717@controller' - home dir:
  /var/lib/rabbitmq - cookie hash: XHLruNjMVi9RPYDcOuJiAQ==subprocess
  installed post-installation script returned error exit status 1

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