[Bug 1554195] Re: Nova (juno) ignores logging_*_format_string in syslog output

2016-03-18 Thread George Shuklin
Hello. We have our fix for this issue. See attachment. (It should be applied over ubuntu patchqueue). ** Patch added: "wz_fix_syslog_formatter.patch" https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1554195/+attachment/4601164/+files/wz_fix_syslog_formatter.patch -- You received this

[Bug 1554195] [NEW] Nova (juno) ignores logging_*_format_string in syslog output

2016-03-07 Thread George Shuklin
Public bug reported: Nova in juno ignores following settings in configuration file ([DEFAULT] section): logging_context_format_string logging_default_format_string logging_debug_format_suffix logging_exception_prefix when sending logs via syslog. Log entries on stderr / in log files are fine

[Bug 1385295] Re: use_syslog=True does not log to syslog via /dev/log anymore

2016-03-03 Thread George Shuklin
Sorry, My bad. I didn't saw merge message. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-oslo.log in Ubuntu. https://bugs.launchpad.net/bugs/1385295 Title: use_syslog=True does not log to syslog via /dev/log anymore To

[Bug 1385295] Re: use_syslog=True does not log to syslog via /dev/log anymore

2016-03-03 Thread George Shuklin
I think this patch is not merged to Juno https://review.openstack.org/#/c/202573/ -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-oslo.log in Ubuntu. https://bugs.launchpad.net/bugs/1385295 Title: use_syslog=True does not log

[Bug 1504340] [NEW] Upgrade from 1.5 to 1.9 fails in network migration

2015-10-08 Thread John George
Public bug reported: Attempted to upgrade Trusty from 1.5 to 1.9. Please see the output below. jenkins@juju-qa-maas-server-1:~$ sudo apt-get upgrade maas [sudo] password for jenkins: Reading package lists... Done Building dependency tree Reading state information... Done Calculating

[Bug 1327218] Re: Volume detach failure because of invalid bdm.connection_info

2015-09-18 Thread George
Do you know when/if this will be backported to Juno? Thank you. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/1327218 Title: Volume detach failure because of invalid

[Bug 1432644] Re: VM permanently tries to read /dev/shm/lttng-ust-wait-5

2015-06-30 Thread George
None of the solutions provided work for me. root@compute1:~# cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=14.04 DISTRIB_CODENAME=trusty DISTRIB_DESCRIPTION=Ubuntu 14.04.2 LTS root@compute1:~# dpkg -l | grep libvirt ii libvirt-bin 1.2.12-0ubuntu13~cloud0

[Bug 1418590] Re: No ERROR state if image deleted, _base is lost and instance is rescued

2015-06-23 Thread George Shuklin
Sorry, I've lost context of the fix, upstream is way to ahead. ** Changed in: nova Assignee: George Shuklin (george-shuklin) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https

[Bug 1452312] Re: glance-registry process spins if rsyslog restarted with syslog logging enabled

2015-06-15 Thread George Shuklin
@hopem, We've running on this (proposed) code for few weeks already, works fine. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-eventlet in Ubuntu. https://bugs.launchpad.net/bugs/1452312 Title: glance-registry process spins

[Bug 1452312] Re: glance-registry process spins if rsyslog restarted with syslog logging enabled

2015-06-01 Thread George Shuklin
Hello. I can't see update nor in trusty-updates nor in trusty- updates/juno/main. It still contains 0.13.0-1ubuntu3.2~cloud0 instead of 0.13.0-1ubuntu3.3 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-eventlet in Ubuntu.

[Bug 1459726] Re: api servers hang with 100% CPU if syslog restarted

2015-05-29 Thread George Shuklin
May be. I'm not sure. Anyway, this is not nova/glance/neutron bug, but python-eventlet, and it is mostly concerns for distributions, not for developers. ** Also affects: python-eventlet (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 1458630] Re: broken package init-system-helpers: attempt to rewrite other package files

