similar to: FW: Newbie struggling with "factors"

Displaying 20 results from an estimated 3000 matches similar to: "FW: Newbie struggling with "factors""

2002 Mar 29
3
Newbie struggling with "factors"
I am processing some survey results, and my data are being read in as "factors". I don't know how to process these things in any way. To start with, several of the survey questions are mulit-choice check boxes on the original (web-based) survey, as in "check all that apply". These are encoded as numbers. For example, if the survey has a question: Which operating systems
2015 Jul 06
0
Migration Samba3 -> Samba4: Accessing domain member server is not working
Thanks for your reply, Rowland Penny <rowlandpenny241155 at gmail.com> wrote on 06.07.2015 10:03:20: > > In the first 2 lines of the log I see the SIDs dumped. > > Both for my domain and for my member server. > > > > SID for local machine OSUSE-TEST is: > > S-1-5-21-1853263269-3041869306-167322181 > > SID for domain MYDOM is:
2015 Jul 06
2
Migration Samba3 -> Samba4: Accessing domain member server is not working
On 06/07/15 11:33, Roland Schwingel wrote: > > Thanks for your reply, > > Rowland Penny <rowlandpenny241155 at gmail.com> wrote on 06.07.2015 > 10:03:20: > > > > In the first 2 lines of the log I see the SIDs dumped. > > > Both for my domain and for my member server. > > > > > > SID for local machine OSUSE-TEST is: > > >
2015 Jul 03
2
Migration Samba3 -> Samba4: Accessing domain member server is not working
Hi ... When trying to migrate from samba3 to samba 4.2.2 I am facing a severe problem that bugs me for hours now. I cannot get a samba 4.2.2 fileserver to work with a samba 4.2.2 PDC as a domain member. My scenario: Samba 3 network. PDC and fileserver where Samba 3.6.25. LDAP backend. We can't move to AD right now so I wanted to move to the current 4.2.2 at least to do this step but to
2015 Jul 06
5
Migration Samba3 -> Samba4: Accessing domain member server is not working
Good morning Rowland and samba list ... Rowland Penny wrote on 03.07.2015 18:36:32: > From: Rowland Penny <rowlandpenny241155 at gmail.com> > To: samba at lists.samba.org, > Date: 03.07.2015 18:40 > Subject: Re: [Samba] Migration Samba3 -> Samba4: Accessing domain > member server is not working > Sent by: samba-bounces at lists.samba.org > > On 03/07/15
2015 Jul 06
0
Migration Samba3 -> Samba4: Accessing domain member server is not working
Good morning Rowland and samba list ... Rowland Penny wrote on 03.07.2015 18:36:32: > From: Rowland Penny <rowlandpenny241155 at gmail.com> > To: samba at lists.samba.org, > Date: 03.07.2015 18:40 > Subject: Re: [Samba] Migration Samba3 -> Samba4: Accessing domain > member server is not working > Sent by: samba-bounces at lists.samba.org > > On 03/07/15
2017 Jan 06
3
[Bug 2661] New: openssh | request for a informational output to user instead of just password prompt
https://bugzilla.mindrot.org/show_bug.cgi?id=2661 Bug ID: 2661 Summary: openssh | request for a informational output to user instead of just password prompt Product: Portable OpenSSH Version: 7.2p2 Hardware: All OS: Linux Status: NEW Severity: enhancement Priority: P5
2015 Mar 18
0
Bug 3831: basic_ncsa_auth Blowfish and SHA support, really fixed?
Hi, I'm using squid-3.3.8-12.el7_0.x86_64 on CentOS 7 I've configured squid for basic authentication, md5 password *works*, but if fails when I try to use either blowfish or sha password. Below is the cache.log when it fails: 2015/03/18 17:21:02.637 kid1| Checklist.cc(275) matchNode: 0x7f217e8baca8 matched=0 async=0 finished=0 2015/03/18 17:21:02.637 kid1| Checklist.cc(299)
2014 Apr 24
2
[PATCH] virt-v2v: Catch invalid initrd path
In some cases (specifically, SUSE grub2 environments) it is possible to fail to update the block entries in device.map. In turn, this causes an invalid path to be returned in perl-Bootloader code, which causes the conversion to fail with the following message: is_file_opts: is_file: is_file_stub: path must start with a / character This patch prevents the problem by adding device.map (for
2010 Dec 05
1
[PATCH 4/5][REPOST][BTRFS-PROGS] Avoid to scan cdrom and floppy
Hi all, the commands "btrfs filesystem show" and "btrfs device scan" look at the /dev directory (and it subdirectories) for every block devices. This is a slow process because floppy and cdrom are also checked. Moreover, as highlighted by Helmut, if udev is not used, the /dev directory is populated by high number of non-existant devices, which slow the process. My patch
2003 Feb 11
2
Periods instead of spaces in dataframe names?
Basic question: when I use names() to extract the name of a dataframe element, why does it have "." instead of " " between words? Context: I'm importing a CSV file of survey results for analysis. I read them like this: df <- read.csv("surveydata.csv",nrows=40,header=TRUE,
2002 Mar 27
0
Any good examples of survey processing?
I'm trying to get a semi-automated approach to processing survey data that I'm getting from mod_survey, an Apache-based web survey tool. It looks like one can do this with enough experience in writing R routines. Before I start from scratch, is there a sample file that shows good techniques for producing labeled graphs and tables from survey data with R? I've looked but not found what
2009 May 01
1
Server test suite
Hi, I have an interest in software that will allow me to define test suites for servers. We have several thousand Linux systems, and after we build or rebuild each one, we have a checklist. I am trying to automate this checklist, and ideally have it run against all of our servers on a regular basis and report inconsistencies. Is anyone aware of open-source software that will do this, or do I
1998 Jul 13
0
Re: RedHat 5.X Security Book
Somebody wrote: >>> The only thing I can see coming out of a "checklist" security setup >>> is a false sense of security. Depends on how you use it. For me, a checklist is a starting point -- an outline of what I need to know about. For others, a checklist is a labor-saving device. And some might use it both ways. In other words, there's the thing, and
2002 Mar 27
1
read.table problem with column headers
When I use read.table I can't get my column names to line up with my data. The data file has survey response data, and each line starts with a unique key field (which should be the row name when it gets read in, right? I've only been using R for one day so bear with me) The first row in the file has column names, and the first name is "Key", followed by "Age" and so
2013 Oct 12
0
Re: [PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
On Friday, October 11, 2013 04:57:32 PM Mike Latimer wrote: > I think I've addressed all the concerns you raised in the following patch. > Can you take a look and let me know if I've created any new ones? ;) Other than the concern about being a little too obsessed about the 79 character line length. ;) This version of the patch has all the unecessary cleanup removed, and only
2006 Nov 10
2
Checklist for eDirectory back-end?
Aren't Friday's wonderful! I've just been hit up with a request from management to install Samba on our Solaris 8 UNIX servers to share out information to the windows PC's. This wouldn't be an issue if the backend was Windows AD but in our case it's eDirectory. The shares also need to be seamlessly accessible to eDirectory based groups/users without interfering with the
2010 Nov 15
0
Asterisk Maintenance Checklist
Dear All, Can anybody please refer to Asterisk / Linux server maintenance checklist or tutorial ? Regards, -- Kashif Naeem Business Development Manager Hadi Telecom www.haditelecom.com Cell: +92 (0)345 4226006 Office: +92 (0)42 32801143 Email: kashif at haditelecom.com MSN: kashif__naeem at hotmail.com Gmail: meet.kashif at gmail.com Skype: kashif.naeem -------------- next part
2004 Feb 22
1
Can someone verify my checklist?
Hi guys, Here's what I'm doing: Upgrading fro Samba 2.2.8a to Samba 3.0.2a Simultaneously migrating to a new server. My checklist: << (*)=done , (-) = remaining >> * Download and install Samba 3.0.2a on the new server * Clone (by hand) hostname, sldapd, nssswitch * Hand edit new smb.conf to match the old config. * Export ldif file from old LDAP db * Dump old Domain SID
2010 Feb 14
2
nmbd appears unresponsive
I am trying to get Samba 3.4.0 (on an Ubuntu 9.10 box) set up as a file server for my home. The router is 10.1.10.1; the Ubuntu box ("chronicles") is 10.1.10.2; the OS X box I'm using for testing purposes ("job") is 10.1.10.3. From job, I can see ports 139 and 445 on chronicles are open. Neither box has 'chronicles' or 'job' listed in its /etc/hosts file.