search for: winvista

Displaying 20 results from an estimated 22 matches for "winvista".

2010 Feb 11
2
WinVista consider soft limit as hard limit
Hi, We are using samba-3.0.28a on linux-2-6-18 with which WinVista, as CIFS client, see the soft limit as hard limit and doesn't allow data transfer. Is there a fix already available for this? If not, could you pls gimme some pointers to fix this issue? Thanks, Senthil M Please do not print this email unless it is absolutely necessary. The information cont...
2007 Dec 05
7
Asterisk SIP Microsoft Outlook Integration
Does anyone know how I could integrate my Asterisk setup with Outlook so that when I click on a phone number is my outlook address book it will dial the number and ring my SIP phone so that I can just pick it up? I am interested in this integration for WinXP with Outlook 2003 and WInVista with Outlook 2007. Thanks, Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071205/5d1c7207/attachment.htm
2011 Jun 03
1
[LLVMdev] Thinking about "whacky" backends
...or work. I'm also considering that perhaps the real best option here would be to add a new language feature to C++ (ie, invent a new language that is a strict superset of C++) for a simplistic control flow construct that only executes code on the specified system and architecture. __os(WinXP | WinVista | Win7, IA32) { [... 32-bit Windows code here ...] }, __os(WinXP | WinVista | Win7, AMD64) { [... 64-bit Windows code here ...] }, __os(Linux24 | Linux26, IA32) { [...32-bit Linux code here...] }, __os(Linux24 | Linux26, AMD64) { [... 64-bit Linux code here ...] }, __os( , ) { throw new not_support...
2009 Apr 25
2
replace wine's mswsock.dll with the M$ one?
I was wondering if I replace the mswsock.dll with the one on my winXP partition could solve the acceptEX problem. I have both win98 and winXP CDs (my winVista Laptop didn't come with any), so I was thinking if I replace those problematic DLLs or use a full windows installation somehow, it might solve this problem.
2008 May 16
1
NetBios name resolution from WINDOWS
Hi, I've been following a similar and current thread about name resolution from LINUX side. I have exactly the opposite problem (running ubuntu 7.10 on a network with a mixture ubuntu 6.06, WinXP and WinVista boxes) The winboxes cannot see or mount this 7.10 box I can mount WinPC shares on this 7.10 box. I was wondering about firewalls, but I can ping this 7.10 from the WinBox by IP address but _not_ by netbios name. I do not have any issues on the 8 other ubuntu 6.06 boxes on the network. The smb.c...
2008 Mar 19
5
windows privileges
I am new to using Wine, so perhaps this question has been answered many times before, but how do I choose what windows privileges I want to run a program with? I know that I should not run Wine with sudo, but how do I tell Wine that I want/don't want *windows* administrator privileges? Or is it always assumed that the user is an administrator? Thanks
2019 Feb 25
1
[PATCH] inspect: return osinfo short IDs for recent Windows versions
...e + return safe_strdup (g, "win2k3"); + } + break; + case 6: + switch (minor) { + case 0: + if (strstr (product_variant, "Server")) + return safe_strdup (g, "win2k8"); + else + return safe_strdup (g, "winvista"); + case 1: + if (strstr (product_variant, "Server")) + return safe_strdup (g, "win2k8r2"); + else + return safe_strdup (g, "win7"); + case 2: + if (strstr (product_variant, "Server")) + return s...
2019 Feb 28
1
[PATCH v2] inspect: return osinfo short IDs for recent Windows versions
...e + return safe_strdup (g, "win2k3"); + } + break; + case 6: + switch (minor) { + case 0: + if (strstr (product_variant, "Server")) + return safe_strdup (g, "win2k8"); + else + return safe_strdup (g, "winvista"); + case 1: + if (strstr (product_variant, "Server")) + return safe_strdup (g, "win2k8r2"); + else + return safe_strdup (g, "win7"); + case 2: + if (strstr (product_variant, "Server")) + return s...
2007 Sep 20
1
Windows Vista Woes PLZ help
Hi guys i asked about this a couple days ago but i'm guessing everyone glanced over it. So here's my problem. I have a SambaPDC with LDAP With WinXP i can join/login the domain fine. With WinVista i can join the domain but can't login to it after i join to the domain. It gives me an RPC failure. I noticed that it doesn't seem to even find the PDC. I don't even get any transaction in my Samba log after i've ramped up the log level. I also do a tcpdump and the first time i t...
2017 Nov 10
5
Windows server 2003 domain authentication with Samba version 4.7.0-git.23.4e3f0fb9d15SUSE-oS13.3-x86_64
...d15SUSE-oS13.3-x86_64 in openSUSE Tumbleweed can not > > authentificate me on Windows server 2003 domain > > > > in /etc/fstab I have working combination - smb version only vorks if set > > to 1.0 > windows 2003 support only smb1 protocol, smb2 was introduced with > winvista/win2k8. On version 4.7 Samba has modified the "client max > protocol" to SMB3_11, but "client min protocol" was not modified [1]. > > However, since you are on a rolling release, you are probably on a very > recent kernel > 4.13. Your cifs module probably comes f...
2009 Oct 01
2
PDC witch LDAP and machine account lookup
Hey all, i do have the following problem: i set up a PDC with Samba with an LDAP backend. Everything works fine but the machine account lookup. If i try to logon to the domain i have to create the machine account in ou=People,dc=testing,dc=de. Everything works fine with this. But if i create the machine account in ou=Computers,dc=testing,dc=de and change all suffixes according to this the
2017 Nov 09
1
Windows server 2003 domain authentication with Samba version 4.7.0-git.23.4e3f0fb9d15SUSE-oS13.3-x86_64
Dear Samba experts, IO would like to ask for help with diagnose why my Samba version 4.7.0-git. 23.4e3f0fb9d15SUSE-oS13.3-x86_64 in openSUSE Tumbleweed can not authentificate me on Windows server 2003 domain in /etc/fstab I have working combination - smb version only vorks if set to 1.0 //192.168.1.131/shares /home/fodrek/shares cifs credentials=/home/fodrek/
2017 Nov 10
0
Windows server 2003 domain authentication with Samba version 4.7.0-git.23.4e3f0fb9d15SUSE-oS13.3-x86_64
...thentificate me on Windows server 2003 domain > > > > > > > > in /etc/fstab I have working combination - smb version only > > > > vorks if set to 1.0 > > > > > > windows 2003 support only smb1 protocol, smb2 was introduced with > > > winvista/win2k8. On version 4.7 Samba has modified the "client max > > > protocol" to SMB3_11, but "client min protocol" was not modified > > > [1]. > > > > > > However, since you are on a rolling release, you are probably on a > > > very rec...
2007 May 04
0
Network configuration error in Windows VistaBusinessHVM / Xen 3.04
...C?). I used the Server 2003 driver trick, here is the process step by step. 1. Download latest Vista driver for the RTL8139 series cards from the Realtek site. There is one dated 4/26/07, I used this file. 2. Install the files, follow setup. 3. Copy C:\Program Files\Realtek\VISTA_8139\WINVISTA\NetrtOEM.inf to a folder called ''Temp'' on your Vista desktop. 4. Find a Server 2003 machine, copy C:\Windows\system32\drivers \rtl8139.sys (I burned a CD) to the same Temp folder on your Vista desktop. 5. Rename rtl8139.sys to rtnicxp.sys 6. Open Device Manager, Click Update...
2008 Mar 24
0
Xen3.1 setup-problem: no networking in WinXP-domU
Hi, I cannot get my network up in WinXP- and winVISTA-domU''s I need some help, since I got lost in the google-jungle... My system: UBUNTU gutsy gibon-AMD64 on a intel core duo-system. this is my /etc/xen/winxp.cfg: ######### # # Configuration file for the Xen instance debian.qwork.test, created # by xen-tools 3.5 on Sun Mar 16 20:03:26 2...
2017 Nov 10
0
Fwd: Re: Windows server 2003 domain authentication with Samba version 4.7.0-git.23.4e3f0fb9d15SUSE-oS13.3-x86_64
...r 2003 domain > > > > > > > > in /etc/fstab I have working combination - smb version > > > > only vorks if set > > > > > > to 1.0 > > > > > > windows 2003 support only smb1 protocol, smb2 was introduced with > > > winvista/win2k8. On version 4.7 Samba has modified the "client max > > > protocol" to SMB3_11, but "client min protocol" was not > > > > modified [1]. > > > > > However, since you are on a rolling release, you are > > > > probably on a v...
2010 Jan 30
4
Dual booted clients with different name drop each other out of domain
Hi, I'm setting some Ubuntu Karmic clients on a school net. PDC is windows 2k3 r2. I realized that DHCP server sends only "school", not "school.net" as domain name. I have been told that AD configuration was migrated "as is" from an older windows release. I used a "supersede" line on client's dhcp.conf to get a correct domain name. I'm not
2007 Nov 27
16
Windows Vista in XVM
Dear Experts, Does anyone install Windows Vista on XVM successfully? I am using machine Sun x4600 with AMD 8218 cpu with virtualization feature. i installed OpenSolaris build 75, My installation steps: # svccfg -s xvm/xend setprop config/vncpasswd = astring: \"secret\" # svccfg -s xvm/xend setprop config/vnc-listen = astring: \"0.0.0.0\" # svccfg -s xvm/xend setprop
2009 Mar 26
2
error when join my Centos machine to win2003 ADS server
Dear All, I have succesfully managed to have my kerberos configured n working without error when i say kinit Administrator and after entering password it works fine my krb5.conf -------------- [logging] default = FILE:/var/log/krb5libs.log kdc = FILE:/var/log/krb5kdc.log admin_server = FILE:/var/log/kadmind.log [libdefaults] default_realm = BALADIA.LOCAL dns_lookup_kdc = false
2009 May 24
27
How can I detect WINE from my program
How can I detect WINE from my program, or detect Linux, in other wors how can I detect that OS is not Windows. BOOL WINAPI GetVersionEx(LPOSVERSIONINFO lpVersionInfo) returns that OS is Vista :D [Question]