[Bug 61767] Re: External disks PPC bootstrap partition are automounted

2007-01-09 Thread Martin Pitt
** Changed in: hal (Ubuntu)
   Status: In Progress = Fix Committed

-- 
External disks PPC bootstrap partition are automounted
https://launchpad.net/bugs/61767

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 61767] Re: External disks PPC bootstrap partition are automounted

2007-01-09 Thread Martin Pitt
 hal (0.5.8.1-4ubuntu2) feisty; urgency=low
 .
   * Add back debian/patches/00upstream-06-stat-dev-not-mountpoint.patch and
 port it to 0.5.8.1. This fixes handling of NTFS-FUSE mounts again in
 Feisty. Closes: LP#35354
   * debian/patches/24_ignored_volumes.patch: Fix ignoring of Apple bootstrap
 partitions. Closes: LP#61767
   * debian/patches/24_ignored_volumes.patch: Ignore partitions without an
 fsusage, e. g. unformatted ones, Mac patch partitions, etc.
 Closes: LP#18901
   * Add debian/patches/00upstream-01-acpi-low-powerlevels.patch:
 - Fix ACPI problems with incorrect low current voltage values.
 - Patch taken from upstream git 9c99fc03fbac6380032a6678c641a76ef02ad834.
 - Closes: LP#66025
   * Add debian/patches/16_ntfs_allow_local_mount_option.patch: Allow 'locale='
 mount option for NTFS. Closes: LP#78370
   * Add debian/patches/00upstream-02-music-players.patch: Pull USB music
 player FDI file from git head. At the moment, this adds the Zen Nano.
 Closes: LP#77047
   * debian/patches/30-mp3-player-fdi.patch:
 - Add Nexia NX58XX (including Super*Talent MegaScreen). Closes: LP#77842
 - Add Feiya Technology Corp Memory Bar. Closes: LP#77854
 - Add MPMan MP-Ki 128. Closes: LP#66239


** Changed in: hal (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
External disks PPC bootstrap partition are automounted
https://launchpad.net/bugs/61767

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 61767] Re: External disks PPC bootstrap partition are automounted

2007-01-08 Thread Martin Pitt
Reopening.

** Changed in: hal (Ubuntu)
   Status: Fix Released = In Progress

-- 
External disks PPC bootstrap partition are automounted
https://launchpad.net/bugs/61767

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 61767] Re: External disks PPC bootstrap partition are automounted

2006-12-15 Thread Martin Pitt
Fixed in Feisty now.

** Changed in: hal (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
External disks PPC bootstrap partition are automounted
https://launchpad.net/bugs/61767

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 61767] Re: External disks PPC bootstrap partition are automounted

2006-12-15 Thread didier
Nope :(

debian patching is a bit too fuzzy. in:

 /usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi
-
match key=volume.fsusage string=filesystem

  !-- Should always ignore Apple Bootstrap partitions (it would be --
  !-- a security hole to mount it) - TODO: should use the bootable --
  !-- flag from the Mac partition table instead --
  match key=volume.fstype string=hfs
match key=volume.label string=bootstrap
  merge key=volume.ignore type=booltrue/merge
/match
  /match

  !-- Here follow volumes we specifically want to ignore - it is the --
  !-- responsibility of software higher in the stack (e.g. gnome-vfs) --
  !-- amd mount programs (e.g. Mount() on HAL) to respect volume.ignore --
  merge key=volume.ignore type=boolfalse/merge


moving the line 
 merge key=volume.ignore type=boolfalse/merge 

before
  match key=volume.fstype string=hfs

works though.
Thanks.

-- 
External disks PPC bootstrap partition are automounted
https://launchpad.net/bugs/61767

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 61767] Re: External disks PPC bootstrap partition are automounted

2006-10-27 Thread Martin Pitt
Should be fixed in merged hal (in bzr head now) which drops the pmount
patch.

** Changed in: hal (Ubuntu)
   Status: In Progress = Fix Committed

-- 
External disks PPC bootstrap partition are automounted
https://launchpad.net/bugs/61767

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 61767] Re: External disks PPC bootstrap partition are automounted

2006-10-19 Thread Martin Pitt
Reopening. Sorry, I missed that!

** Changed in: hal (Ubuntu)
   Status: Fix Released = In Progress

-- 
External disks PPC bootstrap partition are automounted
https://launchpad.net/bugs/61767

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 61767] Re: External disks PPC bootstrap partition are automounted

