search for: m001

Displaying 12 results from an estimated 12 matches for "m001".

Did you mean: 0001
2012 Apr 20
1
wbinfo -a works against other domains, but can't use other dom creds for a share
I've successfully joined my Samba server to a Windows domain (let's call it DOMAIN1). When I run wbinfo -m , I see a number of other domains listed, including DOMAIN2. I can even test credentials in those other domains (wbinfo -a DOMAIN2\\username says that both plaintext and challenge/response authentication were successful). However, I can't get Samba to accept credentials from
2015 Oct 01
2
Fwd: buildbot failure in LLVM on clang-cmake-mips
....com> Cc: gkistanova at gmail.com The Buildbot has detected a new failure on builder clang-cmake-mips while building llvm. Full details are available at: http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/9538 Buildbot URL: http://lab.llvm.org:8011/ Buildslave for this Build: mips-kl-m001 Build Reason: scheduler Build Source Stamp: [branch trunk] 248976 Blamelist: ab,adrian,bwilson,davide,dblaikie,dehao BUILD FAILED: failed ninja check 1 sincerely, -The Buildbot -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/ll...
2015 Oct 01
2
buildbot failure in LLVM on clang-cmake-mips
...> The Buildbot has detected a new failure on builder clang-cmake-mips while > building llvm. > Full details are available at: > http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/9538 > > Buildbot URL: http://lab.llvm.org:8011/ > > Buildslave for this Build: mips-kl-m001 > > Build Reason: scheduler > Build Source Stamp: [branch trunk] 248976 > Blamelist: ab,adrian,bwilson,davide,dblaikie,dehao > > BUILD FAILED: failed ninja check 1 > > sincerely, > -The Buildbot > > > > > -------------- next part -------------- An HTML att...
2015 Oct 02
3
buildbot failure in LLVM on clang-cmake-mips
...t;mailto:gkistanova at gmail.com> The Buildbot has detected a new failure on builder clang-cmake-mips while building llvm. Full details are available at: http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/9538 Buildbot URL: http://lab.llvm.org:8011/ Buildslave for this Build: mips-kl-m001 Build Reason: scheduler Build Source Stamp: [branch trunk] 248976 Blamelist: ab,adrian,bwilson,davide,dblaikie,dehao BUILD FAILED: failed ninja check 1 sincerely, -The Buildbot -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermai...
2020 Jun 02
2
[PATCH] vdpa: bypass waking up vhost_woker for vdpa vq kick
Hi Zhu, url: https://github.com/0day-ci/linux/commits/Zhu-Lingshan/vdpa-bypass-waking-up-vhost_woker-for-vdpa-vq-kick/20200526-133819 base: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git linux-next config: x86_64-randconfig-m001-20200529 (attached as .config) compiler: gcc-9 (Debian 9.3.0-13) 9.3.0 If you fix the issue, kindly add following tag as appropriate Reported-by: kbuild test robot <lkp at intel.com> Reported-by: Dan Carpenter <dan.carpenter at oracle.com> smatch warnings: drivers/vhost/vdpa.c:348 vho...
2020 Jun 02
2
[PATCH] vdpa: bypass waking up vhost_woker for vdpa vq kick
Hi Zhu, url: https://github.com/0day-ci/linux/commits/Zhu-Lingshan/vdpa-bypass-waking-up-vhost_woker-for-vdpa-vq-kick/20200526-133819 base: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git linux-next config: x86_64-randconfig-m001-20200529 (attached as .config) compiler: gcc-9 (Debian 9.3.0-13) 9.3.0 If you fix the issue, kindly add following tag as appropriate Reported-by: kbuild test robot <lkp at intel.com> Reported-by: Dan Carpenter <dan.carpenter at oracle.com> smatch warnings: drivers/vhost/vdpa.c:348 vho...
2015 Oct 02
2
buildbot failure in LLVM on clang-cmake-mips
...> The Buildbot has detected a new failure on builder clang-cmake-mips while > building llvm. > Full details are available at: > http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/9538 > > Buildbot URL: http://lab.llvm.org:8011/ > > Buildslave for this Build: mips-kl-m001 > > Build Reason: scheduler > Build Source Stamp: [branch trunk] 248976 > Blamelist: ab,adrian,bwilson,davide,dblaikie,dehao > > BUILD FAILED: failed ninja check 1 > > sincerely, > -The Buildbot > > > > >
2015 Mar 05
2
creating Kerberos host principals for multiple hostnames, multihomed server
Hi! I maintain Linux servers that are members of a Samba4 Domain. User authentication / login via ssh works fine with Kerberos. But: only via one hostname. Those machines need a working Kerberos login via multiple hostnames (each hostname has its own IP address and DNS is set up correctly.) "net ads keytab list" of course gives me the main hostname that was in use when joining the
2008 Nov 14
0
Variation on my Mechanize MultiSelect Question
Hello, Has anyone had success submitting forms that have a multi select drop down boxes? I have worked on this for 3 days and have not found the solution and today I found a post that seemed to suggest that I need to do this in an alternative way. http://wiki.m001.net/technical/show/HowtoPostWithMultiselectList, but I really see this as cumbersome and less than ideal. I can already see problems sending the parameters as opposed to submitting the form. I sent an email to the group earlier this week so I won''t repeat the code that I was using unl...
2016 Apr 10
0
unbalanced number of rows
HiI have a data frame with rows specifying companies (codes are assigned to companies) and columns specify months (monthly data). The data is based on male (M) and female (F) information for each month. Following is an example of how data looks like: 01 02 03 04001 na M M M001 M M M F002 M F F na003 M na na M003 F M M F003 F F M M na= no male/female. Now, I want to firstly add rows with similar codes to see total number of Male and Female in each month. Secondly, I need to calculate fraction of Female in each month (F/ M+F) for these three companies. Kindly guide me in t...
2016 Apr 10
0
unbalanced number of rows
...> HiI have a data frame with rows specifying companies (codes are assigned > to companies) and columns specify months (monthly data). The data is > based on male (M) and female (F) information for each month. Following is > an example of how data looks like: > 01 02 03 04001 na M M M001 M M M F002 M F F na003 M na na M003 F M M > F003 F F M M > na= no male/female. > Now, I want to firstly add rows with similar codes to see total number of > Male and Female in each month. Secondly, I need to calculate fraction of > Female in each month (F/ M+F) for these three compan...
2020 Jun 02
0
[PATCH] vdpa: bypass waking up vhost_woker for vdpa vq kick
...2 ??5:42, Dan Carpenter wrote: > Hi Zhu, > > url: https://github.com/0day-ci/linux/commits/Zhu-Lingshan/vdpa-bypass-waking-up-vhost_woker-for-vdpa-vq-kick/20200526-133819 > base: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git linux-next > config: x86_64-randconfig-m001-20200529 (attached as .config) > compiler: gcc-9 (Debian 9.3.0-13) 9.3.0 > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kbuild test robot <lkp at intel.com> > Reported-by: Dan Carpenter <dan.carpenter at oracle.com> > > smatch warni...