[Bug 81925] [apport] gnome-app-install crashed with DBusException in __call__()

2007-01-27 Thread Georges Discry
Public bug reported:

Binary package hint: gnome-app-install

The bug happens every time I try to open gnome-app-install. I can't
remember the change of the system that brought this.

ProblemType: Crash
Date: Sun Jan 28 03:20:21 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-app-install
InterpreterPath: /usr/bin/python2.5
Package: gnome-app-install 0.3.8
ProcCmdline: /usr/bin/python /usr/bin/gnome-app-install
ProcCwd: /home/murmex
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/gnome-app-install']
SourcePackage: gnome-app-install
Uname: Linux r2-d2 2.6.20-5-generic #2 SMP Sat Jan 6 14:50:47 UTC 2007 i686 
GNU/Linux

** Affects: gnome-app-install (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] Dependencies.txt

2007-01-27 Thread Georges Discry

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/5910367/Dependencies.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] ProcMaps.txt

2007-01-27 Thread Georges Discry

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/5910368/ProcMaps.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] Traceback.txt

2007-01-27 Thread Georges Discry

** Attachment added: "Traceback.txt"
   http://librarian.launchpad.net/5910370/Traceback.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] ProcStatus.txt

2007-01-27 Thread Georges Discry

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/5910369/ProcStatus.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 110865] GNOME mounter rejects needed mount option

2007-04-28 Thread Georges Discry
Public bug reported:

Binary package hint: gnome-mount

I've met this while trying to mount a UFS2 partition with gnome-mount.
To mount an UFS2 partition, the option ufstype=ufs2 is mandatory.
However, when putting it in the option field and trying to mount the volume, it 
reports an error telling that there is an "Invalid mount option when attempting 
to mount the volume."

Mounting from the terminal works perfectly with such a command :
sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdc1 /mnt

I'm guessing that this problem is caused because there is a limited list
of allowed mount options and it doesn't include ufstype.

** Affects: gnome-mount (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-04-28 Thread Georges Discry
Note: As the support for UFS2 in the Linux kernel (since 2.6.5) is for
read only, the exact input for the option field should be "ro
ufstype=ufs2", although this doesn't change anything to the problem.

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
** Changed in: hal (Ubuntu)
Sourcepackagename: gnome-mount => hal

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
As thought, there's a white list of mount options and before mounting, 
gnome-mount somehow check this list.
The list is in the file 
/usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi located in the hal 
package.
Since the Linux kernel supports UFS2 file systems since 2.6.5 (see 
http://ufs-linux.sourceforge.net/), we should add a section for allowed mount 
options for ufs file systems.

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
I've made a patch for the .fdi file.
As handling ufs filesystems is different between Linux and FreeBSD, I've added 
a rule so that the option is only available if the kernel name matches Linux.

I've tested it on my system with an USB disk containing UFS2 partitions and it 
works.
Note that there's probably a need for ufs filesystems default options that 
would be ro ufstype=ufs2.

** Attachment added: "Adding allowed mount option for ufs filesystem"
   http://librarian.launchpad.net/7708301/hal.patch

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
** Changed in: hal (Ubuntu)
   Status: Unconfirmed => Confirmed

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
** Bug watch added: Freedesktop Bugzilla #10998
   https://bugs.freedesktop.org/show_bug.cgi?id=10998

** Also affects: hal (upstream) via
   https://bugs.freedesktop.org/show_bug.cgi?id=10998
   Importance: Unknown
   Status: Unknown

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 81925] [apport] gnome-app-install crashed with DBusException in __call__()

2007-01-27 Thread Georges Discry
Public bug reported:

Binary package hint: gnome-app-install

The bug happens every time I try to open gnome-app-install. I can't
remember the change of the system that brought this.

ProblemType: Crash
Date: Sun Jan 28 03:20:21 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-app-install
InterpreterPath: /usr/bin/python2.5
Package: gnome-app-install 0.3.8
ProcCmdline: /usr/bin/python /usr/bin/gnome-app-install
ProcCwd: /home/murmex
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/gnome-app-install']
SourcePackage: gnome-app-install
Uname: Linux r2-d2 2.6.20-5-generic #2 SMP Sat Jan 6 14:50:47 UTC 2007 i686 
GNU/Linux

** Affects: gnome-app-install (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] Dependencies.txt

2007-01-27 Thread Georges Discry

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/5910367/Dependencies.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] ProcMaps.txt

2007-01-27 Thread Georges Discry

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/5910368/ProcMaps.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] Traceback.txt

2007-01-27 Thread Georges Discry

** Attachment added: "Traceback.txt"
   http://librarian.launchpad.net/5910370/Traceback.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] ProcStatus.txt

2007-01-27 Thread Georges Discry

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/5910369/ProcStatus.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 110865] GNOME mounter rejects needed mount option

2007-04-28 Thread Georges Discry
Public bug reported:

Binary package hint: gnome-mount

I've met this while trying to mount a UFS2 partition with gnome-mount.
To mount an UFS2 partition, the option ufstype=ufs2 is mandatory.
However, when putting it in the option field and trying to mount the volume, it 
reports an error telling that there is an "Invalid mount option when attempting 
to mount the volume."

Mounting from the terminal works perfectly with such a command :
sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdc1 /mnt

I'm guessing that this problem is caused because there is a limited list
of allowed mount options and it doesn't include ufstype.

** Affects: gnome-mount (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-04-28 Thread Georges Discry
Note: As the support for UFS2 in the Linux kernel (since 2.6.5) is for
read only, the exact input for the option field should be "ro
ufstype=ufs2", although this doesn't change anything to the problem.

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
** Changed in: hal (Ubuntu)
Sourcepackagename: gnome-mount => hal

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
As thought, there's a white list of mount options and before mounting, 
gnome-mount somehow check this list.
The list is in the file 
/usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi located in the hal 
package.
Since the Linux kernel supports UFS2 file systems since 2.6.5 (see 
http://ufs-linux.sourceforge.net/), we should add a section for allowed mount 
options for ufs file systems.

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
I've made a patch for the .fdi file.
As handling ufs filesystems is different between Linux and FreeBSD, I've added 
a rule so that the option is only available if the kernel name matches Linux.

I've tested it on my system with an USB disk containing UFS2 partitions and it 
works.
Note that there's probably a need for ufs filesystems default options that 
would be ro ufstype=ufs2.

** Attachment added: "Adding allowed mount option for ufs filesystem"
   http://librarian.launchpad.net/7708301/hal.patch

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
** Changed in: hal (Ubuntu)
   Status: Unconfirmed => Confirmed

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
** Bug watch added: Freedesktop Bugzilla #10998
   https://bugs.freedesktop.org/show_bug.cgi?id=10998

** Also affects: hal (upstream) via
   https://bugs.freedesktop.org/show_bug.cgi?id=10998
   Importance: Unknown
   Status: Unknown

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] GNOME mounter rejects needed mount option

2007-04-28 Thread Georges Discry
Public bug reported:

Binary package hint: gnome-mount

I've met this while trying to mount a UFS2 partition with gnome-mount.
To mount an UFS2 partition, the option ufstype=ufs2 is mandatory.
However, when putting it in the option field and trying to mount the volume, it 
reports an error telling that there is an "Invalid mount option when attempting 
to mount the volume."

Mounting from the terminal works perfectly with such a command :
sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdc1 /mnt

I'm guessing that this problem is caused because there is a limited list
of allowed mount options and it doesn't include ufstype.

** Affects: gnome-mount (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-04-28 Thread Georges Discry
Note: As the support for UFS2 in the Linux kernel (since 2.6.5) is for
read only, the exact input for the option field should be "ro
ufstype=ufs2", although this doesn't change anything to the problem.

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 81925] [apport] gnome-app-install crashed with DBusException in __call__()

2007-01-27 Thread Georges Discry
Public bug reported:

Binary package hint: gnome-app-install

The bug happens every time I try to open gnome-app-install. I can't
remember the change of the system that brought this.

ProblemType: Crash
Date: Sun Jan 28 03:20:21 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-app-install
InterpreterPath: /usr/bin/python2.5
Package: gnome-app-install 0.3.8
ProcCmdline: /usr/bin/python /usr/bin/gnome-app-install
ProcCwd: /home/murmex
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/gnome-app-install']
SourcePackage: gnome-app-install
Uname: Linux r2-d2 2.6.20-5-generic #2 SMP Sat Jan 6 14:50:47 UTC 2007 i686 
GNU/Linux

** Affects: gnome-app-install (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] Dependencies.txt

2007-01-27 Thread Georges Discry

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/5910367/Dependencies.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] ProcMaps.txt

