Displaying 17 results from an estimated 17 matches for "lmd".
Did you mean:
cmd
2007 May 25
1
Variable expansion in LDA vs POP/IMAP
...- Postfix MTA, delivers mail via Dovecot LDA
- users list sits in a database
- mail directory is stored in the database, but with
Dovecot variables inside
Delivery works perfectly fine, Dovecot's deliver get a "mail"
column from the database (that looks like this:
/mail/01/%2LMd/%2.2LMd/%LMd/mail/%Ln/ ) and expands variables,
delivers the mail into the maildir's location.
Now if I try to access the mailbox through Dovecot's POP/IMAP server,
it looks like it gets the right field from the database, but won't expand
the variables:
May 24 18:31:14 mail1 dovecot:...
2006 May 09
1
xmalloc symbol in libssh
...ontrib/lukemftpd/src -I/usr/src/libexec/lukemftpd/../../lib/libc/stdtime -I/usr/src/libexec/lukemftpd/../../bin/ls -DUSE_OPIE -DLOGIN_CAP -DUSE_PAM -fstack-protector -static -o lukemftpd cmds.o conf.o ftpd.o ftpcmd.o popen.o strsuftoll.o ls-unmain.o cmp.o print.o util.o -lcrypt -lutil -lm -lopie -lmd -lpam -lkrb5 -lasn1 -lcrypto -lcrypt -lroken -lcom_err -lradius -ltacplus -lcrypt -lutil -lopie -lmd -lssh -lcrypto -lcrypt -lypclnt
% /usr/obj/usr/src/tmp/usr/lib/libssh.a(xmalloc.o)(.text+0xd0): In function `xstrdup':
% : multiple definition of `xstrdup'
% ftpd.o(.text+0x1460): first def...
2010 Aug 03
2
Error: Incorrect password length
...../libcli/auth/smbencrypt.c:589(decode_pw_buffer)
decode_pw_buffer: incorrect password length (1720729972).
[2010/08/03 12:10:19.987986, 0]
../libcli/auth/smbencrypt.c:590(decode_pw_buffer)
decode_pw_buffer: check that 'encrypt passwords = yes'
My smb.conf is --
[global]
workgroup = LMD
netbios name = LAND
force user = root
security = user
local master = yes
domain logons = yes
encrypt passwords = yes
interfaces = eth0
log level = 1
passdb backend = smbpasswd
log file = /var/log/samba/mainlog
logon drive = P:
logon script = logon.bat
logon home = \\LAND\%U
log...
2004 Sep 14
1
Re: got pointer wrong in shared klibc binary
...t;
> You *might* get something working by copying the klibc.so .toc section
> into each app linking to klibc.so.
Well, the Horrible Hack does seem to work for me. Attached is a diff,
including a fix for setjmp.S too. stmw/lmw only save the low 32 bits
so can't really be used, and stmd/lmd aren't available.
--
Alan Modra
IBM OzLabs - Linux Technology Centre
-------------- next part --------------
diff -urpN klibc-0.173/MCONFIG klibc/MCONFIG
--- klibc-0.173/MCONFIG 2004-07-02 09:09:19.000000000 +0930
+++ klibc/MCONFIG 2004-09-15 11:54:05.258092171 +0930
@@ -19,6 +22,7 @@ RANLIB...
2003 Feb 27
0
spatial evolution and variance after rotation of Principal components
...th
varimax and promax, there no more present.
If you have any advices about this matter, thank you in advance.
Sincerely,
Flore MOUNIER
--
Flore MOUNIER
Laboratoire de M?t?orologie Dynamique
Ecole Polytechnique
F 91128 Palaiseau Cedex
T?l: 01-69-33-36-19
Fax: 01-69-33-30-49
e-mail : mounier at lmd.polytechnique.fr
2003 Mar 12
0
temporal evolution and variance after rotation of eof
...evolution and the variance
without $scores and $sdev, do not hesitate; your help will be welcome.
Thank you in advance,
Flore Mounier
--
Flore MOUNIER
Laboratoire de M?t?orologie Dynamique
Ecole Polytechnique
F 91128 Palaiseau Cedex
T?l: 01-69-33-36-19
Fax: 01-69-33-30-49
e-mail : mounier at lmd.polytechnique.fr
2000 Jul 17
1
Lots of broken links!
Hi.
Where is th /listproc library ? There is a LOT of broken links!
http://us1.samba.org/listproc/samba/January1999/0294.html
Best regards,
Alex
2004 May 19
1
'veto oplock files' option in 3.0.2a broken ???
Hi all..
I'm update my samba, from 2.2.8a to 3.0.2a, and now my 'veto oplock files' do no work...
I set my option like this: veto oplock files = /*.mdb/*.MDB/
but after the first user open our software (that opens a file .mdb in a samba share) the second user can't open... he gets the error message: 'Couln't lock the file'
Even setting all locking options = no, the
2006 Mar 15
0
build world failed on pflogd
...alized -Wstrict-prototypes
-I/usr/src/sbin/pfctl/../../contrib/pf/pfctl -DENABLE_ALTQ
-Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -o
pfctl pfctl.o parse.o pfctl_parser.o pf_print_state.o pfctl_altq.o
pfctl_osfp.o pfctl_radix.o pfctl_table.o pfctl_qstats.o pfctl_optimize.o
-lm -lmd
gzip -cn /usr/src/sbin/pfctl/../../contrib/pf/pfctl/pfctl.8 > pfctl.8.gz
gzip -cn /usr/src/sbin/pfctl/../../contrib/pf/man/pf.4 > pf.4.gz
gzip -cn /usr/src/sbin/pfctl/../../contrib/pf/man/pflog.4 > pflog.4.gz
gzip -cn /usr/src/sbin/pfctl/../../contrib/pf/man/pfsync.4 > pfsync.4.gz
gzip...
2013 Oct 09
1
Version of L-BFGS-B used in optim etc
Hi.
I just noticed the paper by Morales and Nocedal
Remark on "Algorithm 778: L-BFGS-B: Fortran Subroutines for Large-Scale
Bound Constrained Optimization". TOMS 2011; 38(1): 7
http://www.ece.northwestern.edu/~morales/PSfiles/acm-remark.pdf
which describes a couple of improvements (speed and accuracy) to the
original Netlib code which AFAICT is that still used by optim()
via f2c.
2002 Jun 01
0
Testing a transfer-only rsync tool
...then delete REMOTE_FILE
mvput LOCAL_FILE [REMOTE_FILE [BASIS_FILE]] put, then delete LOCAL_FILE
del FILE delete a remote file
ldel FILE delete a local file
md DIR create a remote directory
lmd DIR create a local directory
ln OLDNAME NEWNAME create a remote hard link
lln OLDNAME NEWNAME create a local hard link
sln OLDNAME NEWNAME create a remote symlink
lsln OLDNAME NEWNAME...
2023 Oct 10
17
[Bug 3627] New: openssh 9.4p1 does not see RSA keys in know_hosts file.
https://bugzilla.mindrot.org/show_bug.cgi?id=3627
Bug ID: 3627
Summary: openssh 9.4p1 does not see RSA keys in know_hosts
file.
Product: Portable OpenSSH
Version: 9.4p1
Hardware: SPARC
OS: Solaris
Status: NEW
Severity: major
Priority: P5
Component: ssh
2018 Dec 27
1
FreeBSD, Libmd5, samba 4.9.4 & "smbclient -L" (using password) -> core dump
I just noticed that smbclient from Samba 4.9.4 /built by myself) on FreeBSD 11.2 coredumps when called like this:
smbclient -L <hostname>
> % /liu/pkg/samba/4.9.4-liu/bin/smbclient -L filur00
> Enter username at AD.LIU.SE's password:
> Abort (core dumped)
… if it is linked against /usr/local/lib/libmd5.so (which is part of “libwww”). If I remove libmd5.so and recompile
2004 Oct 08
6
clean install with 3 ip addresses
i am doing a clean install on fedora
core 2 using the shorewall rpm and the
Shorewall Setup Guide for multiple
IP''s using a stock configuration except
for AllowDNS and AllowWeb on the
firewall (so i can post this message).
my shorewall status file is attached.
my setup
69.17.65.105 = firewall
69.17.65.22 = dmz server 1
69.17.65.161 = dmz server 2
my local network is
2006 Mar 21
1
weird bugs with mmap-ing via NFS
[Moved from -current to -stable]
???????? 21 ???????? 2006 16:23, Matthew Dillon ?? ????????:
> ? ? You might be doing just writes to the mmap()'d memory, but the system
> ? ? doesn't know that.
Actually, it does. The program tells it, that I don't care to read, what's
currently there, by specifying the PROT_READ flag only.
> ? ? The moment you touch any mmap()'d
2013 Jan 07
4
3.6.10 file handle leak under ancient 32-bit kernel
...for xfs/libxfs.h... no
checking netgroup.h usability... no
checking netgroup.h presence... no
checking for netgroup.h... no
checking linux/falloc.h usability... no
checking linux/falloc.h presence... no
checking for linux/falloc.h... no
checking for MD5Update in -lc... no
checking for MD5Update in -lmd... no
checking for MD5Update in -lmd5... no
checking for rpcsvc/yp_prot.h... yes
checking for sys/mode.h... (cached) no
checking CoreFoundation/CFStringEncodingConverter.h usability... no
checking CoreFoundation/CFStringEncodingConverter.h presence... no
checking for CoreFoundation/CFStringEncoding...
2006 Nov 17
1
gjournal on 6.x wont build
Hi all,
I was intending on trying out gjournal on a new disk i've added in my
desktop. I had a look to see what the most recent patch provided by
Pawel and found
http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch
I created the directories as per Pawel's original post
(http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html)
and the patch succeeded with no failed