What Are You Doing Right Now
-
Been battling a Maya installation on CentOS 7 (supposedly the only supported Linux distro).
It installs, but doesn't actually run.
-
@dustinb3403 said in What Are You Doing Right Now:
Been battling a Maya installation on CentOS 7 (supposedly the only supported Linux distro).
It installs, but doesn't actually run.
Maya.... I used to run that on IRIX back in the late 90s. Bet it's been a whole new product a couple of times now.
Any error logs about it in
/var/log/messages
? -
@travisdh1 not sure as of yet, I've restarted because their instructions suck, and it was just acting weird.
Will find out in about 15 minutes.
-
Kinda slow around here with so many people at
-
@travisdh1 I figured because its CD.
-
@travisdh1 said in What Are You Doing Right Now:
Kinda slow around here with so many people at
Yeah, we are all swamped with stuff going on here.
-
@scottalanmiller said in What Are You Doing Right Now:
@travisdh1 said in What Are You Doing Right Now:
Kinda slow around here with so many people at
Yeah, we are all swamped with stuff going on here.
Just remember to stay away from the parking garages while you stumble home
-
@travisdh1 said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
@travisdh1 said in What Are You Doing Right Now:
Kinda slow around here with so many people at
Yeah, we are all swamped with stuff going on here.
Just remember to stay away from the parking garages while you stumble home
No promises.
-
Is an LSI SAS 3008 ir fake, software or true hardware raid?
-
@dustinb3403 said in What Are You Doing Right Now:
LSI SAS 3008
It's a SAS controller, not meant to do RAID. But from what I can tell, it's a PowerPC powered anemic RAID system, but that's tacked on, not meant to be RAID. So hardware, but it'll suck.
-
Random internet quote of the day: "Ubuntu is an ancient African word, meaning: 'I can't configure Debian'."
-
@scottalanmiller cool cool. . .
So back to MD to configure the array. . . now if only Maya flippin installed and ran like it supposed to. . .
-
@dustinb3403 said in What Are You Doing Right Now:
LSI SAS 3008
https://www.storagereview.com/supermicro_lsi_sas3008_hba_review
Nope, @scottalanmiller is probably more accurate. Just an HBA.
-
@travisdh1 Also nothing was in the logs for Maya or Autodesk. . .
Starting to get irked.
-
@dustinb3403 said in What Are You Doing Right Now:
@travisdh1 Also nothing was in the logs for Maya or Autodesk. . .
Starting to get irked.
That's all anything from Autodesk has ever been for the IT side of things. PITA
-
I'm actually nearing the point of 1) Using Windows SW Raid 2) Installing Windows 3) installing Maya
This whole process has taken way longer than it needs too.
-
@travisdh1 said in What Are You Doing Right Now:
@dustinb3403 said in What Are You Doing Right Now:
@travisdh1 Also nothing was in the logs for Maya or Autodesk. . .
Starting to get irked.
That's all anything from Autodesk has ever been for the IT side of things. PITA
Tell me about it, I dealt with their crapware over 6 years ago at my last job. The support was a job "Here's a fax of a fax of a fax of a copy of a stencil help response to your question asking for very specific things of which none of this applies."
-
@dustinb3403 said in What Are You Doing Right Now:
I'm actually nearing the point of 1) Using Windows SW Raid 2) Installing Windows 3) installing Maya
This whole process has taken way longer than it needs too.
Let me guess. No repo to install from, stupid hardcoded dependencies that are out of date even by CentOS standards, or even worse install time self-compiler.
-
@travisdh1 said in What Are You Doing Right Now:
@dustinb3403 said in What Are You Doing Right Now:
I'm actually nearing the point of 1) Using Windows SW Raid 2) Installing Windows 3) installing Maya
This whole process has taken way longer than it needs too.
Let me guess. No repo to install from, stupid hardcoded dependencies that are out of date even by CentOS standards, or even worse install time self-compiler.
RPM's and a few dependency issues, libpng12 and libpng12.so.0 (which can be installed) but still the program doesn't work.
Attempting both RPM and their ./setup both install something, neither of which actually gets the program to a launch-able point.
-
@dustinb3403 said in What Are You Doing Right Now:
@travisdh1 said in What Are You Doing Right Now:
@dustinb3403 said in What Are You Doing Right Now:
I'm actually nearing the point of 1) Using Windows SW Raid 2) Installing Windows 3) installing Maya
This whole process has taken way longer than it needs too.
Let me guess. No repo to install from, stupid hardcoded dependencies that are out of date even by CentOS standards, or even worse install time self-compiler.
RPM's and a few dependency issues, libpng12 and libpng12.so.0 (which can be installed) but still the program doesn't work.
Attempting both RPM and their ./setup both install something, neither of which actually gets the program to a launch-able point.
Can I kick whoever put that installer together? I'll bet money that it's looking for libpng12.so.0 in a different place that where it actually is, and it's hardcoded into the program. If you can figure out what directory it's looking for it in, you can create a link to where it actually is. Good luck finding that piece of information
Edit: Spartan kick that is.