2007-01-27 Thread Georges Discry

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/5910368/ProcMaps.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] Traceback.txt

2007-01-27 Thread Georges Discry

** Attachment added: "Traceback.txt"
   http://librarian.launchpad.net/5910370/Traceback.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] ProcStatus.txt

2007-01-27 Thread Georges Discry

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/5910369/ProcStatus.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
** Changed in: hal (Ubuntu)
Sourcepackagename: gnome-mount => hal

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
As thought, there's a white list of mount options and before mounting, 
gnome-mount somehow check this list.
The list is in the file 
/usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi located in the hal 
package.
Since the Linux kernel supports UFS2 file systems since 2.6.5 (see 
http://ufs-linux.sourceforge.net/), we should add a section for allowed mount 
options for ufs file systems.

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
I've made a patch for the .fdi file.
As handling ufs filesystems is different between Linux and FreeBSD, I've added 
a rule so that the option is only available if the kernel name matches Linux.

I've tested it on my system with an USB disk containing UFS2 partitions and it 
works.
Note that there's probably a need for ufs filesystems default options that 
would be ro ufstype=ufs2.

** Attachment added: "Adding allowed mount option for ufs filesystem"
   http://librarian.launchpad.net/7708301/hal.patch

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
** Changed in: hal (Ubuntu)
   Status: Unconfirmed => Confirmed

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
** Bug watch added: Freedesktop Bugzilla #10998
   https://bugs.freedesktop.org/show_bug.cgi?id=10998

** Also affects: hal (upstream) via
   https://bugs.freedesktop.org/show_bug.cgi?id=10998
   Importance: Unknown
   Status: Unknown

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 81925] [apport] gnome-app-install crashed with DBusException in __call__()

2007-01-27 Thread Georges Discry
Public bug reported:

Binary package hint: gnome-app-install

The bug happens every time I try to open gnome-app-install. I can't
remember the change of the system that brought this.

ProblemType: Crash
Date: Sun Jan 28 03:20:21 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-app-install
InterpreterPath: /usr/bin/python2.5
Package: gnome-app-install 0.3.8
ProcCmdline: /usr/bin/python /usr/bin/gnome-app-install
ProcCwd: /home/murmex
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/gnome-app-install']
SourcePackage: gnome-app-install
Uname: Linux r2-d2 2.6.20-5-generic #2 SMP Sat Jan 6 14:50:47 UTC 2007 i686 
GNU/Linux

** Affects: gnome-app-install (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] Dependencies.txt

2007-01-27 Thread Georges Discry

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/5910367/Dependencies.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] ProcMaps.txt

2007-01-27 Thread Georges Discry

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/5910368/ProcMaps.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] Traceback.txt

2007-01-27 Thread Georges Discry

** Attachment added: "Traceback.txt"
   http://librarian.launchpad.net/5910370/Traceback.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] ProcStatus.txt

2007-01-27 Thread Georges Discry

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/5910369/ProcStatus.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] [apport] gnome-app-install crashed with DBusException in __call__()

2007-01-27 Thread Georges Discry
Public bug reported:

Binary package hint: gnome-app-install

The bug happens every time I try to open gnome-app-install. I can't
remember the change of the system that brought this.

ProblemType: Crash
Date: Sun Jan 28 03:20:21 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-app-install
InterpreterPath: /usr/bin/python2.5
Package: gnome-app-install 0.3.8
ProcCmdline: /usr/bin/python /usr/bin/gnome-app-install
ProcCwd: /home/murmex
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/gnome-app-install']
SourcePackage: gnome-app-install
Uname: Linux r2-d2 2.6.20-5-generic #2 SMP Sat Jan 6 14:50:47 UTC 2007 i686 
GNU/Linux

** Affects: gnome-app-install (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] Dependencies.txt

2007-01-27 Thread Georges Discry

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/5910367/Dependencies.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] ProcMaps.txt

2007-01-27 Thread Georges Discry

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/5910368/ProcMaps.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] Traceback.txt

2007-01-27 Thread Georges Discry

** Attachment added: "Traceback.txt"
   http://librarian.launchpad.net/5910370/Traceback.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] ProcStatus.txt

