Offsite Rendering

:: in January 31, 2015 :: in Uncategorized :: Comments Off on Offsite Rendering

We are happy to offer offsite rendering in our dense Los Angeles location at CoreSite LA2 (900 N. Alameda). We offer secure and private connectivity between your office and offsite data center. We understand the strict security requirements for sensitive studio content and adhere to industry best practices. Connectivity ranges…

Read More

Oneiric Expands with CoreSite LA2

:: in January 31, 2015 :: in Uncategorized :: Comments Off on Oneiric Expands with CoreSite LA2

Adding to our existing footprint with CoreSite, we have expanded to CoreSite LA2 (900 Alameda / Los Angeles postal annex). Our networks are tethered to our One Wilshire location via dark fiber. With CoreSite LA2, we could offer high density colocation for applications such as offsite storage, offsite render farms,…

Read More

Recursive md5sum

:: in October 15, 2014 :: in Uncategorized :: Comments Off on Recursive md5sum

To create a md5sum of all files within multiple subdirectories, run this command: 1 find /path/to/files -type f -exec md5sum {} \;

Read More

Check Public IP from CLI

:: in October 15, 2014 :: in Uncategorized :: Comments Off on Check Public IP from CLI

To check the public IP address of your system or server, you could use the following command: curl http://ifconfig.me/ The output example is below: 1 2 3 b1:~ oneiric$ curl http://ifconfig.me/ 199.193.209.15 b1:~ oneiric$  

Read More

Determining Ethernet Link Speed

:: in October 15, 2014 :: in Uncategorized :: Comments Off on Determining Ethernet Link Speed

Determining Ethernet link speed is an important part of troubleshooting connectivity.  Below are examples for OS X and Linux. In these examples, I am using en0 on OS X and eth0 for Linux. OS X: 1 2 3 4 5 6 7 xs22:~ admin$ ifconfig en0 en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500…

Read More

Faster than 99% of the US

:: in October 15, 2014 :: in Uncategorized :: Comments Off on Faster than 99% of the US

By default, all Oneiric datacenter customers have a full gigabit port (1,000 Mbps) to the Internet.  We deliver top speeds by utilizing several 10Gbps upstream fiber links on our Juniper MX routers.

Read More

Jira HTTP Status 500 after power off

:: in October 15, 2014 :: in Uncategorized :: Comments Off on Jira HTTP Status 500 after power off

After a power down of a Jira server, we saw the following error: HTTP Status 500 – org.ofbiz.core.util.GeneralRuntimeException: Could not determine database type. (Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.) Here is…

Read More

Jira HTTP Status 500 after power off

:: in February 17, 2014 :: in Technology :: Comments Off on Jira HTTP Status 500 after power off

After a power down of a Jira server, we saw the following error: HTTP Status 500 – org.ofbiz.core.util.GeneralRuntimeException: Could not determine database type. (Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.) Here is…

Read More

Dell PowerConnect 5548 Auto Negotation

:: in July 27, 2012 :: in Blog, Technology :: Comments Off on Dell PowerConnect 5548 Auto Negotation

The Dell PowerConnect 5548 switch with firmware 4.1.0.1  does not work with auto negotiate enabled on some Mac and other NICs. The issue seems to be with the support for Green Ethernet.  Here is the fix that worked for me: [bash]5548-SW01(config)# no eee enable[/bash] As soon as commiting the change,…

Read More