[Bug 584862] Re: libvirt launches dnsmasq for non-dhcp networks.

2015-11-26 Thread guenther kuenzel
it is getting worse with virsh and lxc containers. i have 60 lxc containers running, each of them connected to 4 networks. thats alot of overhead for no usefull functionality, DHCP and DNS is already served by standalone servers. it might be ok if you got a standalone home server with one or two

[Bug 1072629] [NEW] install fails if "APT::Install-Suggests "1" is set

2012-10-29 Thread guenther kuenzel
Public bug reported: the installation of playonlinux is not possible if the APT option Install-Suggests is set true. i expect, that playonlinux should be able to be installed even with APT option Install-Suggests set true. $ lsb_release -rd Description:Ubuntu 12.10 Release:12.10 $

[Bug 971051] Re: no alt+tab in gnome classic session

2012-10-25 Thread guenther kuenzel
i know that this seems to be a gnome bug, but i got the same issue within kubuntu 12.10 when activating the mouse focus policy "focus under mouse" or "focus strictly under mouse" in the windows property settings alt+tab stops working. using any other focus policy enables alt+tab again. maybe th

[Bug 1071180] [NEW] cron weekly error message

2012-10-25 Thread guenther kuenzel
Public bug reported: 1) release of Ubuntu lsb_release -rd Description:Ubuntu 12.10 Release:12.10 2) version of the package apt-cache policy dhelp dhelp: Installed: 0.6.20ubuntu1 Candidate: 0.6.20ubuntu1 Version table: *** 0.6.20ubuntu1 0 500 http://archive.ubuntu.com/ub

[Bug 897507] Re: kubuntu-desktop should not depend on anacron

2012-08-19 Thread guenther kuenzel
i have forgotten to mention that if you use a user based cronjob it will be executed at the specific time anyway. only system based (/etc/cron.daily) jobs are executed by anacron at random times. e.g. $ crontab -l | grep -v ^# PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin SH

[Bug 897507] Re: kubuntu-desktop should not depend on anacron

2012-08-19 Thread guenther kuenzel
hello silvio, maybe my workaround will either fit your needs. i created a user based cronjob which starts a user based anacronjob at a specific time. the user needs to be in group "crontab" $ crontab -l | grep -v ^# PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin SHELL=/bin/bas

[Bug 897507] [NEW] kubuntu-desktop should not depend on anacron

2011-11-28 Thread guenther kuenzel
Public bug reported: if a cron is required for kubuntu-desktop than it should depend on (cron|anacron). with the current dependency it is not possible to remove the anacron package even with an installed cron package. ** Affects: kubuntu-meta (Ubuntu) Importance: Undecided Status

[Bug 584862] Re: libvirt launches dnsmasq for non-dhcp networks.

2011-11-19 Thread guenther kuenzel
i would like to point out, that it starts dnsmasq but it does not listen for dhcp. it listen to dns, even if no dns entries are defined for the network. # virsh net-dumpxml default