Re: smart monitoring tools for NVME interface SSD's
"Sadasivan Shaiju (shshaiju)" <[email protected]>
| Newsgroups | gmane.linux.utilities.smartmontools |
|---|---|
| Message-ID | <[email protected]> |
Hi Robert, I can pull linux kernel repo , which is git repo. How ever my 9418 port seems to be closed Starting Nmap 5.51 ( http://nmap.org ) at 2015-09-25 11:12 PDT NSE: Loaded 8 scripts for scanning. Initiating SYN Stealth Scan at 11:12 Scanning localhost (127.0.0.1) [1 port] Completed SYN Stealth Scan at 11:12, 0.02s elapsed (1 total ports) Initiating Service scan at 11:12 Nmap scan report for localhost (127.0.0.1) Host is up (0.00012s latency). Other addresses for localhost (not scanned): 127.0.0.1 PORT STATE SERVICE VERSION 9418/tcp closed git I tried to open it using iptables -A INPUT -p tcp --dport 9418 -j ACCEPT But still stuck at same issue with nvme repo . Regards, Shaiju. Sadasivan Shaiju TECHNICAL LEADER.ENGINEERING [email protected] Phone: +1 408 853 8117 Cisco Systems Limited 3850 Zanker Road San jose CALIFORNIA 95134 US Cisco.com Think before you print. This email may contain confidential and privileged material for the sole use of the intended recipient. Any review, use, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message. For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Friday, September 25, 2015 11:05 AM To: Sadasivan Shaiju (shshaiju) Cc: [email protected] Subject: Re: [smartmontools-support] smart monitoring tools for NVME interface SSD's The common URL schemes for git repositories are: ssh:// - default port 22 git:// - default port 9418 http:// - default port 80 https:// - default port 443 Check your firewall and see if port 9418 (TCP) is open. > Hi Christan, > > Still , I can't acess it . I tried to take the snapshot of the > code . It has compilation erros . > > > [root@shaiju nvme_test]# git clone > git://git.infradead.org/users/kbusch/nvme-user.git > Initialized empty Git repository in > /home/shshaiju/shaiju_work/backup_codes/nvme_test/nvme-user/.git/ > git.infradead.org[0: 198.137.202.9]: errno=No route to host > git.infradead.org[0: 2001:1868:205::9]: errno=Network is unreachable > fatal: unable to connect a socket (Network is unreachable) > > regards, > Shaiju. > > Sadasivan Shaiju > TECHNICAL LEADER.ENGINEERING > [email protected] > Phone: +1 408 853 8117 > Cisco Systems Limited > 3850 Zanker Road > San jose > CALIFORNIA > 95134 > US > Cisco.com > > > > > > Think before you print. > This email may contain confidential and privileged material for the > sole use of the intended recipient. Any review, use, distribution or > disclosure by others is strictly prohibited. If you are not the > intended recipient (or authorized to receive for the recipient), > please contact the sender by reply email and delete all copies of this message. > For corporate legal information go to: > http://www.cisco.com/web/about/doing_business/legal/cri/index.html > > > > -----Original Message----- > From: Christian Franke [mailto:[email protected]] > Sent: Friday, September 25, 2015 4:12 AM > To: Sadasivan Shaiju (shshaiju) > Cc: [email protected] > Subject: Re: [smartmontools-support] smart monitoring tools for NVME > interface SSD's > > Sadasivan Shaiju (shshaiju) wrote: >> > This git repo provides some NVMe tools for Linux: >> > http://git.infradead.org/users/kbusch/nvme-user.git >> >> I can't clone the repo . >> >> [root@shaiju nvme_test]# git clone >> http://git.infradead.org/users/kbusch/nvme-user.git >> Initialized empty Git repository in >> /home/shshaiju/shaiju_work/backup_codes/nvme_test/nvme-user/.git/ >> fatal: http://git.infradead.org/users/kbusch/nvme-user.git/info/refs >> not >> found: did you run git update-server-info on the server? > > Of course this fails. The http: URL refers to a web interface of this > git repo. > You need to use the git: URL mentioned there. > > > ---------------------------------------------------------------------- > -------- _______________________________________________ > Smartmontools-support mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/smartmontools-support > ------------------------------------------------------------------------------