Anyone else getting weirdness when using livecd-creator to build an F19 image?
I've attached a file containing some of my terminal output. Two different things that really shouldn't be happening:
(1) coreutils is not being installed early enough. It's 1214th to get installed here (line 2139). But loads of other installations are going wrong because rm, mkdir and touch are missing (line 67 is where it starts to go wrong).
(2) cups-pdf stopped and asked me for a password! See line 3821. The password it was asking for was my password on the host machine. I can only imagine that something that was supposed to be happening inside a chroot jail got run outside, and that it tried to install the virtual printer on the host machine. So lpadmin failed (next line) because user james doesn't have the rights to install a printer.
It's still building, but the coreutils problem means it's almost certainly going to be an unusable image.
The host is F19 too, by the way, running livecd-tools-19.4-1.fc19.x86_64.
James
Update: the first one seems to be a problem with dependencies in some of the texlive packages. I think there's a missing installrequires. If I remove everything that depends on texlive, the first problem goes away.
The cups-pdf thing is still an issue, though.
James
On Tue, 2013-06-11 at 13:08 +0100, James Heather wrote:
Anyone else getting weirdness when using livecd-creator to build an F19 image?
I've attached a file containing some of my terminal output. Two different things that really shouldn't be happening:
(1) coreutils is not being installed early enough. It's 1214th to get installed here (line 2139). But loads of other installations are going wrong because rm, mkdir and touch are missing (line 67 is where it starts to go wrong).
(2) cups-pdf stopped and asked me for a password! See line 3821. The password it was asking for was my password on the host machine. I can only imagine that something that was supposed to be happening inside a chroot jail got run outside, and that it tried to install the virtual printer on the host machine. So lpadmin failed (next line) because user james doesn't have the rights to install a printer.
It's still building, but the coreutils problem means it's almost certainly going to be an unusable image.
The host is F19 too, by the way, running livecd-tools-19.4-1.fc19.x86_64.
James
livecd@lists.fedoraproject.org