This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | default | |
| { | |
| state_entry() | |
| { | |
| llSetTextureAnim (ANIM_ON | LOOP, ALL_SIDES, 4, 4, 0, 0, 20.0); | |
| } | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 19:06:17 - [SERVER UTILS]: Error loading plugin OpenSim.Services.Interfaces.IAssetService from OpenSim.Services.HypergridService.dll. Exception: [HGAssetService] No HomeURI specifiedSystem.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: [HGAssetService] No HomeURI specified | |
| at OpenSim.Services.HypergridService.HGAssetService..ctor (IConfigSource config, System.String configName) [0x00103] in /home/nebadon/osim/opensim/OpenSim/Services/HypergridService/HGAssetService.cs:89 | |
| at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | nebadon@raspberrypi:~> cd /boot | |
| nebadon@raspberrypi:/boot> ls -l | |
| total 24239 | |
| -rw-r--r-- 1 root root 0 Jan 9 12:09 0x659ca52f | |
| lrwxrwxrwx 1 root root 1 Jan 8 19:01 boot -> . | |
| -rw-r--r-- 1 root root 17840 Oct 12 08:28 bootcode.bin | |
| -rw-r--r-- 1 root root 1484 Oct 22 00:36 boot.readme | |
| -rw-r--r-- 1 root root 2263 Jan 8 19:06 boot.scr | |
| -rw-r--r-- 1 root root 2191 Jan 8 19:01 boot.script | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | nebadon@raspberrypi:/boot> pico config-3.16.6-2-default | |
| UW PICO 5.07 File: config-3.16.6-2-default | |
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Linux/arm 3.16.6 Kernel Configuration | |
| # | |
| CONFIG_ARM=y | |
| CONFIG_ARM_HAS_SG_CHAIN=y | |
| CONFIG_MIGHT_HAVE_PCI=y | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 0 not found | |
| 78945:warn:{18:17:41} - [SIMIAN INVENTORY CONNECTOR]: Item af09cd9e-751c-42c3-9b05-b7a4ff731f19 owned by 00000000-0000-0000-0000-00000000000 | |
| 0 not found | |
| 78946:warn:{18:17:41} - [SIMIAN INVENTORY CONNECTOR]: Item 83c65bc9-29cd-4245-a11e-6ffaa71be6f2 owned by 00000000-0000-0000-0000-00000000000 | |
| 0 not found | |
| 78947:warn:{18:17:41} - [SIMIAN INVENTORY CONNECTOR]: Item d1511059-bb57-4192-80cf-46cedb8f8a93 owned by 00000000-0000-0000-0000-00000000000 | |
| 0 not found | |
| 78948:warn:{18:17:41} - [SIMIAN INVENTORY CONNECTOR]: Item 04f664ec-87a3-4b3a-a64a-5859705f0127 owned by 00000000-0000-0000-0000-00000000000 | |
| 0 not found | |
| 78949:warn:{18:17:41} - [SIMIAN INVENTORY CONNECTOR]: Item 3c09e4d3-80f5-44b9-bf5e-a5c6e83e60ba owned by 00000000-0000-0000-0000-00000000000 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | string message; | |
| default { | |
| state_entry() { | |
| message = llGetObjectDesc(); | |
| llSetText(message,<1,1,1>,1); | |
| } | |
| touch_start(integer total_number) { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // need to replace the below "youtubecode" variable with the code from youtube URL | |
| // ie : https://www.youtube.com/watch?v=io3BrAQl3so the code is "io3BrAQl3so" | |
| string youtubecode = "io3BrAQl3so"; | |
| key theVideoTexture = "fda1dd89-bbf3-4e7d-82a5-112ede81459c"; | |
| string type = "text/html"; | |
| PlayVideo( key theAvatar ) { | |
| string VideoBaseUrl = "http://www.youtube.com/embed/" + youtubecode + "?rel=0&autoplay=1;fs=0;autohide=0;hd=0;html5=1;"; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // need to replace the below "youtubecode" variable with the code from youtube URL | |
| // ie : https://www.youtube.com/watch?v=io3BrAQl3so the code is "io3BrAQl3so" | |
| string youtubecode = "io3BrAQl3so"; | |
| key theVideoTexture = "f12630aa-3102-4f03-8854-73fb6f933209"; | |
| string type = "text/html"; | |
| key owner; | |
| key clicker; | |
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | integer channel; | |
| integer n; | |
| integer i; | |
| default { | |
| state_entry() { | |
| llSetText("FORCE REMOVE \n ALL NPC", <1,1,1>, 1.0); | |
| } | |
| touch_start(integer num_detected) { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 21:45:29 - [SynchronousRestObjectRequester]: Invalid XML from GET http://assets.osgrid.org/assets/704fa1e9-392d-490e-aa15-dee34804cb13 OpenSim.Framework.AssetBase | |
| 21:45:29 - [SynchronousRestObjectRequester]: Invalid XML from GET http://assets.osgrid.org/assets/9af196fa-8d2d-4e75-873b-97a2cde97eee OpenSim.Framework.AssetBase | |
| 21:45:29 - [SynchronousRestObjectRequester]: Invalid XML from GET http://assets.osgrid.org/assets/8854b80a-86e8-4d94-af4b-e578053bbb0d OpenSim.Framework.AssetBase | |
| 21:45:29 - [SynchronousRestObjectRequester]: Invalid XML from GET http://assets.osgrid.org/assets/b994988c-36e0-41ee-a0a8-2e9ad0b7123c OpenSim.Framework.AssetBase | |
| 21:45:29 - [SynchronousRestObjectRequester]: Invalid XML from GET http://assets.osgrid.org/assets/9f019666-b797-48c1-98d4-03c1918140a5 OpenSim.Framework.AssetBase | |
| 21:45:29 - [SynchronousRestObjectRequester]: Invalid XML from GET http://assets.osgrid.org/assets/baee8f49-b9c6-4d61-8ba9-c71c796a2b7c OpenSim.Framework.AssetBase | |
| 21:45:29 - [SynchronousRestObjectRequester]: I |