search for: winus

Displaying 20 results from an estimated 59 matches for "winus".

Did you mean: linus
2005 Dec 06
1
SRC=/, include a few directories and exclude everything else
...and exclude others. I was wondering, can I just specify / as the source and specify the dirs that I want to include and leave everything out? (This would simplify my command line of rsync.) I have tried this as the excludes file (with source / in rsync command line): + */ + Documents and Setting/WinUser/My Documents + Documents and Setting/WinUser/Start Menu/ + Documents and Setting/WinUser/Recent/ + Documents and Setting/WinUser/Application Data/Mozilla/ + Documents and Setting/WinUser/Application Data/Thunderbird/ - * The idea is to backup only the directories mentioned above, and leave eve...
2006 Feb 08
0
NT doesn't like that ... primary gid of user [info] is not a Domain group
...info] is comming from an XP station already joined to domain. Googling, i found a partial explanation here: http://www-jerry.oit.duke.edu/linux/docs/samba/mapping_nt_groups_to_unix_groups.html On this PDC server, smb users has been created as following: useradd info useradd grig groupadd -g 1002 winusers after that i added info and grig to winusers group # cat /etc/group|grep win winusers:x:1002:info,grig id info uid=501(info) gid=501(info) groups=501(info),1002(winusers) id grig uid=502(grig) gid=502(grig) groups=502(grig),1002(winusers) first, i added unix root account to samba smbpaswd -a...
2010 Mar 23
0
[LLVMdev] Cygwin llvm-gcc-4.2 regression
...include/w32api/wingdi.h:3039: error: expected declaration specifiers or '...' before 'LPWSTR' In file included from /usr/lib/../include/w32api/windows.h:55, from /home/ang/src/llvm-gcc4.2-2.7.source/gcc/config/i386/cygmi ng-crtbegin.c:43: /usr/lib/../include/w32api/winuser.h:2500: error: expected declaration specifier s or '...' before 'LPCWSTR' /usr/lib/../include/w32api/winuser.h:2502: error: expected declaration specifier s or '...' before 'LPWSTR' /usr/lib/../include/w32api/winuser.h:2504: error: expected ')' before '...
2011 May 26
1
How to resolve conflicts between Cocoa and WineLib...?!
...for 'OffsetRgn' wingdi.h:3611: error: conflicting types for 'PaintRgn' wingdi.h:3625: error: 'Polygon' redeclared as different kind of symbol wingdi.h:3643: error: conflicting types for 'ResizePalette' wingdi.h:3686: error: conflicting types for 'SetRectRgn' winuser.h:4562: error: conflicting types for 'EqualRect' winuser.h:4566: error: conflicting types for 'FillRect' winuser.h:4575: error: conflicting types for 'FrameRect' winuser.h:4617: error: conflicting types for 'GetCursor' winuser.h:4765: error: conflicting types for &...
2006 Sep 26
3
Samba ignores groups for ACL !
...up_gama:rwx after this i added via "setfacl -m g:MyDomain\\group_beta:rwx folder_a" the group "group_beta" to the first folder. The Same i did with the folder "folderB", i added the group "group_gama" (rwx). Now, i am at the windows machine, my user "winuser" mountet the Samba Share. So, "winuser" is a member of the valid share user group "group_alpha", all AD-users are members of this group. On the two other folders in the share i added permissions for two other groups. So, i as "winuser" should have rights to read...
2001 Oct 01
1
Latest CVS of wine won't compile
...test CVS version (fetched this morning) of wine, but compilation fails with: gcc -c -I. -I. -I../../include -I../../include -O2 -m486 -fno-strength-reduce -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o wnd.o wnd.c In file included from ../../include/wine/winuser16.h:5, from ttydrv.h:19, from wnd.c:10: ../../include/winuser.h:29: warning: type defaults to `int' in declaration of `BOOL' ../../include/winuser.h:29: warning: `__stdcall__' attribute directive ignored ../../include/winuser.h:29: parse error before...
2010 Aug 20
0
No subject
...m users = Yes winbind enum groups = Yes winbind use default domain = no winbind trusted domains only = no winbindd.log keeps showing [2010/09/14 13:05:49, 3] winbindd/winbindd_pam.c:1779(winbindd_pam_auth_crap) [ 1293]: pam auth crap domain: [WINDOMAIN] user: winuser I have never got an answer for what "pam auth crap domain" means. Thanks From: Gaiseric Vandal [mailto:gaiseric.vandal at gmail.com] Sent: Tuesday, September 14, 2010 9:19 AM To: samba at lists.samba.org Subject: smbclient fails with "NT_STATUS_NO_SUCH_USER"...
2010 Aug 20
0
No subject
...bind enum users = Yes winbind enum groups = Yes winbind use default domain = no winbind trusted domains only = no winbindd.log keeps showing [2010/09/14 13:05:49, 3] winbindd/winbindd_pam.c:1779(winbindd_pam_auth_crap) [ 1293]: pam auth crap domain: [WINDOMAIN] user: winuser I have never got an answer for what "pam auth crap domain" means. Thanks From: Gaiseric Vandal [mailto:gaiseric.vandal at gmail.com] Sent: Tuesday, September 14, 2010 9:19 AM To: samba at lists.samba.org Subject: smbclient fails with "NT_STATUS_NO_SUCH_USER" for t...
2006 Sep 08
1
Mapping all members of an AD group to a single unix username?
...map ), to get all members of a Windows AD group to be able to authenticate to a Samba Share, mainly along the lines of DOMAIN\GroupName, but I can't figure out a way to get this to work. What I need is for any member of the DOMAIN\SambaGroup to authenticate to the Samba server as the unix user winuser. Any tips or pointers on this? I've exausted all perumtations I could think of in google, and various pages seem to suggest that this can be done, but don't say how. Rory
2006 Oct 12
0
WG: Samba ignores groups for ACL !
...Samba-Share-folder "all" 2 > Folders. > Folders: Permissions Owner Acl > 1. "folderA" with rwxrwx--- root root group: group_beta:rwx > 2. "folderB" with rwxrwx--- root root group: group_gama:rwx > So, i as "winuser" should have rights to read,write,execute the > "folderA", because "winuser" is a also a member of "group_beta" but i > dont have permissions for "folderB". > > my Problem is now that i can not enter and "folderA" and "fo...
2009 Aug 04
8
confused newbie
To launch a Windows exe from a command line, is it "wine <program>" or "wine start <program>"? I've seen both mentioned in the documentation.
2003 Dec 01
0
No subject
through the guest account. This is my smb.conf on the linux side: ; Copyright (c) 1999 SuSE GmbH Nuernberg, Germany. ; [global] workgroup =3D SYAC guest account =3D winuser ; guest account =3D nobody keep alive =3D 30 os level =3D 2 kernel oplocks =3D false ; security =3D user ; Uncomment the following, if you want to use an existing ; NT-Server to authenticate users, but don't forget that ; you also have to create them locally!!! ; security =3D s...
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
...gt;lpVtbl->Acquire(m_mouse); //OK if we don't acquire now + + if(!CreateThread(NULL, 0, __pollInput, hWnd, 0, NULL)) + { + ERR("Failed to CreateThread for __pollInput.\n"); + return FALSE; + } + mouse_init = TRUE; return 0; } diff --git a/include/winuser.h b/include/winuser.h index 9d07ef6..6554386 100644 --- a/include/winuser.h +++ b/include/winuser.h @@ -491,8 +491,8 @@ typedef struct tagRAWMOUSE { struct { USHORT usButtonFlags; USHORT usButtonData; - } DUMMYSTRUCTNAME; - } DUMMYUNIONNAME; + }...
2006 Oct 09
1
AW: AW: Samba ignores groups for ACL !
...he Same i did with the folder "folderB", i added the group "group_gama" > (rwx). I hope that the above commands are really right, because you said folder_a but the name of the folder is "folderA". > Now, i am at the windows machine, my user "winuser" mountet the Samba > Share. > So, "winuser" is a member of the valid share user group "group_alpha", > all AD-users are members of this group. > On the two other folders in the share i added permissions for two > other groups. > So, i as "winu...
2002 Dec 31
1
Samba 2.2.7a PDC with W2K SP3 clients - can't stay in domain
...39;s compuer account in its primary domain is missing or the password on that account is incorrect. Steps to obtain the error: On Linux-Server: /etc/rc.d/init.d/samba start useradd -g 100 -d /dev/null -c "nickname" -s /bin/false demon$ passwd -l demon$ smbpasswd -a -m demon useradd -m winuser passwd winuser smbpasswd -a winuser On the W2K SP3 box named nothing: RClick my computer -> properties -> Network Ident -> properties Change computer name to Demon, change Domain to RAGNAROK click OK, then enter root [root smb password] Wait about 2 minutes to get the "Welcome to t...
2013 Mar 28
1
Glusterfs gives up with endpoint not connected
Dear all, Right out of the blue glusterfs is not working fine any more every now end the it stops working telling me, Endpoint not connected and writing core files: [root at tuepdc /]# file core.15288 core.15288: ELF 64-bit LSB core file AMD x86-64, version 1 (SYSV), SVR4-style, from 'glusterfs' My Version: [root at tuepdc /]# glusterfs --version glusterfs 3.2.0 built on Apr 22 2011
2005 Aug 02
2
Winbind Understanding
I would like some clarification on Winbind's capabilities. I have winbind up and fully functional. I can use wbinfo -g, wbinfo -u, etc.. I would like to use winbind to correlate sids to uid on filesystems mounted with smbfs or cifs. In reading further I see lots of information about doing this on EXT3 (or Linux filesystems that support ACL). Perhaps, I had misunderstood the purpose of
2008 Nov 04
1
WG: Samba 3.0.28a PDC and Vista Clients
Did you have profile files written? With Xp it is profiles.V2. I made my profile-path reside in the home directories of the users And it worked on the fly Ex: [homes] path=/windows/winuser/%U [profiles] path=/windows/winuser/%U/profile Greetings Daniel -----Urspr?ngliche Nachricht----- Von: samba-bounces+mueller=tropenklinik.de@lists.samba.org [mailto:samba-bounces+mueller=tropenklinik.de@lists.samba.org] Im Auftrag von Jason Waters Gesendet: Dienstag, 4. November 2008 15:17 An:...
2024 Mar 13
2
Generating mouse click and hold using R
Hi, I wonder if R can provide any functionality where I need simulate mouse click in windows machine at certain coordinate on screen and hold the click for certain seconds e.g. for 5 seconds Really appreciate if I can have someone suggestion how above can be simulated with R Thanks and regards,
2010 Oct 21
1
Trusted domain users unwantedly mapping onto local domain users
Having set up two way trust between a Samba domain (with LDAP backend) and an AD domain, I find that 1. Users from the trusted domain are authenticated against the proper DC (that is, their regular password works), but only if there is a corresponding local domain user. 2. Users from the trusted domain are being mapped onto Samba/POSIX users associated with the local Samba domain, despite