[Bug 1006655] Re: Can't convert to vmdk with the streamOptimized subformat

2016-04-01 Thread Thiago Martins
It looks like my problem is different, since I'm not seeing this: qemu-img: error while writing sector 65: Input/output error But maybe, it is a light in the end of the tunnel... -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu

[Bug 1006655] Re: Can't convert to vmdk with the streamOptimized subformat

2016-04-01 Thread Thiago Martins
I have tried, many times, to use qemu-img to create StreamOptimized for VMWare ESXi 6.0 OVAs. It does NOT work. After days of research, I replaced qemu-img, by vboxmanage, then, it worked! Now, I'm using something this: -- vboxmanage convertfromraw packer/output-vm.raw

[Bug 1559408] Re: Many PMD driver options are disabled, including "BNX2X"!

2016-03-20 Thread Thiago Martins
Yeah, I am unable to rebuild OpenvSwitch against my libdpdk-dev... :-( I can easily rebuild it, using Ubuntu's libdpdk-dev but, after enabling BNX2X_PMD, OpenvSwitch doesn't build, I'm seeing the following error: - apt source openvswitch cd openvswitch-2.5.0 dpkg-buildpackage -rfakeroot -uc -us

[Bug 1559408] Re: Many PMD driver options are disabled, including "BNX2X"!

2016-03-19 Thread Thiago Martins
Mmmm... Might not be a hugetable memory, double checked everything. I'm thinking about the following error: - kernel: ovs-vswitchd[3793]: segfault at c80086e430 ip 7f0a4f222b26 sp 7ffce3539190 error 4 in libdpdk.so.0[7f0a4f1ff000+22f000] - Since I repackaged DPDK to enable BNX2X with

[Bug 1559408] Re: Many PMD driver options are disabled, including "BNX2X"!

2016-03-19 Thread Thiago Martins
Right, Just for the record, for the first time ever, I'm seeing a different message here: --- # ovs-vsctl show

[Bug 1559408] Re: Many PMD driver options are disabled, including "BNX2X"!

2016-03-19 Thread Thiago Martins
After digging into DPDK source code, I found this: -- cd ~/sources/dpdk/dpdk-2.2.0/drivers/net/ grep -ri \/firmware * bnx2x/bnx2x.c:#define FW_NAME_57711 "/lib/firmware/bnx2x/bnx2x-e1h-7.2.51.0.fw" bnx2x/bnx2x.c:#define FW_NAME_57810 "/lib/firmware/bnx2x/bnx2x-e2-7.2.51.0.fw" -- However, those

[Bug 1559408] Re: Many PMD driver options are disabled, including "BNX2X"!

2016-03-19 Thread Thiago Martins
So, I managed to include all NICs under the same IOMMU Group, like this: --- dpdk_nic_bind --status Network devices using DPDK-compatible driver :01:00.0 'NetXtreme II BCM57800 1/10 Gigabit Ethernet' drv=vfio-pci unused=bnx2x :01:00.1

[Bug 1505839] Re: Unable to install from text mode interface

2016-03-19 Thread Thiago Martins
It will be a shame to release Xenial with this bug opened...=/ -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1505839 Title: Unable to install from text mode interface To manage

[Bug 1559408] [NEW] Many PMD driver options are disabled, including "BNX2X"!

2016-03-19 Thread Thiago Martins
Public bug reported: Guys, After deep research on the following problem: Xenial - OpenvSwitch with DPDK binding to 10G NIC, not working: https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2016-March/016287.html I realized that, going against the DPDK documentation:

[Bug 1558857] [NEW] Upgrade to latest stable version v1.3.2

2016-03-18 Thread Thiago Martins
Public bug reported: Hey guys, Is it possible to upgrade Libvirt to v1.3.2 for Xenial? It have many bug fixes an improvements for Xen XL driver! Cheers! Thiago ** Affects: libvirt (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you

[Bug 1546556] Re: Dropping privileges in openvswitch-switch via --user is incompatible with --dpdk

2016-03-07 Thread Thiago Martins
Guys, I'm trying to use OVS with DPDK to create a bridge between 2 x 10G NIC cards, however, it is not working, the log shows: --- root@xenial-1:~# ovs-vswitchd log 2016-03-08T04:19:19Z|1|ovs_numa|INFO|Discovered 24 CPU cores on NUMA node 0 2016-03-08T04:19:19Z|2|ovs_numa|INFO|Discovered

[Bug 1554214] Re: Usege of vfio-pci module via /etc/dpdk/interfaces doesn't work

2016-03-07 Thread Thiago Martins
I also added: -- default_hugepagesz=1GB hugepagesz=1G hugepages=1 -- To Grub Linux options, still doesn't work. I think I am following "https://github.com/openvswitch/ovs/blob/master/INSTALL.DPDK.md; but no luck. BTW, this isn't working on Ubuntu: -- chmod a+x /dev/vfio -- It just ignored

[Bug 1546550] Re: openvswitch-switch-dpdk links against libdpdk statically

2016-03-07 Thread Thiago Martins
On Xenial, it is dynamically linked: --- root@xenial-1:~# ldd /usr/lib/openvswitch-switch-dpdk/ovs-vswitchd-dpdk | grep -i dpdk libdpdk.so.0 => /usr/lib/x86_64-linux-gnu/libdpdk.so.0 (0x7f89a3b8d000) --- -- You received this bug notification because you are a member of Ubuntu

[Bug 1554214] Re: Usege of vfio-pci module via /etc/dpdk/interfaces doesn't work

2016-03-07 Thread Thiago Martins
I forgot to mention that, to make it work manually, I also enabled IOMMU at boot, by appending the following option to Linux via GRUB2: --- intel_iommu=on --- Otherwise, the command `dpdk_nic_bind --bind=vfio-pci em1|em2` fails. Best, Thiago -- You received this bug notification because you

[Bug 1554214] [NEW] Usege of vfio-pci module via /etc/dpdk/interfaces doesn't work

2016-03-07 Thread Thiago Martins
Public bug reported: Guys, I'm trying to use the "vfio-pci" with DPDK under Xenial but, it does not work. When with "uio-pci-generic", it works, like this: --- pci :01:00.0uio-pci-generic pci :01:00.1uio-pci-generic --- After reboot, I can see that devices and

[Bug 1505839] Re: Unable to install from text mode interface

2016-03-04 Thread Thiago Martins
And it is not even assigned, no one is working on this? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1505839 Title: Unable to install from text mode interface To manage

[Bug 1550004] [NEW] Missing Neutron Linux Bridge Cleanup init files (Upstart / SysV / Systemd)

2016-02-25 Thread Thiago Martins
Public bug reported: Guys,  The following files are missing from neutron-linuxbridge-agent package:  /etc/init/neutron-linuxbridge-cleanup.conf  /etc/init.d/neutron-linuxbridge-cleanup  /lib/systemd/system/neutron-linuxbridge-cleanup.service  I have manually created those files, using

[Bug 1540692] Re: Enable the VirtIO GPU 3D (Virgil)

2016-02-15 Thread Thiago Martins
Guys, The build dependency, virglrenderer, have its own Git repository now: https://cgit.freedesktop.org/virglrenderer Cheers! Thiago -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1531801] Re: Please update to upstream major release 3

2016-02-15 Thread Thiago Martins
+1 It is not even on Debian yet... https://tracker.debian.org/pkg/postfix :-( -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to postfix in Ubuntu. https://bugs.launchpad.net/bugs/1531801 Title: Please update to upstream major

[Bug 1540692] Re: Enable the VirtIO GPU 3D (Virgil)

2016-02-07 Thread Thiago Martins
According to Wiki: http://wiki.qemu.org/ChangeLog/2.5 It have "Build dependencies": * virtio-gpu 3D support requires virglrenderer: - http://cgit.freedesktop.org/~airlied/virglrenderer Extra info: https://virgil3d.github.io/ I think that we need to package virglrenderer first. -- You

[Bug 1540692] [NEW] Enable the VirtIO GPU 3D (Virgil)

2016-02-01 Thread Thiago Martins
Public bug reported: Hello! Are you guys planning to enable VirtIO GPU 3D for QEmu 2.5 on Xenial? I'm seeing that Ubuntu 16.04 already have all dependencies to make it happen (I can be wrong)! Like Linux 4.4, Mesa 11.1 and QEmu 2.5. So, can it be enabled? Also, what are the side effects

[Bug 1505839] Re: Unable to install from text mode interface

2016-01-27 Thread Thiago Martins
Hope to see this fixed for 16.04! Happy hacking guys! :-D -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to a duplicate bug report (1537252). https://bugs.launchpad.net/bugs/1505839 Title: Unable to install from text mode interface

[Bug 1298921] Re: cloud-init should give up on 404 errors

2015-10-15 Thread Thiago Martins
Scott, This is the first time I'm hearing about "cloudsigma", I'm pretty sure that I'm not running there, since this is a KVM Guest running at my own Ubuntu physical host, that I installed using Ubuntu ISO. So, this might be another bug... Or maybe not, because it is not giving up on 404

[Bug 1298921] Re: cloud-init should give up on 404 errors

2015-10-10 Thread Thiago Martins
Any news on this guys? I'm trying to create a QCoW2 image with Cloud Init, using Packer, everything seems t be okay but, I'm seeing the following problem: --- 2015-10-10 02:27:39,689 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [20/30s]:

[Bug 1453160] Re: [SRU] missing binaries in Ubuntu heat packages

2015-06-09 Thread Thiago Martins
Hey guys, please, backport this to Trusty! Via Ubuntu Cloud Archive... Tks! ** Also affects: cloud-archive Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to heat in Ubuntu.

Re: [Bug 1312507] Re: rabbitmq-server fails to start on a IPv6-Only environment/epmd is not IPv6 enabled

2015-04-14 Thread Thiago Martins
Sorry to ask but, why disable IPv6? That's odd, I'm disabling IPv4 these days... ;-) Let it enabled... For God's sake... It doesn't hurt...=P On 14 April 2015 at 15:14, True-night hlpimfall...@gmail.com wrote: I am having the same issue. With ipv6 disabled, epmd will not start... --

[Bug 1307778] Re: getent group on trusty returns only local groups

2014-09-09 Thread Thiago Martins
I'm facing the same problem... I'm desperately looking for a winbind replacement. Can someone, please, point one?! NSS + LDAP ? Winbind have so many problems... Right now, `wbinfo -u` works, but `getent passwd` shows only half of AD users... Just terrible... It behaves differently from machine to

[Bug 1310919] Re: pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

2014-09-05 Thread Thiago Martins
Guys, I'm facing this problem with Samba 4.1.11 from Utopic, downgrading to Samba 4.1.6, it works! Maybe there is still something wrong with Samba from Utopic... Regards, Thiago -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1310919] Re: pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

2014-09-05 Thread Thiago Martins
BTW, when using Sambas 4.1.11, I need to replace the following smb.conf line from: -- kerberos method = secrets and keytab -- to: -- kerberos method = secrets only -- Then, pam_winbind did not crash (core dumped) again... Cheers! -- You received this bug notification because you are a

[Bug 1310919] Re: pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

2014-09-05 Thread Thiago Martins
I need to say that I'm trying to use Samba 4.1.11 from Utopic, backported to Trusty... My own PPA: https://launchpad.net/~martinx/+archive/ubuntu/ig I'm not trying it using Utopic but, I'll test it again next week... Best! -- You received this bug notification because you are a member of

[Bug 1312507] Re: rabbitmq-server fails to start on a IPv6-Only environment/epmd is not IPv6 enabled

2014-08-28 Thread Thiago Martins
For some reason, one of controllers (small isolated region that I have for tests in lab), it still doesn't work... I'll investigate it more. Version 1:16.b.3-dfsg-1ubuntu2.1: --- root@controller-1:~# dpkg -l | grep erlang-base ii erlang-base 1:16.b.3-dfsg-1ubuntu2.1

[Bug 1357471] Re: Samba4 AD DC randomly dies, error: Did not manage to negotiate mandetory feature SIGN for dcerpc auth_level 6.

2014-08-22 Thread Thiago Martins
Hey guys! This problem still persist on Samba 4.1.11 from my PPA. Seems to be a upstream problem. -- 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/1357471 Title: Samba4 AD DC

[Bug 1312507] Re: rabbitmq-server fails to start on a IPv6-Only environment/epmd is not IPv6 enabled

2014-08-22 Thread Thiago Martins
Hey guys! Awesome job! Problem fixed, packages: erlang-* 1:16.b.3-dfsg-1ubuntu2.1. No more IPv4 at my OpenStack Controller Node, YAY! :-) Have a nice weekend! Thanks! ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you

