Displaying 20 results from an estimated 100 matches similar to: "Error: object 'short' not found"
2008 Jan 29
2
sa learning from an imap spam folder
Hello,
I am sorry if I am writing to a wrong list because honestly I do not
know where to write but I would like to be able to set up sa-learn via
cron to learn from spam folder of a particular email account (via
IMAP).
Can anyone share how to do it? Is dovecot involved in it?
I am using:
Exim 4.69
Dovecot 1.0.10
p5-Mail-SpamAssassin-3.2.1
Thanks a lot for helping.
Zbigniew Szalbot
2006 Jul 19
1
how to identify RTP packets?
Hi,
I am working on voice application. I want to identify RTP packets
and set DSCP for those. Is there anyway to accomplish this task either
using tc or iptables. Please help me..
Thank you
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2009 Apr 08
3
order transfers by file size
Is it possible to have rsync order transfers by file size (smallest
files first) ?
Would it be a big patch ?
Thanks
Viki
2015 Nov 14
3
[lit] RFC: Per test timeout
Hi,
A feature I've wanted in lit for a while is a having a timeout per
test. Attached
are patches that implement this idea.
I'm e-mailing llvm-dev rather than llvm-commits
because I want to gather more feedback on my initial implementation and
hopefully some answers to some unresolved issues with my implementation.
Currently in lit you can set a global timeout for
all of the tests but
2009 Apr 08
2
double-side synchronisation
Help me
Tell it is possible to make double-side synchronisation of two servers?
So that it passed only on time.
For example at an identical set of files on two servers any file on the first to change, i.e. for it time modify will exchange. It means becomes newer and it is necessary to transfer it to other server. And on the contrary, if modification time for any file of the second server it to
2010 Sep 06
1
Creating named.list from two matrix columns
Hi Friends,
I am new to R.
On R utility class pages, creating "named.list" is described with this command :
new("named.list",a=1,b=2)
For large matrix having two columns, such as :
"row1" 2334
"row2" 347
"row3" 379
...
I want to create a named.list like :
$row1
[1] 2334
$row2
[1] 347
...
Can anyone explain how "named.list"
2008 Feb 15
3
re-flac files /with
Have about 200 flac files, that DON'T have replay-gain tags..
I would just like to ? re-encode them with replay-gain tags? if possible
if possible what command line string would work?
Thanks in Advance
Richard
2011 Sep 23
4
replace multiple string
Hi
I would like to use a bash script that searches files and
subdirectories name in a directory /var/ww/html/web
for a specific string, and when it finds the search string, replaces
the string (old1) with new string (new1), and so on
old2 with new2 ....oldn with newn.
replace_string.sh
#!/bin/bash
for db in $(find /var/www/html/web -name * -exec)
do
sed -e "s/old1/new1/" \
sed
2013 Jun 08
4
"Virtual hosts" for ssh
It'd be very cool if ssh supported something like Apache "virtual hosts". This would make it much more viable to host multiple installs of git on the same server, for example.
More details:
On the remote server, ssh already sets some environment variables:
> printenv | grep SSH
SSH_CLIENT=192.168.1.18 50945 22
SSH_TTY=/dev/pts/1
SSH_CONNECTION=192.168.1.18 50945 192.168.1.1 22
2018 Dec 14
3
unable to mount nfs4v over krb5 after samba upgrade.
Hi Team,
Upgraded samba from 4.7. to 4.9.3. After upgrade unable to mount nfsv4
through krb5 security.
smb.conf:
[Global]
available= yes
restrict anonymous= 0
Workgroup= VIKY
netbios name= viky
realm= VIKY.LOCAL
password server= 192.168.1.10, *
idmap backend= tdb
idmap uid= 5000-9999999
idmap gid= 5000-9999999
idmap config *: backend= rid
idmap config *: range= 10000000-19999999
security= ADS
2012 May 06
4
paravirtualization using centos template
Hi,
I''ve trying booting Xen Hypervisor PV with a centos5 template using kernel
and initrd from mirror.centos.org/centos/5/os/i386. When i start PV this go
to installation mode. However this should boot with template. Please help
in this regard what Am i doing wrong.
--
Best Regards
Asim
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
2018 Dec 17
2
unable to mount nfs4v over krb5 after samba upgrade.
Hi Rowland,
Still issue persists, i have removed passdb backend option from my smb
config. i haven't found any passdb.tdb file in private folder. i only see
smbpasswd file. whether passwd.tdb file will create automatically?
I have created one more setup with samba 4.7 installed to check there is
issue in my environment, everything works fine there.
Whats the change causing this problem, i
2009 Dec 31
0
flac --replay-gain
When I run it (OS X 10.6.2), find builds a list across multiple directories and then runs metaflac, causing metaflac to report. "The FLAC file could not be opened. Most likely the file does not exist or is not readable."
I would think this is the expected result as " {} + " is the same as -execdir, except that ``{}'' is replaced with as many pathnames as possible for
2014 Mar 18
2
DNS error on startup Samba4 ADS mode DC
I keep getting errors in my logs about can not bind to address *.*.*.*:53
address in use..
what did i do wrong in the setup of my server or domain?
attached logs and smb.conf along with the output from my provision command.
Jeffrey D. Means meaje at meanspc.com
Owner / CIO for MeansPC http://www.meanspc.com/
Custom Web Development For Your Needs. (970)308-1298
- The
2018 Dec 31
0
Aw: Re: rsync remote raw block device with --inplace
These responses have been very useful. Thanks especially to *Roland* devzero
at web.de
<rsync%40lists.samba.org?Subject=Re%3A%20Aw%3A%20Re%3A%20rsync%20remote%20raw%20block%20device%20with%20--inplace&In-Reply-To=%3Ctrinity-177d08a5-29f5-475c-916b-85273fc31962-1546203055586%403c-app-webde-bs15%3E>because...I'm
installing diskrsync <https://github.com/dop251/diskrsync> . So
2009 Dec 30
0
flac --replay-gain
Ah! metaflac, thanks, but won't this cause metaflac to combine flac's across directories and give an album replay gain for the combined flac's? (as opposed to separate albums i.e. metaflac /album1/*.flac /album2/*.flac as opposed to metaflac /album1/*.flac, metaflac /album2/*.flac)
On Dec 30, 2009, at 11:43 AM, Nicholas Wilson wrote:
> Run from the top directory:
>
>
2009 Feb 12
2
Macintosh rsync: Inconsistent Behaviour: Hints Appreciated
I have a problem with rsync on macintosh copying files that have not been
updated. Despite careful reading of the archives, I can't find an
explanation (or a fix), but I strongly suspect I'm just missing something
that an expert will recognise instantly... Your assistance would be greatly
appreciated.
I'm running a nightly backup of my photo/home video directory from a
partition
2012 May 26
1
I can't logon to the mail server using an NIS user account
Below is my configuration
# 2.0.13: /etc/dovecot/dovecot.conf
# OS: Linux 3.0.0-17-server x86_64 Ubuntu 11.10
auth_mechanisms = plain login
mail_location = maildir:/nfs/users/%u/Maildir
passdb {
args = scheme=CRYPT username_format=%u /etc/dovecot/users
driver = passwd-file
}
protocols = " imap pop3"
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
2018 Dec 14
0
unable to mount nfs4v over krb5 after samba upgrade.
On Fri, 14 Dec 2018 19:14:28 +0530
VigneshDhanraj G via samba <samba at lists.samba.org> wrote:
> Hi Team,
>
> Upgraded samba from 4.7. to 4.9.3. After upgrade unable to mount nfsv4
> through krb5 security.
>
> smb.conf:
>
> [Global]
> available= yes
> restrict anonymous= 0
> Workgroup= VIKY
> netbios name= viky
> realm= VIKY.LOCAL
> password
2011 Feb 15
1
Interpretation of p-values, coxph
Hi guys,
I have been testing the hypothesis for difference of survival between four different classes. The p-values provided in coxph output are confusing for me to interpret.
Here is the output :
sur<-coxph(Surv(SURVIV, status == 1)~factor(A)+cluster(rownames(d)), data = d, model=TRUE)
Call:
coxph(formula = Surv(SURVIV, status == 1) ~ factor(A) + cluster(rownames(d)), data = d, model = TRUE)