Displaying 20 results from an estimated 4000 matches similar to: "3.0 PDC Cannot find root user"
2003 Oct 23
1
security=domain problem: "could not fetch trust account password for domain"
When configuring a SunOS 5.9 box running Samba 2.2.8a with security=domain,
as per
http://us2.samba.org/samba/docs/using_samba/ch04.html#samba2-CHP-4-SECT-7 I
get the following error "could not fetch trust account password for domain"
when trying to connect to a share via 'net use * \\server\share
/user:domain\username'
However, 'security=user' works correctly.
2012 Mar 12
1
[PATCH] virt-v2v: Support for Converting VirtualBox Guests
Hi,
attached is an updated [1] patch for virt-v2v to support converting
VirtualBox guests with VirtualBox Guest Additions [2] installed. With
the patch applied a VirtualBox RHEL 6 guest with Guest Additions can be
converted with the steps documented in the manual page.
I've tested this patch on a RHEL 6.2 host running VirtualBox 4.1.8 using
a RHEL 6.2 guest, the guest works as expected
2014 Aug 15
2
Bind config question, centos 5.10
I must have something mis-configured in my bond setup. Things are working, but
I'm getting TONS of this sort of stuff in my log:
+2001:502:ad09::4#53: 1 Time(s)
network unreachable resolving 'kns1.kuwaitnet.net/A/IN':
+2001:503:231d::2:30#53: 1 Time(s)
network unreachable resolving 'kns1.kuwaitnet.net/A/IN':
+2001:503:a83e::2:30#53: 1 Time(s)
network unreachable
2004 Mar 03
2
Changing background in splom et al.
Context: Windows XP, R 1.8.1
I'm studying Venables-Ripley "MASS" book and having a go at the many examples
in library MASS. The code I'm checking (from script ch04.R) now is
......
data(swiss)
splom(~ swiss, aspect = "fill",
panel = function(x, y, ...) {
panel.xyplot(x, y, ...); panel.loess(x, y, ...)
}
)
which produces an agreable plot with a gray
2004 Apr 28
3
Is windbindd necessary?
Is it necessary? I am also confused as to what it does. If I disable it in
the smb.conf file, I can not say I see any difference. I am running 6 XP
pro clients, MDK 9.2 as the file server.
Sincerely,
Matthew J. DiBattista
Matthew J. DiBattista
Information <http://www.ittechs.com/> Technology Technicians
2003 Jul 22
1
Processing a large number of files
I maintain the Devore5 package which contains the data sets from the
5th edition of Jay Devore's text "Probability and Statistics for
Engineering and the Sciences". The 6th edition has now been published
and it includes several new data sets in exercises and examples. In
addition, some exercises and examples from the 5th edition are
renumbered in the 6th edition.
I face the
2016 Apr 18
3
Sum of Numeric Values in a DF Column
Hi,
I request help with the following:
INPUT: A data frame where column "Lower" is a character containing numeric
values (different count or occurrences of numeric values in each row,
mostly 2)
> dput(dd)
structure(list(State = c("Alabama", "Alaska", "Arizona", "Arkansas",
"California"), Lower = c("R 72?33",
2004 Apr 27
1
xp profiles and samba 3.0
How can an xp machine on a samba domain rejoin the domain without having
remote profile problems? When I do a windows logon to the domain after
the pc has rejoined, my old profile is moved to profile.domain, and a
new profile is then copied from the samba domain controller. Why? After
that, some xp things don't pick up with the new profile.
2006 Feb 18
2
SVN migration status
It looks like the Subversion migration is working. The CVS repository
is still there, but in read-only mode. However, the SVN repository
preserves the version history of the CVS repository, albeit organized
slightly differently.
For an introduction to Subversion, this online book is essential:
http://svnbook.red-bean.com/
It is written by some of the Subversion authors. The only drawback I
2011 Apr 21
1
Error running pvals.fnc in R version 2.13.0
Dear R-help:
I've been trying to run pvals.fnc in the newest version of R (2.13.0). The
function lmer worked fine, but when I tried to use pvals.fnc on the lmer
object, I got the following error:
"Error in pvals.fnc(elogr.subj.dys.sum.3x3.p, nsim = 10000) :
trying to get slot "coefs" from an object (class "summaryDefault") that is
not an S4 object."
How can I
2017 Dec 20
2
Does anyone know how to get clipboard and mouse integration in Centos vm?
Hi,
I am running a Centos 7 vm under FreeBSD, and it works very well now,
with KDE installed from DVD iso.
But there's a couple of things missing, which happens only with Centos
vm (Virtualbox):
1) Despite clipboard sharing enabled, copy-paste just does not work
between host and guest
2) Mouse integration does not work. So I have to repeatedly capture
mouse manually both in the host
2016 Apr 18
2
Sum of Numeric Values in a DF Column
... and here is a non-dplyr rsolution:
> z <-gsub("[^[:digit:]]"," ",dd$Lower)
> sapply(strsplit(z," +"),function(x)sum(as.numeric(x),na.rm=TRUE))
[1] 105 67 60 100 80
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom
2015 Oct 06
3
gpo failure
Am 06.10.2015 um 21:26 schrieb mourik jan c heupink:
> I have checked all our policy directories on sysvol, and I have a
> "Registery.pol" only in some "/Machine" directories, and none in "/User"
> or "/Group Policy".
Do you have any policy in the User tree in the GPME in that GPO? If you
never defined one, then the file is missing. Try e. g.
1998 Oct 01
2
w98
Hi!
I have installed Samba 1.9.17p4 on Linux server.
PC with Windows95 and Windows NT( with registery set to enable plain text
password) are connected without any problem.
But PC with Windows98 are not.
Can anybody help me to resolve this problem?
Thank you.
Best regards, Oleg Kustov
2004 Apr 09
0
Connecting to PDC via XP Pro Issues
Greeting Everyone :
I have searched, googled, and even read the list archives on this
topic, but I haven't found a solution yet to this problem. Here are my
system details :
Samba Version 2.2.8a, running on Linux (Gentoo), configured as PDC
and WINS server.
Windows XP Pro computer, fresh installation, registry patches applied.
The problem : DNS SRV error when joining the
2016 Apr 18
0
Sum of Numeric Values in a DF Column
## Continuing with your data
AA <- stringr::str_extract_all(dd[[2]],"[[:digit:]]+")
BB <- lapply(AA, as.numeric)
## I think you are looking for one of the following two expressions
sum(unlist(BB))
sapply(BB, sum)
On Mon, Apr 18, 2016 at 12:48 PM, Burhan ul haq <ulhaqz at gmail.com> wrote:
> Hi,
>
> I request help with the following:
>
> INPUT: A data frame
2004 Apr 24
2
Unable to browse workgroup, shares otherwise accessible
Hi,
After upgrading from Mandrake Linux 9.2 to Mandrake Linux 10 I can no longer
browse my workgroup domain in "My Network Places" from my XP Pro clients.
However, I can still access the shares on my Samba server without problem
using either "Add Network Place" or by entering the path directly in
Explorer. Another symptom is found in my Samba log where a lot of the
2004 Apr 30
5
Windows XP Pro and Samba (file saving)
Sometimes when I save a file to a samba-shared drive the application is
unable to save there and asks if the file is write protected or if the disk
is full.
If I then save it to a local drive and copy it there using Windows
Explorer, it can overwrite the file fine.
Do I need to make that myriad of changes to my XP Pro registry?
Most of the time it works fine, just from time to time it will give
2006 Apr 28
1
two box share one real time configuration database.
hi, alll,,,
there two asterisk box share one realtime database... and all the client is
IAX2.. and registery dynamic...
there have some question need to confirm..
1, when i run iax2 show peers,,,there no show the peers that registed with
real time... the same as run iax2 show users..there not show any real time
users..
2, if user1 have registed with box1,, how user2 on box1 and user3 on box2
2010 May 19
2
Steps to move away parts away from samba?
Morning,
I like samba, but I'm tired of what I feel is fighting battles. I want
to move the PDC portion of samba to an Active Directory server (I've
been told AD is a part of Server 2008?). Would someone please list the
steps for doing this? My rough idea so far is:
- take an LDIF from OpenLDAP
- install the server 2008 box
- load the LDIF into AD
- join the AD box to the samba domain
-