Displaying 20 results from an estimated 700 matches similar to: "3.0.20b seems to ignore "ldap user suffix""
2008 Jul 14
5
linux kickstart for domU with a SXCE b90 dom0
Hi All:
Using the following line, I am trying to install Scientific Linux (a
RHEL derivative like CentOS), but the installer never sees my kickstart
file :
virt-install -n test-dev1 --ram=1024 --vcpus=2
--file=/dev/zvol/dsk/zfs_pool/xen/lss-kickstart1/root \
--file=/dev/zvol/dsk/zfs_pool/xen/lss-kickstart1/swap \
--file=/dev/zvol/dsk/zfs_pool/xen/lss-kickstart1/nfs \
--accelerate
2005 Feb 02
4
directory listings
hi together,
i have
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
</directory>
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://www.oddsock.org/cgi-bin/yp-cgi</yp-url>
</directory>
aktiv on the icecast.xml and in
2010 Jun 09
1
counting across leves of factors
I have dataframe with 17factors variables (for example every factor have
3levels)
I have maybe 5000 observation.
And i need to do table where is in every raw 1 of possible combination of
this factors and the numbur how many time is this combination in my dataset.
I wrote one code, but this is very slow and dumb.
it looks like this:
i<-0
for(i1 in levels(hivdat$pohl)){
2015 May 01
2
Could not complete SSL handshake to Amazon EC2 host
Oh my mistake. I mean nrpe without parameters. It should say something
about SSL/TLS aktiv or so.
You could test nrpe without SSL. Use nrpe -n - H host
Am 01.05.2015 13:18 schrieb "Eero Volotinen" <eero.volotinen at iki.fi>:
> well. how about trying default setting and running nrped without xinetd.
>
> --
> Eero
>
> 2015-05-01 14:14 GMT+03:00 Tim Dunphy
2015 May 01
2
Could not complete SSL handshake to Amazon EC2 host
Hi
NRPE: Error receiving data from daemon
Seems as this is not a SSL Problem. Do you have a nagios user account? Cat
/etc/passwd
Am 01.05.2015 18:45 schrieb "Tim Dunphy" <bluethundr at gmail.com>:
> >
> > Oh my mistake. I mean nrpe without parameters. It should say something
> > about SSL/TLS aktiv or so.
> > You could test nrpe without SSL. Use nrpe -n -
2011 Oct 12
5
strsplit question
Dear R People:
I have the following set of data
> Block[1:5]
[1] "5600-5699" "6100-6199" "9700-9799" "9400-9499" "8300-8399"
and I want to split at the -
> strsplit(Block[1:5],"-")
[[1]]
[1] "5600" "5699"
[[2]]
[1] "6100" "6199"
[[3]]
[1] "9700" "9799"
[[4]]
[1]
2015 Sep 23
3
PV AMI for CentOS 7
On Sep 23, 2015, at 9:03 AM, Karanbir Singh <mail-lists at karan.org> wrote:
> On 22/09/15 22:37, Jo Rhett wrote:
>> Is there any chance we could get a PV AMI for CentOS 7 to match the HVM version at https://aws.amazon.com/marketplace/pp/B00O7WM7QW/ref=srh_res_product_title?ie=UTF8&sr=0-2&qid=1442957668341
>>
>> We have prepurchased reserved instances based on
2005 Feb 02
2
directory listings
Guten Tag Frits Letteboer,
Am Mittwoch, 2. Februar 2005 um 14:40 schrieben Sie:
FL> Carsten Henkel wrote:
>> hi together,
>>
>> i have
>> <directory>
>> <yp-url-timeout>15</yp-url-timeout>
>> <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
>> </directory>
>> <directory>
2015 Sep 22
2
PV AMI for CentOS 7
Is there any chance we could get a PV AMI for CentOS 7 to match the HVM version at https://aws.amazon.com/marketplace/pp/B00O7WM7QW/ref=srh_res_product_title?ie=UTF8&sr=0-2&qid=1442957668341
We have prepurchased reserved instances based on older PV machines (m1, c1, etc) It would be very very helpful to have a PV AMI so we could migrate to CentOS 7 on those image types.
2006 Apr 19
5
Reduntant Samba servers?
Hi,
I am trying to setup two redundant Samba Servers.
The file shares are on both servers and needs to be synced.
My best solution is to run an rsync between them every 5 min ?
Are there any smarter solution to this?
Another problem is how I could solve the kerberos authentication in the
best possible way?
We have a Windows AD server and authenticate through kerberos.
If server1 is down I
2006 Jan 28
6
Check if user is in right group
What is the best way of checking this?
I have 3 tables:
groups
users
group_members
class GroupMember < ActiveRecord::Base
belongs_to :group
belongs_to :user
validates_uniqueness_of :user_id, :scope => "group_id"
Then I want a method here that checks if a given user is a member of a
given group. What is the right way of doing that?
def
2015 May 01
2
Could not complete SSL handshake to Amazon EC2 host
> This is strange...
> Do you have SSL aktive on both systems? Run nrpr localy without parameters
> (this should return some nrpe stats) and check ldd for libssl.
I don't seem to have that command.
[root at monitor1:~] #find / -name "*nrpr" 2> /dev/null
[root at monitor1:~] #
And that's on either system.
And if I do an ldd on both, this is what I can tell:
2007 Sep 06
2
problems in read.table
Dear R-users,
I have encountered the following problem every now and then. But I was
dealing with a very small dataset before, so it wasn't a problem (I
just edited the dataset in Openoffice speadsheet). This time I have to
deal with many large datasets containing commuting flow data. I
appreciate if anyone could give me a hint or clue to get out of this
problem.
I have a .dat file
2005 Nov 11
2
Homes on different server...
Hi list
is there any way to specify on wich server a user's home is ? Let me
explain myself... I have a Samba3 PDC here at the head office using
LDAP as an authentication backend. We have offices in other cities and
we would like them to be on the same domain. All those offices are
linked using VPNs. I have no problem to configure LDAP and Samba to work
together. The problem is that i
2005 Aug 08
4
Problem with DFS mounting (works OK in smbclient) [samba-3.0.14a-2.1.fc4.kde]
I am having problems mounting a DFS share, even though it works in smbclient
fine.
After mounting, the mount point (in ls) has question marks for everything, and
when ls'ing I just get permission denied.
Turning up debug and verbose don't seem to help. Any ideas ?
[tom@charles-compaq@1306 /home/tom/Projects/gbb-core-app ]
smbclient //exchsvr/dfs -U tchiverton -W BLUEFINGER
Password:
2015 Oct 17
0
PV AMI for CentOS 7
On Sep 23, 2015, at 9:03 AM, Karanbir Singh <mail-lists at karan.org <mailto:mail-lists at karan.org>> wrote:
>> On 22/09/15 22:37, Jo Rhett wrote:
>>> Is there any chance we could get a PV AMI for CentOS 7 to match the HVM version at https://aws.amazon.com/marketplace/pp/B00O7WM7QW/ref=srh_res_product_title?ie=UTF8&sr=0-2&qid=1442957668341
2008 Aug 27
3
Solaris nss_ldap vs PADL nss_ldap
Hi All,
Any thoughts on why, while everything seems ok at the OS level
(getent , id -a ) Samba
doesn't pickup any supplementary groups when Solaris is configured with
'group: files ldap' in
nsswitch.conf and using it's own native nss_ldap.so.1 but does when
using PADL's nss_ldap?
Everything else is equal.
Do they use/accept different calls or could it be an
2006 Jan 03
1
Summary functions to dataframe
I have written a few different summary functions. I want to calculate
the statistics by groups and I am having trouble getting the output as a
dataframe. I have attached one example with a small dataset that
calculates summary stats and percentiles, I have others that calculate
upper confidence limits etc. I would like the output to be converted to
a dataframe with one of the columns as the
2006 Aug 06
0
Can I strip a file suffix off a URL with routing?
I would like a route that strips of the suffix of a url before
determining the action. Eg:
http://mydomain.com/my_controller/my_action.pdf
Would map to: { :controller => ''my_controller'', :action => ''my_action'' }
Is this possible?
Thanks,
-Jonathan.
2006 Feb 01
1
distance_of_time_in_words_to_now with "ago" suffix
I wanted the distance_of_time_in_words_to_now method to have '' ago''
suffixed to it when the date is in the past, I assumed this would be the
default behaviour but apparently not. I know of a REALLY messy way that
i could solve this with, but it''s so ugly I can''t be bothered
Does anybody have an easy, elegant solution?