RE: windows can not access samba share - username case senitivity issue [xenial]

2016-02-06 Thread Doug Smythies
Thanks for the replies.

On 2016.02.06 09:51 Tom H wrote:
> On Sat, Feb 6, 2016 at 4:41 PM, Doug Smythies  wrote:
>> On 2016.02.06 Tom H wrote:
>>> On Sat, Feb 6, 2016 at 1:17 AM, Doug Smythies  wrote:

 I have been attempting to make samba work on an Ubuntu amd64 server 16.04 
 I am building.
 My windows user account name is "Doug". My Ubuntu user account name is 
 "doug". This appears to be the root issue.

 On my 14.04 server:
 check_ntlm_password: authentication for user [Doug] -> [Doug] -> [doug] 
 succeeded

 On my 16.04 server:
 check_ntlm_password: sam authentication for user [Doug] FAILED with error 
 NT_STATUS_NO_SUCH_USER
 check_ntlm_password: Authentication for user [Doug] -> [Doug] FAILED with 
 error NT_STATUS_NO_SUCH_USER
>>>
>>> Can you logon as "doug" from a Linux box?
>>
>> I can login as "doug" locally and from other boxes via ssh or whatever.
>> If you mean via samba from a different Linux box, then I have never done 
>> that.

> Yes to the latter.
> Can you list the shares with:
> smbclient -L //smb_srv-ip_address -U doug
> Can you log into doug's home share with:
> smbclient //smb_srv-ip_address/doug -U doug

1.) from 16.04 server (smythies.com) to 14.04 server (s15.smythies.com):

doug@DOUG-64:~$ smbclient -L //s15 -U doug
Enter doug's password:
Domain=[SHOME] OS=[Unix] Server=[Samba 4.1.6-Ubuntu]

Sharename   Type  Comment
-     ---
IPC$IPC   IPC Service (s15 server (Samba, Ubuntu))
share   Disk  Smythies.com main server share
netlogonDisk  Network Logon Service
homes   Disk  Home Directories
dougDisk  Home Directories
Domain=[SHOME] OS=[Unix] Server=[Samba 4.1.6-Ubuntu]

Server   Comment
----
DOUG-64  doug-64 server (Samba, Ubuntu)
S15  s15 server (Samba, Ubuntu)

WorkgroupMaster
----
SHOMEDOUG-64

2.) from 14.04 server (s15) to 16.04 server (smythies.com):

doug@s15:~$ smbclient -L //smythies.com -U doug
WARNING: no network interfaces found
Enter doug's password:
session setup failed: NT_STATUS_LOGON_FAILURE

>>> Did you create machine accounts?
>>
>> Just me, so far. The account "doug" was created during installation.
>> And that is the same as my 14.04 test server.
>> I have never used the samba username name stuff, and not needing
>> to is the whole point of the way I configure samba.

> AFAIK, you need machine accounts when you set "domain logons = yes"
> because the samba server acts as a DC; and you have both "domain
> logons = yes" and the "server role = classic primary domain
> controller" set.
>
> What's the output of "pdbedit -L" on 14.04 and 16.04? Are machine
> accounts (ending with "$") listed?

1.) On the 14.04 server (s15.smythies.com)

doug@s15:~$ sudo pdbedit -L
INFO: Current debug levels:
  all: 10
  tdb: 10
  printdrivers: 10
  lanman: 10
  smb: 10
  rpc_parse: 10
  rpc_srv: 10
  rpc_cli: 10
  passdb: 10
  sam: 10
  auth: 10
  winbind: 10
  vfs: 10
  idmap: 10
  quota: 10
  acls: 10
  locking: 10
  msdfs: 10
  dmapi: 10
  registry: 10
  scavenger: 10
  dns: 10
  ldb: 10
doing parameter max log size = 1
doing parameter panic action = /usr/share/samba/panic-action %d
doing parameter log level = 2
doug:1000:Doug Smythies

2.) On the 16.04 server (smythies.com)