[Bug 1357471] Re: Samba4 AD DC randomly dies, error: Did not manage to negotiate mandetory feature SIGN for dcerpc auth_level 6.

2014-08-21 Thread Thiago Martins
Guys, It is impossible to use Samba 4.1.6 from Ubuntu 14.04.1 as an AD DC in production. This is happening all the time: http://i.imgur.com/wDqOsy6.png I think that if you restart any Domain Controller, it will trigger this error on others DCs. Because I just restart my PDC (ubuntu-ad-1) and

[Bug 1357471] [NEW] Samba4 AD DC randomly dies, error: Did not manage to negotiate mandetory feature SIGN for dcerpc auth_level 6.

2014-08-15 Thread Thiago Martins
Public bug reported: Hello! I'm using Samba4 AD DC, from Ubuntu 14.04.1, it works almost flawlessly but, almost everyday, it dies. The error log begins to show: Did not manage to negotiate mandetory feature SIGN for dcerpc auth_level 6 Then, the replication stops working, the domain stops

[Bug 1357564] [NEW] brcompat does't start in Precise (12.04.5)

2014-08-15 Thread Thiago Martins
Public bug reported: Guys, I'm trying to install Ubuntu 12.04.5 with OpenvSwitch and its BRCOMPAT module (since old libvirt doesn't support OVS) but, it does not work. Error: --- root@hyper-kvm-gateway-1:~# service openvswitch-switch restart * ovs-brcompatd is not running * Killing

