Displaying 20 results from an estimated 33 matches for "cerberus".
2001 Nov 01
0
Re: HIGMEM, SMP, 2.4.13 and Cerberus
Hi,
On Wed, Oct 31, 2001 at 04:06:31PM +0100, Joan Batet wrote:
> As you suggested, I ran the test again with Linux-2.4.12-ac6,
> Linux-2.4.13-ac4 and Linux-2.4.13, this time with ext2 filesystem (the
> previous cerberus run was run on ext3 partitions).
How does ext3 look on 2.4.12-ac6? Pretty much all of the VM testing
we've done on ext3 has been on Rik's VM as still present in the -ac
tree.
Cheers,
Stephen
2006 Aug 11
9
I have boosted my productivity !
Just a positive experience I would like to share with you : testing is
great on paper but very tedious to apply because nobody wants to run
manually the tests by hand.
Last week I have discovered zentest, an automated test process command
line utility. That was at the beginning (hopefully) of a new project.
Believe it or not, I have started to code most parts of the application
without using
2015 Jun 26
3
[LLVMdev] C as used/implemented in practice: analysis of responses
...is often more restrictive, or about obsolete or obscure hardware
or compilers. We focussed on the behaviour of memory and pointers.
We've had around 300 responses, including many compiler and OS
developers, and the results are summarised below, or on the web at
http://www.cl.cam.ac.uk/~pes20/cerberus (which also has more details).
For many questions the outcome seems clear, but for some, especially
1, 2, 9, 10, and 11, major open questions about current compiler
behaviour remain; we'd greatly appreciate informed comments on those
from the relevant compiler developers (or other experts).
If...
2007 Jan 09
6
rcov seg fault
Hi
Trying to get rcov going (has been working), but with the following context
and specs it fails.
context ''/account POST with invalid attendee'' do
controller_name :account
setup do
Attendee.stub!(:create!).and_raise(ActiveRecord::RecordInvalid.new(
Attendee.new))
end
specify ''should raise on create'' do
Attendee.should_receive(:create!).with({
2006 Aug 17
2
php application inside rails public directory?
Hi all,
I need to install cerberus inside my rails app''s public directory... I
agree that the best method would be to put the whole php app in it''s own
subdomain, but for now (i''m just testing) that''s not possible...
What would be the way to do that?
thanks!
rolando.-
--
Posted via http://www....
2019 Nov 20
1
virsh snapshot-create --print-xml seems to ignore most arguments
...put for two snapshot-create commands are the same, even though the
first one includes additional options (no-metadata and atomic).
I want to use the generated XML to create a snapshot via a perl script,
and Sys::Virt only seems to support snapshots using a XML description
of the arguments.
timos@cerberus:~$ sudo virsh snapshot-create-as --domain web guest-
state1 --diskspec hda,file=overlay1.qcow2 --disk-only --atomic --no-
metadata --print-xml
<domainsnapshot>
<name>guest-state1</name>
<disks>
<disk name='hda'>
<source file='overlay1.qcow2...
2008 Nov 19
1
mail_privileged_group not working for dotlock files (1.1.6)
...fcntl
mbox_write_locks = dotlock fcntl
and /var/spool/mail permissions:
drwxrwx--x 2 root mail 4096 Nov 19 10:16 mail/
Trying to connect via POP3 results in this error:
---
Nov 19 09:31:01 lexiconn2 dovecot: child 32127 (pop3) killed with signal
11
Nov 19 09:31:01 lexiconn2 dovecot: POP3(cerberus): file_lock_dotlock()
failed with mbox file /var/spool/mail/xxx: Permission denied
Nov 19 09:31:01 lexiconn2 dovecot: pop3-login: Login: user=<xxx>,
method=PLAIN, rip=1.2.3.4, lip=5.6.7.8, secured
---
The docs seem to indicate the above config / settings should work. Is this
a bug?
The...
2003 Jul 21
1
htree and Severn
My reading of the kernel.src.rpm doesn't indicate that Severn has ext3
htree patches. Stephen, were there any issues seen during Cerberus
testing ?
Regards, Yusuf
--
Yusuf Goolamabbas
yusufg@outblaze.com
2015 Jun 30
8
[LLVMdev] C as used/implemented in practice: analysis of responses
...r about obsolete or obscure
> hardware
> or compilers. We focussed on the behaviour of memory and pointers.
>
> We've had around 300 responses, including many compiler and OS
> developers, and the results are summarised below, or on the web at
> http://www.cl.cam.ac.uk/~pes20/cerberus (which also has more
> details).
> For many questions the outcome seems clear, but for some, especially
> 1, 2, 9, 10, and 11, major open questions about current compiler
> behaviour remain; we'd greatly appreciate informed comments on those
> from the relevant compiler developer...
2015 Aug 15
1
IMAP folder separator issue
...folders, and it worked under previous versions of
fedora and dovecot. I believe it has to do with the separator
character that's used, based on this wiki page:
http://wiki2.dovecot.org/Plugins/Listescape
The problem is that those instructions cause errors:
Aug 14 20:00:01 orion dovecot: pop3(cerberus): Error: User
initialization failed: namespace configuration error: Duplicate
namespace prefix: ""
Aug 14 20:00:01 orion dovecot: pop3(cerberus): Error: Invalid user
settings. Refer to server log for more information.
I've also had to change the "namespace private" to "...
2007 Dec 16
1
Unit test preperation with migrations
I have spent sometime this afternoon learning how to unit test rails
applications and integrate the Cerberus CI tool. One key area confuses
me however, and I would appreciate other peoples views of how best to
overcome the issue.
My understanding is that the ''test'' and ''test:units'' have the
db:test:prepare pre-requisite which copies the schema from dev to the
test data...
2008 Jun 20
7
Kernel panic - not syncing: CPU context corrupt
Hi,
Is there someone on this mailing list who could/want help me figure out
this issue? We do not know where to look to solve this.
--- Description ---
This is a brand new server, which has been tested for days with FreeBSD
in our office, and a few days with Windows on the site of our hardware
distributor. Now customer wants CentOS, which we installed, but after
few days we get a kernel panic.
2006 Jul 30
1
Parametric links for glm?
...f class "link-glm" -- if I
understand properly, this allows one to more easily
roll one's own links, but it leaves the question of passing
parameters on the table. That is,
presumably, I could pass a structure, like that above of class "link-
glm" and thereby avoid
the Cerberus of officially sanctioned links, but I still don't see
how to pass my parameters.
Can someone enlighten me? Or, would it still be necessary to add
"..." to the binomial
function?
url: www.econ.uiuc.edu/~roger Roger Koenker
email rkoenker at uiuc.edu...
2018 Apr 09
1
EuroLLVM'18 : moderators needed!
...k to back in the same room.
Moderators introduce the speaker, give the speaker warnings about time, and
facilitate Q&A by running microphones.
Full schedule here: *https://2018eurollvm.sched.com
<https://2018eurollvm.sched.com>*
*Session 1 (Monday, 9:15-10:55, Bristol 1 & 2)*
- The Cerberus Memory Object Semantics for ISO and De Facto C
- Global code completion and architecture of clangd
*Session 2 (Monday, 2:00-3:25PM, Bristol 1)*
- New PM: taming a custom pipeline of Falcon JIT
- An Introduction to AMD Optimizing C/C++ Compiler
*Session 3 (Monday, 2:00-3:25PM Bristol 2)*
- A Pa...
2015 Jul 01
2
[LLVMdev] C as used/implemented in practice: analysis of responses
...t; >> or compilers. We focussed on the behaviour of memory and pointers.
> >>
> >> We've had around 300 responses, including many compiler and OS
> >> developers, and the results are summarised below, or on the web at
> >> http://www.cl.cam.ac.uk/~pes20/cerberus (which also has more
> >> details).
> >> For many questions the outcome seems clear, but for some, especially
> >> 1, 2, 9, 10, and 11, major open questions about current compiler
> >> behaviour remain; we'd greatly appreciate informed comments on those
>...
2015 Jun 27
2
[LLVMdev] C as used/implemented in practice: analysis of responses
...e or obscure hardware
>> or compilers. We focussed on the behaviour of memory and pointers.
>>
>> We've had around 300 responses, including many compiler and OS
>> developers, and the results are summarised below, or on the web at
>> http://www.cl.cam.ac.uk/~pes20/cerberus (which also has more details).
>> For many questions the outcome seems clear, but for some, especially
>> 1, 2, 9, 10, and 11, major open questions about current compiler
>> behaviour remain; we'd greatly appreciate informed comments on those
>> from the relevant compile...
2004 Dec 06
3
WinXP and Samba PDC Auth Problem
I have been running a Samba PDC with Samba version 3.0.0
on Redhat 7.3 for quite some time. My WinXP Pro SP2 system is part
of the domain and everything has been working just peachy. And then,
of course, I had to tinker with it.
I upgraded the linux box to Whitebox Linux 3.0, a derivative
of Redhat Enterprise Linux 3.0. It comes with Samba 3.0.7. After
installing and updating everything, I
2007 Oct 20
2
Xen stress testing for production
Hi --
I''m just a little nervous about deploying my Xen VMs. Will they perform
when in actual production? How stable is Xen, really?
So, I thought I would do some stress testing before deploying it. I''d
like to test VMs running various services, alone and all together...
DNS, HTTP/S, Tomcat, IMAP/SMTPD.
Does anyone here have suggestions for load generating software? Or, has
2006 Apr 27
1
sigsev with postfix + dovecot SASL
hi,
I am just playing a bit with the dovecot SASL plugin for postfix and so far my
tests have been very successfull, can't wait to get the cyrus-sasl beast replaced.
However, I found a potential problem when doing some "illegal" stuff on the
postfix side:
-------CUT-------
cerberus:/var/log# telnet smtptest 25
Trying 192.168.99.99...
Connected to smtptest.bestsolution.at.
Escape character is '^]'.
220 smtptest.bestsolution.at ESMTP Postfix (bestsolution.at GmbH)
EHLO localhost
250-smtptest.bestsolution.at
250-PIPELINING
250-SIZE 51200000
250-ETRN
250-AUTH PLAIN DIGEST...
2018 Apr 09
0
EuroLLVM'18 : moderators needed!
...ators introduce the speaker, give the speaker warnings about time, and
> facilitate Q&A by running microphones.
>
> Full schedule here: *https://2018eurollvm.sched.com
> <https://2018eurollvm.sched.com>*
>
> *Session 1 (Monday, 9:15-10:55, Bristol 1 & 2)*
> - The Cerberus Memory Object Semantics for ISO and De Facto C
> - Global code completion and architecture of clangd
>
> *Session 2 (Monday, 2:00-3:25PM, Bristol 1)*
> - New PM: taming a custom pipeline of Falcon JIT
> - An Introduction to AMD Optimizing C/C++ Compiler
>
> *Session 3 (Monday...