[Bug 361510] Re: [Jaunty] PolicyKit: no active session in X -> no ACLs for sound card

2009-04-16 Thread ilf
So I did:

$ sudo polkit-auth --user ilf --grant org.freedesktop.hal.device-
access.sound

which seems to workaround this permanently.

But I still think this way of handling active sessions is wrong design.

** Summary changed:

- [Jaunty] broken ACL management in hal -> no sound card for user
+ [Jaunty] PolicyKit: no active session in X -> no ACLs for sound card

** Description changed:

- Binary package hint: hal
- 
  I'm on Ubuntu (Server) 9.04 Beta, all up-to-date.
  
- The bug in question is in current hal (0.5.12~rc1+git20090403-0ubuntu1)
- and all older ones I tried (0.5.12~rc1+git20090204-0ubuntu3,
- 0.5.12~rc1-0ubuntu6, 0.5.12~rc1+git20090120-0ubuntu1).
- 
- The sypmtoms are similar to
- https://bugs.launchpad.net/ubuntu/+source/hal/+bug/334299, but I am told
- it's a different bug.
- 
- After booting, the Access Control Limits of /dev/snd/* don't allow
- access for my user, breaking sound.
+ The sypmtoms are similar to 
https://bugs.launchpad.net/ubuntu/+source/hal/+bug/334299:
+ In X, the Access Control Limits of /dev/snd/* don't allow access for my user, 
breaking sound. Works on TTY1.
  
  $ aplay -l
  aplay: device_list:217: no soundcards found...
  
  Adjusting the ACLs by hand fixes it:
  
  $ sudo setfacl -m u::rw /dev/snd/*
  
  $ aplay -l
   List of PLAYBACK Hardware Devices 
  card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
  
  I followed the steps at https://wiki.ubuntu.com/DebuggingHal, so I am
  attaching log files as well as the output of $ ck-list-sessions.

-- 
[Jaunty] PolicyKit: no active session in X -> no ACLs for sound card
https://bugs.launchpad.net/bugs/361510
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 334299] Re: Jaunty: No sound cards any more

2009-04-12 Thread ilf
It seems I still experience this bug with hal
0.5.12~rc1+git20090403-0ubuntu1:

$ aplay -l
aplay: device_list:217: no soundcards found...

$ sudo aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 334299] Re: Jaunty: No sound cards any more

2009-04-12 Thread ilf
Hm, downgraded hal to 0.5.12~rc1+git20090204-0ubuntu3, same thing.

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 334299] Re: Jaunty: No sound cards any more

2009-04-12 Thread ilf
0.5.12~rc1-0ubuntu6 and 0.5.12~rc1+git20090120-0ubuntu1 don't work
either.

But adjusting the ACLs by hand fixes it:

$ aplay -l
aplay: device_list:217: no soundcards found...

$ sudo setfacl -m u:ilf:rw /dev/snd/*

$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 334299] Re: Jaunty: No sound cards any more

2009-04-14 Thread ilf
I'm surry if this is rude, but it seems noone looks at this bug, so I am
reopening it.

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

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "kern.log"
   http://launchpadlibrarian.net/25483493/kern.log

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] [NEW] [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf
Public bug reported:

Binary package hint: hal

I'm on Ubuntu (Server) 9.04 Beta, all up-to-date.

The bug in question is in current hal (0.5.12~rc1+git20090403-0ubuntu1)
and all older ones I tried (0.5.12~rc1+git20090204-0ubuntu3,
0.5.12~rc1-0ubuntu6, 0.5.12~rc1+git20090120-0ubuntu1).

The sypmtoms are similar to
https://bugs.launchpad.net/ubuntu/+source/hal/+bug/334299, but I am told
it's a different bug.

After booting, the Access Control Limits of /dev/snd/* don't allow
access for my user, breaking sound.

$ aplay -l
aplay: device_list:217: no soundcards found...

Adjusting the ACLs by hand fixes it:

$ sudo setfacl -m u::rw /dev/snd/*

$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

I followed the steps at https://wiki.ubuntu.com/DebuggingHal, so I am
attaching log files as well as the output of $ ck-list-sessions.

** Affects: hal (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "hal.log"
   http://launchpadlibrarian.net/25483508/hal.log

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "lshal.txt"
   http://launchpadlibrarian.net/25483514/lshal.txt

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "ck-list-sessions.txt"
   http://launchpadlibrarian.net/25483526/ck-list-sessions.txt

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf
Thanks for the hint.

Indeed, after booting and logging into TTY1, ck-list-sessions sais
"active = TRUE" and it works.

But after starting X.org via 'startx' ck-list-sessions sais "active =
FALSE" and it doesn't work.

** Attachment removed: "kern.log"
   http://launchpadlibrarian.net/25483493/kern.log

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf
When not using a display manager, I can't expect my sound to work in X?
Sounds like a bug to me.

Where would I adjust the policy?

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 334299] Re: Jaunty: No sound cards any more

2009-04-14 Thread ilf
I'm surry if this is rude, but it seems noone looks at this bug, so I am
reopening it.

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

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "kern.log"
   http://launchpadlibrarian.net/25483493/kern.log

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] [NEW] [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf
Public bug reported:

Binary package hint: hal

I'm on Ubuntu (Server) 9.04 Beta, all up-to-date.

The bug in question is in current hal (0.5.12~rc1+git20090403-0ubuntu1)
and all older ones I tried (0.5.12~rc1+git20090204-0ubuntu3,
0.5.12~rc1-0ubuntu6, 0.5.12~rc1+git20090120-0ubuntu1).

The sypmtoms are similar to
https://bugs.launchpad.net/ubuntu/+source/hal/+bug/334299, but I am told
it's a different bug.

After booting, the Access Control Limits of /dev/snd/* don't allow
access for my user, breaking sound.

$ aplay -l
aplay: device_list:217: no soundcards found...

Adjusting the ACLs by hand fixes it:

$ sudo setfacl -m u::rw /dev/snd/*

$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

I followed the steps at https://wiki.ubuntu.com/DebuggingHal, so I am
attaching log files as well as the output of $ ck-list-sessions.

** Affects: hal (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "hal.log"
   http://launchpadlibrarian.net/25483508/hal.log

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "lshal.txt"
   http://launchpadlibrarian.net/25483514/lshal.txt

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "ck-list-sessions.txt"
   http://launchpadlibrarian.net/25483526/ck-list-sessions.txt

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf
Thanks for the hint.

Indeed, after booting and logging into TTY1, ck-list-sessions sais
"active = TRUE" and it works.

But after starting X.org via 'startx' ck-list-sessions sais "active =
FALSE" and it doesn't work.

** Attachment removed: "kern.log"
   http://launchpadlibrarian.net/25483493/kern.log

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf
When not using a display manager, I can't expect my sound to work in X?
Sounds like a bug to me.

Where would I adjust the policy?

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] PolicyKit: no active session in X -> no ACLs for sound card

2009-04-16 Thread ilf
So I did:

$ sudo polkit-auth --user ilf --grant org.freedesktop.hal.device-
access.sound

which seems to workaround this permanently.

But I still think this way of handling active sessions is wrong design.

** Summary changed:

- [Jaunty] broken ACL management in hal -> no sound card for user
+ [Jaunty] PolicyKit: no active session in X -> no ACLs for sound card

** Description changed:

- Binary package hint: hal
- 
  I'm on Ubuntu (Server) 9.04 Beta, all up-to-date.
  
- The bug in question is in current hal (0.5.12~rc1+git20090403-0ubuntu1)
- and all older ones I tried (0.5.12~rc1+git20090204-0ubuntu3,
- 0.5.12~rc1-0ubuntu6, 0.5.12~rc1+git20090120-0ubuntu1).
- 
- The sypmtoms are similar to
- https://bugs.launchpad.net/ubuntu/+source/hal/+bug/334299, but I am told
- it's a different bug.
- 
- After booting, the Access Control Limits of /dev/snd/* don't allow
- access for my user, breaking sound.
+ The sypmtoms are similar to 
https://bugs.launchpad.net/ubuntu/+source/hal/+bug/334299:
+ In X, the Access Control Limits of /dev/snd/* don't allow access for my user, 
breaking sound. Works on TTY1.
  
  $ aplay -l
  aplay: device_list:217: no soundcards found...
  
  Adjusting the ACLs by hand fixes it:
  
  $ sudo setfacl -m u::rw /dev/snd/*
  
  $ aplay -l
   List of PLAYBACK Hardware Devices 
  card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
  
  I followed the steps at https://wiki.ubuntu.com/DebuggingHal, so I am
  attaching log files as well as the output of $ ck-list-sessions.

-- 
[Jaunty] PolicyKit: no active session in X -> no ACLs for sound card
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] PolicyKit: no active session in X -> no ACLs for sound card

2009-04-16 Thread ilf
So I did:

$ sudo polkit-auth --user ilf --grant org.freedesktop.hal.device-
access.sound

which seems to workaround this permanently.

But I still think this way of handling active sessions is wrong design.

** Summary changed:

- [Jaunty] broken ACL management in hal -> no sound card for user
+ [Jaunty] PolicyKit: no active session in X -> no ACLs for sound card

** Description changed:

- Binary package hint: hal
- 
  I'm on Ubuntu (Server) 9.04 Beta, all up-to-date.
  
- The bug in question is in current hal (0.5.12~rc1+git20090403-0ubuntu1)
- and all older ones I tried (0.5.12~rc1+git20090204-0ubuntu3,
- 0.5.12~rc1-0ubuntu6, 0.5.12~rc1+git20090120-0ubuntu1).
- 
- The sypmtoms are similar to
- https://bugs.launchpad.net/ubuntu/+source/hal/+bug/334299, but I am told
- it's a different bug.
- 
- After booting, the Access Control Limits of /dev/snd/* don't allow
- access for my user, breaking sound.
+ The sypmtoms are similar to 
https://bugs.launchpad.net/ubuntu/+source/hal/+bug/334299:
+ In X, the Access Control Limits of /dev/snd/* don't allow access for my user, 
breaking sound. Works on TTY1.
  
  $ aplay -l
  aplay: device_list:217: no soundcards found...
  
  Adjusting the ACLs by hand fixes it:
  
  $ sudo setfacl -m u::rw /dev/snd/*
  
  $ aplay -l
   List of PLAYBACK Hardware Devices 
  card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
  
  I followed the steps at https://wiki.ubuntu.com/DebuggingHal, so I am
  attaching log files as well as the output of $ ck-list-sessions.

-- 
[Jaunty] PolicyKit: no active session in X -> no ACLs for sound card
https://bugs.launchpad.net/bugs/361510
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 334299] Re: Jaunty: No sound cards any more

2009-04-12 Thread ilf
It seems I still experience this bug with hal
0.5.12~rc1+git20090403-0ubuntu1:

$ aplay -l
aplay: device_list:217: no soundcards found...

$ sudo aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 334299] Re: Jaunty: No sound cards any more

2009-04-12 Thread ilf
Hm, downgraded hal to 0.5.12~rc1+git20090204-0ubuntu3, same thing.

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 334299] Re: Jaunty: No sound cards any more

2009-04-12 Thread ilf
0.5.12~rc1-0ubuntu6 and 0.5.12~rc1+git20090120-0ubuntu1 don't work
either.

But adjusting the ACLs by hand fixes it:

$ aplay -l
aplay: device_list:217: no soundcards found...

$ sudo setfacl -m u:ilf:rw /dev/snd/*

$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 334299] Re: Jaunty: No sound cards any more

2009-04-14 Thread ilf
I'm surry if this is rude, but it seems noone looks at this bug, so I am
reopening it.

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

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "kern.log"
   http://launchpadlibrarian.net/25483493/kern.log

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] [NEW] [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf
Public bug reported:

Binary package hint: hal

I'm on Ubuntu (Server) 9.04 Beta, all up-to-date.

The bug in question is in current hal (0.5.12~rc1+git20090403-0ubuntu1)
and all older ones I tried (0.5.12~rc1+git20090204-0ubuntu3,
0.5.12~rc1-0ubuntu6, 0.5.12~rc1+git20090120-0ubuntu1).

The sypmtoms are similar to
https://bugs.launchpad.net/ubuntu/+source/hal/+bug/334299, but I am told
it's a different bug.

After booting, the Access Control Limits of /dev/snd/* don't allow
access for my user, breaking sound.

$ aplay -l
aplay: device_list:217: no soundcards found...

Adjusting the ACLs by hand fixes it:

$ sudo setfacl -m u::rw /dev/snd/*

$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

I followed the steps at https://wiki.ubuntu.com/DebuggingHal, so I am
attaching log files as well as the output of $ ck-list-sessions.

** Affects: hal (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "hal.log"
   http://launchpadlibrarian.net/25483508/hal.log

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "lshal.txt"
   http://launchpadlibrarian.net/25483514/lshal.txt

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "ck-list-sessions.txt"
   http://launchpadlibrarian.net/25483526/ck-list-sessions.txt

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf
Thanks for the hint.

Indeed, after booting and logging into TTY1, ck-list-sessions sais
"active = TRUE" and it works.

But after starting X.org via 'startx' ck-list-sessions sais "active =
FALSE" and it doesn't work.

** Attachment removed: "kern.log"
   http://launchpadlibrarian.net/25483493/kern.log

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf
When not using a display manager, I can't expect my sound to work in X?
Sounds like a bug to me.

Where would I adjust the policy?

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 334299] Re: Jaunty: No sound cards any more

2009-04-14 Thread ilf
I'm surry if this is rude, but it seems noone looks at this bug, so I am
reopening it.

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

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "kern.log"
   http://launchpadlibrarian.net/25483493/kern.log

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] [NEW] [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf
Public bug reported:

Binary package hint: hal

I'm on Ubuntu (Server) 9.04 Beta, all up-to-date.

The bug in question is in current hal (0.5.12~rc1+git20090403-0ubuntu1)
and all older ones I tried (0.5.12~rc1+git20090204-0ubuntu3,
0.5.12~rc1-0ubuntu6, 0.5.12~rc1+git20090120-0ubuntu1).

The sypmtoms are similar to
https://bugs.launchpad.net/ubuntu/+source/hal/+bug/334299, but I am told
it's a different bug.

After booting, the Access Control Limits of /dev/snd/* don't allow
access for my user, breaking sound.

$ aplay -l
aplay: device_list:217: no soundcards found...

Adjusting the ACLs by hand fixes it:

$ sudo setfacl -m u::rw /dev/snd/*

$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

I followed the steps at https://wiki.ubuntu.com/DebuggingHal, so I am
attaching log files as well as the output of $ ck-list-sessions.

** Affects: hal (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "hal.log"
   http://launchpadlibrarian.net/25483508/hal.log

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "lshal.txt"
   http://launchpadlibrarian.net/25483514/lshal.txt

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "ck-list-sessions.txt"
   http://launchpadlibrarian.net/25483526/ck-list-sessions.txt

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf
Thanks for the hint.

Indeed, after booting and logging into TTY1, ck-list-sessions sais
"active = TRUE" and it works.

But after starting X.org via 'startx' ck-list-sessions sais "active =
FALSE" and it doesn't work.

** Attachment removed: "kern.log"
   http://launchpadlibrarian.net/25483493/kern.log

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf
When not using a display manager, I can't expect my sound to work in X?
Sounds like a bug to me.

Where would I adjust the policy?

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] PolicyKit: no active session in X -> no ACLs for sound card

2009-04-16 Thread ilf
So I did:

$ sudo polkit-auth --user ilf --grant org.freedesktop.hal.device-
access.sound

which seems to workaround this permanently.

But I still think this way of handling active sessions is wrong design.

** Summary changed:

- [Jaunty] broken ACL management in hal -> no sound card for user
+ [Jaunty] PolicyKit: no active session in X -> no ACLs for sound card

** Description changed:

- Binary package hint: hal
- 
  I'm on Ubuntu (Server) 9.04 Beta, all up-to-date.
  
- The bug in question is in current hal (0.5.12~rc1+git20090403-0ubuntu1)
- and all older ones I tried (0.5.12~rc1+git20090204-0ubuntu3,
- 0.5.12~rc1-0ubuntu6, 0.5.12~rc1+git20090120-0ubuntu1).
- 
- The sypmtoms are similar to
- https://bugs.launchpad.net/ubuntu/+source/hal/+bug/334299, but I am told
- it's a different bug.
- 
- After booting, the Access Control Limits of /dev/snd/* don't allow
- access for my user, breaking sound.
+ The sypmtoms are similar to 
https://bugs.launchpad.net/ubuntu/+source/hal/+bug/334299:
+ In X, the Access Control Limits of /dev/snd/* don't allow access for my user, 
breaking sound. Works on TTY1.
  
  $ aplay -l
  aplay: device_list:217: no soundcards found...
  
  Adjusting the ACLs by hand fixes it:
  
  $ sudo setfacl -m u::rw /dev/snd/*
  
  $ aplay -l
   List of PLAYBACK Hardware Devices 
  card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
  
  I followed the steps at https://wiki.ubuntu.com/DebuggingHal, so I am
  attaching log files as well as the output of $ ck-list-sessions.

-- 
[Jaunty] PolicyKit: no active session in X -> no ACLs for sound card
https://bugs.launchpad.net/bugs/361510
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 334299] Re: Jaunty: No sound cards any more

2009-04-12 Thread ilf
It seems I still experience this bug with hal
0.5.12~rc1+git20090403-0ubuntu1:

$ aplay -l
aplay: device_list:217: no soundcards found...

$ sudo aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 334299] Re: Jaunty: No sound cards any more

2009-04-12 Thread ilf
Hm, downgraded hal to 0.5.12~rc1+git20090204-0ubuntu3, same thing.

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 334299] Re: Jaunty: No sound cards any more

2009-04-12 Thread ilf
0.5.12~rc1-0ubuntu6 and 0.5.12~rc1+git20090120-0ubuntu1 don't work
either.

But adjusting the ACLs by hand fixes it:

$ aplay -l
aplay: device_list:217: no soundcards found...

$ sudo setfacl -m u:ilf:rw /dev/snd/*

$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 334299] Re: Jaunty: No sound cards any more

2009-04-14 Thread ilf
I'm surry if this is rude, but it seems noone looks at this bug, so I am
reopening it.

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

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "kern.log"
   http://launchpadlibrarian.net/25483493/kern.log

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] [NEW] [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf
Public bug reported:

Binary package hint: hal

I'm on Ubuntu (Server) 9.04 Beta, all up-to-date.

The bug in question is in current hal (0.5.12~rc1+git20090403-0ubuntu1)
and all older ones I tried (0.5.12~rc1+git20090204-0ubuntu3,
0.5.12~rc1-0ubuntu6, 0.5.12~rc1+git20090120-0ubuntu1).

The sypmtoms are similar to
https://bugs.launchpad.net/ubuntu/+source/hal/+bug/334299, but I am told
it's a different bug.

After booting, the Access Control Limits of /dev/snd/* don't allow
access for my user, breaking sound.

$ aplay -l
aplay: device_list:217: no soundcards found...

Adjusting the ACLs by hand fixes it:

$ sudo setfacl -m u::rw /dev/snd/*

$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

I followed the steps at https://wiki.ubuntu.com/DebuggingHal, so I am
attaching log files as well as the output of $ ck-list-sessions.

** Affects: hal (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "hal.log"
   http://launchpadlibrarian.net/25483508/hal.log

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "lshal.txt"
   http://launchpadlibrarian.net/25483514/lshal.txt

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf

** Attachment added: "ck-list-sessions.txt"
   http://launchpadlibrarian.net/25483526/ck-list-sessions.txt

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf
Thanks for the hint.

Indeed, after booting and logging into TTY1, ck-list-sessions sais
"active = TRUE" and it works.

But after starting X.org via 'startx' ck-list-sessions sais "active =
FALSE" and it doesn't work.

** Attachment removed: "kern.log"
   http://launchpadlibrarian.net/25483493/kern.log

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] broken ACL management in hal -> no sound card for user

2009-04-15 Thread ilf
When not using a display manager, I can't expect my sound to work in X?
Sounds like a bug to me.

Where would I adjust the policy?

-- 
[Jaunty] broken ACL management in hal -> no sound card for user
https://bugs.launchpad.net/bugs/361510
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 361510] Re: [Jaunty] PolicyKit: no active session in X -> no ACLs for sound card

2009-04-16 Thread ilf
So I did:

$ sudo polkit-auth --user ilf --grant org.freedesktop.hal.device-
access.sound

which seems to workaround this permanently.

But I still think this way of handling active sessions is wrong design.

** Summary changed:

- [Jaunty] broken ACL management in hal -> no sound card for user
+ [Jaunty] PolicyKit: no active session in X -> no ACLs for sound card

** Description changed:

- Binary package hint: hal
- 
  I'm on Ubuntu (Server) 9.04 Beta, all up-to-date.
  
- The bug in question is in current hal (0.5.12~rc1+git20090403-0ubuntu1)
- and all older ones I tried (0.5.12~rc1+git20090204-0ubuntu3,
- 0.5.12~rc1-0ubuntu6, 0.5.12~rc1+git20090120-0ubuntu1).
- 
- The sypmtoms are similar to
- https://bugs.launchpad.net/ubuntu/+source/hal/+bug/334299, but I am told
- it's a different bug.
- 
- After booting, the Access Control Limits of /dev/snd/* don't allow
- access for my user, breaking sound.
+ The sypmtoms are similar to 
https://bugs.launchpad.net/ubuntu/+source/hal/+bug/334299:
+ In X, the Access Control Limits of /dev/snd/* don't allow access for my user, 
breaking sound. Works on TTY1.
  
  $ aplay -l
  aplay: device_list:217: no soundcards found...
  
  Adjusting the ACLs by hand fixes it:
  
  $ sudo setfacl -m u::rw /dev/snd/*
  
  $ aplay -l
   List of PLAYBACK Hardware Devices 
  card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
  
  I followed the steps at https://wiki.ubuntu.com/DebuggingHal, so I am
  attaching log files as well as the output of $ ck-list-sessions.

-- 
[Jaunty] PolicyKit: no active session in X -> no ACLs for sound card
https://bugs.launchpad.net/bugs/361510
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 334299] Re: Jaunty: No sound cards any more

2009-04-12 Thread ilf
It seems I still experience this bug with hal
0.5.12~rc1+git20090403-0ubuntu1:

$ aplay -l
aplay: device_list:217: no soundcards found...

$ sudo aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 334299] Re: Jaunty: No sound cards any more

2009-04-12 Thread ilf
Hm, downgraded hal to 0.5.12~rc1+git20090204-0ubuntu3, same thing.

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 334299] Re: Jaunty: No sound cards any more

2009-04-12 Thread ilf
0.5.12~rc1-0ubuntu6 and 0.5.12~rc1+git20090120-0ubuntu1 don't work
either.

But adjusting the ACLs by hand fixes it:

$ aplay -l
aplay: device_list:217: no soundcards found...

$ sudo setfacl -m u:ilf:rw /dev/snd/*

$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 334299] Re: Jaunty: No sound cards any more

2009-04-12 Thread ilf
It seems I still experience this bug with hal
0.5.12~rc1+git20090403-0ubuntu1:

$ aplay -l
aplay: device_list:217: no soundcards found...

$ sudo aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 334299] Re: Jaunty: No sound cards any more

2009-04-12 Thread ilf
Hm, downgraded hal to 0.5.12~rc1+git20090204-0ubuntu3, same thing.

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 334299] Re: Jaunty: No sound cards any more

2009-04-12 Thread ilf
0.5.12~rc1-0ubuntu6 and 0.5.12~rc1+git20090120-0ubuntu1 don't work
either.

But adjusting the ACLs by hand fixes it:

$ aplay -l
aplay: device_list:217: no soundcards found...

$ sudo setfacl -m u:ilf:rw /dev/snd/*

$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

-- 
Jaunty: No sound cards any more
https://bugs.launchpad.net/bugs/334299
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-08-23 Thread ilf
same with 1.2.6-13ubuntu1 on a fresh up-to-date karmic.

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
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


  1   2   3   4   5   6   7   8   9   >