similar to: problem with pipes (PR#5053)

Displaying 20 results from an estimated 5000 matches similar to: "problem with pipes (PR#5053)"

2003 Dec 25
1
problem with pipes (PR#5053)
I gather that the pipe problem is a difficult one to solve since its highly desirable (at least for me) to be able to use Windows pipes yet its been outstanding since the previous R release. I have one idea on a possible workaround and associated feature and I wonder if this feature is feasible? I just noticed that z <- system("c:\\a.bat", intern = TRUE, invisible = TRUE) is
2003 Dec 10
0
dyn.load for c code
I am learning how to load C code into R-1.8.0 on Windows 98. To this end I wrote a small c program, downloaded the tools, perl, and mingw on the "building R for windows" page, and proceeded to create libR.a & libRblas.a as explained in the readme.packages. I started with a simple c program called mysum.c that can be found on:
2003 Oct 20
0
Update Packages / help.start() (PR#4681)
Full_Name: Leonard Weil Version: 1.8.0 OS: Windows2000 Pro Submission from: (NULL) (192.249.47.9) I have encountered two anomalies in version 1.8.0 that I had not observed in version 1.7.0: When using the menu Packages -> Update Packages from CRAN, The console repeats the message twice (example below) > update.packages() trying URL
2004 May 03
1
Help making a simple R code only package
Hello, I am new to R and I am trying to figure out how to build and install a package with nothing but R code inside. I have run 'package.skeleton' to get the basic structure. When I run 'Rcmd INSTALL testPackage' I get this error message: make: *** No rule to make target `Files/R/rw1080'. Stop. *** Installation of testPackage failed *** When I run 'Rcmd build
2003 Nov 20
3
file not found?
Hi R maintainers: when I use update.packages() And I try to update the package "maps" maps : Version 2.0-9 in D:/rw1080/library Version 2.0-10 on CRAN Update (y/N)? y The following message appears: trying URL `http://cran.r-project.org/bin/windows/contrib/1.8/maps_2.0-10.zip' Error in download.file(url, destfile, method, mode = "wb") : cannot open URL
2015 Apr 16
2
Group Mapping: All Users from a Domain group should be able to write to a local group
Hello Mailinglist, I have created a local user "localuser" who is in the local group "localgroup" $ id uid=1001(localuser) gid=1001(localgroup) groups=1001(localgroup) My machine authenticates against Active Directory - works The AD-User "aduser" belongs to a domain group "adgroup" $ id uid=6161(aduser) gid=5513(dom?nen-benutzer)
2004 Jan 03
2
one more thing i forgot...
there is one more thing that you should probably see: this is the error message that cygrunsrv.exe gave me: Eric at ballistic ~ $ cygrunsrv --start sshd cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062: The service has not been started. this is the error message that "net" gave to me: Eric at ballistic ~ $ net start sshd The CYGWIN sshd service is starting.
2017 May 29
2
samba-tool cannot add or remove group members
samba-tool group addmembers domaingroup 'SAMDOM\user1' ERROR(exception): Failed to add members "SAMDOM\user1" to group "domaingroup" - Unable to find "SAMDOM\user1". Operation cancelled. samba-tool group addmembers 'SAMDOM\domaingroup' 'SAMDOM\user1' ERROR(exception): Failed to add members "SAMDOM\user1" to group
2007 Jun 01
2
Not seeing the expected group memberships with ifmember.exe /list
We have bumped into a most odd problem. Server: Debian Etch and their Samba 3.0.24-2 Client: WinXP SP2, MSI v3, all hot fixes The following settings are in place on the server: #!/bin/bash # # initGrps.sh # Map Windows Domain Groups to UNIX groups net groupmap add ntgroup="Domain Admins" unixgroup=domadmin rid=512 type=d net groupmap add ntgroup="Domain Users"
2003 Nov 17
2
$RHOME/bin/check in windows (PR#5135)
To whom it may concerned, I'm trying to build a new R package in a windows platform. Before that, I tried to check the previous well-know package from the CRAN using the Rcmd command. But I got the error messages as below. I think this comes from the parsing error from the Perl script in $RHOME/bin/check. In the following example, 'Program Files' is splited into 'Program',
2009 Sep 24
2
Problem using local groups when winbind is running
Greetings, I'm running Samba on a Debian stable server and have run into a problem I can't seem to get past. It's version 3.2.5. The basic setup is that it authenticates users via 'security = ads' and controls access to individual shares using local groups via 'valid users = @localgroup'. All of the users have accounts in /etc/password and are added to the groups in
2005 Apr 13
2
easy question: obtaining rw1080.exe
Dear All, Can anyone please tell me where I can obtain uncompiled binary instalation files for R version 1.8. (i.e. rw1080.exe)? I can only find the uncompiled source code on CRAN today. Thank you, Mary Wisz msw@dmu.dk [[alternative HTML version deleted]]
2003 Oct 20
1
bug in fisher test---p-value cannot be Inf (PR#4688)
I just found a bug in fisher.test(). This is rw1080, on windows XP. A p-value can certainly not be Inf, but: > religion Costumbres rel orig Religion Si Algunas veces Nunca católica 2121 4700 6234 prot/evan 100 216 2461 otra C 27 67 502 otra 0 0 14 > fisher.test(religion, workspace=2000000)
2010 Sep 22
3
A question about Samba, authentication, groups, quotas, etc.
Hello, Server: Ubuntu Lucid server version Role: Samba file server (I administer it) Authentication: Against a Windows AD (I do not administer it) using winbind. No other authentication scheme is practicable/possible - I do NOT want to manage passwords locally on this machine. LDAP: Not explicitly configured - local policies require a binary *.so file that does not work with Debian based systems
2017 May 29
0
samba-tool cannot add or remove group members
On Mon, 29 May 2017 23:01:43 +0200 (CEST) Sébastien QUESSON via samba <samba at lists.samba.org> wrote: > samba-tool group addmembers domaingroup 'SAMDOM\user1' > ERROR(exception): Failed to add members "SAMDOM\user1" to group > "domaingroup" - Unable to find "SAMDOM\user1". Operation cancelled. > > samba-tool group addmembers
2017 May 30
0
samba-tool cannot add or remove group members
On Tue, 30 May 2017 06:44:37 +0200 (CEST) Sébastien QUESSON via samba <samba at lists.samba.org> wrote: > > samba-tool group addmembers domaingroup user1 > ERROR(exception): Failed to add members "user1" to group > "domaingroup" - Unable to find "user1". Operation cancelled. > > samba-tool group addmembers localgroup user1 >
2016 Jun 27
0
Rights issue on GPO
> > Two things Louis: > > if you look very closely at the differences in the 'ERROR' message, you > will find the only difference is this: > > O:LAG:DAD:PAR( > > against the expected: > > O:DAG:DAD:PAR( > > The returned ACL is owned by the 'Local Admins', but it should be owned > by 'Domain Admins'. As far as I can see,
2003 Feb 14
4
domain users in local groups with Winbind/Samba/Redhat
Hi, I am running a Samba 2.2.7a on Redhat 7.3 in a NT domain. For authentication I am using the domainusers.This is done by Winbind 2.2.7a which verifies the existens of the users on the PDC. So I dont't have to create local users (/etc/passwd) for users who want to connect to the shares in the smb.conf. I authorise them by adding valid users = domain+domainuser to the smb.conf. This works
2004 Mar 09
0
extended error
Hi all, This is happening on a Samba 3.0.1 PDC-controlled domain, so I'm not sure if the issue is Samba-related. If not, perhaps somebody can point me in the right direction. One of my users has a printer connected to his Win2k PC (name UPSTAIRS-SMALL). Printing to it from another (WinXP) workstation fails miserably. I tried to go back to first principles and go Start->Run
2005 Sep 28
1
home shares and disabled profiles (NET HELPMSG 3916)
Hello, I'm following the recipe 26.2.1.4 to disable roaming profiles for win9x and XPpro machines, but perhaps I'm missing something because it doesn't seem be possible get the home shares mapped with profiles disabled. windows machines fails with this error: ------------------------------------------------------------------- net use u: /HOME The user's home directory has not