Re: [Bug 829628] Re: [FFE] Add cgroup-lite package

2011-08-25 Thread StefanPotyra
Hi Serge,

On Thu, Aug 25, 2011 at 04:23:25AM -, Serge Hallyn wrote:
 Quoting StefanPotyra (stefan.pot...@informatik.uni-erlangen.de):
 
 Thanks for looking, Stefan.
 
  This looks odd:
  
  +cd /sys/fs/cgroup
  +for d in `/bin/ls`; do

  +   umount $d || true
  +done
 
 Thanks for drawing my attention to this.  This is indeed a problem.  As
 an example, I did:
 
   (as root) mount --bind /dev/pts /mnt
   (as serge) (cd /sys/fs/cgroup; ln -s /mnt)
   (as root) umount /sys/fs/cgroup/mnt
 
 and /mnt got umounted.

I didn't think about such a scenario, and believe that that would be
the fault of the admin to mount stuff there.

 As for the for d in `/bin/ls`; do bit, what exactly looks odd about it?  I 
 do
 it all the time by hand, but that doesn't mean it shouldn't be changed here...

I usually use for i in *; do ;)
The case where * doesn't match anything should be covered by || true, right?
Anyways, I guess I wasn't clear that this was just a small oddity, not at all
a blocker.

 I had considered specifying a (configurable) list of cgroups to mount,
 and then only umount those.  I.e.
 
 CGROUPS=memory devices cpu freezer
 
 at top of the upstart job.  Maybe 'all' option which then grabs all from 'cat
 /proc/cgroups.  Would that be preferable?

I like the current simplicity :). However that's up to you, I'd be equally happy
with it.

 
  Is the following sufficient (no clue really, I've never been too intimate 
  with upstart scripts)?
  +start on mounted MOUNTPOINT=/sys
 
 The cgroups get mounted under /sys/fs/cgroup, and have no userspace
 dependencies, so it should be sufficient.

Having /proc mounted? (Is it guaranteed to be mounted prior to /sys?) Having
/usr mounted in case it is on a different partition? (Or don't we support such a
scenario). As I wrote, I don't have too much clue about upstart.

  apart from that, I don't see if any mentioned bugs have been forwarded
  to upstream. Can you shed some light here please? Seeing upstream
 
 The bug about cgclear failing (so that the job fails to stop, and the
 package can't be removed) was mentioned upstream, but I don't believe
 they've pushed a patch for it yet.  They announced in the last few days
 that they expect all functionality to be pulled into systemd, and therefore
 will stop developing.

Ah, ok.

 IMO it's both boot speed and not running extraneous daemons on your
 system.

Go ahead then, FFe granted.

Cheers,
   Stefan.


** Changed in: libcgroup (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libcgroup in Ubuntu.
https://bugs.launchpad.net/bugs/829628

Title:
  [FFE] Add cgroup-lite package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/829628/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 829628] Re: [FFE] Add cgroup-lite package

2011-08-23 Thread StefanPotyra
This looks odd:

+cd /sys/fs/cgroup
+for d in `/bin/ls`; do
  
+   umount $d || true
+done

Is the following sufficient (no clue really, I've never been too intimate with 
upstart scripts)?
+start on mounted MOUNTPOINT=/sys

apart from that, I don't see if any mentioned bugs have been forwarded
to upstream. Can you shed some light here please? Seeing upstream
response (or even lack thereof) would certainly help to sort this
request.

If the issue at hand was only boot speed, I'd probably wave through this
request as all changes look sensible to me.

Cheers,
   Stefan.

** Changed in: libcgroup (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libcgroup in Ubuntu.
https://bugs.launchpad.net/bugs/829628

Title:
  [FFE] Add cgroup-lite package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/829628/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 644074] Re: upgrade ec2-api-tools to 1.3-57419 (api version 2010-08-31)

2010-09-21 Thread StefanPotyra
ACK, but please also watch out for regressions.

-- 
upgrade ec2-api-tools to 1.3-57419 (api version 2010-08-31)
https://bugs.launchpad.net/bugs/644074
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-api-tools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 622682] Re: [FFe] Cherry-pick UML enhancements from upstream

2010-08-23 Thread StefanPotyra
I won't object either. Please go ahead.

-- 
[FFe] Cherry-pick UML enhancements from upstream
https://bugs.launchpad.net/bugs/622682
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 524341] Re: Add amavisd-new-postfix package

2010-08-18 Thread StefanPotyra
Any news wrt. maverick's release?

-- 
Add amavisd-new-postfix package
https://bugs.launchpad.net/bugs/524341
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 175283] Re: init script name breaks Webmin control

2010-04-23 Thread StefanPotyra
marking this bug as invalid as it's a bug in webmin not supporting the
init-script name present in the ubuntu package. (and you don't want to
run a web application to manage services that isn't familiar with the
operating system it tries to manage, do you?)

** Changed in: bacula (Ubuntu)
   Status: Triaged = Invalid

-- 
init script name breaks Webmin control
https://bugs.launchpad.net/bugs/175283
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 522509] Re: [FFE] tftpd-hpa doesn't start on boot

2010-04-10 Thread StefanPotyra
** Changed in: ltsp (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

-- 
[FFE] tftpd-hpa doesn't start on boot
https://bugs.launchpad.net/bugs/522509
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tftp-hpa in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 538594] Re: [FFe] Please merge munin 1.4.4-1 from Debian testing

2010-03-26 Thread StefanPotyra
not yet. setting the bug back to new so that it actually will get looked
at.

** Changed in: munin (Ubuntu)
   Status: Triaged = New

-- 
[FFe] Please merge munin 1.4.4-1 from Debian testing
https://bugs.launchpad.net/bugs/538594
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 538594] Re: [FFe] Please merge munin 1.4.4-1 from Debian testing

2010-03-26 Thread StefanPotyra
basically I'm in favor of it. What testing have you done?

-- 
[FFe] Please merge munin 1.4.4-1 from Debian testing
https://bugs.launchpad.net/bugs/538594
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 481604] Re: konqueror and arora show jpgs incorrectly

2010-02-17 Thread StefanPotyra
Hi,

as has already been asked, can you reproduce this on real HW? While the
driver is not perfect, the emulation of the graphic hardware in kvm is
much less than perfect. Hence I assume that the probability is higher
that it's a bug in kvm, reassigning. If you come to the conclusion, that
it's a driver bug after all, please reassign (there's lot of speculation
for this bug, and I just added some more ;)),

Cheers,
   Stefan.

** Package changed: xserver-xorg-video-cirrus (Ubuntu) = kvm (Ubuntu)

-- 
konqueror and arora show jpgs incorrectly
https://bugs.launchpad.net/bugs/481604
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 432481] [NEW] please provide a man page for ubuntu-vm-builder

2009-09-18 Thread StefanPotyra
Public bug reported:

Hi,

can you provide a man page for ubuntu-vm-builder please?

 dpkg -l ubuntu-vm-builder
ii  ubuntu-vm-builder 0.11-0ubuntu2 
Ubuntu VM builder

 LANG=C man ubuntu-vm-builder
No manual entry for ubuntu-vm-builder
See 'man 7 undocumented' for help when manual pages are not available.
zsh: exit 16LANG=C man ubuntu-vm-builder

Thanks,
Stefan.

** Affects: vm-builder (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: vm-builder (Ubuntu)
   Importance: Undecided = Wishlist

-- 
please provide a man page for ubuntu-vm-builder
https://bugs.launchpad.net/bugs/432481
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 432481] Re: please provide a man page for ubuntu-vm-builder

2009-09-18 Thread StefanPotyra
Excellent, yes! Thanks!

(oh, I didn't even know about a vmbuilder binary... I'll definitely try
that one :))

-- 
please provide a man page for ubuntu-vm-builder
https://bugs.launchpad.net/bugs/432481
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 362896] [NEW] dhcp3-client fails to run /sbin/dhclient-script with apparmor

2009-04-17 Thread StefanPotyra
Public bug reported:

Hi,

seems like some rights with apparmor are missing to successfully run
/sbin/dhclient-script... from dmesg:

[  858.686820] type=1503 audit(1239970149.006:19):
operation=inode_permission requested_mask=x:: denied_mask=x::
fsuid=0 name=/lib/ld-2.9.so pid=6817 profile=/sbin/dhclient-script

Version: 3.1.1-5ubuntu8

Oh, I just saw that I'm using an older kernel, maybe that's related?

Linux suut 2.6.27-7-generic #1 SMP Thu Oct 30 04:12:22 UTC 2008 x86_64
GNU/Linux

I'll retry with a newer kernel soonish, and report back.

Cheers,
Stefan.

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

-- 
dhcp3-client fails to run /sbin/dhclient-script with apparmor
https://bugs.launchpad.net/bugs/362896
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 362896] Re: dhcp3-client fails to run /sbin/dhclient-script with apparmor

2009-04-17 Thread StefanPotyra
hm... indeed, all works fine with:

Linux suut 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009
x86_64 GNU/Linux.

-- 
dhcp3-client fails to run /sbin/dhclient-script with apparmor
https://bugs.launchpad.net/bugs/362896
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 233853] [NEW] [intrepid]: nmbd fails to start

2008-05-21 Thread StefanPotyra
Public bug reported:

Binary package hint: samba

samba-common: 3.0.28a-1ubuntu4

from log.nmbd
[2008/05/21 22:04:25, 0] nmbd/nmbd.c:main(711)
  Netbios nameserver version 3.0.28a started.
  Copyright Andrew Tridgell and the Samba Team 1992-2008
[2008/05/21 22:04:25, 0] nmbd/nmbd_subnetdb.c:create_subnets(245)
  create_subnets: unable to create any subnet from given interfaces. nmbd is 
terminating
[2008/05/21 22:04:25, 0] nmbd/nmbd.c:main(785)
  ERROR: Failed when creating subnet lists. Exiting.

I assume, that the reason is somewhere in the maintainer scripts, which
must otherwise be good citizens[1], but obviously are not ;).

/etc/samba/smb.ucf-dist last changed on 2008-04-05 14:32, which matches
dpkg.log when samba-common was upgraded (from 3.0.28a-1ubuntu3).

attached: diff between smb.ucf-dist and smb.conf (I might have called a
dpkg-reconfigre samba-common / or samba in between, not too sure if I
backed up smb.conf before or afterwards).

anything else you need?

P.S.: In case it should matter for maintainer scripts/default config:
I'm briding eth0 and eth1 to br0.

[1]: you surely know where this quote is from. I somehow never noticed
this sentence before, but like it *g*.

Cheers,
Stefan.

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

-- 
[intrepid]: nmbd fails to start
https://bugs.launchpad.net/bugs/233853
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 233853] Re: [intrepid]: nmbd fails to start

2008-05-21 Thread StefanPotyra

** Attachment added: diff of smb.conf-ucf.dist and a copy of smb.conf
   http://launchpadlibrarian.net/14647874/smb.conf.diff

-- 
[intrepid]: nmbd fails to start
https://bugs.launchpad.net/bugs/233853
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs