Displaying 20 results from an estimated 61 matches for "csa".
Did you mean:
cs
2006 Aug 07
2
[1.0.rc6] Bug in deliver (still exists)
...eckpassword (modules)
Building with password lookup modules : passwd passwd-file shadow
checkpassword (modules)
Building with SQL drivers ............:
I'm letting 'qmail' deliver one copy of the message and dovecot's
'deliver' another copy to the same maildir.
% cat /home/csa/.qmail
|preline /srv/software/dovecot/libexec/dovecot/deliver
./Maildir/
Then I'm sending this mail to myself.
% cat /tmp/mail.txt
From: csa at csa-net.dk
To: csa at csa-net.dk
Subject: Test mail
Testing - mail
>From csa at csa-net.dk Mon Aug 07 08:01:49 2006
This part of the body will be...
2006 Jul 03
0
No subject
This part of the body will be zapped by Dovecot's deliver...
This is bad....
Injecting the message:
% cat /tmp/mail.txt | /var/qmail/bin/qmail-inject
Having qmail process the message:
% sudo /var/qmail/rc
status: local 0/10 remote 0/20
new msg 1596241
info msg 1596241: bytes 364 from <csa at csa-net.dk> qp 23105 uid 1000
starting delivery 1: msg 1596241 to local csa at csa-net.dk
status: local 1/10 remote 0/20
delivery 1: success: did_1+0+1/
status: local 0/10 remote 0/20
end msg 1596241
Looking at the result:
% cd /home/csa/Maildir/new/
% ls -l
total 8
-rw------- 1 csa csa 42...
2006 Jul 06
1
Problems with deliver (LDA)
...39; to deliver a second copy of the same
message to the same Maildir:
% cat .qmail
./Maildir/
|preline /usr/libexec/dovecot/deliver
After forwarding a message (as attachment) to my account, I get the
following 2 files in my Maildir. Check the difference in size:
% ls -l Maildir/new
-rw------- 1 csa csa 2818 2006-07-06 09:29 1152170973.7420.silver
-rw------- 1 csa csa 1372 2006-07-06 09:29 1152170973.P7422Q0M136220.silver
Grepping for ^Content-* in the 2 mails show that a part is missing.
% cd Maildir/new
% grep ^Content *
1152170973.7420.silver:23:Content-Type: multipart/mixed;
1152170973...
2018 Sep 21
1
[cfe-dev] SMT solvers in clang SA
...ng). So far
we got Boolector, MathSAT and Yices ready. CVC4 should be done soon.
When used to refute bugs, they all give roughly the same results: a ~5%
speedup if there are refuted bugs or a ~5% slowdown if no bug is refuted.
I've only tried to analyze one full project (tmux) with Yices; the CSA ran
for 24hrs and it didn't complete the analyze. For comparison, it takes 90s
to analyze it with the ranged constraint manager in the CSA.
Thanks,
Em sex, 21 de set de 2018 às 12:32, Siddharth Shankar Swain via cfe-dev <
cfe-dev at lists.llvm.org> escreveu:
> Hi all,
>
> Curr...
2018 Sep 21
2
SMT solvers in clang SA
Hi all,
Currently studying the impact of SMT solvers on Clang SA. Can anyone help
in telling more about the SMT solvers use in clang SA ? ( Have already
tested Z3 SMT solver implemented in GSoC 2018 , also looking for other SMT
solvers if possible )
Thanks,
Siddharth
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Apr 13
1
ICH7 SATA RAID Broken, Was (Re: Timescale for 6.1-RELEASE...)
On 4/12/06, Ted Mittelstaedt <tedm@toybox.placo.com> wrote:
>
> >-----Original Message-----
> >From: Ted Mittelstaedt [mailto:tedm@toybox.placo.com]
> >Sent: Tuesday, April 11, 2006 6:04 PM
> >To: Nikolas Britton
> >Cc: Harrison Peter CSA BIRKENHEAD; freebsd-questions@freebsd.org
> >Subject: RE: Timescale for 6.1-RELEASE...
> >
> >>-----Original Message-----
> >>From: owner-freebsd-questions@freebsd.org
> >>[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of
> >Nikolas Britton
> &...
2018 Feb 20
3
[GSOC 2018] Information gathering
...ent in computer science. I am currently in
my 4th year (1st year of graduate school) at EPITA and enrolled in the
system and security laboratory of the school.
I would be very interested in working on a LLVM project during this
GSoC. Implementing a PoC for an unsequenced modification checker in CSA
helped me discover LLVM. However, I would like to dive deeper in this
project.
I've seen some of the proposals, and I would like to ask a few questions
about two of those.
As you might have guessed, I have some interest in the checker for
dangling string pointers :
- Do you think it woul...
2003 Sep 01
1
testers needed for CAM INVARIANTS fix
...and_size, 0, cdcmdsizesysctl, "I",
+ "Minimum CDB size");
+
+ splx(s);
+ }
+
/*
* We have a handler function for this so we can check the values when the
* user sets them, instead of every time we look at them.
***************
*** 658,664 ****
struct ccb_setasync csa;
struct ccb_pathinq cpi;
struct ccb_getdev *cgd;
! char tmpstr[80], tmpstr2[80];
caddr_t match;
cgd = (struct ccb_getdev *)arg;
--- 698,704 ----
struct ccb_setasync csa;
struct ccb_pathinq cpi;
struct ccb_getdev *cgd;
! char tmpstr[80];
caddr_t match;
cgd = (struc...
2018 Mar 01
0
[cfe-dev] [GSOC 2018] Information gathering
...I am currently in
> my 4th year (1st year of graduate school) at EPITA and enrolled in the
> system and security laboratory of the school.
>
> I would be very interested in working on a LLVM project during this
> GSoC. Implementing a PoC for an unsequenced modification checker in CSA
> helped me discover LLVM. However, I would like to dive deeper in this
> project.
>
> I've seen some of the proposals, and I would like to ask a few questions
> about two of those.
>
> As you might have guessed, I have some interest in the checker for
> dangling s...
2013 Jan 18
0
[LLVMdev] How to run SPEC200 benhmark in LLVM
Hi Unnikrishnan C,
On 18/01/13 09:09, unni_c at csa.iisc.ernet.in wrote:
> Hello,
>
> I want to run SPEC2000 benchmark in LLVM to check correctness of a llvm
> module which I wrote. How to run SPEC2000 benchmark in LLVM?
>
> Unnikrishnan C
do you know how to run LLVM's nightly testsuite? It has support for SPEC.
When you conf...
2009 Dec 02
2
Small proxy appliance hardware
...s fully
automatic (regarding speed and duplex negotiation) supported by CentOS?
Gigabit speed is not required.
Any other compatibility issues with the above machines?
Normally I'd simply build something from components and squeeze it into
a small box, but in this case I need something with UL/CSA/CE approvals,
which lets out homebrew hardware.
Many thanks in advance!
2000 Jun 19
0
Samba over a PPP connection
...ly but cannot "see" unix folder called "G:"; the same portable computer, over direct LAN connection it usually "see" perfectly.
Do you have suggestions to solve this problem?
Please reply as short as possible. Best regards.
Zonca Marco (zoncatan@tin.it)
CSA Information Technology S.r.l.
via Cividale, 5
34076 Romans d'Isonzo GO - Italy
p.i. 00557890316
* tel.: 0481 909130
* fax.: 0481 909366
* cell.: 0348 2868641
* email: csainfo@tin.it
* web: http://web.tin.it/csa ( visitateci in Internet: listino prezzi computer e componenti,...
2013 Jan 18
2
[LLVMdev] How to run SPEC200 benhmark in LLVM
Hello,
I want to run SPEC2000 benchmark in LLVM to check correctness of a llvm
module which I wrote. How to run SPEC2000 benchmark in LLVM?
Unnikrishnan C
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2001 Dec 06
3
problem uploading to an rsync server
For some reason I'm having a problem uploading to an rsync server:
[root@csa i386]# rsync -azvv --progress --stats /home/www/www.blah.com/*
blah@localhost::test/
Password:
building file list ... done
ERROR: module is read only
unexpected EOF in read_timeout
It claims my module is read only, but it is not:
[test]
uid = root
gid = root
path = /home...
2014 Aug 05
1
was code added to detect or die on sighup recently?
...dd...
The snaphome script is designed to run the snapper script (which calls
rsync)
and send it's log to a file and allow it to be automatically monitored...
#!/bin/bash
: {HOME:-/home/law}
declare -i output_wanted=1
export ld=$HOME/var/log PATH=$HOME/bin:$PATH
export PERL5OPT='-Mutf8 -CSA -I/home/law/bin/lib'
function snaprun () {
cd "$ld" && {
if [[ -e snap.log ]]; then
mv "snap.log" "snap.log-$(ShortDateTime)"
#7z a snap.log.7z snap.log-[0-9]*.[
fi
declare cmd="nice -19 ionice -c3 snapper.pl -X x /home"...
2003 Feb 03
1
Problems booting PXE-Client
...p_address=224.1.5.1
mtftp_client_port=1758
mtftp_server_port=1759
# the port to listen on
listen_port=4011
# enable multicast?
use_multicast=1
# enable broadcast?
use_broadcast=0
# user prompt
prompt=Press F8 to view menu ...
prompt_timeout=10
# what services to provide, priority in ordering
# CSA = Client System Architecture
# service=<CSA>,<min layer>,<max layer>,<basename>,<menu entry>
service=X86PC,0,0,local,Local boot
service=X86PC,0,2,linux,Linux install
# tftpd base dir
tftpdbase=/tftpboot
# domain name
domain=robonet.at
And under /home/clients is ins...
2003 May 16
4
SIP/H323 based channel bank?
Just starting my search for a SIP/MGCP/H323 channel bank. I need analog ports in a building that only have network connections back to my * server. I could install another * server and use a normal CB with a PRI but I would like to investigate any good CB's with network trunk abilities
Thanks
Dave Packham
2016 Feb 24
2
SQLite driver and auth-worker credentials
...BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQJ8BAEBCgBmBQJWzgIBXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRGOTZEMUNBMEI1RjQzMThCNjc0QjMzMEFF
QUIwM0M1OEJGREM0NzhGAAoJEOqwPFi/3EePIK0QAJk0nTOGCCxc/A5LqLKbYzX4
9fKQKrfLfWZfKcdRW0flLefcrCj2AAL9aM/KybKDOIR/IqC/+s8KwLLi/VN0+CSa
UaKOca2LsMJtiOVy0DOs+KXS5ynpBeTZ9UCna2lVlySoVNsXPw2pQ+uSQYtKFrVQ
SRmF6XanVndW4mH7x0Pj4YJwSE55FC+RcuNP94th4uIHavV7LCjFuv4O7hTSax7d
RuBxkW52ILZaD4RICHQ6T5bmhCUVgzmYNw2NV/sZdvT5CH6rszPQU8VR/3I3FYp5
/8rNXaScOgQ351WEBI/K9s8IjvazZjKi6jE0auvJb0qw0tD0N3UCrfALtIOKLcbb
GWacmqlogidVYMgaggPJBEu4W6bkqBxDICp2FXv...
2016 Apr 25
3
ads: tickets and joins
...the consequences of running samba/ads on a machine that
has not been joined to the domain?
10. When calling "net ads join", must user at domain be a domain admin?
11. How do I go about discovering root cause for this error:
[root at myhost ~]# net ads join -U foo at DOMAIN.LOCAL
Enter csa at DOMAIN.LOCAL's password:
ldb: unable to stat module /usr/lib64/samba/ldb : No such file or directory
Using short domain name -- DOMAIN
Joined 'MYHOST' to dns domain 'domain.local'
DNS update failed: NT_STATUS_INVALID_PARAMETER
===
My guesses:
A1: To create a kerberos tick...
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been
granted by other domains.
Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel