Displaying 20 results from an estimated 900 matches similar to: "write problem from mac osx 10.8.5 clients to samba 4"
2008 Oct 30
3
Startup info message
Hi folks,
I'm using the latest Dovecot 1.16 with Postfix for my FreeBSD box. Since
v1.1.4
(if i remember correctly), the following message is displayed whenever
starting Dovecot.
"Info: If you have trouble with authentication failures, enable auth_debug
setting. See http://wiki.dovecot.org/WhyDoesItNotWork"
Besides that, Dovecot works great but I wonder what this message is all
2003 May 15
3
ssl still not working
hi,
I'm just download the latest cvs and try to use imaps. in mozilla I've
got the following message window:
-----------------------------
mail.int.bppiac.hu received a message with incorrect Message
Authentication Code. If the error occurs frequently, contact the website
administrator.
-----------------------------
and there is only one OK button:-)
and this happens always. what can be
2000 Dec 14
2
Could this autogen.sh script be added?
Could someone add this autogen.sh script to the
toplevel of openssh_cvs?
Many projects include an autogen.sh script
so that folks need not remember what auto
commands need to get run and in what order.
% cat autogen.sh
#!/bin/sh
# Run this program (./autogen.sh) after changing any of
# the files that are used to automatically generate
# other files.
#aclocal
autoheader
autoconf
#automake
2010 Aug 23
2
NetBeans and Java Bindings
Hello,
I was wondering if anyone has succeeded in getting the Java bindings to work
with NetBeans, in order to make use of NetBeans's GUI developer. I've had no
luck so far, does anyone know how to do that?
Many thanks.
2000 Dec 02
2
Is fixpaths the only perl dependency?
Hello.
I just tried to download and build the 2.3.0.p1
(portable) release with Cygwin on an NT box.
It fails to build because of the use of a perl
script. Cygwin does not have Perl installed
by default and to be honest it seems like
a bit of a stretch to require perl to be
able to build shh, that just makes it harder
to build.
I poked around and it seems like these files
depend on perl:
2020 Oct 06
2
[Bug 1475] New: Array of addresses wrongly processed
https://bugzilla.netfilter.org/show_bug.cgi?id=1475
Bug ID: 1475
Summary: Array of addresses wrongly processed
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: major
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
2001 Jan 11
1
Patch to improve -p error message.
Hi all.
I got sick of getting a lame error message when I typed
the wrong thing in for a -p argument, so I wrote
up this patch.
Bad:
% ssh -p L4501 localhost
Secure connection to localhost refused.
Good:
./ssh -p L4501 localhost
Bad port specification 'L4501'.
Mo DeJong
Red Hat Inc
Index: ssh.c
===================================================================
RCS file:
2006 Mar 07
3
Applying strptime() to a data set or array
I'm sure this is just the result of a basic misunderstanding of the
syntax of R, but I am stumped.
A <-
read.table(file="sumByThirtyMinute.csv",sep=",",col.names=c("date","pandl"))
A now consists of thousands of rows, but A$date is a string...
...
3183 2006-02-28 12:00:00 548.470
3184 2006-02-28 12:30:00 515.240
3185 2006-02-28 13:00:00
2001 Jan 11
2
Is anyone else getting this build error?
This is from the current CVS:
% make
...
In file included from config.h:629,
from /home/mo/project/openssh_cvs/includes.h:20,
from /home/mo/project/openssh_cvs/scp.c:77:
/home/mo/project/openssh_cvs/defines.h:208: warning: redefinition of
`clock_t'
/usr/include/time.h:60: warning: `clock_t' previously declared here
gcc -o scp scp.o -L.
dnf-makecache.service failing every few days and dnf-automatic.service samba freeipa issues (again).
2023 Jan 09
2
dnf-makecache.service failing every few days and dnf-automatic.service samba freeipa issues (again).
Hello everybody,
What is the status of the freeipa/sssd and samba conflicts in the
repositories?
I can not wrap my mind around that two big packages are not getting
security updates anymore, because they are conflicting. I will go to
FOSDEM in Belgium this year to figure out more, but I am considering
moving my centos systems to rockylinux.
Kind regards,
Jelle de Jong
On 12/16/22 16:59,
2020 Apr 30
3
steps to get automatic home folder created at user logon windows 10 with samba 4.9.5-Debian
On 2020-04-30 22:57, Rowland penny via samba wrote:
> On 30/04/2020 20:57, Jelle de Jong via samba wrote:
>>
>> I never was able to get the backend = ad working
>>
>> I only need my user to be able to login to Windows 10 systems from a
>> domain joined machine.
>>
>> This is how I add my users:
>>
>> samba-tool user create lgaga passwd
2005 Nov 01
3
glmmpql and lmer keep failing
Hello,
I'm running a simulation study of a multilevel model with binary
response using the binomial probit link. It is a random intercept and
random slope model. GLMMPQL and lmer fail to converge on a
*significant* portion of the *generated* datasets, while MlWin gives
reasonable estimates on those datasets. This is unacceptable. Does
anyone has similar experiences?
Regards,
Roel de
2011 Jun 10
11
cannot manage home directories
user {''username'':
uid => 501,
gid => ''staff'',
comment => ''comment'',
ensure => present,
home => ''/Users/sysop'',
shell =>
2018 Apr 30
2
[SelectionDAG] DbgValue nodes aren't transferred
> On Apr 30, 2018, at 2:57 PM, Se Jong Oh <sejooh at microsoft.com> wrote:
>
> Thanks! It looks like SelectionDAG::salvageDebugInfo handles only addition with constant.
You can look at llvm::salvageDebugInfo() for examples on how to handle other situations.
-- adrian
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2018 Mar 14
2
[SelectionDAG] DbgValue nodes aren't transferred
Hi Jonas,
Thanks for taking a look! It makes linear-dbg-value.ll pass for my target by producing DEBUG_VALUEs correctly. I also tried a simple function with few operations and confirmed DEBUG_VALUEs which are not produced without trasferDbgValues in SetPromotedInteger.
Thanks,
Sejong
From: jdevlieghere at apple.com <jdevlieghere at apple.com>
Sent: Wednesday, March 14, 2018 4:07 AM
To: Se
2018 Mar 15
1
[SelectionDAG] DbgValue nodes aren't transferred
> On Mar 14, 2018, at 7:55 PM, Se Jong Oh <sejooh at microsoft.com> wrote:
>
> Hi Jonas,
>
> Thanks for taking a look! It makes linear-dbg-value.ll pass for my target by producing DEBUG_VALUEs correctly. I also tried a simple function with few operations and confirmed DEBUG_VALUEs which are not produced without trasferDbgValues in SetPromotedInteger.
That’s great news! Do
2005 Feb 24
0
KalmanXXXX and deJong-Penzer statistic?
A question about: Kalman in R, time series and
deJong-Penzer statistic - how to compute it using
available artefacts of KalmanXXXXX?
Background. in the paper
http://www.lse.ac.uk/collections/statistics/documents/researchreport34.pdf
'Diagnosing Shocks in TIme Series', de Jong and Penzer
construct a statistic (tau) which can be used to
locate potential shocks. [p15, Theorem 6.1 and
2018 Apr 30
1
[SelectionDAG] DbgValue nodes aren't transferred
> On Apr 30, 2018, at 3:16 PM, Se Jong Oh <sejooh at microsoft.com> wrote:
>
> For cast instructions, llvm::salvageDebugInfo() simply makes dbg.value point to the source of the cast. Since SelectionDAG already has transferDbgValues which can move dbgvalue to the cast source, I think that we can just call it where the truncate is optimized away.
That sounds reasonable, yes. Casts
2020 Apr 29
3
how to use root preexec on user share with %U not as root user
Hello everybody,
I am trying to get samba 4 to make a user dir without the use of ADUC to
set the homeDirectory, but with samba-tool user create only.
I created a root preexec but the %U is filled with root and not the
username of the user.
I need to user [users] and not the old [homes] because I got a GPO for
redirection to the //server/users/%USERNAME% and I need this folder to
be created
2020 May 02
4
default backend = rid not showing full group information for users
On 02/05/2020 15:07, Jelle de Jong via samba wrote:
> Am I wrong to expect that id user and getent group should list me the
> groups the user is part of.
>
> For example wbinfo --group-info=office shows me that user jdoe and
> lgaga are part of the group, but then when doing id jdoe or id lgaga
> the office group is not shown, neither in getent group.
>
> What should I