Displaying 20 results from an estimated 34 matches for "pht".
Did you mean:
php
2018 Jun 21
4
Problem joining a samba Dc to a winbdows domain
...g to join a self compiled samba 4.8.2 DC to an existing Windows domain
using https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory#Joining_the_Active_Directory_as_a_Domain_Controller
as instructions.
The smb.conf looks like the following:
[global]
netbios name = PHT-VDC1
realm = EXAMPLE.COM
server role = active directory domain controller
server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbindd, ntp_signd, kcc, dnsupdate
workgroup = EXAMPLE
[netlogon]
path = /usr/local/samba/var/locks/sysvol/example.com/scripts...
2018 Jun 21
2
Problem joining a samba Dc to a winbdows domain
...ws domain using
>> https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory#Joining_the_Active_Directory_as_a_Domain_Controller
>> as instructions.
>>
>> The smb.conf looks like the following:
>>
>> [global]
>> netbios name = PHT-VDC1
>> realm = EXAMPLE.COM
>> server role = active directory domain controller
>> server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc,
>> drepl, winbindd, ntp_signd, kcc, dnsupdate workgroup = EXAMPLE
>>
>> [netlogon]
>> path = /u...
2018 Jun 21
0
Problem joining a samba Dc to a winbdows domain
...to an existing
> Windows domain using
> https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory#Joining_the_Active_Directory_as_a_Domain_Controller
> as instructions.
>
> The smb.conf looks like the following:
>
> [global]
> netbios name = PHT-VDC1
> realm = EXAMPLE.COM
> server role = active directory domain controller
> server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc,
> drepl, winbindd, ntp_signd, kcc, dnsupdate workgroup = EXAMPLE
>
> [netlogon]
> path = /usr/local/samba/var/locks/sy...
2018 Jun 21
0
Problem joining a samba Dc to a winbdows domain
...://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory#Joining_the_Active_Directory_as_a_Domain_Controller
> >> as instructions.
> >>
> >> The smb.conf looks like the following:
> >>
> >> [global]
> >> netbios name = PHT-VDC1
> >> realm = EXAMPLE.COM
> >> server role = active directory domain controller
> >> server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc,
> >> drepl, winbindd, ntp_signd, kcc, dnsupdate workgroup = EXAMPLE
> >>
> >> [net...
2020 Jul 28
2
Phabricator down for maintenance tonight
...@ -214,6 +214,23 @@ final class PHUIDiffInlineCommentDetailView
> (!$is_synthetic);
>
> if ($can_reply) {
> + $action_buttons[] = id(new PHUIButtonView())
> + ->setTag('a')
> + ->setIcon('fa-reply')
> + ->setTooltip(pht('Reply'))
> + ->addSigil('differential-inline-reply')
> + ->setMustCapture(true)
> + ->setAuralLabel(pht('Reply'));
> +
> + $action_buttons[] = id(new PHUIButtonView())
> + ->setTag('a')
> + -&g...
2018 Jun 21
2
Problem joining a samba Dc to a winbdows domain
...using
> > https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory#Joining_the_Active_Directory_as_a_Domain_Controller
> > as instructions.
> >
> > The smb.conf looks like the following:
> >
> > [global]
> > netbios name = PHT-VDC1
> > realm = EXAMPLE.COM
> > server role = active directory domain controller
> > server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc,
> > drepl, winbindd, ntp_signd, kcc, dnsupdate workgroup = EXAMPLE
> >
> > [netlogon]
> > p...
2020 Jul 28
2
Phabricator down for maintenance tonight
On Tue, Jul 28, 2020 at 11:04 AM MyDeveloper Day <mydeveloperday at gmail.com>
wrote:
> Out of interest are you keeping the local modifications in a fork of the
> Phabricator source (llvm-phabricator)? Firstly we should be keeping any
> changes we make in source control but also it's good to review those
> changes.
>
I didn't innovate, Manuel set it up originally and
2018 Aug 27
2
Problems removing a SBS 2008 server from a Samba AD DC.
...ontact the samba4 DC. I have checked replication as per
https://wiki.samba.org/index.php/Verifying_the_Directory_Replication_Statuses
All of the tests pass.
Since we are going to retire the Windows server, I figured I would try just
running "samba-tool domain demote --remove-other-dead-server=PHT1". That gave
me the error described in https://bugzilla.samba.org/show_bug.cgi?id=13484.
So I patched remove_dc.py as called out in the above bug. Once that was done
I now get the following error:
(pht-vdc1 pts8) # samba-tool domain demote --remove-other-dead-server=PHT1
ERROR(ldb): uncaught e...
2018 Jun 22
3
Problem joining a samba DC to a windows domain
...handled this by silently dropping
> these links, which isn't ideal. So on Samba 4.7, after the join
> succeeds, it's probably worth running 'samba-tool drs replicate
> --full-sync' to make sure the new DC has all the linked attributes.
I ran "samba-tool drs replicate PHT-VDC1 PHT1 dc=example,dc=com --full-sync"
and it returned "Replicate from PHT1 to PHT-VDC1 was successful".
> In Samba 4.8, instead of dropping the link, we added code that used the
> GET_TGT flag in the DRS message to force the Windows DC to send all the
> link target objec...
2011 Jan 21
1
Error in ANOVA for model comparison
...ary(car) for which one should use anova with A capital letter (Anova instead of anova), but I could not find car library as it says it does not exist.
> Model <- lm(interceptG ~ SW + TSC + FSC + PF + SlopeG + K, data=AllTrait)
> Model1 <- lm(interceptG ~ SW + TSC + FSC + PF + SlopeG + PHt, data=AllTrait)
Error in anova.lmlist(object, ...) :
models were not all fitted to the same size of dataset
I have NA in the datafile, should that be the problem?
Kind regards and thanks in advance
Rosario
[Bug 2661] New: openssh | request for a informational output to user instead of just password prompt
2017 Jan 06
3
[Bug 2661] New: openssh | request for a informational output to user instead of just password prompt
...(ex. key1.pub) in the same directory, the
automatic login will fail and will drop the user to the password
prompt.
Sample openssh version:
santi at osuse:~> rpm -qi openssh
Name : openssh
Version : 7.2p2
Release : 6.1
Architecture: x86_64
Install Date: Wed 04 Jan 2017 10:01:31 AM PHT
Group : Productivity/Networking/SSH
Size : 5576705
License : BSD-2-Clause and MIT
Signature : RSA/SHA256, Tue 18 Oct 2016 09:01:48 PM PHT, Key ID
b88b2fd43dbdc284
Source RPM : openssh-7.2p2-6.1.src.rpm
Build Date : Tue 18 Oct 2016 09:01:15 PM PHT
Build Host : cloud103
Relocati...
2003 Apr 14
1
updating from 4.8-RELEASED to 4.8-STABLE
...d at /root.
2nd: cd /usr/src; make buildworld; make buildkernel
KERNCONF=BUFDAEMON; make installkernel
KERNCONF=BUFDAEMON
3rd: reboot; mergemaster -p; make installworld;
mergemaster; reboot.
after rebooting: i execute uname -a
FreeBSD dvd.ripped.com 4.8-RC FreeBSD 4.8-RC #1: Tue
Apr 18 17:47:27 PHT 2023
ken@dvd.ripped.com:/usr/obj/usr/src/sys/BUFDAEMON
i386
AS YOU CAN see, it didnt change to FreeBSD 4.8-STABLE,
anyone has a better idea and direct me the on how to
upgrade it? thanks :)
__________________________________________________
Do you Yahoo!?
The New Yahoo!...
1999 Dec 11
2
SAS XPORT Transport Format
...missions of data. As a
result, this format has been openly documented.
The URL for the documentation on the format is
http://ftp.sas.com/techsup/download/technote/ts140.html
Information on the FDA standards for Electronic submissions is given at
http://www.sas.com/software/industry/pht/fda/index.html
Has anyone written code to import data stored in this format into R?
Saikat DebRoy and I started reverse-engineering the format before our
colleague pointed out that it was openly documented. It was a rather
interesting exercise because floating point format is _not_ an IEEE
forma...
2018 Jun 21
0
Problem joining a samba Dc to a winbdows domain
...https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory#Joining_the_Active_Directory_as_a_Domain_Controller
>>> as instructions.
>>>
>>> The smb.conf looks like the following:
>>>
>>> [global]
>>> netbios name = PHT-VDC1
>>> realm = EXAMPLE.COM
>>> server role = active directory domain controller
>>> server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc,
>>> drepl, winbindd, ntp_signd, kcc, dnsupdate workgroup = EXAMPLE
>>>
>>> [netlogon]...
1999 Jan 06
0
FW: SUGGESTION: allow TZ to be specified at time of mount (PR#124 25)
Dear John,
>Samba fully honours Unix timezone info. All my sites run their Linux
hardware clocks
>set at GMT. Under Red Hat Linux, or Caldera, SuSE, or PHT TurboLinux,
the Linux
>"timeconfig" command can be used to do this. The timezone for the
server is
>selected appropriately
I ran timezone and found it had hardware clock set to GMT and TZ set to
GB. Setting TZ to GMT had no affect on the timestamps of the files.
>All files get...
2007 Jul 27
2
Sangoma on Fedora 7 x86_64
...0
Flags: bus master, medium devsel, latency 64, IRQ 10
Memory at fdde0000 (32-bit, non-prefetchable) [size=64K]
Nothing else uses IRQ 10.
An error when i installed wanpipe stable version 2.3.4-12, i also get
the same error when i used wanpipe 3.1.2
WANPIPE DRIVER COMPILE LOG
Thu Jul 26 21:26:33 PHT 2007
-----------------------------------
make -C /lib/modules/2.6.22.1-27.fc7/build
SUBDIRS=/usr/local/src/wanpipe-2.3.4-12/kdrvtmp CC=gcc KBUILD_VERBOSE=0
modules
make[1]: Entering directory `/usr/src/kernels/2.6.22.1-27.fc7-x86_64'
CC [M] /usr/local/src/wanpipe-2.3.4-12/kdrvtmp/sdladrv_src....
2013 May 17
2
How could I see the source code of functions in an R package?
...;& model == "ht") {
ht <- match.call(expand.dots = FALSE)
m <- match(c("formula", "data", "subset", "na.action",
"index"), names(ht), 0)
ht <- ht[c(1, m)]
ht[[1]] <- as.name("pht")
ht <- eval(ht, parent.frame())
return(ht)
}
if (!is.null(dots$instruments)) {
as.Formula(formula, dots$instruments)
deprec.instruments <- paste("the use of the instruments argument is
deprecated,",
"use two-part formula...
2000 Jan 06
1
Are blank fields allowed in SAS data sets?
...;t have a record in which all the fields are
blank?
One could pass this off as of little interest to the R community
except that this format is now a "standard" that has been adopted by
the United States Food and Drug Administration (FDA). See
http://www.sas.com/software/industry/pht/fda/index.html
--
Douglas Bates bates@stat.wisc.edu
Statistics Department 608/262-2598
University of Wisconsin - Madison http://www.stat.wisc.edu/~bates/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel ma...
2018 Aug 27
0
Problems removing a SBS 2008 server from a Samba AD DC.
...nding on one point..
On Mon, 27 Aug 2018 at 21:35, Tom Diehl via samba <samba at lists.samba.org>
wrote:
> In addition, I tried running samba-tool dbcheck --cross-ncs --fix
> that command generates over 400 errors that it claims it is going to fix
> but
> it does not.
>
> (pht-vdc1 pts9) # samba-tool dbcheck --cross-ncs --fix --yes
> [...]
> ERROR: Failed to fix old DN string on attribute
> msSBSComputerUserAccessOverride : (16, "attribute
> 'msSBSComputerUserAccessOverride': no matching attribute value while
> deleting attribute on 'CN=Ch...
2004 Jan 21
2
winbind hang
All;
I'm having an odd problem with winbind.
I just installed Samba 3.0.2 pre1 on a Solaris 9 server.
smbd/nmbd/winbindd all start ok.
But when it first starts, if I try "wbinfo -u", it hangs. As does "getent
passwd". This will continue for the first couple hours after a restart. Then,
things will suddenly start to work, and be fine for the rest of the time. Until I
have