[Bug 1357564] Re: brcompat does't start in Precise (12.04.5)

2014-08-15 Thread Thiago Martins
I tried to install the packages: -- linux-image-generic-lts-saucy + openvswitch-datapath-lts-saucy-dkms -- But brcompt still does not work. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvswitch in Ubuntu.

[Bug 1312507] Re: rabbitmq-server fails to start on a IPv6-Only environment/epmd is not IPv6 enabled

2014-08-12 Thread Thiago Martins
Awesome James! I'll test it... Listen, is it possible to backport this fix to Trusty ? Thank you! Best, Thiago -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rabbitmq-server in Ubuntu. https://bugs.launchpad.net/bugs/1312507

[Bug 1344400] Re: samba-tool tries to use IPv6 for Secondary DC, even if host doesn't have it, but Primary DC have IPv6 (Dual-Stacked).

2014-07-19 Thread Thiago Martins
BUG filled at Samba bugzilla: https://bugzilla.samba.org/show_bug.cgi?id=10729 Closing it here, since it seems to be a upstream problem... ** Bug watch added: Samba Bugzilla #10729 https://bugzilla.samba.org/show_bug.cgi?id=10729 -- You received this bug notification because you are a

[Bug 1335502] Re: Samba4 does not work with IPv6

2014-07-19 Thread Thiago Martins
Bug filled in Samba buzilla: https://bugzilla.samba.org/show_bug.cgi?id=10730 Since it seems to be an upstream issue... NOTE: Jaime, I don't think it is a normal bug, it can be used as an attack vector to mess things up. Nevertheless, I filled a BUG report on Samba bugzilla. I think you guys

