[KGB2] munakata:~$ chronyc sources MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== ^? ntp-k1.nict.jp 1 6 3 2 -158us[ -158us] +/- 8769us ^? ntp-a2.nict.go.jp 1 6 3 2 +142us[ +142us] +/- 4416us ^? ntp-a3.nict.go.jp 1 6 3 1 -280us[ -280us] +/- 4205us ^? ntp-b2.nict.go.jp 1 6 3 2 -28us[ -28us] +/- 3986us
[KGB2] munakata:~$ ls -l /dev/dvb/ 合計 0 drwxr-xr-x 2 root root 100 7月 30 12:54 adapter0 drwxr-xr-x 2 root root 100 7月 30 12:54 adapter1 drwxr-xr-x 2 root root 100 7月 30 12:54 adapter2 drwxr-xr-x 2 root root 100 7月 30 12:54 adapter3 drwxr-xr-x 2 root root 100 7月 30 12:54 adapter4 drwxr-xr-x 2 root root 100 7月 30 12:54 adapter5 drwxr-xr-x 2 root root 100 7月 30 12:54 adapter6 drwxr-xr-x 2 root root 100 7月 30 12:54 adapter7
[KGB2] munakata:~$ sudo apt install cmake libpcsclite1 libpcsclite-dev pkg-config [KGB2] munakata:~$ cmake -B build [KGB2] munakata:~$ cd build [KGB2] munakata:~$ make [KGB2] munakata:~$ sudo make install
[KGB2] munakata:~/git$$ git clone https://github.com/l3tnun/EPGStation.git [KGB2] munakata:~/git$ cd EPGStation [KGB2] munakata:~/git/EPGStation$ npm run all-install [KGB2] munakata:~/git/EPGStation$ npm run build
[KGB2] munakata:~/git/EPGStation$ $ npm start [KGB2] munakata:~/git/EPGStation$ $ npm stop
[KGB2] munakata:~/git/EPGStation$ sudo npm install pm2 -g [KGB2] munakata:~/git/EPGStation$ sudo pm2 startup ubuntu [KGB2] munakata:~/git/EPGStation$ pm2 start dist/index.js --name "epgstation" [KGB2] munakata:~/git/EPGStation$ pm2 save [KGB2] munakata:~/git/EPGStation$ pm2 stop epgstation(自動起動した EPGStation を終了) [KGB2] munakata:~/git/EPGStation$ pm2 status
[2024-12-04T20:15:43.708] [FATAL] system - uncaughtException: Error: listen EADDRINUSE: address already in use 0.0.0.0:8987