TerraMaster NAS (running TOS3)

Just signed up for the DVR beta. First: wow! Next: any plans to add support for the TerraMaster line of NAS devices from Noontec? (example: http://amzn.to/2j8I3jF) They seem to be quite popular, and I picked one up because it offered Plex Server support.

I’d loooove to run Channels DVR on the same box. Any plans to support TOS3 (the OS it’s apparently running)? They’ve got a whole line of NAS devices on Amazon, seem well reviewed, might be worth looking into? Thanks!

How did you install plex on that NAS?

Looks like it’s preinstalled somehow.

Can you enable ssh access and get into the OS?

EDIT: ssh does work: http://unix.stackexchange.com/questions/329554/install-a-package-manager-on-a-terramaster-nas

The main thing we need to figure out is where to install the DVR so that it doesn’t get wiped out on reboot or upgrade. Can you try to find where plex is installed on the system? Run “ps aux | grep -i plex” and post the output.

Output of “mount” and “df -h” would be useful too.

The HDDs I needed were on backorder, so I don’t actually have everything set up yet. As soon as I’m running, I’d be more than happy to test whatever we need.

They have a little appstore/ecosystem kinda thing going on. Like a visual GUI where you can add services. They claim the onboard processor/ram are beefy enough for transcoding, so I had to give it a shot.

Would be very interested in supporting these devices, since the specs are great and the price is fantastic. It shouldn’t be too hard, so let me know when you have it running and we’ll figure out what it takes to install the DVR.

A saw these earlier for a little cheaper here: https://flash.newegg.com/Product/9SIAA3N4SP2168

1 Like

We picked up one of these and are trying to figure out how to make the DVR work on there. So far a couple annoying issues:

  • the linux kernel they're using doesn't have the hardware acceleration feature enabled, even though the processor supports it

  • there's no way to install apps yourself. a limited number of apps are available on the device, but any new ones have to be submitted to TerraMaster and are only made available via once they issue a software update on their end

  • their implementation of the app store doesn't follow security best practices. when installing apps, it uses insecure HTTP to download code to your NAS instead of industry-recommended HTTPS

  • although SSH access is available, permissions are quite limited so it's not possible to install the DVR manually over SSH either

Will keep investigating, and have also reached out to Noontec to see if they can address some of these issues.

After spending the day with the TerraMaster yesterday, we’ve decided to return it and cannot recommend it to people at this time.

A TNAS package is now available if anyone wants to try it out. We are working to submit it up to the TerraMaster Applications store.

To install manually, enable SSH access and use ssh [email protected] with your TNAS IP and admin password to connect. Then run these commands:

curl -o /etc/init.d/channels-dvr https://channels-dvr.s3.amazonaws.com/terramaster/init​
service channels-dvr start
service channels-dvr status

Although TNAS is not as polished as Synology or QNAP, they provide modern Intel-powered NAS devices at very competitive prices. The major issues we hit in the past have been addressed by the TerraMaster team in the TOS4 release.

2 Likes

Having an issue, i got into my TNAS with SSH. but i am returning a "-bash: curl: command not found"

[admin@MediaNAS ~]$ curl -o /etc/init.d/channels-dvr https://channels-dvr.s3.amazonaws.com/terramaster/init

-bash: curl: command not found

[admin@MediaNAS ~]$

Any help would be appreciated.

Can you try running:

wget --version

I am curious is anything further has been done for the server app on this device?

Will this allow you to use the TVE support? Is it still only a manual install or has it made it to the store yet?

Now that I can't use the Shield device I am trying for another solution. I didn't really want to put any apps on the Terramaster NAS as I only use it to store our ripped movies/TV Shows and access it from Emby. However, I am not going to build another computer I have to run 24/7 just for DVR.

Thanks

@tmm1 - I am getting the same error mentioned above. I tried to run wget --version and it says invalid command. I am on Windows 10.

What version of TOS? On the apps interface is there a way to upload a package?

TOS 4.1 - There is a section in the App store where you can install an application manually.

Does it say what kind of file it expects? Maybe if you click upload? Is it .bin or .tar or something else?

Can you run this and post the output:

find / -ls | grep curl

 2521    120 -rwxr-xr-x   1  root     root       121472 Jan  3 02:01 /usr/bin/ter_curl
     9618      4 -rwxr-xr-x   1  root     root          133 Nov 25 02:54 /usr/www/tos/static/js/lib/ace/src-min-noconflict/snippets/curly.js
     9466     60 -rwxr-xr-x   1  root     root        61089 Nov 25 02:54 /usr/www/tos/static/js/lib/ace/src-min-noconflict/mode-curly.js
     2904      0 lrwxrwxrwx   1  root     root           16 Nov 25 21:34 /usr/lib/libcurl.so -> libcurl.so.4.5.0
     2906    348 -rwxr-xr-x   1  root     root       352560 Jan  3 02:01 /usr/lib/libcurl.so.4.5.0
     2905      0 lrwxrwxrwx   1  root     root           16 Nov 25 21:34 /usr/lib/libcurl.so.4 -> libcurl.so.4.5.0
     4112      4 -rw-r--r--   1  root     root         2731 Nov 25 21:34 /usr/lib/python2.7/macurl2path.py
find: ‘/sys/kernel/slab/L2TP/IPv6’: No such file or directory
find: ‘/sys/kernel/slab/L2TP/IP’: No such file or directory
    11063      4 -rw-r--r--   1  root     root            49 Nov 25 21:34 /etc.default/php.d/curl.ini
find: /proc/2/task/2/exe: No such file or directory
find: /proc/2/exe: No such file or directory
find: /proc/4/task/4/exe: No such file or directory
find: /proc/4/exe: No such file or directory
find: /proc/7/task/7/exe: No such file or directory
find: /proc/7/exe: No such file or directory
find: /proc/8/task/8/exe: No such file or directory
find: /proc/8/exe: No such file or directory
find: /proc/9/task/9/exe: No such file or directory
find: /proc/9/exe: No such file or directory
find: /proc/10/task/10/exe: No such file or directory
find: /proc/10/exe: No such file or directory
find: /proc/11/task/11/exe: No such file or directory
find: /proc/11/exe: No such file or directory
find: /proc/12/task/12/exe: No such file or directory
find: /proc/12/exe: No such file or directory
find: /proc/13/task/13/exe: No such file or directory
find: /proc/13/exe: No such file or directory
find: /proc/14/task/14/exe: No such file or directory
find: /proc/14/exe: No such file or directory
find: /proc/15/task/15/exe: No such file or directory
find: /proc/15/exe: No such file or directory
find: /proc/17/task/17/exe: No such file or directory
find: /proc/17/exe: No such file or directory
find: /proc/18/task/18/exe: No such file or directory
find: /proc/18/exe: No such file or directory
find: /proc/19/task/19/exe: No such file or directory
find: /proc/19/exe: No such file or directory
find: /proc/37/task/37/exe: No such file or directory
find: /proc/37/exe: No such file or directory
find: /proc/700/task/700/exe: No such file or directory
find: /proc/700/exe: No such file or directory
find: /proc/701/task/701/exe: No such file or directory
find: /proc/701/exe: No such file or directory
find: /proc/703/task/703/exe: No such file or directory
find: /proc/703/exe: No such file or directory
find: /proc/704/task/704/exe: No such file or directory
find: /proc/704/exe: No such file or directory
find: /proc/705/task/705/exe: No such file or directory
find: /proc/705/exe: No such file or directory
find: /proc/707/task/707/exe: No such file or directory
find: /proc/707/exe: No such file or directory
find: /proc/884/task/884/exe: No such file or directory
find: /proc/884/exe: No such file or directory
find: /proc/904/task/904/exe: No such file or directory
find: /proc/904/exe: No such file or directory
find: /proc/907/task/907/exe: No such file or directory
find: /proc/907/exe: No such file or directory
find: /proc/916/task/916/exe: No such file or directory
find: /proc/916/exe: No such file or directory
find: /proc/918/task/918/exe: No such file or directory
find: /proc/918/exe: No such file or directory
find: /proc/1014/task/1014/exe: No such file or directory
find: /proc/1014/exe: No such file or directory
find: /proc/1015/task/1015/exe: No such file or directory
find: /proc/1015/exe: No such file or directory
find: /proc/1045/task/1045/exe: No such file or directory
find: /proc/1045/exe: No such file or directory
find: /proc/1057/task/1057/exe: No such file or directory
find: /proc/1057/exe: No such file or directory
find: /proc/1162/task/1162/exe: No such file or directory
find: /proc/1162/exe: No such file or directory
find: /proc/1164/task/1164/exe: No such file or directory
find: /proc/1164/exe: No such file or directory
find: /proc/1173/task/1173/exe: No such file or directory
find: /proc/1173/exe: No such file or directory
find: /proc/1174/task/1174/exe: No such file or directory
find: /proc/1174/exe: No such file or directory
find: /proc/1193/task/1193/exe: No such file or directory
find: /proc/1193/exe: No such file or directory
find: /proc/1194/task/1194/exe: No such file or directory
find: /proc/1194/exe: No such file or directory
find: /proc/1259/task/1259/exe: No such file or directory
find: /proc/1259/exe: No such file or directory
find: /proc/1264/task/1264/exe: No such file or directory
find: /proc/1264/exe: No such file or directory
find: /proc/1297/task/1297/exe: No such file or directory
find: /proc/1297/exe: No such file or directory
find: /proc/1298/task/1298/exe: No such file or directory
find: /proc/1298/exe: No such file or directory
find: /proc/1299/task/1299/exe: No such file or directory
find: /proc/1299/exe: No such file or directory
find: /proc/1300/task/1300/exe: No such file or directory
find: /proc/1300/exe: No such file or directory
find: /proc/1340/task/1340/exe: No such file or directory
find: /proc/1340/exe: No such file or directory
find: /proc/1358/task/1358/exe: No such file or directory
find: /proc/1358/exe: No such file or directory
find: /proc/1363/task/1363/exe: No such file or directory
find: /proc/1363/exe: No such file or directory
find: /proc/1378/task/1378/exe: No such file or directory
find: /proc/1378/exe: No such file or directory
find: /proc/1379/task/1379/exe: No such file or directory
find: /proc/1379/exe: No such file or directory
find: /proc/1380/task/1380/exe: No such file or directory
find: /proc/1380/exe: No such file or directory
find: /proc/1381/task/1381/exe: No such file or directory
find: /proc/1381/exe: No such file or directory
find: /proc/1382/task/1382/exe: No such file or directory
find: /proc/1382/exe: No such file or directory
find: /proc/1386/task/1386/exe: No such file or directory
find: /proc/1386/exe: No such file or directory
find: /proc/1388/task/1388/exe: No such file or directory
find: /proc/1388/exe: No such file or directory
find: /proc/1389/task/1389/exe: No such file or directory
find: /proc/1389/exe: No such file or directory
find: /proc/1390/task/1390/exe: No such file or directory
find: /proc/1390/exe: No such file or directory
find: /proc/1391/task/1391/exe: No such file or directory
find: /proc/1391/exe: No such file or directory
find: /proc/1523/task/1523/exe: No such file or directory
find: /proc/1523/exe: No such file or directory
find: /proc/1526/task/1526/exe: No such file or directory
find: /proc/1526/exe: No such file or directory
find: /proc/1528/task/1528/exe: No such file or directory
find: /proc/1528/exe: No such file or directory
find: /proc/1529/task/1529/exe: No such file or directory
find: /proc/1529/exe: No such file or directory
find: /proc/1531/task/1531/exe: No such file or directory
find: /proc/1531/exe: No such file or directory
find: /proc/1544/task/1544/exe: No such file or directory
find: /proc/1544/exe: No such file or directory
find: /proc/1545/task/1545/exe: No such file or directory
find: /proc/1545/exe: No such file or directory
find: /proc/1548/task/1548/exe: No such file or directory
find: /proc/1548/exe: No such file or directory
find: /proc/1549/task/1549/exe: No such file or directory
find: /proc/1549/exe: No such file or directory
find: /proc/1552/task/1552/exe: No such file or directory
find: /proc/1552/exe: No such file or directory
find: /proc/1560/task/1560/exe: No such file or directory
find: /proc/1560/exe: No such file or directory
find: /proc/1563/task/1563/exe: No such file or directory
find: /proc/1563/exe: No such file or directory
find: /proc/1564/task/1564/exe: No such file or directory
find: /proc/1564/exe: No such file or directory
find: /proc/1565/task/1565/exe: No such file or directory
find: /proc/1565/exe: No such file or directory
find: /proc/1568/task/1568/exe: No such file or directory
find: /proc/1568/exe: No such file or directory
find: /proc/1576/task/1576/exe: No such file or directory
find: /proc/1576/exe: No such file or directory
find: /proc/1580/task/1580/exe: No such file or directory
find: /proc/1580/exe: No such file or directory
find: /proc/1584/task/1584/exe: No such file or directory
find: /proc/1584/exe: No such file or directory
find: /proc/1593/task/1593/exe: No such file or directory
find: /proc/1593/exe: No such file or directory
find: /proc/1594/task/1594/exe: No such file or directory
find: /proc/1594/exe: No such file or directory
find: /proc/1636/task/1636/exe: No such file or directory
find: /proc/1636/exe: No such file or directory
find: /proc/1638/task/1638/exe: No such file or directory
find: /proc/1638/exe: No such file or directory
find: /proc/1659/task/1659/exe: No such file or directory
find: /proc/1659/exe: No such file or directory
find: /proc/1670/task/1670/exe: No such file or directory
find: /proc/1670/exe: No such file or directory
find: /proc/1749/task/1749/exe: No such file or directory
find: /proc/1749/exe: No such file or directory
find: /proc/1751/task/1751/exe: No such file or directory
find: /proc/1751/exe: No such file or directory
find: /proc/1756/task/1756/exe: No such file or directory
find: /proc/1756/exe: No such file or directory
find: /proc/1757/task/1757/exe: No such file or directory
find: /proc/1757/exe: No such file or directory
find: /proc/1758/task/1758/exe: No such file or directory
find: /proc/1758/exe: No such file or directory
find: /proc/1759/task/1759/exe: No such file or directory
find: /proc/1759/exe: No such file or directory
find: /proc/1761/task/1761/exe: No such file or directory
find: /proc/1761/exe: No such file or directory
find: /proc/1764/task/1764/exe: No such file or directory
find: /proc/1764/exe: No such file or directory
find: /proc/1765/task/1765/exe: No such file or directory
find: /proc/1765/exe: No such file or directory
find: /proc/1766/task/1766/exe: No such file or directory
find: /proc/1766/exe: No such file or directory
find: /proc/1768/task/1768/exe: No such file or directory
find: /proc/1768/exe: No such file or directory
find: /proc/1769/task/1769/exe: No such file or directory
find: /proc/1769/exe: No such file or directory
find: /proc/1772/task/1772/exe: No such file or directory
find: /proc/1772/exe: No such file or directory
find: /proc/1830/task/1830/exe: No such file or directory
find: /proc/1830/exe: No such file or directory
find: /proc/1849/task/1849/exe: No such file or directory
find: /proc/1849/exe: No such file or directory
find: /proc/1850/task/1850/exe: No such file or directory
find: /proc/1850/exe: No such file or directory
find: /proc/1872/task/1872/exe: No such file or directory
find: /proc/1872/exe: No such file or directory
find: /proc/1878/task/1878/exe: No such file or directory
find: /proc/1878/exe: No such file or directory
find: /proc/1905/task/1905/exe: No such file or directory
find: /proc/1905/exe: No such file or directory
find: /proc/1906/task/1906/exe: No such file or directory
find: /proc/1906/exe: No such file or directory
find: /proc/1907/task/1907/exe: No such file or directory
find: /proc/1907/exe: No such file or directory
find: /proc/1946/task/1946/exe: No such file or directory
find: /proc/1946/exe: No such file or directory
find: /proc/1995/task/1995/exe: No such file or directory
find: /proc/1995/exe: No such file or directory
find: /proc/1996/task/1996/exe: No such file or directory
find: /proc/1996/exe: No such file or directory
find: /proc/2033/task/2033/exe: No such file or directory
find: /proc/2033/exe: No such file or directory
find: ‘/proc/2955/task/2955/fd/5’: No such file or directory
find: ‘/proc/2955/task/2955/fdinfo/5’: No such file or directory
find: ‘/proc/2955/fd/6’: No such file or directory
find: ‘/proc/2955/fdinfo/6’: No such file or directory
   3273439        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3455/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3273440        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3455/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3273441        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3455/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3273442        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3455/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3273852        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3456/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3273853        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3456/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3273854        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3456/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3273855        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3456/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3274266        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3457/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3274267        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3457/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3274268        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3457/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3274269        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3457/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3274680        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3458/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3274681        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3458/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3274682        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3458/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3274683        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3458/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3275094        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3459/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3275095        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3459/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3275096        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3459/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3275097        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3459/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3275508        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3460/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3275509        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3460/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3275510        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3460/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3275511        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3460/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3275922        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3461/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3275923        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3461/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3275924        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3461/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3275925        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3461/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3276336        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3462/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3276337        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3462/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3276338        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3462/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3276339        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3462/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3276750        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3463/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3276751        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3463/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3276752        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3463/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3276753        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3463/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3277164        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3464/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3277165        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3464/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3277166        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3464/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3277167        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3464/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3277578        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3465/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3277579        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3465/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3277580        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3465/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3277581        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3465/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3277992        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3466/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3277993        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3466/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3277994        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3466/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3277995        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3466/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3278406        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3467/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3278407        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3467/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3278408        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3467/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3278409        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3467/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3278826        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3468/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3278827        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3468/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3278828        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3468/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3278829        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3468/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3279242        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3469/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3279243        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3469/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3279244        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3469/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3279245        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3469/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3279656        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3470/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3279657        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3470/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3279658        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3470/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3279659        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3470/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3280070        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3471/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3280071        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3471/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3280072        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3471/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3280073        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3471/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3280484        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3473/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3280485        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3473/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3280486        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3473/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3280487        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3473/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3280898        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3474/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3280899        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3474/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3280900        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3474/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3280901        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3474/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3281312        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3475/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3281313        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3475/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3281314        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3475/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3281315        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3475/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
   3281726        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3476/map_files/7fcb26f73000-7fcb26fc7000 -> /usr/lib/libcurl.so.4.5.0
   3281727        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3476/map_files/7fcb26fc7000-7fcb271c6000 -> /usr/lib/libcurl.so.4.5.0
   3281728        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3476/map_files/7fcb271c6000-7fcb271c8000 -> /usr/lib/libcurl.so.4.5.0
   3281729        0 lr--------   1  root     root                  64 Mar 12 20:26 /proc/3476/map_files/7fcb271c8000-7fcb271c9000 -> /usr/lib/libcurl.so.4.5.0
find: /proc/3576/task/3576/exe: No such file or directory
find: /proc/3576/exe: No such file or directory
find: /proc/3666/task/3666/exe: No such file or directory
find: /proc/3666/exe: No such file or directory
find: /proc/3685/task/3685/exe: No such file or directory
find: /proc/3685/exe: No such file or directory
find: /proc/3696/task/3696/exe: No such file or directory
find: /proc/3696/exe: No such file or directory
find: /proc/3702/task/3702/exe: No such file or directory
find: /proc/3702/exe: No such file or directory
find: /proc/3717/task/3717/exe: No such file or directory
find: /proc/3717/exe: No such file or directory
find: /proc/3745/task/3745/exe: No such file or directory
find: /proc/3745/exe: No such file or directory
find: /proc/3746/task/3746/exe: No such file or directory
find: /proc/3746/exe: No such file or directory
find: /proc/3772/task/3772/exe: No such file or directory
find: /proc/3772/exe: No such file or directory
find: /proc/3773/task/3773/exe: No such file or directory
find: /proc/3773/exe: No such file or directory
find: /proc/3799/task/3799/exe: No such file or directory
find: /proc/3799/exe: No such file or directory
find: /proc/3800/task/3800/exe: No such file or directory
find: /proc/3800/exe: No such file or directory
find: /proc/3826/task/3826/exe: No such file or directory
find: /proc/3826/exe: No such file or directory
find: /proc/3827/task/3827/exe: No such file or directory
find: /proc/3827/exe: No such file or directory
find: /proc/3967/task/3967/exe: No such file or directory
find: /proc/3967/exe: No such file or directory
find: /proc/3969/task/3969/exe: No such file or directory
find: /proc/3969/exe: No such file or directory
find: /proc/3970/task/3970/exe: No such file or directory
find: /proc/3970/exe: No such file or directory
find: /proc/4028/task/4028/exe: No such file or directory
find: /proc/4028/exe: No such file or directory
find: /proc/4198/task/4198/exe: No such file or directory
find: /proc/4198/exe: No such file or directory
find: /proc/4353/task/4353/exe: No such file or directory
find: /proc/4353/exe: No such file or directory
find: /proc/4510/task/4510/exe: No such file or directory
find: /proc/4510/exe: No such file or directory
find: /proc/8560/task/8560/exe: No such file or directory
find: /proc/8560/exe: No such file or directory
find: /proc/8571/task/8571/exe: No such file or directory
find: /proc/8571/exe: No such file or directory
find: /proc/8575/task/8575/exe: No such file or directory
find: /proc/8575/exe: No such file or directory
find: /proc/8576/task/8576/exe: No such file or directory
find: /proc/8576/exe: No such file or directory
find: /proc/8578/task/8578/exe: No such file or directory
find: /proc/8578/exe: No such file or directory
find: /proc/8579/task/8579/exe: No such file or directory
find: /proc/8579/exe: No such file or directory
find: /proc/8580/task/8580/exe: No such file or directory
find: /proc/8580/exe: No such file or directory
find: /proc/8581/task/8581/exe: No such file or directory
find: /proc/8581/exe: No such file or directory
find: /proc/8582/task/8582/exe: No such file or directory
find: /proc/8582/exe: No such file or directory
find: /proc/18527/task/18527/exe: No such file or directory
find: /proc/18527/exe: No such file or directory
find: /proc/20492/task/20492/exe: No such file or directory
find: /proc/20492/exe: No such file or directory
find: /proc/21004/task/21004/exe: No such file or directory
find: /proc/21004/exe: No such file or directory
find: /proc/25748/task/25748/exe: No such file or directory
find: /proc/25748/exe: No such file or directory
find: /proc/32067/task/32067/exe: No such file or directory
find: /proc/32067/exe: No such file or directory
       676        4 -rw-r--r--   1  root     root                  49 Nov 25 21:34 /etc/php.d/curl.ini