search for: unconventional

Displaying 20 results from an estimated 95 matches for "unconventional".

Did you mean: conventional
2012 Jan 16
6
Prevent smbd from consulting winbindd
Colleagues, I am running smbd in a setup described in http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/idmapper.html#id2604553 under "Winbind is not used; users and groups are local". Samba is running in the security=domain mode, but all Windows users are being mapped to Unix users in /etc/passwd. Now I need to run winbindd for Squid authentication. The problem is, as soon as
2015 Mar 02
1
disk space trouble on ec2 instance
...268435456 0 268435456 0% /backup/svn /dev/sdj 1008 223 735 24% /var/www /dev/sdk 2016 1335 579 70% /usr/local Problem solved. So right now my root EBS volume is down to about 85% used instead of 100% used. Maybe a little unconventional, but at least it got the job done. Thanks again, guys! Tim On Sat, Feb 28, 2015 at 2:46 AM, John R Pierce <pierce at hogranch.com> wrote: > On 2/27/2015 10:46 PM, Tim Dunphy wrote: > >> I'm at a loss to explain how I can delete 190MB worth of data, reboot the >> ins...
2012 May 29
2
setting parameters equal in lm
...= rnorm(20, 10, 5); X2 = rnorm(20, 10, 5); X3 = rnorm(20, 10, 5) Y = .5*X1 + 3*X2 + .5*X3 + rnorm(20, 0, 15) data.set = data.frame(cbind(X1, X2, X3, Y)) linMod = lm(Y~X1 + X2 + X3, data=data.set) require(car) linearHypothesis(linMod, c("(Intercept)=0", "X1-X3=0")) (forgive the unconventional use of the equal sign....old habit). Unfortunately, the linearHypothesis is always compared to a full model (where the parameters are freely estimated). I want to have an ANOVA summary table for the reduced model. Any ideas? Thanks in advance for the help! -- Dustin Fife PhD Student Quantitative...
2017 Nov 21
1
[nbdkit PATCH] maint: Mention upstream NBD in README
...insertions(+), 1 deletion(-) diff --git a/README b/README index 7b5de90..7806cf5 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ The key features are: libraries or included in proprietary code. * Well-documented, simple plugin API with a stable ABI guarantee. - Let's you export "unconventional" block devices easily. + Lets you export "unconventional" block devices easily. * You can write plugins in C, Perl, Python, OCaml or Ruby. @@ -154,3 +154,4 @@ https://www.redhat.com/mailman/listinfo/libguestfs For further information, see: http://libguestfs.org/ +https://githu...
2010 Oct 25
1
advice on using daemontools on centos production servers
...ers in case of daemon failure . My views is to use daemontool to control all these daemons , and create a single nagios check which scans /service/ directory and alerts for daemons which are getting restarting in unwanted ways. Some of my friends will argue about daemontools being non-unixy and unconventional , But I had good experience with daemontools on around 3000 servers earlier in my previous organization . Please advice what you guys think about daemontools and its pros and crons . Thanks , Saurabh Verma
2017 Sep 25
1
TableGen questions.
Hello all, I have two Tablegen questions in the context of an unconventional architecture. The pertinent details: the architecture has multiple register files that are selected via a bit in the instruction. One of the register files is a traditional one. The other is unconventional in that all source and dest registers are both read from and written to by the instruction...
2003 Jul 25
1
[LLVMdev] i think this is a bug
Hi, The attached code produces errors (as it should) with the command llvmgcc -c -S timeLLVMfft.c but it also creates output in the file timeLLVMfft.s. Maybe this is the intended behavior for llvmgcc, but it seems unconventional to me... - Nick -------------- next part -------------- A non-text attachment was scrubbed... Name: timeLLVMfft.c.tgz Type: application/octet-stream Size: 829 bytes Desc: URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20030725/6f3830a4/attachment.obj>
2008 Jan 09
1
Subsetting Method [ Revisited
...s question: I'm trying to write a subsetting routine for an S3 object I've created -- lets call it myObject. myObject has a few attributes basically of type string and numerics. Its atomic value is just a vector of ints. I want to write my own subsetting routine to subset myObject in an unconventional way. So my method looks like this: "[.myObject" <- function( obj, i, j, ...){ ..... parameter checking and calculations.... print("Test") } If I call this method in an R session I get the following results: obj <- "an instance of a myObject" obj[] OUTPUT...
2009 Jan 18
3
[LLVMdev] Qs on building LLVM passes
Hi, I have couple of questions that those who design unconventional passes would be interested in. 1. How to move a virtual register data to another new virtual register? It seems like that there is no LLVM instruction similar to mov machine instruction. Arithmetic or logical operators could be used for integer variables but what about pointer variable...
2015 May 13
5
[LLVMdev] [RFC] Upstreaming LLVM/SPIR-V converter
...n output it. Currently it supports SPIR-V common instructions and OpenCL specific instructions. Supporting of other languages is under consideration. We plan to refactor the LLVM to SPIR-V converter as a backend at llvm/lib/Target/SPIRV to allow Clang targeting SPIR-V. Since this will result in an unconventional backend which does not use SelectionDAG/MC, we would like to know whether it is acceptable. We are open to the SelectionDAG/MC approach if the community recommends it. For the SPIR-V to LLVM converter, we are seeking suggestions on its proper location in the LLVM project. Any comments are welcome...
2017 Dec 20
2
Question about : lprofValueProfNodes
Thank you So it does not seem to be relevant for what I’m trying to do. I’m doing something unconventional. The objective is to implement PGO and code coverage on a system that does not exit and does not have any file io, or any of stdc libraries that libclang-profile is using. (more like a kernel) So what I’m trying to do is instead of calling __llvm_profile_write_file () from the application, read th...
2015 May 13
2
[LLVMdev] [RFC] Upstreaming LLVM/SPIR-V converter
...-V > common instructions and OpenCL specific instructions. Supporting of other > languages is under consideration. > > > > We plan to refactor the LLVM to SPIR-V converter as a backend at > llvm/lib/Target/SPIRV to allow Clang targeting SPIR-V. Since this will > result in an unconventional backend which does not use SelectionDAG/MC, we > would like to know whether it is acceptable. We are open to the > SelectionDAG/MC approach if the community recommends it. > > I believe that the ‘how to write a backend’ documentation recommends > against using SelectionDAG for genera...
2008 Nov 11
1
Rails Engineer Wanted in Boulder, CO
...idate will have extensive software engineering experience, with recent focus on Ruby and Rails projects, including distributed development, testing, and deployment. Strong database skills are a must. The candidate will also exhibit an ability for out- of-the-box thinking and creative solutions to unconventional problems in a dynamic, exciting environment. === Responsibilities & Qualifications • Develop a Ruby on Rails-based consumer-oriented web site • Experience in Adobe Flex and ActionScript highly desirable • Experience in agile and test-driven development (RSpec a plus) • Bachelor’s degree in Co...
2013 Jul 02
2
LDFLAGS and distro overrides
...a --whole-archive /var/tmp/portage/sys-boot/syslinux-6.01_pre5/work/syslinux-6.01-pre5/bios/com32/lib/libcom32core.a libldlinux.a --end-group \ 15:01 < chithead> > ldlinux.map 15:01 < chithead> ld: unrecognized option '-Wl,-O1' Our use of $(LDFLAGS) may seem slightly unconventional within Syslinux in that we don't pass it to GCC, but pass it directly to ld. Hence the above error where GCC flags are being passed to ld. ArchLinux also has to clean up their environment before building Syslinux, https://aur.archlinux.org/packages/sy/syslinux-firmware-git/PKGBUILD Now, for...
2017 Dec 20
2
Question about : lprofValueProfNodes
...Tue, Dec 19, 2017 at 5:29 PM, Vedant Kumar <vsk at apple.com> wrote: > > On Dec 19, 2017, at 5:16 PM, Moshtaghi, Alireza < > Alireza.Moshtaghi at netapp.com> wrote: > > Thank you > So it does not seem to be relevant for what I’m trying to do. > I’m doing something unconventional. > The objective is to implement PGO and code coverage on a system that does > not exit and does not have any file io, or any of stdc libraries that > libclang-profile is using. (more like a kernel) > So what I’m trying to do is instead of calling __llvm_profile_write_file > () from...
2016 Jun 29
0
The clang for centos6 are need GLIBC_2.14, but we only have GLIB 2.12 by default.
...don't quite know all the pieces to the recipe in order to get that to work. It would require changes to the release script in order to get those configuration changes all the way through the third phase build. I don't believe any other tarball release does this, so it would at least be an unconventional release. On Wed, Jun 29, 2016 at 3:47 AM, 罗勇刚(Yonggang Luo) <luoyonggang at gmail.com> wrote: > Well, is that possible to include libstdc++4.7 into llvm? > > On Wed, Jun 29, 2016 at 2:26 AM, Brian Cain <brian.cain at gmail.com> wrote: > >> Sorry if I was unclear, I...
2012 Jan 24
0
[LLVMdev] load widening conflicts with AddressSanitizer
...llocas that are subject to load-widening; I imagine ASAN can be similarly modified. We won't catch some bugs in C/C++ code, but that's a natural consequence of deciding to permit certain out-of-bounds loads at the LLVM IR level, IMHO. My two cents. -- John T. (*) All bets are off for unconventional systems, though. >> >> >> Asan will not work for Fortran and Ada anyway (at least, out of the box). >> I am not even sure that anything like asan is needed for Ada (it has bounds >> checking built-in, the dynamic memory allocation is much more restrictive). >>...
2015 Nov 13
7
Adapting and open-sourcing PGI's Fortran frontend for LLVM
...o implement additional Fortran and OpenMP features not currently supported by PGI Fortran. The frontend will use LLVM's infrastructure for regression testing, and PGI will be developing regression tests for these new features in accordance with our existing practice. I realize this is somewhat unconventional, but I'm confident that this approach will allow the LLVM community to capture the considerable Fortran expertise of PGI's team and provide our project with a production-quality LLVM frontend in a relatively short amount of time. For the official announcement, please see: https://www.llnl...
2016 Jun 29
3
The clang for centos6 are need GLIBC_2.14, but we only have GLIB 2.12 by default.
Well, is that possible to include libstdc++4.7 into llvm? On Wed, Jun 29, 2016 at 2:26 AM, Brian Cain <brian.cain at gmail.com> wrote: > Sorry if I was unclear, I have no problems building clang against a newer > gcc for my own purpose. But it doesn't make sense to provide a release > binary for clang that's hosted on llvm.org that's ostensibly for >
2015 Jun 17
6
[LLVMdev] [RFC] Proposal for Adding SPIRV Target
...uirement on the LLVM IR which can be translated to SPIR-V. 3. llvm/lib/Target/SPIRV only. The advantage is that it reflects the requirement on the target triple and data layout for LLVM IR which can be translated to SPIR-V. However putting the SPIR-V to LLVM converter in the same directory is unconventional. Leaving the SPIR-V to LLVM converter out of LLVM source tree is also not desirable since OpenCL vendors need this functionality. Our proposal is to take approach 3 and keep the bi-way converter in llvm/lib/Target/SPIRV. The functionality of the bi-way converter is exposed through llvm/include/Sup...