doug@DOUG-64:~$ sudo pdbedit -L
INFO: Current debug levels:
  all: 10
  tdb: 10
  printdrivers: 10
  lanman: 10
  smb: 10
  rpc_parse: 10
  rpc_srv: 10
  rpc_cli: 10
  passdb: 10
  sam: 10
  auth: 10
  winbind: 10
  vfs: 10
  idmap: 10
  quota: 10
  acls: 10
  locking: 10
  msdfs: 10
  dmapi: 10
  registry: 10
  scavenger: 10
  dns: 10
  ldb: 10
  tevent: 10
doing parameter max log size = 1000
doing parameter panic action = /usr/share/samba/panic-action %d
doing parameter server role = classic primary domain controller
doing parameter security = user
doing parameter encrypt passwords = true
doing parameter passdb backend = tdbsam
doing parameter obey pam restrictions = yes
doing parameter unix password sync = yes
doing parameter passwd program = /usr/bin/passwd %u
doing parameter passwd chat = *Enter\snew\s*\spassword:* %n\n 
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
doing parameter pam password change = yes
doing parameter username level = 5
doing parameter domain logons = yes
doing parameter logon path = \\%N\%U\profile
doing parameter logon drive = U:
doing parameter logon home = \\%N\%U
doing parameter logon script = logon.cmd
doing parameter add machine script = /usr/sbin/useradd -g machines -c "%u 
machine account" -d /var/lib/samba -s /bin/false %u
doing parameter domain master = yes
doing parameter template shell = /bin/bash
doing parameter usershare 

RE: windows can not access samba share - username case senitivity issue [xenial]

2016-02-06 Thread Doug Smythies
On 2015.02.06 08:04 Jason Sauders wrote:

Thanks for the reply.

> One thing to keep in mind is that each samba user must 
> be a local system user on the box hosting the samba shares.

Yes, agreed.

> So if you have an Ubuntu box and this Ubuntu box is going to host the 
> samba shares, and overall you'd like to have a total of 5 samba users, 
> those 5 samba users must also have a local system account on the Ubuntu 
> system.

Yes, agreed.

> Keep in mind if you have 5 Ubuntu system users, but have configured 0 
> users for samba, you effectively have 0 users who can access samba. They 
> are not one in the same and are configured independently (though samba 
> users require local users to exist to complete the creation process).

No. Disagree. As far as I recall, I have never set up separate samba users.

> I do not believe the password of Doug on the Windows box has anything to 
> do with the password of Doug on the Linux box.

Yes, but I force them to be the same on my LAN.

> I have noticed Windows seemingly tries to use the local user + local 
> password (local to the Windows box) first as credentials for samba 
> shares. So if the Windows box is "Doug" with "password123" as the 
> password to log in to Windows, and you *also* have "Doug" with 
> "password123" as the samba credentials on the Linux box, the Windows box 
> will seemingly just "let you in", appearing to use no authentication in 
> the process, though it actually did authenticate you in that process via 
> assuming to use the local (to Windows) credentials first.

Yes, exactly. And that is what I have been doing for many many years.

> The above is of course just my understanding/experience in the past 
> (which may be gray at this point) of it all.

Mine also, because I have had to think about this since as far back
as I can remember. Migration from 10.10 to 12.04 to 14.04 all just worked
without much (O.K. any) thought.
 
> I encourage other folks 
> reading this message to correct me if this information isn't correct.

Yes, pelase.

> Typically I'll add all of my local users to the Ubuntu box first. 
> Following that, I add them to samba via 'sudo smb passwd -a username'. 

Yes, I have never done the second step (as far as I recall). Which
Is the whole point of the way I have my smb.conf file setup.

> Hope this helps! Keep us updated.

I will.



-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


[Bug 1537080] Re: [MIR] python-openvswitch

2016-02-06 Thread Corey Bryant
Michael, Note that this MIR is only for the python-openvswitch binary
package, and the source package is already in main.  Hopefully that
makes things a little easier.

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

