Differences between revisions 7 and 8
Revision 7 as of 2016-03-22 23:19:07
Size: 1516
Editor: SamatJain
Comment: osTicket stuff
Revision 8 as of 2016-05-12 07:55:02
Size: 1118
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
[[https://docs.google.com/spreadsheets/d/1ONS59_7YPDcfk0iZXSXj7x9rgZTttkerhyYtDZ65Bbk/edit?ts=5660a94b#gid=0|Altus v1.1 updates and fixes]] == Linux builds ==
Line 23: Line 23:
== CL_ERRORS == from https://www.bitkeeper.org/download.html:
Line 25: Line 25:
=== CL_INVALID_DEVICE (-33) ===

 * clGetDeviceIDs: should never occur. Happens when 2nd arg, device_type, is an invalid value. Appears to only be called w/ a valid value in Altus_Standalone.


=== CL_INVALID_WORK_DIMENSION (-53) ===

[[https://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/errors.html|Official documentation]]: Returned by clEnqueueNDRangeKernel if work_dim is not a valid value.

Valid value is 0 < work_dim <= 3.

Called with value of 3 throughout Altus_Standalone codebase; does not appear to have a way to be triggered?
 * Linux x86 Glibc 2.19 ( 32-bit | 64-bit ): Debian 8, Fedora 21, Ubuntu 14.04LTS
 * Linux x86 Glibc 2.13 ( 32-bit | 64-bit ): Debian 7, RHEL 7.1, Fedora 15, Ubuntu 12.04LTS
 * Linux x86 Glibc 2.11 ( 32-bit | 64-bit ): Debian 6, RHEL 6.6, Fedora 12

osTicket

php - osticket, create ticket through REST API - Stack Overflow

Using the osTicket 1.8.1.2 API

API documentation: osTicket/tickets.md at develop · osTicket/osTicket

Wordpress Website

Image slider plugin: https://github.com/kavyasukumar/imgSlider. Need to upgrade to 2.0, works in mobile. Can be scripted to have automatic sliding.

Carousel: http://owlgraphic.com/owlcarousel/

Project management

InnoBright project management

Linux builds

from https://www.bitkeeper.org/download.html:

  • Linux x86 Glibc 2.19 ( 32-bit | 64-bit ): Debian 8, Fedora 21, Ubuntu 14.04LTS
  • Linux x86 Glibc 2.13 ( 32-bit | 64-bit ): Debian 7, RHEL 7.1, Fedora 15, Ubuntu 12.04LTS
  • Linux x86 Glibc 2.11 ( 32-bit | 64-bit ): Debian 6, RHEL 6.6, Fedora 12

SamatsWiki: Innobright (last edited 2017-04-26 04:52:26 by SamatJain)