[Bug 1344400] [NEW] samba-tool tries to use IPv6, even if host doesn't have it

2014-07-18 Thread Thiago Martins
Public bug reported: Guys, I'm facing this problem too: https://lists.samba.org/archive/samba/2013-March/172230.html NOTE: I just posted this message on Samba maillist but, this seems to be a BUG, so, I'm opening it here too. The problem is: samba-tool must use IPv6 ONLY IF the machine have

[Bug 1344400] Re: samba-tool tries to use IPv6 for Secondary DC, even if host doesn't have it, but Primary DC have IPv6 (Dual-Stacked).

2014-07-18 Thread Thiago Martins
** Summary changed: - samba-tool tries to use IPv6, even if host doesn't have it + samba-tool tries to use IPv6 for Secondary DC, even if host doesn't have it, but Primary DC have IPv6 (Dual-Stacked). -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 1338277] Re: Ubuntu 14.04 + QEmu 2.0 + KSM = 1, makes Windows 2008 R2 guests to crash (BSOD)

2014-07-18 Thread Thiago Martins
Hi Serge, At first, yes, I was trying with VirtIO. Later, I disabled VirtIO for Disk, didn't solve. Then, I disabled VirtIO for Net, didn't solve. Again, I disabled VirtIO for both Disk and Net, didn't solve. But, thinking on it again now, I did not tested it with a Windows 2008 R2 that

[Bug 1344400] Re: samba-tool tries to use IPv6 for Secondary DC, even if host doesn't have it, but Primary DC have IPv6 (Dual-Stacked).

2014-07-18 Thread Thiago Martins
** Description changed: Guys, I'm facing this problem too: https://lists.samba.org/archive/samba/2013-March/172230.html NOTE: I just posted this message on Samba maillist but, this seems to be a BUG, so, I'm opening it here too. + --- + The problem is: - The problem is:

[Bug 1338277] Re: Ubuntu 14.04 + QEmu 2.0 + KSM = 1, makes Windows 2008 R2 guests to crash (BSOD)

2014-07-17 Thread Thiago Martins
Just for the record... The Windows 2008 R2 (and Windows 7) guests are all 64-bit, with 4G of RAM each. I'm trying it using VirtIO for both Disk and Network, configured during Windows installation (the second Virtual CD Drive contains:

[Bug 1338277] CurrentDmesg.txt

