Go Back   Champions of Regnum > English > Technical Support > Linux

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 06-24-2009, 08:21 AM   #11
Arafails
Baron
 
Arafails's Avatar
 
Join Date: Nov 2007
Location: Not where it looks like, to either of us.
Posts: 706
Arafails will become famous soon enough
Default

Wow.

The fact that the flags are greyed out actually suggests he doesn't own the file anyway (did you run firefox with root privileges or something?)

Anyway, Nightchill, RO actually doesn't work out of the box with Ubuntu. You have to install OpenAL yourself (I know, WTF?)
__________________
If you can't detect sarcasm yourself, please pay attention when it's pointed out to you.
Arathael :: Wyrd Sceote :: Gwn M'gerSoul Taker, Imperial Guard of Ignis
Arafails no ha iniciado sesión   Reply With Quote
Old 06-24-2009, 11:27 AM   #12
Nightchill
Banned
 
Join Date: Jul 2008
Posts: 433
Nightchill is on a distinguished road
Default

What you are doing is changing the directory to RegnumOnlineInstall_32, and since that is a file you can not change the directory to it. That means you can't do the following:
Code:
cd /home/an/Desktop/RegnumOnlineInstall_32
So, here's how you do this
Code:
cd /home/$USER/Desktop
chmod +x RegnumOnlineInstall_32
./RegnumOnlineInstall_32
IF you still have permission problems and can not execute I suggest you do the following:
Code:
su -
chown $USER /home/$USER/Desktop/RegnumOnlineInstall_32
su - $USER
Now just repeat the cd steps above.

Note: $USER = your username, e.g. if your username is johndoe than you replace $USER with johndoe. (e.g. /home/johndoe instead of /home/$USER)

@arathael, umm, last time i installed ubuntu ibex (2 days ago) and ran regnum libopenal was already installed.
Nightchill no ha iniciado sesión   Reply With Quote
Old 06-24-2009, 06:22 PM   #13
onemyndseye
Master
 
onemyndseye's Avatar
 
Join Date: Jul 2008
Location: South Central USA
Posts: 260
onemyndseye is on a distinguished road
Default

please post the output of the following command:

Code:
mount

Thanks,
__________________
RA/Syrtis Hunter LVL50: Elusis
RA/Syrtis Barba LVL50: Artemisia
RA/Syrtis Conju Lvl45: Nellas Miriel
onemyndseye no ha iniciado sesión   Reply With Quote
Old 06-24-2009, 09:59 PM   #14
Nightchill
Banned
 
Join Date: Jul 2008
Posts: 433
Nightchill is on a distinguished road
Default

let me break it down,

the following changes the user from you to root, for that you need the root password (ask your brother for it)
Code:
su -
chown changes the owner of the file from someone else to you (since i'm guessing that might be the problem if it won't start even after you did chmod +x)
Code:
chown $USER /home/$USER/Desktop/RegnumOnlineInstall_32
and the last bit changes back from root to you
Code:
su - $USER
Nightchill no ha iniciado sesión   Reply With Quote
Old 06-25-2009, 06:20 AM   #15
onemyndseye
Master
 
onemyndseye's Avatar
 
Join Date: Jul 2008
Location: South Central USA
Posts: 260
onemyndseye is on a distinguished road
Default

Ok...one more:

show output of this command:
Code:
ls -l /

(Nightchill: Im thinking his home dir may be set to noexec)

[/code]
__________________
RA/Syrtis Hunter LVL50: Elusis
RA/Syrtis Barba LVL50: Artemisia
RA/Syrtis Conju Lvl45: Nellas Miriel
onemyndseye no ha iniciado sesión   Reply With Quote
Old 06-25-2009, 09:22 AM   #16
Nightchill
Banned
 
Join Date: Jul 2008
Posts: 433
Nightchill is on a distinguished road
Default

Quote:
Originally Posted by onemyndseye View Post
(Nightchill: Im thinking his home dir may be set to noexec)
o,o if it is that then it's weird

@zero: btw what is your system configuration, i.e. what graphic card do you have?
Nightchill no ha iniciado sesión   Reply With Quote
Old 06-25-2009, 09:27 AM   #17
_dracus_
Count
 
_dracus_'s Avatar
 
Join Date: Jul 2007
Location: Toulouse
Posts: 1,335
_dracus_ is on a distinguished road
Default

Quote:
Originally Posted by Nightchill View Post
easiest solution for you: get debian/ubuntu. everything works out of the box there, even regnum
Hum not really, The executable available on the website seemed to be faulty last time I checked.

Downloaded it twice, and twice it was not running saying some crap like

sh: ('!
__________________
« Thanks all, you are right I'm great with the barbarian ... for killing mobs. » -- Athena Stillwater
_dracus_ no ha iniciado sesión   Reply With Quote
Old 06-25-2009, 02:19 PM   #18
linearguild
Initiate
 
linearguild's Avatar
 
Join Date: Dec 2008
Location: Spawned at save
Posts: 198
linearguild is on a distinguished road
Default

Please give the output of

Code:
cat /etc/fstab
__________________
Xia - Marksman · Saiph - Warlock · Amaron - Conjurer
A proud member of
I N Q U I S I T I O N
linearguild no ha iniciado sesión   Reply With Quote
Old 06-25-2009, 03:32 PM   #19
linearguild
Initiate
 
linearguild's Avatar
 
Join Date: Dec 2008
Location: Spawned at save
Posts: 198
linearguild is on a distinguished road
Default

Quote:
Originally Posted by zero579911 View Post
wow so many outputs....anyways here it is:

Code:
cat /etc/fstab


So any luck on helping me?????
We're getting there. NTFS-3G is slightly bugged in that it likes to mount things noexec without telling you.

For quick fix, do:

Code:
sudo mount -oremount,exec /pub/data1
However, you will lose this fix when you reboot. To make it permanent, edit /etc/fstab like this (changes in red):

Code:
/dev/sda2 /pub/data1 ntfs-3g rw,defaults,user,exec 0 0
/dev/sdb1 /pub/data2 ntfs-3g rw,defaults,user,exec 0 0
You'll need help from your brother, or whoever else has admin rights, to do the above steps.

You should be able to do the chmod +x etc. sequence at this point. If not, show the output of mount command again.
__________________
Xia - Marksman · Saiph - Warlock · Amaron - Conjurer
A proud member of
I N Q U I S I T I O N
linearguild no ha iniciado sesión   Reply With Quote
Old 06-25-2009, 04:44 PM   #20
linearguild
Initiate
 
linearguild's Avatar
 
Join Date: Dec 2008
Location: Spawned at save
Posts: 198
linearguild is on a distinguished road
Default

It's a protected file that regular users can't edit. Ask your brother (or whoever has sudo rights on the machine) to make the changes as root user.

After making the changes, just reboot and retry the chmod sequence.
__________________
Xia - Marksman · Saiph - Warlock · Amaron - Conjurer
A proud member of
I N Q U I S I T I O N
linearguild no ha iniciado sesión   Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 03:23 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved