Displaying 20 results from an estimated 4000 matches similar to: "no logs from mongrel on win2k"
2006 Aug 24
26
mongrel logging on win32 platform and win32 service
Hi All
I am using version 0.3.13.3 and since there is no logging support for win32
application. I was wondering if it was possible to get any kind of logging
at all.
I have tried to these two options
1. Stream redirection using "mongrel_rails start -c C:/myspace/snapshot -p
4111 -t 70 -e production -P log/mongrel-1.pid > C:\temp\mongrel-1.log"
The console print the output stream
2006 Aug 15
1
Can migrations be used for these cases?
Hi
A newb question.
Can I use migrations if all of the following requirements are imposed at
the same time.
1. Copy data from an old schema to a new schema, the difference in the 2
schemas is about 25%, 3 new tables and 4 new columns.
2. Copy data from Oracle schema to DB2 schema, around 25% difference in
2 schemas as above.
3. Neither old nor the new schema tables have an
2006 Aug 16
0
problems using Migrations
Hi All
I am trying to figure out if I can use migratons when the following
requirements are imposed at the same time.
1. Migrating data from an old schema to a new schema, the difference in the
2
schemas is about 25%, 3 new tables and 4 new columns.
2. Migrating data from Oracle schema to DB2 schema, around 25% difference in
2 schemas as above.
3. Neither old nor the new schema tables have a
2006 Aug 07
2
User Authentication and Authorization with SiteMinder
Hi All
I am new the RoR and would like some advice on how to integrate SiteMinder
authentication/authorization in my Rails app.
For those who are not aware SiteMinder authenticates users and then
redirects the user back to the application that requested authentication
while setting response header which look something like this
2006 Aug 25
2
running multiple mongrels from same application root - is it safe?
Hi All
I was wondering if I run multiple mongrels from same application root (one
physical path) on the same machine is it safe as far as logging is
concerned.
I mean won''t there be race conditions or file locks and out of sequence
logging statements?
TIA
-daya
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2023 Sep 18
1
rsync --delete with empty source folder for fast snapshot deletion: Permissions of hardlinked files are changed to 644. Workaround?
Context
-------
I am one of the active developers of the open source application "Back in Time"
which uses "rsync" as backend and I want to fix an open issue:
"Back in Time"-Bug:
https://github.com/bit-team/backintime/issues/994#issuecomment-1724211507
"Back in Time" uses "--link-dest" to reduce traffic and storage by hardlinking
2006 Aug 11
3
Rails Documentation is RoR''s achilles heel
Hi All
Just a few minutes back I came across a post about autotest/zentest and that
post reignited the feeling I get when I look at RDoc, RoR documentation.
The main thing that is lacking in RoR and to some extent Ruby''s RDoc is
showing method names in HTML is not documentation. The arguments to method,
exception/errors raised by method, return value and a usage example
completes the
2006 Aug 10
11
Document Management System in Rails
Hi
Is anyone aware of any Document Management System in Rails. Googling didn''t
help me find any Rails based solution.
The DMS I need, need to have the following feature apart form the usual
ones.
1. Version control of documents.
2. Tracking version control for each group of users independently from the
other group . These groups may share the same document name but may have
different
2006 Aug 08
1
Testing - Do my emails reach rails mailing list?
Testing - Do my emails reach rails mailing list?
-daya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060808/cb3e29ba/attachment.html
2009 May 02
1
Re: no internet
ok... i ran the program like it said to... and here's what it did...
btw...sorry to be a noob... been ten years since i was introduced to linux, so i'm having to work with trial and error...lol...
~/.wine/drive_c/Program Files/MySpace/IM$ wine MySpaceIM.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f7ec,0x00000000), stub!
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x10030
2006 Aug 09
1
strange - params.nil? true in controller
Hi All
I am trying to implement a functionality where a user clicks on "Back to
Search Results" link he is taken to the search result screen. For this I am
storing his search criteria (params object) in session. Here is my code
______________________________________________________________________________________________________________
*def* search
2006 Aug 08
12
Rails (internals) architectural question
Hi
Another newbe here..... I was wondering if someone could please help me
understand the controllers/view inner working in Production
1. If xxx_controller.rb is only loaded once does it mean there is only one
instance of Controller serving all requests?
2. If only one instance of controller is there then how are controllers
instance variables protected from data corruption when serving multiple
2006 Aug 10
2
my posts don''t get prefix if I don''t specify one
Hi All
I was just wondering why my posts don''t have [RAILS] prefix in the subject
line unless I specify one.
Can that be a reason why I don''t receive replies to my posts? or atleast not
as much as others :(
-daya
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Jun 30
1
Qemu 2.x on CentOS 7?
Is there any way to get the latest Qemu to run on CentOS 7? I'm looking
for a way to create backup snapshots, but the current install says:
[root at vhost1 ~]# virsh snapshot-create-as myvm snapshot1 "snapshot1
description"
error: Operation not supported: live disk snapshot not supported with
this QEMU binary
--
Robert
2017 Dec 10
1
libvirt error messages
Hello,
I am experimenting with libvirt for my diploma. I set up an environment,
where I can stop, resend, generate messages for libvirt.
I am capable also standing between client and server and analyze the number
of current procedure and decide what to do next ( I mean rpc procedure).
So, for example I want to always drop creating snapshots and send an error
to client with my custom message (NOT
2011 Jun 29
0
[LLVMdev] specint2000 as external tests
My source directory wasn't correct but now I have a correct test directory
structure.
$ls -1 ~/tmp/speccpu2000/benchspec/CINT2000/164.gzip/
data
docs
exe
result
run
Spec
src
version
I reconfigured the llvm with ../configure
--prefix=/home/dskhudia/tmp/llvm-install
--with-llvmgccdir=/home/dskhudia/tmp/llvm-install
--with-externals=/home/dskhudia/tmp
Now I can execute the make -C 164.gzip but
2023 Sep 22
1
rsync --delete with empty source folder for fast snapshot deletion: Permissions of hardlinked files are changed to 644. Workaround?
On Fri, 2023-09-22 at 07:37 -0400, Kevin Korb wrote:
> So I decided to do a quick test using the Linux kernel source tree since
> it has lots of files.
Excellent idea using kernel sources! A lot of different files...
I will use this to create indicative benchmarks for different scenarios...
> ? I duplicated a tree, used 'find . -type f -exec
> chmod 444 {} +' to make read
2008 Dec 19
0
MySpace.com clone - is it possible with Ruby on Rails?
Hi, I wanna know wich of the well known frameworks is the best choice
for myspace-clone community website.
CakePHP ? Zend Framework? Symfony?
Ruby on Rails :) ?
Django?
or maybe
Kohana? Prado? or something else?
Is it better to use PHP or Ruby or Python? I will pay a webdesigner
for this job, but I want to know which lang and framework is in your
opinion the best for this kind of application.
2018 Feb 20
0
snapshot of a guest with two disks
Hi,
i just realized that i have a guest with two disks. What would be the appropiate way to snapshot both of them ?
virsh snapshot-create-as --domain guest --diskspec vda,file=/path/to/snapshot/snapshot1.qcow2 -disk-only --atomic &&
virsh snapshot-create-as --domain guest --diskspec vdb,file=/path/to/snapshot/snapshot2.qcow2 -disk-only --atomic
or
virsh snapshot-create-as --domain
2006 Jan 14
1
[LLVMdev] A question about alias analysis
Hello,
I got a strange result when I used alias analysis DSAA, can you tell what is
wrong?
1. The following is the primary body of my pass "fps.cpp":
AliasAnalysis *AA = &getAnalysis<AliasAnalysis>();
AliasSetTracker AST(*AA);
for (Module::iterator fi = M.begin(), fe = M.end(); fi != fe; ++fi )
for (Function::iterator bi = fi->begin(), be = fi->end(); bi