Title:
  [MIR] python-openvswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1537080/+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 1393391] Re: neutron-openvswitch-agent stuck on no queue 'q-agent-notifier-port-update_fanout..

2016-02-06 Thread Mathew Hodson
** Changed in: neutron (Ubuntu)
   Importance: Undecided => Medium

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

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

Title:
  neutron-openvswitch-agent stuck on no queue 'q-agent-notifier-port-
  update_fanout..

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1393391/+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 1542729] [NEW] package bacula-director-mysql (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2016-02-06 Thread Álvaro Godolfim
Public bug reported:

After uninstall, received the message... I had purge all bacula's
installation. Some script or configuration remains... Any light?

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: bacula-director-mysql (not installed)
ProcVersionSignature: Ubuntu 4.2.0-27.32-lowlatency 4.2.8-ckt1
Uname: Linux 4.2.0-27-lowlatency x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Sat Feb  6 17:44:40 2016
DuplicateSignature: package:bacula-director-mysql:(not installed):subprocess 
installed post-installation script returned error exit status 10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 10
InstallationDate: Installed on 2016-02-04 (1 days ago)
InstallationMedia: Ubuntu-Studio 14.10 "Utopic Unicorn" - Release amd64 
(20141022.2)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: bacula
Title: package bacula-director-mysql (not installed) failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 10
UpgradeStatus: Upgraded to wily on 2016-02-05 (1 days ago)

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


** Tags: amd64 apport-package wily

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

Title:
  package bacula-director-mysql (not installed) failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1542729/+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 1542729] Re: package bacula-director-mysql (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2016-02-06 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package bacula-director-mysql (not installed) failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 10

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


Re: windows can not access samba share - username case senitivity issue [xenial]

2016-02-06 Thread Jason Sauders
Hi there, Doug. One thing to keep in mind is that each samba user must 
be a local system user on the box hosting the samba shares.


So if you have an Ubuntu box and this Ubuntu box is going to host the 
samba shares, and overall you'd like to have a total of 5 samba users, 
those 5 samba users must also have a local system account on the Ubuntu 
system.


Keep in mind if you have 5 Ubuntu system users, but have configured 0 
users for samba, you effectively have 0 users who can access samba. They 
are not one in the same and are configured independently (though samba 
users require local users to exist to complete the creation process).


I do not believe the password of Doug on the Windows box has anything to 
do with the password of Doug on the Linux box. It all boils down to the 
samba password you configured for Doug. Keep in mind you can have Doug 
on the Linux box with password123 as the password, yet Doug the samba 
user may have password789 as their actual samba password (which would be 
used for file sharing connectivity purposes).


I have noticed Windows seemingly tries to use the local user + local 
password (local to the Windows box) first as credentials for samba 
shares. So if the Windows box is "Doug" with "password123" as the 
password to log in to Windows, and you *also* have "Doug" with 
"password123" as the samba credentials on the Linux box, the Windows box 
will seemingly just "let you in", appearing to use no authentication in 
the process, though it actually did authenticate you in that process via 
assuming to use the local (to Windows) credentials first.


The above is of course just my understanding/experience in the past 
(which may be gray at this point) of it all. I encourage other folks 
reading this message to correct me if this information isn't correct.


Typically I'll add all of my local users to the Ubuntu box first. 
Following that, I add them to samba via 'sudo smb passwd -a username'. 
You'll notice the prompt say "New SMB Password" following. Since my 
wife, myself, etc are always using the same user to log in to our NAS 
(Ubuntu Server 14.04 with samba installed), I'll log in via the file 
manager and do 1) save password forever, 2) bookmark it, 3) rename it in 
an obvious fashion and retain it on the left side of the file manager. 
This creates a 1 click link to hit my NAS in the future.


Hope this helps! Keep us updated.

-J

On 02/06/2016 10:41 AM, Doug Smythies wrote:

On 2016.02.06 Tom H wrote:

On Sat, Feb 6, 2016 at 1:17 AM, Doug Smythies  wrote:

