similar to: Group permissions issue migrating from 2.2.8a to 3.0.23a

Displaying 20 results from an estimated 400 matches similar to: "Group permissions issue migrating from 2.2.8a to 3.0.23a"

2007 Apr 11
1
Calling LAPACK functions directly from R
I am interested in tapping into LAPACK functionality directly from R. Using R-2.4.1 for Windows, I was able to do so ala: dyn.load("bin/Rlapack.dll") is.loaded("dstebz") # returns TRUE N <- 100 NW <- 4 n.tapers <- 5 tpW <- (2 * pi * NW)/N otNmo <- 1:N D <- as.double(cos(tpW) * ((N - 1 - 2 * (0:(N - 1)))/2)^2) E <- as.double((otNmo * (N - otNmo))/2) z
2004 Jan 12
2
W2k/SQL Authentication problems 3.0.1, help please
I upgraded from Samba 2.2.8a to Samba 3.0.1, since doing I'm having problems with my SQL Server and applications running on Windows 2000. When a users (running a windows 98 client) attempts to query the SQL Server, either using ODBC (even the Test Sources) or an application that uses the db. I get a login failed from the sql app, and from the ODBC I get: "Login failed for user
2005 Apr 07
1
EPROTONOSUP Problem
Hi, I am running the dbt2 test kit for postgres-8.0.1.The driver and client are running on Sun Solaris 10 and the database is running on Red Hat 9.I am running the test kit for 100 warehouses with tpw(terminal per warehouse) value of 80. I did truss on driver and found that after executing some transactions an error comes related to EPROTONOSUP. The particular point where error comes looks like
2010 Nov 15
1
Best practice for encoding short sound effects
A video game has several short sound effects, many of them 0.1 to 0.5 seconds in length. Which lossy audio codec is most efficient for encoding waveforms this short? I'm working on an audio framework to replace SDL_mixer, which I didn't find as flexible as I'd like. I wrote a RIFF WAVE loader, a Vorbis file loader, and a streaming Vorbis file player. But when encoding samples for
2007 Jul 16
1
cannot access shares
i had my file server setup with suse 10.1, and i did a clean upgrade to suse 10.2 (if it matters much), now trying to setup samba again, i have run into a slight problem. on my windows machines, i can access the home directories of the users, however when i try and get into directories i setup myself (in my case 'netshare'), it says that the directory is not accessible. check permissions
2006 Oct 10
2
Can't Write to Samba Share
Can anyone help me to figure out why I can not write to a share? I was able to join the domain without a problem, and I can read the share from an xp box. I just cannot write to it: "Access denied". thanks specs: FC5 samba-common-3.0.23c-1.fc5 samba-3.0.23c-1.fc5 smb.conf: [global] name resolve order = host disable netbios = yes workgroup = DOMAIN realm = DOMAIN.COM
2011 Oct 29
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
On Sat, 2011-10-29 at 15:16 -0500, Hal Finkel wrote: > On Sat, 2011-10-29 at 14:02 -0500, Hal Finkel wrote: > > On Sat, 2011-10-29 at 12:30 -0500, Hal Finkel wrote: > > > Ralf, et al., > > > > > > Attached is the latest version of my autovectorization patch. llvmdev > > > has been CC'd (as had been suggested to me); this e-mail contains > >
2009 Oct 11
0
NT_STATUS_LOGON_FAILURE
I am running Fedora 11 and trying to set up Samba. I've succeeded in setting up the network printer. I am able to go only to this stage: Place--> Network--> Windows Network Do you have any suggestion? Here is what I get when I do troubleshoot. I get the message in the tile when I do: $ smbclient -L 192.168.0.144 Enter smarty's password: session setup failed:
2011 Oct 29
4
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
On Sat, 2011-10-29 at 14:02 -0500, Hal Finkel wrote: > On Sat, 2011-10-29 at 12:30 -0500, Hal Finkel wrote: > > Ralf, et al., > > > > Attached is the latest version of my autovectorization patch. llvmdev > > has been CC'd (as had been suggested to me); this e-mail contains > > additional benchmark results. > > > > First, these are preliminary
2001 Dec 13
1
rmdir bug?
Samba Developers-- I have a share called pub. In that share, there is a folder that I want to block access to. So, I chmoded it 0700 and chowned it root. In my smb.conf file, I set the "guest account" parameter to "netshare", an unprivialized user. I also set the "guest only" parameter to "yes" No remote computer can "cd" into the directory,
2005 Oct 18
1
smbd processes 99% cpu and end-user locks up
Still having a situation, in particular with Microsoft Office products (Excel, MS Word, etc), wherein a user locks up while saving a file. The scenario goes as follows: user opens up a file (excel document, word document, etc), user changes file, user hits save, user hangs... `top` reports an smbd belonging to user locked in some sort of loop causing 99% cpu utilization. net status sessions
2004 Dec 20
0
Samba 3.0.2suse (9.1) and dos file attributes (ro/hidden/system)
Good time of a day. I have a problem with samba 3.0.2suse and dos file attributes. Users (winxp,2k,98) cannot change ReadOnly file attrib on files that don't belong to them. Example: user1 in group main create file test, he can change file attr or date/time, but user2 from the same group main can not. Sorry for my bad english. Here is my smb.conf: [global] dos charset = CP866 unix
2003 Nov 05
1
g.729 codec registration
Hi all, i have purchased the g.729 codec from digium. The registration was successful. (with the "old" binary) But there're a few questions: - should not the codec listed in the codec list when i enter "show codecs" ? - the codec is named with g729b but if i enter show codecs there is a codec g729a listed also the g729b is not installed. what is the difference between
2011 Oct 29
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
On Sat, 2011-10-29 at 12:30 -0500, Hal Finkel wrote: > Ralf, et al., > > Attached is the latest version of my autovectorization patch. llvmdev > has been CC'd (as had been suggested to me); this e-mail contains > additional benchmark results. > > First, these are preliminary results because I did not do the things > necessary to make them real (explicitly quiet the
2011 Oct 29
4
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
Ralf, et al., Attached is the latest version of my autovectorization patch. llvmdev has been CC'd (as had been suggested to me); this e-mail contains additional benchmark results. First, these are preliminary results because I did not do the things necessary to make them real (explicitly quiet the machine, bind the processes to one cpu, etc.). But they should be good enough for discussion.
2003 Sep 22
0
Samba not announcing the correct IP address to a Windows NT Wins server
We have two systems with dual NICs that run samba 2.2.5 with winbind, and neither of them is announcing the system's primary IP address correctly to the WINS server. The systems show up in the wins database with the secondary IP address (which is the private network we use for the heartbeat/meta data on our CXFS cluster). We worked around it by entering the correct IP addresses for these
2007 Feb 04
3
Samba-3.0.23 problem
We had to power down all servers today for electrical maintenance in the building and for some reason I began having access problems related to the valid users lists when power was restored. The dialog from the 'Samba-3.0.23 broke my network' thread seemed as if it might be related even though I had not performed any software upgrade so I tried adding the group mappings as discussed in
2002 Oct 17
1
Username map and UNIX UID assignments
I'm testing Samba 2.2.5 with winbind. I can successfully authenticate domain users who do and don't have corresponding UNIX accounts as well as domain users who do have a UNIX account. Files created from PC side by usera show up in UNIX "ls -l" as owned by usera so I thought the automatic username mapping was working correctly, but I found out that usera isn't being
2007 Feb 05
2
Urgent help request!
I've gone further down the food chain in diagnosing the problem: A net rpc join command works but wbinfo -u or wbinfo -g fails: [root@hcnas samba]# net rpc join -U Administrator Password: Joined domain MERCURY. [root@hcnas samba]# net rpc info -U Administrator Password: Domain Name: MERCURY Domain SID: S-1-5-21-356471451-824197641-1237804090 Sequence number: 20543 Num users: 625 Num domain
2008 May 28
1
linux-next 20080528: XEN build error when no Power Mgt enabled
linux-next-20080528/drivers/xen/manage.c: In function 'xen_suspend': linux-next-20080528/drivers/xen/manage.c:43: error: implicit declaration of function 'device_power_down' linux-next-20080528/drivers/xen/manage.c:65: error: implicit declaration of function 'device_power_up' linux-next-20080528/drivers/xen/manage.c: In function 'do_suspend':