search for: likewise

Displaying 20 results from an estimated 1912 matches for "likewise".

2009 Aug 03
1
[PATCH] Remove files imported via autogen.sh.
...t;From 72c829395bb6a4800516d4f535e18af48195585b Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Mon, 3 Aug 2009 11:00:22 -0400 Subject: [PATCH] Remove files imported via autogen.sh. * m4/.gitignore: Ignore these files. * m4/codeset.m4: Remove file. * m4/gettext.m4: Likewise. * m4/glibc2.m4: Likewise. * m4/glibc21.m4: Likewise. * m4/iconv.m4: Likewise. * m4/intdiv0.m4: Likewise. * m4/intl.m4: Likewise. * m4/intldir.m4: Likewise. * m4/intlmacosx.m4: Likewise. * m4/intltool.m4: Likewise. * m4/inttypes-pri.m4: Likewise. * m4/inttypes.m4: Likewise. * m4/inttypes_h.m4: Like...
2016 Aug 18
5
[PATCH v2 0/4] New getprogname module
Hi, as discussed in [1], this series adds a new getprogname module. All it does is providing a getprogname function, much like what is found on e.g. *BSD systems, and using it in gnulib instead of progname. Also, using it explicitly by modules avoids gnulib users the need of either use the progname module (GPL), or to provide program_name (and call set_program_name manually, which is not always
2011 Nov 30
1
CTDB + Likewise-open : What servername when joining AD?
Hi, [Context : ubuntu 11.11 64bits, cman, clvmd, gfs2, ctdb, samba, likewise-open, all running fine except...] I've setup ctdb to manage public_addresses (to manage one virtual ip actually), and I've explicitely told smb.conf that netbios name = foobar_cluster I've done that *after* I've manage to make samba, likewise-open and AD to work nicely together....
2009 Nov 11
3
idmap_rid/idmap_hash collisions?
...t are generated by the idmap_rid and idmap_hash to collide if there are a large number of users or groups? I cannot seem to find any documentation on the limitations of these plugins. Before using I want to make absolutely sure that there won't be any collisions. In doing some research about Likewise Open, I see it's hashing routine can have this problem: "If your Active Directory relative identifiers, or RIDs, are a number greater than 524,287, the Likewise Open algorithm that generates UIDs and GIDs can result in UID-GID collisions among users and groups. In such cases, it is recomm...
2011 Apr 21
1
Samba 4 integration with Linux clients using Likewise open
Greetings, I was trying to join linux clients to Samba 4 domain using Likewise-open tool configured with libpam-mount module so that user's home directory will be mounted upon their login. I followed the tutorial on http://www.likewise.com/community/index.php/forums/viewthread/825/ link but with no success. In fact the Domain controller the tutorial used was windows 2003...
2009 Aug 05
1
syntax-check changes
...tests, all passing. >From febff9d2a35c4f40abbaf8943146476bdeac671e Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Tue, 4 Aug 2009 13:49:19 +0200 Subject: [PATCH 1/8] build: remove more files added by ./autogen.sh * po/LINGUAS: Remove file. * po/Makefile.in.in: Likewise. * po/Makevars: Likewise. * po/Rules-quot: Likewise. * po/boldquot.sed: Likewise. * po/en at boldquot.header: Likewise. * po/en at quot.header: Likewise. * po/insert-header.sin: Likewise. * po/quot.sed: Likewise. * po/remove-potcdate.sin: Likewise. --- po/LINGUAS | 1 - po/Makefile....
2010 Jun 28
1
Does anybody use idmap_adex?
...Why am I asking? A few times in the recent past I've stumbled across this module when trying to make changes in the winbind infrastructure that would involve changes to idmap_adex. The problem here is that I have no chance to test those changes, because I do not have the test setup including a Likewise Cell infrastructure around. Is anybody around using this module and willing to run tests against Likewise Cell infrastructure after changes have been done? Thanks, Volker -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signa...
2016 Dec 19
2
visitShiftByConstant of DAGCombiner
...be eliminated, after I limit the expanding to not "N->hasOneUse()". And now only one regression left: FAIL: LLVM :: CodeGen/Thumb2/machine-licm.ll (18865 of 29222) ******************** TEST 'LLVM :: CodeGen/Thumb2/machine-licm.ll' FAILED ******************** Script: -- /home/likewise-open/SPREADTRUM/ jojo.ma/jojoma/source/llvm/llvm-linaro/llvm/build/./bin/llc < /home/likewise-open/SPREADTRUM/ jojo.ma/jojoma/source/llvm/llvm-linaro/llvm/llvm/test/CodeGen/Thumb2/machine-licm.ll -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -relocation-model=dynamic-no-pic -disable-fp-elim | /h...
2016 Dec 15
0
visitShiftByConstant of DAGCombiner
On 8 December 2016 at 02:34, Jojo Ma <jojo.ma at linaro.org> wrote: > It would be profitable as well if we could enable the canonicalisation on > it. > sequence before this canonicalisation (ARM): > test: > .fnstart > @ BB#0: @ %entry > movw r1, #65534 > and r1, r0, r1 > ubfx r0, r0, #1, #15 > add r0, r0, r1, lsr #1 > bx lr
2011 Dec 16
0
join Samba 4 domain using likewise
Hi I successfully joined a win 7 vm to a Samba 4 domain. I can log fine. I'm now trying to add the server itself to the domain using likewise. It does not let me. The errors are: Error code: ERROR_GEN_FAILURE (0x0000001f) Backtrace: /builder/src-buildserver/BT-Platform-6.1/src/linux/domainjoin/domainjoin-gui/gtk/main.c:347 /builder/src-buildserver/BT-Platform-6.1/src/linux/domainjoin/libdomainjoin/src/djmodule.c:339...
2012 Jan 18
1
winbind not working with openlikewise
Hello all, I'm having a problem with winbind not able to start. I've joined an active directory domain successfully using likewise and for brief time this was working, people were able to mount drives by their active directory account. I know that likewise is working because I'm successfully able to ssh into the box using these accounts. But now windbind has stubbornly refused to start. Yet strangely when I run net ads inf...
2012 Jan 23
0
[PATCH] maint: use $var notation rather than ${var} when possible
...eeded because there was one line with two instances. The "i" is to handle ${SRCDIR}. The ($|\w) ensures that concatenating whatever follows the "}" won't change semantics. * gobject/run-bindtests: Use "$srcdir", not "${srcdir}". * haskell/run-bindtests: Likewise. * java/run-bindtests: Likewise. * ocaml/run-bindtests: Likewise. * perl/run-bindtests: Likewise. * python/run-bindtests: Likewise. * ruby/run-bindtests: Likewise. * tests/guests/guest-aux/make-debian-img.sh: Likewise, but $SRCDIR. * tests/guests/guest-aux/make-ubuntu-img.sh: Likewise. * tests/gues...
2001 Sep 28
0
openssh-2.9.9p2 subscript violation problems with ctype macros
...(X), as it's faster on most modern hosts (a subtract and a compare, rather than a reference through memory and then a test). 2001-09-28 Paul Eggert <eggert at twinsun.com> * canohost.c (get_remote_hostname): Don't pass negative chars to ctype macros. * match.c (match_hostname): Likewise. * openbsd-compat/base64.c (b64_ntop): Likewise. * openbsd-compat/inet_aton.c (inet_aton): Likewise. * openbsd-compat/mktemp.c (_gettemp): Likewise. * openbsd-compat/readpassphrase.c (readpassphrase): Likewise. * scp.c (sink): Likewise. * sshconnect.c (sshconnect.c): Likewise. ==============...
2011 Dec 21
1
Samba 4 roaming profiles
...was not good. Going with the Samba 4 wiki, we put them in /usr/local/samba/var/profiles and used the microsoft remote directory tool to set everyone's profile to that folder. It worked well and the permissions are set correctly too. Does it really matter where they are stored? 2, We used likewise to join the Linux boxes to the domain. The Linux Desktop however seems to be stored locally by likewise. It is not available as a windows roaming profile. e.g. creating a file on the ubuntu desktop makes the file unavailable on either the opensuse or win 7 client. I think that this has somethi...
2015 Feb 03
6
Another Fedora decision
OK, folks. You're doing a great job of describing the current milieu with a rough description of some best practices. Now how about some specific sources you personally used to learn your craft that we can use likewise? PatrickD
2010 Aug 24
2
Finding pairs
...where 144's etc are branch codes in a given city and B is subset of A. If a branch code appearing in "A" also appears in "B" (which is paired with some otehr element of A e.g. 144 appearing in A, also appears in "B" and is paired with 147 of "A" and likewise), then that means 144 is controlling operations of bank office 147. Again, 147 itself appears again in B and is paired with bank branch coded 149. Thus, 149 is controlled by 147 and 147 is controlled by 144. Likewise there are more than 700 hundred branch name codes available. My objective is to...
2009 Sep 24
1
[PATCH libguestfs] maint: use spaces, not TABs for indentation
...2001 From: Jim Meyering <meyering at vv.meyering.net.meyering.net> Date: Thu, 24 Sep 2009 09:24:55 +0200 Subject: [PATCH libguestfs] maint: use spaces, not TABs for indentation "make syntax-check" was failing. This fixes it. * HACKING: Indent with spaces, not TABs. * configure.ac: Likewise. * rescue/virt-rescue: Likewise. * src/generator.ml: Likewise. --- HACKING | 4 ++-- configure.ac | 6 +++--- rescue/virt-rescue | 2 +- src/generator.ml | 48 ++++++++++++++++++++++++------------------------ 4 files changed, 30 insertions(+), 30 deletions(-) diff --...
2010 Aug 13
6
Equality of Vectors
Hello, Is there a way to get a single TRUE or FALSE statement from comparing two vectors? For example, c(1,2,3) == c(1,2,3) produces TRUE TRUE TRUE where I would like it to produce only TRUE for use in an if statement. Likewise, when two vectors are not exactly identical (in all elements) I would like a single FALSE result, as opposed to c(1,2,3) == c(1,2,5) TRUE TRUE FALSE Any ideas? Thanks, Mitch
2009 Sep 24
1
enabling more syntax-checks
...2009 10:59:01 +0200 Subject: [PATCH libguestfs 2/2] avoid use of all ctype macros * cfg.mk (disable_temporarily): Don't disable sc_avoid_ctype_macros. * fish/tilde.c: Remove unnecessary inclusion of ctype.h. * bootstrap: Add gnulib's c-ctype module to the list. * daemon/m4/gnulib-cache.m4: Likewise. * daemon/ext2.c: Include "c-ctype.h", not <ctype.h>. Use c_isspace, etc, rather than isspace. * daemon/guestfsd.c: Likewise. * daemon/lvm.c: Likewise. * daemon/proto.c: Likewise. * fish/fish.c: Likewise. * fish/tilde.c: Likewise. * src/generator.ml: Likewise. * src/guestfs.c: Likew...
2019 Mar 04
1
getent not working after installing firewall
...>> the 'gateway' to the WAN & internet, so I would use the same one on all > >> your machines. > > > > The LAN host gateways are assiged by the dhcpd server. Unless I hard-code static IP's I can't > > really change that. The Windows computers likewise show the AD/DC (192.168.0.2) as the gateway > > and they all work fine. > how does that matter? No sure what you mean by "how does that matter?" > your gateway is only part of the game when you try to reach an IP > outside your LAN > > you said "Last evening I...