Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[DONE] What happened to the linux installer
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Done:  What happened to the linux installer
13th Jan, 2015, 06:26 AM
Post: #11
calhaus Offline
Registered
Posts: 39
Joined: Jul 2013
Reputation: 4
RE: What happened to the linux installer
I've tested it and it did not work (Mint 17.1 x64) :/
(Will try again later...)

so i've made it executable (chmod +x), used root to open it, the program found all the *.img.gz files under sourceforge "release" folder correctly and told me the right drive/sd to install.

I've chosend the last one "XBian_2014.12.15_rpi.img.gz" and the download was fine. After download it did not installed it correctly (or at all)... :/

But this was strange, this unmounted me all my drives and after was getting me an error: "QIODevice::write: device not open"

Terminal output:
Spoiler (Click to View)
sudo ./XBian-installer
[sudo] password for calhaus:
Unmount stdout: ""
Unmount stderr: "umount: /dev/sda: not mounted
umount: /dev/sda1: not mounted
umount: /dev/sda2: not mounted
umount: /: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
umount: /dev/sdb: not mounted
umount: /dev/sdb1: not mounted
umount: /dev/sdc: not mounted
umount: /dev/sdc1: not mounted
"
QFile::setFileName: File (/dev/sdc) is already opened
Unmount stdout: ""
Unmount stderr: "umount: /dev/sda: not mounted
umount: /dev/sda1: not mounted
umount: /dev/sda2: not mounted
umount: /dev/sda3: not mounted
umount: /: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
umount: /dev/sdb: not mounted
umount: /dev/sdb1: not mounted
umount: /media/calhaus/FC7EC7537EC7057C: not mounted
umount: /dev/sdc: not mounted
umount: /dev/sdc1: not mounted
"
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
QIODevice::write: device not open
(...)

P.S.: Also i was seeing the git source code, maybe to add an option to seek for the images on "Testing" on sourcefourge and i think the code has some errors for compiling.

I was getting this error (related to qt4/5 transition):
Quote:installer.h:4:19: fatal error: QDialog: No such file or directory
#include <QDialog>
^

To fix it, i had to change the file "xbian-installer.pro". This line:
Quote:QT += core gui xml network widgets
With this:
Quote:greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
QT += core gui xml network