I have been attempting to make samba work on an Ubuntu amd64 server 16.04 I am 
building.
My windows user account name is "Doug". My Ubuntu user account name is "doug". 
This appears to be the root issue.

On my 14.04 server:
   check_ntlm_password:  authentication for user [Doug] -> [Doug] -> [doug] 
succeeded

On my 16.04 server:
   check_ntlm_password: sam authentication for user [Doug] FAILED with error 
NT_STATUS_NO_SUCH_USER
   check_ntlm_password:  Authentication for user [Doug] -> [Doug] FAILED with 
error NT_STATUS_NO_SUCH_USER

Can you logon as "doug" from a Linux box?

I can login as "doug" locally and from other boxes via ssh or whatever.
If you mean via samba from a different Linux box, then I have never done that.


Did you create machine accounts?

Just me, so far. The account "doug" was created during installation.
And that is the same as my 14.04 test server.
I have never used the samba username name stuff, and not needing
to is the whole point of the way I configure samba.

... Doug






--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


RE: windows can not access samba share - username case senitivity issue [xenial]

2016-02-06 Thread Doug Smythies

On 2016.02.06 Tom H wrote:
> On Sat, Feb 6, 2016 at 1:17 AM, Doug Smythies  wrote:
>> I have been attempting to make samba work on an Ubuntu amd64 server 16.04 I 
>> am building.
>> My windows user account name is "Doug". My Ubuntu user account name is 
>> "doug". This appears to be the root issue.
>>
>> On my 14.04 server:
>>   check_ntlm_password:  authentication for user [Doug] -> [Doug] -> [doug] 
>> succeeded
>>
>> On my 16.04 server:
>>   check_ntlm_password: sam authentication for user [Doug] FAILED with error 
>> NT_STATUS_NO_SUCH_USER
>>   check_ntlm_password:  Authentication for user [Doug] -> [Doug] FAILED with 
>> error NT_STATUS_NO_SUCH_USER

> Can you logon as "doug" from a Linux box?

I can login as "doug" locally and from other boxes via ssh or whatever.
If you mean via samba from a different Linux box, then I have never done that.

> Did you create machine accounts?

Just me, so far. The account "doug" was created during installation.
And that is the same as my 14.04 test server.
I have never used the samba username name stuff, and not needing
to is the whole point of the way I configure samba.

... Doug



-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


[Bug 1542666] Re: package mysql-server-5.6 5.6.28-0ubuntu0.14.04.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2016-02-06 Thread Shawe Ewahs
Solved with:

sudo rm -rf /var/lib/dpkg/info/mysql-server-5*
sudo apt-get install mysql-server-5.6

I think that is not a clean way, but seems to work.

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

Title:
  package mysql-server-5.6 5.6.28-0ubuntu0.14.04.1 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/mysql-5.6/+bug/1542666/+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 1542666] Re: package mysql-server-5.6 5.6.28-0ubuntu0.14.04.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2016-02-06 Thread Shawe Ewahs
Seems to not work also:

