LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 08-16-2017, 04:57 PM   #91
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931

Quote:
Originally Posted by ilsen View Post
How can i resolve this error?
Does the subject here solve the problem? =================== >>> How to: Compile the latest kernels (Classic Mint & LMDE)
Download the Mint source and get debugging.

That is how you can resolve this error.

Update us with your progress.
 
Old 08-16-2017, 05:00 PM   #92
ilsen
Member
 
Registered: Jul 2017
Posts: 51

Original Poster
Rep: Reputation: Disabled
Unhappy

Quote:
Originally Posted by rtmistler View Post
Download the Mint source and get debugging.

That is how you can resolve this error.

Update us with your progress.


I do not understand how I can solve this error

Where can I download mint source?
AND
How can I debug?
 
Old 08-16-2017, 05:04 PM   #93
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931
Quote:
Originally Posted by ilsen View Post
I do not understand how I can solve this error

Where can I download mint source?
AND
How can I debug?
Visit the Mint website, there are instructions. Read them.

If you cannot or will not even perform some rudimentary web research or put in any independent effort of your own, then no one on this site can help you.
 
Old 08-16-2017, 05:06 PM   #94
ilsen
Member
 
Registered: Jul 2017
Posts: 51

Original Poster
Rep: Reputation: Disabled
Unhappy

Quote:
Originally Posted by rtmistler View Post
Visit the Mint website, there are instructions. Read them.

If you cannot or will not even perform some rudimentary web research or put in any independent effort of your own, then no one on this site can help you.

Can you find me?
Will you give me a link?
 
Old 08-16-2017, 05:09 PM   #95
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931
Quote:
Originally Posted by ilsen View Post
Can you find me?
Will you give me a link?
I would prefer that you look it up and show some effort. This is all I have for you on this topic.
 
Old 08-18-2017, 03:06 PM   #96
Jjanel
Member
 
Registered: Jun 2016
Distribution: any&all, in VBox; Ol'UnixCLI; NO GUI resources
Posts: 999
Blog Entries: 12

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Here's pgm&errorMsg. I *REFUSE* to post input, but FIXit. (sounds familiar, except the Kali!)

IF you were willing to post the textual (not image) output as I asked earlier of:
Code:
parted_devices; parted -lm
then I/others -might- have some additional ideas.
IF not, I have nothing further to work with, tho I'm interested.
Maybe your bug report will get a response some day
(but I'm guessing that they would need to see the above input).

The error message lists the .py source files being run (thus you have it);
it's choking on the output of parted_devices cmd.

A 'workaround/hack' -might- be: hide the real /bin/parted_devices
and replace it with a hard-coded script that just echo's 1 good line.
(I tested this, and it seems to work!)

Example post: sudo parted_devices |nc termbin.com 9999
Returned: http://termbin.com/goh0 (click to take a look at that link)

Last edited by Jjanel; 08-19-2017 at 12:17 PM.
 
Old 08-19-2017, 05:57 AM   #97
!!!
Member
 
Registered: Jan 2017
Location: Fremont, CA, USA
Distribution: Trying any&ALL on old/minimal
Posts: 997

Rep: Reputation: 382Reputation: 382Reputation: 382Reputation: 382
Question Fix python code

Try this, before you click on the install icon:
Edit File "/usr/lib/ubiquity/plugins/ubi-prepare.py", line 416 (or wherever error is)
Change: if device and ...
To: if '\t' in device and ...

Code:
 '\t' in
adds a test for tab in device string, to avoid IndexError [1] if none.
But without seeing input, this is blind-guessing.

Code:
...
File "/usr/lib/ubiquity/plugins/ubi-prepare.py", line 416, in free_space
    if device and int(device.split('\t')[1]) > biggest:
IndexError: list index out of range
Any python programmers have advice here?

Optimally, change the simple initial test of device being true, to more exact:
len(device.split('\t'))==4 and (device.split('\t')[1]).isalnum

Last edited by !!!; 08-19-2017 at 02:45 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mint 17 Installation problem patricalexander1951 Linux - Newbie 12 06-10-2017 12:24 AM
[SOLVED] what's the problem of LINUX MINT installation on RAID1? happywm Linux - Newbie 4 05-05-2015 03:08 PM
[SOLVED] Installation problem. Linux Mint 17 Rebecca (Mate). On Acer Aspire 5532 eth329 Linux - Newbie 3 04-05-2015 02:03 PM
Linux Mint 10 installation problem fergusrl2007 Linux - Newbie 3 04-05-2012 01:14 PM
re installation of grub in Linux mint after installing xp over mint sampad.sarangi General 1 01-15-2008 05:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 04:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration