** Attachment added: "uname-a.log"
http://launchpadlibrarian.net/12281692/uname-a.log
--
Suspend-to-ram does not work in loop-installations
https://bugs.launchpad.net/bugs/176112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ub
** Attachment added: "version.log"
http://launchpadlibrarian.net/12281693/version.log
--
Suspend-to-ram does not work in loop-installations
https://bugs.launchpad.net/bugs/176112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ub
** Attachment added: "lspci-vvnn.log"
http://launchpadlibrarian.net/12281691/lspci-vvnn.log
--
Suspend-to-ram does not work in loop-installations
https://bugs.launchpad.net/bugs/176112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
Problem still present with Hardi daily build 24-01-2008, kernel 2.6.24-4
--
Gutsy will not boot on Samsung Q45 laptops
https://bugs.launchpad.net/bugs/146692
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing l
To keep verbosity in line with original file see also
http://paste.ubuntu-nl.org/53974/
--
umountfs must check whether a mountpoint contains a loopmounted root file
https://bugs.launchpad.net/bugs/151579
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug
** Also affects: wubi
Importance: Undecided
Status: New
--
The installer needs to remove operating system files from the install target,
but was unable to do so. The install cannot continue
https://bugs.launchpad.net/bugs/186711
You received this bug notification because you are a memb
** Also affects: initramfs-tools (Ubuntu)
Importance: Undecided
Status: New
** Description changed:
That is due to the check for /boot ro status, since they look for the
substring "ro" within /proc/mounts options column, which is also
- triggered by "group_id".
+ triggered by "group
** Changed in: grub (Ubuntu)
Status: Fix Released => In Progress
--
Update-grub does not set kopt correctly in loopinstallations
https://bugs.launchpad.net/bugs/175772
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubun
It is necessary to remove the check:
if [ -f "$loop_file" ]; then
Since when update-grub is run by grub-installer in a chrooted
installation, /host is not accessible and hence the above block will
always evaluate to false. The fact that finde_device > readlink fails
and defaults to /dev/hda1 is i
better still:
- if [ -f "$loop_file" ]; then
+ if [ -n "$loop_file" ]; then
--
Update-grub does not set kopt correctly in loopinstallations
https://bugs.launchpad.net/bugs/175772
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
Depends on https://bugs.launchpad.net/wubi/+bug/186117
** Changed in: wubi
Importance: Undecided => Medium
Status: New => Confirmed
--
umountroot cannot handle fuse host mounts
https://bugs.launchpad.net/bugs/186114
You received this bug notification because you are a member of Ubuntu
** Changed in: wubi
Status: In Progress => Fix Released
--
umountfs must check whether a mountpoint contains a loopmounted root file
https://bugs.launchpad.net/bugs/151579
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
** Changed in: wubi
Status: In Progress => Fix Released
--
Update-grub does not set kopt correctly in loopinstallations
https://bugs.launchpad.net/bugs/175772
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs m
** Changed in: wubi
Status: Confirmed => Fix Released
--
update-initramfs -u fails with "WARNING: /boot is ro mounted." even if /boot is
rw
https://bugs.launchpad.net/bugs/187282
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubunt
** Changed in: wubi
Status: New => Fix Released
--
The installer needs to remove operating system files from the install target,
but was unable to do so. The install cannot continue
https://bugs.launchpad.net/bugs/186711
You received this bug notification because you are a member of Ubunt
** Also affects: wubi
Importance: Undecided
Status: New
** Tags added: wubi
** Changed in: wubi
Importance: Undecided => Wishlist
--
Prompt the user to insert a CD if a live media is not detected
https://bugs.launchpad.net/bugs/181734
You received this bug notification because you
Public bug reported:
Binary package hint: grub
In loopinstallations (/boot is bindmounted from /host/ubuntu/disks/boot) no
device.map is generated.
This causes update-grub to default to (hd0,0)
** Affects: grub (Ubuntu)
Importance: Undecided
Status: New
--
Device.map is missing
Cannot check the code now, but one reason might be that grub-install is
not executed at all for loopinstallations. If that is the case, either
grub-install has to be run targeting the loop device or device.map has
to be generated separately via grub --batch --device-map.
** Also affects: wubi
I
Apparently grub-install does not like loopdevices, so the only solution seems
to be to regenerate the device.map manually.
The folling block should go in grub-installer ~ line 570
if db_get grub-installer/bootdev_directory && [ "$RET" ]; then
bootdev=
if ! [ -f "$device_map" ]; th
Suspend-to-ram/disk has to be disabled in loopinstallations because of
https://bugs.launchpad.net/wubi/+bug/176112
** Description changed:
- In the shutdown dialog there is still a button for hibernation even if
- that should be disabled/hidden since hibernation does not work in Wubi.
+ In loopin
The code to disable suspend-to-ram/suspend-to-disk is in
powermanagement-interface/pmi.acpi (|grep host)
But there does not seem to be any trace of that in pmi-utils (which is
supposed to replace pmi). As mentioned, in hardy loopinstallations, at
the moment suspend-to-ram is disabled (possibly via
** Summary changed:
- Disable hibernate button
+ Disable hibernation in Loopinstallations
--
Disable hibernation in Loopinstallations
https://bugs.launchpad.net/bugs/187463
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubunt
** Tags added: wubi
--
Disable hibernation in Loopinstallations
https://bugs.launchpad.net/bugs/187463
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.c
Public bug reported:
Binary package hint: grub-installer
Grubinstaller fails when /boot is bindmounted as is the case in
https://blueprints.launchpad.net/ubuntu/+spec/installer-for-windows.
Patch provided:
=== modified file 'grub-installer'
--- grub-installer 2007-12-20 11:59:33 +
+++ g
Public bug reported:
Binary package hint: initramfs-tools
Since $ROOTFSTYPE and $LOOPFSTYPE are null even when loopmounting over ntfs,
sendsigs.omit is never set.
This results in system freeze when halting/rebooting.
I am not sure that checking ROOTFSTYPE/LOOPFSTYPE is necessary, simply
executi
** Also affects: wubi
Importance: Undecided
Status: New
--
Grubinstaller fails when /boot is bindmounted
https://bugs.launchpad.net/bugs/181658
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
diff -u
--- /home/src/extern/grub-0.97/debian/update-grub 2007-10-09
21:52:49.0 +0100
+++ update-grub 2008-01-02 09:05:01.0 +
@@ -297,7 +297,18 @@
crashdump="0"
# Default kernel options, overidden by the kopt statement in the menufile.
-kopt="root=$(awk '$2 == "/" {p
** Summary changed:
- Grubinstaller fails when /boot is bindmounted
+ grub-installer fails when /boot is bindmounted
--
grub-installer fails when /boot is bindmounted
https://bugs.launchpad.net/bugs/181658
You received this bug notification because you are a member of Ubuntu
Bugs, which is the b
Public bug reported:
Binary package hint: casper
At the moment if a live media is not detected the initrd loops waiting for one,
then panics.
It would be better to simply prompt the user to insert a valid CD.
** Affects: casper (Ubuntu)
Importance: Undecided
Status: New
--
Promp
Leann
It happends during suspend, not resume (resume might be problematic too,
but never went that far).
The issue was present on every kernel/hardware combination I have tried
and confirmed by several wubi users. My uneducated guess is that
stopping userspace processes such as fuse/ntfs-3g too e
** Changed in: wubi
Importance: Undecided => Low
Status: New => In Progress
--
Merge lupin functionality + add external hooks
https://bugs.launchpad.net/bugs/144798
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubun
** Changed in: wubi
Importance: Undecided => High
Status: New => In Progress
--
umountfs must check whether a mountpoint contains a loopmounted root file
https://bugs.launchpad.net/bugs/151579
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug c
** Changed in: wubi
Importance: Undecided => Medium
Status: New => Fix Committed
--
Add /host/boot to fstab
https://bugs.launchpad.net/bugs/173659
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing li
Fix released upstream
** Changed in: wubi
Status: New => Fix Released
--
Do not eject the CD if an ISO image is used
https://bugs.launchpad.net/bugs/176014
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mai
Fix submitted upstream
** Changed in: wubi
Importance: Undecided => Medium
Status: New => In Progress
--
local-bottom/ntfs-3g fails to set sendsigs.omit
https://bugs.launchpad.net/bugs/181669
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug c
** Changed in: wubi
Importance: Undecided => Medium
Status: New => Fix Committed
--
Update-grub does not set kopt correctly in loopinstallations
https://bugs.launchpad.net/bugs/175772
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact fo
Fix submitted upstream
** Changed in: wubi
Importance: Undecided => Medium
Status: New => In Progress
--
grub-installer fails when /boot is bindmounted
https://bugs.launchpad.net/bugs/181658
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug co
** Changed in: wubi
Importance: Undecided => Low
Status: New => Fix Committed
--
When loopfiles are used mkfs has to target the file and not the containing
device
https://bugs.launchpad.net/bugs/177868
You received this bug notification because you are a member of Ubuntu
Bugs, which is
** Changed in: wubi
Importance: Undecided => Medium
Status: New => Confirmed
--
Suspend-to-ram does not work in loop-installations
https://bugs.launchpad.net/bugs/176112
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
** Changed in: wubi
Importance: Undecided => Medium
Status: New => Fix Committed
--
Disk images might be generated on the Windows side
https://bugs.launchpad.net/bugs/176019
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
** Changed in: wubi
Status: In Progress => Fix Committed
--
local-bottom/ntfs-3g fails to set sendsigs.omit
https://bugs.launchpad.net/bugs/181669
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
** Changed in: wubi
Status: In Progress => Fix Committed
--
grub-installer fails when /boot is bindmounted
https://bugs.launchpad.net/bugs/181658
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
u
** Changed in: wubi
Status: In Progress => Fix Committed
--
umountfs must check whether a mountpoint contains a loopmounted root file
https://bugs.launchpad.net/bugs/151579
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
** Changed in: wubi
Status: In Progress => Fix Committed
--
Merge lupin functionality + add external hooks
https://bugs.launchpad.net/bugs/144798
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
u
** Changed in: wubi
Status: Fix Committed => Fix Released
--
local-bottom/ntfs-3g fails to set sendsigs.omit
https://bugs.launchpad.net/bugs/181669
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
Evan,
Since the packages affected are a bit scattered, Colin suggest to submit
one patch for a single package to be extended to the others. As far as I
am concerned I need ext3 and swap
** Changed in: wubi
Status: Fix Released => Fix Committed
--
When loopfiles are used mkfs has to targe
** Changed in: wubi
Status: Fix Committed => Fix Released
--
When loopfiles are used mkfs has to target the file and not the containing
device
https://bugs.launchpad.net/bugs/177868
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ub
Done in new version
--
Disk images might be generated on the Windows side
https://bugs.launchpad.net/bugs/176019
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://list
** Changed in: wubi
Status: Fix Committed => Fix Released
--
grub-installer fails when /boot is bindmounted
https://bugs.launchpad.net/bugs/181658
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
** Changed in: wubi
Status: Fix Committed => Fix Released
--
Update-grub does not set kopt correctly in loopinstallations
https://bugs.launchpad.net/bugs/175772
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs
** Changed in: wubi
Status: Fix Committed => Fix Released
--
Disk images might be generated on the Windows side
https://bugs.launchpad.net/bugs/176019
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing l
** Changed in: wubi
Assignee: (unassigned) => Agostino Russo (ago)
Status: Fix Committed => Fix Released
--
Add /host/boot to fstab
https://bugs.launchpad.net/bugs/173659
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for
Still not working. The issue is due to the use of umount -f -d. The
previous patch basically skipped the mountpoints (as opposed to skipping
devices). But umount -f -d also affects the underlying devices (e.g. in
bindmounts). The proposed solutions skips the mountpoints listed at the
top of /proc/m
** Changed in: wubi
Status: Fix Committed => Fix Released
--
When loopfiles are used mkfs has to target the file and not the containing
device
https://bugs.launchpad.net/bugs/177868
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ub
Public bug reported:
Binary package hint: ntfs-3g
In Hardy (ntfs-3g version 1.1120) it is no longer possible to remount
ntfs partitions. The error message is: "Remounting is not supported at
present. You have to umount volume and then mount it again". But that
seemed to work in Gutsy (ntfs-3g ver
In fact only the -f flag is problematic. See new patch which is a bit
less invasive
--- /etc/init.d/umountfs2007-10-04 12:25:08.0 +0100
+++ umountfs2008-01-26 07:20:48.0 +
@@ -60,18 +60,20 @@
do_stop () {
exec 9<&0 https://bugs.launchpad.net/bugs/151579
Y
** Changed in: wubi
Status: Fix Committed => Fix Released
--
Merge lupin functionality + add external hooks
https://bugs.launchpad.net/bugs/144798
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
Public bug reported:
Binary package hint: sysvinit
If root is loopmounted the host mount will be handled by the initrd and will
not show up in fstab
Hence explicit DEV and TYPE are required. For fuse mounted hosts the TYPE in
/proc/mounts is
fusblk so we need to rely on vol_id first to get the
I can confirm the issue is still present in Hardy (24-1-2008 build). I
am also using a Samsung Q45 with intel graphics
(https://wiki.ubuntu.com/LaptopTestingTeam/SamsungQ45).
--
TVout is interfering with screen resolution on Intel graphics
https://bugs.launchpad.net/bugs/131646
You received this
** Also affects: linux (Ubuntu)
Importance: Undecided
Status: New
--
Gutsy will not boot on Samsung Q45 laptops
https://bugs.launchpad.net/bugs/146692
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailin
Public bug reported:
Binary package hint: partman-auto-loop
If an existing (loop) installation is detected, the installer should
stop with a non-branded non-geek message, something like:
"An existing installation has been detected, you will have to uninstall
that first and then run the installer
Public bug reported:
Binary package hint: grub
Update-grub does not set kopt correctly in loopinstallations, the
following patch should improve the situation. This bug blocks
https://blueprints.launchpad.net/ubuntu/+spec/installer-for-windows
300,311c300
< loop_file=$(awk '$2=="/" && $4~"loop" {
Patch provided
66,67d65
< loop_file=$(awk '$2=="/" && $4~"loop" {print $1}' /etc/fstab)
< host_device=$(awk '"'${loop_file}'"~"^"$2 && $2!="/" {print $1}'
/proc/mounts)
70,71c68
< [ "$DEV" = "'$host_device'" ] && continue
< case "$MTPT" in
---
> case "$
As suggested by Colin Watson, a better fix would be to skip every device
that appears in /proc/mounts before / does. I will provide a second
patch to that effect, the above only skips loop installations.
--
umountfs must check whether a mountpoint contains a loopmounted root file
https://bugs.lau
Perhaps the following will do
root_line=$(awk '$1!~"^rootfs" && $2=="/" {print NR}' /proc/mounts)
skip_devices=$(head -n $root_line /proc/mounts | cut -d ' ' -f 1)
echo $skip_devices | grep -qs $DEV"$" && continue
--
umountfs must check whether a mountpoint contains a loopmounted root file
Of course umountroot also needs to be patched so that any remaining host
filesystems are unmounted/remounted ro. That is quite similar to run
umountfs (without the above patch) again after umountroot.
--
umountfs must check whether a mountpoint contains a loopmounted root file
https://bugs.launch
I have added a preliminary implementation of the above to lupin/casper
Still missing are the hooks for:
/custom-installation/hooks/early_command.sh
/custom-installation/hooks/late_command.sh
/custom-installation/hooks/success_command.sh
They should work as the casper hooks for /custom-
installat
I'd also suggest to designate a folder to act as a temporary local
repository:
/custom_installation/repository
And another folder:
/custom_installation/sources.list.d
Containing repositories to be added to /etc/apt/sources.list.d
--
Merge lupin functionality + add external hooks
https://bugs.
Public bug reported:
Binary package hint: partman-auto-loop
The following line should be added to fstab whenever we are dealing with
a loop installation that has the boot folder as a directory inside of
the host filesystem (in the case below /host/ubuntu/disks/boot):
/host/ubuntu/disks/boot /boo
echo pidof mount.ntfs >> /dev/.initramfs/varrun/
of course
--
Fails to set sendsig.omit
https://bugs.launchpad.net/bugs/150831
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.c
Also for some reason it works with
echo pidof mount.ntfs >> /var/run/sendsigs.omit
but not with
echo pidof /sbin/mount.ntfs >> /var/run/sendsigs.omit
--
Fails to set sendsig.omit
https://bugs.launchpad.net/bugs/150831
You received this bug notification because you are a member of Ubuntu
Bugs,
For a more recent versions of the patch code please see:
https://code.launchpad.net/~ago/partman-auto-loop/lupin-support
--
Disk images might be generated on the Windows side
https://bugs.launchpad.net/bugs/176019
You received this bug notification because you are a member of Ubuntu
Bugs, which
For a more recent versions of the patches above please see:
https://code.launchpad.net/~ago/partman-auto-loop/lupin-support
--
Add /host/boot to fstab
https://bugs.launchpad.net/bugs/173659
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for U
Public bug reported:
Binary package hint: partman-ext3
When loopfiles are used, mkfs has to target the file and not the
containing device. Preliminary patch is provided. Similar patches should
also be applied to other commit.d/*format_* scripts.
loopfile=$(losetup $device 2>/dev/null|cut -f 3 -d
The patched file is available at:
http://codebrowse.launchpad.net/~ubuntu-
installer/lupin/hardy/annotate/ago%40nbago-20071212234211-5cirxnh5zfkgqvzh?file_id=updategrub-20071021190150-hexwoe8fo26l1f9b-10
--
Update-grub does not set kopt correctly in loopinstallations
https://bugs.launchpad.net/b
To make it even safer one might also check for the existance of
/var/lib/partman/devices/$dev/loop
loopfile=$(losetup $device 2>/dev/null|cut -f 3 -d ' ')
loopfile=${loopfile#\(}
loopfile=${loopfile%\)}
[ -z "$loopfile" ] && [ -f loop ] && loopfile=$(cat loop)
if [ -n "$loopfile" ]; then
if log
Public bug reported:
Binary package hint: casper
If the installation is performed via the live ISO as opposed to using a
physical CD, /etc/init.d/casper should avoid ejecting the CD
Adding the following code to /etc/init.d/casper (line 70) should be
enough:
# check for HD ISO boot
if grep -qs f
Public bug reported:
Binary package hint: partman-auto-loop
Creating disk images in Linux is slow, and unless fallocate is implemented, it
will be necessary to generate the images on the windows side.
The following is a preliminary patch against autopartition-loop
97,102c97
< #skip resize_range
Untested, but something along those lines in /lib/partman/fstab.d might
do the trick. The script checks whether / is on a loopfile and whether
there is a "boot" directory in the same path of the loopfile, in which
case it bindsmount boot.
#!/bin/sh
. /lib/partman/definitions.sh
for dev in $DEVI
Public bug reported:
In loopinstallations such as the ones used by the Windows Installer
(https://blueprints.launchpad.net/ubuntu/+spec/installer-for-windows)
root is loop mounted on a file within ntfs (in turn mounted via ntfs-
3g/fuse).
In such scenario suspend-to-ram fails, Matthew Garrett had
** Tags added: wubi
--
Do not eject the CD if an ISO image is used
https://bugs.launchpad.net/bugs/176014
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubunt
** Tags added: wubi
--
Update-grub does not set kopt correctly in loopinstallations
https://bugs.launchpad.net/bugs/175772
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
ht
** Tags added: wubi
** Also affects: wubi
Importance: Undecided
Status: New
--
Suspend-to-ram does not work in loop-installations
https://bugs.launchpad.net/bugs/176112
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
** Tags added: wubi
** Also affects: wubi
Importance: Undecided
Status: New
--
umountfs must check whether a mountpoint contains a loopmounted root file
https://bugs.launchpad.net/bugs/151579
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug c
** Tags added: wubi
--
Disk images might be generated on the Windows side
https://bugs.launchpad.net/bugs/176019
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://list
** Tags added: wubi
--
Add /host/boot to fstab
https://bugs.launchpad.net/bugs/173659
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listin
** Tags added: wubi
--
Merge lupin functionality + add external hooks
https://bugs.launchpad.net/bugs/144798
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ub
The template message was truncated:
Template: partman-auto-loop/unclean_ntfs
Type: error
Description: The NTFS partition is unclean, probably the system was not
shutdown properly, please run "chkdsk /r" from Windows and once that is fixed
you should be able to resume the installation. Press
Following version works (better). Mounting scripts in
/lib/partman/finish.d do not seem to digest bindmounts though, will give
a better look tomorrow.
#!/bin/sh
. /lib/partman/definitions.sh
finish(){
close_dialog
exit 0
}
for dev in $DEVICES/*; do
[ -d $dev ] || continu
Following is /lib/partman/mount.d/70bind which is required to mount
entries of fstab that use binding
#!/bin/sh
set -- $1
fs=$1
mp=$2
type=$3
options=$4
dump=$5
pass=$6
case "$options" in
*bind*)
mount -o "$options" $fs /target$mp || exit 1
echo "umount /target$mp"
ex
** Description changed:
Binary package hint: grub
Update-grub does not set kopt correctly in loopinstallations, the
following patch should improve the situation. This bug blocks
https://blueprints.launchpad.net/ubuntu/+spec/installer-for-windows
300,311c300
< loop_file=$(awk '$2=
All the ones before (and including) /
That is required in situations where / is inside another device (e.g. /
is inside /host/path/to/root.containing.loopfile where /dev/sdXY is
mounted as /host), otherwise unmounting /host would be equivalent to
unmounting /. Host devices will appear before / in
One thing worth considering is allowing the list of TMPFS_MTPTS
filesystems to be compiled before skipping PROTECTED_MOUNTS. While there
is a rationale for skipping REG_MTPTS, that does not extend to
TMPFS_MTPTS.
--
umountfs must check whether a mountpoint contains a loopmounted root file
https:/
** Changed in: ubiquity (Ubuntu)
Sourcepackagename: None => ubiquity
--
Wubi installer (8.04beta) goes past 100% when checking the install
https://bugs.launchpad.net/bugs/209857
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-
Paul, absolutely, that would work, but it would also be less generic.
--
umountfs must check whether a mountpoint contains a loopmounted root file
https://bugs.launchpad.net/bugs/151579
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
To be more precise I do not have any strong preference, provided
loopinstallations can be unmounted safely. It is not up to me to decide
what version to use, you might want to ask Colin Watson and Evan
Dandrea. Note that, as explained above, WEAK_MTPTS would still need to
be there (they could also
By the way, if you see the first 2 comments, you will notice that my
original proposal was not too dissimilar from yours. It was Colin
suggestion to generalize the algorithm instead of making it wubi-
specific.
--
umountfs must check whether a mountpoint contains a loopmounted root file
https://b
Wubi will now replace whitespaces in windows username with "+" when such
name is used within a preseed key.
** Changed in: wubi
Status: In Progress => Fix Committed
--
migration-assistant exposes special handling of spaces to the preseeding
interface
https://bugs.launchpad.net/bugs/19590
** Changed in: wubi
Status: Fix Committed => Fix Released
--
migration-assistant exposes special handling of spaces to the preseeding
interface
https://bugs.launchpad.net/bugs/195905
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
Marking as invalid for Wubi since that is a Ubiquity issue.
** Changed in: wubi
Status: New => Invalid
--
Wubi installer (8.04beta) goes past 100% when checking the install
https://bugs.launchpad.net/bugs/209857
You received this bug notification because you are a member of Ubuntu
Bugs, w
401 - 500 of 665 matches
Mail list logo