[Bug 1564917] Re: Default task limit from systemd is too low for ceph

2016-04-01 Thread Dr. Jens Rosenboom
I just found out that the limit is not applied after a reboot, it appears that this only happens when the service is (re-)started manually from the shell. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ceph in Ubuntu. https://bugs.laun

[Bug 1564922] [NEW] Warning messages during package installation

2016-04-01 Thread Dr. Jens Rosenboom
Public bug reported: This log is from installing the pre-release packages, but I got the same warnings when installing 10.0.5 earlier: Preparing to unpack .../ceph_10.1.0.dfsg-0ubuntu1~ubuntu16.04.1~ppa201603311201_amd64.deb ... deb-systemd-invoke only supports /usr/sbin/policy-rc.d return code

[Bug 1564917] [NEW] Default task limit from systemd is too low for ceph

2016-04-01 Thread Dr. Jens Rosenboom
Public bug reported: When started via systemd, there is a default limit of 512 Tasks, and it seems that each thread counts as a different task: # systemctl status ceph-osd@2

[Bug 1079466] Re: cinder-volume depends on tgt

2016-04-01 Thread Dr. Jens Rosenboom
>From a hardening perspective, it certainly hurts having unneeded packages installed, so please re-raise the priority of this. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cinder in Ubuntu. https://bugs.launchpad.net/bugs/1079466 Ti

[Bug 1564812] [NEW] Disable sudo io logging for rootwrap

2016-04-01 Thread Dr. Jens Rosenboom
Public bug reported: Cinder, Neutron and Nova use rootwrappers that allow selected commands to be executed with root privileges via sudo. If an adminstrator chooses to enable sudo logging for security reasons, this will cause a lot of files being created, leading to filled up file systems pretty f

[Bug 1564451] Re: User processes are counted towards systemd limit for sshd processes

2016-04-01 Thread Dr. Jens Rosenboom
Thanks to some help in #systemd I could find the cause: On the affected systems libpam-systemd was not installed. So maybe it would make sensu to turn this into a stronger dependency than "recommended", at least in combination with openssh-server. -- You received this bug notification because you

[Bug 1564451] Re: User processes are counted towards systemd limit for sshd processes

2016-04-01 Thread Dr. Jens Rosenboom
Hmm, on a cloud instance this looks different, even when logged in multiple time, the output only shows the master process: # systemctl status ssh ● ssh.service - OpenBSD Secure Shell server Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled) Active: active (ru

[Bug 1564451] Re: User processes are counted towards systemd limit for sshd processes

2016-03-31 Thread Dr. Jens Rosenboom
Do your sleep processes show up in the output of "systemctl status ssh.service" in the CGroup section? For me they do (sample with just one process backgrounded): # systemctl status ssh.service ● ssh.service - OpenBSD Secure Shell server Loaded: loaded (/lib/systemd/system/ssh.service; enabled;

[Bug 1562030] Re: Ceph directories not owned by Ceph user

2016-03-29 Thread Dr. Jens Rosenboom
How did you install ceph and which version exactly? Running as ceph should only happen with >= 9.2, which is available on Xenial. If I install ceph=10.0.3-0ubuntu1 on a new machine, /var/lib/ceph and /var/run/ceph have ceph:ceph as owner, which looks fine to me. One could discuss the ownership of

[Bug 1563330] [NEW] Please do not enable the service ceph-create-keys by default

2016-03-29 Thread Dr. Jens Rosenboom
Public bug reported: This may be useful for an unexperienced user trying to run ceph on a small setup, but for an automated deployment of a ceph cluster, it is pretty annoying that there may be daemons trying to create credentials that will allow access to the whole cluster if only the new machine

[Bug 1519923] Re: ceph-deploy fails on ubuntu 15.10 and 15.04

2016-03-15 Thread Dr. Jens Rosenboom
IMHO this is a bug for ceph-deploy, which is a separate project from ceph itself. It should be solved with a new upstream version, probably 1.5.29, see also bug #1550853. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ceph in Ubuntu. h

[Bug 1557461] [NEW] ceph-osd-prestart.sh is called with wrong options

2016-03-15 Thread Dr. Jens Rosenboom
Public bug reported: This only affects the xenial package, in /lib/systemd/system/ceph- osd@.service there is ExecStartPre=/usr/lib/ceph/ceph-osd-prestart.sh --cluster ${CLUSTER} --id %i --setuser ceph --setgroup ceph where the options were just copied from the ExecStart but this triggers errors

