similar to: Turning Off Roaming Profiles? (resend)

Displaying 20 results from an estimated 10000 matches similar to: "Turning Off Roaming Profiles? (resend)"

2008 Mar 17
2
stepAIC and polynomial terms
Dear all, I have a question regarding the use of stepAIC and polynomial (quadratic to be specific) terms in a binary logistic regression model. I read in McCullagh and Nelder, (1989, p 89) and as far as I remember from my statistics cources, higher-degree polynomial effects should not be included without the main effects. If I understand this correctly, following a stepwise model selection based
2015 Apr 17
0
[PATCH RESEND] Revert "vhost: fix release path lockdep checks"
This reverts commit ea5d404655ba ("vhost: fix release path lockdep checks") In commit 47283bef7ed3 ("vhost: move memory pointer to VQs"), RCU operations have been replaced by mutex, we need to remove the no longer used `locked' parameter by reverting original patch. Conflicts: drivers/vhost/net.c drivers/vhost/vhost.c drivers/vhost/vhost.h Signed-off-by: Caspar Zhang
2015 Apr 17
0
[PATCH RESEND] Revert "vhost: fix release path lockdep checks"
This reverts commit ea5d404655ba ("vhost: fix release path lockdep checks") In commit 47283bef7ed3 ("vhost: move memory pointer to VQs"), RCU operations have been replaced by mutex, we need to remove the no longer used `locked' parameter by reverting original patch. Conflicts: drivers/vhost/net.c drivers/vhost/vhost.c drivers/vhost/vhost.h Signed-off-by: Caspar Zhang
2002 Nov 03
1
Roaming profiles - How to turn them off?
Is there anything simple to turn them off? Normally I don't mind roaming profiles, but considering how large mine have a tendency to get, I'm not waiting an hour (exaggerated, but close enough) to log in. So, just wondering if there's anything simple to turn them off. I haven't been able to find anything looking through the various texts I've been reading. Now that I've
2002 Nov 11
0
Turn off Roaming Profiles.
I found a workaround for turning RP's off...Fist my reason. One of my Machines would constantly crash the server when it was transferring the Profile. Since I didn't know the exact cause, and since the user rarely logs on anywhere else, I decided to do away with them. I tried several methods, logon path sort of worked but also changed the Home directory regardless when I has logon home
2001 Oct 21
0
turn off roaming profiles
Hello! Sorry for asking this question here. How to turn off roaming profiles for some users?
2006 Jul 06
1
querying returned results
Hi I''m using the acts_as_ferret to index one table in my database. The table contains formation about listed items and each of these items belongs to a section and a category. On the results page I want to have two drop down boxes whose contents are populated depeneding on the returned results. So for example the section drop down should only show sections that exist in the result set,
2006 Jul 09
3
acts_as_ferret.. what does it actually do?
Okay in this plea for help I''m going to repeat some of what i posted before but with a larger amount of background info in the hope that i can get a decent grip on ferret before it wriggles away.. Firstly, what does installing the acts_as_ferret plugin actually do? I install it and add it to my model and then the index is automatically generated and a few methods are added to it and
2006 Jul 19
4
sorting and pagination
Hello All, Okay i think I''m finally getting all of what i want out of ferret working, thanks mostly to reading this forum and also getting ALOT of questions answered, thanks alot everyone. Anyway my last ferret task is too get the results sorted by a field called date_registered and have this working with pagination. here is what i''m doing at the moment:
2006 Nov 10
2
backgroundrb and ferret
Hi I''m using ferret happily on a site with 260ish documents in the index. Problem is that the site is still in development and I have to rebuild the index fairly regularly as new fields are added to it, like today when i added price. I have been using a rebuild index action in the admin section but this is clearly the wrong way to do it as it completly kills the site during the rebuild.
2006 Aug 28
1
stop words and /''s
Hi new version of ferret and acts as ferret have sorted out the scary glibc *** linked list pointer errors, thank god! New version are good but some searches are still not working. It is mostly the stop words ones. For example the "For Sale/Free/Swap" fails but works when "for" is stripped out. I have read all the recent posts regarding this issue and failed to get it to
2011 Feb 28
2
Samba failover causes different UID's
Hi, I have two machines in a cluster and want to create a high available samba share that connects to active directory for user information. The storage is DRBD and the filesystem is XFS. I'm using pacemaker as cluster software and using the lsb:samba init script. I connected both machines to my Windows AD server and tested this using winbind. winbind -u gives me all AD users which seems
2002 Dec 25
0
Fw: need roaming profile + local profile (srry for resending it but plz try to help me)
Hi I've got a samba pdc set up but I've got a strange problem. Everything works fine I can login with the roaming profile BUT I also need a local profile, without the local profile he says that he cannot find the domain name. And the local profile has to be administrator or he doesn't remember my preferences of all my programs and settings. Any idea what I'm doing wrong?
2005 Aug 30
1
Roaming Profiles Annoyances
Hello, I've finally managed to get roaming profiles working (kindof). However some issues (after lots of googling) remain unresolved. Here's a summary of what I've done to date: 1) Setup samba shares according to gentoo-wiki.org <http://gentoo-wiki.org>(there were some problems with permissions etc after that but they're ok now) 2) Edited NTUSER of a foobar user account
2002 Jun 07
1
Roaming Profiles - delete profile when logging off
PDC : RedHat 7.2 // Samba 2.2.4 RedHat rpm Clients : W2K SP1 Does anybody know how to get rid of the cached local profiles when logging off? Since we use FAT32 every user has access to other local replicated profiles. Furthermore sometimes the logon to the domain doesn?t work the first time after logon after a cold start. W2k claims it can not replicate/copy some files from the users profile and
2017 Dec 24
2
[PATCH] vhost: remove unused lock check flag in vhost_dev_cleanup()
In commit ea5d404655ba ("vhost: fix release path lockdep checks"), Michael added a flag to check whether we should hold a lock in vhost_dev_cleanup(), however, in commit 47283bef7ed3 ("vhost: move memory pointer to VQs"), RCU operations have been replaced by mutex, we can remove the no-longer-used `locked' parameter now. Signed-off-by: Caspar Zhang <jinli.zjl at
2006 Aug 28
1
How should this be done with ferret 0.10.1
Hi i like the new version of ferret, has solved a few of my problems but i''m unsure of how to implement the following code in the new version of ferret? if section if !section.empty? qp = Ferret::QueryParser.new("section") query = qp.parse("\"#{section}\"") bq.add_query(query, Ferret::Search::BooleanClause::Occur::MUST) filter_on =true end
2006 Jul 07
1
querying the SearchResults instance
Hi how do you search against the results returned by find_by_contents using ferret? i.e. how do you "search within these results"? This is an acts_as_ferret question again... thanks in advance.. cheers caspar -- Posted via http://www.ruby-forum.com/.
2009 Aug 27
2
Setting @request.env["HTTP_REFERER"] in an integration test
Hi. I would like to set @request.env["HTTP_REFERER"] in an integration test, but due to its nature, I would naturally set this value to the previousle request url. How do I do that. Thanks. Jarl
2007 Dec 04
0
configuration needed to load roaming profiles off of a BDC?
I have a PDC named GOMER with IP 10.8.3.37 and a BDC named BLDG1 with IP 10.8.3.231, both in the domain ADAMSTEST. I have a user testuser who logged in successfully to GOMER and has a roaming profile in /var/lib/samba/profiles/testuser. So I changed the TCP/IP settings of the windows XP computer testuser uses from the WINS server of 10.8.3.37 to 10.8.3.231 so it would use BLDG1 for