similar to: password authentication stops but can be restarted

Displaying 20 results from an estimated 100 matches similar to: "password authentication stops but can be restarted"

2012 Mar 27
0
Postfix master-slave configuration howto
Hi guys. I have mail loop problem. I have master server (CentOS 5.x) for domain in question (lets call it *domainX.com* ). I used virtualmin to set it up for that and several other domains. It is Bind SOA for the domain and Postfix server. I will call this server *soa.domainX.com* Now, I have added internal CentOS 6.x server to the company owner of the domain. I have given it hostname
2012 Nov 06
0
How to get which check boxes has beed unchecked and remove Subscription for them?
I have following subscription creating system, right now when I`m selection available subscription groups(Marketing, Sales) action Save Subscription create this two subscriptions: @subscriptions = current_user.subscriptions > @apps = App.all > if request.post? > if params[:subscription] and params[:subscription][:app_id] > params[:subscription][:app_id].each do |app_id| >
2005 Mar 24
4
Can a Samba server join multiple NT domain?
Hi, Say if there are DomainX and DomainY, both are not in trusted relationship. Can a Samba server join both DomainX and DomainY? I can't find any related information on Internet. Your help would be appreciated. Thanks! Yimin
2013 Apr 08
1
cattr_accessor and Thread.current prblems
Hello, I am trying to convert three applications to multitenant, all of them have same structure difference is only in little functions and template designs. All of them using cattr_accessor for setting currencies and other data, and it works perfectly Now i added app_id as cattr_accessor to App model to use it in default_scope to implement multi-tenancy class App < ActiveRecord::Base
2006 Feb 20
2
file_column: changing default store_dir
File_column plugin is great. I need to change the default :store_dir from the dynamic "model_name/attribute_name" to an equally dynamic "client_id/app_id/model_name/attribute_name". In my model I have: class Component < ActiveRecord::Base belongs_to :component_type belongs_to :component_group breakpoint file_column :content, :magick => { :versions
2001 Apr 11
1
Problems with NT logons, Samba as PDC
Hi! We're using Samba as PDC, and recently had a strange crash on the system (none of the NT-machines authenticated anymore). I re-created the user database and passwords on the server (TurboLinux 2.2.14-5, with Samba 2.0.6 & 2.1alpha for auth.) and also re-newed the profiles making 'em local on the NT-workstations. Sometimes when the NT-PC gets rebooted, I can't authenticate it
2005 Nov 07
0
Error copying permissions from Samba server
Hi all, I'm attempting to migrate some files off a samba server onto a network appliance server. Currently we're in a win2k domain with AD, the samba server is 3.0.0 running on redhat 9. The samba is a member of the Win2k domain. What I'm attempting to do is migrate some files from the samba server to a network appliance, and for areas which are going to be used only by windows
2013 Oct 23
2
performance on document.get_data()
I got some performance issue for document.get_data() and enquire.get_mset(). It costs 35 seconds for matches = enquire.get_mset(0,200), and 3 seconds for iterating all doc in matches to get_data. Is't normal? My index contains 30millions documents. I use python binding to operate xapian. Bellow it's my index structure # value: 0:date, 1:site # data: json message which contains: author,
2012 Mar 25
1
migrating mailboxes on dovecot
Hello all, I want to ask about something I never did before. I have a dovecot/XMail/LAMP/Horde installation on a CentOS 5.5 32-bit system with two domains : domainA and domainB All the users used to have their mailboxes on domainA. However the personell dept decided that 90% of the users will have to have their mailboxes set to domainB and the other 10% will stay at domainA. So, I need to
2010 Nov 19
1
Help: delegated association 'App' returning ActionDispatch::Integration::Session instead
class Foo < ActiveRecord::Base has_one :bar delegate :app, :to => :bar end class Bar < ActiveRecord::Base belongs_to :app def self.attribute_column_names return @@attr_columns if defined?(@@attr_columns) readers = content_columns.map { |n| n.name.intern } - [:created_at,:updated_at] @@attr_columns ||= readers.map { |k| [k, "#{k}=".to_sym] }.flatten end
2017 Mar 18
5
AD integration not working after move/version
Hi! I am in a bit of trouble, I have moved a samba installation from one virtual host to another keeping the configuration files and filesystems. But during the transition something broke, now windows users are no longer able to access their shares. I think it has to do with the AD integration. I do not know it it because some state is missing on this host related to the AD integration or if
2011 Feb 24
2
create dummy variables by for loop
HI, Dear R community, I try to create 100 dummy variables like the following: ack$id_1 <- (ack$ID==1)*1 ack$id_2 <- (ack$ID==2)*1 .. . ack$id_100 <- (ack$ID==100)*1 I used the following codes: for(i in 1:100){ ack$id_[i] <- (ack$ID==i)*1 } But only one column is created, can anyone help me? Thanks a lot! -- Sincerely, Changbin --
2018 Nov 17
2
Forum
Hi Bruce Thank you very much for reaching out. This is likely to be a short discussion due to me potentially learning that my infrastructure possibly has shortfalls that I did not appreciate until just recently. What I was hoping to do is deploy Windows from a Thecus branded NAS. Natively the NAS does not support PXE, but with community created mods it is achievable. So with this mod
2010 Oct 13
1
GDI and MSCMS Color Management Patch
I've made some kind of patch for wine: http://www.megafileupload.com/en/file/275963/dlls-tar-gz.html this tar includes two edited files from wine's dlls directory. It repairs problems with displaying images with enabled color management created by gdi and mscms, for example in Pentax Photo Laboratory or SilkyPix Developer Studio. My information about this problem and previous solution
2011 Sep 29
4
How to run wine regedit on crossover?
I know this is on crossover, but seeing as crosover is just a tweaked version of wine (or something) i thought you guys could help out. Just wondering, I'm wanting to play yuris revenge and red alert 2 on my mac using crossover. It works, but is slow, and so following this; http://www.codeweavers.com/compatibility/browse/cat/?app_id=4149;forum=1;msg=56763 it tells me to run wine regedit. but i
2011 Nov 16
0
Meta property for videos uploaded from rails application
Hi all, Iam having an issue with uploading videos to facebook from my rails application. One of my team member said that we should send meta properties of the video to post on facebook. Iam new to ROR and i dont know how to get the meta properties. Please can anyone help me in this with an example? The code that he gave me was this: I want to do it in rails <meta
2018 Nov 17
0
Forum
Hi Anfo, Windows 7 deployment is actually something I do from pxe... It does requires "extras" from Microsoft to build the windows install image, but they don't cost anything and it's a one time thing.? I'll have to locate my docs on the Windows deployment tool. PXE install of windows is the fastest Windows 7 Ultimate N install I've ever done... Much faster than
2005 Mar 24
3
quota issue POP3
Hi Just u/g to RH FC3 from RH8.0 which seemed to work fine with quotas. I have quotas for usernames set up as /home/domain/domainX/username/ for web space 50MB say 48MB used so 2MB free and /var/mail/spool/username for email. 100MB (60MB used so 40MB is available). /var/mail/username is symbolic linked via to spool/mail under /var dovecot seems to be using the quota for /home/.. and sees
2018 Nov 17
1
Forum
Thank you for the prompt reply. What you said is promising so if I may, with your help can we decipher what SYSLinux files goes where from the ground up? If this is too broad a question or may take up too much of your time then I understand and appreciate your help thus far. Richard -----Original Message----- From: Bruce Ferrell [mailto:bferrell at baywinds.org] Sent: Saturday, 17 November 2018
2002 Sep 09
1
Plots by subject
Hello! I need some help with creating plots for each study subject. I have tried the 'for' command as described in 'An Introduction to R', but I wasn't successful. Here's what I want to do: -Create and save the following overlayed scatterplots for each subject (1 to n). -The data frame is in the form of one line per visit per subject (so more than one line per