Displaying 20 results from an estimated 400 matches similar to: "Problem with smbclient to Windows 2003 Server."
2005 Aug 11
2
SuSE 9.3 + Samba 3 + LDAP
Horst B. Simon wrote:
> Hi All,
>
> I have OX with Samba 3 and Ldap working fine, except that workstation
> can not join the domain. When I try to join the domain I get
> following error message: The following error occurred attempting to
> join the domain. Can not find user name in Domain. But the user is
> there and it creates the computer in ou=computers in ldap. All users
2014 Jun 18
6
[Qemu-devel] Why I advise against using ivshmem
On Tue, Jun 17, 2014 at 11:44:11AM +0200, Paolo Bonzini wrote:
> Il 17/06/2014 11:03, David Marchand ha scritto:
> >>Unless someone steps up and maintains ivshmem, I think it should be
> >>deprecated and dropped from QEMU.
> >
> >Then I can maintain ivshmem for QEMU.
> >If this is ok, I will send a patch for MAINTAINERS file.
>
> Typically, adding
2014 Jun 18
6
[Qemu-devel] Why I advise against using ivshmem
On Tue, Jun 17, 2014 at 11:44:11AM +0200, Paolo Bonzini wrote:
> Il 17/06/2014 11:03, David Marchand ha scritto:
> >>Unless someone steps up and maintains ivshmem, I think it should be
> >>deprecated and dropped from QEMU.
> >
> >Then I can maintain ivshmem for QEMU.
> >If this is ok, I will send a patch for MAINTAINERS file.
>
> Typically, adding
2010 Dec 28
1
Problem applying McNemar's - Different values in SPSS and R
Hi friends,
I get different values for McNemar's test in R and SPSS. Which one should i
rely on when the p values differ.
I came across this problem when i started learning R and seriously give up
on SPSS or any other proprietary software.
Thank u in advance
Output in SPSS follows
*Crosstab*
hsc
Total
ABN
NE
ABN
tvs
ABN
Count
40
3
43
Row %
93.0%
7.0%
2014 Jun 17
4
[Qemu-devel] Why I advise against using ivshmem
Hello all,
On 06/17/2014 04:54 AM, Stefan Hajnoczi wrote:
> ivshmem has a performance disadvantage for guest-to-host
> communication. Since the shared memory is exposed as PCI BARs, the
> guest has to memcpy into the shared memory.
>
> vhost-user can access guest memory directly and avoid the copy inside the guest.
Actually, you can avoid this memory copy using frameworks like
2014 Jun 17
4
[Qemu-devel] Why I advise against using ivshmem
Hello all,
On 06/17/2014 04:54 AM, Stefan Hajnoczi wrote:
> ivshmem has a performance disadvantage for guest-to-host
> communication. Since the shared memory is exposed as PCI BARs, the
> guest has to memcpy into the shared memory.
>
> vhost-user can access guest memory directly and avoid the copy inside the guest.
Actually, you can avoid this memory copy using frameworks like
2006 Apr 06
2
Using --link-dest works on small directory tree but not large one
I'm using version 2.6.3 on OS X. I'm trying to use --link-dest to keep some
rolling backups of production websites. There is about 2GB of data in 60,000
total files. I do an initial rsync to get an initial copy of the data, and
each day thereafter I run rsync again with --link-dest to create a new daily
backup. For some reason, in the subsequent runs, rsync updates a whole lot
of files
2003 Oct 31
1
samba-3.0.0 release won't authenticate
Hello,
This is the 3rd time I'm sending the message.
I've just upgraded from samba3-alpha23 to samba3.0.0 release. I'm
running samba with an LDAP backend and I used the convertSambaAccount
conversion script, and now the latest 3.0.0 ldap schema. The problem I
have is that no Windows user can authenticate against their home
directory, or any other machine. Authentication against the
2007 Mar 13
3
Win32 services management?
Hi there,
I just saw samba added the "net rpc service" for Win32 service
management since 3.0.20, and it's fantastic. I used to use samba-tng
to do this job, but now I can use samba! However, I also found it has
limited usage. I cannot pass parameters when I start a service, and I
cannot create a new service, too.
Is there any plan for samba to extend this feature?
--
Best
2014 Jun 18
1
[Qemu-devel] Why I advise against using ivshmem
Hello Stefan,
On 06/18/2014 12:48 PM, Stefan Hajnoczi wrote:
> One more thing to add to the list:
>
> static void ivshmem_read(void *opaque, const uint8_t * buf, int flags)
>
> The "flags" argument should be "size". Size should be checked before
> accessing buf.
You are welcome to send a fix and I will review it.
>
> Please also see the bug fixes in
2014 Jun 18
1
[Qemu-devel] Why I advise against using ivshmem
Hello Stefan,
On 06/18/2014 12:48 PM, Stefan Hajnoczi wrote:
> One more thing to add to the list:
>
> static void ivshmem_read(void *opaque, const uint8_t * buf, int flags)
>
> The "flags" argument should be "size". Size should be checked before
> accessing buf.
You are welcome to send a fix and I will review it.
>
> Please also see the bug fixes in
2016 Jan 14
1
[PATCH] virtio_pci: fix use after free on release
KASan detected a use-after-free error in virtio-pci remove code. In
virtio_pci_remove(), vp_dev is still used after being freed in
unregister_virtio_device() (in virtio_pci_release_dev() more
precisely).
To fix, keep a reference until cleanup is done.
Fixes: 63bd62a08ca4 ("virtio_pci: defer kfree until release callback")
Reported-by: Jerome Marchand <jmarchan at redhat.com>
Cc:
2016 Jan 14
1
[PATCH] virtio_pci: fix use after free on release
KASan detected a use-after-free error in virtio-pci remove code. In
virtio_pci_remove(), vp_dev is still used after being freed in
unregister_virtio_device() (in virtio_pci_release_dev() more
precisely).
To fix, keep a reference until cleanup is done.
Fixes: 63bd62a08ca4 ("virtio_pci: defer kfree until release callback")
Reported-by: Jerome Marchand <jmarchan at redhat.com>
Cc:
2012 Feb 01
2
location of check.Renviron on Windows
Doing package development on a Windows 7 machine, and I want to tell R
check not to worry about the "suggested" packages.
I realize this can be done using the ~/.R/check.Renviron file, but
what directory corresponds to "~"? Is that supposed to be the user
directory? Or is it some other directory?
I have this _R_CHECK_FORCE_SUGGESTS_=false (have also tried FALSE) in
2016 Sep 09
1
Announcing the R Documentation Task Force
cross-posting announcement to R-Announce, R-devel and R-package-devel.
The R Consortium recently announced
(https://www.r-consortium.org/news/blogs/2016/08/r-consortium-funds-three-projects-july)
support of the R Documentation Task Force. The task force aims to
design and implement the next generation documentation system for R. We
aim to take the best from the many attempts to improve
2003 Apr 30
1
Samba PDC/LDAP how to get Win2000 Administrator account?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> Date: Wed, 30 Apr 2003 16:33:16 +1000
> From: Lance Rathbone <l.rathbone@imb.uq.edu.au>
> To: samba@lists.samba.org
> Subject: [Samba] Samba PDC/LDAP how to get Win2000 Administrator account?
> Message-ID: <p05100303bad51ce40e4a@[130.102.118.14]>
> In-Reply-To:
2003 Apr 19
0
3.0 alpha23 ldapsam/group mapping issue
I just moved from using samba 2.2.5 using ldapsam on a mac os x server
10.2.5 system to samba 3.0 alpha23. I have this samba server acting as a
PDC. I would like to enable group mappings but am having an issue.
This is the first group mapping error I get when a user first logs in:
ldap_connect_system: succesful connection to the LDAP server
[2003/04/19 13:39:00, 2]
2003 Mar 31
1
Samba-3.0alpha23 available on samba.org mirrors
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
We''ve just posted another snapshot of the SAMBA_3_0 cvs tree
for download. This is a non-production release provided for
testing only. Note that this release **does** contain the
security fixes included in the Samba 2.2.8 release.
The source code can be downloaded from :
http://download.samba.org/samba/ftp/alpha/
The uncompressed
2003 Mar 31
1
Samba-3.0alpha23 available on samba.org mirrors
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
We''ve just posted another snapshot of the SAMBA_3_0 cvs tree
for download. This is a non-production release provided for
testing only. Note that this release **does** contain the
security fixes included in the Samba 2.2.8 release.
The source code can be downloaded from :
http://download.samba.org/samba/ftp/alpha/
The uncompressed
2003 Apr 15
2
kerberos auth fails in samba3.0 alpha23
Hi,
I build an alpha23 samba3.0 system in win2k AD domain. Just a few days
ago, it works very well. But in recent, I find it cannot work.
I am sure it is the reason for kerberos authority. When I kinit a ticket
successfully, it fails to run "smbclient \\Win2K-server\c$ -k", the
error message will be as blow:
Doing spnego session setup (blob length=109)
Doing kerberos session setup