LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 04-05-2011, 04:55 PM   #1
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Live-Magic will not run for me.


I can call up the gui from the /Applications/Accessories menu, go through the different windows and complete them to get to the Apply button.

The response to the Apply button is to create a folder in my /home/tom directory. That is the end of it.

I am running Testing with the Liquorix kernel. Thought that may be a problem so restarted and booted back in on the 2.6.32 kernel. Everything went the same.

So open from terminal;
Code:
tom@debian:~$ live-magic
/usr/lib/pymodules/python2.6/LiveMagic/views/wizard.py:162: GtkWarning: Error loading theme icon 'help-about' for stock: Error opening file: Permission denied
  self.asst.show()
/usr/lib/pymodules/python2.6/LiveMagic/views/wizard.py:162: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed
  self.asst.show()

** (live-magic:5443): CRITICAL **: clearlooks_style_draw_render_icon: assertion `base_pixbuf != NULL' failed
/usr/lib/pymodules/python2.6/LiveMagic/views/wizard.py:162: GtkWarning: IA__gtk_style_render_icon: assertion `pixbuf != NULL' failed
  self.asst.show()
/usr/lib/pymodules/python2.6/LiveMagic/views/wizard.py:162: Warning: g_object_ref: assertion `G_IS_OBJECT (object)' failed
  self.asst.show()
/usr/lib/pymodules/python2.6/LiveMagic/__init__.py:75: GtkWarning: Error loading theme icon 'help-about' for stock: Error opening file: Permission denied
  gtk.main()
/usr/lib/pymodules/python2.6/LiveMagic/__init__.py:75: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed
  gtk.main()

** (live-magic:5443): CRITICAL **: clearlooks_style_draw_render_icon: assertion `base_pixbuf != NULL' failed
/usr/lib/pymodules/python2.6/LiveMagic/__init__.py:75: GtkWarning: IA__gtk_style_render_icon: assertion `pixbuf != NULL' failed
  gtk.main()
/usr/lib/pymodules/python2.6/LiveMagic/__init__.py:75: Warning: g_object_ref: assertion `G_IS_OBJECT (object)' failed
  gtk.main()
Rebooted to 2.6.38 (Liquorix) and did the same;
Code:
tom@debian:~$ live-magic
/usr/lib/pymodules/python2.6/LiveMagic/views/wizard.py:162: GtkWarning: Error loading theme icon 'help-about' for stock: Error opening file: Permission denied
  self.asst.show()
/usr/lib/pymodules/python2.6/LiveMagic/views/wizard.py:162: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed
  self.asst.show()

** (live-magic:4920): CRITICAL **: clearlooks_style_draw_render_icon: assertion `base_pixbuf != NULL' failed
/usr/lib/pymodules/python2.6/LiveMagic/views/wizard.py:162: GtkWarning: IA__gtk_style_render_icon: assertion `pixbuf != NULL' failed
  self.asst.show()
/usr/lib/pymodules/python2.6/LiveMagic/views/wizard.py:162: Warning: g_object_ref: assertion `G_IS_OBJECT (object)' failed
  self.asst.show()
/usr/lib/pymodules/python2.6/LiveMagic/__init__.py:75: GtkWarning: Error loading theme icon 'help-about' for stock: Error opening file: Permission denied
  gtk.main()
/usr/lib/pymodules/python2.6/LiveMagic/__init__.py:75: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed
  gtk.main()

** (live-magic:4920): CRITICAL **: clearlooks_style_draw_render_icon: assertion `base_pixbuf != NULL' failed
/usr/lib/pymodules/python2.6/LiveMagic/__init__.py:75: GtkWarning: IA__gtk_style_render_icon: assertion `pixbuf != NULL' failed
  gtk.main()
/usr/lib/pymodules/python2.6/LiveMagic/__init__.py:75: Warning: g_object_ref: assertion `G_IS_OBJECT (object)' failed
  gtk.main()
Try to open as root in terminal;
Code:
root@debian:/home/tom# live-magic

(live-magic:6163): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(live-magic:6163): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(live-magic:6163): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Reboot and log in as root through recovery;
Code:
root@debian:~# live-magic

