[Bug 1385868] Re: Samba logrotate script uses invalid argument to /etc/init.d/nmdb

2015-09-28 Thread Bruce Pieterse
** Tags removed: wiley
** Tags added: wily

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

Title:
  Samba logrotate script uses invalid argument to /etc/init.d/nmdb

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1385868/+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 1385868] Re: Samba logrotate script uses invalid argument to /etc/init.d/nmdb

2015-09-28 Thread Bruce Pieterse
** Tags removed: utopic
** Tags added: vivid wiley

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

Title:
  Samba logrotate script uses invalid argument to /etc/init.d/nmdb

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1385868/+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 1435823] Re: Disappearing /var/run/mysqld causes mysqld to fail after reboot

2015-09-11 Thread Bruce Pieterse
Hi al,

As per tempfile(1) (man tempfile) that line creates a new directory at
/var/run/mysqld with 0755 permissions and sets the owner and group to
mysql.

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

Title:
  Disappearing /var/run/mysqld causes mysqld to fail after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1435823/+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 1435823] Re: Disappearing /var/run/mysqld causes mysqld to fail after reboot

2015-03-25 Thread Bruce Pieterse
Comment #3 works for me as well.

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

Title:
  Disappearing /var/run/mysqld causes mysqld to fail after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1435823/+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 1421303] Re: mysql does not import apparmor profile correctly

2015-03-24 Thread Bruce Pieterse
@Robie,

This has occurred since the package has landed, after a reboot the
following occurs:

» systemctl status mysql.service
● mysql.service - MySQL Community Server
   Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: 
enabled)
   Active: activating (start-post) since Tue 2015-03-24 18:23:10 SAST; 7min ago
 Main PID: 16722 (code=exited, status=0/SUCCESS); : 16723 
(mysql-systemd-s)
   CGroup: /system.slice/mysql.service
   └─control
 ├─16723 /bin/bash /usr/share/mysql/mysql-systemd-start post
 └─20513 sleep 1

Mar 24 18:23:10 host systemd[1]: mysql.service holdoff time over, scheduling 
restart.
Mar 24 18:23:10 host systemd[1]: Starting MySQL Community Server...
Mar 24 18:23:10 host mysqld_safe[16722]: 150324 18:23:10 mysqld_safe Can't log 
to error log and syslog at the same time.  Remove all --log-error configuration 
options for --syslog to take effect.
Mar 24 18:23:10 host mysqld_safe[16722]: 150324 18:23:10 mysqld_safe Logging to 
'/var/log/mysql/error.log'.
Mar 24 18:23:10 host mysqld_safe[16722]: mkdir: cannot create directory 
‘/var/run/mysqld’: Permission denied
Mar 24 18:23:10 host mysqld_safe[16722]: chown: cannot access 
‘/var/run/mysqld’: No such file or directory
Mar 24 18:23:10 host mysqld_safe[16722]: chmod: cannot access 
‘/var/run/mysqld’: No such file or directory
Mar 24 18:23:10 host mysqld_safe[16722]: 150324 18:23:10 mysqld_safe Starting 
mysqld daemon with databases from /var/lib/mysql

Running the workaround in comment #6 seems start the service correctly,
however it will have to be re-applied after a reboot as pointed out in
comment #7.

● mysql.service - MySQL Community Server
   Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: 
enabled)
   Active: active (running) since Tue 2015-03-24 18:33:48 SAST; 2min 38s ago
  Process: 22041 ExecStartPost=/usr/share/mysql/mysql-systemd-start post 
(code=exited, status=0/SUCCESS)
  Process: 22038 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre 
(code=exited, status=0/SUCCESS)
 Main PID: 22040 (mysqld_safe)
   CGroup: /system.slice/mysql.service
   ├─22040 /bin/sh /usr/bin/mysqld_safe
   └─22401 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql 
--plugin-dir=/usr/lib/mysql/plugin --log-error=/var/log/mysql/error.log 
--pid-file=/var/run/mysqld/mysqld.pid --socket=/var/run/mysqld/mysqld.sock 
--port=3306

Mar 24 18:33:47 host systemd[1]: Starting MySQL Community Server...
Mar 24 18:33:47 host mysqld_safe[22040]: 150324 18:33:47 mysqld_safe Can't log 
to error log and syslog at the same time.  Remove all --log-error configuration 
options for --syslog to take effect.
Mar 24 18:33:47 host mysqld_safe[22040]: 150324 18:33:47 mysqld_safe Logging to 
'/var/log/mysql/error.log'.
Mar 24 18:33:47 host mysqld_safe[22040]: 150324 18:33:47 mysqld_safe Starting 
mysqld daemon with databases from /var/lib/mysql
Mar 24 18:33:48 host systemd[1]: Started MySQL Community Server.

Users unfamiliar with problem, might try do a remove and install, but my
oh my is that another story. If this should be filed as a seperate bug,
let me know I'll be glad to do so.

Thanks

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

Title:
  mysql does not import apparmor profile correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1421303/+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 1421303] Re: mysql does not import apparmor profile correctly

2015-03-24 Thread Bruce Pieterse
Thanks Robie. I'll keep a eye out and also help out if need be for bug
1435823.

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

Title:
  mysql does not import apparmor profile correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1421303/+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 1435550] [NEW] Unable to upgrade from mysql 5.5 to 5.6

2015-03-23 Thread Bruce Pieterse
Public bug reported:

I upgraded to 15.04 from 14.10 two days ago and an update to MySQL landed today 
which doesn't upgrade MySQL correctly.
Additionally on another machine I did a dist-upgrade and that caused the 
mariadb-server package on a update-manager -d to completely bomb out due to a 
package conflict (will file another report). Upgrading from 5.5 to 5.6 causes 
the following to occcur on a dist-upgrade:

The following packages will be REMOVED:
  mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 mysql-server-core-5.5
The following NEW packages will be installed:
  mysql-client-5.6 mysql-client-core-5.6 mysql-server-5.6 mysql-server-core-5.6
The following packages will be upgraded:
  mysql-common mysql-server
