Jump to content
XPEnology Community

argate7

Member
  • Posts

    29
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

argate7's Achievements

Junior Member

Junior Member (2/7)

0

Reputation

  1. Dear all, I got my brand new tp-link tapo c200 security camera and i thought that i would be a good idea to connect this cam to my nas. I tried several times to authenticate the camera in the surveillance station (ip camera) but with no success.. The default scanning finds the camera but i cannot authenticate it in order to get connected with my DSM. Then i tried via VLC an iSpy to get connected and via rtsp://... protocol i achieved to get live video. But the problem comes up when i'am trying to install via rtsp from DSM. No luck again. Did i missed something? Did i do something wrong? Could anyone help me in order to get this work? Thank you in advance!
  2. Hi smileyworld, thank you for your reply. I have already checked it, but I was disappointed in how complicated this was. I thought that it could be something like "plug and play", such as Wordpress. I thought the the images in docker could do the job.
  3. Hi to all, I’m a software developer and at the moment I’m trying to install a laravel image (such as bitnami or sail) to a docker container in order to develop a personal application. I tried several times to install an image successfully but I cannot access laravel project via web browser. As I installed the image all the appropriate folders and files are present in the application folder that mentioned on installation steps. But the problem is when I type "php artisan serve" I get no errors and no web access. It is implemented in the localhost address as always but when I type the ip of my DSM i have no luck of accessing the application from the browser. Could anyone help me fix this or could anyone give me a guide from internet that explains step by step the installation process? Thank you in advance for your time and your effort on helping me!
  4. Hi to everyone!! I would like to share with you my latest experience with my home dsm... First of all, it should be better to mention that my custom build is with an ASRock Q1900-ITX with 6.1.7 15284. Everything worked fine until a year ago when the first problems appeared. Those were not so important and i ignored them. But now that i want to make some extra tasks this become frustrated. The first problem is that the text editor is not working. I cannot open existing files in order to edit them. The second problem is when i open in security the Certificate tab i'm getting an error "The operation failed. Please log in to DSM again and retry". Another one problem is that in Web Station i cannot add/edit/delete a virtual host. The error is "Operation Failed" and nothing else. Could you please tell me if there is a workaround in order to solve all of these problems? If there is not, the solution of re-install is preferable? I have a lot of configuration and of course a lot of data which are important to me and my family. Is there a guide to clean install the same version without data loss?? Thank you in advance for your time and your help.
  5. The solution that worked for my was to do the following. I upgraded from 6.1.5 to 6.1.7. Uninstall php 5.6, php 7.2, phpmyadmin, mariadb 5, mariadb 10, apache 2.2, apache 2.4. Install php 5.6, phpmyadmin, php 7.2, mariadb 5, mariadb 10, apache 2.2, apache 2.4 with that sequence. That solved my problem. I hope that my post should help other people too.
  6. Yesterday I was trying to install composer and all the other parts that are needed for a larval installation in order to get my apps developer over there.. I had several problems that I had to faced but today I faced the most strange problem. What was that? I can access the phpmyadmin starting page but with no login form and with the following message "MariaDB 5 or MariaDB 10 is stopped or has not been installed. Please check the package on your DSM first.". Could anyone help me in order to figure this out and keep trying to install the laravel? Thank everyone in advance.
  7. Finally I achieved to fix the problem. What was I doing wrong, is that I didn’t put the blank hdd to SATA 1. I did this and everything is ok now!! Thank you for your time and I want to thank mostly the forum for its important information!! Sent from my iPhone using Tapatalk
  8. I have the same problem with yours. How did you managed to get all your data. What is my case? I had two hdds with data. The one was used to contain both the OS and some data. The other was used to contain personal data. I'm using as suggested a blank hdd. When i connect the blank and the hdd with personal data, i can see the contents of the hdd data. When i connect back the hdd with the old OS, i'm getting the recover process and after that the DSM is not working and is not accessible from the lan.
  9. So many tries but always the same result. When I connect the HD’s that had previously the os of my dsm, the dsm is not working. If I connect only the second hdd (this one with the photos only), it is working properly. Is there anything I can do in order to get back my dsm or is it possible to update to 6.2 without losing anything?? Sent from my iPhone using Tapatalk
  10. I've got 2 hdds 3tb each one. I plugged them out. Plugged in an old 1tb to do the stuff..Working ok. Plugged in one 3tb hdd which was only for photo backup and still working. When i plugged in the other 3tb which probably has the old synology software,it is not working.
  11. Finally, I managed to overcome this error. What's the situation at the moment?? When I plug out the hdd and plug in the 2 hdd that i want, then I reboot the DSM but the find.synology cannot find the DSM. When I plug in again the empty hdd I can access the web interface of the DSM. Can anyone tell me what is going on??
  12. I'm getting all the time the following error "Failed to install the file. The file is probably corrupted.(13) ".
  13. Hi all, Earlier i tried remotely to update the DSM from 6.1.xx to the latest update that my machine found from the control panel. I decided to download it and then give it a try. What is the problem now? That i cannot get in the web interface of my DSM. I tried ping to see if there is any problem from a teamviewer to my pc (cause i'm in the office at the moment) and nothing. Can i save the situation now? Or this is irreversible and i lost all of my data? Does it need to connect to a monitor to see what are my options during boot?
  14. Here we are... I had a problem with my mp4s that i wanted to convert them in mp3 and then synchronize them with ds audio. Synchronization was not working and that's the reason that i have a command to do this because i hadn't the new songs on my iphone. #!/bin/bash for file in /volume1/music/* do mv "$file" "${file// /_}" done MP4FILE=$(ls /volume1/music/ |sed -e 's/ /_/g') for filename in $MP4FILE do if echo "$filename" | grep -q '.mp4$'; then name=`echo "$filename" | sed -e "s/.mp4$//g"` ffmpeg -i /volume1/music/$filename -b:a 192K -vn /volume1/music/$name.mp3 rm /volume1/music/$filename ../../usr/syno/bin/synoindex -a ../../volume1/music/$name.mp3 else echo "problem" fi done What does this one do?? It search for all mp4 files of my folder music under volume1. Then i convert all the blank spaces of the mp4's title to undescores. After that i convert them to mp3 files and then i delete the mp4 files of my folder. If everything will be OK, i execute a command to synchronize the audio station with the help of synoindex. I hope that this one will help some people who want something like this!! Have a nice day!!
×
×
  • Create New...