2014-07-15 Thread Thiago Martins
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/1338277/+attachment/4153181/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1338277] Lsusb.txt

2014-07-15 Thread Thiago Martins
apport information ** Attachment added: Lsusb.txt https://bugs.launchpad.net/bugs/1338277/+attachment/4153183/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1338277

[Bug 1338277] Lspci.txt

2014-07-15 Thread Thiago Martins
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/1338277/+attachment/4153182/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1338277

[Bug 1338277] ProcCpuinfo.txt

2014-07-15 Thread Thiago Martins
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1338277/+attachment/4153184/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1338277] Re: Ubuntu 14.04 + QEmu 2.0 + KSM = 1, makes Windows 2008 R2 guests to crash (BSOD)

2014-07-15 Thread Thiago Martins
apport information ** Tags added: apport-collected ** Description changed: Guys, I'm trying to run Windows 2008 as a QEmu guest on my Ubuntu 14.04 but, after lots of tests, I figured out that it doesn't work, QEmu makes Windows 2008 to crash, and it is not a Windows fault, I'm pretty

[Bug 1338277] ProcInterrupts.txt

2014-07-15 Thread Thiago Martins
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/1338277/+attachment/4153186/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1338277] ProcModules.txt

2014-07-15 Thread Thiago Martins
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/1338277/+attachment/4153187/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1338277] WifiSyslog.txt

2014-07-15 Thread Thiago Martins
apport information ** Attachment added: WifiSyslog.txt https://bugs.launchpad.net/bugs/1338277/+attachment/4153190/+files/WifiSyslog.txt ** Changed in: qemu (Ubuntu) Status: New = Confirmed ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug

[Bug 1338277] UdevLog.txt

2014-07-15 Thread Thiago Martins
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/1338277/+attachment/4153189/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1338277] ProcEnviron.txt

2014-07-15 Thread Thiago Martins
apport information ** Attachment added: ProcEnviron.txt https://bugs.launchpad.net/bugs/1338277/+attachment/4153185/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1338277] UdevDb.txt

2014-07-15 Thread Thiago Martins
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/1338277/+attachment/4153188/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1338277] Re: Ubuntu 14.04 + QEmu 2.0 + KSM = 1, makes Windows 2008 R2 guests to crash (BSOD)

2014-07-13 Thread Thiago Martins
Quoting myself from comment #1: Also, Windows 7, when with KSM enabled, crashes during the installation, every time. After disabling KSM, I was able to install and use Windows 7 without any crash, and with SPICE! So, maybe, with Windows 7 ISO CD in hands, this problem might be easy to

[Bug 1335502] Re: Samba4 does not work with IPv6

2014-07-08 Thread Thiago Martins
Hey Seth, I completely agree with you... If true, this problem is serious (and unbelievable, it seems that Canonical have no Q.A. to deal with IPv6, or something like that, I do not want to be rude, but make Ubuntu a better O.S.) but, in the end of the day, I managed to make it work. To make

[Bug 1339434] [NEW] Samba4 get stuck after a server reboot, if IPv6 is enabled.

2014-07-08 Thread Thiago Martins
Public bug reported: Guys, I'm trying to deploy Samba4 AD DC with IPv6 and I'm facing a hard time (LP #1335502)... First, it didn't worked as-is, now, after enabling IPv6 in Samba4 AD DC, it does not come up after a server reboot, it get stucked, look: --- root@ubuntu-ad-1:~# host -t SRV

[Bug 1335502] Re: Samba4 does not work with IPv6

2014-07-08 Thread Thiago Martins
Just for the record, after enabling IPv6 in Samba4 AD DC, I'm now facing another small problem, which is: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1339434 Regards, Thiago -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1339434] Re: Samba4 get stuck after a server reboot, if IPv6 is enabled.

2014-07-08 Thread Thiago Martins
BTW, if in an IPv4-Only environment, then Samba4 AD DC works okay after rebooting the server. This problem appear only in a Dual-Stacked (not tried it in a IPv6-Only network) env. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba

[Bug 1335502] Re: Samba4 does not work with IPv6

2014-06-30 Thread Thiago Martins
I did more tests this weekend on this... In fact, it is easier to replicate this problem... For example, if you have Samba4 working okay in an IPv4-Only environment and then, you just enable IPv6 (and reboot), Samba4 will not start anymore... Also, I tried to run samba_dnsupdate --verbose after

[Bug 1335502] [NEW] Samba4 does not work with IPv6

2014-06-28 Thread Thiago Martins
Public bug reported: Hello guys, I'm playing with Samba4 and, with IPv4, it works great but, when we enable IPv6, nothing works. Here is how to reproduce it: Resume of the procedure that works (IPv4-Only): SOURCE: http://www.tiltingatlinux.com/2014/04/basic-samba4-domain-

[Bug 1335502] Re: Samba4 does not work with IPv6

2014-06-28 Thread Thiago Martins
** Description changed: Hello guys, I'm playing with Samba4 and, with IPv4, it works great but, when we enable IPv6, nothing works. - Here is how to reproduce it: - Resume of the procedure that works (IPv4-Only): SOURCE:

[Bug 1335502] Re: Samba4 does not work with IPv6

2014-06-28 Thread Thiago Martins
** Description changed: Hello guys, I'm playing with Samba4 and, with IPv4, it works great but, when we enable IPv6, nothing works. Here is how to reproduce it: Resume of the procedure that works (IPv4-Only): SOURCE:

[Bug 1312507] Re: rabbitmq-server fails to start on a IPv6-Only environment

2014-05-15 Thread Thiago Martins
Guys, Is that any workaround for this problem? It is very annoying to manually edit the /etc/resolv.conf file just to be able to restart RabbirMQ... :-/ Tks in advance! Thiago -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1312507] [NEW] rabbitmq-server fails to start on a IPv6-Only environment

2014-04-24 Thread Thiago Martins
Public bug reported: Guys, I'm trying to install rabbitmq-server on Ubuntu 14.04 on a IPv6-Only network and it fails, look: --- root@server-1:~# apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to

[Bug 1312512] [NEW] Ubuntu default NTP servers doesn't have AAAA DNS entries

2014-04-24 Thread Thiago Martins
Public bug reported: Guys, I'm installing Ubuntu on a IPv6-Only environment and the default servers that come with ntp package, doesn't have an entry, look: --- # Use servers from the NTP Pool Project. Approved by Ubuntu Technical Board # on 2011-02-08 (LP: #104525). See

[Bug 1303517] [NEW] Typo on ml2_conf.ini triggers an error on neutron-plugin-openvswitch-agent startup

2014-04-06 Thread Thiago Martins
Public bug reported: Guys, By default, the ml2_conf.ini conf file from the .deb package (IceHouse rc1 - Ubuntu 14.04) comes with: - [security_group] - ...BUT, this triggers the following error on neutron-plugin-openvswitch- agent startup: --- 2014-04-06 21:17:56.987 12364 CRITICAL neutron

[Bug 1303517] Re: Typo on ml2_conf.ini triggers an error on neutron-plugin-openvswitch-agent startup

2014-04-06 Thread Thiago Martins
After reading the following document: http://docs.openstack.org/trunk/install-guide/install/apt/content /neutron-ml2-controller-node.html I realized that it was my mistake while trying to configure ML2 for the first time... Sorry about the buzz! Cheers! ** Changed in: neutron (Ubuntu)

[Bug 1290743] Re: [FFE] Pull Xen-4.4 into Trusty

2014-03-18 Thread Thiago Martins
+10 for this FFE! :-D -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to xen in Ubuntu. https://bugs.launchpad.net/bugs/1290743 Title: [FFE] Pull Xen-4.4 into Trusty To manage notifications about this bug go to:

[Bug 1284793] Re: [FFE] Merge qemu 2.0

2014-03-01 Thread Thiago Martins
I upgraded 5 Ubuntu 14.04 Hypervisors to Qemu 2.0, about 25 Virtual Machines up and running. Qemu 2.0 It is working like a charm! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1284793

[Bug 1284793] Re: [FFE] Merge qemu 2.0

2014-02-28 Thread Thiago Martins
How can I install Qemu 2.0 on top of my Ubuntu 14.04 ? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1284793 Title: [FFE] Merge qemu 2.0 To manage notifications about this bug go

[Bug 1284793] Re: [FFE] Merge qemu 2.0

2014-02-28 Thread Thiago Martins
Never mind, I just added: add-apt-repository ppa:ubuntu-virt/candidate ...to enable Qemu 2.0 for Trusty, I'll try it! Tks! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1284793

[Bug 1180281] Re: “Unable to connect to libvirt” when using virt-manager with the xl toolstack and Xen 4.2.1

2014-02-28 Thread Thiago Martins
YAY! Working in Ubuntu 14.04 beta1! It comes with libvirt 1.2.1 as you said Stefan... Seems to be okay now, virt-manager can at least, connect at my, PVM- only, Xen host (with XL stack) using xen+ssh://administrative@xen- dom0/. I'll keep testing it this weekend, first problem seems to be fixed

[Bug 1279176] [NEW] IPv6 fails when interface type='direct', on top of OVS