2015-05-26 Thread George Shuklin
** Package changed: ubuntu = init-system-helpers (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to init-system-helpers in Ubuntu. https://bugs.launchpad.net/bugs/1458630 Title: broken package init-system-helpers: attempt to

[Bug 1418590] Re: No ERROR state if image deleted, _base is lost and instance is rescued

2015-02-11 Thread George Shuklin
found but deleted, unable to use it for rescue instance 8f021338-233e-4f4e-937a-596358e487c4. ** Changed in: nova Assignee: (unassigned) = George Shuklin (george-shuklin) ** Changed in: nova Status: New = In Progress -- You received this bug notification because you are a member

[Bug 1420953] [NEW] package python-oslo-serialization (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/python2.7/dist-packages/oslo/serialization/__init__.py', which is also in

2015-02-11 Thread George Shuklin
Public bug reported: Preparing to unpack .../python-oslo.serialization_1.2.0-0ubuntu1_all.deb ... E: namespace:121: cannot remove /usr/lib/python2.7/dist-packages/oslo/__init__.py ProblemType: Package DistroRelease: Ubuntu 15.04 Package: python-oslo-serialization (not installed)

[Bug 1418590] Re: No ERROR state if image deleted, _base is lost and instance is rescued

2015-02-11 Thread George Shuklin
Hello. We using qemu/kvm with raw disks. Normally, disk (qcow) will be irreversibly damaged if someone removes _base, but for the raw disks all stuff in _base is formality. We placing it on slow HDD raid0 (VS normal raid with SSD for instance disks), so losing HDD with _base's is normal case for

[Bug 1418590] Re: No ERROR state if image deleted, _base is lost and instance is rescued

2015-02-11 Thread George Shuklin
OK. I found some problems with my ideas: If instance have _base, it still can be rescued even if image is deleted. I'll think about this on second part. For now I'll set instance in ERROR if rescue was failed. (Bugreport says 'instance broken, but status is ACTIVE'). -- You received this bug

[Bug 1418590] Re: No ERROR state if image deleted, _base is lost and instance is rescued

2015-02-05 Thread George Shuklin
** Description changed: State to reproduce: 1. Boot instance from image 2. Delete image 3. Stop nova-compute 4. Remove /var/lib/nova/instances/_base/* 5. start nova-compute 6. Try to rescue instance (nova rescue image) Nova-compute will fail with few traces (see below) and

[Bug 1409499] [NEW] package clamav-milter 0.98.5+addedllvm-0ubuntu0.14.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-01-11 Thread Teg George
Public bug reported: ubuntu 14.04 i don't have more info but this happens when the system tries to update clam ProblemType: Package DistroRelease: Ubuntu 14.04 Package: clamav-milter 0.98.5+addedllvm-0ubuntu0.14.04.1 ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11 Uname: Linux

[Bug 1401188] [NEW] glance-client fails if too many images: 'maximum recursion depth exceeded in cmp'

2014-12-10 Thread George Shuklin
Public bug reported: If tenant got too much images, glance client failed with message 'maximum recursion depth exceeded in cmp'. time glance image-list |wc -l maximum recursion depth exceeded in cmp 0 real9m23.401s user0m2.607s sys 0m0.207s select count(*) from images ;

[Bug 1401154] Re: Error: global name '_' is not defined during glance image-create

2014-12-10 Thread George Shuklin
** 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/1401154 Title: Error: global

[Bug 342096] Re: SD Card containing /home corrupted on resume

2014-10-02 Thread George Ingram
This was still a problem in 13.10. It started ok, but then stared happening on 13.10. I'd done a fake-pae install on an X40 so can't comment on previous versions. It was magically 'fixed' when I upgraded to 14.04. but it just resurfaced :/ Suspend by shutting the lid or low power and when I

[Bug 1358147] [NEW] ProgrammingError: You have an error in your SQL syntax 'INSERT INTO meteringlabels'

2014-08-18 Thread George Shuklin
Public bug reported: Installation works about few months, got this message in logstash. Happens once, there is no surrounding activity (no requests to API). Havanna, ubuntu-cloud-archive, 2013.2.3-0ubuntu1.1 Aug 17 21:48:59 api1 neutron.openstack.common.db.sqlalchemy.session[12400]: ERROR

[Bug 1358147] Re: ProgrammingError: You have an error in your SQL syntax 'INSERT INTO meteringlabels'

2014-08-18 Thread George Shuklin
What kind of data do you need? That installation is still running, I can gather it. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1358147 Title: ProgrammingError: You have an

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-07-10 Thread George Shuklin
I was able to fix this by ignoring exception in __exit__() function. But still, proper solution should filter out routers from other network nodes. ** Changed in: neutron Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-07-09 Thread George Shuklin
I still see than bug and definitively can reproduce it. If router is placed on other network node, metering agent fail, because it expecting to see network namespace for that router on own network node. There is no filtering 'our' router or 'not our'. It will works on single-node installation,

[Bug 1324856] Re: Ubuntu source package for neutron can not be rebuild

2014-07-01 Thread George Shuklin
Yes, rebuilding from clean sources is working. But still, this is 'broken source package' according to debian guys. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1324856 Title:

[Bug 1317587] Re: ClamAV 0.98.1 is Outdated

2014-06-28 Thread George Thomas
Same here. Current version in 14.04 Trusty is 0.98.1, ClamAV recommends 0.98.3: ClamAV update process started at Thu May 8 09:38:12 2014 WARNING: Your ClamAV installation is OUTDATED! WARNING: Local version: 0.98.1 Recommended version: 0.98.3 June 28, 2014, ClamAV now suggests version 0.98.4

[Bug 1317587] Re: ClamAV 0.98.1 is Outdated

2014-06-28 Thread George Thomas
addenum, I can be reached at my alias; powmusatgeemailcom Again, Thanks in Advance to All the Hard Workers of the Ubuntu project. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to clamav in Ubuntu.

[Bug 1324856] [NEW] Ubuntu source package for neutron can not be rebuild

2014-05-30 Thread George Shuklin
Public bug reported: Ubuntu's source package for neutron can not be rebuild twice: 1. There is no proper clean target. 2. neutron.egg-info changes after build That cause problem when package is build twice from same source. 1st build is fine, 2nd cause following errors: (each type of error

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-05-15 Thread George Shuklin
Can you check if you got no namespaces on machine during that time (ip netns list)? I think that bug happens when l3/dhcp agents remove it own namespaces from machine. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu.

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-05-13 Thread George Shuklin
Hello. 1. I was slightly wrong, not 'agent', but router (and same thing for dhcp-agent). The means if l3-agent got no routers on itself, trace happens. neutron l3-agent-router-remove allow to remove routers from host. 2. Nope, I think this is default behavior for metering agent, because there is

[Bug 1287050] [NEW] No auth_uri in api-paste.conf (Configure a Block Storage Service controller in OpenStack Installation Guide for Ubuntu 12.04 (LTS)  - havana)

2014-03-03 Thread George Shuklin
Public bug reported: Page says nothing about auth_uri. Without it cinder-api.log complains: WARNING keystoneclient.middleware.auth_token [-] Configuring auth_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Proposal:

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-02-28 Thread George Shuklin
neutron-plugin-metering-agent1:2013.2.1-0ubuntu1~cloud0 ** Project changed: neutron = neutron (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1286209 Title: unhandled

[Bug 1286209] Re: unhandled trace if no namespaces in metering agent

2014-02-28 Thread George Shuklin
any agent solve the problem (inc. dhcp-agent). Host without agents cause traces. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1286209 Title: unhandled trace if no namespaces in

[Bug 1249708] Re: Missing neutron-ovs-cleanup service

2014-01-24 Thread George Shuklin
It should start on every compute and network node. It clear up all strange artefacts saved by ovs-vsctl. How to get 'strange artifacts': On any working compute/network node with active networking on instances perform any operations on ovs-vsctl, f.e.: ovs-vsctl add-br just_empty_bridge ovs-vsctl

[Bug 498734] Re: nmbd stops randomly - cannot access using hostname from Windows XP

2013-02-06 Thread George Gill
** Description changed: Binary package hint: samba I found a number of reports about nmbd not starting. For me nmbd does start, but stops randomly, so while this is a different bug, it must be somehow related. But, first things first. I am new to Linux. I followed various

[Bug 901180] Re: cannot apt-get remove vsftp after installing it

2012-12-05 Thread George Peaslee
Edit the file /var/lib/dpkg/info/vsftp.postrm and comment out the lines which remove the user 'ftp' and group 'ftp'. Edit them as sudo, like this: sudo nano /var/lib/dpkg/info/vsftpd.postrm The run apt-get (or your favorite uninstaller) to remove vsftpd: sudo apt-get remove vsftpd -- You

[Bug 919068] Re: bridge_ports all doesn't work at boot time

2012-04-13 Thread George F
No, that's not at all clear. This bug report was originally filed against 1.5-2ubuntu1, and the submitter reports there is no difference in behavior between the two versions. You should probably file a separate bug report for your issue. Well, i can't explain it but after i installed

[Bug 919068] Re: bridge_ports all doesn't work at boot time

2012-04-13 Thread George F
Actually probably never mind with the above. I installed the two packages vlan and ifenslave and it seems to work now. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bridge-utils in Ubuntu. https://bugs.launchpad.net/bugs/919068

[Bug 919068] Re: bridge_ports all doesn't work at boot time

2012-04-12 Thread George F
Not sure if this is the perfect solution, but I had the exact same problem. But I got my bridged network to work as follows: Before hand I did: - Installed a fresh copy of Ubuntu 11.10 - Installed the latest version of bridge-utils (1.5-2ubuntu1.1) - modified /etc/network/interfaces with bridged

[Bug 921579] [NEW] package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2012-01-25 Thread george donev
Public bug reported: I made an upgrade of uduntu a release... ProblemType: Package DistroRelease: Ubuntu 11.10 Package: mysql-server-5.1 5.1.54-1ubuntu4 ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8 Uname: Linux 2.6.38-12-generic x86_64 Architecture: amd64 Date: Wed Jan 25 05:50:47

[Bug 921579] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2012-01-25 Thread george donev
-- 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/921579 Title: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: ErrorMessage: subprocess new pre-installation

[Bug 661024] Re: etckeeper fail to work when installed during installation

2011-01-05 Thread George Klein
I've just upgraded a server from Lucid to Maverick and been hit by this bug. From the comments above, I presume this has happened because I did the upgrade over ssh and not directly at a terminal. I'll run bzr whoami as Petter suggests and see what happens with tonight's cron job. -- You

[Bug 520063] [NEW] package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocesul script pre-removal nou returneaz? starea de eroare la ie?ire 1

2010-02-10 Thread George Silviu Enea
) MySQLConf.etc.mysql.my.cnf: Error: [Errno 2] No such file or directory: '/etc/mysql/my.cnf' MySQLVarLibDirListing: ['drupal', 'george-desktop.err', 'mysql_upgrade_info', 'debian-5.1.flag', 'ib_logfile0', 'wordpress', 'textpattern', 'phpmyadmin', 'joomla', 'mysql', 'ib_logfile1', 'ibdata1', 'george-desktop.pid

[Bug 520063] Re: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocesul script pre-removal nou returneaz? starea de eroare la ie?ire 1

2010-02-10 Thread George Silviu Enea
** Attachment added: .etc.apparmor.d.usr.sbin.mysqld.txt http://launchpadlibrarian.net/39026456/.etc.apparmor.d.usr.sbin.mysqld.txt ** Attachment added: AptOrdering.txt http://launchpadlibrarian.net/39026457/AptOrdering.txt ** Attachment added: Dependencies.txt

[Bug 345330] [NEW] smbfs, samba samba-common are uninstallable

2009-03-19 Thread George Bromell
Public bug reported: Binary package hint: smbfs My first time reporting a bug so forgive me if this is th ewrong format, forum or insufficient details. After a fresh install of ubuntu 8.10 gnome desktop x86_64 edition I attempted to install smbfs and received the following error; $ sudo

[Bug 345330] Re: smbfs, samba samba-common are uninstallable

2009-03-19 Thread George Bromell
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/24099187/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/24099188/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/24099189/ProcStatus.txt -- smbfs,

[Bug 345330] Re: smbfs, samba samba-common are uninstallable

2009-03-19 Thread George Bromell
Thanks for replying to this bug Thierry. I did also try installing these packages using Synaptic, after refreshing the package info, but received the same error message. I have now successfully installed samba by using aptitude, which issues the same error but offers to resolve this by down

[Bug 286119] Re: firefox 3.0.3 crashes (no SIG) on most pages w images: 8.10beta AMD64

2009-01-24 Thread Roshan George
Is there any chance that this will be backported to the Hardy LTS? -- firefox 3.0.3 crashes (no SIG) on most pages w images: 8.10beta AMD64 https://bugs.launchpad.net/bugs/286119 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in

[Bug 301211] [NEW] failto install/upgrade

2008-11-23 Thread George Gradinaru
Public bug reported: Setting up dhcp3-server (3.1.1-1ubuntu2) ... /etc/default/dhcp3-server: 12: option: not found dpkg: error processing dhcp3-server (--configure): subprocess post-installation script returned error exit status 127 Dependencies: libgcc1 1:4.3.2-1ubuntu11 debconf

[Bug 301211] Re: fail to install/upgrade

2008-11-23 Thread George Gradinaru
** Summary changed: - failto install/upgrade + fail to install/upgrade -- fail to install/upgrade https://bugs.launchpad.net/bugs/301211 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