"rawr i'm a dinosaur" when writing bz2 file
See original GitHub issue- Etcher version: git head at e47a70606ce017a14a3ab29a1edeee5e6399b3b1
- Operating system and architecture: ArchLinux x64
- Do you see any meaningful error information on DevTools?
tracker.js:10 Error: rawr i'm a dinosaur
at ChildProcess.child.on (/home/greg/resin/prog/etcher/lib/src/child-writer/index.js:92)
at emitTwo (events.js:106)
at ChildProcess.emit (events.js:191)
at handleMessage (internal/child_process.js:718)
at Pipe.channel.onread (internal/child_process.js:444)
a.(anonymous function) @ tracker.js:10
(anonymous function) @ /home/greg/resin/prog/etcher/node_modules/angular/angular.js:13708
logException @ /home/greg/resin/prog/etcher/lib/gui/modules/analytics.js:157
reportException @ /home/greg/resin/prog/etcher/lib/gui/modules/error.js:45
ImageWriterService.flash.then.catch @ /home/greg/resin/prog/etcher/lib/gui/pages/main/controllers/flash.js:82
processQueue @ /home/greg/resin/prog/etcher/node_modules/angular/angular.js:16170
(anonymous function) @ /home/greg/resin/prog/etcher/node_modules/angular/angular.js:16186
$eval @ /home/greg/resin/prog/etcher/node_modules/angular/angular.js:17444
$digest @ /home/greg/resin/prog/etcher/node_modules/angular/angular.js:17257
(anonymous function) @ /home/greg/resin/prog/etcher/node_modules/angular/angular.js:17483
completeOutstandingRequest @ /home/greg/resin/prog/etcher/node_modules/angular/angular.js:5955
(anonymous function) @ /home/greg/resin/prog/etcher/node_modules/angular/angular.js:6234
d.util.hasFunction.f.(anonymous function) @ tracker.js:3
Get this rawr i'm a dinosaur
error while writing the bz2
compressed version of the Raspbian Jessie image. Very slow writing (~3x slower than other compressed images), and breaks around ~95%.
Happens both with 1.0.0-beta15
AppImage, and git head npm start
.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:21 (17 by maintainers)
Top Results From Across the Web
Dinosaur Island: Rawr 'n Write | Board Game - BoardGameGeek
Dinosaur Island: Rawr 'n Write is a unique game in which players draft dice and then use those drafted dice as workers in...
Read more >Downloading large .bz2 files with Python requests library
I am currently developing a Python script that calls a REST API to download data that is made available everyday through the API....
Read more >How to mount bzip2-ed Clonezilla image without using extra ...
I want to recover some files onto that portable drive from the Clonezilla image I've made. My idea is to mount the compressed...
Read more >Rawr Dinosaur Svg - Etsy
Check out our rawr dinosaur svg selection for the very best in unique or custom, handmade pieces from our papercraft shops.
Read more >Untitled
Finance article writing, Tar4 aiphone, Glyn rhonwy plan, Nettoyage pampilles ... Uncompress bz2 file online, Bijlmer bouwjaar, Serum nivea q10 opiniones, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This might be fixed in bunzip2-stream@1.011 Let me know if it is!
Unfortunately I no longer have a copy of @imrehg 's
2016-05-27-raspbian-jessie.img.bz2
file - I must have deleted it due to lack of disk space 😦 (and @imrehg 's dropbox download link is no longer working) So I instead attempted to recreate it by downloading, extracting and recompressing http://downloads.raspberrypi.org/raspbian/images/raspbian-2016-05-31/2016-05-27-raspbian-jessie.zip and that did then recreate the infamous dinosaur-error withunbzip-stream@1.0.10
😉 And upgrading tounbzip-stream@1.0.11
did then eliminate the bug, so I can confirm v1.0.11 fixes this problem 😄