2014-02-11 Thread Thiago Martins
Public bug reported: Hello! * Hypervisor is daily / latest Ubuntu 14.04 and guest is Ubuntu 12.04 and 14.04 - KVM1.7.0+dfsg-3ubuntu1 openvswitch-switch 2.0.1+git20140120-0ubuntu1 libvirt0

[Bug 1180281] Re: “Unable to connect to libvirt” when using virt-manager with the xl toolstack and Xen 4.2.1

2014-01-27 Thread Thiago Martins
This problem still affects Ubuntu 14.04 (devel branch). -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to xen in Ubuntu. https://bugs.launchpad.net/bugs/1180281 Title: “Unable to connect to libvirt” when using virt-manager with the xl

Re: [Bug 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2013-07-31 Thread Thiago Martins
Invalid?!:-P On 31 July 2013 17:09, Adam Stokes adam.sto...@canonical.com wrote: ** Changed in: maas (Ubuntu) Status: In Progress = Invalid -- You received this bug notification because you are subscribed to the bug report. https://bugs.launchpad.net/bugs/1069570 Title: 1

[Bug 1103202] Re: grizzly scheduler can not start with import error

2013-03-15 Thread Thiago Martins
Same problem here... I'm installing Grizzly from Ubuntu PPA (grizzly- trunk-testing) and my nova-scheduler.log shows up: 2013-03-15 16:39:11.205 858 CRITICAL nova [-] No module named simple 2013-03-15 16:39:11.205 858 TRACE nova Traceback (most recent call last): 2013-03-15 16:39:11.205 858 TRACE

[Bug 1103202] Re: grizzly scheduler can not start with import error

2013-03-15 Thread Thiago Martins
Comment #5 solves the issue... -- 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/1103202 Title: grizzly scheduler can not start with import error To manage notifications about this bug

[Bug 1125611] Re: DKMS brcompat module circular dependency causes broken module

2013-02-18 Thread Thiago Martins
BTW, my Openstack environment, powered by Nova Network with Open vSwitch via brcompat module is working smoothly with openvswitch-1.4.0-1ubuntu1.5~ubuntu12.04.1~ppa1. Cheers! Thiago -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1129110] 700643-unsubscr...@bugs.debian.org

2013-02-18 Thread Thiago Martins
On 18 February 2013 10:49, Jeremy Bicha jbi...@ubuntu.com wrote: Public bug reported: I'm trying to build gnome-control-center from git master but as of Friday it checks for the smbclient pkgconfig file as part of the new Sharing panel. This is simple to fix as the pkgconfig file

Re: [Bug 1125611] Re: DKMS brcompat module circular dependency causes broken module

2013-02-18 Thread Thiago Martins
Version 1.4.0-1ubuntu1.5 working fine. Openstack Cloud Computing (Nova Network + brcompat) environment okay. Thanks! Thiago On 18 February 2013 16:55, Sebastian Marsching sebast...@marsching.comwrote: I tested the following packages from precise-proposed on Ubuntu 12.04 LTS (amd64) and they

[Bug 1125611] Re: DKMS brcompat module circular dependency causes broken module

2013-02-17 Thread Thiago Martins
The package (1.4.0-1ubuntu1.5~ubuntu12.04.1~ppa1) related on comment #10 (from James PPA) is working Okay. Problem fixed with James PPA. Thanks! Thiago -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvswitch in Ubuntu.

[Bug 1125611] Re: Upgrade to 1.4.0-1ubuntu1.4 breaks brcompat support

2013-02-16 Thread Thiago Martins
Same here... My Openstack with nova-network and Open vSwitch got down until I downgrade the package back to `1.4.0-1ubuntu1.3'. LTS crash... Something is wrong not only with this openvswitch Ubuntu package but, all future LTS versions must be *-RELOADED... =P Cheers! Thiago -- You received

[Bug 1125611] Re: Upgrade to 1.4.0-1ubuntu1.4 breaks brcompat support

2013-02-16 Thread Thiago Martins
Apparently, there is no QA Team. Both -proposed and -updates repository are disabled for now. 100 * (facepalm) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvswitch in Ubuntu. https://bugs.launchpad.net/bugs/1125611 Title:

[Bug 1125611] Re: Upgrade to 1.4.0-1ubuntu1.4 breaks brcompat support

2013-02-15 Thread Thiago Martins
Who is responsible for this? Some compiler bot isn't doing its job? lol The broken Open vSwitch (1.4.0-1ubuntu1.4) `brcompat' package is now available at proposed-updates repository!! How can a broken package like this pass through SRU (https://wiki.ubuntu.com/StableReleaseUpdates)? This was

