search for: checklist

Displaying 20 results from an estimated 276 matches for "checklist".

2006 Jun 03
4
xentop.c error
Just downloaded the xen-unstable and updated it using mercurial. When i try to do a make install on a Celeron D 64bit processor, i get the following error: xentop.c:291: error: `KEY_DOWN'' undeclared (first use in this function) xentop.c:294: error: `KEY_UP'' undeclared (first use in this function) xentop.c:314: error: `KEY_BACKSPACE'' undeclared (first use in this
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) matchNode: 0x7f217e8baca8 simple mismatch 2015/03/18 17:21:02.637 kid1| Checklist.cc(160) checkAccessList: 0x7f217e8baca8 checking 'http_access allow squid_access' 2015/03/18 17:2...
2014 Apr 24
2
[PATCH] virt-v2v: Catch invalid initrd path
...nsuring first character is '/' + if ($initrd =~ /^\//) { + return $initrd if $g->is_file_opts($initrd, followsymlinks=>1); + } } } @@ -2672,13 +2675,13 @@ sub _remap_block_devices # Add standard configuration files to the checklist push (@checklist, '/files/etc/fstab/*/spec'); + push (@checklist, '/files/boot/*/device.map/*'. + '[label() != "#comment"]'); # Add grub or grub2 files to the checklist if (defined($grub->{grub_conf}))...
2009 Mar 30
0
Sub-Controller Issue on Host Server - Very Mysterious
...and "<root>/cars/ford" and a default index page comes up for each. I created these by running "ruby script/generate controller cars index" and "ruby script/generate controller cars/ford index". However, when I try to do the same thing to make "<root>/checklists" and "<root>/checklists/wedding", I get the following error when trying to access "<root>/checklists/wedding": "Unknown action No action responded to wedding. Actions: index" If I remove the "<root>/checklists" controller and leave...
2010 Dec 05
1
[PATCH 4/5][REPOST][BTRFS-PROGS] Avoid to scan cdrom and floppy
...ists the default is to skip cdroms (/dev/cdrom*) and floppies (/dev/fd*). To revert to the old behaviour use the switch ''--all-devices''. Below the patch, but it is possible to pull the changes from: http://cassiopea.homelinux.net/git/btrfs-progs-unstable.git branch device-checklist Comment are welcome. Regards G.Baroncelli btrfs.c | 10 +- btrfs.devices | 24 ++++++ btrfs_cmds.c | 39 +++++++++-- man/btrfs.8.in | 22 ++++-- utils.c | 196 +++++++++++++++++++++++++++++++++++++++++++++++++++- utils.h | 5 + 6 files changed, 279 insertion...
2006 Nov 10
2
Checklist for eDirectory back-end?
...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 NIS running on the UNIX systems. Oh, and have this done by Friday next week (good luck!). Does anyone have a checklist or cheat-sheet for an installing Samba on a UNIX box using eDirectory for a back-end? I looked through the archive but couldn't find anything even at a high level that might be of assistance (most of it references Linux or AD). Thanks in advance! Mike
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 need to write my own? --Russell
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 p...
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 using smbpassword -X * Convert ldif using &...
2006 Dec 08
7
AD integration checklist
Hi, I compiled Samba 3.0.23d on a CentOS 4.4 machine. Then I configured /etc/krb5.conf for my domain. Was able to successfully run kinit and join my Windows 2003 domain with a net ads join. Net ads user and net ads group returns the users and the groups of the domain. So far so good. I'm kinda stuck on the next step. I would like to grant access to the share defined in smb.conf to anybody
2014 Aug 06
1
wbinfo -u/-g does not query AD DC
I'm setting up a domain member (Debian Wheezy, Samba 3.6.6) to join an AD DC (Wheezy backports, Samba 4.1.9). Everything looks good so far, in particular the checklist (http://linuxcostablanca.blogspot.com.es/2014/06/samba4-winbind-desperation.html) up to number 7 is okay. I also removed nscd. I can do "kinit user" and I can query the samba LDAP to see domain users. I did a "net ads join" and added the DNS for the machine manually, since...
2002 Mar 29
0
FW: Newbie struggling with "factors"
...- sapply( strsplit(n$OSUSE, ",") , function(X) ( "3" %in% X ) ) Alternatively, if you often have variables like this, you might consider creating a new object type that extends factor and that includes the operations that you need. Something like: ### Start Sample Code ### checklist <- function(X, boxnames) { attr(X, "boxnames") <- boxnames class(X) <- c("checklist","factor") return(X) } contains <- function(X, name) { if(is.character(name) ) name <- pmatch( name, attr(X,"boxnames" ) )...
2007 Jul 20
4
Security checklist for new Centos server?
Greetings, everybody I've browsed around a bit, but there seems to be no single practical list of this kind. What would you do to make a new Centos server which must run apache, IMAP (Dovecot) and SMTP (PostFix) and nothing else for a few domains as secure from attacks as possible, using only standard RPM packages as much as possible? (Please note that choice of other IMAP and SMTP servers
2013 Oct 31
6
[PATCH 0/4] virt-v2v: Convert RedHat.pm to Linux.pm
In preparation for an upcoming patch which adds support for SUSE guest conversions, it makes sense to have an intermediate steps that changes the RedHat.pm converter into a more generic Linux converter. The SUSE changes will then be limited in scope to only what is required for SUSE support. This series of patches accomplishes the following: - Renames RedHat.pm to Linux.pm - Modifies Linux.pm
1998 Jul 10
2
Re: RedHat 5.X Security Book
...e I got around to do another "moderation round" this one was the latest. Everyone is keeping good context, so I think you all will be able to follow the discussion. --REW] >>>>> <seifried@seifried.org> writes: >> The only thing I can see coming out of a "checklist" security setup >> is a false sense of security. The moment poor Joe User does >> something unanticipated or tricky, he'll be both unaware of his >> problem and unable to handle it once/if detected. Conversely, a >> clueful user stands a chance at anticipating pro...
2003 Apr 06
5
SIP Testing
We're on track for a release of Asterisk 0.4.0 soon. I'd like to try to see to it that we have squared away our SIP implementation by then, and after that point, try to keep it in tip top shape. In general, I find that SIP is extremely fragile, and every time I try to fix one bug, I end up creating another somewhere. What I need are strategies for verifying that the SIP implementation
2013 Oct 11
2
Re: [PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
...stab and grub's device.map - foreach my $spec ($g->aug_match('/files/etc/fstab/*/spec'), - $g->aug_match('/files/boot/grub/device.map/*'. - '[label() != "#comment"]')) + my @checklist; + my @matchlist; + my $grub2_remap; + + # Add standard configuration files to the checklist + push (@checklist, '/files/etc/fstab/*/spec'); + + # Add grub or grub2 files to the checklist + if (defined($grub->{grub_conf})) { + push (@c...
2004 Feb 08
5
can't access samba server from xp
Hi all, I just setup my samba server 2.2.8 on Solaris 8 Sparc. I am following checklist from 'Samba-Howto-Collection.pdf'. When I run 'net view' from a xp box but got below error message. Could anyone tell what I need to do ? --------------------- c:>net view \\smbhost System error 5 has occured. Access is denied. c:>net use x: \\smbhost\tmp System error 1240...
2006 Sep 20
1
permissions problem with adding a machine
...e user/group store. I ran the net group map to make windows groups to unix groups. I have verified that my administrator users are in group wheel. I do not use the map users file. I found that when I put my administrative user names there they were not permitted to log into the domain. Is there a checklist that I can follow to make sure I didn't forget a step? -- David Bear phone: 602-496-0424 fax: 602-496-0955 College of Public Programs/ASU University Center Rm 622 411 N Central Phoenix, AZ 85007-0685 "Beware the IP portfolio, everyone will be suspect of trespassing"
2012 Feb 18
1
Hoping to contribute
Hello everyone. My 'wikiname' is JariJaakkola. I have a desire to be able to contribute to the CentOS community in some way. So, I am proposing a page that would be called a 'Newcomer's Checklist'. I feel the location of such page could best be decided by someone else as it would at least depend on the quality/usefulness of the page. Thank you, Jari -- Jari Jaakkola jarijaakkola at fastmail.net