2 upgraded, 4 newly installed, 4 to remove and 0 not upgraded.
Need to get 18.8 MB of archives.
After this operation, 56.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://za.archive.ubuntu.com/ubuntu/ vivid/main mysql-server all 
5.6.23-1~exp1~ubuntu3 [8,868 B]
Get:2 http://za.archive.ubuntu.com/ubuntu/ vivid/main mysql-client-core-5.6 
amd64 5.6.23-1~exp1~ubuntu3 [3,861 kB]
Get:3 http://za.archive.ubuntu.com/ubuntu/ vivid/main mysql-common all 
5.6.23-1~exp1~ubuntu3 [16.3 kB]
Get:4 http://za.archive.ubuntu.com/ubuntu/ vivid/main mysql-client-5.6 amd64 
5.6.23-1~exp1~ubuntu3 [5,089 kB]
Get:5 http://za.archive.ubuntu.com/ubuntu/ vivid/main mysql-server-core-5.6 
amd64 5.6.23-1~exp1~ubuntu3 [4,193 kB]
Get:6 http://za.archive.ubuntu.com/ubuntu/ vivid/main mysql-server-5.6 amd64 
5.6.23-1~exp1~ubuntu3 [5,606 kB]
Fetched 18.8 MB in 1s (11.5 MB/s)   
Preconfiguring packages ...
(Reading database ... 316308 files and directories currently installed.)
Preparing to unpack .../mysql-server_5.6.23-1~exp1~ubuntu3_all.deb ...
Unpacking mysql-server (5.6.23-1~exp1~ubuntu3) over (5.5.41-0ubuntu1) ...
(Reading database ... 316305 files and directories currently installed.)
Removing mysql-server-5.5 (5.5.41-0ubuntu1) ...
Removing mysql-client-5.5 (5.5.41-0ubuntu1) ...
Removing mysql-client-core-5.5 (5.5.41-0ubuntu1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Selecting previously unselected package mysql-client-core-5.6.
(Reading database ... 316175 files and directories currently installed.)
Preparing to unpack .../mysql-client-core-5.6_5.6.23-1~exp1~ubuntu3_amd64.deb 
...
Unpacking mysql-client-core-5.6 (5.6.23-1~exp1~ubuntu3) ...
Preparing to unpack .../mysql-common_5.6.23-1~exp1~ubuntu3_all.deb ...
Unpacking mysql-common (5.6.23-1~exp1~ubuntu3) over (5.5.41-0ubuntu1) ...
Selecting previously unselected package mysql-client-5.6.
Preparing to unpack .../mysql-client-5.6_5.6.23-1~exp1~ubuntu3_amd64.deb ...
Unpacking mysql-client-5.6 (5.6.23-1~exp1~ubuntu3) ...
Processing triggers for man-db (2.7.0.2-5) ...
(Reading database ... 316233 files and directories currently installed.)
Removing mysql-server-core-5.5 (5.5.41-0ubuntu1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Selecting previously unselected package mysql-server-core-5.6.
(Reading database ... 316146 files and directories currently installed.)
Preparing to unpack .../mysql-server-core-5.6_5.6.23-1~exp1~ubuntu3_amd64.deb 
...
Unpacking mysql-server-core-5.6 (5.6.23-1~exp1~ubuntu3) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up mysql-common (5.6.23-1~exp1~ubuntu3) ...
update-alternatives: using /etc/mysql/my.cnf.fallback to provide 
/etc/mysql/my.cnf (my.cnf) in auto mode
Removing obsolete conffile /etc/mysql/conf.d/.keepme ...
Removing obsolete conffile /etc/mysql/my.cnf ...
Selecting previously unselected package mysql-server-5.6.
(Reading database ... 316242 files and directories currently installed.)
Preparing to unpack .../mysql-server-5.6_5.6.23-1~exp1~ubuntu3_amd64.deb ...
Unpacking mysql-server-5.6 (5.6.23-1~exp1~ubuntu3) ...
Processing triggers for ureadahead (0.100.0-19) ...
ureadahead will be reprofiled on next reboot
Processing triggers for man-db (2.7.0.2-5) ...
Setting up mysql-client-core-5.6 (5.6.23-1~exp1~ubuntu3) ...
Setting up mysql-client-5.6 (5.6.23-1~exp1~ubuntu3) ...
Setting up mysql-server-core-5.6 (5.6.23-1~exp1~ubuntu3) ...
Setting up mysql-server-5.6 (5.6.23-1~exp1~ubuntu3) ...
Installing new version of config file /etc/apparmor.d/usr.sbin.mysqld ...
Installing new version of config file /etc/init.d/mysql ...
Installing new version of config file /etc/init/mysql.conf ...
Installing new version of config file /etc/logrotate.d/mysql-server ...
Installing new version of config file /etc/mysql/debian-start ...
update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf 
(my.cnf) in auto mode
insserv: script docker: service docker already provided!
Job for mysql.service failed. See systemctl status mysql.service and 
journalctl -xe for details.
invoke-rc.d: initscript mysql, action start failed.
dpkg: error processing package mysql-server-5.6 (--configure):
 subprocess installed post-installation script returned error exit status 1

[Bug 1254085] Re: ssh fails to connect to VPN host - hangs at 'expecting SSH2_MSG_KEX_ECDH_REPLY'

2015-01-26 Thread Bruce Pieterse
I had this same problem today and we changed the MTU to 1500 on the
remote server we were trying to connect to and everything worked
straight afterwards. I was trying to do a simple git clone
user@domain:group/repo.git.

From the local server I was connecting from to do the clone it would
always hang at debug1: SSH2_MSG_KEXINIT sent and then time out.

Remote Server:
openssh-server:
  Installed: 1:6.6p1-2ubuntu2
  Candidate: 1:6.6p1-2ubuntu2
  Version table:
 *** 1:6.6p1-2ubuntu2 0
500 http://za.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1:6.6p1-2ubuntu1 0
500 http://za.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

Local Server (Gentoo):
*  net-misc/openssh
  Latest version available: 6.7_p1
  Latest version installed: 6.7_p1
  Size of files: 1344 KiB
  Homepage:  http://www.openssh.org/
  Description:   Port of OpenBSD's free SSH release
  License:   BSD GPL-2

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

Title:
  ssh fails to connect to VPN host - hangs at 'expecting
  SSH2_MSG_KEX_ECDH_REPLY'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1254085/+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 1051569] [NEW] Unable to create share

2012-09-16 Thread Bruce Pieterse
Public bug reported:

Tried sharing a folder (symlinked), keeps on failing with Samba's
testparm returned error 1. I have tried sharing the original non-linked
folder and symlinked folder and both fail creating a share.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: samba 2:3.6.6-3ubuntu4
ProcVersionSignature: Ubuntu 3.5.0-14.19-generic 3.5.3
Uname: Linux 3.5.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.5.1-0ubuntu7
Architecture: amd64
Date: Sun Sep 16 15:06:21 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
NmbdLog:
 
OtherFailedConnect: Yes
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
UpgradeStatus: Upgraded to quantal on 2012-09-10 (5 days ago)
modified.conffile..etc.network.if.up.d.samba: [deleted]

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  Unable to create share

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1051569/+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 1051569] Re: Unable to create share

2012-09-16 Thread Bruce Pieterse
-- 
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/1051569

Title:
  Unable to create share

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