$ sudo dpkg -i 
/var/cache/apt/archives/mysql-server-5.6_5.6.28-0ubuntu0.14.04.1_amd64.deb 
(Leyendo la base de datos ... 276499 ficheros o directorios instalados 
actualmente.)
Preparing to unpack .../mysql-server-5.6_5.6.28-0ubuntu0.14.04.1_amd64.deb ...
Unpacking mysql-server-5.6 (5.6.28-0ubuntu0.14.04.1) over 
(5.6.28-0ubuntu0.14.04.1) ...
Configurando mysql-server-5.6 (5.6.28-0ubuntu0.14.04.1) ...
2016-02-06 17:25:44 0 [Warning] TIMESTAMP with implicit DEFAULT value is 
deprecated. Please use --explicit_defaults_for_timestamp server option (see 
documentation for more details).
2016-02-06 17:25:44 0 [Note] /usr/sbin/mysqld (mysqld 5.6.28-0ubuntu0.14.04.1) 
starting as process 25671 ...
2016-02-06 17:25:44 25671 [Note] Plugin 'FEDERATED' is disabled.
2016-02-06 17:25:44 25671 [Note] InnoDB: Using atomics to ref count buffer pool 
pages
2016-02-06 17:25:44 25671 [Note] InnoDB: The InnoDB memory heap is disabled
2016-02-06 17:25:44 25671 [Note] InnoDB: Mutexes and rw_locks use GCC atomic 
builtins
2016-02-06 17:25:44 25671 [Note] InnoDB: Memory barrier is not used
2016-02-06 17:25:44 25671 [Note] InnoDB: Compressed tables use zlib 1.2.8
2016-02-06 17:25:44 25671 [Note] InnoDB: Using Linux native AIO
2016-02-06 17:25:44 25671 [Note] InnoDB: Using CPU crc32 instructions
2016-02-06 17:25:44 25671 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2016-02-06 17:25:44 25671 [Note] InnoDB: Completed initialization of buffer pool
2016-02-06 17:25:44 25671 [Note] InnoDB: Highest supported file format is 
Barracuda.
2016-02-06 17:25:44 25671 [Note] InnoDB: 128 rollback segment(s) are active.
2016-02-06 17:25:44 25671 [Note] InnoDB: Waiting for purge to start
2016-02-06 17:25:45 25671 [Note] InnoDB: 5.6.28 started; log sequence number 
2207153
2016-02-06 17:25:45 25671 [Note] Binlog end
2016-02-06 17:25:45 25671 [Note] InnoDB: FTS optimize thread exiting.
2016-02-06 17:25:45 25671 [Note] InnoDB: Starting shutdown...
2016-02-06 17:25:46 25671 [Note] InnoDB: Shutdown completed; log sequence 
number 2207163
start: Job failed to start
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error al procesar el paquete mysql-server-5.6 (--install):
 el subproceso instalado el script post-installation devolvió el código de 
salida de error 1
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Se encontraron errores al procesar:
 mysql-server-5.6


$ sudo dpkg -i --force-all 
/var/cache/apt/archives/mysql-server-5.6_5.6.28-0ubuntu0.14.04.1_amd64.deb 
(Leyendo la base de datos ... 276499 ficheros o directorios instalados 
actualmente.)
Preparing to unpack .../mysql-server-5.6_5.6.28-0ubuntu0.14.04.1_amd64.deb ...
Unpacking mysql-server-5.6 (5.6.28-0ubuntu0.14.04.1) over 
(5.6.28-0ubuntu0.14.04.1) ...
Configurando mysql-server-5.6 (5.6.28-0ubuntu0.14.04.1) ...
start: Job failed to start
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error al procesar el paquete mysql-server-5.6 (--install):
 el subproceso instalado el script post-installation devolvió el código de 
salida de error 1
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Se encontraron errores al procesar:
 mysql-server-5.6

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

Title:
  package mysql-server-5.6 5.6.28-0ubuntu0.14.04.1 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/mysql-5.6/+bug/1542666/+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 1542666] [NEW] package mysql-server-5.6 5.6.28-0ubuntu0.14.04.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2016-02-06 Thread Shawe Ewahs
Public bug reported:

Seems that is not possible update/upgrade this package:

$ sudo apt-get -f install
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias   
Leyendo la información de estado... Hecho
Los paquetes indicados a continuación se instalaron de forma automática y ya no 
son necesarios.
  libjs-sphinxdoc linux-headers-3.19.0-25 linux-headers-3.19.0-25-generic
  linux-image-3.19.0-25-generic linux-image-extra-3.19.0-25-generic
  linux-signed-image-3.19.0-25-generic
Use 'apt-get autoremove' to remove them.
0 actualizados, 0 se instalarán, 0 para eliminar y 0 no actualizados.
1 no instalados del todo o eliminados.
Se utilizarán 0 B de espacio de disco adicional después de esta operación.
Configurando mysql-server-5.6 (5.6.28-0ubuntu0.14.04.1) ...
start: Job failed to start
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error al procesar el paquete mysql-server-5.6 (--configure):
 el subproceso instalado el script post-installation devolvió el código de 
