Displaying 20 results from an estimated 10000 matches similar to: "username map with NT groups"
2002 Mar 08
2
Multiple smbd processes per client
We have around 30+ users using one computer (Win2kTS)
So I guess that means one smbd process is handling all 30 users'
requests?
You can watch the smbd process for this machine max out the CPU at times
Is there anyway of getting multiple smbd processes per client/computer
that connects
Thanks,
Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2019 Jul 14
2
.travis.yml ... most likely included in error
Hello:
????? Suggestions for whomever maintains "R CMD":
??? ??????? 1.? Can you change it so it doesn't complain about the
presence of ".travis.yml", at least on GitHub?
??? ??????? 2.? What do you suggest people do to find error messages in
the output?? I ask, because I'm getting "build failing" from
travis-ci.org, but I can't see what failed
2003 Jan 07
1
smbd using alot of cpu on HP-UX 11.11
Hello Danny Travis,
I am assuming you are using generic Samba 2.2.3a version. We came across the
problem and you can fix it by setting the cache variable on the devnm()
system cal to 1.
Just set the last parameter to the devnm() call in smbd/quotas.c to 1.
###################################
# ./samba2.2/source/smbd/quotas.c #
###################################
912a913,919
> #ifdef
2009 Nov 16
3
Queues
Hello Everyone,
I'm looking for help/ideas on how to do the following:
I have a couple of people out of many (the couple of people randomly change) who log into an "on-call" queue. A call comes in and it rings the "on-call" extensions, but no one answers. I would like the call to then try the cell-phones of just the people that are logged into the "on-call"
2006 Dec 08
1
winbindd to NT 4.0
Hi,
I have a Samba server Version 3.0.14a-2. It has been working flawlessly for close to a year. I utilize winbindd to a NT4.0 domain to authenticate users to my Samba shares.
All of a sudden, the shares are no longer accessible to Windows machines. An ls on an example directory shows:
drwxrws--- 15 root 10000 4096 Dec 6 11:21 AC_Manuals
This is wierd because the 10000 should show
2015 Jan 08
2
latex warning
Dear all,
I am getting an R CMD check warning about the PDF manual. I am having a
hard time finding out what is wrong, here is the log of the Rd2pdf call.
The full check (and other) log is at
https://api.travis-ci.org/jobs/46373922/log.txt?deansi=true if anybody is
interested, and the package itself is here:
https://github.com/metacran/r-builder/tree/bintex/rbuildertest
Thanks, Best,
Gabor
2019 Jul 14
0
.travis.yml ... most likely included in error
Hi Spencer,
To get rid of the .travis.yml note add a .Rbuildignore file with this line:
^\.travis\.yml$
This will exclude the file from the build.
The build is failing because of a warning. As noted in the log, Travis is
treating a warning as an error:
Found warnings, treating as errors
It's a bit hard to find the warning in the logs because of all the pdfTeX
output but it's a warning
2016 Aug 03
2
Pull requests: CJK words and Snippet generator
Hi,
On Fri, Jul 29, 2016, at 13:45, James Aylett wrote:
> On Fri, Jul 29, 2016 at 12:12:25PM +0200, rsto at paranoia.at wrote:
> > The FastMail snippet generator has been written when MSet didn't create
> > snippets. I'll first compare both implementations to see if there is a
> > good reason for them to coexist, or might just as well merge any
> > additional
2004 Apr 03
1
Domain Administrators Not Recognized in Samba3
Hi,
I've been struggling with this for a while now, and i can't figure out
whats missing. I have a valid user, who is also a member of the "Domain
Admins" group. I can login with smbclient just fine, but administrative
rights aren't recognized when i try to join the domain. Group is
mapped to the proper SID and a matching POSIX group (just in case).
Backend is ldapsam.
2020 Nov 14
2
Joining Samba to Upgraded 2003 domain failing
H Rowland
Thank you for your insight. I have checked over the article and have found
a remnant from the old domain. I think :)
Let's assume the domain is travis.com and the samdom is net.travis.com.
Under this I have a subdomain called _msdcs so I would think this would be
called _msdcs.net.travis.com.
In the RSAT DNS tool I right click and try to delete.
I get "The DNS domain cannot be
2010 Sep 20
3
RHEL 5
Hi Samba,
My name is Travis Kuter and I'm with HP's Solution Alliance org.
I've got a client asking if Samba Internet Services 3.5 is supported under REHL 5.
Would you mind helping with some clarification?
Many thanks and Best Regards,
Travis
Travis Kuter
WW ISV Business Development
ESS Solution Alliances
Hewlett-Packard Company
Travis.Kuter at hp.com
+404-664-2596
2015 Sep 23
2
problems with PJSIP install on UBUNTU 14.04
> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-
> bounces at lists.digium.com] On Behalf Of Joshua Colp
> Sent: Wednesday, September 23, 2015 9:39 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] problems with PJSIP install on UBUNTU
> 14.04
>
> Ryan, Travis wrote:
2016 Aug 03
2
Pull requests: CJK words and Snippet generator
On Wed, Aug 3, 2016, at 19:26, James Aylett wrote:
> On Wed, Aug 03, 2016 at 06:54:32PM +0200, rsto at paranoia.at wrote:
> > Oddly enough, the pull request causes Travis to break for clang but not
> > for gcc [1]. That's because the clang build process fails for the test
> > 'querypairwise1' [2], which AFAIK I didn't touch at all. Is that a
> > known
2016 Jan 18
4
r-devel @ Travis
Hi!
I'm developing R packages and use Travis CI for continous integration. When
submitting to CRAN Im suggestet to test the package using the latest
R-devel. I would like that all test where run using Travis. Is there anyone
who knows if this is possible to run travis test using the latest r-devel?
--
Regards
M?ns
============================
M?ns Magnusson
070 - 588 97 15
mons.magnusson
2017 Apr 02
2
Potential bug in utils::citation()
Hi,
I believe the function utils::citation() will fail if the package specified has two or more citation entries in the current R-devel. The following error is issued:
'missing' can only be used for arguments
I have created a working example on github [0] that is build using R-devel on travis-ci [1]. Jim Hester has potentially identified [2] the source of the problem as being from a
2015 Jan 09
2
latex warning
On 9 January 2015 at 11:46, Martin Maechler wrote:
| (I've seen .. but not investigated other cases where Travis
| would barf about things that were fine for me).
I often file that under "Travis has a screw loose for sticking with Ubuntu 12.04".
It's a fantastic service, but it has its warts. "Word" is that at some point
they'll switch to a new release "at
2008 Jan 18
2
winetricks and gecko
*When I run sh winetricks gecko, the following happens:*
superman at travis-lin:~$ sh winetricks gecko
--13:43:26-- http://source.winehq.org/winegecko.php?v=0.1.0
=> `winegecko.php?v=0.1.0'
Resolving source.winehq.org... 209.46.25.134
Connecting to source.winehq.org|209.46.25.134|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location:
2015 May 04
2
Print output during long tests?
I am the author of R package animint which uses testthat for unit tests.
This means that there is a single test file (animint/tests/testthat.R) and
during R CMD check we will see the following output
* checking tests ...
Running ?testthat.R?
I run these tests on Travis, which has a policy that if no output is
received after 10 minutes, it will kill the check. Because animint's
testthat
2015 Sep 23
2
problems with PJSIP install on UBUNTU 14.04
Ok so now I'm getting this when doing a make in asterisk...
travis at pcimphone1:~/downloads/asterisk-13.5.0$ make
[LD] chan_pjsip.o pjsip/dialplan_functions.o -> chan_pjsip.so
/usr/bin/ld: /usr/local/lib/libpjsip-ua-x86_64-unknown-linux-gnu.a(sip_inv.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
2019 Jun 04
2
undefined symbol errors when compiling package using ALTREP API
Hello,
I'm developing a package (lazyvec) that makes full use of the ALTREP
framework (R >= 3.6.0).
One application of the package is to wrap existing ALTREP vectors in a new
ALTREP vector and pass all calls from R to the contained object. The
purpose of this is to provide a diagnostic framework for working with
ALTREP vectors and show information about internal calls.
The package builds