Now i'm, getting other compiling problem,
Quote:/usr/bin/ld: cannot find -lGL
bit, i'm reading this is because of wrongly linked libs, so this is just probably me...
EDIT: The second error was just me, like i've said. linking libGL.so fixed it...
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
What happened to the linux installer - IriDium - 13th Jan, 2015, 02:42 AM
RE: What happened to the linux installer - CurlyMo - 13th Jan, 2015, 03:29 AM
RE: What happened to the linux installer - IriDium - 13th Jan, 2015, 03:47 AM
RE: What happened to the linux installer - rikardo1979 - 13th Jan, 2015, 03:58 AM
RE: What happened to the linux installer - menakite - 13th Jan, 2015, 04:02 AM
RE: What happened to the linux installer - rikardo1979 - 13th Jan, 2015, 04:08 AM
RE: What happened to the linux installer - menakite - 13th Jan, 2015, 04:14 AM
RE: What happened to the linux installer - rikardo1979 - 13th Jan, 2015, 04:24 AM
RE: What happened to the linux installer - IriDium - 13th Jan, 2015, 04:38 AM
RE: What happened to the linux installer - rikardo1979 - 13th Jan, 2015, 04:51 AM
RE: What happened to the linux installer - calhaus - 13th Jan, 2015 06:26 AM
RE: What happened to the linux installer - calhaus - 13th Jan, 2015, 10:00 AM
RE: What happened to the linux installer - CurlyMo - 13th Jan, 2015, 10:59 AM
RE: What happened to the linux installer - calhaus - 13th Jan, 2015, 12:39 PM
RE: What happened to the linux installer - rikardo1979 - 13th Jan, 2015, 04:18 PM
RE: What happened to the linux installer - CurlyMo - 13th Jan, 2015, 07:12 PM
RE: What happened to the linux installer - calhaus - 14th Jan, 2015, 12:03 PM
RE: What happened to the linux installer - calhaus - 16th Jan, 2015, 04:56 AM
RE: What happened to the linux installer - CurlyMo - 16th Jan, 2015, 05:08 AM
RE: What happened to the linux installer - calhaus - 16th Jan, 2015, 09:57 AM
RE: What happened to the linux installer - calhaus - 19th Jan, 2015, 11:06 AM
RE: What happened to the linux installer - f1vefour - 19th Jan, 2015, 12:09 PM
RE: What happened to the linux installer - CurlyMo - 19th Jan, 2015, 06:21 PM
RE: What happened to the linux installer - rikardo1979 - 19th Jan, 2015, 07:15 PM
RE: What happened to the linux installer - calhaus - 20th Jan, 2015, 01:51 AM
RE: What happened to the linux installer - CurlyMo - 20th Jan, 2015, 01:59 AM
RE: What happened to the linux installer - IriDium - 20th Jan, 2015, 03:03 AM
RE: What happened to the linux installer - IriDium - 21st Jan, 2015, 01:10 AM
RE: What happened to the linux installer - calhaus - 21st Jan, 2015, 04:36 AM
RE: What happened to the linux installer - IriDium - 21st Jan, 2015, 05:15 AM
RE: What happened to the linux installer - rikardo1979 - 21st Jan, 2015, 05:28 AM
RE: What happened to the linux installer - rikardo1979 - 21st Jan, 2015, 07:26 AM
RE: What happened to the linux installer - calhaus - 21st Jan, 2015, 11:45 AM
RE: What happened to the linux installer - rikardo1979 - 21st Jan, 2015, 04:07 PM
RE: What happened to the linux installer - calhaus - 22nd Jan, 2015, 02:47 AM
RE: What happened to the linux installer - rikardo1979 - 22nd Jan, 2015, 04:07 AM
RE: What happened to the linux installer - IriDium - 21st Jan, 2015, 07:55 PM
RE: What happened to the linux installer - CurlyMo - 21st Jan, 2015, 08:00 PM
RE: What happened to the linux installer - menakite - 22nd Jan, 2015, 01:15 AM
RE: What happened to the linux installer - CurlyMo - 22nd Jan, 2015, 04:13 AM
RE: What happened to the linux installer - calhaus - 22nd Jan, 2015, 04:57 AM
RE: What happened to the linux installer - CurlyMo - 22nd Jan, 2015, 05:13 AM
RE: What happened to the linux installer - calhaus - 22nd Jan, 2015, 05:29 AM
RE: What happened to the linux installer - CurlyMo - 22nd Jan, 2015, 05:43 AM
RE: What happened to the linux installer - calhaus - 22nd Jan, 2015, 06:25 AM
RE: What happened to the linux installer - CurlyMo - 22nd Jan, 2015, 07:19 AM
RE: What happened to the linux installer - calhaus - 22nd Jan, 2015, 10:17 AM
RE: What happened to the linux installer - CurlyMo - 22nd Jan, 2015, 10:31 AM
RE: What happened to the linux installer - calhaus - 22nd Jan, 2015, 11:10 AM
RE: What happened to the linux installer - rikardo1979 - 22nd Jan, 2015, 06:00 PM
RE: What happened to the linux installer - CurlyMo - 22nd Jan, 2015, 07:01 PM
RE: What happened to the linux installer - rikardo1979 - 22nd Jan, 2015, 09:26 PM
RE: What happened to the linux installer - CurlyMo - 22nd Jan, 2015, 10:59 PM
RE: What happened to the linux installer - rikardo1979 - 22nd Jan, 2015, 11:06 PM
RE: What happened to the linux installer - CurlyMo - 22nd Jan, 2015, 11:27 PM
RE: What happened to the linux installer - rikardo1979 - 23rd Jan, 2015, 12:53 AM
RE: What happened to the linux installer - calhaus - 23rd Jan, 2015, 04:58 AM
RE: What happened to the linux installer - rikardo1979 - 23rd Jan, 2015, 05:12 AM
RE: What happened to the linux installer - calhaus - 23rd Jan, 2015, 05:24 AM
RE: What happened to the linux installer - CurlyMo - 23rd Jan, 2015, 05:27 AM
RE: What happened to the linux installer - rikardo1979 - 23rd Jan, 2015, 05:39 AM
RE: What happened to the linux installer - calhaus - 5th Feb, 2015, 01:54 PM
RE: What happened to the linux installer - f1vefour - 5th Feb, 2015, 02:58 PM
RE: What happened to the linux installer - rikardo1979 - 5th Feb, 2015, 04:04 PM
RE: What happened to the linux installer - rikardo1979 - 15th Feb, 2015, 05:54 PM

Possibly Related Threads...
Thread: Author Replies Views: Last Post
  Linux Installer & DDing Rasp 2 Image cship 15 43,903 6th Mar, 2015 02:59 AM
Last Post: beach
  [PROBLEM] Linux installer not working rlogiacco 4 13,979 18th Jan, 2015 11:46 PM
Last Post: rikardo1979
  Feedback Linux/Mac Installer BartOtten 3 12,412 29th Dec, 2012 05:53 AM
Last Post: lemmy999

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 14th Jun, 2025, 02:22 PM Powered By MyBB, © 2002-2025 MyBB Group.