[Bug 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2013-01-24 Thread Thiago Martins
Nice to see that this BUG affects more people! =P I am completely out of time to test this even more... I'm doing my PoC with Openstack Folsom on Ubuntu 12.04... Sorry to not tell you guys that on my test (#20), that I was testing MaaS under a KVM Virtual Machine... Best, Thiago -- You

[Bug 1068365] Re: openvswitch gre tunnels not working in quantal

2013-01-02 Thread Thiago Martins
Thank you Serge! I'll try that... Sorry for the confusion. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvswitch in Ubuntu. https://bugs.launchpad.net/bugs/1068365 Title: openvswitch gre tunnels not working in quantal To

[Bug 1089791] Re: route_info failed

2013-01-02 Thread Thiago Martins
Hi! I followed this guide: http://docs.openstack.org/folsom/basic- install/content/basic-install_intro.html more than 10 times. Always I hit this problem: -- cloud-init start-local running: Thu, 03 Jan 2013 04:20:52 +. up 8.53 seconds no instance data found in start-local

[Bug 1068365] Re: openvswitch gre tunnels not working in quantal

2012-12-30 Thread Thiago Martins
Hi! I'm using Ubuntu Quantal 12.10 64 bits, with openvswitch-switch 1.4.3-0ubuntu2 and...: tail /var/log/quantum/openvswitch-agent.log 2012-12-31 00:49:10ERROR [quantum.plugins.openvswitch.agent.ovs_quantum_agent] Failed to create OVS patch port. Cannot have tunneling enabled on this

[Bug 1070639] Re: juju status trigger errors within my node's logs

2012-10-24 Thread Thiago Martins
** Summary changed: - juju status trigger errors within my node logs + juju status trigger errors within my node's logs -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/1070639 Title:

[Bug 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2012-10-23 Thread Thiago Martins
Hi! After upgrading, I can't find that permission denied message again... But, the dhcpd still gives two IPs for 1 MAC (only for my second node), look: Oct 23 11:15:02 seed1 dhcpd: DHCPDISCOVER from 52:54:00:79:f2:d0 via eth0 Oct 23 11:15:03 seed1 dhcpd: DHCPOFFER on 192.168.50.2 to

[Bug 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2012-10-23 Thread Thiago Martins
And now, before clicking Accept and commission... IP back to 192.168.50.2... Oct 23 11:18:32 seed1 dhcpd: uid lease 192.168.50.2 for client 52:54:00:79:f2:d0 is duplicate on 192.168.48.0/20 Oct 23 11:18:32 seed1 dhcpd: DHCPDISCOVER from 52:54:00:79:f2:d0 via eth0 Oct 23 11:18:32 seed1 dhcpd:

[Bug 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2012-10-23 Thread Thiago Martins
Hi! Instead of using this Ready node but, with wrong IP, I chose to disable the DNS Managed mode (I'll stay only DHCP for now)... And after deleting the nodes, I saw this: == /var/log/maas/celery.log == [2012-10-23 11:55:40,852: ERROR/MainProcess] Task

[Bug 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2012-10-23 Thread Thiago Martins
AWESOME!!! ^_^ I'm here to try to make Ubuntu even better!! :-D Also, let me know if you guys wants to access my test server to debug it, I can give root access to it without any problem. Regards, Thiago -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2012-10-23 Thread Thiago Martins
Guys, I don't know if this error message is related to this problem or not, so, I'm posting it here... ERROR 2012-10-23 12:30:41,440 maas.maasserver Exception: File not found ERROR 2012-10-23 12:30:41,543 maas.maasserver

[Bug 1070639] [NEW] juju status trigger errors within my node logs

2012-10-23 Thread Thiago Martins
Public bug reported: Guys, After a week of workarounds here and there with MaaS, now it is time to hit Juju BUGS... When I run juju status, at my node I see: /var/log/zookeeper/zookeeper.log 2012-10-23 22:09:32,032 - INFO

[Bug 1070639] Re: juju status trigger errors within my node logs

2012-10-23 Thread Thiago Martins
BTW, there is no mysql running at my node... -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/1070639 Title: juju status trigger errors within my node logs To manage notifications

[Bug 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2012-10-23 Thread Thiago Martins
My /etc/maas/dhcpd.conf file: subnet 192.168.48.0 netmask 255.255.240.0 { next-server 192.168.63.250; filename pxelinux.0; option subnet-mask 255.255.240.0; option broadcast-address 192.168.63.255; option domain-name-servers 192.168.63.250; option routers

  1   2   >