I can confirm this works in Bionic so close away
thanks,
-jon
On Tue, Apr 17, 2018, 4:11 PM Mathieu Trudel-Lapierre
wrote:
> This would be a systemd-networkd bug, which I suspect might have already
> been fixed too. Reassigning to systemd.
>
> ** Package changed: nplan (Ubuntu) => systemd (Ubun
Sorry to bug-report-and-run my test hardware was otherwise occupied so
couldn't retest.
Happily latest Bionic installer does not seem to have this issue for me
any more.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.lau
This is still broken in 16.04LTS
How is that possible? Thankfully the same workaround applies at least.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1498643
Title:
sshguard doesn't block bad guys
the fix for this is just adding a "-l" to LOGFILES in
/etc/default/sshguard
this is current & broken:
LOGFILES="/var/log/auth.log"
this works:
LOGFILES="-l /var/log/auth.log"
seriously a year this is broken!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which i
or perhaps the "-l" should go in the unit file as is done with the "-w"
for WHITELIST
current:
ExecStart=/usr/sbin/sshguard -i /run/sshguard.pid -w $WHITELIST $LOGFILES $ARGS
would work (instead of the -l in /etc/default):
ExecStart=/usr/sbin/sshguard -i /run/sshguard.pid -w $WHITELIST -l $LOGFIL
The proper work around seems to be:
user@host $ sudo systemctl edit sshguard
[Service]
ExecStart=
ExecStart=/usr/sbin/sshguard -i /run/sshguard.pid -w $WHITELIST -l $LOGFILES
$ARGS
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
htt
this is actually upstream bug
https://github.com/systemd/systemd/issues/6593 related to setting MTU.
If this isn't patched before 18.04 release please, please, please revert
to ifupdown as default
** Bug watch added: github.com/systemd/systemd/issues #6593
https://github.com/systemd/systemd/is
this is actually upstream bug
https://github.com/systemd/systemd/issues/6593 related to setting MTU.
If this isn't patched before 18.04 release please, please, please revert
to ifupdown as default
** Bug watch added: github.com/systemd/systemd/issues #6593
https://github.com/systemd/systemd/is
** Also affects: ubuntu
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160442
Title:
when boot many vms with quantum, nova sometimes allocates two quantum
if I configure a static v4 address in netplan then dhcpv6 works
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1727825
Title:
networkd DHCP immediately drops lease ( on igbx cards )
To manage notifi
Public bug reported:
Not 100% sure if this is a networkd bug or a nplan bug, but...
On new install of 17.10 systemd-networkd loops with:
Oct 23 16:45:24 san-jose systemd[1]: Starting Network Service...
Oct 23 16:45:24 san-jose systemd-networkd[1217]: enp129s0f0: Gained IPv6LL
Oct 23 16:45:24 san
this is happening on a system using 10G Intel NIC:
05:00.0 Ethernet controller: Intel Corporation Ethernet Controller 10-Gigabit
X540-AT2 (rev 01)
root@host:~# ethtool enp129s0f0
Settings for enp129s0f0:
Supported ports: [ FIBRE ]
Supported link modes: 1baseT/Full
S
I have verified this is reproducible on other systems with ixgbe based
add in cards.
igb (1G) cards seem to behave properly as do a random assortment of
onboard devices and virtio devices inside VMs.
Based on a pseudo random selection of my available gear it does seem
hardware specific but this i
Public bug reported:
On new install of 17.10 systemd-networkd loops with:
Oct 23 16:45:24 san-jose systemd[1]: Starting Network Service...
Oct 23 16:45:24 san-jose systemd-networkd[1217]: enp129s0f0: Gained IPv6LL
Oct 23 16:45:24 san-jose systemd-networkd[1217]: Enumeration completed
Oct 23 16:45
Public bug reported:
Ubuntu 14.04 using cloud-archive packages upgrading from kilo to liberty
python-neutron:
Installed: 2:8.2.0-0ubuntu1~cloud0
500 http://ubuntu-cloud.archive.canonical.com/ubuntu/
trusty-updates/mitaka/main amd64 Packages
neutron db migration error in prod kilo->liberty up
Public bug reported:
openstack-debian 0.7 on 14.04LTS fails to build 'jessie' images because
it unconditionally tries to edit /etc/inittab
switching this to be conditional on "$(RELEASE)" = "wheezy" fixes:
if [ "${RELEASE}" = "wheezy" ] ; then
sed -i "s#1:2345:respawn:/sbin/getty 38400
run 'kredentials -d' to run without aklog
/usr/bin/kredentials --help-all
Options:
-i, --inform Inform the user when credentials are renewed
-d, --disable-aklog Don't run aklog after renewing Kerberos tickets
(it may be better to make running _with_ aklog a command line opt
Public bug reported:
This package was pulled in Natty becasue it was still depenant on KDE3
This is fixed upstream lp:debian/kredentials or
https://github.com/nmeyerhans/kredentials.git
both are native KDE4 and no longer include libart (only Ubuntu specific
edit in older versions was adding --wi
HI All,
I Just hit this bug during a test Upuntu 12.04 test upgrade , I see fix
released for 14.04 should I have this fix in 12.04?
root@test-controller:~# dpkg -l glance
||/ Name Version
+++-==
ii glan
Jus tran into this myself but looks like this Nova bug:
https://bugs.launchpad.net/nova/+bug/1303536
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1339512
Title:
libvirtError XML error: cpu feature
Any chance the fix will be back ported? broken screen in LTS is kinda
bad...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1333630
Title:
screen caught signal 11 core dumped
To manage notifications
To answer my previous question for posterity, yes after removing
duplicates and resetting the auto incremnt as described above and
mismatch between the ids in instances and instance_id_mappings must be
recitified:
UPDATE instance_id_mappings,instances SET
instance_id_mappings.id=instances.id WHERE
This doesn't seem to be working for me, perhaps I implemented it
incorrectly, or need to take further remedial action?
(using ubuntu 12.04 coud archive version of nova-api as a base)
copied the patched verion of nova/db/sqlalchemy/api.py to
/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api
I see that for instances that were running during the upgrade, but I'm
getting this error with new instances that do not have duplicate
entries:
euca-describe-instances i-4fb6
RESERVATION r-ttje080y 98333a1a28e746fa8c629c83a818ad57open
INSTANCEi-4fb6 ami-0
The application works as documented, if not as expected.
** Changed in: kredentials (Ubuntu)
Status: New => Invalid
** Changed in: kredentials (Ubuntu)
Status: Invalid => New
** Changed in: kredentials (Ubuntu)
Status: New => Invalid
** Converted to question:
https://an
shame it missed inclusion in Precise LTS, but package is in Quantal as
of Alpha2
** Changed in: kredentials (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/94
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-folsom-
proposed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1073956
Title:
Scheduler Race Condition at high volume
To manage notificat
** Also affects: ubuntu
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1073956
Title:
Scheduler Race Condition at high volume
To manage notifications abou
** Also affects: ubuntu
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1055929
Title:
Can not display usage data for Quota Summary
To manage notifications
My issue with the dependency on zfs-fuse is that I'm running linux-zfs
(kernel not fuse) so 'apt-get install libguestfs0' actually wants to
remove packages I need to boot my zfs rooted system:
The following packages will be REMOVED:
ubuntu-zfs zfs-auto-snapshot zfs-initramfs zfsutils
I understa
probably should have tested this before commenting...but here's some
additional info
manually installing all stated dependencies other than zfs-fuse and then
installing libguestfs0 with --force-depends (and guestfish to provide a
client that uses the library) it does seem to work as expected
so p
31 matches
Mail list logo