similar to: PDC: Logging out from Windows XP SP2 takes a long time

Displaying 20 results from an estimated 1000 matches similar to: "PDC: Logging out from Windows XP SP2 takes a long time"

2004 Jun 21
1
Syslinux + integrated flash disk
Quick summary: Syslinux stops at "Boot failed". Which, from a quick look at the raw disk image, seems to indicate that the boot sector loads but it fails to load the .sys loader. The details: I've been trying to load Linux (or etherboot...or anything at all that is not NT embedded) into a set of Compaq Evo T20 48/64 for a while now. What I finally managed to do is using the
2012 Mar 10
1
Draw values from multiple data sets as inputs to a Monte-Carlo function; then apply across entire matrix
Hi all, I am trying to implement a Monte-Carlo simulation for each cell in a spatial matrix (using mcd2 package) . I have figured out how to conduct the simulation using data from a single location (where I manually input distribution parameters into the R code), but am having trouble (a) adjusting the code to pull input variables from my various data sets and then (b) applying the entire
2012 Jul 22
5
Reorder in decreasing order
reorder() is probably the best way to order the levels in a vector without manually specifying the order. But reorder() orders by default in an increasing order: "The levels are ordered such that the values returned by ?FUN? are in increasing order." Is there a way to do what reorder() does, but order the levels according to a _decreasing_ order of the values? Sverre
2001 Mar 19
3
3D plots
Hi all, I've got at really basic Q for you all: How do I produce a 3D plot in R? Like the one in the screenshot on the R-project wab-page. What is the command? /Fredrik -- ----------------------------------------------------------------- Fredrik Karlsson, Research Student Department of Philosophy and Linguistics Ume? University S-901 87 UME? SWEDEN Tel: +46 90 786 56 84 Web:
2011 Jul 11
2
Extract only the values from a row
Dear helpers, how can I extract only the values from a row in a data frame? Using [X,] doesn't do the trick: > data.frame(letters[1:10],letters[11:20])->my.data > my.data[1,] letters.1.10. letters.11.20. 1 a k I would like to be able to extract only the values "a" and "k" without getting the row names and column names with them.
2011 Jul 17
3
gsub() with unicode and escape character
Dear helpers, I'm trying to replace a character with a unicode code inside a data frame using gsub(), but unsuccessfully. > data.frame(animals=c("dog","wolf","cat"))->my.data > gsub("o","\u0254",my.data$animals)->my.data$animals > my.data$animals [1] "d??g" "w??lf" "cat" It's not that a data
2023 Mar 18
2
Custom SASL authentication
An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20230318/8ce3c29a/attachment-0001.htm>
2011 Aug 02
7
Extract names from vector according to their values
Dear helpers, I can create a vector with the priority of the packages that came with R, like this: > installed.packages()[,"Priority"]->my.vector > my.vector base boot class cluster codetools "base" "recommended" "recommended" "recommended" "recommended" compiler datasets
2011 Aug 03
1
Extract rows from a matrix according to value in column
Dear helpers, I'm trying to extract certain rows from a matrix according to the values the rows have in a certain column. I've been googling for a while without result. Here's a reproducible example of a matrix (and the one I was playing with initially): > myrepo<-getOption("repos") >
2005 Dec 20
2
Error in documentation: Samba 3 By Example: Chapter 5 - Making Users Happy in re: Outlook
Chapter 5 of Samba 3 By Example ( http://www.samba.org/samba/docs/man/Samba-Guide/happy.html ) states thusly: ----- Configuration of MS Outlook to Relocate PST File Microsoft Outlook can store a Personal Storage file, generally known as a PST file. It is the nature of email storage that this file grows, at times quite rapidly. So that users' email is available to them at every workstation
2007 Jul 12
1
BUG? 'valid users' doesn't allow groups from trusted domains
It appears that you cannot include groups from trusted domains in the 'valid users =' directive on a share. Here is the scenario as I experienced it (names have been changed to protect the innocent): Configuration: - Samba 3.0.21b as a member server in a real NT4 domain (security = domain) called 'NTDOMAIN' - NTDOMAIN has a two-way trust with Windows 2003 Active Directory
2003 Jan 28
3
Using Winbindd in nsswitch.conf
Hello, all-- I've a question regarding using WINS for resolving names while on the unix box. As I understand it, you're supposed to add something to the /etc/nsswitch.conf file, but it's not clear to me whether it's supposed to be 'wins', 'winbind', or 'winbindd' as in the following example: hosts: files wins nisplus nis dns hosts: files winbind
2005 Dec 24
2
Inclusion of libnss_wins in vendor distros?
This might be a stupid question, but I ask only because I can't think of a good reason... Why do so many vendors' builds of Samba not include libnss_wins, the WINS/NetBIOS name resolution library? I find that it is very helpful for my Linux/Samba servers to be able to resolve hostnames by WINS. It also seems to improve domain browsing performance dramatically to have the library present
2005 Apr 12
3
Adding a Windows Server down the road
I just started at a new company and they do not have a server at all I want to put a samba server in place but I need to make sure that in the future I could add a windows server if we buy software that requires it. Does anybody know if this is possible to do? I ideally I would like it to import the users and their information to the AD on the windows server but is not required. Thanks
2005 Apr 10
2
Browsing Problems
Hello. I've got a Samba server and I'd like it to be master browser and everything else except domain controller (the customers wants a workgroup, not a domain). Lately a Windows 2003 server was added to the net and then I guess it was removed. I keep getting messages like the following in the logs: > Apr 10 03:07:51 apocalypse nmbd[57552]: [2005/04/10 03:07:51, 0]
2007 Jul 10
1
Domain member, security = ADS|domain and trusts with NT4
I presently have a Samba server (3.0.21b) set up as a member server in an NT4 domain (with a real Windows NT4 PDC). We are migrating to an Active Directory domain (with a real Windows 2003 domain controller). We have set up a two-way trust between the old NT4 domain "CLUNKY" and the new ADS domain "SLEEK" (aka sleek.local). The Samba server is a member of the CLUNKY domain
2006 Aug 02
2
Samba 3.0.14 and w2k3 terminal server / strange logon problem / is this in general possible
Hi. My Situation: - One Machine with samba 3.0.14 acting as DC, DHCP3SERVER, BIND9 and dynamic DNS - One Machine with w2k3 server standard edition acting as DOMAIN MEMBER, TS and Citrix Access Essentials. - Domain Logons are working perfect. - Name resolving works fine. Reverse, Forward, NB, FQDN, IP ... - RDP Connection to the TS with local useraccount on the TS works fine - ICA Connection to
2007 Jun 07
1
Migrating from NT4 PDC to Windows 2003 ADS; Samba as member server
Here's the situation. We've got an old NT4 domain (not a Samba domain in NT 4 mode) which we'll call CRUSTY. There is of course an NT4 PDC and several NT4 BDCs. We have some Linux/Samba file servers (Samba 3.0.1) that are member servers (security = domain) of the NT4 domain. We also have several NT4 BDCs and about 200 workstations of varying vintage (2000, XP) in several
2011 Aug 15
1
update() ignores object
Hi all, I'm extracting the name of the term in a regression model that dropterm specifies as the least significant one, and I'm assigning this name to an object. However, when I use update(), it ignores this object. Is there a way I can make it not ignore it? A reproducible example is below: > lm(x1~1+y1*y2+y3+y4,data=anscombe)->my.lm >
2004 Jun 16
4
How to keep local profiles when joining domain?
Hi I hope someone can help We currently have Windows XP Professional PCs that logon to an old Novell Netware 3.12 server. We?re just using the standard Windows Netware client, and each user has a Windows XP User account and password that matches their Novell one. When they logon to Windows, they are automatically authenticated to Novell. However, we are now in the final stages of