Seeing the following on Linux in regards to FTP:
Response: 331 User name okay, need password.
Command: PASS ********
Response: 530 Object reference not set to an instance of an object
Error: Critical error
Error: Could not connect to server
Console:
tca # System.NullReferenceException: Object reference not set to an instance of an object
at TCAdmin.GameHosting.SDK.Objects.GamePermission.UserHasPermission (TCAdmin.S DK.Objects.User user) [0x00000] in <filename unknown>:0
at TCAdmin.GameHosting.SDK.Objects.Commands.UserCommands.? (TCAdmin.SDK.Obje cts.User ?) [0x00000] in <filename unknown>:0
at TCAdmin.GameHosting.SDK.Objects.Commands.UserCommands.? (System.Object ? , TCAdmin.SDK.Integration.IntegrationEventArgs ?
) [0x00000] in <filename unknown >:0
at TCAdmin.SDK.Integration.IntegrationManager.ExecuteCommand (System.Object se nder, TCAdmin.SDK.Integration.IntegrationEventArgs args) [0x00000] in <filename unknown>:0
at TCAdmin.SDK.Objects.ObjectBase.ExecuteModuleCommand (System.String command, IDatabaseProvider connection, System.Object[] arg) [0x00000] in <filename unkno wn>:0
at TCAdmin.SDK.Objects.ObjectBase.ExecuteModuleCommand (System.String commandN ame, System.Object[] arg) [0x00000] in <filename unknown>:0
at TCAdmin.FtpServer.ServiceV1._? (Abderaware.Net.FtpSession ?, System.Boolea n& ?, System.String& ?) [0x00000] in <filename unknown>:0
Clients cannot FTP into any of our servers. CentOS/REHL x64
*EDIT* Manually patching the machines fixed the issue. On a side note, the automated updater has some issues, it crashed and bluescreen all of our Windows machines lastnight, it tends to do this after every update and then we have to manually patch those. This is the first time however we had a major issue with the Linux side of things.