Live chat

GHz Aggiornamento stats minecraft ripristinato, avevano fatto una variazione al sito web che bloccava l'update, grazie per la segnalazione Loroe (18.09.25, 23:11)
boboviz credo sia un problema dei progetti (18.09.25, 11:02)
Loroe Ciao, perchè le statistiche di alcuni progetti non si aggiornano? es. minecraft è fermo da un paio di mesi. (13.09.25, 18:45)
Spot T and crunching by cpu...that's twice worth of mention (06.09.25, 20:03)
Spot T I think you are the only one (of us) that found a megaprime in srbase proj (06.09.25, 20:02)
entity Thanks, I'm glad the team got recognition too (06.09.25, 17:55)
r3venge Complimenti Entity!! (05.09.25, 21:30)
Spot T congrats to entity for the megaprime found (05.09.25, 19:56)
Fabrizio74 Dopo una pausa è arrivato un pò di lavoro in Gpugrid (28.08.25, 16:43)
boboviz @vincenzo effettivamente è strano. Che altri progetti hai agganciato?? (25.08.25, 15:15)
boboviz I challenge/sfida sono sempre stati una "sfida" per organizzarsi (25.08.25, 15:15)
Vincenzo Cefariello P.s ma perché Boinc se metto 10 giorni di lavoro e 10 supplementari, prende solo Einsten e Milkway. Deve prendere tutti i progetti .-. (23.08.25, 14:25)
Vincenzo Cefariello Lasciamo stare che poi nessuno si degna di leggere un pdf o qualche guida, ma vuole un tutorial su youtube anche per le menate (23.08.25, 14:22)
Vincenzo Cefariello Il problema rimane sempre lo stesso, poca pubblicità di Boinc, troppa ignoranza in generale, e setup troppo complicato per chi non è pratico di Computers (23.08.25, 14:22)
r3venge no al momento sono ancora fermo, mi sto organizzando, ma ho visto che l'attività sul forum dei 3d relativi ai challenge è praticamente scomparsa (21.08.25, 23:18)
kidkidkid3 Correggetemi se ho sbagliato (20.08.25, 18:24)
kidkidkid3 Se non ricordo male abbiamo l'iscrizione automatica a tutti i challenge che partono, anche se da parte nostra non ne lanciamo più (20.08.25, 18:23)
kidkidkid3 Bentornato ... allo scaccolo ! (20.08.25, 18:22)
r3venge Sono stato un pò assente ma volevo sapere, a parte il Pentathlon, non si fanno più challenge? (19.08.25, 00:42)
boboviz Buon Ferragosto!! (15.08.25, 15:13)
Per usare la chat devi effettuare il login.
Benvenuto, Ospite
Nome utente: Password: Ricordami
29 Set 2025

29 Settembre 2025 : 14:30
Migrazione del forum e dei suoi contenuti

Leggi tutto...
  • Pagina:
  • 1

ARGOMENTO:

Modifiche al wrapper di VirualBox 12/12/2023 16:32 #138661

  • boboviz
  • Avatar di boboviz Autore della discussione
  • Offline
  • Administrator
  • Administrator
  • Messaggi: 8245
  • Ringraziamenti ricevuti 442
Con la nuova release in arrivo ci saranno importanti novità per quanto riguarda il wrapper
- prima, per creare una versione del wrapper era necessario utilizzare una versione di linux vecchia (molto vecchia). Adesso la cosa sarà più semplice, eseguendo su #GitHub CL. Per fare questo saranno necessarie librerie glibc aggiornate (e quindi distro linux aggiornate).
- Hanno aggiornato, un pò di tempo, la pagina per le VboxApps
- Con la nuova versione si condividerà lo slot e le dir dei progetti

A questo punto, però, chiedo l'aiuto del mio uomo all'Avana, ovvero il buon Saba per capire se tutto stò ambaradan sarà utile ai progetti e cosa cambierà per noi utenti...


Sei curioso dei risultati scientifici di Boinc? Guarda la sezione Pubblicazioni.

"We continue to face indifference and resistance from the high­-performance computing establishment." D. Anderson


The first italian guy with 1 milion (and half) on Ralph

Si prega Accedi o Crea un account a partecipare alla conversazione.

Ultima Modifica: da boboviz.

Modifiche al wrapper di VirualBox 14/12/2023 15:30 #138663

  • entity
  • Avatar di entity
  • Offline
  • RAM 128 KB
  • RAM 128 KB
  • Messaggi: 42
  • Ringraziamenti ricevuti 11
