Displaying 20 results from an estimated 6000 matches similar to: "password server keepalive failed"
2006 Dec 03
1
Winbind + PPP
Hello,
I tried various settings to authenticate my PPP (l2tp) users via
winbind (ntlm_auth), without success... I use ppp 2.4.3 and Samba
3.0.22-2tr. My distribution is Trustix 2.2
What is working :
- mschapv2 authentication with chap-secrets (nomppe, novj, novjccomp)
- wbinfo -g, wbinfo -u, getent passwd and getent group
- net ads info and net ads status
- ntlm_auth --username X
2017 Aug 25
2
Share access problem
Hi Rowland,
My authentification seem to work (Thanks) but I can see the files inside the FTPFiles shares.
I checked:
# ntlm_auth --username="sebastien boulianne" --domain=domain.qc.ca
Password:
NT_STATUS_OK: Success (0x0)
drwsrwxrwx 11 root domain users 4.0K Aug 11 16:46 site
[FTPFiles]
comment = Files
path = /glftpd/site
create mask = 0777
2017 Aug 29
1
Share access problem
Hi Rowland,
https://wiki.samba.org/index.php/Setting_up_a_Share_Using_POSIX_ACLs
What do you think about that config for the share FTPFiles ?
Does it has some directives you would remove ?
[FTPFiles]
comment = Files
path = /glftpd/site
guest ok = no
public = no
writable = yes
printable = no
browseable = yes
read only = no
inherit acls = yes
inherit permissions =
2007 May 05
3
pseudo-R2 or GOF for regression trees?
Hello,
Is there an accepted way to convey, for regression trees, something
akin to R-squared?
I'm developing regression trees for a continuous y variable and I'd
like to say how well they are doing. In particular, I'm analyzing the
results of a simulation model having highly non-linear behavior, and
asking what characteristics of the inputs are related to a particular
2017 Aug 16
2
Share access problem
Hi Rowland and everyone,
Thanks a lot of for your answer!
I really appreciate it!
I modified all my config with your suggests BUT it still don't work.
I can ONLY list my local users with getent passwd, getent group... Why ?
https://pastebin.com/22DAQqc6
Thanks in advance.
Sébastien
[Samba] Share access problem.
Rowland Penny rpenny at samba.org
2007 Sep 22
2
install freezes at partition layout
I'm trying to install centos 5 on an old machine, a
Micron with a pentium III and 250 megs of ram. I'm
using the DVD image.
The media check said the DVD was OK.
Everything starts fine (both in graphics and text
modes), untl I get to the custom partition table. The
new system will go on hda, with the boot and root
partition reformatted (see below). I laid it out to
preserve the data on
1999 Nov 24
0
problem with multiple figure postscript file
Hello all!
I'm a newcomer to R, so please bear with me. My problem is the
following:
I'm trying to use R to do some geostatistics stuff (mostly kriging), and
am having trouble printing a multiple figure. When I create a single
figure (one image/contour command), it works fine. The instant I try to
create a multiple figure file, I start getting postscript errors. I'm
using the
2003 Dec 06
1
Samba3.0.1pre3 LDAP Login problem
Hi
I read all the HOWTOs I could find on the net about the LDAP PDC and
still, I can't get it to work.
Here are some infos about the server
Samba version 3.0.1pre3 running Redhat 8.0 with a OpenLDAP server
version 2.0.27.
I want to do a new domain named DOMAINB from the users I imported from
DOMAINA (NT4 PDC) using net rpc vampire.
It went well and every user is in the DB, including the
2018 Feb 27
0
[PATCH] drm/nouveau: Replace the iturbt_709 prop with the standarad COLOR_ENCODNIG prop
On Tue, Feb 27, 2018 at 12:54:47AM -0500, Ilia Mirkin wrote:
> On Tue, Feb 20, 2018 at 9:25 AM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> > On Tue, Feb 20, 2018 at 8:48 AM, Ville Syrjala
> > <ville.syrjala at linux.intel.com> wrote:
> >> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
> >>
> >> Replace the ad-hoc iturbt_709
2003 Sep 21
1
How to join a win2k-domain using Samba 2.*
The documentation that I found regarding this issue wasn't that good - it didn't help me that much. Later on I managed to join the win2k-domain after a lot of work. Thus I'm writing this letter in order to help people who were in my situation.
This was my problem and the solution I devised for it:
I was using samba-2.2.3a (debian package) and the windows-domain I tried to join is
2018 Feb 27
2
[PATCH] drm/nouveau: Replace the iturbt_709 prop with the standarad COLOR_ENCODNIG prop
On Tue, Feb 20, 2018 at 9:25 AM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> On Tue, Feb 20, 2018 at 8:48 AM, Ville Syrjala
> <ville.syrjala at linux.intel.com> wrote:
>> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
>>
>> Replace the ad-hoc iturbt_709 property with the new standard
>> COLOR_ENCODING property. Compiles, but not tested.
2004 Dec 17
0
[Off Topic] humour, XMAS, ground loop - good business strategy
hi, I received this e-mail which contains a "ballad", at first I thought it
was junk mail, but then I read through it, for the EE members of this list,
it may be quite humorous.
I don't know if the ballad is original, but at least it's the XMAS season,
so it's something to lighten up your day, eh?
-samudra
""" How the Ground Loop Stole Christmas
2010 May 05
0
Auto_complete with has_one association
Hi,
Have an issue with the rails auto complete, it works fine but I don''t
know how to find the id element search in the textfield.
Here is what I''ve done:
<%= text_field_with_auto_complete :user, :ville_name, { :size => 15 },
{ :url => formatted_villes_path(:js), :method => :get, :param_name =>
''search'' } %>
Model:
class User <
2002 Apr 15
1
nested anova not giving expected results
Hello all. This may be a trivially simple question to answer, but I'm a little
bit stumped with respect to the calculation of the F statistics in nested
anovas in R. If I understand correctly, the F statistic for the
among-subgroups but within groups hypothesis is calculated as
MS_subgroups/MS_error, while the F statistic for the factor is calculated as
MS_factor/MS_subgroups (I'm
2018 Dec 05
0
[PATCH 1/4] drm/edid: Pass connector to AVI inforframe functions
Hi Ville,
On Tuesday, 4 December 2018 21:13:20 EET Ville Syrjälä wrote:
> On Tue, Dec 04, 2018 at 08:46:53AM +0100, Andrzej Hajda wrote:
> > On 03.12.2018 22:38, Ville Syrjälä wrote:
> >> On Thu, Nov 29, 2018 at 10:08:07AM +0100, Andrzej Hajda wrote:
> >>> On 21.11.2018 19:19, Laurent Pinchart wrote:
> >>>> On Tuesday, 20 November 2018 18:13:42 EET
2018 Dec 03
0
[PATCH 1/4] drm/edid: Pass connector to AVI inforframe functions
On Thu, Nov 29, 2018 at 10:08:07AM +0100, Andrzej Hajda wrote:
> On 21.11.2018 19:19, Laurent Pinchart wrote:
> > Hi Ville,
> >
> > Thank you for the patch.
> >
> > On Tuesday, 20 November 2018 18:13:42 EET Ville Syrjala wrote:
> >> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
> >>
> >> Make life easier for drivers by
2018 Apr 05
1
[PATCH 08/13] drm/virtio: Stop updating plane->crtc
From: Ville Syrj?l? <ville.syrjala at linux.intel.com>
We want to get rid of plane->crtc on atomic drivers. Stop setting it.
v2: s/fb/crtc/ in the commit message (Gerd)
Cc: David Airlie <airlied at linux.ie>
Cc: Gerd Hoffmann <kraxel at redhat.com>
Cc: virtualization at lists.linux-foundation.org
Signed-off-by: Ville Syrj?l? <ville.syrjala at linux.intel.com>
2018 Feb 20
0
[PATCH] drm/nouveau: Replace the iturbt_709 prop with the standarad COLOR_ENCODNIG prop
On Tue, Feb 20, 2018 at 8:48 AM, Ville Syrjala
<ville.syrjala at linux.intel.com> wrote:
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
>
> Replace the ad-hoc iturbt_709 property with the new standard
> COLOR_ENCODING property. Compiles, but not tested.
>
> Cc: Daniel Vetter <daniel at ffwll.ch>
> Cc: nouveau at lists.freedesktop.org
> Cc: Ben
2020 Feb 26
2
(no subject)
Subject: Re: [PATCH 04/12] drm: Nuke mode->vrefresh
Message-ID: <20200226115708.GH13686 at intel.com>
References: <20200219203544.31013-1-ville.syrjala at linux.intel.com>
<CGME20200219203620eucas1p24b4990a91e758dbcf3e9b943669b0c8f at eucas1p2.samsung.com>
<20200219203544.31013-5-ville.syrjala at linux.intel.com>
<0f278771-79ce-fe23-e72c-3935dbe82d24 at
2017 Aug 05
4
Share access problem.
Hi all,
I search A LOT before post here but I didn't find a right answer.
I can list Samba shares on a server but I CANT access the content (view, read or write).
Here is my complete config with debug steps.
######### kinit boubou; klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: boubou at DOMAIN.QC.CA
Valid starting Expires Service principal
04/08/17 16:03:00