www.marcasenlinea.com.ar

2008-01-01 Thread Pls check this new site
Please see this site in Subject



www.pataconia.com.ar

2008-01-01 Thread Pls check this new site
Please see this site in Subject



www.sueldos-online.com.ar

2008-01-01 Thread Pls check this new site
Please see this site in Subject



[EMAIL PROTECTED] and Boinc

2008-01-01 Thread Mike Cruz
I would like to install and run the [EMAIL PROTECTED] project on my server. It
does not have X11 installed.
I already have installed boinc_client. I understand you can control
boinc for the command line 
using boinc_cmd. bonic_client is already setup to start at boot. I am
trying to connect to the seti
@home project and its not working. I understand there is yet another
account I need for bonic to work 
somthing called BAM. could someone explain this? 

Its really silly having this many problems installing and running
[EMAIL PROTECTED] I used to help back when I ran
gentoo and it was simple as pie it seem like they really made it much
harder to HELP them out. 



Mike 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] and Boinc

2008-01-01 Thread David

Mike Cruz wrote:

I would like to install and run the [EMAIL PROTECTED] project on my server. It
does not have X11 installed.
I already have installed boinc_client. I understand you can control
boinc for the command line 
using boinc_cmd. bonic_client is already setup to start at boot. I am

trying to connect to the seti
@home project and its not working. I understand there is yet another
account I need for bonic to work 
somthing called BAM. could someone explain this? 


Its really silly having this many problems installing and running
[EMAIL PROTECTED] I used to help back when I ran
gentoo and it was simple as pie it seem like they really made it much
harder to HELP them out. 

It might be one of those little things.
You've spelt boinc as bonic twice in your post.
Have you done the same in your config?
Regards,
--
David Palmer
Linux User - #352034


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



debugging xchat with gdb

2008-01-01 Thread Nuno Magalhães
Greetings earthlings.

My xchat crashes randomly when minimized - meaning i can't pinpoint
why it crashes. I'm still using gnome. I've tried running it from a
terminal but it never crashes when i do so (Murphy loves me). So i
tried with gdb, makes sense huh?

1.
gdb
(gdb) xchat
Undefined command: xchat.  Try help.

2.
gdb xchat
This GDB was configured as x86_64-linux-gnu...BFD: /usr/bin/xchat:
don't know how to handle OS specific section `.gnu.hash' [0x6ff6]
/usr/bin/xchat: not in executable format: File format not recognized

3.
ls -l /usr/bin/xchat
-rwxr-xr-x 1 root root 600256 2007-06-10 16:31 /usr/bin/xchat

4.
file /usr/bin/xchat
/usr/bin/xchat: ELF 64-bit LSB executable, AMD x86-64, version 1
(SYSV), for GNU/Linux 2.6.1, dynamically linked (uses shared libs),
for GNU/Linux 2.6.1, stripped

5.
apt-get install gdb
Setting up gdb (6.7.1-1) ...

6.
gdb xchat
(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(gdb)

How come gdb won't launch xchat? What's it waiting for?

-- 
Fica bem, porta-te mal.
Be well, misbehave.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: debugging xchat with gdb

2008-01-01 Thread Masami Ichikawa

Hi.

on 01/02/08 15:47, Nuno Magalhães wrote:

6.
gdb xchat
(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.
(gdb)

How come gdb won't launch xchat? What's it waiting for?

GDB is waiting your command. so, you need to type r.

Cheers,
--
/*
 * Masami Ichikawa
 * mailto: [EMAIL PROTECTED]
 *   : [EMAIL PROTECTED]
 */


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]