Displaying 20 results from an estimated 9537 matches for "matt".
Did you mean:
math
2018 May 23
2
lazy_expunge ...
deeper still looks like culprit was
fts_enforced = "no"
which i removed given default anyway ..
still get error
[root at stargate dovecot.rawlog]# doveadm search -u matt at the-bryants.net
mailbox .EXPUNGED/* from noreply at apress.com
doveadm(matt at the-bryants.net): Error: fts: Failed to sync mailbox
.EXPUNGED: Mailbox doesn't exist: .EXPUNGED
6156a416748c035b5c0b0000ef794dd1 1
even though in theory have disabled .EXPUNGED from being indexed ..
fts_aut...
2020 Apr 07
0
[vhost:vhost 32/44] drivers/remoteproc/remoteproc_sysfs.c:55:2: error: implicit declaration of function 'kfree'; did you mean 'vfree'?
...andom/virtio-rng.c:125:2: error: implicit declaration of function 'kfree'; did you mean 'vfree'? [-Werror=implicit-function-declaration]
kfree(vi);
^~~~~
vfree
cc1: some warnings being treated as errors
vim +55 drivers/remoteproc/remoteproc_sysfs.c
2aefbef0414981 Matt Redfearn 2016-10-19 20
2aefbef0414981 Matt Redfearn 2016-10-19 21 /* Change firmware name via sysfs */
2aefbef0414981 Matt Redfearn 2016-10-19 22 static ssize_t firmware_store(struct device *dev,
2aefbef0414981 Matt Redfearn 2016-10-19 23 struct device_attribute *attr,
2aefbef0414...
2018 May 23
3
lazy_expunge ...
...X=expunged.list.index
}
====================
Can see its working since can see files in the mdbox storage along with
indexs etc ... but there seems little to no documentation on how to
delete from the expunged namespace and atm trying to even search doesnt
seem to work ..
doveadm -Dvvv search -u matt at the-bryants.net mailbox .EXPUNGED/*
subject space
gets errors below .. and although says refer to server log .. nothing in
there either .. mail_debug is on ...
doveadm(matt at the-bryants.net): Debug: fts: Indexes disabled for namespace ''
doveadm(matt at the-bryants.net): Debug: .EXP...
2007 Sep 25
12
Problems with expect_render
...39; expected :render with
> ({:partial=>"does_not_exist", :object=>"hello"}) once, but received
> it 0 times
Which is much better.
So, to me, this looks like a bug in rspec_on_rails.
Explanations of why I''m just doing it wrong gratefully received ;-)
Matt
--
Matt Patterson | Design & Code
<matt at reprocessed.org> | http://www.reprocessed.org/
2011 Jul 31
5
Appending 4 Digits On A File Name
..., subrichcdt, by="gene")
file.name <- paste ("kegg.subrichcdt.", i, ".txt", sep="")
write.table(temp, file=file.name)
}
#######
But I want:
"kegg.subrichcdt.0001.txt"
"kegg.subrichcdt.0002.txt", ...
Any suggestions
M
--
Matt Curcio
M: 401-316-5358
E: matt.curcio.ri at gmail.com
2018 May 23
1
lazy_expunge ...
You should probably exclude the .DUMPSTER folder from quota and FTS
plugin {
fts_autoindex_exclude = .DUMPSTER
quota_ruleN = .DUMPSTER:ignore
}
Aki
On 23.05.2018 13:29, Matt Bryant wrote:
> So digging a little deeper it seems this maybe an issue between
> fts/fts_lucene and lazy_expunge .. if I disable the fts plugin
>
> [root at stargate dovecot.rawlog]#? doveadm search -u
> matt at the-bryants.net mailbox .EXPUNGED/Trash from noreply at apress.com
>...
2007 Feb 16
2
Permissions of the top-level destination directory without --perms
I noticed that rsync sometimes miscalculates the permissions of the
top-level destination directory when --perms is off. For example, run
these commands in an area free of default ACLs:
umask 0000
mkdir -p src/foo
chmod 700 src src/foo
rsync -r src/ dest/
find . -ls
763054 0 drwx------ 4 matt matt 96 Feb 16 17:57 .
763158 0 drwx------ 3 matt matt 72 Feb 16 17:57 ./src
1424849 0 drwx------ 2 matt matt 48 Feb 16 17:57 ./src/foo
1075094 0 drwxrwxrwx 3 matt matt 72 Feb 16 17:57 ./dest
1511362 0 drwx------ 2 matt...
2017 Jan 12
3
Pigeonhole External pipe script going zombie?
...qmail at v1.redhorse.me>: pipe action: failed to pipe message to program `sievepush.pl': refer to server log for more information. [2017-01-12 14:19:36].
(even though the message really was piped to the program successfully)
In the dovecot server log, I see
Jan 12 14:19:21 v1 dovecot: lda(matt): Debug: sieve: Executing script from `/usr/home/matt/maildoms/.dovecot.svbin'
Jan 12 14:19:21 v1 dovecot: lda(matt): Debug: sieve: action pipe: running program: sievepush.pl
Jan 12 14:19:21 v1 dovecot: lda(matt): Debug: Mailbox stdin: Opened mail UID=1 because: mail stream
Jan 12 14:19:21 v1 d...
2011 Jan 31
2
Protocol stream error on extended attribute, silent failure to copy all attributes
...my testing, I have only seen the error occur with a
com.apple.FinderInfo attribute, and only for a directory.
Running rsync with sudo makes no difference.
The system has no problem reading the extended attribute from the source
folder, or using the xattr command to write it to the target folder:
matt$ xattr -l Licensed\ Fonts/Postscript/bradley/
com.apple.FinderInfo:
00000000 03 99 01 5D 04 7C 02 2F 07 A0 5A 50 00 01 02 07
|...].|./..ZP....|
00000010 FF F8 FF F0 C3 40 00 00 00 00 00 00 00 01 6C 28
|..... at ........l(|
00000020
matt$ xattr -l /Volumes/Storage/Licensed\ Fonts/Postscript/bradle...
2014 Sep 17
3
[LLVMdev] VEX prefixes for JIT in llvm 3.5
...! That indeed does the trick!
Presumably the default has changed in 3.5 to be a "generic" CPU
instead of the native one? If that's the case I wonder why: especially
when JITting it really only makes sense to target the actual CPU -
unless I'm missing something? :)
Thanks again,
Matt
On Wed, Sep 17, 2014 at 2:16 PM, Jim Grosbach <grosbach at apple.com> wrote:
> Hi Matt,
>
> I suspect you need to specify the target CPU when you create the JIT. It’s just a method on the builder (e.g., builder.setMCPU(MCPU)). If you want auto-detection based on the host CPU, sys::g...
2015 Feb 12
7
Cronjob and sudo
I need to remove empty files out of a directory that are over 6 hours
old so I created this script and put it in cron.hourly.
#!/bin/sh
cd /var/list
sudo -u matt find /var/list -mmin +360 -empty -user matt -exec rm {} \;
I want to run it as matt rather than root for just an added bit of
safety. Problem is I get this.
"sudo: sorry, you must have a tty to run sudo"
Is there another way to do this? As I understand the reason for this
is requiret...
2013 Jul 04
2
Libvirt, virtmanager & Windows 7 installation partition
...ath I can see
dis activity, but in the VM window the "booting from hard disk..."
text never does away.
If I select /dev/sda2 (where the windows installation resides (and
which is not marked as bootable), I get a boot failure right away.
Here is what /var/log/syslog has:
Jul 4 22:11:02 Matt-HP ntfs-3g[8385]: Version 2012.1.15AR.5 external FUSE 29
Jul 4 22:11:02 Matt-HP ntfs-3g[8385]: Mounted /dev/sda2 (Read-Write,
label "", NTFS 3.1)
Jul 4 22:11:02 Matt-HP ntfs-3g[8385]: Cmdline options:
rw,nosuid,nodev,uhelper=udisks2,uid=1001,gid=1001,dmask=0077,fmask=0177
Jul 4 22:11:0...
2003 Oct 13
3
This is frustrating! Need some Help
...(Planning on upgrading eventually)
Anyway, one user for some reason, cannot access the share through his
network neighborhood icon.
Here is the share info:
[AdminDirectory]
comment = administrators information
path = /backupstorage/admindirectory
valid users = @wheel matt
read only = No
The user is matt, who is also apart of the wheel group:
$ groups matt
matt : matt wheel
Looking at permissions on the share:
$ ls -lad /backupstorage/admindirectory/
drwxrwxr-- 26 admin wheel 4096 Oct 9 11:00
/backupstorage/admindirectory/
I pushed the per...
2018 May 23
0
lazy_expunge ...
On 23.05.2018 13:46, Matt Bryant wrote:
> deeper still looks like culprit was
>
> fts_enforced = "no"
>
> which i removed given default anyway ..
>
> still get error
>
> [root at stargate dovecot.rawlog]#? doveadm search -u
> matt at the-bryants.net mailbox .EXPUNGED/* from noreply at...
2014 Sep 18
5
[LLVMdev] VEX prefixes for JIT in llvm 3.5
Hi Matt, Philip,
You could get the data you want by recording the addresses returned by the
allocateCodeSection and allocateDataSection methods on your
RTDyldMemoryManager, then disassembling those sections after you've called
resolveRelocations. That's a little unsatisfying though. For one thing,...
2011 Jan 31
0
Protocol stream error copying extended attribute, silent failure to copy all data
...y testing, I have only seen the error occur with a
com.apple.FinderInfo attribute, and only for a directory.
Running rsync with sudo gives the same error.
The system has no problem reading the extended attribute from the source
folder, or using the xattr command to write it to the target folder:
matt$ xattr -l Licensed\ Fonts/Postscript/bradley/
com.apple.FinderInfo:
00000000 03 99 01 5D 04 7C 02 2F 07 A0 5A 50 00 01 02 07
|...].|./..ZP....|
00000010 FF F8 FF F0 C3 40 00 00 00 00 00 00 00 01 6C 28
|..... at ........l(|
00000020
matt$ xattr -l /Volumes/Storage/Licensed\ Fonts/Postscript/bradle...
2011 Feb 11
1
doveadm -A or -u
Did something change in doveadm? One of my scripts blew up last night
saying that -A is not a valid flag. The -A and -u flags seem to not be
working on trunk anymore.
# dovecot --version
2.0.9 (723a26a7d328)
# doveadm expunge -u matt mailbox Junk savedbefore 31d
doveadm(matt): Fatal: Unknown argument MATT
(matt of course is the user sending this message on this server)
# doveadm -Dv expunge -A mailbox Junk savedbefore 31d
doveadm(matt): Debug: Loading modules from directory: /usr/lib/dovecot
doveadm(matt): Debug: Module loade...
2010 Nov 04
4
how to work with long vectors
..., it still running after 24 hours.
Can someone give some suggestions for long vector?
id reads
Contig79:1 4
Contig79:2 8
Contig79:3 13
Contig79:4 14
Contig79:5 17
Contig79:6 20
Contig79:7 25
Contig79:8 27
Contig79:9 32
Contig79:10 33
Contig79:11 34
matt<-read.table("/house/groupdirs/genetic_analysis/mjblow/ILLUMINA_ONLY_MICROBIAL_GENOME_ASSEMBLY/4083340/STANDARD_LIBRARY/GWZW.994.5.1129.trim_69.fastq.19621832.sub.sorted.bam.clone.depth",
sep="\t", skip=0, header=F,fill=T) #
dim(matt)
[1] 3384766 2
matt_plot<-functio...
2012 Nov 02
10
[PATCH 0/9] elflink fixes
From: Matt Fleming <matt.fleming at intel.com>
Here are the patches that I've got queued up based on the very helpful
feedback I received from people testing Syslinux 5.00-pre9. Unless
anyone has any concerns these will make it into Syslinux 5.00-pre10.
Matt Fleming (9):
pxe: Don't call open...
2013 Jan 09
1
[syslinux:firmware] vesa: Correct screencpy() prototype
On 01/07/2013 12:51 PM, syslinux-bot for Matt Fleming wrote:
> Commit-ID: 15a67011987c341814533ac4d8e23c9a72dc7605
> Gitweb: http://www.syslinux.org/commit/15a67011987c341814533ac4d8e23c9a72dc7605
> Author: Matt Fleming <matt.fleming at intel.com>
> AuthorDate: Mon, 7 Jan 2013 14:42:16 +0000
> Committer: Matt Fle...