[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-06-07 Thread Mantas Kriaučiūnas
After little IRC talk Martin Pitt fixed this bug in intrepid branch, but
it seems forgot to fix in Hardy updates :(

(14:44:48) mantiena: I've found which hal.postinst line couses this 
message:
(14:44:48) mantiena:   if ! /usr/bin/polkit-auth --user haldaemon --explicit | 
grep -q 'org.freedesktop.policykit.read'; then
(14:44:48) mantiena:   /usr/bin/polkit-auth --user haldaemon --grant 
'org.freedesktop.policykit.read'
(14:44:48) mantiena:   fi
(14:45:27) mantiena: are these lines needed for upgrading hal 
package ?
(14:46:08) pitti: mantiena: actually only for the first installation
(14:46:30) pitti: so those could be wrapped into
(14:46:35) pitti: if [ -z "$2" ]; then
(14:47:48) mantiena: pitti: so, should I report a bug against hal package ?
(14:48:43) pitti: mantiena: no need to, I just fixed it in trunk: 
http://bazaar.launchpad.net/~ubuntu-core-dev/hal/ubuntu/revision/235


** Changed in: hal (Ubuntu)
 Assignee: (unassigned) => Martin Pitt (pitti)
   Status: New => Fix Committed

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-06-09 Thread Martin Pitt
Fixed in Intrepid already.

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

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-04-29 Thread Steve Magoun
** Tags added: ume

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-05-12 Thread KuSh
Having the same problem, you're solution worked except that proc sys and dev 
were mounted from outside the chroot :
sudo mount --bind /dev /target/dev
sudo mount -t sysfs sysfs /target/sys
sudo mount -t proc proc /target/proc

Thanks a lot.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-04-24 Thread Joshua Swink
Having the same problem with hal 0.5.11~rc2-1ubuntu7. Would appreciate a
workaround.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-04-24 Thread Joshua Swink
I edited /var/lib/dpkg/info/hal.postinst and commented out the part that
called polkit-auth, then finished the upgrade. I hope this won't
interfere with hal's proper operation.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-05-06 Thread Francois Audirac
Have you try  this, in you chroot ?
etc/init.d/dbus start

with this in the chroot :
mount -t proc none /proc
mount -t sysfs none /sys
mount -t devpts none /dev/pts

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-08-15 Thread Sitsofe Wheeler
Can this be reopened for hardy given that it is LTS?

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-08-15 Thread Sitsofe Wheeler
Ah sorry I didn't notice that it had already been declined for hardy.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-06-07 Thread Mantas Kriaučiūnas
After little IRC talk Martin Pitt fixed this bug in intrepid branch, but
it seems forgot to fix in Hardy updates :(

(14:44:48) mantiena: I've found which hal.postinst line couses this 
message:
(14:44:48) mantiena:   if ! /usr/bin/polkit-auth --user haldaemon --explicit | 
grep -q 'org.freedesktop.policykit.read'; then
(14:44:48) mantiena:   /usr/bin/polkit-auth --user haldaemon --grant 
'org.freedesktop.policykit.read'
(14:44:48) mantiena:   fi
(14:45:27) mantiena: are these lines needed for upgrading hal 
package ?
(14:46:08) pitti: mantiena: actually only for the first installation
(14:46:30) pitti: so those could be wrapped into
(14:46:35) pitti: if [ -z "$2" ]; then
(14:47:48) mantiena: pitti: so, should I report a bug against hal package ?
(14:48:43) pitti: mantiena: no need to, I just fixed it in trunk: 
http://bazaar.launchpad.net/~ubuntu-core-dev/hal/ubuntu/revision/235


** Changed in: hal (Ubuntu)
 Assignee: (unassigned) => Martin Pitt (pitti)
   Status: New => Fix Committed

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-08-15 Thread Sitsofe Wheeler
Can this be reopened for hardy given that it is LTS?

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-08-15 Thread Sitsofe Wheeler
Ah sorry I didn't notice that it had already been declined for hardy.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-04-24 Thread Joshua Swink
Having the same problem with hal 0.5.11~rc2-1ubuntu7. Would appreciate a
workaround.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-04-24 Thread Joshua Swink
I edited /var/lib/dpkg/info/hal.postinst and commented out the part that
called polkit-auth, then finished the upgrade. I hope this won't
interfere with hal's proper operation.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-04-29 Thread Steve Magoun
** Tags added: ume

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-06-09 Thread Martin Pitt
Fixed in Intrepid already.

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

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-05-06 Thread Francois Audirac
Have you try  this, in you chroot ?
etc/init.d/dbus start

with this in the chroot :
mount -t proc none /proc
mount -t sysfs none /sys
mount -t devpts none /dev/pts

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-05-12 Thread KuSh
Having the same problem, you're solution worked except that proc sys and dev 
were mounted from outside the chroot :
sudo mount --bind /dev /target/dev
sudo mount -t sysfs sysfs /target/sys
sudo mount -t proc proc /target/proc

Thanks a lot.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-08-15 Thread Sitsofe Wheeler
Can this be reopened for hardy given that it is LTS?

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-08-15 Thread Sitsofe Wheeler
Ah sorry I didn't notice that it had already been declined for hardy.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-06-07 Thread Mantas Kriaučiūnas
After little IRC talk Martin Pitt fixed this bug in intrepid branch, but
it seems forgot to fix in Hardy updates :(

(14:44:48) mantiena: I've found which hal.postinst line couses this 
message:
(14:44:48) mantiena:   if ! /usr/bin/polkit-auth --user haldaemon --explicit | 
grep -q 'org.freedesktop.policykit.read'; then
(14:44:48) mantiena:   /usr/bin/polkit-auth --user haldaemon --grant 
'org.freedesktop.policykit.read'
(14:44:48) mantiena:   fi
(14:45:27) mantiena: are these lines needed for upgrading hal 
package ?
(14:46:08) pitti: mantiena: actually only for the first installation
(14:46:30) pitti: so those could be wrapped into
(14:46:35) pitti: if [ -z "$2" ]; then
(14:47:48) mantiena: pitti: so, should I report a bug against hal package ?
(14:48:43) pitti: mantiena: no need to, I just fixed it in trunk: 
http://bazaar.launchpad.net/~ubuntu-core-dev/hal/ubuntu/revision/235


** Changed in: hal (Ubuntu)
 Assignee: (unassigned) => Martin Pitt (pitti)
   Status: New => Fix Committed

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-06-09 Thread Martin Pitt
Fixed in Intrepid already.

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

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-05-12 Thread KuSh
Having the same problem, you're solution worked except that proc sys and dev 
were mounted from outside the chroot :
sudo mount --bind /dev /target/dev
sudo mount -t sysfs sysfs /target/sys
sudo mount -t proc proc /target/proc

Thanks a lot.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-04-29 Thread Steve Magoun
** Tags added: ume

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-04-24 Thread Joshua Swink
Having the same problem with hal 0.5.11~rc2-1ubuntu7. Would appreciate a
workaround.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-04-24 Thread Joshua Swink
I edited /var/lib/dpkg/info/hal.postinst and commented out the part that
called polkit-auth, then finished the upgrade. I hope this won't
interfere with hal's proper operation.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-05-06 Thread Francois Audirac
Have you try  this, in you chroot ?
etc/init.d/dbus start

with this in the chroot :
mount -t proc none /proc
mount -t sysfs none /sys
mount -t devpts none /dev/pts

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-08-15 Thread Sitsofe Wheeler
Can this be reopened for hardy given that it is LTS?

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-08-15 Thread Sitsofe Wheeler
Ah sorry I didn't notice that it had already been declined for hardy.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-06-07 Thread Mantas Kriaučiūnas
After little IRC talk Martin Pitt fixed this bug in intrepid branch, but
it seems forgot to fix in Hardy updates :(

(14:44:48) mantiena: I've found which hal.postinst line couses this 
message:
(14:44:48) mantiena:   if ! /usr/bin/polkit-auth --user haldaemon --explicit | 
grep -q 'org.freedesktop.policykit.read'; then
(14:44:48) mantiena:   /usr/bin/polkit-auth --user haldaemon --grant 
'org.freedesktop.policykit.read'
(14:44:48) mantiena:   fi
(14:45:27) mantiena: are these lines needed for upgrading hal 
package ?
(14:46:08) pitti: mantiena: actually only for the first installation
(14:46:30) pitti: so those could be wrapped into
(14:46:35) pitti: if [ -z "$2" ]; then
(14:47:48) mantiena: pitti: so, should I report a bug against hal package ?
(14:48:43) pitti: mantiena: no need to, I just fixed it in trunk: 
http://bazaar.launchpad.net/~ubuntu-core-dev/hal/ubuntu/revision/235


** Changed in: hal (Ubuntu)
 Assignee: (unassigned) => Martin Pitt (pitti)
   Status: New => Fix Committed

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-06-09 Thread Martin Pitt
Fixed in Intrepid already.

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

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-05-12 Thread KuSh
Having the same problem, you're solution worked except that proc sys and dev 
were mounted from outside the chroot :
sudo mount --bind /dev /target/dev
sudo mount -t sysfs sysfs /target/sys
sudo mount -t proc proc /target/proc

Thanks a lot.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-04-29 Thread Steve Magoun
** Tags added: ume

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-04-24 Thread Joshua Swink
Having the same problem with hal 0.5.11~rc2-1ubuntu7. Would appreciate a
workaround.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-04-24 Thread Joshua Swink
I edited /var/lib/dpkg/info/hal.postinst and commented out the part that
called polkit-auth, then finished the upgrade. I hope this won't
interfere with hal's proper operation.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-05-06 Thread Francois Audirac
Have you try  this, in you chroot ?
etc/init.d/dbus start

with this in the chroot :
mount -t proc none /proc
mount -t sysfs none /sys
mount -t devpts none /dev/pts

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-06-07 Thread Mantas Kriaučiūnas
After little IRC talk Martin Pitt fixed this bug in intrepid branch, but
it seems forgot to fix in Hardy updates :(

(14:44:48) mantiena: I've found which hal.postinst line couses this 
message:
(14:44:48) mantiena:   if ! /usr/bin/polkit-auth --user haldaemon --explicit | 
grep -q 'org.freedesktop.policykit.read'; then
(14:44:48) mantiena:   /usr/bin/polkit-auth --user haldaemon --grant 
'org.freedesktop.policykit.read'
(14:44:48) mantiena:   fi
(14:45:27) mantiena: are these lines needed for upgrading hal 
package ?
(14:46:08) pitti: mantiena: actually only for the first installation
(14:46:30) pitti: so those could be wrapped into
(14:46:35) pitti: if [ -z "$2" ]; then
(14:47:48) mantiena: pitti: so, should I report a bug against hal package ?
(14:48:43) pitti: mantiena: no need to, I just fixed it in trunk: 
http://bazaar.launchpad.net/~ubuntu-core-dev/hal/ubuntu/revision/235


** Changed in: hal (Ubuntu)
 Assignee: (unassigned) => Martin Pitt (pitti)
   Status: New => Fix Committed

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-06-09 Thread Martin Pitt
Fixed in Intrepid already.

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

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-08-15 Thread Sitsofe Wheeler
Can this be reopened for hardy given that it is LTS?

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-08-15 Thread Sitsofe Wheeler
Ah sorry I didn't notice that it had already been declined for hardy.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-05-12 Thread KuSh
Having the same problem, you're solution worked except that proc sys and dev 
were mounted from outside the chroot :
sudo mount --bind /dev /target/dev
sudo mount -t sysfs sysfs /target/sys
sudo mount -t proc proc /target/proc

Thanks a lot.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-04-29 Thread Steve Magoun
** Tags added: ume

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-04-24 Thread Joshua Swink
Having the same problem with hal 0.5.11~rc2-1ubuntu7. Would appreciate a
workaround.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-04-24 Thread Joshua Swink
I edited /var/lib/dpkg/info/hal.postinst and commented out the part that
called polkit-auth, then finished the upgrade. I hope this won't
interfere with hal's proper operation.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-05-06 Thread Francois Audirac
Have you try  this, in you chroot ?
etc/init.d/dbus start

with this in the chroot :
mount -t proc none /proc
mount -t sysfs none /sys
mount -t devpts none /dev/pts

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-08-15 Thread Sitsofe Wheeler
Can this be reopened for hardy given that it is LTS?

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-08-15 Thread Sitsofe Wheeler
Ah sorry I didn't notice that it had already been declined for hardy.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-06-07 Thread Mantas Kriaučiūnas
After little IRC talk Martin Pitt fixed this bug in intrepid branch, but
it seems forgot to fix in Hardy updates :(

(14:44:48) mantiena: I've found which hal.postinst line couses this 
message:
(14:44:48) mantiena:   if ! /usr/bin/polkit-auth --user haldaemon --explicit | 
grep -q 'org.freedesktop.policykit.read'; then
(14:44:48) mantiena:   /usr/bin/polkit-auth --user haldaemon --grant 
'org.freedesktop.policykit.read'
(14:44:48) mantiena:   fi
(14:45:27) mantiena: are these lines needed for upgrading hal 
package ?
(14:46:08) pitti: mantiena: actually only for the first installation
(14:46:30) pitti: so those could be wrapped into
(14:46:35) pitti: if [ -z "$2" ]; then
(14:47:48) mantiena: pitti: so, should I report a bug against hal package ?
(14:48:43) pitti: mantiena: no need to, I just fixed it in trunk: 
http://bazaar.launchpad.net/~ubuntu-core-dev/hal/ubuntu/revision/235


** Changed in: hal (Ubuntu)
 Assignee: (unassigned) => Martin Pitt (pitti)
   Status: New => Fix Committed

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-06-09 Thread Martin Pitt
Fixed in Intrepid already.

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

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-05-12 Thread KuSh
Having the same problem, you're solution worked except that proc sys and dev 
were mounted from outside the chroot :
sudo mount --bind /dev /target/dev
sudo mount -t sysfs sysfs /target/sys
sudo mount -t proc proc /target/proc

Thanks a lot.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-04-29 Thread Steve Magoun
** Tags added: ume

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-04-24 Thread Joshua Swink
Having the same problem with hal 0.5.11~rc2-1ubuntu7. Would appreciate a
workaround.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-04-24 Thread Joshua Swink
I edited /var/lib/dpkg/info/hal.postinst and commented out the part that
called polkit-auth, then finished the upgrade. I hope this won't
interfere with hal's proper operation.

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210748] Re: hal can't upgrade in chroot: polkit-auth call in postinst fails

2008-05-06 Thread Francois Audirac
Have you try  this, in you chroot ?
etc/init.d/dbus start

with this in the chroot :
mount -t proc none /proc
mount -t sysfs none /sys
mount -t devpts none /dev/pts

-- 
hal can't upgrade in chroot: polkit-auth call in postinst fails
https://bugs.launchpad.net/bugs/210748
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs