similar to: smbd/error.c:error_packet(110) (and more...)

Displaying 20 results from an estimated 400 matches similar to: "smbd/error.c:error_packet(110) (and more...)"

2019 Jan 31
2
[RFC] Late (OpenMP) GPU code "SPMD-zation"
<font size=2 face="sans-serif">Hi Johannes,</font><br><br><font size=2 face="sans-serif">Thank you for the explanation.</font><br><br><font size=2 face="sans-serif">I think we need to clarify some details about code generation in Clang today:</font><br><br><font size=2
2003 Jan 30
1
Samba wins problem
Hello there, From digging the archive - it looks as if this was discussed here earlier however I could not find a decent solution to my problem. The problem is that I keep seeing the following errors on my nmbd.log: [2003/01/30 09:34:34, 0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(358) find_domain_master_name_query_fail: Unable to find the Domain Master Browser name
2003 Apr 13
0
Samba as a DC
Hey there, I have configured samba to behave as a DC "by the book" (by the howto in fact...). Everything seems to work fine, I am using windows XP clients, I have changed the registry settings like the howto says, rebooted and then added the station. I have managed to log into the machine with a domain user and everything looked great, when I tried adding the domain user to the
2001 Dec 08
2
Name Resolving bug in Open SSH 3.0.2
Hello there, In OpenSSH 3.0.2p1 there is a strange name resolving bug: /etc/nsswitch.conf shows: hosts: files dns When I am trying to connect to a host that is in /etc/hosts using the hostname, ssh tries to first resolve this name using the dns, regardless to the resolve order in /etc/nsswitch.conf, if the dns is timeout or the machine is not connected to the Internet at this time -
2001 Oct 10
3
OpenSSH name resolving problems
Hello there. I've noticed a strange problem happen in ALL my linux machines (some of them still running OpenSSH 2.9p1 (The one that comes with Slack8) and some of them are running 2.9.9p2 (That I have compiled myself). When I am having a certain host in my /etc/hosts, for example: 192.168.1.12 netinst When I am running ssh netinst -v -v -v the last line I could see is: ssh_connect:
2001 Sep 30
0
Logging out OpenSSH while there is a running job on the background
Hello there. Sorry for bothering you regarding this, but I am really looking for a solution to this problem, maybe you saw it in the SSH mailing list... but just in case... I remember you tried helping me once... If you could at least tell me who should ask regarding this issue, that would be quite a nice start... The problem: I have noticed that when I am forking something to the background
2001 Dec 08
0
Name Resolving bug in Open SSH 3.0.2 (Addendum)
Almost forgot... I already reported this but a few months ago when I was using openSSH 2.9x, it's the same bug. And no - it's not the server end that is stalling me on a revese lookup: 1. I was doing ssh localhost, localhost resolves perfectly, the same for 127.0.0.1 (reverse) 2. ssh -v shows me: debug1: Reading configuration data /usr/local/etc/ssh_config debug1: Seeding random number
2001 Dec 27
2
Resolving error
OpenSSH gurus: Apologies if this has been covered already (or is a genuine FAQ). I've searched both Google and MARC extensively on this issue, and have come up empty. I use OpenSSH 3.0.2p1 (openssl-0.9.6c) on a group of Linux (Slackware 8.0, kernel 2.4.13, glibc 2.2.3) machines that have this in /etc/hosts: 10.1.1.2 s1 s1.[domain].com ... 10.1.1.6 s5 s5.[domain].com This is in
2001 May 10
0
Detailed information.
(Mr. Markus Friedl asked me to mail to this address) Hello there. My problem is as follows: I am using OpenSSH 2.5.1 (Can't upgrade for now, explain will be given later...) on AIX 4.1.5 (Can't upgrade as well...) I have written a distribution script that distributes tgz files along with their installation script, the distribution script simply scp the file and then reconnects and
2004 Jun 22
0
Samba PDC problem - error_packet
Hi; I'heve got a strange problem with samba 3.0.4. It's configured as PDC, It functions joining a computer with w2k/XP to domain, logging-in, mapping disk. The problem appears by copying data to the mapped disk or to another resource of server. In windows the indicator or progress stays in one place, after same time a message appears "Network path can't be found" and in
2019 Aug 01
0
Build error due to Waf task dependency cycle in run_after
Am Sonntag, 14. Juli 2019, 22:10:10 CEST schrieb Johannes Engel: > Dear all, > > trying to build some Heimdal-based packages for Samba AD DC under > openSUSE I am facing some difficulties with the build system: > During the installation which is triggered by "make install" waf complains > about some task dependency cycle after leaving folder bin/default. > Full log
2019 Mar 20
2
build problem with 4.10.0
Hi I want to build samba-4.10.0 for SUSE openLeap 15.1. Config and make works fine but make install sucks: ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --libdir=/usr/lib64 --libexecdir=/usr/lib64 --with-cachedir=/var/lib/samba --with-lockdir=/var/lib/samba/lock --with-logfilebase=/var/log/samba --with-modulesdir=/usr/lib64/samba --disable-rpath --disable-rpath-install
2019 Jan 22
7
[RFC] Late (OpenMP) GPU code "SPMD-zation"
Where we are ------------ Currently, when we generate OpenMP target offloading code for GPUs, we use sufficient syntactic criteria to decide between two execution modes: 1) SPMD -- All target threads (in an OpenMP team) run all the code. 2) "Guarded" -- The master thread (of an OpenMP team) runs the user code. If an OpenMP distribute region is encountered,
2012 Apr 13
0
[PATCH] virtio_balloon: fix handling of PAGE_SIZE != 4k
As reported by David Gibson, current code handles PAGE_SIZE != 4k completely wrong which can lead to guest memory corruption errors. - page_to_balloon_pfn is wrong: e.g. on system with 64K page size it gives the same pfn value for 16 different pages. - we also need to convert back to linux pfns when we free. - for each linux page we need to tell host about multiple balloon pages, but code
2012 Apr 13
0
[PATCH] virtio_balloon: fix handling of PAGE_SIZE != 4k
As reported by David Gibson, current code handles PAGE_SIZE != 4k completely wrong which can lead to guest memory corruption errors. - page_to_balloon_pfn is wrong: e.g. on system with 64K page size it gives the same pfn value for 16 different pages. - we also need to convert back to linux pfns when we free. - for each linux page we need to tell host about multiple balloon pages, but code
2015 Jan 29
1
[Qemu-devel] [PATCH RFC v6 05/20] virtio: support more feature bits
On Thu, Jan 29, 2015 at 10:24:00AM +0100, Thomas Huth wrote: > > Hi, > > On Thu, 29 Jan 2015 11:11:32 +1100 > David Gibson <david at gibson.dropbear.id.au> wrote: > > > On Wed, Jan 28, 2015 at 04:59:45PM +0100, Cornelia Huck wrote: > > > On Thu, 22 Jan 2015 12:43:43 +1100 > > > David Gibson <david at gibson.dropbear.id.au> wrote: > >
2015 Jan 29
1
[Qemu-devel] [PATCH RFC v6 05/20] virtio: support more feature bits
On Thu, Jan 29, 2015 at 10:24:00AM +0100, Thomas Huth wrote: > > Hi, > > On Thu, 29 Jan 2015 11:11:32 +1100 > David Gibson <david at gibson.dropbear.id.au> wrote: > > > On Wed, Jan 28, 2015 at 04:59:45PM +0100, Cornelia Huck wrote: > > > On Thu, 22 Jan 2015 12:43:43 +1100 > > > David Gibson <david at gibson.dropbear.id.au> wrote: > >
2015 Jan 29
0
[Qemu-devel] [PATCH RFC v6 05/20] virtio: support more feature bits
Hi, On Thu, 29 Jan 2015 11:11:32 +1100 David Gibson <david at gibson.dropbear.id.au> wrote: > On Wed, Jan 28, 2015 at 04:59:45PM +0100, Cornelia Huck wrote: > > On Thu, 22 Jan 2015 12:43:43 +1100 > > David Gibson <david at gibson.dropbear.id.au> wrote: > > > > > On Thu, Dec 11, 2014 at 02:25:07PM +0100, Cornelia Huck wrote: > > > > With
2015 Jan 29
0
[Qemu-devel] [PATCH RFC v6 05/20] virtio: support more feature bits
Hi, On Thu, 29 Jan 2015 11:11:32 +1100 David Gibson <david at gibson.dropbear.id.au> wrote: > On Wed, Jan 28, 2015 at 04:59:45PM +0100, Cornelia Huck wrote: > > On Thu, 22 Jan 2015 12:43:43 +1100 > > David Gibson <david at gibson.dropbear.id.au> wrote: > > > > > On Thu, Dec 11, 2014 at 02:25:07PM +0100, Cornelia Huck wrote: > > > > With
2019 Oct 14
0
[PATCH 1/2] dma-mapping: Add dma_addr_is_phys_addr()
On 14/10/2019 05:51, David Gibson wrote: > On Fri, Oct 11, 2019 at 06:25:18PM -0700, Ram Pai wrote: >> From: Thiago Jung Bauermann <bauerman at linux.ibm.com> >> >> In order to safely use the DMA API, virtio needs to know whether DMA >> addresses are in fact physical addresses and for that purpose, >> dma_addr_is_phys_addr() is introduced. >> >>