Category: Technical Support

  • sysPass 2.1.8 – Text not being translated

    After some hours being lost, I discovered why sysPass translation system was not doing anything even if locale was installed. The issue lies in setLocales (/inc/SP/Core/Language.class.php), it doesn’t set all language variable. putenv(‘LANG=’ . $lang); is not enough. The following line needs to be added. putenv(‘LANGUAGE=’ . $lang); It works with this but according to…

  • Ubuntu 16.04 – Installing epson WF-2650

    Since LSB cannot be installed easily on ubuntu 16.04, drivers found on epson website is not really usable anymore. I found my answer here –> https://askubuntu.com/questions/763157/ubuntu-16-04-installing-epson-driver-fails-on-lsb-3-2/763268#763268?newreg=2a690758362a43a6ac908da5423110dc sudo apt-get install printer-driver-escpr And then simply add the printer using DNS-SD connection.

  • Windows server SBS2011 – Backup problems

    If you are having issues with Acronis Backup and Recovery 11.5 and Windows SBS 2011 or Windows 2008 (including R2), it might be related to your hard drive. Take a look at this page for the support hard drive on Windows : http://support.microsoft.com/kb/2510009 First thing you realize is that 4K (4096 bytes)  per sector is…

  • Problem solving : Windows startup (related to memory)

    Warning : If you have a problem with your computer and you’re at ease with computer hardware, you could attempt what is included within this article. However, please note that you are on your own, I will not be held responsible if it turns out bad. A computer has been submitted to me on thursday…