[Bug 904014] Re: [MIR] netcf

2012-08-10 Thread Colin Watson
We never touch /dists/precise/ after release (barring legal action, at least). If this is going to happen then it will have to be associated with a stable release update (possibly without source changes) to netcf so that we can move it in precise-{proposed,updates}, and presumably if this is at al

[Bug 904014] Re: [MIR] netcf

2012-08-08 Thread Ralf Spenneberg
Thanks a lot for your great work. Is it possible to make the same move for Precise? Precise being LTS will be much longer around than Quantal. We would really appreciate it if netcf could be moved to main for 12.04.1 as it was planned originally Any thoughts? -- You received this bug notific

[Bug 904014] Re: [MIR] netcf

2012-08-08 Thread Colin Watson
Moved to main. ** Changed in: netcf (Ubuntu Quantal) Status: Fix Committed => 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/904014 Title: [MIR] netcf To manage notifications ab

[Bug 904014] Re: [MIR] netcf

2012-08-07 Thread Jamie Strandboge
Based on my previous assessment and that 'make check' cannot be run on the buildd, ACK. ** Changed in: netcf (Ubuntu Quantal) Status: In Progress => Fix Committed ** Changed in: netcf (Ubuntu Quantal) Assignee: Jamie Strandboge (jdstrand) => (unassigned) -- You received this bug not

[Bug 904014] Re: [MIR] netcf

2012-08-07 Thread Serge Hallyn
** Changed in: netcf (Ubuntu Quantal) Assignee: Serge Hallyn (serge-hallyn) => Jamie Strandboge (jdstrand) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904014 Title: [MIR] netcf To manage not

[Bug 904014] Re: [MIR] netcf

2012-08-07 Thread Serge Hallyn
0.2.0-1ubuntu1 has been pushed to quantal. I've built a libvirt in ppa (ppa:serge-hallyn/virt) linked against it, which is working (virsh iface-list works). Ping on MIR? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 904014] Re: [MIR] netcf

2012-07-20 Thread Serge Hallyn
(Note that per comment #18, since netlink is apparently not supported in buildd/ppa, tests cannot be run and will therefore be disabled. I will however run them on my own system before pushing.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 904014] Re: [MIR] netcf

2012-07-20 Thread Serge Hallyn
2.0 was released today. I will start on the debian and ubuntu packages on monday. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904014 Title: [MIR] netcf To manage notifications about this bug go

[Bug 904014] Re: [MIR] netcf

2012-07-11 Thread Brian Murray
** Also affects: netcf (Ubuntu Quantal) Importance: Medium Assignee: Serge Hallyn (serge-hallyn) Status: In Progress ** Changed in: netcf (Ubuntu Quantal) Milestone: ubuntu-12.04.1 => ubuntu-12.10 -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 904014] Re: [MIR] netcf

2012-07-02 Thread Adam Stokes
I've spoken with upstream maintainers and Laine stated that once he's back from vacation (~July 9th) he will put together a release. I'll keep in touch with him to make sure this stays on his radar. Thanks, Adam -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 904014] Re: [MIR] netcf

2012-06-12 Thread Martin Jackson
+1 for 0.2.0 release. It seems the git repo has Serge's changes; what would prevent an 0.2.0 release at this point? It seems like: netcf MIR blocks libvirt build with netcf; the libvirt bug is getting a lot of attention from users, but this bug is the real linchpin for that issue. (Once 0.2.0 i

[Bug 904014] Re: [MIR] netcf

2012-06-07 Thread Serge Hallyn
As soon as upstream releases 0.2.0, that will include the libnl3 support. Given comment #22's explanation of the testcase failures in builders, I believe that with the 0.2.0 package we should be ready for main. (hoping :) ** Description changed: Binary package hint: netcf Availability: C

[Bug 904014] Re: [MIR] netcf

2012-05-31 Thread Adam Stokes
** Changed in: netcf (Ubuntu) Milestone: None => ubuntu-12.04.1 ** Changed in: netcf (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904014 Title: [MIR

Re: [Bug 904014] Re: [MIR] netcf

2012-04-27 Thread Serge Hallyn
Quoting Hendrik Schwartke (hend...@os-t.de): > Hi Serge, > there are quite some important features of libvirt that can't be used without > netcf. > So I think it would be a great benefit for virtualisation with ubuntu if > libvirt is linked to netcf. > > So is there anything I can do to support

[Bug 904014] Re: [MIR] netcf

2012-04-27 Thread Hendrik Schwartke
Hi Serge, there are quite some important features of libvirt that can't be used without netcf. So I think it would be a great benefit for virtualisation with ubuntu if libvirt is linked to netcf. So is there anything I can do to support you? -- You received this bug notification because you ar

[Bug 904014] Re: [MIR] netcf

2012-04-19 Thread Hendrik Schwartke
In nl.c:117 the nl_connect call tries to create a netlink socket: sk->s_fd = socket(AF_NETLINK, SOCK_RAW | flags, protocol); (protocol is NETLINK_ROUTE). This calls returns ENOENT (22). So It seems that the ppa environment doesn't support netlink. Unfortunately it's necessary to call setup and t

Re: [Bug 904014] Re: [MIR] netcf

2012-04-17 Thread Serge Hallyn
Thanks, Hendrik, that makes sense. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904014 Title: [MIR] netcf To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ne

[Bug 904014] Re: [MIR] netcf

2012-04-17 Thread Hendrik Schwartke
Hi Serge, Ralf asked me to inspect this testsuite bug. I'm not done yet but it seems that there is a problem with libnl. The cause of problem is the nl_connect_call in netlink_init in src/dtuil_linux.c:806, which returns a nonzero value. So far I don't know why, but I will have a closer look a

Re: [Bug 904014] Re: [MIR] netcf

2012-04-16 Thread Serge Hallyn
Quoting Ralf Spenneberg (904...@bugs.launchpad.net): > Hi Serge, > > is there anything we can help from the outside? Unfortunately we do not > have access to the Ubuntu build system. We need netcf in libvirt for our > environment and would gladly offer some time to push this ahead. The testsuite

[Bug 904014] Re: [MIR] netcf

2012-04-16 Thread Ralf Spenneberg
Hi Serge, is there anything we can help from the outside? Unfortunately we do not have access to the Ubuntu build system. We need netcf in libvirt for our environment and would gladly offer some time to push this ahead. Thanks, Ralf -- You received this bug notification because you are a membe

Re: [Bug 904014] Re: [MIR] netcf

2012-03-28 Thread Serge Hallyn
Quoting Adam Stokes (adam.sto...@canonical.com): > Hi Serge, > > Curious if you made any progress on this? If not, I'd like to try and > help get this building if you are being spread thin from other action > items. I haven't. Help would be greatly appreciated :) -serge -- You received this

[Bug 904014] Re: [MIR] netcf

2012-03-28 Thread Adam Stokes
Hi Serge, Curious if you made any progress on this? If not, I'd like to try and help get this building if you are being spread thin from other action items. Thanks, Adam -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 904014] Re: [MIR] netcf

2012-02-09 Thread Serge Hallyn
Still not working. Presumably the Makefile looks different when created on the buildds, so that the sed -i 's/cat $$@-t >>$$@;/\0 \\\necho X;pwd;ls -ld test- debian.log; cat test-debian.log;echo X; /' tests/Makefile done in override_dh_auto_config, which works in my sbuilds, does

Re: [Bug 904014] Re: [MIR] netcf

2012-02-08 Thread Serge Hallyn
Quoting Jamie Strandboge (ja...@ubuntu.com): > I'm afraid I don't have the debhelper incantation OTOH to give you. With > libvirt I have been known to patch a test case to output that it failed, but > return 0. Eg, from 9008-fix-daemon-conf-ftbfs.patch in lucid's libvirt: > -wait $pid || fail=1 >

[Bug 904014] Re: [MIR] netcf

2012-02-08 Thread Jamie Strandboge
I'm afraid I don't have the debhelper incantation OTOH to give you. With libvirt I have been known to patch a test case to output that it failed, but return 0. Eg, from 9008-fix-daemon-conf-ftbfs.patch in lucid's libvirt: -wait $pid || fail=1 +#wait $pid || fail=1 +# warn, but do not fail since U

[Bug 904014] Re: [MIR] netcf

2012-02-08 Thread Ralf Spenneberg
We are currently in the process of building a webbased gui for the management of virtual machines via libvirt. It would be greate if netcf is included in libvirt, because then the creation of vlans and bridges connected to these vlans could be handled via libvirt. Please link libvirt to netcf.

[Bug 904014] Re: [MIR] netcf

2012-01-31 Thread Serge Hallyn
Would I do this by simply patching the test case to return 0? Or is there a magic DEB_ flag I can set for that? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904014 Title: [MIR] netcf To manage no

[Bug 904014] Re: [MIR] netcf

2012-01-31 Thread Jamie Strandboge
What if instead you just have the tests run, but not fail the build? Ideally we would have arm fail the build and i386/amd64 not fail the build. I think it is important to have the tests run on i386/amd64 so that people can notice problems before uploading. These would also be useful when comparing

[Bug 904014] Re: [MIR] netcf

2012-01-30 Thread Serge Hallyn
Given that there is only a single test for netcf itself (the rest are gnulib tests), and i can't reproduce the failures anywhere except in our buildds for amd64 and i386, i'm at a loss for how to try to have part of the testsuite run. Should I have 'make check' only run on arm, where they pass? T

[Bug 904014] Re: [MIR] netcf

2012-01-19 Thread Serge Hallyn
Thanks, Jamie. New version uploaded will run make check at each build. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904014 Title: [MIR] netcf To manage notifications about this bug go to: https:/

[Bug 904014] Re: [MIR] netcf

2012-01-18 Thread Jamie Strandboge
Looks fine to me. Builds ok with just main, looks maintainable, no security issues, packaging looks good. Would be good to have a man page for /usr/bin/ncftool, but that won't hold up this MIR. Since these commands will be running as root, I spotted checked the code, and memory allocations, etc see

[Bug 904014] Re: [MIR] netcf

2012-01-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: netcf (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904014 Title: [MIR]

[Bug 904014] Re: [MIR] netcf

2012-01-09 Thread Jamie Strandboge
** Changed in: netcf (Ubuntu) Assignee: (unassigned) => Jamie Strandboge (jdstrand) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904014 Title: [MIR] netcf To manage notifications about this b

[Bug 904014] Re: [MIR] netcf

2011-12-13 Thread Marc Deslauriers
netcf for libvirt is also required for virt-manager to enumerate networks properly without the use of HAL... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904014 Title: [MIR] netcf To manage notifi