Displaying 20 results from an estimated 200 matches similar to: "Creating a new gallery layout"
2007 Mar 30
2
gallery issue...
Hi,
i''m new of both webgen and ruby, so maybe this can be a dumb question, but
i can''t recognize any solution by myself.
I use webgen 0.4.1 (the newest webgen .deb package).
I''m trying to make a test gallery, without succeeding in it.
i done (ehm, copied) the yeah.gallery file in the root directory:
1 title: Example Gallery
2 imagesPerPage: 32
3 images:
2008 Apr 24
9
Xen HVM images on VMware ESX
Hi everyone,
I''m trying to convert some Xen HVM images to run on VMware ESX,
unsuccessfully thus far. I believe the problem is that ESX by default
wants the VMs to use SCSI virtual disks, but my HVM VMs are configured
to use IDE virtual disks. If you have any experience with this sort of
thing, please get in touch.
Thanks!
Diwaker
--
http://floatingsun.net/
2006 Jan 30
3
How to get actual DOMU scheduling parameters ?
Hi list,
I''m using xen 3.0.0 and wonder how to obtain the 6 DOMU scheduling
parameters from my DOM0 domain.
Sort opposite of the sched-sedf xm sub-command
Can someone help me ?
Pierre
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Apr 02
3
RPC interface for xenmon
Hi,
I read about RPC interface for xenmon in this presentation:
www.xensource.com/files/xs0106_xenmon_brief.pdf
Has such interface been implemented yet by anyone?
Thanks,
--
Jayesh
------------------------------------------------------------------------
Everything you can imagine is real
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2006 Jan 07
16
xen usage monitoring (munin plugin)
Dear list,
as my Xen3 server is finaly becomming ready for production I was
wondering if anyone has written a xen usage monitoring/logging tool?
Something like xm top, but with continuose logging to a (rr)database.
Or a munin plugin?
I can''t remember seeing anything simmilar on the list.
BTW: where does xm top get the NETTX(k) and NETRX(k) from?
For a munin plugin I''d
2006 Mar 30
1
xenmon stats
Hi,
Can someone clarify for me the numbers that show up in Xenmon? Specifically,
I''m curious about the
"domain31" entry which always shows up. It looks like this represents the
free resources. Also, does anyone know what would happen if more than 30
domain0''s were started (or more likely, I did enough migrations to raise the
next domain ID to above 30)?
Thanks for
2006 Apr 15
1
xentrace failure...
Hello,
I''ve been trying to get xenmon.py and xentrace to work, but I consistently get
the following (on a couple of different machines/kernels):
kibab kibab # xentrace /root/xentrace.log
ERROR: Failure to get trace buffer pointer from Xen (22 = Invalid argument)
Did I miss an option that has to be turned on or something? Is there some
other setting that I need so that everything
2005 Sep 06
1
interrupt handling in xen
I''m trying to understand interrupt handling in Xen (as described in
the "Restructuring I/O" techreport). But I''m having a hard time
finding all the bits and pieces in the code.
For instance, the text says "a device''s interrupt line triggers
execution of a stub routing within Xen rather than causing immediate
entry into the domain that is managing that
2007 Apr 05
2
Does xentrace write into buffers by default?
Hello,
I have a question about the way Xentrace takes a trace.
In previous versions of Xen, I took a trace by setting the size of buffers,
activating them and writing the information into a file (optional).
setsize 20
tbctl 1
xentrace /tmp/xentrace.dat
Now I''m using xen-unstable and I see that setsize is already integrated in
xentrace command.
My question is: does start/stop buffer is
2004 Oct 14
3
atropos scheduler params
Hi folks,
I''m trying to use the atropos scheduler with Xen. Couple of questions:
- the scheduling param *has* to be specified at boot time right, or
does Xen allow changing the scheduling scheme at run time??
- xm help atropos gives a very vague message at best, perhaps we could
make it more elaborate:
xm atropos DOM SLICE PERIOD LATENCY XTRATIME
o is DOM the vm ID or the vm NAME (as
2004 Oct 18
3
potential bug in "xm atropos" implementation
>From tools/libxc/xc_atropos.c:
int xc_atropos_domain_set(int xc_handle,
u32 domid, u64 period, u64 slice, u64 latency,
int xtratime)
which takes 6 arguments
>From tools/python/xen/xm/main.py:
class ProgAtropos(Prog):
<snip>
def main(self, args):
if len(args) != 5: self.err("%s: Invalid argument(s)" % args[0])
2005 Mar 20
4
I/O descriptor ring size bottleneck?
Hi everyone,
I''m doing some networking experiments over high BDP topologies. Right
now the configuration is quite simple -- two Xen boxes connected via a
dummynet router. The dummynet router is set to limit bandwidth to
500Mbps and simulate an RTT of 80ms.
I''m using the following sysctl values:
net.ipv4.tcp_rmem = 4096 87380 4194304
net.ipv4.tcp_wmem = 4096
2006 Mar 06
0
[patch] xenmon.py: add next/previous bindings to curses mode
Cycling around many CPUs in XenMon''s curses mode can get cumbersome.
This trivial patch adds bindings to move to the previous CPU. The
next/previous binding seems more natural to me than the earlier cycle
binding, but we can keep them all for now.
# HG changeset patch
# Node ID 146b5c76086c07fad61bea7ccf60f2f4fd66abbd
# Parent 7dd31dbf16e75f0f70e0f9c44b2bb2b5fc6eecf1
Add next/previous
2006 Aug 02
0
Regressions with BVT
Hi everyone,
I understand BVT is not the default scheduler anymore, but perhaps
this would be of interest to some people. Some changes in the current
BVT scheduler compared to the BVT code in Xen 3.0 has affected its
correctness.
In the original (Xen 3.0) BVT scheduler the weights resulted in
correct CPU allocations. However, the current BVT scheduler (CS
10647:8e55c5c11475) does not do it
2006 Jul 14
0
Credit scheduler documentation
Hi everyone,
I''ve created a new Wiki page [1] to document my understanding of the
credit scheduler as I try to figure out the code. Please feel free to
add/correct!
[1] <http://wiki.xensource.com/xenwiki/CreditScheduler>
Thanks,
Diwaker
--
Web/Blog/Gallery: http://floatingsun.net/blog
_______________________________________________
Xen-devel mailing list
2008 Oct 15
3
[PATCH] use tlsf for xmalloc engine
This patch replaces the Xen xmalloc engine with tlsf, an allocation
engine that is both more space efficient and time-bounded, especially
for allocation sizes between PAGE_SIZE/2 and PAGE_SIZE.
The file xmalloc.c is deprecated but not yet deleted. A simple
switch of a comment line in common/Makefile will change back
to the legacy xmalloc/xfree if needed for testing.
Code adapted from Nitin
2006 Aug 14
0
Coppermine Photo Gallery Integration
I have a RoR app that currently uses file_column for image upload and
display. The app is part of a website that uses CPG for running a photo
gallery, and I''d like to know if anyone has interfaced a RoR app to CPG
by any chance. I want to dump file_column and let CPG handle my images.
--
Posted via http://www.ruby-forum.com/.
2006 Jul 03
3
Open source gallery suggestion
Hello,
I''m a RoR newbie. I need to develop a gallery site for a friend of mine.
Can you suggest me an open source gallery I can start from?
I just need to manage photos, albums and an admin user in order to
modify albums.
Thanks
.Stefano
2006 Jul 13
3
strange behavior with link_to for "blog" and "gallery"
Okay, what''s so different about the bellow code? When I use the link_to
function in a partial (three times passing "Stats", "Blog", and
"Gallery")...
<%= link_to(menuItem.to_s, :controller=>menuItem.to_s.downcase)%>
I get...
<a href="/stats">Stats</a>
<a href="/blog">Blog</a>
<a
2005 Dec 19
1
<% unless params[:context] == :gallery -%> question
I have a template that is called by two different methods. I only want
part of it too show up when it is called from one of the methods. It
always shows up for me. Can someone help to point out my error? Below
is the method that should keep part of the tempate from printing, and
the relevent part of the template.
method:
def gallery
@product_pages,@products = paginate(:products,