salida de error 1
Se encontraron errores al procesar:
 mysql-server-5.6
E: Sub-process /usr/bin/dpkg returned an error code (1)


$ sudo apt-get upgrade
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias   
Leyendo la información de estado... Hecho
Calculando la actualización... Listo
Los paquetes indicados a continuación se instalaron de forma automática y ya no 
son necesarios.
  libjs-sphinxdoc linux-headers-3.19.0-25 linux-headers-3.19.0-25-generic
  linux-image-3.19.0-25-generic linux-image-extra-3.19.0-25-generic
  linux-signed-image-3.19.0-25-generic
Use 'apt-get autoremove' to remove them.
0 actualizados, 0 se instalarán, 0 para eliminar y 0 no actualizados.
1 no instalados del todo o eliminados.
Se utilizarán 0 B de espacio de disco adicional después de esta operación.
¿Desea continuar? [S/n] s
Configurando mysql-server-5.6 (5.6.28-0ubuntu0.14.04.1) ...
2016-02-06 17:22:12 0 [Warning] TIMESTAMP with implicit DEFAULT value is 
deprecated. Please use --explicit_defaults_for_timestamp server option (see 
documentation for more details).
2016-02-06 17:22:12 0 [Note] /usr/sbin/mysqld (mysqld 5.6.28-0ubuntu0.14.04.1) 
starting as process 24827 ...
2016-02-06 17:22:12 24827 [Note] Plugin 'FEDERATED' is disabled.
2016-02-06 17:22:12 24827 [Note] InnoDB: Using atomics to ref count buffer pool 
pages
2016-02-06 17:22:12 24827 [Note] InnoDB: The InnoDB memory heap is disabled
2016-02-06 17:22:12 24827 [Note] InnoDB: Mutexes and rw_locks use GCC atomic 
builtins
2016-02-06 17:22:12 24827 [Note] InnoDB: Memory barrier is not used
2016-02-06 17:22:12 24827 [Note] InnoDB: Compressed tables use zlib 1.2.8
2016-02-06 17:22:12 24827 [Note] InnoDB: Using Linux native AIO
2016-02-06 17:22:12 24827 [Note] InnoDB: Using CPU crc32 instructions
2016-02-06 17:22:12 24827 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2016-02-06 17:22:12 24827 [Note] InnoDB: Completed initialization of buffer pool
2016-02-06 17:22:12 24827 [Note] InnoDB: Highest supported file format is 
Barracuda.
2016-02-06 17:22:12 24827 [Note] InnoDB: 128 rollback segment(s) are active.
2016-02-06 17:22:12 24827 [Note] InnoDB: Waiting for purge to start
2016-02-06 17:22:12 24827 [Note] InnoDB: 5.6.28 started; log sequence number 
2207083
2016-02-06 17:22:12 24827 [Note] Binlog end
2016-02-06 17:22:12 24827 [Note] InnoDB: FTS optimize thread exiting.
2016-02-06 17:22:12 24827 [Note] InnoDB: Starting shutdown...
2016-02-06 17:22:14 24827 [Note] InnoDB: Shutdown completed; log sequence 
number 2207093
start: Job failed to start
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error al procesar el paquete mysql-server-5.6 (--configure):
 el subproceso instalado el script post-installation devolvió el código de 
salida de error 1
E: Sub-process /usr/bin/dpkg returned an error code (1)


$ sudo apt-get dist-upgrade
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias   
Leyendo la información de estado... Hecho
Calculando la actualización... Listo
Los paquetes indicados a continuación se instalaron de forma automática y ya no 
son necesarios.
  libjs-sphinxdoc linux-headers-3.19.0-25 linux-headers-3.19.0-25-generic
  linux-image-3.19.0-25-generic linux-image-extra-3.19.0-25-generic
  linux-signed-image-3.19.0-25-generic
Use 'apt-get autoremove' to remove them.
0 actualizados, 0 se instalarán, 0 para eliminar y 0 no actualizados.
1 no instalados del todo o eliminados.
Se utilizarán 0 B de espacio de disco adicional después de esta operación.
¿Desea continuar? [S/n] s
Configurando mysql-server-5.6 (5.6.28-0ubuntu0.14.04.1) ...
start: Job failed to start
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error al procesar el paquete mysql-server-5.6 (--configure):
 el subproceso instalado el script post-installation devolvió el código de 
salida de error 1
Se encontraron errores al procesar:
 mysql-server-5.6
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 14.04

[Bug 1542666] Re: package mysql-server-5.6 5.6.28-0ubuntu0.14.04.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2016-02-06 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package mysql-server-5.6 5.6.28-0ubuntu0.14.04.1 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/mysql-5.6/+bug/1542666/+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 1538308] Re: package mysql-server-5.6 5.6.28-0ubuntu0.15.10.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-02-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: mysql-5.6 (Ubuntu)
   Status: New => Confirmed

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

Title:
  package mysql-server-5.6 5.6.28-0ubuntu0.15.10.1 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/mysql-5.6/+bug/1538308/+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


Re: windows can not access samba share - username case senitivity issue [xenial]

2016-02-06 Thread Tom H
On Sat, Feb 6, 2016 at 4:41 PM, Doug Smythies  wrote:
> On 2016.02.06 Tom H wrote:
>> On Sat, Feb 6, 2016 at 1:17 AM, Doug Smythies  wrote:


>>> I have been attempting to make samba work on an Ubuntu amd64 server 16.04 I 
>>> am building.
>>> My windows user account name is "Doug". My Ubuntu user account name is 
>>> "doug". This appears to be the root issue.
>>>
>>> On my 14.04 server:
>>> check_ntlm_password: authentication for user [Doug] -> [Doug] -> [doug] 
>>> succeeded
>>>
>>> On my 16.04 server:
>>> check_ntlm_password: sam authentication for user [Doug] FAILED with error 
>>> NT_STATUS_NO_SUCH_USER
>>> check_ntlm_password: Authentication for user [Doug] -> [Doug] FAILED with 
>>> error NT_STATUS_NO_SUCH_USER
>>
>> Can you logon as "doug" from a Linux box?
>
> I can login as "doug" locally and from other boxes via ssh or whatever.
> If you mean via samba from a different Linux box, then I have never done that.

Yes to the latter.

Can you list the shares with:

smbclient -L //smb_srv-ip_address -U doug

Can you log into doug's home share with:

smbclient //smb_srv-ip_address/doug -U doug


>> Did you create machine accounts?
>
> Just me, so far. The account "doug" was created during installation.
> And that is the same as my 14.04 test server.
> I have never used the samba username name stuff, and not needing
> to is the whole point of the way I configure samba.

AFAIK, you need machine accounts when you set "domain logons = yes"
because the samba server acts as a DC; and you have both "domain
logons = yes" and the "server role = classic primary domain
controller" set.

What's the output of "pdbedit -L" on 14.04 and 16.04? Are machine
accounts (ending with "$") listed?

You have "add machine script = ..." in your smb.conf to create a unix
machine account automatically if it already has a samba machine
account so you must (?) have some.

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


[Bug 1542690] [NEW] package apache2 2.4.7-1ubuntu4.9 failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 1

2016-02-06 Thread ale
Public bug reported:

