WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: I want to install Boinc.  (Read 3436 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14741
Re: I want to install Boinc.
« Reply #45 on: July 31, 2024, 06:39:03 AM »
Immediately after you enter “boincmgr” and get the illegal instruction message enter “dmesg | tail-10” and see if that gives any clue to the problem.

Offline Richard Cranium

  • Newbie
  • *
  • Posts: 35
Re: I want to install Boinc.
« Reply #46 on: August 01, 2024, 06:39:36 PM »

Okay, the "knocking" of the hard drive is puzzling, but we'll leave that alone for a moment (but still...  be mentally prepared for a hard drive replacement "just in case" as the main culprits of knocking drives are bad drives or bad power supplies.)


no no , you misunderstand, it's seemingly normal for this machine to sound like that, it's not really "banging" , it's just noticeable..


Quote
@Richard Cranium: In the meantime, please take a photo of the screen from the command below and post the results here.
Code: [Select]
cat /proc/cpuinfoWe need the lines processor through flags at the very least.  (Processor line should contain "processor      : 0")
If you need more than one photo to accomplish this
Code: [Select]
cat /proc/cpuinfo | more...and press the ENTER key to show the next line or SPACE bar to show the next full screen of information.

Specifically, on the flags line, you want to see whether the letters "smt" or "ht" exist.
IF SO, you need to go into BIOS and disable Hyper-Threading (HT/SMT did not exist yet with the Pentium 3 processor generation, but some motherboards which operated with EITHER P3 or P4 Socket 37x processors would have the option to enable HT/SMT with the assumption you had a P4 chip installed. Some laptops, especially ThinkPads of the age, used this "feature" as a potential "upgrade" in their sales pitch in a special line of motherboards which had removable processors...  it was rare anyone actually DID the upgrade, though, considering the amount of work/time it takes to dismantle the machine, switch processors, and put it back together.)

screenshots....

sorry for the late reply... :P

Offline Richard Cranium

  • Newbie
  • *
  • Posts: 35
Re: I want to install Boinc.
« Reply #47 on: August 01, 2024, 06:42:53 PM »
Immediately after you enter “boincmgr” and get the illegal instruction message enter “dmesg | tail-10” and see if that gives any clue to the problem.


it just says :

Quote
sh: tail-10 : not found

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11500
Re: I want to install Boinc.
« Reply #48 on: August 01, 2024, 09:09:42 PM »
Hi Richard Cranium
...
Quote
sh: tail-10 : not found
There's a space missing in the command. It should be:
Code: [Select]
dmesg | tail -10

Offline Richard Cranium

  • Newbie
  • *
  • Posts: 35
Re: I want to install Boinc.
« Reply #49 on: August 01, 2024, 10:27:29 PM »
Hi Richard Cranium
...
Quote
sh: tail-10 : not found
There's a space missing in the command. It should be:
Code: [Select]
dmesg | tail -10

tried it again...

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14741
Re: I want to install Boinc.
« Reply #50 on: August 02, 2024, 04:02:41 AM »
From this:
Code: [Select]
traps: boincmgr[6395] trap invalid opcode ip:b406acbc sp:bf984190 error:0 in libwebkit2gtk-4.0.so.37.55.8[b3b4f000+14de000]..the problem appears to be in the webkitgtk4 extension.

Offline Richard Cranium

  • Newbie
  • *
  • Posts: 35
Re: I want to install Boinc.
« Reply #51 on: August 02, 2024, 12:16:59 PM »
From this:
Code: [Select]
traps: boincmgr[6395] trap invalid opcode ip:b406acbc sp:bf984190 error:0 in libwebkit2gtk-4.0.so.37.55.8[b3b4f000+14de000]..the problem appears to be in the webkitgtk4 extension.

So then... I it's safe to assume that my cpu architecture (or to say cpu related) isn't the problem , nor ram or even the installed OS version??? 

This has me more confused because , in  a previous post someone said they got it working.. (EDIT- I know a saw a post here where someone said they got it working , but -It was deleted????? , I can't find it now.)

« Last Edit: August 02, 2024, 12:23:42 PM by Richard Cranium »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14741
Re: I want to install Boinc.
« Reply #52 on: August 02, 2024, 12:51:50 PM »
Boinc works for me - the problem is that webkitgtk throws an illegal instruction on your old cpu.

I’m currently recompiling webkitgtk to see if I can force it to respect the i486 instruction set.

Offline Richard Cranium

  • Newbie
  • *
  • Posts: 35
Re: I want to install Boinc.
« Reply #53 on: August 02, 2024, 03:19:51 PM »
Boinc works for me - the problem is that webkitgtk throws an illegal instruction on your old cpu.

I’m currently recompiling webkitgtk to see if I can force it to respect the i486 instruction set.


Ah ok , I'll wait a while . 

And Thank You .. 8)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14741
Re: I want to install Boinc.
« Reply #54 on: August 03, 2024, 03:57:38 AM »
Recompiled webkitgtk4 posted - I don't have an i486 to test, please update your version of webkitgtk4 and try boincmgr again.

Offline Richard Cranium

  • Newbie
  • *
  • Posts: 35
Re: I want to install Boinc.
« Reply #55 on: August 03, 2024, 02:10:16 PM »
Recompiled webkitgtk4 posted - I don't have an i486 to test, please update your version of webkitgtk4 and try boincmgr again.

I removed boinc all together thru the package manager, restarted and re-installed boinc , I still get the same error .

Quote
illegal instruction

I checked and the recompiled version is installed...

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14741
Re: I want to install Boinc.
« Reply #56 on: August 03, 2024, 02:57:40 PM »
It was webkitgtk4 you needed to reinstall, not boinc.

Offline Richard Cranium

  • Newbie
  • *
  • Posts: 35
Re: I want to install Boinc.
« Reply #57 on: August 03, 2024, 05:07:14 PM »
It was webkitgtk4 you needed to reinstall, not boinc.

That's what I did....   Boinc dosen't launch...

Offline Richard Cranium

  • Newbie
  • *
  • Posts: 35
Re: I want to install Boinc.
« Reply #58 on: August 03, 2024, 05:13:14 PM »
It was webkitgtk4 you needed to reinstall, not boinc.

new screenshot.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14741
Re: I want to install Boinc.
« Reply #59 on: August 04, 2024, 10:42:29 AM »
I tried one more time.

Please use the apps gui to update webkitgtk4, reboot and test boincmgr.

If anybody knows how best to configure cmake to force i486, suggestions welcome.

I tried this using -DCMAKE_TOOLCHAIN_FILE:
Code: [Select]
# the name of the target operating system
set(CMAKE_SYSTEM_NAME Linux)

# Which compilers to use for C and C++
set(CMAKE_C_COMPILER /usr/local/bin/i486-linux-gnu-gcc)
set(CMAKE_CXX_COMPILER /usr/local/bin/i486-linux-gnu-g++)
..but webkitgtk wouldn't configure