Displaying 9 results from an estimated 9 matches for "ridd".
Did you mean:
rid
2013 Apr 13
4
Problems attaching Windows server as secondary DC.
I have my Samba4 up and running. I was able to get a Windows 2012 server
to join the samba4 domain.
However, I have not been able to get the Windows server to promote itself
to a secondary DC.
I would appreciate any suggestions on debugging this issue.
One the Server 2012 machine, in the "prerequisites check", I see the
following message:
"Verification or prerequisites for
2007 Jan 19
2
stale locks
...9;m still using the mbox format (I'm planning to migrate to Maildir
soon), mailboxes are on an NFS filesystem.
I regulary see stale dotlocks files (either from dovecot (29 bytes,
hold the pid of the process) or procmail (1 byte) and processes
stucked in Disk Wait state.
The only way I can get ridd of them is to
restart nfslocking
remove the .lock file
change the inode of the mailbox file
locking strategies are
fcntl for mbox_read in dovecot
dotlock fcntl for mbox_write in dovecot
dotlock fcntl for procmail
so I can't figure out why I see such stale locks and processes.
Note...
2010 Jan 31
0
hepta valen t snugg ling initi ators optio naliz e
handc raftm an dost schem atics retyp ing poser s smoke neces
sitie s nonre alist ic wooll ens verti cally bayan ihan actab
ility total ises bayan ihan gauzy solon chak metas tasiz es
inter surve y phosp hatid ic displ ayabl e invoi cing ridde r
benig nancy eddys tone urim islan der awake ning piran dello
parre l davit s displ ant losse s rubeo lar visio nal legen d
abbre viati on incid ent spurn s nurtu rant penta grams tamis
gauzy panat ella value d parre l fasti dious ly decat hlons
surfi ng disse cted worsh ip...
2008 Jul 09
8
Using zfs boot with MPxIO on T2000
Here is what I have configured:
T2000 with OBP 4.28.6 2008/05/23 12:07 with 2 - 72 GB disks as the root disks
OpenSolaris Nevada Build 91
Solaris Express Community Edition snv_91 SPARC
Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 03 June 2008
1997 Aug 07
9
printer problem
>Date: Mon, 4 Aug 1997 10:05:04 +0200
>From: marc.waknine@espace.aerospatiale.fr
>To: samba@arvidsjaur.anu.edu.au (Non Receipt Notification Requested)
>Subject: printer problem . URGENT help form SAMBA team !!
>Message-ID: <9708040805.AA06185@musun95009.espace.aerospatiale.fr>
>
>on the SAMBA server i declare some printers
>everything is ok in win3.11 because all
2008 Nov 29
75
Slow death-spiral with zfs gzip-9 compression
I am [trying to] perform a test prior to moving my data to solaris and zfs. Things are going very poorly. Please suggest what I might do to understand what is going on, report a meaningful bug report, fix it, whatever!
Both to learn what the compression could be, and to induce a heavy load to expose issues, I am running with compress=gzip-9.
I have two machines, both identical 800MHz P3 with
2011 Jan 26
0
domU gets freeze at boot
Hi there
I''m having this little problem, I''ve installed Xen 3.1.0 on Debian Lenny
with linux-image-2.6.26-1xen-amd64, everything looks normal. The dom0 is
running, I can create other domains from config files, but when a domU boots
from a CD it just get frezee. I''ve tried using a Windows XP and it stops
with the blue screen asking for F6 if you want to install a SCSI or
2011 May 18
0
DTrace talk by Jim Mauro
Folks here might be interested in watching Jim Mauro give a presentation on DTrace at a recent OpenSolaris User Group meeting in London. Jim probably needs no introduction here, but is a co-author of the new DTrace book.
Videos of his presentation are up at <http://www.youtube.com/playlist?p=PL21BE4DAC8A23B9BB>.
Chris
2002 Mar 08
0
contrib/solaris/buildpkg.sh buglet
Hi,
The line grabbing the version out of version.h is slightly broken in 3.1p1:
VERSION=`tail -1 ../../version.h | sed [.....]
because there's an extra blank line at the end of version.h. It would be
more robust if the script did something like this instead:
VERSION=`grep SSH_VERSION ../../version.h | sed [....]
Cheers,
Chris