similar to: Netlogon no longer works in 2.2.6 with W2k client

Displaying 20 results from an estimated 5000 matches similar to: "Netlogon no longer works in 2.2.6 with W2k client"

2002 Nov 24
1
How to compile samba-2.2.x on HP/UX 11.00
Hi, Here's my problem: Samba-2.2.x (even 2.2.7) compiled right out of the box on HP/UX 11.00 gives some errors in the log file: Nov 23 16:17:32 pandora smbd[6744]: [2002/11/23 16:17:32, 0] locking/posix.c:posix_fcntl_lock(661) Nov 23 16:17:32 pandora smbd[6744]: posix_fcntl_lock: WARNING: lock request at offset 0, length 9223372036854779000 returned Nov 23 16:17:32 pandora smbd[6744]:
2002 Mar 13
1
What group is CPB\unix_group.2147483404?
Hi, What's does a group like 'CPB\unix_group.2147483404' mean? I get al sorts of group when I run the following kix-script that are recognizable and some that are not. Why? running samba-2.2.3a with domainname CPB. ================ groups.kix ====================== $index = 0 DO $group = ENUMGROUP($index) ? $group $index = $index + 1 UNTIL Len($group) = 0
2002 Oct 30
4
PDF printer using ps2pdf ?
Hi, Is it possible to set up a printer in samba that will use ps2pdf converter to create pdf documents when printing on it ? Best Regards Steph
2003 Sep 05
2
HEADS UP: ATA bus dma code MFC'd
If you start to experience problems with ata devices, please direct your report this way. Thanks -lq
2017 Aug 12
3
Kernel:[Hardware Error]:
I had a series of kernel hardware error reports today while I was away from my computer: Message from syslogd at fcshome at Aug 12 10:12:24 ... kernel:[Hardware Error]: MC2 Error: VB Data ECC or parity error. Message from syslogd at fcshome at Aug 12 10:12:24 ... kernel:[Hardware Error]: Error Status: Corrected error, no action required. Message from syslogd at fcshome at Aug 12 10:12:24 ...
2009 May 21
2
[LLVMdev] Arm port
Hi, - Cortex-A8 needs a specific instruction scheduler as dual issue forces you to interleave some instructions to allow to run two instructions in the same cycle for the best performance (Cortex-A9 is out-of-order so dual issue is not an issue (!) for performance). - Cortex-A8/A9 have several useful new instructions : for instance, bit operations like bitfield insertion/extraction or having
2008 Feb 03
2
[Bug 10696] Pandora Internet Radio doesn't work
http://bugs.freedesktop.org/show_bug.cgi?id=10696 --- Comment #4 from Pavel Roskin <proski at gnu.org> 2008-02-02 18:59:27 PST --- Created an attachment (id=14109) --> (http://bugs.freedesktop.org/attachment.cgi?id=14109) log from swfplay I had to interrupt swfplay. The messages don't stop. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email -------
2013 Feb 11
2
Classicupgrade not work
I'm trying to convert my samba3 domain to samba4 AD with samba-tool, but i'm getting an error and i can' t find anything about it on google. I've enabled the log level 4 on smb.conf and here's what i got: Home server: PANDORA init_sam_from_ldap: Entry found for user: DIRET-ESTAG$ Home server: PANDORA init_sam_from_ldap: Entry found for user: dsegato Home server: PANDORA
2009 May 20
1
[LLVMdev] Arm port
Sandeep Patel wrote: > The Nokia N800 is an OMAP 2420 which is an ARM11. > > If you want an OMAP 3530 today, I think the cheapest route is the Beagleboard. Yeah, I see that now, about the N800. About the BeagleBoard, if you're going after an equivalent # of peripherals (screen and keyboard are things I wanted) then, really, I think that the Pandora is cheapest. I will say, without
2009 May 20
2
[LLVMdev] Arm port
Bob Wilson wrote: > On May 20, 2009, at 1:38 PM, Chuck Robey wrote: >> Hmm. Well, my motivation is that I recently bought a Pandora (it >> has the >> Cortex-A8). It's not going to arrive here for a couple more months, >> I think. >> When it does finally arrive, I want to be able to immediately begin >> work on >> replacing the Linux that
2009 May 21
0
[LLVMdev] Arm port
Christophe Avoinne wrote: > Hi, > > - Cortex-A8 needs a specific instruction scheduler as dual issue forces > you to interleave some instructions to allow to run two instructions in > the same cycle for the best performance (Cortex-A9 is out-of-order so > dual issue is not an issue (!) for performance). > - Cortex-A8/A9 have several useful new instructions : for instance,
2003 Jul 01
0
Many 64bit locks failed on HPUX 11.00/32
Hi Samba Team, I tried samba 2.2.8a (without winbind) on HPUX 11/32. I downloaded the binaries from http://de.samba.org/samba/ftp/Binary_Packages/hp/samba-2.2.8a/ I get following errors: [2003/06/27 10:16:50, 0] locking/posix.c:(658) an Invalid argument error. This can happen when using 64 bit lock offsets [2003/06/27 10:16:50, 0] locking/posix.c:(659) on 32 bit NFS mounted file systems.
2009 May 20
2
[LLVMdev] Arm port
Sandeep Patel wrote: > I am currently working on support for the Cortex-A9, but as all > compiler testing is more easily done on an Cortex-A8 today, A8 support > is implicit. > > What specific ISA changes are you most interested in? Are you able to > develop patches if we coordinate which areas to work on? Hmm. Well, my motivation is that I recently bought a Pandora (it has
2003 Jul 09
0
[Fwd: Many 64bit locks failed on HPUX 11.00/32]
Hi, last time I send you this message I got back a vacation message and no further feedback. Can you help me? Thanks G. Klein -------- Original Message -------- Betreff: Many 64bit locks failed on HPUX 11.00/32 Datum: Tue, 01 Jul 2003 08:47:58 +0200 Von: Gerhard Klein <G.Klein@edelmann.de> An: samba@samba.org Hi Samba Team, I tried samba 2.2.8a (without winbind) on HPUX 11/32. I
2009 May 21
6
[LLVMdev] Arm port
My goal is to have Cortex-A9 support complete in far less than three months. I've recently gotten some additional help toward that goal, so the pace should pick up soon. As far as compiler texts, there are many newer texts to recommend as just about all the major optimization passes are done differently after SSA-form appeared in about 1991. However, for adding Cortex-A8 support, I don't
2003 Jun 02
1
AW: AW: AW: AW: Re: AW: samba installatio
hi ke, **************************************************** Since you've compiled with default options, your smb.conf is located in /usr/local/lib/smb.conf . You should copy your working smb.conf for version 2.2.7 (/etc/samba/smb.conf) to /usr/local/lib. You should run ./testparm as well. *********************************** That's just what i did and the Result is the same! Is there a
2009 May 20
0
[LLVMdev] Arm port
The Nokia N800 is an OMAP 2420 which is an ARM11. If you want an OMAP 3530 today, I think the cheapest route is the Beagleboard. deep On Wed, May 20, 2009 at 3:13 PM, Chuck Robey <chuckr at telenix.org> wrote: > Bob Wilson wrote: >> On May 20, 2009, at 1:38 PM, Chuck Robey wrote: >>> Hmm.  Well, my motivation is that I recently bought a Pandora (it >>> has the
2013 Nov 05
20
Xen 4.3.1 / Linux 3.12 panic
Hej folks, I''ve been trying to get a new machine up and running with the latest Xen for a while on a Slackware64 (current) machine. After installing Xen from source and building a new kernel with all xen options enabled I haven''t been able to get the machine to behave. The machine is a brand new dual opteron 6212 on a Supermicro H8DGi board with 64G ECC memory. Running a stock
2013 Nov 05
20
Xen 4.3.1 / Linux 3.12 panic
Hej folks, I''ve been trying to get a new machine up and running with the latest Xen for a while on a Slackware64 (current) machine. After installing Xen from source and building a new kernel with all xen options enabled I haven''t been able to get the machine to behave. The machine is a brand new dual opteron 6212 on a Supermicro H8DGi board with 64G ECC memory. Running a stock
2003 May 12
1
samba+dhclient0007f
Are you sure you're running dhclient prior to starting the samba daemons? ------------------------ "Zuccarelli, Pablo" <Pabloz@argentina.strykercorp.com> wrote: ------------------------ Hi list. > > Im trying to configure a fileserver in a linux RH 8.0 client machine >that gets IP configuration from a NT4 DHCP server. Running just >dhclient, I >get an IP