blasio Posted January 5, 2020 Share #1 Posted January 5, 2020 Dear Everybody. For ESXi6.7 I've been using dsm's latest 6.2 version for less than half a year under DS3615xs. Unfortunately, a few days ago, there was a bug that I can't fix. This is what the web interface says when I try to sign in: "You cannot login to the system because the disk space is full currentli." Of course disks are not full at all. Can someone please help me out what to do? Restarting doesn't help either! Link to comment Share on other sites More sharing options...
0 blasio Posted January 6, 2020 Author Share #2 Posted January 6, 2020 Solved! Finally I managed to log in! I describe what I did, but I suspected 2 things, but my solution failed to filter out what was wrong… - Tip # 1: I read in some 2015 forums that when this bug came up, there was something wrong with "Photo" with PhotoStation. - Tip two: My second idea was that the "Serviio Media Server" installed from an external source was littering the system partition Since I couldn't stop the applications at all, I read how to remove packages from the command line (Source: https://github.com/wuseman/SYNOLOGY/blob/master/README.md😞 List of installed packages: synopkg list | sed 's/: .*$//' To delete a package you want to delete: sudo synopkg uninstall Example package cancellation: sudo synopkg uninstall Serviio Unfortunately, the exact cause of the error will not be revealed in the future, as I was glad to be able to remove packages without deleting everything I do not necessarily need, but the next time I have another error, you can experiment with it! I don't need PhotoStadion right now, so I won't reinstall it, but I will reinstall Serviio and java8, and if the error reappears, I'll know for sure what the problem was. Since I'm using it on ESXi, it is possible that I will install a second (actually fourth :)) XPEnology on Serviio Media Server and just mount my volume from the live server that contains the movies. So if you do give up once, there will only be an empty server that I need to reinstall. Thank you very much for your response and help !!! 1 Link to comment Share on other sites More sharing options...
0 IG-88 Posted January 5, 2020 Share #3 Posted January 5, 2020 you could try to login with ssh or if that is not active you could enable serial port in your vm and connect putty by a serial connection to login https://xpenology.com/forum/topic/7852-enabling-serial-port-in-esxi-for-a-vm/?do=findComment&comment=75835g more complicated - boot a rescue linux mount raid system partitions with mdadm and look into it (log files, free disk space) https://xpenology.com/forum/topic/7004-tutorial-how-to-access-dsms-data-system-partitions/ Link to comment Share on other sites More sharing options...
0 flyride Posted January 6, 2020 Share #4 Posted January 6, 2020 Do you have SSH/TELNET enabled? Something probably filled up the system partition. Always should be able to see what is happening behind the scenes. Link to comment Share on other sites More sharing options...
0 jensmander Posted January 6, 2020 Share #5 Posted January 6, 2020 If SSH/Telnet is possible, take a look on this on GitHub: https://gist.github.com/recoder/94f8053c1b5ca7d04557c78f52b921f5 Link to comment Share on other sites More sharing options...
0 blasio Posted January 6, 2020 Author Share #6 Posted January 6, 2020 SSH is enabled and I can access it through it. I'm out of control of hard drive capacity, but the hard drives are not full, as you can see in the picture ... Link to comment Share on other sites More sharing options...
0 Polanskiman Posted January 6, 2020 Share #7 Posted January 6, 2020 Looks to me a tmp directory is getting filled up. Did you try a reboot? Link to comment Share on other sites More sharing options...
0 Polanskiman Posted January 6, 2020 Share #8 Posted January 6, 2020 Scrap that I misread your post. I see you already tried a reboot. Link to comment Share on other sites More sharing options...
0 blasio Posted January 6, 2020 Author Share #9 Posted January 6, 2020 Yes, I tried, but it doesn't help. After the first reboot, I was able to log in once, but no more was helped by the reboot. After other restarts, the error message always came immediately. I also thought the tmp directory was full, but unfortunately I don't know how to fix it.SSH is enabled and I can access it through it. I'm out of control of hard drive capacity, but the hard drives are not full, as you can see in the picture ... Link to comment Share on other sites More sharing options...
0 Polanskiman Posted January 6, 2020 Share #10 Posted January 6, 2020 You probably have some rogue application feeding some directory with dump data. What packages do you have installed? Link to comment Share on other sites More sharing options...
0 blasio Posted January 6, 2020 Author Share #11 Posted January 6, 2020 Serviio media server is installed and the required Java RE is required Link to comment Share on other sites More sharing options...
0 blasio Posted January 6, 2020 Author Share #12 Posted January 6, 2020 For about 6 months it goes continuously without any error on the server Link to comment Share on other sites More sharing options...
0 Polanskiman Posted January 6, 2020 Share #13 Posted January 6, 2020 Try the following command: Htop This will give you the CPU activity in real time and show you if there is anything running heavily. Should point to the right direction. Link to comment Share on other sites More sharing options...
0 blasio Posted January 6, 2020 Author Share #14 Posted January 6, 2020 Htop is installed, I have already watched. Attached pictures are attached. Link to comment Share on other sites More sharing options...
0 Polanskiman Posted January 6, 2020 Share #15 Posted January 6, 2020 Try this: synoservicecfg --status pkgctl-java8 if status is 'enable' and is 'start' then: synoservicecfg --disable pkgctl-java8 Do the same for Serviio: synoservicecfg --status pkgctl-Serviio if is status 'enable' and is 'start' then: synoservicecfg --disable pkgctl-Serviio Restart your machine by issuing the following command: reboot Try logging through GUI again. Link to comment Share on other sites More sharing options...
0 blasio Posted January 6, 2020 Author Share #16 Posted January 6, 2020 Unfortunately I can't stop it ... Link to comment Share on other sites More sharing options...
0 Polanskiman Posted January 6, 2020 Share #17 Posted January 6, 2020 Try with the hard disable flag: synoservicecfg --hard-disable pkgctl-Serviio synoservicecfg --hard-disable pkgctl-java8 Link to comment Share on other sites More sharing options...
0 Polanskiman Posted January 6, 2020 Share #18 Posted January 6, 2020 You could also try a reset. Read here: Link to comment Share on other sites More sharing options...
0 blasio Posted January 6, 2020 Author Share #19 Posted January 6, 2020 Unfortunately, that didn't help either ... Link to comment Share on other sites More sharing options...
0 blasio Posted January 6, 2020 Author Share #20 Posted January 6, 2020 Although it seems slow to me, it doesn't work either! Link to comment Share on other sites More sharing options...
0 Polanskiman Posted January 6, 2020 Share #21 Posted January 6, 2020 The question(s) in this topic have been answered and/or the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
blasio
Dear Everybody.
For ESXi6.7 I've been using dsm's latest 6.2 version for less than half a year under DS3615xs.
Unfortunately, a few days ago, there was a bug that I can't fix.
This is what the web interface says when I try to sign in: "You cannot login to the system because the disk space is full currentli."
Of course disks are not full at all.
Can someone please help me out what to do?
Restarting doesn't help either!
Link to comment
Share on other sites
20 answers to this question
Recommended Posts