[Bug 201750] Re: Cannot remount loopfiles inside of vfat

2008-03-17 Thread Agostino Russo
** Changed in: wubi Status: Confirmed = In Progress -- Cannot remount loopfiles inside of vfat https://bugs.launchpad.net/bugs/201750 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 186114] Re: umountroot cannot handle fuse host mounts

2008-03-17 Thread Agostino Russo
** Attachment added: umountroot.diff http://launchpadlibrarian.net/12711322/umountroot.diff -- umountroot cannot handle fuse host mounts https://bugs.launchpad.net/bugs/186114 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 202169] Re: Freeze exception: wubi and umenu string and artwork changes

2008-03-17 Thread Agostino Russo
** Attachment added: umenu-r23-r22.diff http://launchpadlibrarian.net/12711479/umenu-r23-r22.diff -- Freeze exception: wubi and umenu string and artwork changes https://bugs.launchpad.net/bugs/202169 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 202169] Re: Freeze exception: wubi and umenu string and artwork changes

2008-03-17 Thread Agostino Russo
Some translators asked to have new translations in for beta (see for instance http://ubuntuforums.org/showpost.php?p=4531810postcount=7). That would help since Rosetta was activated only recently for umenu and ubuntu and most users did not get a chance to see those apps localized, given that

[Bug 146692] Re: Gutsy will not boot on Samsung Q45 laptops

2008-03-16 Thread Agostino Russo
It seems to work well with 2.6.24-12!!! Tested with daily ISO of 15-Mar-2008 Thanks -- 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 subscribed to Ubuntu. -- ubuntu-bugs

[Bug 186117] Re: Cannot remount ntfs

2008-03-16 Thread Agostino Russo
remounting ro - rw does not work remounting rw - ro works [EMAIL PROTECTED]:~# mount -o rw /dev/sdb1 /mnt [EMAIL PROTECTED]:~# touch /mnt/trasg [EMAIL PROTECTED]:~# mount -o remount,ro /mnt [EMAIL PROTECTED]:~# touch /mnt/trasgs touch: cannot touch `/mnt/trasgs': Read-only file system -- Cannot

[Bug 186117] Re: Cannot remount ntfs

2008-03-16 Thread Agostino Russo
With ntfs-3g 1.2216 I get the following. [EMAIL PROTECTED]:~# mount -o ro /dev/sdb1 /mnt [EMAIL PROTECTED]:~# mount -o remount,rw /mnt [EMAIL PROTECTED]:~# cat /proc/mounts|grep /mnt /dev/sdb1 /mnt fuseblk rw,nosuid,nodev,noatime,relatime,user_id=0,group_id=0,allow_other 0 0 [EMAIL PROTECTED]:~#

[Bug 202169] Re: Freeze exception: wubi and umenu string and artwork changes

2008-03-15 Thread Agostino Russo
** Attachment added: diff for rev 454-452 http://launchpadlibrarian.net/12689639/wubi-454-452.diff -- Freeze exception: wubi and umenu string and artwork changes https://bugs.launchpad.net/bugs/202169 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 202169] Re: Freeze exception: wubi and umenu string and artwork changes

2008-03-15 Thread Agostino Russo
I have attached above the diff for rev 454-452 as well. That is mostly as a consequence of an upgrade of grub4dos code, which was patched upstream in order to address bug #201756 and bug #201756. The grub4dos upgrade does not show up in the above diff, since the source gets updated by running the

[Bug 186114] Re: umountroot cannot handle fuse host mounts

2008-03-15 Thread Agostino Russo
New diff, should also try to set loopdevices ro ** Attachment added: umountroot.diff http://launchpadlibrarian.net/12689897/umountroot.diff -- umountroot cannot handle fuse host mounts https://bugs.launchpad.net/bugs/186114 You received this bug notification because you are a member of

[Bug 201750] Re: Cannot remount loopfiles inside of vfat

2008-03-14 Thread Agostino Russo
** Changed in: wubi Importance: Undecided = High Status: New = Confirmed -- Cannot remount loopfiles inside of vfat https://bugs.launchpad.net/bugs/201750 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 202169] Re: Freeze exception: wubi and umenu string and artwork changes

2008-03-14 Thread Agostino Russo
* Wubi text changes fix a couple of typos * Umenu text change addresses bug #200607 * For artwork see for instance the following IRC discussion log: http://irclogs.ubuntu.com/2008/03/06/%23ubuntu-artwork.html -- Freeze exception: wubi and umenu string and artwork changes

[Bug 201750] Re: Cannot remount loopfiles inside of vfat

2008-03-14 Thread Agostino Russo
I think that the issue is due to the fact that the ro/rw status of a loopdevice is set once that is created and cannot be changed later on. So if /host is ro or if the loop device is created via losetup ro or if it is created implictily via mount -o loop,ro, then it will not be possible to

[Bug 186114] Re: umountroot cannot handle fuse host mounts

2008-03-14 Thread Agostino Russo
In order for the host device to be remounted ro it is also necessary that any loopdevice it contains is also ro, I am not aware of any way to change the ro/rw status of loopdevices after they are created, save maybe blockdev --setro (thanks to Colin Watson for the tip!). -- umountroot cannot

[Bug 186114] Re: umountroot cannot handle fuse host mounts

2008-03-14 Thread Agostino Russo
something along the lines of: for d in /dev/loop*; do blockdev --setro $d || true; done -- umountroot cannot handle fuse host mounts https://bugs.launchpad.net/bugs/186114 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 201750] [NEW] Cannot remount loopfiles inside of vfat

2008-03-13 Thread Agostino Russo
Public bug reported: Binary package hint: initramfs-tools Loopfiles inside of vfat cannot be remounted rw. This preventfs people from booting off loopinstallations in vfat. At the moment there is an exception in scripts/local to mount ntfs filesystems rw by default since those too cannot be

[Bug 201750] Re: Cannot remount loopfiles inside of vfat

2008-03-13 Thread Agostino Russo
The workaround involves mounting all loopinstallations rw to begin with: --- local 2008-03-13 11:15:50.346417000 + +++ local.new 2008-03-13 11:16:44.140677000 + @@ -62,7 +62,7 @@ [ $quiet != y ] log_end_msg if [ ${readonly} = y ] \ - ([ -z $LOOP ] || [

[Bug 195905] Re: migration-assistant page shown when there are no options

2008-03-13 Thread Agostino Russo
Receiving reports of users that are now shown a migration-assistant question but cannot press the forward button (only cancel is enabled). http://ubuntuforums.org/showpost.php?p=4461540postcount=6 http://ubuntuforums.org/showpost.php?p=4475322postcount=4 -- migration-assistant page shown when

[Bug 201750] Re: Cannot remount loopfiles inside of vfat

2008-03-13 Thread Agostino Russo
** Description changed: Binary package hint: initramfs-tools Loopfiles inside of vfat cannot be remounted rw. This preventfs people from booting off loopinstallations in vfat. At the moment there is an exception in scripts/local to mount ntfs filesystems rw by default since those too

[Bug 201750] Re: Cannot remount loopfiles inside of vfat

2008-03-13 Thread Agostino Russo
** Description changed: Binary package hint: initramfs-tools Loopfiles inside of vfat cannot be remounted rw. This preventfs people from booting off loopinstallations in vfat. At the moment there is an exception in scripts/local to mount ntfs filesystems rw by default since those too

[Bug 186114] Re: umountroot cannot handle fuse host mounts

2008-03-11 Thread Agostino Russo
Diff vs current hardy umountroot ** Attachment added: umountroot.diff http://launchpadlibrarian.net/12596659/umountroot.diff ** Changed in: wubi Status: Confirmed = Fix Committed -- umountroot cannot handle fuse host mounts https://bugs.launchpad.net/bugs/186114 You received this bug

[Bug 176112] Re: Suspend-to-ram does not work in loop-installations

2008-03-07 Thread Agostino Russo
Not sure what happened but now suspend to ram works well in loop installations! Tested with kernel 2.6.24-11-generic ** Changed in: linux (Ubuntu) Status: Triaged = Fix Released ** Changed in: wubi Status: Confirmed = Fix Released -- Suspend-to-ram does not work in

[Bug 187463] Re: Disable suspend (ram/disk) in Loopinstallations

2008-03-07 Thread Agostino Russo
Suspend to ram now works in loopinstallation, so there is no longer any need to disable it. As for Hibernation, loopinstallation use a swap file, so I'd guess that Hibernation functionality should depend on the support of swap files and should check for that. ** Changed in: pm-utils (Ubuntu)

[Bug 176112] Re: Suspend-to-ram does not work in loop-installations

2008-03-07 Thread Agostino Russo
THANKS! -- 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. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 199161] Re: File and directory removal, rename and move may have been denied with an Operation not supported error message

2008-03-07 Thread Agostino Russo
Martin thanks a lot! ** Changed in: wubi Status: New = Fix Released -- File and directory removal, rename and move may have been denied with an Operation not supported error message https://bugs.launchpad.net/bugs/199161 You received this bug notification because you are a member of

[Bug 146692] Re: Gutsy will not boot on Samsung Q45 laptops

2008-03-07 Thread Agostino Russo
Leann, As of ISO build 20080221 kernel 2.6.24-8-generic, acpi=off is still required... But the situation has changed... Now the system hangs during rcS.d/udev and in particular when executing udevadm trigger, while before it would hang in the early stages of the boot process (IIRC). Strangely

[Bug 199161] [NEW] File and directory removal, rename and move may have been denied with an Operation not supported

2008-03-06 Thread Agostino Russo
Public bug reported: Binary package hint: ntfs-3g This is confirmed on ntfs-3g website, but it seems that the release 1.2216 has a fix for that. From the changelog (thanks to Evan Dandrea for pointing that out): Fix: file and directory removal, rename and move may have been denied with an

[Bug 199161] Re: File and directory removal, rename and move may have been denied with an Operation not supported error message

2008-03-06 Thread Agostino Russo
** Summary changed: - File and directory removal, rename and move may have been denied with an Operation not supported + File and directory removal, rename and move may have been denied with an Operation not supported error message ** Description changed: Binary package hint: ntfs-3g -

[Bug 199161] Re: File and directory removal, rename and move may have been denied with an Operation not supported error message

2008-03-06 Thread Agostino Russo
As it turns out, the error report above was not due to ntfs-3g deficiencies, since the user was on vfat... The issue was that in hardy initrd generation involves hard links (https://wiki.ubuntu.com/HardyInitramfsErrorHandling) which are not supported by vfat. In any case I still think that

[Bug 195905] Re: migration-assistant page shown when there are no options

2008-03-03 Thread Agostino Russo
** Tags added: wubi -- migration-assistant page shown when there are no options https://bugs.launchpad.net/bugs/195905 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 195905] Re: migration-assistant page shown when there are no options

2008-03-03 Thread Agostino Russo
** Also affects: ubiquity Importance: Undecided Status: New ** Also affects: wubi Importance: Undecided Status: New -- migration-assistant page shown when there are no options https://bugs.launchpad.net/bugs/195905 You received this bug notification because you are a member

[Bug 195980] Re: Check that device oredering in Grub matches device ordering in grub4dos

2008-02-28 Thread Agostino Russo
*** This bug is a duplicate of bug 8497 *** https://bugs.launchpad.net/bugs/8497 ** Changed in: wubi Importance: Undecided = Medium Status: New = Confirmed ** This bug has been marked a duplicate of bug 8497 grub guessed BIOS disk order incorrectly -- Check that device

[Bug 176112] Re: Suspend-to-ram does not work in loop-installations

2008-02-28 Thread Agostino Russo
** Attachment added: dmesg.log http://launchpadlibrarian.net/12281689/dmesg.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. --

[Bug 186117] Re: Cannot remount ntfs

2008-02-28 Thread Agostino Russo
Confirmed in Hardy build 28-Feb-2008: [EMAIL PROTECTED]:~$ sudo mount -t ntfs-3g -o remount,ro /dev/disk/by-uuid/0A22653721620251 /host Remounting is not supported at present. You have to umount volume and then mount it once again. ** Changed in: wubi Status: New = Confirmed --

[Bug 176112] Re: Suspend-to-ram does not work in loop-installations

2008-02-28 Thread Agostino Russo
** 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. --

[Bug 176112] Re: Suspend-to-ram does not work in loop-installations

2008-02-28 Thread Agostino Russo
** 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. --

[Bug 176112] Re: Suspend-to-ram does not work in loop-installations

2008-02-28 Thread Agostino Russo
** 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.

[Bug 188492] Re: console-setup/layoutcode settings are ignored

2008-02-27 Thread Agostino Russo
** Changed in: wubi Status: Confirmed = Fix Released -- console-setup/layoutcode settings are ignored https://bugs.launchpad.net/bugs/188492 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 192116] Re: Bind mount /host to /media/host

2008-02-27 Thread Agostino Russo
13:34 cjwatson 2) I don't see why users shouldn't just be re-educated. Mounting in /media/host is IMO wrong and likely to create problems. ** Changed in: wubi Status: Confirmed = Won't Fix ** Changed in: partman-auto-loop (Ubuntu) Status: Confirmed = Invalid -- Bind mount /host

[Bug 176112] Re: Suspend-to-ram does not work in loop-installations

2008-02-27 Thread Agostino Russo
Wubi is now available in Hardy Alpha5+, it would be great if some devs in the kernel team could try to suspend from within a wubi installation. -- 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

[Bug 181734] Re: Prompt the user to insert a CD if a live media is not detected

2008-02-26 Thread Agostino Russo
** Changed in: casper (Ubuntu) Status: New = Confirmed ** Changed in: wubi Status: New = Confirmed -- 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 are a member of Ubuntu Bugs,

[Bug 188372] Re: update manager refuses to authenticate no PW window appears just freezes

2008-02-26 Thread Agostino Russo
...as for Wubi 7.10, it was never released because of a kernel bug that would result in system freeze when using loop devices. The Wubi version you find on the 7.10 CD is a crippled one and only supports CD boot mode (I.E. it will help you boot a CD going around BIOS drive priority issues, but not

[Bug 188460] Re: Device.map is missing in loopinstallations (bindmounted boot)

2008-02-25 Thread Agostino Russo
** Changed in: grub (Ubuntu) Status: New = Fix Released ** Changed in: wubi Status: Confirmed = Fix Released -- Device.map is missing in loopinstallations (bindmounted boot) https://bugs.launchpad.net/bugs/188460 You received this bug notification because you are a member of

[Bug 189630] Re: d-i/hdmedia should have hooks similar to the ones in lupin/casper

2008-02-25 Thread Agostino Russo
postponed to hardy+1 ** Changed in: lupin Assignee: Agostino Russo (ago) = (unassigned) -- d-i/hdmedia should have hooks similar to the ones in lupin/casper https://bugs.launchpad.net/bugs/189630 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 192116] [NEW] Bind mount /host to /media/host

2008-02-15 Thread Agostino Russo
Public bug reported: Binary package hint: partman-auto-loop Several users seem to get confused by the fact that the windows host partition does not appear within /media/host. A solution might be to bindmount /host to /media/host. Unmounting with umount command will be ok, unless the user uses

[Bug 192116] Re: Bind mount /host to /media/host

2008-02-15 Thread Agostino Russo
** Also affects: wubi Importance: Undecided Status: New ** Changed in: wubi Importance: Undecided = Low Assignee: (unassigned) = Agostino Russo (ago) Status: New = Confirmed ** Changed in: partman-auto-loop (Ubuntu) Assignee: (unassigned) = Agostino Russo (ago

[Bug 188372] Re: update manager refuses to authenticate no PW window appears just freezes

2008-02-13 Thread Agostino Russo
Wubi 7.04 dist-upgrade to 7.10 is not supported. Dist upgrades are supported from 7.10 onward. -- update manager refuses to authenticate no PW window appears just freezes https://bugs.launchpad.net/bugs/188372 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 187463] Re: Disable suspend (ram/disk) in Loopinstallations

2008-02-12 Thread Agostino Russo
** Summary changed: - Disable hibernation in Loopinstallations + Disable suspend (ram/disk) in Loopinstallations ** Description changed: - In loopinstallations (wubi), the hibernation and suspend buttons in the - shutdown dialog should be disabled/hidden since suspend-to-ram/disk do - not work

[Bug 187463] Re: Disable hibernation in Loopinstallations

2008-02-12 Thread Agostino Russo
** Description changed: In loopinstallations (wubi), the hibernation and suspend buttons in the shutdown dialog should be disabled/hidden since suspend-to-ram/disk do - not work (https://bugs.launchpad.net/wubi/+bug/176112). At the moment - suspend is disabled but hibernation is not. + not

[Bug 189630] Re: d-i/hdmedia should have hooks similar to the ones in lupin/casper

2008-02-07 Thread Agostino Russo
** Changed in: lupin Assignee: (unassigned) = Agostino Russo (ago) ** Description changed: This is useful to support distros that do not ship a Live CD as well as ensuring consistent behaviour for similar boot parameters. The d-i changes should affect only hdmedia. The required

[Bug 189630] Re: d-i/hdmedia should have hooks similar to the ones in lupin/casper

2008-02-07 Thread Agostino Russo
** Also affects: wubi Importance: Undecided Status: New ** Tags added: wubi ** Description changed: This is useful to support distros that do not ship a Live CD as well as ensuring consistent behaviour for similar boot parameters. The d-i changes should affect only hdmedia. The

[Bug 189630] Re: d-i/hdmedia should have hooks similar to the ones in lupin/casper

2008-02-07 Thread Agostino Russo
** Also affects: iso-scan (Ubuntu) Importance: Undecided Status: New -- d-i/hdmedia should have hooks similar to the ones in lupin/casper https://bugs.launchpad.net/bugs/189630 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 187463] Re: Disable hibernate button

2008-02-04 Thread Agostino Russo
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

[Bug 187463] Re: Disable hibernate button

2008-02-04 Thread Agostino Russo
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

[Bug 187463] Re: Disable hibernation in Loopinstallations

2008-02-04 Thread Agostino Russo
** 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. --

[Bug 187463] Re: Disable hibernation in Loopinstallations

2008-02-04 Thread Agostino Russo
** 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

[Bug 188460] Re: Device.map is missing in loopinstallations (bindmounted boot)

2008-02-04 Thread Agostino Russo
** Tags added: wubi -- Device.map is missing in loopinstallations (bindmounted boot) https://bugs.launchpad.net/bugs/188460 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

[Bug 188460] Re: Device.map is missing in loopinstallations (bindmounted boot)

2008-02-03 Thread Agostino Russo
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 ]; then

[Bug 188460] [NEW] Device.map is missing in loopinstallations (bindmounted boot)

2008-02-02 Thread Agostino Russo
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

[Bug 188460] Re: Device.map is missing in loopinstallations (bindmounted boot)

2008-02-02 Thread Agostino Russo
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

[Bug 181734] Re: Prompt the user to insert a CD if a live media is not detected

2008-02-01 Thread Agostino Russo
** 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

[Bug 186711] Re: The installer needs to remove operating system files from the install target, but was unable to do so. The install cannot continue

2008-01-31 Thread Agostino Russo
** 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

[Bug 186711] Re: The installer needs to remove operating system files from the install target, but was unable to do so. The install cannot continue

2008-01-30 Thread Agostino Russo
** 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

[Bug 187282] Re: update-initramfs -u fails with WARNING: /boot is ro mounted. even if /boot is rw

2008-01-30 Thread Agostino Russo
** 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_id

[Bug 175772] Re: Update-grub does not set kopt correctly in loopinstallations

2008-01-30 Thread Agostino Russo
** 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. --

[Bug 175772] Re: Update-grub does not set kopt correctly in loopinstallations

2008-01-30 Thread Agostino Russo
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

[Bug 175772] Re: Update-grub does not set kopt correctly in loopinstallations

2008-01-30 Thread Agostino Russo
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. --

[Bug 186114] Re: umountroot cannot handle fuse host mounts

2008-01-30 Thread Agostino Russo
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

[Bug 151579] Re: umountfs must check whether a mountpoint contains a loopmounted root file

2008-01-30 Thread Agostino Russo
** 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. --

[Bug 175772] Re: Update-grub does not set kopt correctly in loopinstallations

2008-01-30 Thread Agostino Russo
** 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

[Bug 187282] Re: update-initramfs -u fails with WARNING: /boot is ro mounted. even if /boot is rw

2008-01-30 Thread Agostino Russo
** 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 Ubuntu.

[Bug 131646] Re: TVout is interfering with screen resolution on Intel graphics

2008-01-29 Thread Agostino Russo
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

[Bug 146692] Re: Gutsy will not boot on Samsung Q45 laptops

2008-01-29 Thread Agostino Russo
** 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

[Bug 146692] Re: Gutsy will not boot on Samsung Q45 laptops

2008-01-29 Thread Agostino Russo
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

[Bug 151579] Re: umountfs must check whether a mountpoint contains a loopmounted root file

2008-01-29 Thread Agostino Russo
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

[Bug 186117] [NEW] Cannot remount ntfs

2008-01-26 Thread Agostino Russo
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

[Bug 151579] Re: umountfs must check whether a mountpoint contains a loopmounted root file

2008-01-26 Thread Agostino Russo
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 90 /proc/mounts - +

[Bug 186114] [NEW] umountroot cannot handle fuse host mounts

2008-01-26 Thread Agostino Russo
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

[Bug 151579] Re: umountfs must check whether a mountpoint contains a loopmounted root file

2008-01-25 Thread Agostino Russo
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

[Bug 177868] Re: When loopfiles are used mkfs has to target the file and not the containing device

2008-01-25 Thread Agostino Russo
** 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

[Bug 144798] Re: Merge lupin functionality + add external hooks

2008-01-25 Thread Agostino Russo
** 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

[Bug 181658] Re: grub-installer fails when /boot is bindmounted

2008-01-22 Thread Agostino Russo
** 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

[Bug 175772] Re: Update-grub does not set kopt correctly in loopinstallations

2008-01-22 Thread Agostino Russo
** 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

[Bug 176019] Re: Disk images might be generated on the Windows side

2008-01-22 Thread Agostino Russo
** 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

[Bug 173659] Re: Add /host/boot to fstab

2008-01-22 Thread Agostino Russo
** 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 Ubuntu

[Bug 151579] Re: umountfs must check whether a mountpoint contains a loopmounted root file

2008-01-18 Thread Agostino Russo
** Changed in: wubi Status: Fix Committed = 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. --

[Bug 173659] Re: Add /host/boot to fstab

2008-01-18 Thread Agostino Russo
Evan, If you loopinstall inside linux, it will use /loopinstallation/disks/boot as /boot when you are within the loopinstallation. Then the user will have to add an option to their regular grub pointing at /loopinstallation/disks/boot/grub/menu.lst. I did not test this configuration, but I assume

[Bug 175772] Re: Update-grub does not set kopt correctly in loopinstallations

2008-01-18 Thread Agostino Russo
Note that when not on a loopinstallation, I am setting: default_kopt=root=$root_device ro When in the original code it used to be kopt=root=$(awk '$2 == / {print $1}' /etc/fstab) ro My understanding is that using $root_device is safer, since it comes from find_root_device which also parses

[Bug 175772] Re: Update-grub does not set kopt correctly in loopinstallations

2008-01-18 Thread Agostino Russo
Safer code loop_file=$(awk '$2==/ $4~loop {print $1}' /etc/fstab) if [ -f $loop_file ]; then dev_mountpoint=$(awk ''${loop_file}'~^$2 $2!=/ {print $1;$2}' /proc/mounts|tail -n 1) host_device=${dev_mountpoint%;*} host_mountpoint=${dev_mountpoint#*;} fi if [ -n $host_device ]; then

[Bug 151579] Re: umountfs must check whether a mountpoint contains a loopmounted root file

2008-01-17 Thread Agostino Russo
As suggested by Colin Watson, a better way to skip mountpoints in umountfs is using the following code: do_stop () { exec 90 (sed -n '/^\/[^ ]* \/ /,$p' /proc/mounts) REG_MTPTS= TMPFS_MTPTS= while read DEV MTPT FSTYPE REST; do echo Processing

[Bug 151579] Re: umountfs must check whether a mountpoint contains a loopmounted root file

2008-01-16 Thread Agostino Russo
preliminary patch for umountroot: instead of remounting ro only /, extend the same treatment to any mountpoint still mentioned in /proc/mounts remount_ro(){ local MTPT=$1 [ $VERBOSE = no ] || log_action_begin_msg Mounting $MPT read-only MOUNT_FORCE_OPT= [ $(uname -s) =

[Bug 173659] Re: Add /host/boot to fstab

2008-01-16 Thread Agostino Russo
It might be safer to add the following check to /lib/partman/mount.d/70bind [ $type = none ] || exit 1 -- 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. --

[Bug 181669] Re: local-bottom/ntfs-3g fails to set sendsigs.omit

2008-01-14 Thread Agostino Russo
** 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

[Bug 177868] Re: When loopfiles are used mkfs has to target the file and not the containing device

2008-01-14 Thread Agostino Russo
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

[Bug 177868] Re: When loopfiles are used mkfs has to target the file and not the containing device

2008-01-14 Thread Agostino Russo
** 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

[Bug 176019] Re: Disk images might be generated on the Windows side

2008-01-14 Thread Agostino Russo
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

[Bug 181734] Prompt the user to insert a CD if a live media is not detected

2008-01-10 Thread Agostino Russo
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 --

[Bug 176112] Re: Suspend-to-ram does not work in loop-installations

2008-01-10 Thread Agostino Russo
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

[Bug 144798] Re: Merge lupin functionality + add external hooks

2008-01-10 Thread Agostino Russo
** 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. --

[Bug 151579] Re: umountfs must check whether a mountpoint contains a loopmounted root file

2008-01-10 Thread Agostino Russo
** 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

<    1   2   3   4   5   6   7   >