similar to: RE : Domain not found in Samba 4 AD

Displaying 20 results from an estimated 4000 matches similar to: "RE : Domain not found in Samba 4 AD"

2010 May 19
1
TR: RE : RE : RE : Example of command ". / Setup / provision"
-----Message d'origine----- De?: Viatte Fr?d?ric Envoy??: mercredi, 19. mai 2010 11:58 ??: 'Michael Wood' Cc?: tms3 at tms3.com; samba at lists.samba.org Objet?: RE: RE : [Samba] RE : RE : Example of command ". / Setup / provision" I solved this error, but I have another one now, here it is: Error occurred while starting named service. Error: / usr / local / samba /
2010 May 19
0
RE : RE : RE : Example of command ". / Setup /provision"
> > > I think that sends the image I walked, this is the first error: > > Naming Information Can not Be Located Because: > The specified domain does not exist or could not be contacted. > Contact your system administrator .... > > Error 2 > > The following domain controller could not be > contacted:SERVEUR-TPI.DOMAINE.CH. > Access denied Well, you do need
2010 May 18
5
RE : RE : Example of command ". / Setup / provision"
> > > I do not understand, I will have a hostname and NetBIOS name > different? Yes. > > > > So > > -- Domain = SAMBA > > it'll be my name NETBIOS, and > > -- Realm = TPI.DOMAINE.CH-SERVER > > will my machine name + my domain? > > Thank you > ________________________________ > De : tms3 at tms3.com [tms3 at tms3.com] > Date
2010 May 10
3
Domain not found in Samba 4 AD
Bonjour, J'ai suivis le HOWTO officiel. Tout va bien jusqu'aux moment ou j'essaye d'ajouter un utilisateur dans AD, il m'indique l'erreur suivante : le domaine sp?cifi? n'existe pas ou n'a pas pu ?tre contact? Merci d'avance
2010 May 26
2
User in Samba 4
Hello Do you know where its users stored on the server Samba 4 ? Are they in a database? Thank you
2010 May 18
1
RE : Example of command ". / Setup / provision"
SNIP > > > How to know the NetBIOS name in Linux? Linux does not care. Only Windows cares. > > > > The name of my domain is: DOMAINE.CH > The name of my server: SERVEUR-TPI The posix name of the server does not matter. Nor does the DNS name as it can have more than one DNS name. You need to work with Samba as a somewhat separate entity. It is simply easier to match
2010 May 18
2
Example of command ". / Setup / provision"
Hello Are that someone has an example of the command "provision" that he made himself ? Because in the "HOWTO" is set "- realm = samdom.example.com - domain = SAMDOM" but what corresponds "SAMDOM" Because the domain is "example.com" no ? Thanks
2020 Feb 20
1
[PATCH] nv50_disp_chan_mthd: ensure mthd is not NULL
Hi Fr?d?ric, It appears Ben made his own version of this patch (probably based on the one you added to the kernel bz), and it's already upstream: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v5.6-rc2&id=0e6176c6d286316e9431b4f695940cfac4ffe6c2 Cheers, -ilia On Thu, Feb 20, 2020 at 12:19 PM Fr?d?ric Pierret <frederic.pierret at qubes-os.org>
2012 Oct 06
1
Samba 4: character encoding issue (was: Samba-tool dbcheck shows "incorrect GUID" after update from alpha17 to beta8)
Hi On 5 October 2012 21:25, <X-Dimension at gmx.net> wrote: > > -------- Original-Nachricht -------- >> Datum: Thu, 4 Oct 2012 12:22:54 +0200 >> Von: Michael Wood <esiotrot at gmail.com> >> An: Julian Timm <X-Dimension at gmx.net> >> CC: samba at lists.samba.org >> Betreff: Re: [Samba] Samba-tool dbcheck shows "incorrect GUID" after
2010 Oct 20
0
No subject
Derek -----Original Message----- From: Michael Wood [mailto:esiotrot at gmail.com]=20 Sent: Saturday, November 13, 2010 12:43 PM To: Derek Lewis Cc: samba at lists.samba.org; Jeremy Allison; = samba-technical at lists.samba.org Subject: Re: [Samba] Problems with ACL jumbo patch Hi On 10 November 2010 10:22, Derek Lewis <dlewis at mtu.edu> wrote: > Okay, I search the apt repositories
2010 Mar 23
1
ANNOUNCE: cifs-utils release 4.1 available for download
This release is primarily a number of small bugfixes and cleanups. I wanted to do a release with those prior to the coming overhaul of mount.cifs to allow it to more safely be installed setuid root. There a couple of other noticeable changes too: - the version reported by all programs in the tarball now matches the VERSION define set by autoconf. That is, if someone runs "mount.cifs
2020 Jan 30
0
nv50_disp_chan_mthd: ensure mthd is not NULL
On Wed, Jan 29, 2020 at 05:22:13PM +0100, Fr?d?ric Pierret wrote: > Dear Ben Skeggs, > > Please find attached a patch solving a blocking issue I encountered: > https://bugzilla.kernel.org/show_bug.cgi?id=206299 > > Basically, running at least a RTX2080TI on Xen makes a bad mmio error > which causes having 'mthd' pointer to be NULL in 'channv50.c'. From the
2004 Jul 21
2
Caller based routing
Hello, Can someone explain me how to do caller based routing. Here is my example. I have an asterisk between a PBX and the PSTN. The second company get the same, and so, I can interconnect them by VoIP. Classic architecture. My problem is when I want to place fax. The calls between the 2 sites are in gsm codec. So the fax doesn?t work! Is there any possibilities to do caller based routing in
2010 Oct 20
0
No subject
IMPORTANT NOTE: If you are using a NAS (Network Attached Storage) device please do=20 NOT use this Firmware. The last known good version for NAS device Support was: 3.1.1. Sorry about this. http://www.turtlebeach.com/support/index.php?View=3dentry&EntryID=3d11411639= 9 Since the last update was 2004, I wonder what it's CIFS client is as=20 well...oh well, the above might be a start.
2011 Aug 02
2
SSO's availability
Hello all, I will introduce myself, I'm french, about 34 years old and works for a mechanic company. I've discovered linux in 2006 and I'm really enjoyed by all the things that can be done with. Now this is questions : Is it possible to configure a system of authentication based on SSO samba (and certainly ldap and lot of others things) ? Is it possible to do this without any
2020 Feb 08
2
[PATCH] nv50_disp_chan_mthd: ensure mthd is not NULL
Pointer to structure array is assumed not NULL by default. It has the consequence to raise a kernel panic when it's not the case. Basically, running at least a RTX2080TI on Xen makes a bad mmio error which causes having 'mthd' pointer to be NULL in 'channv50.c'. From the code, it's assumed to be not NULL by accessing directly 'mthd->data[0]' which is the reason
2020 Feb 20
0
[PATCH] nv50_disp_chan_mthd: ensure mthd is not NULL
Hi, Is anything missing here? How can I get this merged? Best regards, Fr?d?ric Pierret On 2020-02-08 20:43, Fr?d?ric Pierret wrote: > Pointer to structure array is assumed not NULL by default. It has > the consequence to raise a kernel panic when it's not the case. > > Basically, running at least a RTX2080TI on Xen makes a bad mmio error > which causes having 'mthd'
2005 Jan 25
1
mutt's new mail error
Hi, I use dovecot 0.99.13-3 (debian testing) in conjunction with mutt (1.5.6-20040907+2, also debian), and mutt keeps reporting new mails in my subscribed folders, even when none is available. I've seen a report from december 2003 which seems to correspond http://dovecot.org/pipermail/dovecot/2003-December/002741.html In this thread, it seems that if I don't use INDEX=MEMORY, I should
2007 Mar 02
1
APC/MGE and NUT support
Hi, Perhaps as you know it Schneider Electric acquired APC, which involves the combination of APC and MGE. http://www.apc-mge.com MGE is an important contributor for NUT with for example Arnaud Quette, it's does not that the MGE strategy for the free software is stopped by Schneider Electric or APC. It is the good moment to make pressure on Schneider Electric, MGE and APC to support the
2020 Jan 29
1
nv50_disp_chan_mthd: ensure mthd is not NULL
Dear Ben Skeggs, Please find attached a patch solving a blocking issue I encountered: https://bugzilla.kernel.org/show_bug.cgi?id=206299 Basically, running at least a RTX2080TI on Xen makes a bad mmio error which causes having 'mthd' pointer to be NULL in 'channv50.c'. From the code, it's assumed to be not NULL by accessing directly 'mthd->data[0]' which is the