Sharing of the slot and project directories is a VERY BIG deal in my opinion. I stopped running the Rosetta project because it would copy the executable from the project directory into every slot directory at work unit start. The executable was very large if I remember correctly. On my 128 thread server, the wrapper would try and copy the executable 128 times at BOINC client start. This would monopolize the disk for almost an hour. It would also cause the BOINC data directory to fill up and BOINC would terminate as it couldn't write to the client_state.xml file. The wrapper now <links> to the executable in the project directory so only need one copy.

Si prega Accedi o Crea un account a partecipare alla conversazione.

Modifiche al wrapper di VirualBox 15/12/2023 15:52 #138664

  • zioriga
  • Avatar di zioriga
  • Offline
  • RAM 1GB
  • RAM 1GB
  • Messaggi: 3065
  • Ringraziamenti ricevuti 260
:ok:

Si prega Accedi o Crea un account a partecipare alla conversazione.

Modifiche al wrapper di VirualBox 15/12/2023 16:21 #138665

  • boboviz
  • Avatar di boboviz Autore della discussione
  • Offline
  • Administrator
  • Administrator
  • Messaggi: 8245
  • Ringraziamenti ricevuti 442

Sharing of the slot and project directories is a VERY BIG deal in my opinion. I stopped running the Rosetta project because it would copy the executable from the project directory into every slot directory at work unit start. The executable was very large if I remember correctly.


No, this is the multi-attach disk functionality, implemented some times ago
The sharing of folders is, if i'm not wrong, another functionality....


Sei curioso dei risultati scientifici di Boinc? Guarda la sezione Pubblicazioni.

"We continue to face indifference and resistance from the high­-performance computing establishment." D. Anderson


The first italian guy with 1 milion (and half) on Ralph

Si prega Accedi o Crea un account a partecipare alla conversazione.

Modifiche al wrapper di VirualBox 15/12/2023 21:29 #138666

  • entity
  • Avatar di entity
  • Offline
  • RAM 128 KB
  • RAM 128 KB
  • Messaggi: 42
  • Ringraziamenti ricevuti 11
Thanks Boboviz. Maybe you are right. I do remember reading somewhere that there had been a new version of the wrapper built that corrected the problem but never actually heard if it was implemented. I also remember reading that Rosetta didn't seem interested in implementing the new wrapper anytime soon. I was dealing with this problem about 18 months ago. What was interesting at the time was there were other projects that were using the wrapper technology that didn't seem to have the same problem. Maybe the amount of data they were coping was a lot smaller where it wasn't as noticeable or they modified the wrapper for their project.

Si prega Accedi o Crea un account a partecipare alla conversazione.

Modifiche al wrapper di VirualBox 16/12/2023 09:03 #138667

  • boboviz
  • Avatar di boboviz Autore della discussione
  • Offline
  • Administrator
  • Administrator
  • Messaggi: 8245
  • Ringraziamenti ricevuti 442

Thanks Boboviz. Maybe you are right. I do remember reading somewhere that there had been a new version of the wrapper built that corrected the problem but never actually heard if it was implemented. I also remember reading that Rosetta didn't seem interested in implementing the new wrapper anytime soon.


Yes, rosetta@home project is VERY VERY slow to implement new boinc platform funcionality
And we must not confuse between boinc wrapper and boinc virtualbox wrapper


Sei curioso dei risultati scientifici di Boinc? Guarda la sezione Pubblicazioni.

"We continue to face indifference and resistance from the high­-performance computing establishment." D. Anderson


The first italian guy with 1 milion (and half) on Ralph

Si prega Accedi o Crea un account a partecipare alla conversazione.

Modifiche al wrapper di VirualBox 08/01/2024 12:24 #138689

  • boboviz
  • Avatar di boboviz Autore della discussione
  • Offline
  • Administrator
  • Administrator
  • Messaggi: 8245
  • Ringraziamenti ricevuti 442
Detto, fatto.
Hanno rilasciato, dopo 1 anno, una nuova versione del wrapper, la 26207 (e anche una VM_image.zip).
Ovviamente nessuna release note....


Sei curioso dei risultati scientifici di Boinc? Guarda la sezione Pubblicazioni.

"We continue to face indifference and resistance from the high­-performance computing establishment." D. Anderson


The first italian guy with 1 milion (and half) on Ralph

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Pagina:
  • 1
Moderatori: camposReLeonAntonio Cerrato
Tempo creazione pagina: 0.123 secondi
Powered by Forum Kunena