2007-01-27 Thread Georges Discry

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/5910369/ProcStatus.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 110865] GNOME mounter rejects needed mount option

2007-04-28 Thread Georges Discry
Public bug reported:

Binary package hint: gnome-mount

I've met this while trying to mount a UFS2 partition with gnome-mount.
To mount an UFS2 partition, the option ufstype=ufs2 is mandatory.
However, when putting it in the option field and trying to mount the volume, it 
reports an error telling that there is an "Invalid mount option when attempting 
to mount the volume."

Mounting from the terminal works perfectly with such a command :
sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdc1 /mnt

I'm guessing that this problem is caused because there is a limited list
of allowed mount options and it doesn't include ufstype.

** Affects: gnome-mount (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-04-28 Thread Georges Discry
Note: As the support for UFS2 in the Linux kernel (since 2.6.5) is for
read only, the exact input for the option field should be "ro
ufstype=ufs2", although this doesn't change anything to the problem.

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
** Changed in: hal (Ubuntu)
Sourcepackagename: gnome-mount => hal

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
As thought, there's a white list of mount options and before mounting, 
gnome-mount somehow check this list.
The list is in the file 
/usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi located in the hal 
package.
Since the Linux kernel supports UFS2 file systems since 2.6.5 (see 
http://ufs-linux.sourceforge.net/), we should add a section for allowed mount 
options for ufs file systems.

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
I've made a patch for the .fdi file.
As handling ufs filesystems is different between Linux and FreeBSD, I've added 
a rule so that the option is only available if the kernel name matches Linux.

I've tested it on my system with an USB disk containing UFS2 partitions and it 
works.
Note that there's probably a need for ufs filesystems default options that 
would be ro ufstype=ufs2.

** Attachment added: "Adding allowed mount option for ufs filesystem"
   http://librarian.launchpad.net/7708301/hal.patch

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
** Changed in: hal (Ubuntu)
   Status: Unconfirmed => Confirmed

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
** Bug watch added: Freedesktop Bugzilla #10998
   https://bugs.freedesktop.org/show_bug.cgi?id=10998

** Also affects: hal (upstream) via
   https://bugs.freedesktop.org/show_bug.cgi?id=10998
   Importance: Unknown
   Status: Unknown

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
** Changed in: hal (Ubuntu)
Sourcepackagename: gnome-mount => hal

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
As thought, there's a white list of mount options and before mounting, 
gnome-mount somehow check this list.
The list is in the file 
/usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi located in the hal 
package.
Since the Linux kernel supports UFS2 file systems since 2.6.5 (see 
http://ufs-linux.sourceforge.net/), we should add a section for allowed mount 
options for ufs file systems.

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
I've made a patch for the .fdi file.
As handling ufs filesystems is different between Linux and FreeBSD, I've added 
a rule so that the option is only available if the kernel name matches Linux.

I've tested it on my system with an USB disk containing UFS2 partitions and it 
works.
Note that there's probably a need for ufs filesystems default options that 
would be ro ufstype=ufs2.

** Attachment added: "Adding allowed mount option for ufs filesystem"
   http://librarian.launchpad.net/7708301/hal.patch

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
** Changed in: hal (Ubuntu)
   Status: Unconfirmed => Confirmed

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
** Bug watch added: Freedesktop Bugzilla #10998
   https://bugs.freedesktop.org/show_bug.cgi?id=10998

** Also affects: hal (upstream) via
   https://bugs.freedesktop.org/show_bug.cgi?id=10998
   Importance: Unknown
   Status: Unknown

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] GNOME mounter rejects needed mount option

2007-04-28 Thread Georges Discry
Public bug reported:

Binary package hint: gnome-mount

I've met this while trying to mount a UFS2 partition with gnome-mount.
To mount an UFS2 partition, the option ufstype=ufs2 is mandatory.
However, when putting it in the option field and trying to mount the volume, it 
reports an error telling that there is an "Invalid mount option when attempting 
to mount the volume."

Mounting from the terminal works perfectly with such a command :
sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdc1 /mnt

I'm guessing that this problem is caused because there is a limited list
of allowed mount options and it doesn't include ufstype.

** Affects: gnome-mount (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-04-28 Thread Georges Discry
Note: As the support for UFS2 in the Linux kernel (since 2.6.5) is for
read only, the exact input for the option field should be "ro
ufstype=ufs2", although this doesn't change anything to the problem.

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 81925] [apport] gnome-app-install crashed with DBusException in __call__()

2007-01-27 Thread Georges Discry
Public bug reported:

Binary package hint: gnome-app-install

The bug happens every time I try to open gnome-app-install. I can't
remember the change of the system that brought this.

ProblemType: Crash
Date: Sun Jan 28 03:20:21 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-app-install
InterpreterPath: /usr/bin/python2.5
Package: gnome-app-install 0.3.8
ProcCmdline: /usr/bin/python /usr/bin/gnome-app-install
ProcCwd: /home/murmex
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
PythonArgs: ['/usr/bin/gnome-app-install']
SourcePackage: gnome-app-install
Uname: Linux r2-d2 2.6.20-5-generic #2 SMP Sat Jan 6 14:50:47 UTC 2007 i686 
GNU/Linux

** Affects: gnome-app-install (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] Dependencies.txt

2007-01-27 Thread Georges Discry

** Attachment added: "Dependencies.txt"
   http://librarian.launchpad.net/5910367/Dependencies.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] ProcMaps.txt

2007-01-27 Thread Georges Discry

** Attachment added: "ProcMaps.txt"
   http://librarian.launchpad.net/5910368/ProcMaps.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] Traceback.txt

2007-01-27 Thread Georges Discry

** Attachment added: "Traceback.txt"
   http://librarian.launchpad.net/5910370/Traceback.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 81925] ProcStatus.txt

2007-01-27 Thread Georges Discry

** Attachment added: "ProcStatus.txt"
   http://librarian.launchpad.net/5910369/ProcStatus.txt

-- 
[apport] gnome-app-install crashed with DBusException in __call__()
https://launchpad.net/bugs/81925

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


[Bug 110865] GNOME mounter rejects needed mount option

2007-04-28 Thread Georges Discry
Public bug reported:

Binary package hint: gnome-mount

I've met this while trying to mount a UFS2 partition with gnome-mount.
To mount an UFS2 partition, the option ufstype=ufs2 is mandatory.
However, when putting it in the option field and trying to mount the volume, it 
reports an error telling that there is an "Invalid mount option when attempting 
to mount the volume."

Mounting from the terminal works perfectly with such a command :
sudo mount -t ufs -o ro,ufstype=ufs2 /dev/sdc1 /mnt

I'm guessing that this problem is caused because there is a limited list
of allowed mount options and it doesn't include ufstype.

** Affects: gnome-mount (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-04-28 Thread Georges Discry
Note: As the support for UFS2 in the Linux kernel (since 2.6.5) is for
read only, the exact input for the option field should be "ro
ufstype=ufs2", although this doesn't change anything to the problem.

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
** Changed in: hal (Ubuntu)
Sourcepackagename: gnome-mount => hal

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
As thought, there's a white list of mount options and before mounting, 
gnome-mount somehow check this list.
The list is in the file 
/usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi located in the hal 
package.
Since the Linux kernel supports UFS2 file systems since 2.6.5 (see 
http://ufs-linux.sourceforge.net/), we should add a section for allowed mount 
options for ufs file systems.

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
I've made a patch for the .fdi file.
As handling ufs filesystems is different between Linux and FreeBSD, I've added 
a rule so that the option is only available if the kernel name matches Linux.

I've tested it on my system with an USB disk containing UFS2 partitions and it 
works.
Note that there's probably a need for ufs filesystems default options that 
would be ro ufstype=ufs2.

** Attachment added: "Adding allowed mount option for ufs filesystem"
   http://librarian.launchpad.net/7708301/hal.patch

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
** Changed in: hal (Ubuntu)
   Status: Unconfirmed => Confirmed

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs


[Bug 110865] Re: GNOME mounter rejects needed mount option

2007-05-18 Thread Georges Discry
** Bug watch added: Freedesktop Bugzilla #10998
   https://bugs.freedesktop.org/show_bug.cgi?id=10998

** Also affects: hal (upstream) via
   https://bugs.freedesktop.org/show_bug.cgi?id=10998
   Importance: Unknown
   Status: Unknown

-- 
GNOME mounter rejects needed mount option
https://bugs.launchpad.net/bugs/110865
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/listinfo/ubuntu-bugs