2006-10-18 Thread didier
Sorry for the delay but it's still there.

It's not shown on the desktop anymore but it's still mounted:
$ mount

/dev/sda12 on /media/bootstrap type hfs
(rw,nosuid,nodev,uid=1000,gid=1000)

I'm not sure it's the right place but in :
/usr/share/hal/scripts/hal-system-storage-mount
pmount is called before the test of
$HAL_PROP_VOLUME_IGNORE

-- 
External disks PPC bootstrap partition are automounted
https://launchpad.net/bugs/61767

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 61767] Re: External disks PPC bootstrap partition are automounted

2006-10-09 Thread Martin Pitt
Hmm, both have 'volume.policy.should_mount = false' already, so the hal
policy is already correct. It seems that flag is ignored somewhere in
the chain, will investigate.

** Changed in: hal (Ubuntu)
   Importance: Undecided = Medium
   Status: Needs Info = In Progress

-- 
External disks PPC bootstrap partition are automounted
https://launchpad.net/bugs/61767

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 61767] Re: External disks PPC bootstrap partition are automounted

2006-10-09 Thread Martin Pitt
** Changed in: hal (Ubuntu)
   Status: In Progress = Fix Committed

-- 
External disks PPC bootstrap partition are automounted
https://launchpad.net/bugs/61767

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 61767] Re: External disks PPC bootstrap partition are automounted

2006-10-09 Thread Martin Pitt
 hal (0.5.7.1-0ubuntu15) edgy; urgency=low
 .
   * Add debian/patches/00upstream-05-fix-stale_nfs_handle_block.patch:
 - Do not stat NFS mounts when preparing for suspend to fix hang.
 - Patch taken from upstream git.
 - Closes: LP#64266
   * Add debian/patches/20_laptop-panel-fixes.patch: ThinkPad T60 controls
 screen brightness in hardware, so set the appropriate flag in
 10-laptop-panel-mgmt-policy.fdi. Closes: LP#61184
   * Add debian/patches/21_smartcard_drivetype.patch: Recognize 'Storage-SDC'
 as smart card drive type. Closes: LP#61834
   * Add debian/patches/22-prefer-pmi-over-powersave.patch: Prefer pmi over
 powersave in the suspend/hibernate scripts. Closes: LP#61920
   * debian/patches/17-mp3-player-fdi.patch: Add information about Sandisk
 Corp. Sansa e270. Closes: LP#64300
   * debian/patches/02_ignored_volumes.patch: Ignore Apple bootstrap partitions
 on removable devices, too. Closes: LP#61767
   * Add debian/patches/00upstream-06-stat-dev-not-mountpoint.patch:
 - hald/linux/blockdev.c, blockdev_refresh_mount_state(): Stat the special
   device file, not the mount point's underlying device. This makes hal
   correctly recognize fuse mounts.
 - Patch ported from upstream GIT, thanks to Florent Mertens!
   
http://gitweb.freedesktop.org/?p=hal.git;a=commit;h=2ea340399bf8cf3d2bb6bd1b5c4ecbc2042e93d4
 - Closes: LP#35354

This should do it; can you please complain if there are still problems?
Thank you!

** Changed in: hal (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
External disks PPC bootstrap partition are automounted
https://launchpad.net/bugs/61767

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 61767] Re: External disks PPC bootstrap partition are automounted

2006-10-06 Thread Martin Pitt
Can you please do

  lshal  hal.txt

while the external disk with the bootstrap partition is plugged in and
active and attach hal.txt here? I'd like to fix that for edgy, should be
an easy patch.

** Changed in: hal (Ubuntu)
 Assignee: (unassigned) = Martin Pitt
   Status: Unconfirmed = Needs Info

-- 
External disks PPC bootstrap partition are automounted
https://launchpad.net/bugs/61767

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 61767] Re: External disks PPC bootstrap partition are automounted

2006-10-06 Thread didier
done,

There's two bootstrap partition (hda and sda), the firewire disk is the
boot and root drive.


** Attachment added: lshal output
   http://librarian.launchpad.net/4689007/hal.txt

-- 
External disks PPC bootstrap partition are automounted
https://launchpad.net/bugs/61767

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 61767] Re: External disks PPC bootstrap partition are automounted

2006-09-21 Thread didier
Wrong,
It still mounted by the volume manager and ubuntu change in:
 /usr/share/hal/scripts/hal-system-storage-mount

-- 
External disks PPC bootstrap partition are automounted
https://launchpad.net/bugs/61767

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs