[PATCH] gdb: fix error on connect on older distros

2017-03-15 Thread Nadav Har'El
In commit adf78de4, I noticed that to access values of an enum class, we needed to add the class's name, which we previously didn't. I speculated that is only needed with newer gdb. I just confirmed that indeed, if one tries to debug OSv on an old distro (but still new enough to compile OSv), the

Build failed in Jenkins: osv-build #1213

2017-03-15 Thread jenkins
See Changes: [Nadav Har'El] SIOCGIFFLAGS ioctl: remove BSD-specific bits -- [...truncated 147.88 KB...] Adding /usr/lib/jvm/java/jre/lib/zi/Pacific/Kiritimati...

[COMMIT osv master] SIOCGIFFLAGS ioctl: remove BSD-specific bits

2017-03-15 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master SIOCGIFFLAGS ioctl: remove BSD-specific bits The SIOCGIFFLAGS ioctl returns a set of flags for a network interface. Many of the classic bits there, like IFF_UP and IFF_LOOPBACK, are the same in our

Re: [PATCH] SIOCGIFFLAGS ioctl: remove BSD-specific bits

2017-03-15 Thread Gregor Berginc
Well, it turns out it's not so much "sporadically"... The image's disk was just a bit too small. Sorry for the noise and thanks again for fixing the root cause, -Gregor On Wednesday, 15 March 2017 09:13:48 UTC+1, Gregor Berginc wrote: > > Hi Nadav, > > looks like this resolved the issue we had

Re: [PATCH] SIOCGIFFLAGS ioctl: remove BSD-specific bits

2017-03-15 Thread Gregor Berginc
Hi Nadav, looks like this resolved the issue we had with MPI on AWS. The jobs are successfully linked and started. Unfortunately, there seem to be another problem because instances sporadically stop - probably unrelated to this change. Thanks, -Gregor On Tuesday, 14 March 2017 14:33:24