Latest News: OOTP 13 Announced with Screenshots & Feature List! Pre-Order Now! - OOTP Baseball 12 Available! - iOOTP Baseball 2011 Available! - Title Bout Championship Boxing 2.5 released! - Inside the Park Baseball Patch 1.03 released, DEMO now available

Pre-Order OOTP 13, Save & Win! | OOTP 12 Off-Season Special, just $19.99!

Go Back   OOTP Developments Forums > Out of the Park Baseball 10 > OOTP 10 - Technical Support > OOTP 10 - Closed or Claim Fixed

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 06-03-2009, 02:22 PM   #1 (permalink)
Bat Boy
 
Join Date: Jun 2009
Posts: 9
Unable to install on Linux

I tried the file from all three download links provided. All three error out with this message:

No installation data found!:

Make sure you have got all required files.

The file size is 224401982 bytes, the same for all of them (when you untar the file from the second link at least).

Does this need to be run from a special folder or with admin rights?
bhandelman is offline  
Old 06-03-2009, 02:45 PM   #2 (permalink)
OOTP Developments
 
battists's Avatar
 
Join Date: Jul 2004
Posts: 17,024
Blog Entries: 7
Thanked 703x in 194 posts
Quote:
Originally Posted by bhandelman View Post
I tried the file from all three download links provided. All three error out with this message:

No installation data found!:

Make sure you have got all required files.

The file size is 224401982 bytes, the same for all of them (when you untar the file from the second link at least).

Does this need to be run from a special folder or with admin rights?
Unfortunately, our Linux experts are across the pond, let me see if I can round someone up!
battists is offline  
Old 06-03-2009, 02:58 PM   #3 (permalink)
Administrator
 
Andreas Raht's Avatar
 
Join Date: Jun 2002
Location: Hollern/Stade/Germany
Posts: 6,468
Thanked 1,088x in 415 posts
You must have write permissions in the folder where it's saved in, and also write permissions on both files.
Andreas Raht is offline  
Old 06-03-2009, 03:18 PM   #4 (permalink)
Developer PISD & OOTP
 
pisdpaul's Avatar
 
Join Date: Apr 2008
Posts: 508
Thanked 215x in 29 posts
Do you see a splash screen? if so how long (roughly) does it appear on the screen.

Do you have a /home/<username>/tmp folder? Do you have full access rights to that folder?
pisdpaul is offline  
Old 06-03-2009, 04:22 PM   #5 (permalink)
Minors (Triple A)
 
hopeful1212's Avatar
 
Join Date: Jun 2009
Posts: 264
Blog Entries: 247
Thanked 21x in 18 posts
Quote:
Originally Posted by pisdpaul View Post
Do you see a splash screen? if so how long (roughly) does it appear on the screen.

Do you have a /home/<username>/tmp folder? Do you have full access rights to that folder?
I was having the same problem as the OP. Creating a /home/"user"/tmp folder solved it. (Where "user" == my username obviously)
hopeful1212 is offline  
Old 06-03-2009, 04:25 PM   #6 (permalink)
OOTP Developments
 
battists's Avatar
 
Join Date: Jul 2004
Posts: 17,024
Blog Entries: 7
Thanked 703x in 194 posts
hopeful, I'd like to add a FAQ entry for this.

Since I'm among the Linux-clueless, could you give me the exact steps you used to create this directory?

Thanks!

Steve
battists is offline  
Old 06-03-2009, 04:40 PM   #7 (permalink)
Developer PISD & OOTP
 
pisdpaul's Avatar
 
Join Date: Apr 2008
Posts: 508
Thanked 215x in 29 posts
Quote:
Originally Posted by hopeful1212 View Post
I was having the same problem as the OP. Creating a /home/"user"/tmp folder solved it. (Where "user" == my username obviously)
strange, if you dont have a /home/<usr>/tmp folder it should default to /tmp. Do you have a /tmp too? is it writable by you?
pisdpaul is offline  
Old 06-03-2009, 04:43 PM   #8 (permalink)
Developer PISD & OOTP
 
pisdpaul's Avatar
 
Join Date: Apr 2008
Posts: 508
Thanked 215x in 29 posts
Quote:
Originally Posted by battists View Post
hopeful, I'd like to add a FAQ entry for this.

Since I'm among the Linux-clueless, could you give me the exact steps you used to create this directory?

Thanks!

Steve
Two ways:

Command line:
mkdir -p /home/`whoami`/tmp

Gui:
Same as windows execpt the app name is not "Windows Explorer" but distribution specific. Popular file browsers include Konquror, Dolphin, nautilus etc, But then again people using the GUI may not be aware what app they are running anyhow.
pisdpaul is offline  
Old 06-03-2009, 05:08 PM   #9 (permalink)
Minors (Triple A)
 
