Displaying 20 results from an estimated 200 matches similar to: "samba 204b and nis(yp) netgroup"
2011 Jul 26
2
Best practices for confidential information -- fileserver path vs modules / template
We keep our puppet configuration in a revision control system and are
trying to facilitate developers using the same modules as production/
staging servers.
We define a variable ($servergroup) as test/staging/production and use
fileserver defaults from hostname to servergroup to generic. The
hostname and $servergroup versions need to be confidential. We have
modules specific to an application,
2011 Jan 21
1
TRADUCING lmer() syntax into lme()
---------- Forwarded message ----------
From: Freddy Gamma <freddy.gamma@gmail.com>
Date: 2011/1/21
Subject: TRADUCING lmer() syntax into lme()
To: r-sig-mixed-models@r-project.org
Dear Rsociety,
I'd like to kingly ask to anyone is willing to answer me how to implement a
NON NESTED random effects structure in lme()
In particular I've tried the following translation from lmer to
2018 May 03
2
how to disable RC4 in samba
Hello,
I find that samba support several encrypt method. Iwant to disable RC4, where can I set it? My samba version is 4.5.16.
Thanks.
2008 Jun 24
4
Convert ISOLINUX into PXELINUX
Hi,
I work on a solution for school including Eyeos and thinclient, iwant
to convert syplinux ISO into syplinux Pxeboot, is there a way to
do that ?
Actually i'm using PXELINUX, When I boot the SYPLINUX.GZ (extract from
the iso) I get this error :
VFS: Cannit open root device "<NULL>" or unknown-block(3,5)
Please append a correct "root=" boot option
Kernel panic -
2008 Nov 13
3
Wine 1.1.8 and wine GIT(howto cooperate together?)
I'm confused and looking for help
For the fist I have Ubuntu x86_64 and I had installed wine 1.1.8 from launchpad and i installed Red Alert 3 when i run it found that no cursor in game, so
In order to lay Red Alert 3 with cursos i have compile wine from here
git clone git://repo.or.cz/wine/hacks.git
then i made symlinks
cd hacks
Code:
mkdir -p `pwd`/lib32
ln -s /usr/lib32/libX11.so.6
2007 May 22
0
how to disable global authentication for registration
Buddies,
I am new guy here,I installed Asterisk 1.44 and setup AsteriskNow
manually.Iwant to disable the global digest authentication for
registration so that I
can easily to test my Asterisk system with another call generation tool,how
can I do that?Will appreciate for any replies.Thanks in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jul 03
9
Migrations from Mysql to Oracle. PLS HELP!
Hi all,
I''m using Rails/Mysql as development platform. the production server is
under Rails/Oracle.
Right now, i''m trying to install my application under the production
server, the connection to orcale is fine via Rails, but i have a weird
problem. example :
here is a extract from my db scheme :
Table User :_____________
id_user |
first_name |
2003 Oct 29
11
Shorewall prerouting to a manual proxy
Hallo,
I got a problem (I think it''s not a Problem, I am just to stupid to manage
it)
Iwant my Server (eth1: addr:10.0.123.1, Local Zone), eth0 is connectet to
the Student-Network (addr:172.16.129.106 Mask:255.255.248.0 gateway:
172.16.128.1, Net Zone), to forward all packages from port 80 on local
Zone to www-cache.uni-halle.de:3128 (172.16.128.1:3128) because I have to
use this
2016 Oct 28
0
[cfe-dev] LLD to be the default linker in Clang
On Fri, Oct 28, 2016 at 9:17 AM, Renato Golin via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
> I'm creating a bootstrap buildbot on AArch64 with LLD and I just
> realised the "accepted" way to make clang call lld is to "symlink lld
> -> ld". I understand that's how every Linux system "chooses" the
> linker, but that makes deployment and
2016 Oct 28
0
LLD to be the default linker in Clang
I did not realize LLD was already far enough along to use. I have a related
question: What about using LLD via library API?
I would love to link against LLD and call API functions instead of trying
to find the system linker and spawning a child process and having different
code for each system linker. If I could use LLD as a library that would be
one less moving part in my compiler, one less
2005 Nov 04
2
Compile failure current SVN
>> Current SVN compilation fails on Win32 (Intel C++ compiler 9.0):
>>
>> ..\..\libspeex\mdf.c(317): error: declaration may not appear after
>> executable statement in block
>> float adapt_rate;
>>
>> Just moved it up to the variable declaration block to solve it locally, but
>> as it's not valid C, I thought I'd mention it ;)
>
>
2016 Oct 31
2
[cfe-dev] LLD to be the default linker in Clang
On Sat, Oct 29, 2016 at 5:43 PM, Sean Silva via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
>
> On Fri, Oct 28, 2016 at 9:17 AM, Renato Golin via cfe-dev
> <cfe-dev at lists.llvm.org> wrote:
>>
>> Folks,
>>
>> I'm creating a bootstrap buildbot on AArch64 with LLD and I just
>> realised the "accepted" way to make clang call lld
2005 Nov 04
0
Compile failure current SVN
Thorvald Natvig wrote:
> "restict" is also valid C99, but as that was removed for compatibility
> with non-compliant compilers,
That means "restrict" is no longer part of the standard and hence should
not be accepted by standards conforming compilers. However, the issue you
were complaining about is still part of the standard and any compiler
which doesn't accept
2011 Aug 11
1
multiple levels of group permissions on some folders in a share
trying to figure out the best way to accomplish this, running samba 3.x on a
debian system in share level mode (workgroup)
have a shared folder for all the staff that they have permssions to by
membership of being in the "staff" group, this share has about 40-50
subfolders.
now they have an intern starting and want to restict that intern to 5 of
those folders which they'll
2016 Oct 30
1
[cfe-dev] LLD to be the default linker in Clang
Hello Renato,
Thanks very much for raising the topic. I've not got much to add to
what has already been said.
If I understand correctly there are two use cases that we would want
to consider separately:
- Using lld by default when clang is used on a platform such as linux
if it is installed.
- Using lld by default in build-bots and the llvm test-suite when it
is installed.
For the former,
2016 Oct 28
9
LLD to be the default linker in Clang
Folks,
I'm creating a bootstrap buildbot on AArch64 with LLD and I just
realised the "accepted" way to make clang call lld is to "symlink lld
-> ld". I understand that's how every Linux system "chooses" the
linker, but that makes deployment and validation quite cumbersome on
GNU systems.
I'd like to suggest a change in behaviour:
// Some flag like
2002 Apr 10
0
[Bug 212] New: Add netgroup support to ssh-keyscan
http://bugzilla.mindrot.org/show_bug.cgi?id=212
Summary: Add netgroup support to ssh-keyscan
Product: Portable OpenSSH
Version: 3.1p1
Platform: All
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
1997 Oct 20
0
Netgroup/allow hosts problem
Hi,
I'm trying to limit access to pre-defined set of hosts. I already have a
netgroup (in
NIS) defined, which I would like to use.
Now the man pages for samba say that I can do :
hosts allow = @netgroup
When I try this I am asked for a username/password even though the share
has:
public=yes
If I limit the hosts to specific hosts i.e.:
hosts allow = hostname1, hostname2
This works fine
2006 Apr 25
1
NIS - netgroup
Hello;
Sorry for the crosspost/repost, but I am getting desparate here.
I am having difficulties setting up ssh (ossh4.3p2 - NIS -Solaris8/Sparc) to
authenticate and allow ossh access based on NIS netgroup. So, users and/or
host should be from a valid netgroup triple, contained within the ossh
servers .rhosts, .shosts, hosts.equiv and/or shosts.equiv.
I am having alot of trouble getting NIS
2006 Apr 21
0
Need Help Using NIS netgroup - Does It Still Work?
Hello;
Forgive me for asking on this list, but I've noticed that their has been
some recent changes to the code with regards to netgroup.h, and hoping that
someone on this list can help, I've already tried the users list.
I am having difficulties setting up ssh (ossh4.3p2 with PAM-enabled [DO I
NEED IT?] - NIS -Solaris8/Sparc) to authenticate and allow users
passwordless entry based