Uploaded image for project: 'Data Management'
  1. Data Management
  2. DM-22334

TMA Preparation Week 1

    XMLWordPrintable

    Details

    • Type: Story
    • Status: Done
    • Resolution: Done
    • Fix Version/s: None
    • Component/s: ts_main_telescope
    • Labels:
    • Story Points:
      3
    • Sprint:
      TSSW Sprint - Nov 11 - Nov 22, TSSW Sprint - Nov 25 - Dec 6
    • Team:
      Telescope and Site

      Description

      This task is to capture the work done in preparation for the TMA integration on December 2. 

        Attachments

          Activity

          No builds found.
          aheyer Andrew Heyer [X] (Inactive) created issue -
          aclements Andy Clements made changes -
          Field Original Value New Value
          Epic Link DM-21537 [ 424380 ]
          aclements Andy Clements made changes -
          Component/s ts_main_telescope [ 16710 ]
          Labels TMA
          aheyer Andrew Heyer [X] (Inactive) made changes -
          Story Points 4 3
          aheyer Andrew Heyer [X] (Inactive) made changes -
          Status To Do [ 10001 ] In Progress [ 3 ]
          Hide
          aheyer Andrew Heyer [X] (Inactive) added a comment -

          This task is to cover the preparation work for the first week back from spain. This includes.

          • Coordinating (still ongoing) the trip. This includes getting the hotels reserved for myself and our two guests from Tekniker. Making sure we have the proper vehicles on the summit. Making sure the transportation that we have ligns up correctly with the agenda which right now there is a conflict with when we want to go up, I believe a resolution to this is to go up on Monday After 3pm in the Caryall buss then use a car rental on the summit to go from hotel to worksite. 
          Show
          aheyer Andrew Heyer [X] (Inactive) added a comment - This task is to cover the preparation work for the first week back from spain. This includes. Fixing and making a pr for the Fixes for a CCW topic that was added. The PR for this can be found here  https://github.com/lsst-ts/ts_xml/pull/162 Coordinating (still ongoing) the trip. This includes getting the hotels reserved for myself and our two guests from Tekniker. Making sure we have the proper vehicles on the summit. Making sure the transportation that we have ligns up correctly with the agenda which right now there is a conflict with when we want to go up, I believe a resolution to this is to go up on Monday After 3pm in the Caryall buss then use a car rental on the summit to go from hotel to worksite. 
          Hide
          aheyer Andrew Heyer [X] (Inactive) added a comment -
          • Also coordinating the transportation of the cargo. This is also still ongoing, have already received some calls from the shipment which involved me fetching the specification, the proper company address to ship the cargo to, and the company RUT. I now am going to be receiving some forms soon from Chile imports that I need to fill out on behalf of the LSST recipient. This involves finding out more details about the contents of the box, as of now they found a first aid kid and want to know what's inside. This also covers the coordination with the LSST personell and getting the shipment up on the mountain where it needs to go.
          Show
          aheyer Andrew Heyer [X] (Inactive) added a comment - Also coordinating the transportation of the cargo. This is also still ongoing, have already received some calls from the shipment which involved me fetching the specification, the proper company address to ship the cargo to, and the company RUT. I now am going to be receiving some forms soon from Chile imports that I need to fill out on behalf of the LSST recipient. This involves finding out more details about the contents of the box, as of now they found a first aid kid and want to know what's inside. This also covers the coordination with the LSST personell and getting the shipment up on the mountain where it needs to go.
          aheyer Andrew Heyer [X] (Inactive) made changes -
          Reviewers Andy Clements [ aclements ] Eric Coughlin [ ecoughlin ]
          Hide
          aheyer Andrew Heyer [X] (Inactive) added a comment -
          • This task also coveres specing and creating a ticket for a laptop. Had a meeting with Andy about this. Currently with the machines that I have on hand it makes any CCW Labview program running difficult. 
          Show
          aheyer Andrew Heyer [X] (Inactive) added a comment - This task also coveres specing and creating a ticket for a laptop. Had a meeting with Andy about this. Currently with the machines that I have on hand it makes any CCW Labview program running difficult.  A CCW meeting with Te-Wei and Tekniker identifying the LabVIEW issues at hand. Not going into detail about this here as I want to contain it all in a single ticket. The ticket that I will document all work on is here  https://jira.lsstcorp.org/secure/RapidBoard.jspa?rapidView=189&projectKey=DM&view=planning&selectedIssue=DM-22334&quickFilter=818&issueLimit=100
          Hide
          aheyer Andrew Heyer [X] (Inactive) added a comment -
          • This task also covers the time spent on trying to get my Desktop to run the TMA_Managment software. TMA_Management is the "middleman" for the SAL communication for the rest of Teknikers software. The problem my desktop is having is that I updated at some point my compiler version. So on my desktop there is no longer the "founders" version gcc 4.6. I have gcc version 7.1. This update however also updates other libraries that are on the system. I spent nearly 2 days one with Tiago and another with Dave trying to resolve the issues I was seeing. The issue I was seeing is when trying to run "make" on the tma_management software I recieved the following 
            Linking CXX executable operation_manager
            /home/aheyer/LSST/ts_sal/test/MTMount/cpp/libsacpp_MTMount_types.so: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
            /home/aheyer/LSST/ts_sal/test/MTMount/cpp/libsacpp_MTMount_types.so: undefined reference to `operator delete(void*, unsigned long)@CXXABI_1.3.9'
            /home/aheyer/LSST/ts_sal/test/MTMount/cpp/libsacpp_MTMount_types.so: undefined reference to `operator delete[](void*, unsigned long)@CXXABI_1.3.9'
            collect2: error: ld returned 1 exit status
            make[2]: *** [operation_manager] Error 1
            make[1]: *** [CMakeFiles/operation_manager.dir/all] Error 2
            make: *** [all] Error 2
            After relentless trying to use ldd to figure out where the exact libraries being linked and replacing them with older ones we gave up on the Desktop and decided a reformat was best. 

          To be clear, this is not a problem on Tekniker as both Dave, and 3 other machines that I have installed the TMA_Management software onto have been easy to compile without a problem. Dave has also communicated to me he has seen similar errors to the one I am seeing and indicates that I am having a compiler version issue. Tiago has also come to the same assessment with me. 

          In short, be careful when upgrading your compiler and only do so if needed. Also continuing CCW work on the laptop. 

          Show
          aheyer Andrew Heyer [X] (Inactive) added a comment - This task also covers the time spent on trying to get my Desktop to run the TMA_Managment software. TMA_Management is the "middleman" for the SAL communication for the rest of Teknikers software. The problem my desktop is having is that I updated at some point my compiler version. So on my desktop there is no longer the "founders" version gcc 4.6. I have gcc version 7.1. This update however also updates other libraries that are on the system. I spent nearly 2 days one with Tiago and another with Dave trying to resolve the issues I was seeing. The issue I was seeing is when trying to run "make" on the tma_management software I recieved the following  Linking CXX executable operation_manager /home/aheyer/LSST/ts_sal/test/MTMount/cpp/libsacpp_MTMount_types.so: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8' /home/aheyer/LSST/ts_sal/test/MTMount/cpp/libsacpp_MTMount_types.so: undefined reference to `operator delete(void*, unsigned long)@CXXABI_1.3.9' /home/aheyer/LSST/ts_sal/test/MTMount/cpp/libsacpp_MTMount_types.so: undefined reference to `operator delete[](void*, unsigned long)@CXXABI_1.3.9' collect2: error: ld returned 1 exit status make [2] : *** [operation_manager] Error 1 make [1] : *** [CMakeFiles/operation_manager.dir/all] Error 2 make: *** [all] Error 2 After relentless trying to use ldd to figure out where the exact libraries being linked and replacing them with older ones we gave up on the Desktop and decided a reformat was best.  To be clear, this is not a problem on Tekniker as both Dave, and 3 other machines that I have installed the TMA_Management software onto have been easy to compile without a problem. Dave has also communicated to me he has seen similar errors to the one I am seeing and indicates that I am having a compiler version issue. Tiago has also come to the same assessment with me.  In short, be careful when upgrading your compiler and only do so if needed. Also continuing CCW work on the laptop. 
          aclements Andy Clements made changes -
          Sprint TSSW Sprint - Nov 11 - Nov 22 [ 969 ] TSSW Sprint - Nov 11 - Nov 22, TSSW Sprint - Nov 25 - Dec 6 [ 969, 975 ]
          Hide
          aheyer Andrew Heyer [X] (Inactive) added a comment -

          All work done is on the ticket comments. Take complete the review take a look through and feel free to ask any questions. 

          Show
          aheyer Andrew Heyer [X] (Inactive) added a comment - All work done is on the ticket comments. Take complete the review take a look through and feel free to ask any questions. 
          aheyer Andrew Heyer [X] (Inactive) made changes -
          Status In Progress [ 3 ] In Review [ 10004 ]
          Hide
          aheyer Andrew Heyer [X] (Inactive) added a comment -
          • Almost forgot, a network configuration change was needed in my office to be able to allow a laptop I am doing ccw work on connect to the network ticket is here https://jira.lsstcorp.org/browse/IHS-3063 
          Show
          aheyer Andrew Heyer [X] (Inactive) added a comment - Almost forgot, a network configuration change was needed in my office to be able to allow a laptop I am doing ccw work on connect to the network ticket is here  https://jira.lsstcorp.org/browse/IHS-3063  
          Hide
          ecoughlin Eric Coughlin added a comment -

          Looks good to me.

          Show
          ecoughlin Eric Coughlin added a comment - Looks good to me.
          ecoughlin Eric Coughlin made changes -
          Status In Review [ 10004 ] Reviewed [ 10101 ]
          aheyer Andrew Heyer [X] (Inactive) made changes -
          Resolution Done [ 10000 ]
          Status Reviewed [ 10101 ] Done [ 10002 ]

            People

            Assignee:
            aheyer Andrew Heyer [X] (Inactive)
            Reporter:
            aheyer Andrew Heyer [X] (Inactive)
            Reviewers:
            Eric Coughlin
            Watchers:
            Andrew Heyer [X] (Inactive), Eric Coughlin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Jenkins

                No builds found.