hopeful1212's Avatar
 
Join Date: Jun 2009
Posts: 264
Blog Entries: 247
Thanked 21x in 18 posts
Quote:
Originally Posted by pisdpaul View Post
strange, if you dont have a /home/<usr>/tmp folder it should default to /tmp. Do you have a /tmp too? is it writable by you?
I have a /tmp and it's available for all users to read/write. Looking in it I see some OOTP stuff. I've got a ootp10linuxsetup folder with installer.pkg in it.

I think I've found the problem though. Looks like my root partition is now full and I guess the setup program wasn't able to copy everything to /tmp that it wanted. My user partition had enough room, which is why creating the /tmp folder there worked. Should have thought to check that eariler I guess.

Last edited by hopeful1212; 06-03-2009 at 05:09 PM.
hopeful1212 is offline  
Old 06-03-2009, 05:22 PM   #10 (permalink)
OOTP Developments
 
battists's Avatar
 
Join Date: Jul 2004
Posts: 17,024
Blog Entries: 7
Thanked 703x in 194 posts
Quote:
Originally Posted by hopeful1212 View Post
I have a /tmp and it's available for all users to read/write. Looking in it I see some OOTP stuff. I've got a ootp10linuxsetup folder with installer.pkg in it.

I think I've found the problem though. Looks like my root partition is now full and I guess the setup program wasn't able to copy everything to /tmp that it wanted. My user partition had enough room, which is why creating the /tmp folder there worked. Should have thought to check that eariler I guess.
Does this mean that it's working now, or that you SUSPECT it will work once you've cleared out enough space? Just want to make sure we don't close this before it's up and running!
battists is offline  
Old 06-03-2009, 05:24 PM   #11 (permalink)
Developer PISD & OOTP
 
pisdpaul's Avatar
 
Join Date: Apr 2008
Posts: 508
Thanked 215x in 29 posts
Quote:
Originally Posted by hopeful1212 View Post
I have a /tmp and it's available for all users to read/write. Looking in it I see some OOTP stuff. I've got a ootp10linuxsetup folder with installer.pkg in it.

I think I've found the problem though. Looks like my root partition is now full and I guess the setup program wasn't able to copy everything to /tmp that it wanted. My user partition had enough room, which is why creating the /tmp folder there worked. Should have thought to check that eariler I guess.
Ah, that makes perfect sense. I am happy now I understand whats going on... Easy to please, thats me

@steve: you should note in the FAQ for people to check there disk space on ALL platforms as it will stop the installer working if it runs out of space
pisdpaul is offline  
Old 06-03-2009, 05:27 PM   #12 (permalink)
Developer PISD & OOTP
 
pisdpaul's Avatar
 
Join Date: Apr 2008
Posts: 508
Thanked 215x in 29 posts
Quote:
Originally Posted by battists View Post
Does this mean that it's working now, or that you SUSPECT it will work once you've cleared out enough space? Just want to make sure we don't close this before it's up and running!
It is working. By creating the folder mentioned above he was amking the installer use a different hard disk (or partition) that had enough space.

For FAQ purposes the linux command for viewing disk space is "df -h". Again most distros have a gui way to get this info too, but that differs widely depending on which version of linux people are running.
pisdpaul is offline  
Old 06-03-2009, 05:53 PM   #13 (permalink)
Minors (Triple A)
 
hopeful1212's Avatar
 
Join Date: Jun 2009
Posts: 264
Blog Entries: 247
Thanked 21x in 18 posts
Quote:
Originally Posted by battists View Post
Does this mean that it's working now, or that you SUSPECT it will work once you've cleared out enough space? Just want to make sure we don't close this before it's up and running!
As pisdpaul said it already was working but I uninstalled and tried again by setting my system the way it was before. I uninstalled OOTP, deleted the extra tmp directory, and cleared some diskspace on my other partition.

The install worked, which confirms that it was just a diskpace problem.

Basically the problem was that I didn't have enough space for the temp files on the partition where my tmp directory is.

Hopefully, the OP's problem is the same.
hopeful1212 is offline  
Old 06-03-2009, 07:56 PM   #14 (permalink)
Bat Boy
 
Join Date: Jun 2009
Posts: 9
One problem down, now a new one

Creating a tmp directory in my home folder and running the app from there first one issue. However, after the install completed, I got a new error complaining it couldn't create the data directory even though it was installed inside my home folder. Once I ran it once as root it fixed that problem. I am still having another issue, but I'll create a new topic for that one. Thanks for all the help.
bhandelman is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 02:35 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO 3.6.0
Copyright © 2009 Out of the Park Developments