[Bug 1552722] [NEW] Package openstack-dashboard-ubuntu-theme fails to be removed

2016-03-03 Thread Dr. Jens Rosenboom
Public bug reported: If the config for the dashboard or apache2 in general is not working, the removal of openstack-dashboard-ubuntu-theme fails because there is no graceful error handling in the postrm script. E.g. I am getting: # apt-get -q -y purge openstack-dashboard-ubuntu-theme STDOUT:

[Bug 1522422] Re: Update to php 7.0

2016-02-19 Thread Jens G.
@jstsch I'm not trying to start a specific discussion about customers or software but merely was pointing out that service providers or hosters would actually profit from both package branches staying available instead dropping one of them after freeze. And as both EOL dates are nearly the same it

[Bug 1522422] Re: Update to php 7.0

2016-02-19 Thread Jens G.
@ondrej I agree to some degree, as it would be reasonable to run xenial under the hood, not only because of the base OS but the rest of the web stack, too. And as already stated, as PHP5.6/7 are supported from PHP to almost the same EOL time now, so it's not about "please support old unmaintained

[Bug 1522422] Re: Update to php 7.0

2016-02-19 Thread Jens G.
> So I wrote a php obfuscator for myself, that I made freely available under > MIT license at https://github.com/pk-fr/yakpro-po > Perhaps you could consider using it We are a hosting and service company and only administer, consult and service our customers. Their web agencies or programmers

[Bug 1522422] Re: Update to php 7.0

2016-02-19 Thread Jens G.
Maybe it's too late to throw my hat (and opinion) in, but from a hosting/hoster perspective, that's really a double-edged sword. Of course it would be splendid, if we could migrate all customers and applications to PHP7 as soon as possible. But with PHP itself increasing the support level of PHP5.6

[Bug 1384062] Re: os-prober blocks writes to raw partitions

2016-02-17 Thread Dr. Jens Rosenboom
Function ro_partition in /usr/share/os-prober/common.sh makes a partition read-only. This is called in /usr/lib/os-probes/50mounted- tests before trying to mount the partition being probed with all possible fs-types. Obviously this will break all other processes trying to write to this partition at

[Bug 1384062] Re: os-prober kills ceph OSD

2016-02-17 Thread Dr. Jens Rosenboom
Forgot to mention that the Ceph cluster has to be under write load in order to reproduce, i.e. running something like rados -p rbd bench 600 write -t 1 --show-time --run-length 60 There is no effect of running os-prober if the cluster is idle. Based with that information, though, I can also repro

[Bug 1384062] Re: os-prober kills ceph OSD

2016-02-17 Thread Dr. Jens Rosenboom
** Also affects: os-prober (Ubuntu) Importance: Undecided Status: New ** Changed in: os-prober (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ceph in Ubuntu. https://bugs.launchpad.ne

[Bug 1384062] Re: os-prober kills ceph OSD

2016-02-16 Thread Dr. Jens Rosenboom
I can reproduce this on Wily with # apt-cache policy ceph ceph: Installed: 0.94.5-0ubuntu0.15.10.1 Candidate: 0.94.5-0ubuntu0.15.10.1 Version table: *** 0.94.5-0ubuntu0.15.10.1 0 500 http://eu.archive.ubuntu.com/ubuntu/ wily-updates/main amd64 Packages 100 /var/lib/dpkg/sta

[Bug 1098314] Re: pg_num inappropriately low on new pools

2016-02-16 Thread Dr. Jens Rosenboom
You can set "osd pool default pg num" and "osd pool default pgp num" to some higher value in your ceph.conf before creating pools if you want some higher values than the default and do not want to specify it on the command line every time. For more complex setups however, you want to match the pg

[Bug 1505224] Re: Ceph OSDs not started after reboot

2016-02-16 Thread Dr. Jens Rosenboom
Sorry for the delay, I must admin that I'm not sure about that anymore. I tried reproducing this issue with a current installation of Wily, but failed. So I guess we can assume this to be invalid now. ** Changed in: ceph (Ubuntu) Status: Incomplete => Invalid -- You received this bug not

[Bug 1347020] Re: systemd does not boot in a container

2015-11-22 Thread Jens Elkner
Today I upgraded our last utopic containers (~10) to vivid using do- release-upgrade: Everywhere the same: after reboot systemd is the only thing which is running in the container, but nothing else happens. It doesn't start anything! So the only way to get the stuff fixed is to manually attach to t

[Bug 1505224] [NEW] Ceph OSDs not started after reboot

2015-10-12 Thread Dr. Jens Rosenboom
Public bug reported: There seems to be some issue with the udev triggers, either they do not happen properly for partitions or they happen too early in the boot process. If I do a "ceph-disk activate /dev/sdXX" after the system has booted, the OSD is starting just fine. If I do a "udevadm trigge

[Bug 1499199] [NEW] Upgrading libvirt from trusty to cloud/stable/liberty fails

2015-09-24 Thread Dr. Jens Rosenboom
Public bug reported: When upgrading libvirt-bin after adding the stable/liberty cloud-ppa, I'm getting this error: ubuntu@jr2:~$ sudo apt-get install libvirt-bin Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatical

[Bug 1398999] Re: Block migrate with attached volumes copies volumes to themselves

2015-09-18 Thread Dr. Jens Rosenboom
I think there is some confusion here. As I understand it, the part that was fixed in libvirt was changing the API so that now it is possible to define a subset of block devices to be copied during migration. Now to fix the original issue, another patch in nova will be needed, that uses this extende

[Bug 1488962] [NEW] systemd does not notice when apache2 service fails

2015-08-26 Thread Dr. Jens Rosenboom
Public bug reported: The systemd service generated from /etc/init.d/apache2 via systemd-sysv- generator contains the line RemainAfterExit=yes causing systemd to ignore crashes of the service. In order to reproduce this, add a non-existing address to /etc/apache2/ports.conf, which will cause the

[Bug 1453188] Re: Incorrect path to binary in neutron-plugin-linuxbridge-agent

2015-08-17 Thread Dr. Jens Rosenboom
Tested https://launchpad.net/ubuntu/+source/neutron/1:2015.1.1-0ubuntu2/+build/7782259/+files /neutron-plugin-neutron-agent_2015.1.1-0ubuntu2_all.deb and it solves the issue for me. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification becaus

[Bug 1432683] Re: apt-get install lxc doesn't load required apparmor profiles

2015-06-07 Thread Jens Elkner
It appears, that something is still broken. Because systemd doesn't work, I installed upstart + upstart-sysv (and uninstalled systemd- sysv), but unfortunately sssd doesn't come up (has exactly the same config, as in other < 14.10 zones, where it works as expected). And because sssd doesn't come u

[Bug 1347020] Re: systemd does not boot in a container

2015-06-07 Thread Jens Elkner
I'm running utopic with latest updates. Any container, which has systemd running simply hangs, when /sbin/init gets started (no matter, whether config has 'lxc.kmsg = 0' or not). Tried it previously with a trusty and today with a vivid container. So wondering, whether there is a bugfix available a

[Bug 1342080] Re: glance api is tracebacking with "error: [Errno 32] Broken pipe"

2015-06-04 Thread Dr. Jens Rosenboom
** Also affects: python-glanceclient (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-glanceclient in Ubuntu. https://bugs.launchpad.net/bugs/1342080 Title: glance api is tra

[Bug 1449056] Re: rabbitmq not ready after restart

2015-06-03 Thread Dr. Jens Rosenboom
I tested http://launchpadlibrarian.net/208123057/rabbitmq- server_3.5.1-2_all.deb and it works fine for me. It would be great to see this backported to vivid. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rabbitmq-server in Ubuntu. h

[Bug 1439280] Re: Libvirt CPU affinity error

2015-05-13 Thread Dr. Jens Rosenboom
"wont-fixing" the nova side will leave it broken for quite some time until the backport has made its way into all relevant distro images. I'd prefer to add your patch into nova code as workaround for older libvirt versions. -- You received this bug notification because you are a member of Ubuntu

[Bug 1434395] Re: Rabbitmq fails to start epmd daemon

2015-05-07 Thread Dr. Jens Rosenboom
Did you define ERL_EPMD_ADDRESS in your rabbitmq-env.conf? Then you would be hitting https://bugs.launchpad.net/ubuntu/+source/erlang/+bug/1374109 and you can find a possible workaround there. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscrib

[Bug 1451743] Re: systemctl enable ntp fails with an error

2015-05-05 Thread Dr. Jens Rosenboom
*** This bug is a duplicate of bug 1447807 *** https://bugs.launchpad.net/bugs/1447807 ** This bug has been marked a duplicate of bug 1447807 systemctl enable fails to enable a SysV service -- You received this bug notification because you are a member of Ubuntu Server Team, which is subs

[Bug 1451743] [NEW] systemctl enable ntp fails with an error

2015-05-05 Thread Dr. Jens Rosenboom
Public bug reported: root@node10:~# systemctl enable ntp

[Bug 1424233] Re: RFE lxc: lxc should do a better jon of housekeeping containers

2015-03-10 Thread Jens Elkner
Yepp, and that's IMHO a design flaw. E.g. if one wants to distribute the load on iots storage, it might make sense, to distribute the zones of several storage devices, e.g. zone1 on JBOD1, zone2 on JBOD2, etc As said, the only thing, which lxc nees to track is a single "config directory" which

[Bug 1424253] Re: RFE: procps tools should support lxc

2015-03-10 Thread Jens Elkner
Actually that's not the same at all, because $cgroup != $lxc_name . Your workaround is absolutely user UNfriendly, i.e. still hard to read and for casual users inconvinient, because one needs supply all that many format options ... Anyway, I agree, that these utils should support such things out o

[Bug 1424253] [NEW] RFE: procps tools should support lxc

2015-02-21 Thread Jens Elkner
Public bug reported: Container management/monitoring is currently a pain, because procps do not support container, i.e. there is no way to tell the tools to "filter" the output wrt. a certain zone or to add a column, which shows the zone name a process belongs to. E.g. for what is needed: {ps|pgr

[Bug 1424233] Re: RFE lxc: lxc should do a better jon of housekeeping containers

2015-02-21 Thread Jens Elkner
** Package changed: upstart (Ubuntu) => lxc (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1424233 Title: RFE lxc: lxc should do a better jon of housekeeping containers To man

[Bug 1418279] [NEW] Automount NFSv4 doesn't work

2015-02-04 Thread Jens Elkner
Public bug reported: I'm trying to use NFSv4 automount within an lxc container, however, it doesn't work (it works for Solaris zones, so that's not an server issue). > cd /net/pkg/ /net/pkg/ not found > cat /etc/auto.master /net-hosts +dir:/etc/auto.master.d +auto.master The following log

[Bug 1327049] Re: libSDL1.2 screen tearing still occurs even with version 1.2.15-8ubuntu1.1

2015-01-13 Thread Jens Höft
Also affects MythTV (mythbuntu 14.04). -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libsdl1.2 in Ubuntu. https://bugs.launchpad.net/bugs/1327049 Title: libSDL1.2 screen tearing still occurs even with version 1.2.15-8ubuntu1.1 T

[Bug 1394263] Re: lxc: unconditional overwrite of USE_LXC_BRIDGE

2014-11-20 Thread Jens Elkner
Well, it is strange: If there is such a setting in /etc/default/lxc, one usually assumes, that this is the master of the disaster and gets "propagated" downwards, but obviously it is not ... And thus I wonder, which files in the lxc forest need to be checked as well to avoid further surprises ...

[Bug 1394352] [NEW] apparmor: Multiple definitions ... bailing out

2014-11-19 Thread Jens Elkner
Public bug reported: When one creates a incorrect profile, apparmor_parser seems to leave an artifact of the "problem" file in the same directory, which in turn leads to another error, when the file gets fixed. Not sure, how appamor stuff works, but this is simply an unacceptable behavior! It shou

[Bug 1394263] [NEW] lxc: unconditional overwrite of USE_LXC_BRIDGE

2014-11-19 Thread Jens Elkner
Public bug reported: Defining USE_LXC_BRIDGE and than overwriting it unconditionally in the source /etc/default/lxc-net doesn't make sense/is confusing. ** Affects: lxc (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubu

[Bug 1394249] [NEW] lxc package dependencies over-constrained

2014-11-19 Thread Jens Elkner
Public bug reported: Obviously lxc does NOT depend on dnsmasq-base and thus this dependency should be lowered to "optional" or "recommended". Today entities using containers already have proper DNS as well as DHCP servers and thus do not need at all another point of failure/possible weak software

[Bug 1393611] Re: pax is not POSIX compliant

2014-11-18 Thread Jens Elkner
** Package changed: ubuntu => pax (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to pax in Ubuntu. https://bugs.launchpad.net/bugs/1393611 Title: pax is not POSIX compliant To manage notifications about this bug go to: https:

[Bug 1251237] [NEW] SpamAssassin's URI_OBFU_WWW rule claims "www.tuning-net.ru" is an obfuscated URL

2013-11-14 Thread Jens
Public bug reported: Mails containing this URL will be scored higher (depending on the set score, IIRC it's 2.5 for URI_OBFU_WWW plus 2.3 for FSL_RU_URL if activated). A manual test using perl and the URI_OBFU_WWW rule regex confirms this: > perl -ne 'print if > /(?+[^[:alnum:]]{1,3})?[[:alnum:

[Bug 685096] Re: USB Passthrough not working for Windows 7 guest

2013-11-05 Thread Jens Frederich
All devices work on other hypervisors like VMware Workstation etc... -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/685096 Title: USB Passthrough not working for Windows 7 guest T

[Bug 685096] Re: USB Passthrough not working for Windows 7 guest

2013-11-05 Thread Jens Frederich
breaks my latency measurement setup and Linux RT is out of the evaluationg race. Windows CE should not win :-), it there anyway workaround or hack to fix the issue? My setup: Ubuntu 64-bit Windows 7 Embedded Guest Linux Kernel: 3.10.10-rt7 QEMU: 1.4.0, 1.6.1 thanks, Jens -- You received this

[Bug 685096] Re: USB Passthrough not working for Windows 7 guest

2013-11-05 Thread Jens Frederich
Is there any workaround? We're currently evaluating different RTOS systems. One is Linux RT with KVM/QEMU with Windows 7. This bug breaks the latency measurement setup and Linux RT is out of race. It there anyway to fix the issue? -- You received this bug notification because you are a member of

[Bug 1185699] Re: libnss-ldap crashes in libc-2.17.so when using sudo/sshd

2013-06-03 Thread Jens Langner
Of course it is possible to reproduce this on a clean 13.04 system. I did that in fact by installing a clean 13.04 system as a virtual machine and then just installing the libnss-ldap package together with our modified /etc/ldap.conf and /etc/nsswitch.conf. After doing so sudo immediately crashes.

[Bug 1185699] [NEW] libnss-ldap crashes in libc-2.17.so when using sudo/sshd

2013-05-30 Thread Jens Langner
Public bug reported: Since our upgrade to 13.04 (we had 12.10 previously) our administrators cannot use "sudo" anymore. When sudo is used and either the correct password or incorrect password is used sudo immediately crashes with the following crash report: -- cut here -- sudo[23352]: segfault at

[Bug 1023591] Re: php5 opens /proc/XXX/auxv thousands of times until Apache crashes with "too many open files"

2012-07-15 Thread Jens
ile descriptors roughly at the same speed. Here is an example virtualhost configuration: ServerName foobar.name ServerAlias *.foobar.name ServerAdmin j...@.de DocumentRoot "/x/webs/jens/name.foobar/" FcgidIdleTimeout 30 SuexecUserGroup "jens" "jen

[Bug 1023591] Re: php5 opens /proc/XXX/auxv thousands of times until Apache crashes with "too many open files"

2012-07-11 Thread Jens
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1023591 Title: php5 opens /proc/XXX/auxv thousands of times until Apache crashes with "too many open files" To manage notifications abo

[Bug 1023591] [NEW] php5 opens /proc/XXX/auxv thousands of times until Apache crashes with "too many open files"

2012-07-11 Thread Jens
more slowly because my cron scripts use "apachectl restart" now instead of "apachectl graceful", but still. After two weeks, I have roughly 15'000 opened files, of which 8'000 are /proc/$PID/auxv. I think this is quite a serious bug since it makes the system grind t

[Bug 997465] Re: amavisd-new init script does not work cleanly

2012-05-09 Thread Jens
Removing "--name ${DAEMONNAME}" from the "STOP" variable in the initscript fixes this issue, but this is probably not an intended way of fixing this. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to amavisd-new in Ubuntu. https://bugs.la

[Bug 997465] Re: amavisd-new init script does not work cleanly

2012-05-09 Thread Jens
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to amavisd-new in Ubuntu. https://bugs.launchpad.net/bugs/997465 Title: amavisd-new init script does not work cleanly To manage notifications about this bug go to: https://bugs.launchpad.n

[Bug 997465] [NEW] amavisd-new init script does not work cleanly

2012-05-09 Thread Jens
Public bug reported: After Installation I get the following output, it seems the restart script does not find the running amavisd process. amavisd-new (1:2.6.5-0ubuntu3) wird eingerichtet ... Creating/updating amavis user account... dpkg: Warnung: Version »configure« hat falsche Syntax: Versionsn

[Bug 538470] Re: split sa-compile into a separate package

2012-05-09 Thread Jens
Hello, this is still a problem in 12.04. I want to avoid having a full compiler package on a mail server. root@root:~# LANG=C apt-get install spamassassin Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed

[Bug 917134] Re: dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-03-14 Thread Jens Finkhäuser
** Attachment added: "global_common.conf" https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/917134/+attachment/2869062/+files/global_common.conf -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu. https://bugs.launch

[Bug 917134] Re: dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-03-14 Thread Jens Finkhäuser
** Attachment added: "cat /proc/drbd output" https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/917134/+attachment/2869051/+files/drbd -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu. https://bugs.launchpad.net/bug

[Bug 917134] Re: dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-03-14 Thread Jens Finkhäuser
So, I was trying to resync the device, get everything in a nice state, give you the requested info. Then move the padlock-sha module back, reboot, and see things fail. Turns out that things fail sooner now. The padlock-sha module is moved to a safe place, so shouldn't be messing with things. Then

[Bug 917134] Re: dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-03-14 Thread Jens Finkhäuser
** Attachment added: "r0.res" https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/917134/+attachment/2869065/+files/r0.res -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu. https://bugs.launchpad.net/bugs/917134 Tit

[Bug 917134] Re: dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-03-14 Thread Jens Finkhäuser
** Attachment added: "dmesg output" https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/917134/+attachment/2869050/+files/dmesg -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu. https://bugs.launchpad.net/bugs/917134

[Bug 917134] Re: dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-03-14 Thread Jens Finkhäuser
** Attachment added: "ps output" https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/917134/+attachment/2869061/+files/psaux -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu. https://bugs.launchpad.net/bugs/917134 T

[Bug 917134] Re: dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-03-14 Thread Jens Finkhäuser
Man, I wanted to get back to this for so long... Yes, I can reproduce it on demand by simply rebooting the machine. Right now, there's not much of a problem with that, so if you need me to reboot this machine a few times, fine. I'll attach the requested information today (hopefully). -- You rec

[Bug 937941] Re: Upstream have withdrawn 2.7.10 due to several regressions

2012-02-23 Thread Jens Braeuer
PuppetLabs released 2.7.11 which fixes the issues with 2.7.10 https://projects.puppetlabs.com/projects/puppet/wiki/Release_Notes#2.7.11 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to puppet in Ubuntu. https://bugs.launchpad.net/bugs/9

[Bug 917134] [NEW] dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-01-16 Thread Jens Finkhäuser
] [] ? worker_thread+0x0/0x110 Jan 16 13:29:21 htz0 kernel: [ 178.248340] [] ? kthread+0x96/0xa0 Jan 16 13:29:21 htz0 kernel: [ 178.248344] [] ? child_rip+0xa/0x20 Jan 16 13:29:21 htz0 kernel: [ 178.248348] [] ? kthread+0x0/0xa0 Jan 16 13:29:21 htz0 kernel: [ 178.248351] [] ? child_

[Bug 847201] Re: package mysql-server-core-5.1 (not installed) failed to install/upgrade: defektes Tar-Dateisystem - Paketarchiv ist defekt

2011-09-11 Thread Jens
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu. https://bugs.launchpad.net/bugs/847201 Title: package mysql-server-core-5.1 (not installed) failed to install/upgrade: defektes Tar-Dateisystem - Paketarchiv ist d

[Bug 847201] [NEW] package mysql-server-core-5.1 (not installed) failed to install/upgrade: defektes Tar-Dateisystem - Paketarchiv ist defekt

2011-09-11 Thread Jens
Public bug reported: I tried to install KWord on Xubuntu in a VirtualBox virtual machine ProblemType: Package DistroRelease: Ubuntu 11.04 Package: mysql-server-core-5.1 (not installed) ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8 Uname: Linux 2.6.38-11-generic i686 Architecture: i38

[Bug 768846] Re: autofs does not mount /net/host

2011-07-30 Thread Jens Langner
Here I am having the same problem with our server since we upgraded them to 11.04 (natty): -- cut here -- langner@mars:~$ ll /net/cns2/ ls: cannot access /net/cns2/: No such file or directory langner@mars:~$ ll /net/cns2/. ls: /net/cns2/./user: No such file or directory ls: /net/cns2/./astro: No s

[Bug 574547] Re: Installation of system tables failed

2010-05-04 Thread Jens Askengren
apt-get install mysql-server-5.1 I suspect i had version 5.0 installed before. -- Installation of system tables failed https://bugs.launchpad.net/bugs/574547 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu. -- U

[Bug 574547] Re: Installation of system tables failed

2010-05-03 Thread Jens Askengren
This gets logged to /var/log/syslog: May 3 17:02:44 localhost /etc/mysql/debian-start[8446]: Running 'mysqlcheck' with connection arguments: '--port=3306' '--socket=/var/run/mysqld/mysqld.sock' '--host=loca lhost' '--socket=/var/run/mysqld/mysqld.sock' '--socket=/var/run/mysqld/mysqld.sock' [

[Bug 574547] Re: Installation of system tables failed

2010-05-03 Thread Jens Askengren
** Attachment added: "mysql-stacktrace.txt" http://launchpadlibrarian.net/47582583/mysql-stacktrace.txt ** Attachment added: ".etc.apparmor.d.usr.sbin.mysqld.txt" http://launchpadlibrarian.net/47575691/.etc.apparmor.d.usr.sbin.mysqld.txt ** Attachment added: "Dependencies.txt" http://la

[Bug 574547] [NEW] Installation of system tables failed

2010-05-03 Thread Jens Askengren
Public bug reported: After upgrading to Ubuntu 10.04, mysql was removed for some reason. I manually installed 5.1 and got the following error message when starting: Installation of system tables failed See the attached stacktrace. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: mysql-s

[Bug 543212] Re: php5-cli in lucid-beta1 missing readline/libedit support

2010-04-09 Thread Jens Bremmekamp
** Changed in: php5 (Ubuntu) Status: Fix Released => Incomplete ** Tags added: regression -- php5-cli in lucid-beta1 missing readline/libedit support https://bugs.launchpad.net/bugs/543212 You received this bug notification because you are a member of Ubuntu Server Team, which is subscrib

[Bug 496922] Re: Ubuntu snmpd package doesn't include all net-snmpd modules

2009-12-15 Thread Jens Rantil
** Description changed: Binary package hint: snmpd === The problem === - The 'exec' directive is not compiled into snmpd. However, the snmpd config file (/etc/snmp/snmpd.conf) provides lines commented out to do this. Figuring out how this works + The 'exec' directive is not compiled into

[Bug 496922] Re: Ubuntu snmpd package doesn't include all net-snmpd modules

2009-12-15 Thread Jens Rantil
Is there a reason why 'ucd_snmp' is not compiled into snmpd? -- Ubuntu snmpd package doesn't include all net-snmpd modules https://bugs.launchpad.net/bugs/496922 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to net-snmp in ubuntu. -- Ubun

[Bug 496922] [NEW] Ubuntu snmpd package doesn't include all net-snmpd modules

2009-12-15 Thread Jens Rantil
Public bug reported: Binary package hint: snmpd === The problem === The 'exec' directive is not compiled into snmpd. However, the snmpd config file (/etc/snmp/snmpd.conf) provides lines commented out to do this. Figuring out how this works === Proposed solution(s) === There are three ways of s

[Bug 319656] Re: nmap script engine error

2009-11-10 Thread Jens Janssen
Karmic working. -- nmap script engine error https://bugs.launchpad.net/bugs/319656 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nmap in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or

[Bug 189168] Re: Unable to view Window shares because of the default resolve order

2009-04-13 Thread Jens
*** This bug is a duplicate of bug 235560 *** https://bugs.launchpad.net/bugs/235560 ** This bug has been marked a duplicate of bug 235560 Connect to smb server by name doesn't work, but by IP address does -- Unable to view Window shares because of the default resolve order https://bugs.l

[Bug 344816] Re: mysql-server-5.0: Leaves password in debconf database

2009-03-18 Thread Jens
** Visibility changed to: Public -- mysql-server-5.0: Leaves password in debconf database https://bugs.launchpad.net/bugs/344816 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu. -- Ubuntu-server-bugs mailing list