[Bug 1374782] Re: OpenVPN doesnt ask for pkcs12 password
Ubuntu does not yet install a systemd-ask-password agent. It seems openvpn went too much ahead and is relying on this without checking whether a password agent is running. ** Package changed: systemd (Ubuntu) => openvpn (Ubuntu) ** Summary changed: - OpenVPN doesnt ask for pkcs12 password + OpenVPN interactively asks for a password in an init script -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvpn in Ubuntu. https://bugs.launchpad.net/bugs/1374782 Title: OpenVPN interactively asks for a password in an init script To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1374782/+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 1374782] Re: OpenVPN interactively asks for a password in an init script
Aside from that, it is utterly wrong to interactively ask for stuff in an init script. That totally does not work on a server and is very inconvenient on a desktop too. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvpn in Ubuntu. https://bugs.launchpad.net/bugs/1374782 Title: OpenVPN interactively asks for a password in an init script To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1374782/+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 1375129] [NEW] cloud-init: 0.7.2 on Amazon AMI Linux package_update/package_upgrade does not run yum upgrade
Public bug reported: I'm trying to do a yum upgrade in cloud-init as described here - http://cloudinit.readthedocs.org/en/latest/topics/examples.html#run-apt- or-yum-upgrade running either package_upgrade: true or package_update: true does not seem to work. In cloud-init logs, I do not see these executed even though there are updates that are available to be installed. For now, we are doing runcmd: yum -y upgrade However, would like to know if this is a bug running package_upgrade Anand ** Affects: cloud-init (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1375129 Title: cloud-init: 0.7.2 on Amazon AMI Linux package_update/package_upgrade does not run yum upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1375129/+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 1374782] [NEW] OpenVPN doesnt ask for pkcs12 password
You have been subscribed to a public bug: Hi All, today I have upgraded my Kubuntu client to Utopic, and now OpenVPN doesen't ask me for my "pkcs12" password I start it via init.d script as root root@client:~# /etc/init.d/openvpn start CLIENT1 * Starting virtual private network daemon(s)... * Starting VPN 'CLIENT1' Timed out and in the processlist I found, the "systemd-ask-password" ask for fhe password but there is no popup or other password ask dialog 8523 ?Sl 0:17 \_ /usr/bin/konsole 8526 pts/0Ss 0:00 | \_ /bin/bash 9142 pts/0S 0:00 | | \_ sudo -i 9143 pts/0S 0:00 | | \_ -bash 18807 pts/0S+ 0:00 | | \_ /bin/sh -e /etc/init.d/openvpn start CLIENT1 18830 pts/0S+ 0:00 | | \_ /usr/sbin/openvpn --writepid /run/openvpn/CLIENT1.pid --daemon ovpn-CLIENT1 --status /run/openvpn/CLIENT1.statu 18831 pts/0S+ 0:00 | | \_ /bin/systemd-ask-password Enter Private Key Password: It worked unter Ubuntu Trusty and bevor! What is wrong? OS Infos: Distributor ID: Ubuntu Description:Ubuntu Utopic Unicorn (development branch) Release:14.10 Codename: utopic ii openvpn 2.3.2-9ubuntu1 amd64 virtual private network daemon ii systemd 208-8ubuntu4amd64 system and service manager ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: systemd 208-8ubuntu4 ProcVersionSignature: Ubuntu 3.16.0-18.25-generic 3.16.3 Uname: Linux 3.16.0-18-generic x86_64 ApportVersion: 2.14.7-0ubuntu2 Architecture: amd64 Date: Sat Sep 27 17:12:04 2014 ExecutablePath: /bin/systemd-ask-password ProcEnviron: SourcePackage: systemd UpgradeStatus: Upgraded to utopic on 2014-09-27 (0 days ago) ** Affects: openvpn (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug utopic -- OpenVPN doesnt ask for pkcs12 password https://bugs.launchpad.net/bugs/1374782 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvpn 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 1257435] Re: Chef does not run with all install types
+1 2C does not work here is the snippet im trying to make it work on AWS EC2 with 2014.03 Amazon linux or on 2014.09 Amazon AMI linux (aka. CentOS customized) chef: install_type: "omnibus" force_install: false omnibus_url: "https://www.opscode.com/chef/install.sh"; environment: "production" I'm yet to try with package as "gems" instead of omnibus Anand -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1257435 Title: Chef does not run with all install types To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-init/+bug/1257435/+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 1375072] [NEW] logrotate for smbd log restarts nmbd instead of smbd
*** This bug is a security vulnerability *** Public security bug reported: Marking security because this causes loss of logging information. 1 /var/log/samba/log.smbd { 2 weekly 3 missingok 4 rotate 7 5 postrotate 6 [ ! -f /var/run/samba/nmbd.pid ] || kill -HUP `cat /var/run/samba/nmbd.pid` 7 endscript 8 compress 9 notifempty 10 } Please see line 6 - although we are rotating log.smbd, logrotate is asked to send the HUP signal to the wrong process, nmbd. In two places, nmbd.pid must be replaced by smbd.pid, otherwise processes continue to log into a compressed/deleted logfile, causing logs to get lost. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: samba 2:3.4.7~dfsg-1ubuntu3.15 ProcVersionSignature: Ubuntu 2.6.32-65.131-generic-pae 2.6.32.63+drm33.26 Uname: Linux 2.6.32-65-generic-pae i686 Architecture: i386 Date: Mon Sep 29 02:06:53 2014 ProcEnviron: PATH=(custom, no user) LANG=de_DE.UTF-8 SHELL=/bin/bash SambaServerRegression: No SourcePackage: samba ** Affects: samba (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: apport-bug i386 lucid ** Information type changed from Private Security to Public Security ** Changed in: samba (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/1375072 Title: logrotate for smbd log restarts nmbd instead of smbd To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1375072/+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 1274947] Re: juju lxc instances deployed via MAAS don't have resolvable hostnames
This issue makes several HA services to fail (or split-brain): * rabbitmq-server: Followup from above, this MP[0] forces rabbit nodename to be the resolvable hostname for private-address[0], and fixes it clustering. * mongodb: No way: mongod uses gethostname() at rs.initiate() to initialize cluster (--replSet ...), then it fails because it can't connect to itself via $HOSTNAME, I'm using this (brute-force) script[1] to work-around it. [0] https://code.launchpad.net/~jjo/charms/trusty/rabbitmq-server/fix-nodename-to-host-dns-PTR [1] https://gist.github.com/jjo/198e27c8e44f68724fcd -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1274947 Title: juju lxc instances deployed via MAAS don't have resolvable hostnames To manage notifications about this bug go to: https://bugs.launchpad.net/maas/+bug/1274947/+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 1312854] Re: dh-apache2 causes a postinst failure when a package depends on an apache2-bin provided module
** Changed in: apache2 (Debian) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in Ubuntu. https://bugs.launchpad.net/bugs/1312854 Title: dh-apache2 causes a postinst failure when a package depends on an apache2-bin provided module To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1312854/+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 638307] Re: pm-utils Conflicts with laptop-mode-tools, so installing laptop-mode-tools breaks suspend
** Changed in: laptop-mode-tools (Ubuntu) Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to pm-utils in Ubuntu. https://bugs.launchpad.net/bugs/638307 Title: pm-utils Conflicts with laptop-mode-tools, so installing laptop-mode- tools breaks suspend To manage notifications about this bug go to: https://bugs.launchpad.net/laptop-mode-tools/+bug/638307/+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 1242376] Re: "reload php5-fpm" crashes
It should be fixed upstream, simply adopting Ondrejs PPA *and* removing `/etc/init.d/php5-fpm` breaks BC and doesn't make much sense. @deekshammhs10: Any ETA? -- 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/1242376 Title: "reload php5-fpm" crashes To manage notifications about this bug go to: https://bugs.launchpad.net/php/+bug/1242376/+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 1242376] Re: "reload php5-fpm" crashes
What I just noticed (on an Ubuntu 14.04.4 LTS, using ondrej's PPA) is that /etc/init.d/php5-fpm still exists. When I issue "service php5-fpm reload" - my FPM engines disappear, even though I have /etc/init/php5-fpm.conf and /etc/init/php5-fpm.override set to enable the "reload" parameter. Looks like when I run "service php5-fpm reload" it is trying to hit that (old, outdated) /etc/init.d/php5-fpm script, and wasn't hitting the upstart version. Removed the old init file, and now "reload" works fine. I am sure there are reasons for leaving it behind (such as if someone isn't using upstart?) but it causes a conflict if left in place. /etc/init.d/php5-fpm might need some additional attention, to read from the same pid files, or whatever (?) if it doesn't get removed soon. -- 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/1242376 Title: "reload php5-fpm" crashes To manage notifications about this bug go to: https://bugs.launchpad.net/php/+bug/1242376/+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 1242376] Re: "reload php5-fpm" crashes
** Changed in: php5 (Ubuntu) Status: Triaged => New ** Changed in: php5 (Ubuntu) Assignee: (unassigned) => Pratiksha (deekshammhs10) -- 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/1242376 Title: "reload php5-fpm" crashes To manage notifications about this bug go to: https://bugs.launchpad.net/php/+bug/1242376/+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