Having fresh manual installation of FreePBX 14 on CentOS 7 and when access GUI for the first time it throws the following error: Methods with the same name as their class will not be constructors in a future version of PHP; gui_hidden has a deprecated constructor. In Apache’s error log file I found the following: …
Tag: error
Oct 27 2018
Ubuntu disk full error: apt-get unable to install or remove
I encountered the following error while upgrading my Ubuntu 12.04 server. Now apt-get is unable to install or removed any package.
1 2 3 4 5 6 7 8 9 |
Unpacking linux-headers-3.13.0-62 (from .../linux-headers-3.13.0-62_3.13.0-62.102~precise1_all.deb) ... dpkg: error processing /var/cache/apt/archives/linux-headers-3.13.0-62_3.13.0-62.102~precise1_all.deb (--unpack): unable to create `/usr/src/linux-headers-3.13.0-62/arch/arm/include/asm/ptrace.h.dpkg-new' (while processing `./usr/src/linux-headers-3.13.0-62/arch/arm/include/asm/ptrace.h'): No space left on device No apport report written because the error message indicates a disk full error dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/linux-headers-3.13.0-62_3.13.0-62.102~precise1_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) |
Though I have a lot of free space.
Apr 23 2018
SfB Server 2015: Event 57005 Could not find stored procedure ‘XdsQueryCriticalDocumentSignatures’
After applying cumulative update on Skype for Business I noticed the following errors in Event Log: Log Name: Lync Server Source: LS User Store Sync Agent Date: 04/23/2018 11:33:23 Event ID: 57005 Task Category: (1061) Level: Error Keywords: Classic User: N/A Computer: sfbfe01.contoso.com Description: Error encountered pushing data to RtcXds Blob Store
Apr 23 2018
Set owner failed for Database ‘rtcxds’
Installation of Skype for Business database update failed with error “Set owner failed for Database ‘rtcxds’.” Command used to update Skype for Business database:
1 |
Install-CsDatabase -ConfiguredDatabases -SqlServerFqdn sfbsql01.contoso.com -Verbose |
The update script needs SQL user “sa” to be on place so make sure it was not renamed or deleted. In my case it was renamed so I renamed it …
Mar 19 2018
SQL SSRS change certificate binding error
While deploying SQL Reporting Services I got the following error: Create certificate binding. We were unable to create the certificate binding.
Jan 23 2018
Error Duplicate entry for key on query
On checking MySQL/MariaDB slave status we can see the following error:
1 2 3 4 |
mysql> SHOW SLAVE STATUS\G ... Last_SQL_Errno: 1062 Last_SQL_Error: Error 'Duplicate entry '146474' for key 'PRIMARY'' on query. Default database: 'db'. Query: 'INSERT INTO `options` (`name`, `value, autoload`) VALUES ('enable', 'true', 'true')' |
There are a few ways how to treat such kind of errors.
Jan 23 2018
Reset your Skype for Business Conferencing ID and PIN
There are three pieces of information used for establishing a dial-in Skype for Business conference: Conference Dial-in Numbers – used by the conference attendees. Conference ID – used by the conference attendees; each conference organizer has their own ID. Skype for Business Conferencing PIN – used by the conference organizer. Since Skype for Business Phone …
Jan 23 2018
Could not find target log during relay log initialization
While a setting up MariaDB slave I ran in the following issue: 180118 14:14:11 [ERROR] Failed to open the relay log ‘./-relay-bin’ (relay_log_pos 7654336) 071118 16:44:10 [ERROR] Could not find target log during relay log initialization 071118 16:44:10 [ERROR] Failed to initialize the master info structure
Jan 18 2018
Unable to set php_value soap.wsdl_cache_dir
I php-fpm access.log we can see the following: [18-Jan-2018 15:03:38] WARNING: [pool www] child 2148 said into stderr: “ERROR: Unable to set php_value ‘soap.wsdl_cache_dir’” By default this parameter looks like the following: php_value[soap.wsdl_cache_dir] = /var/lib/php/wsdlcache
Dec 05 2017
The target principal name is incorrect. Cannot generate SSPI context.
It is a good practice to use a domain or service account to run the SQL service. However, once you do the right thing and change the SQL Service account, you may start getting the following error message when attempting to connect to the sql server: “The target principal name is incorrect. Cannot generate SSPI …