error during upgrade 12.04->14.04

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: apache2 2.4.7-1ubuntu4.9
ProcVersionSignature: Ubuntu 3.2.0-98.138-generic 3.2.75
Uname: Linux 3.2.0-98-generic x86_64
Apache2ConfdDirListing: False
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
Date: Sat Feb  6 19:02:00 2016
DuplicateSignature: package:apache2:2.4.7-1ubuntu4.9:il sottoprocesso 
installato script di post-installation ha restituito lo stato di errore 1
ErrorMessage: il sottoprocesso installato script di post-installation ha 
restituito lo stato di errore 1
InstallationDate: Installed on 2012-05-02 (1375 days ago)
InstallationMedia: Ubuntu-Server 10.04.2 LTS "Lucid Lynx" - Release amd64 
(20110211.1)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: apache2
Title: package apache2 2.4.7-1ubuntu4.9 failed to install/upgrade: il 
sottoprocesso installato script di post-installation ha restituito lo stato di 
errore 1
UpgradeStatus: Upgraded to trusty on 2016-02-06 (0 days ago)
modified.conffile..etc.apache2.sites.available.000.default.conf: [modified]
mtime.conffile..etc.apache2.sites.available.000.default.conf: 
2013-01-22T23:16:00.379137

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


** Tags: amd64 apport-package dist-upgrade trusty

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

Title:
  package apache2 2.4.7-1ubuntu4.9 failed to install/upgrade: il
  sottoprocesso installato script di post-installation ha restituito lo
  stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1542690/+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 1542690] Re: package apache2 2.4.7-1ubuntu4.9 failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 1

2016-02-06 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package apache2 2.4.7-1ubuntu4.9 failed to install/upgrade: il
  sottoprocesso installato script di post-installation ha restituito lo
  stato di errore 1

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


Re: File /etc/modules being ignored on Xenial

2016-02-06 Thread Martinx - ジェームズ
Never mind, I found the problem:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627949

Cheers!
Thiago

On 7 February 2016 at 01:45, Martinx - ジェームズ  wrote:
> Guys,
>
>  I have a "/etc/modules" that contains:
>
> ---
> br_netfilter
> dummy numdummies=6
> ---
>
>  However, after reboot, there is no dummy interfaces available!
>
>  I can see that there is a link to "/etc/modules", here:
>
> ---
> root@xenial-1:~# file /etc/modules-load.d/modules.conf
> /etc/modules-load.d/modules.conf: symbolic link to ../modules
> ---
>
>  But it is not working...
>
>  Am I missing something?
>
> Thanks!
> Thiago

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

[Bug 1540692] Re: Enable the VirtIO GPU 3D (Virgil)

2016-02-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: qemu (Ubuntu)
   Status: New => Confirmed

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

Title:
  Enable the VirtIO GPU 3D (Virgil)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1540692/+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 1171970] Re: Enable tmux bash completion by default

2016-02-06 Thread Bug Watch Updater
** Changed in: tmux (Debian)
   Status: Won't Fix => Fix Released

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

Title:
  Enable tmux bash completion by default

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


File /etc/modules being ignored on Xenial

2016-02-06 Thread Martinx - ジェームズ
Guys,

 I have a "/etc/modules" that contains:

---
br_netfilter
dummy numdummies=6
---

 However, after reboot, there is no dummy interfaces available!

 I can see that there is a link to "/etc/modules", here:

---
root@xenial-1:~# file /etc/modules-load.d/modules.conf
/etc/modules-load.d/modules.conf: symbolic link to ../modules
---

 But it is not working...

 Am I missing something?

Thanks!
Thiago

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


[Bug 1542619] [NEW] cgget -h insane typos

2016-02-06 Thread Ken Sharp
Public bug reported:

Typing 'cgget -h' outputs some blatant typos:

  -gController which info should be displaied
  -g :Control group whih info should be displaied

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: cgroup-bin 0.38-1ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-76.120-generic 3.13.11-ckt30
Uname: Linux 3.13.0-76-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
CurrentDesktop: Unity
Date: Sat Feb  6 10:46:50 2016
SourcePackage: libcgroup
UpgradeStatus: Upgraded to trusty on 2015-12-01 (67 days ago)
modified.conffile..etc.cgconfig.conf: [modified]
modified.conffile..etc.cgrules.conf: [modified]
mtime.conffile..etc.cgconfig.conf: 2015-05-02T23:07:24
mtime.conffile..etc.cgrules.conf: 2015-12-02T20:30:54

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


** Tags: apport-bug i386 third-party-packages trusty

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

Title:
  cgget -h insane typos

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