(live-magic:1862): GVFS-RemoteVolumeMonitor-WARNING **: invoking IsSupported() failed for remote volume monitor with dbus name org.gtk.Private.GduVolumeMonitor: org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process /usr/lib/gvfs/gvfs-gdu-volume-monitor received signal 6
* cd "/home/tom/DebianLive"; lb config --ignore-system-defaults --packages-lists='standard' --mirror-bootstrap='http://ftp.debian.org/debian' --language='en' --cache-packages='false' --bootappend-live='locale=en_US.UTF-8 keyb=us' --cache-stages='none' --architecture='amd64' --debian-installer='live' --distribution='squeeze' --binary-images='iso'
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/LiveMagic/controllers/wizard.py", line 50, in on_wizard_apply
    self.model = Config(build_dir, **data)
  File "/usr/lib/pymodules/python2.6/DebianLive/__init__.py", line 55, in __init__
    raise IOError, out
IOError: live-build: unrecognized option '--packages-lists=standard'
The last 2 were using the the 2.6.38 kernel.

As even I can see, there seems to be a problem communicating but beyond that I am stumped.

As I am always messing with things, I mean improving my OS, is this something that I may have caused?

Can this be fixed?

Should I scatter out in bunches, pair off in groups and panic?
 
Old 04-05-2011, 07:29 PM   #2
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
I love this application.

Ok, have you read the documentation? I'm not being a smart ass, trust me , it's just that I have found the GUI to be a poor option when doing this. If you can get your head around, and it will take a bit of learning, all the various options you are much better off doing it via the command line.

Also, if you are using the Testing version there may be some thing new in it that stops it from working. I read on the list the other day that a version was coming through that will be "broken". Don't ask me why they would release a broken version but it was announced. You may be better off downgrading to the Squeeze version and working from there.
 
1 members found this post helpful.
Old 04-05-2011, 07:50 PM   #3
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Original Poster
Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
I have been browsing the documentation. I have not really checked "live-build" out that much but did pull it up and got errors on it too.

Down grading or waiting a few days may be a good plan.

I have used remastersys (Ubuntu not with Debian) by the command line. I doubt this would be a lot tougher.

Just been playing with this for a couple days. Sounds pretty slick. My best plan would probably be to study for another day or two. May get an upgrade. May down grade at that point.

CLI is probably the way to go.

They try to bring stuff from sid in when it is usable but it would not do to leave all the FUN for the nuts that run sid.

Thanks for the info, I figured it was an even chance that over the last six months I had done something stupid.

Last edited by widget; 04-05-2011 at 07:52 PM.
 
Old 04-05-2011, 08:20 PM   #4
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Mate it is an awesome piece of work, you can do so much with it. I prefer it to apps like Remastersys and UCK and you can even use it to make your own flavour of Ubuntu to not that I am inclined to do that now.
 
Old 04-05-2011, 08:41 PM   #5
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Original Poster
Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by k3lt01 View Post
Mate it is an awesome piece of work, you can do so much with it. I prefer it to apps like Remastersys and UCK and you can even use it to make your own flavour of Ubuntu to not that I am inclined to do that now.
I may have to make a distro up in fact.

I have followed this silly cartoon for years and have many times used this particular one as my home page.
http://ars.userfriendly.org/cartoons...1&mode=classic

I like the idea of an OS with that name.

Remastersys was alright but it has lost me now, at least until they support the new grub.

UCK? I don't know what that has to do with ISOs but I have stepped in a bunch of it. Oh, I looked it up. Probably something derived from the Debian Live stuff, poorly changed so they can brand it.
 
Old 04-05-2011, 08:44 PM   #6
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Original Poster
Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
I downloaded, by the way, the "Live Manual-en.odt. Beats reading stuff on line and in the man pages. I can set the font and size of font that way too. Easier to read.
 
Old 04-10-2011, 03:22 PM   #7
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Original Poster
Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
There is still a bug on "debian-installer-launcher" that is holding me back. Seeing how there were a lot more than that just a while ago I think that I will wait this out.

Got the live manual read, far from understood. Need to get that last package and try the tutorials given at the end of the manual. They look really well designed to get you on the right track.
 
Old 04-11-2011, 12:17 AM   #8
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled
You will find several good how-to's at forums.debian.net, in the how-to-section.
Most of them are easy to follow.
And here are some more how-tos:
http://www.debianuserforums.org/viewtopic.php?f=9&t=185
http://www.debianuserforums.org/viewtopic.php?f=9&t=193
http://www.debianuserforums.org/viewtopic.php?f=9&t=446
 
Old 04-11-2011, 12:27 AM   #9
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Original Poster
Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by j1alu View Post
You will find several good how-to's at forums.debian.net, in the how-to-section.
Most of them are easy to follow.
And here are some more how-tos:
http://www.debianuserforums.org/viewtopic.php?f=9&t=185
http://www.debianuserforums.org/viewtopic.php?f=9&t=193
http://www.debianuserforums.org/viewtopic.php?f=9&t=446
Hey, thanks a bunch. I will have a gander at them.

I suppose I should re-register over there now that I am using Debian as my main OS. Have to ponder that a bit. Got a little shy of distro specific forums at the UbuntuForums. Probably silly, but then I did run Ubuntu for a few years so silly is probably my middle name.

Never fooled with Debian-Live (or the Ubuntu version). Used Remastersys for a number of things. Doesn't deal well with the new version of grub though (not at all really).

Was browsing through my menus and found this bugger, read up on it a bit and tried it, didn't work (as in first post).

Seeing that it is getting fixed I have time to do some studying. The debian-live manual is very good but for me to understand something I have to study it and then do it to hammer it into my brain.

I will be checking out your links tomorrow. About time to hit the hay here in Montana.

Thanks again.
 
Old 04-11-2011, 12:55 AM   #10
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by widget View Post
I suppose I should re-register over there now that I am using Debian as my main OS. Have to ponder that a bit. Got a little shy of distro specific forums at the UbuntuForums. Probably silly, but then I did run Ubuntu for a few years so silly is probably my middle name.
A word to the wise, both the mentioned forums have had an issue with politics, much like the situation at UF and OU, that caused the split from the original forums.debian.net.

I must admit though that I read through them, won't join either until they both clean up their acts, but find some very good technical info in both.
 
Old 04-11-2011, 01:49 AM   #11
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled
I didn't link to forums.debian.net as there are so much live-helper how-tos that it is hard to miss them.
(and i assume that it is known).
But here are a few i like:
http://forums.debian.net/viewtopic.php?f=16&t=59462
http://forums.debian.net/viewtopic.php?f=16&t=25752
this is my favorite, as it it the most easy solution:
http://forums.debian.net/viewtopic.php?f=16&t=38870
Bro.Tiag is so nice to host this old version:
http://www.debe17.com/web_pages/dean...apr08.php.html
If you go to the second post "how to customize" you will find some real fun-stuff (with xnest).
You will find more in the how-to section.
Hope this helps, and have fun.

PS: but sure a wise word don't hurt here. As far its me it looks like all has calmed down a bit.
Hopefully.

Last edited by j1alu; 04-11-2011 at 01:54 AM.
 
Old 04-11-2011, 02:36 AM   #12
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Original Poster
Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
@k3lt01
I am a registered member of the Debian Forums (.net) from years ago. The thing is I am not, at this point, sure of the user name let alone the password. Quit getting on it as it was getting too nasty.

If I re-register there I will register with both. I suspect that I, too, will become but a lurker in the dark.

@j1alu
I refuse to recognize that there is a difference between them. I bet most of them are registered, oh so carefully, as different users on both. Silly damned crap.

I really need to hit it. About to drop. Got looking at those damned howtos and couldn't quit. Really do thank you and I will be doing more studying tomorrow.

As far as stupidity goes it looks like the UFs are started down that road. Hope it does not go beyond the tipping point. Lost another tester today. I will stick it out there until the last Ubuntu install (testing) that I have quits booting. A couple improvements to Plymouth could fix that tomorrow (gets worse ever time there is an update). Unless they throw me out. See no real reason to care with the way Ubuntu is headed and the respect they have for their users.

Another member their got the "well the UFs is not really representative of users of Ubuntu. There are a lot more that are not members and we have to think of their opinions too" lecture. What a laugh. The UFs is the OFFICIAL forum of Ubuntu, the one that the Ubuntu and Cananicle people say they rarely look at. Where do they get these other users opinions from? What a stupid line to keep pulling out of the hat. Even grumpy geezers like me can see that is just bull.

I think they need to read the definition of Ubuntu again and maybe think on it. I did. I realized that it meant "can't configure Debian". I can, could 2 weeks after I first installed Ubuntu.

Thanks again to both of you. I have got a lot of studying to do in a hurry. They may fix that one package tonight.
 
  


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
live-magic USB image won't boot cccc Debian 2 01-25-2011 03:27 AM
[SOLVED] Desktop System Monitor on Parted Magic Live CD limdel Linux - Software 3 08-16-2010 09:04 PM
Can't run the LIVE cs right EAD Ubuntu 1 03-12-2006 12:07 AM
Using Partition Magic and Boot Magic to install Linux zathrus MEPIS 4 01-14-2006 08:24 PM
Partition Magic/Boot magic and Slackware. adam1835 Linux - Newbie 5 01-11-2006 11:46 AM

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

All times are GMT -5. The time now is 08:01 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