Sun Feb 01, 2015 4:02 am
Unpacking refractasnapshot-base (9.1.5+10.0.0~beta01) ...
dpkg: dependency problems prevent configuration of refractasnapshot-base:
refractasnapshot-base depends on squashfs-tools (>= 4.0); however:
Package squashfs-tools is not installed.
refractasnapshot-base depends on xorriso (>= 1.2.2); however:
Package xorriso is not installed.
refractasnapshot-base depends on live-boot (>= 2.0.15); however:
Package live-boot is not installed.
refractasnapshot-base depends on live-config (>= 2.0.15); however:
Package live-config is not installed.
refractasnapshot-base depends on live-boot-initramfs-tools (>= 2.0.15); however:
Package live-boot-initramfs-tools is not installed.
refractasnapshot-base depends on live-config-sysvinit (>= 2.0.15) | live-config-systemd | live-config-upstart; however:
Package live-config-sysvinit is not installed.
Package live-config-systemd is not installed.
Package live-config-upstart is not installed.
refractasnapshot-base depends on syslinux (<< 6.03) | isolinux (>= 6.03); however:
Version of syslinux on system is 3:4.05+dfsg-
dpkg: error processing package refractasnapshot-base (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing: refractasnapshot-base
sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
...
The following packages will be REMOVED:
refractasnapshot-base
The following NEW packages will be installed:
libisoburn1 live-boot live-boot-doc live-boot-initramfs-tools live-tools
squashfs-tools xorriso
0 upgraded, 7 newly installed, 1 to remove and 193 not upgraded.
1 not fully installed or removed.
sudo dpkg -i refractasnapshot-base_9.1.5+10.0.0~beta01_all.deb
Selecting previously unselected package refractasnapshot-base.
(Reading database ... 146830 files and directories currently installed.)
Preparing to unpack refractasnapshot-base_9.1.5+10.0.0~beta01_all.deb ...
Unpacking refractasnapshot-base (9.1.5+10.0.0~beta01) ...
dpkg: dependency problems prevent configuration of refractasnapshot-base:
refractasnapshot-base depends on live-config (>= 2.0.15); however:
Package live-config is not installed.
refractasnapshot-base depends on live-config-sysvinit (>= 2.0.15) | live-config-systemd | live-config-upstart; however:
Package live-config-sysvinit is not installed.
Package live-config-systemd is not installed.
Package live-config-upstart is not installed.
refractasnapshot-base depends on syslinux (<< 6.03) | isolinux (>= 6.03); however:
Version of syslinux on system is 3:4.05+dfsg-6+deb8u1.
Package isolinux is not installed.
dpkg: error processing package refractasnapshot-base (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
refractasnapshot-base
sudo apt-get install live-config-systemd
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package live-config-systemd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'live-config-systemd' has no installation candidate
sudo apt-get install live-config-sysvinit
[sudo] password for l1:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
live-config-sysvinit : Depends: sysvinit (>= 2.86) but it is not installable
refractasnapshot-base : Depends: live-config (>= 2.0.15) but it is not going to be installed
Depends: syslinux (< 6.03) but 3:4.05+dfsg-6+deb8u1 is to be installed or
isolinux (>= 6.03) but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Sun Feb 01, 2015 11:39 am
Mon Feb 02, 2015 4:48 am
Tue Feb 03, 2015 4:15 pm
Tue Feb 03, 2015 6:16 pm
Wed Feb 04, 2015 7:14 pm
Thu Feb 05, 2015 5:40 am
Can't create isohybrid. File: isohdpfx.bin not found. The resulting image will be a standard iso file.
All finished!
Thu Feb 05, 2015 12:19 pm
apt-cache policy upstart
apt-cache policy systemd
apt-cache policy sysvinit
locate isohdpfx.bin
or
find /usr/lib -name isohdpfx.bin
ps ax |grep systemd
Thu Feb 05, 2015 12:43 pm
~$ apt-cache policy upstart
upstart:
Installed: 1.12.1-0ubuntu4.2
Candidate: 1.12.1-0ubuntu4.2
Version table:
*** 1.12.1-0ubuntu4.2 0
500 http://id.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 Packages
100 /var/lib/dpkg/status
1.12.1-0ubuntu4 0
500 http://id.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
~$ locate isohdpfx.bin
/usr/lib/syslinux/isohdpfx.bin
~$ ps ax |grep systemd
268 ? Ss 0:00 /lib/systemd/systemd-udevd --daemon
688 ? Ss 0:00 /lib/systemd/systemd-logind
3533 pts/0 S+ 0:00 grep systemd
Thu Feb 05, 2015 2:20 pm
if [[ $make_isohybrid = "yes" ]]; then
if [[ -f /usr/lib/syslinux/mbr/isohdpfx.bin ]] ; then
isohybrid_opt="-J -isohybrid-mbr /usr/lib/syslinux/mbr/isohdpfx.bin"
elif [[ -f /usr/lib/ISOLINUX/isohdpfx.bin ]] ; then
isohybrid_opt="-J -isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin"
else
if [[ $make_isohybrid = "yes" ]]; then
if [[ -f /usr/lib/syslinux/mbr/isohdpfx.bin ]] ; then
isohybrid_opt="-isohybrid-mbr /usr/lib/syslinux/mbr/isohdpfx.bin"
elif [[ -f /usr/lib/syslinux/isohdpfx.bin ]] ; then
isohybrid_opt="-isohybrid-mbr /usr/lib/syslinux/isohdpfx.bin"
elif [[ -f /usr/lib/ISOLINUX/isohdpfx.bin ]] ; then
isohybrid_opt="-isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin"
else
copy_isolinux () {
if [[ -f /usr/lib/ISOLINUX/isolinux.bin ]] ; then
isolinuxbin="/usr/lib/ISOLINUX/isolinux.bin"
elif [[ -f /usr/lib/syslinux/isolinux.bin ]] ; then
isolinuxbin="/usr/lib/syslinux/isolinux.bin"
else
$DIALOG --title=Error --$ERROR --${BUTTON0}="OK"${BUTTON0NUM} \
--text="You need to install the isolinux package."
exit 1
fi
if [[ -f /usr/lib/syslinux/modules/bios/vesamenu.c32 ]] ; then
vesamenu="/usr/lib/syslinux/modules/bios/vesamenu.c32"
rsync -a /usr/lib/syslinux/modules/bios/ldlinux.c32 "$iso_dir"/isolinux/
rsync -a /usr/lib/syslinux/modules/bios/libcom32.c32 "$iso_dir"/isolinux/
rsync -a /usr/lib/syslinux/modules/bios/libutil.c32 "$iso_dir"/isolinux/
else
vesamenu="/usr/lib/syslinux/vesamenu.c32"
fi