Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-04-2010, 08:30 PM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
Ubuntu 9.10 rc solution

For those who have used Graal on Ubuntu 9.10 would notice that the graal remote control doesn't launch. I found out that the libgtksourceview1.0-0 package is missing in 9.10 and is causing the problem with the launch and simply installing the package will fix the problem. Either use the terminal command below or search for it in the package manager.

NPC Code:
sudo apt-get install libgtksourceview1.0-0

Reply With Quote
  #2  
Old 02-04-2010, 09:00 PM
Deas_Voice Deas_Voice is offline
Deas
Deas_Voice's Avatar
Join Date: Jun 2007
Location: Sweden
Posts: 2,264
Deas_Voice is a jewel in the roughDeas_Voice is a jewel in the rough
Send a message via AIM to Deas_Voice Send a message via MSN to Deas_Voice Send a message via Yahoo to Deas_Voice
awesome .
good work/found!
__________________
.
WTF is real life, and where do I Download it?
There is no Real Life, just AFK!
since 2003~
I Support~
ღAeonღ | ღTestbedღ | ღDelteriaღ

if you are going to rep me, don't be an idiot, leave your name!
I got nothing but love for you
Reply With Quote
  #3  
Old 04-02-2010, 04:52 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
For some reason, after installed that library, RC still won't launch for me When I try to run it from the terminal, I get the message "Killed".
Reply With Quote
  #4  
Old 04-02-2010, 07:50 PM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
Quote:
Originally Posted by Codein View Post
For some reason, after installed that library, RC still won't launch for me When I try to run it from the terminal, I get the message "Killed".
Very strange. Installing the package should fix the problem so I have no idea what the problem could be.
Reply With Quote
  #5  
Old 04-02-2010, 11:01 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by cyan3 View Post
Very strange. Installing the package should fix the problem so I have no idea what the problem could be.
Aye, it's quite strange. I also get a seg. fault error in terminal when I try to run the compatible RC. Though, I had to manually configure the better part of my hardware so god only knows what else isn't properly configured.

I've had to resort to Scripted RC. It'd probably be a lot more tolerable if I got hold of the v6 Linux beta, though obviously I'd do more than just take advantage of the external windows and report any issues I find. Not sure if that's possible though.
Reply With Quote
  #6  
Old 04-02-2010, 11:20 PM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by Codein View Post
Aye, it's quite strange. I also get a seg. fault error in terminal when I try to run the compatible RC. Though, I had to manually configure the better part of my hardware so god only knows what else isn't properly configured.

I've had to resort to Scripted RC. It'd probably be a lot more tolerable if I got hold of the v6 Linux beta, though obviously I'd do more than just take advantage of the external windows and report any issues I find. Not sure if that's possible though.
Paste the output of some of these commands...
HTML Code:
uname -a
HTML Code:
ldd rc
HTML Code:
gdb rc
(gdb) break exit
(gdb) run
(gdb) bt
Also, try that new version that Stefan posted in the other thread. I think that may only be 64-bit though, not sure.
Reply With Quote
  #7  
Old 04-03-2010, 10:08 AM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by WhiteDragon View Post
Paste the output of some of these commands...
HTML Code:
uname -a
HTML Code:
ldd rc
HTML Code:
gdb rc
(gdb) break exit
(gdb) run
(gdb) bt
Also, try that new version that Stefan posted in the other thread. I think that may only be 64-bit though, not sure.
HTML Code:
uname -a
HTML Code:
Linux lucy-laptop 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux
HTML Code:
ldd rc
HTML Code:
not a dynamic executable
HTML Code:
gdb rc
(gdb) break exit
(gdb) run
(gdb) bt
HTML Code:
GNU gdb (GDB) 7.0-ubuntu
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /root/.graal/graal4/rc/rc/rc...
warning: no loadable sections found in added symbol-file /root/.graal/graal4/rc/rc/rc
(no debugging symbols found)...done.
(gdb) break exit
No symbol table is loaded.  Use the "file" command.
Make breakpoint pending on future shared library load? (y or [n]) y

Breakpoint 1 (exit) pending.
(gdb) run
Starting program: /root/.graal/graal4/rc/rc/rc 

Program terminated with signal SIGKILL, Killed.
The program no longer exists.
(gdb) bt
No stack.
Also, I've tried that version of RC to no avail.

Note that I've had little to no experience with Linux really, except for a few insignificant moments, so I do apologise for any newbie mistakes I've made or will make.
Reply With Quote
  #8  
Old 04-04-2010, 08:47 PM
Deas_Voice Deas_Voice is offline
Deas
Deas_Voice's Avatar
Join Date: Jun 2007
Location: Sweden
Posts: 2,264
Deas_Voice is a jewel in the roughDeas_Voice is a jewel in the rough
Send a message via AIM to Deas_Voice Send a message via MSN to Deas_Voice Send a message via Yahoo to Deas_Voice
the 9.10 version is too much eye-candy like windows 7(/vista)
so i removed it from my HDD and kept using 9.04
__________________
.
WTF is real life, and where do I Download it?
There is no Real Life, just AFK!
since 2003~
I Support~
ღAeonღ | ღTestbedღ | ღDelteriaღ

if you are going to rep me, don't be an idiot, leave your name!
I got nothing but love for you
Reply With Quote
  #9  
Old 04-04-2010, 09:06 PM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by Codein View Post
stuff
Well, those commands ended up giving me practically no info besides the fact that the binary is getting SIGKILLed somehow. Probably would need to talk to Stefan.
Reply With Quote
  #10  
Old 04-04-2010, 11:57 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by Deas_Voice View Post
the 9.10 version is too much eye-candy like windows 7(/vista)
so i removed it from my HDD and kept using 9.04
The only thing that bothers me is that my internet speed appears to be extremely slow at times, like when loading web pages. That and not being able to get on RC.
Reply With Quote
  #11  
Old 04-05-2010, 03:35 AM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
Quote:
Originally Posted by Codein View Post
The only thing that bothers me is that my internet speed appears to be extremely slow at times, like when loading web pages. That and not being able to get on RC.
Have you checked your computers hardware? When I first installed Linux my internet connection speeds were low and I kept losing connection until I later found out that my network adapter did not support Linux operating systems.

Quote:
Originally Posted by Deas_Voice View Post
the 9.10 version is too much eye-candy like windows 7(/vista)
so i removed it from my HDD and kept using 9.04
9.10 Isn't bad after you get it working properly.
Reply With Quote
  #12  
Old 04-07-2010, 11:27 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by cyan3 View Post
Have you checked your computers hardware? When I first installed Linux my internet connection speeds were low and I kept losing connection until I later found out that my network adapter did not support Linux operating systems.
That's the problem I'm having at the minute. Broadcom offer zero support for Linux, which sucks hard.
Reply With Quote
  #13  
Old 04-08-2010, 02:05 PM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
Quote:
Originally Posted by Codein View Post
That's the problem I'm having at the minute. Broadcom offer zero support for Linux, which sucks hard.
I bought a cheap adapter that supports Windows, Mac and Linux Operating Systems plus it's internal and my older one was external using a USB connection. I could forum pm you the link to where I bought mine from. It only costs £15.82 right now and has loads of great reviews from Linux users.
Reply With Quote
  #14  
Old 04-08-2010, 03:13 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by cyan3 View Post
I bought a cheap adapter that supports Windows, Mac and Linux Operating Systems plus it's internal and my older one was external using a USB connection. I could forum pm you the link to where I bought mine from. It only costs £15.82 right now and has loads of great reviews from Linux users.
That'd be great, cheers.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump


All times are GMT +2. The time now is 06:32 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.