Forum archive
Turnkey File Server not working correctly
Hi all,
We have a Turnkey Linux File Server version 12.0.
The server is being used to take the back up of an Application running on a Linux based server. The server took the backups correctly for around 2 months time & then I noticed that something went wrong as the Backup file size turned to 0 Bytes rather than around 900+ Mbs.
I am able to login to the TKL console using the root login & also using the winscp software via the service accounts which I created additionally. In addition to this when I open the webmin using https://<Servername>:12321, the web console opens normallly. However, when I open the ajaxplorer webconsole, i see junk characters. I have attached the relevant screenshots.
Can somebody please look into this and help me with what all things can I look into and if possible kindly suggest the solution.
Thanks
If so what is it saying the problem is?
Have you tried to connect to the NAS from this other server to see if there is an issue there?
Where is the server running? Is it a VM or on bare metal? Do you have a UPS connected to the server (the physical machine if bare metal, or the host physical machine if a VM)?
Again I'm only guessing and throwing ideas about, but what about the possibility that the machine has suffered a power loss? (Hence my question about UPS). Most VM environment software in general often don't handle unintended power loss very well... If that's a possibility perhaps the file system has been corrupted and things are running as they should...?
As for commands, I would check that the NAS is mounted (as it should be). The mount command will tell you what is mounted and where. You can also check logs for issues (they should be in /var/log/). I would imagine that the Samba log would be of particular interest (/var/log/samba/samba.log - although you may want to dig through older logs until you can find logs from when it was working to compare to). Another log that may be worth checking (particularly in regards to AjaXpolorer) is the LigHTTPd error log (/var/log/lighttpd/error.log). I don't have a v12.x Fileserver appliance handy ATM But the Daemon log and Syslog may also be worth having a look at (/var/log/daemon.log and /var/log/syslog respectively)