Displaying 20 results from an estimated 77 matches for "hellooperator".
2006 Jan 10
8
first ajax demo in Rails book - does it work for anyone?
...e checked the errata pages and it''s flagged up as b0rked there too
(on windows; I''m on ubuntu breezy with rails v1.0).
gmane drew a blank on the list archives, can anyone confirm/deny whether this
worked for them?
--
Rasputin :: Jack of All Trades - Master of Nuns
http://number9.hellooperator.net/
2007 Jan 15
4
iSCSI on a single interface?
...9;'t give me enough granularity to say something like:
''host a can see target 1, host c can see targets 2-9'', etc.
Also, am I right in thinking without this, all targets should be
visible on all interfaces?
--
Rasputin :: Jack of All Trades - Master of Nuns
http://number9.hellooperator.net/
2011 Jan 21
6
help writing types/provider
I''ve almost finished a pretty simple type/provider to manage
RabbitMQ users and virtual hosts.
I''m using the ''ensurable'' keyword in my type to save a bit of boilerplate.
Type is below (the provider is just a wrapper around the ''rabbitmqctl''
command.
Have a feeling there''s a developer guide somewhere I haven''t found
(been
2006 May 07
3
Needle + Rails - IoC
Hi,
I''m looking for past efforts to integrate Rails and Needle. I am
thinking of doing it myself but would be interested in seeing what
others have done before.
If there are examples of other IoC frameworks being used with Ruby I''d
be interested in hearing about them too. I find IoC to be a helpful
concept in general and, having glanced at a few existing Rails app.s, I
2006 May 17
12
Help with Apache config
I have been attempting for days to configure Apache for Rails. I have
read forums, followed How-To''s all in vain. I am hoping someone can help
me out. I am getting the Rails Welcome screen, but when trying to go to
any other url, I get the 500.html message. Take a look for yourself at
http://66.139.78.237 and click on "about your application''s
environment".
2006 Jan 17
2
Does anyone use RedCloth to allow end user input?
I was hoping to use RedCloth for textilize support to allow end users to
enter textilized text (In blog comments, for example), but these bugs seem
to make RedCloth unsuitable for that purpose:
http://rubyforge.org/tracker/index.php?func=detail&aid=2989&group_id=216&atid=891
http://rubyforge.org/tracker/index.php?func=detail&aid=1779&group_id=216&atid=891
2006 Sep 06
2
creating zvols in a non-global zone (or ''Doctor, it hurts when I do this'')
...ol and grant the zone access.
Not sure if the ''fix'' is :
a) prevent attempts to create zvols in non-global zones
b) somehow allow it (?) or
c) Don''t do That
I vote for a) myself - should I raise an RFE?
--
Rasputin :: Jack of All Trades - Master of Nuns
http://number9.hellooperator.net/
2007 Sep 11
7
compression=on and zpool attach
...disk, remove the last old disk and
attach the second
half of the mirror (again on a faster disk).
Will this do the same job? i.e. will I see the benefit of compression
on the blocks
that are copied by the mirror being resilvered?
--
Rasputin :: Jack of All Trades - Master of Nuns
http://number9.hellooperator.net/
2007 Feb 07
4
NFS share problem with mac os x client
Hello, I test right now the beauty of zfs. I have installed opensolaris on a spare server to test nfs exports. After creating tank1 with zpool and a subfilesystem with zfs tank1/nfsshare, I have set the option sharenfs=on to tank1/nfsshare.
With Mac OS X as client I can mount the filesystem in Finder.app with nfs://server/tank1/nfsshare, but if I copy a file an error ocours. Finder say "The
2005 Dec 27
4
Using mocks
Hi,
What's the purpose of test/mocks? I couldn't quite complete the Wiki
entry on this because all the information I _could_ find was in the
readme.
- Rowan
--
Morality is usually taught by the immoral.
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2007 Oct 08
2
safe zfs-level snapshots with a UFS-on-ZVOL filesystem?
...o stop writes to get a snap, and I''d really like to avoid UFS
snapshots if at all possible.
I tried mounting forcedirectio in the (mistaken) belief that this
would bypass the UFS
buffer cache, but it didn''t help.
--
Rasputin :: Jack of All Trades - Master of Nuns
http://number9.hellooperator.net/
2006 Oct 24
2
zfs set sharenfs=on
...I had to enable
nfs/server, nfs/lockmgr and nfs/status manually. This is a stock
SXCR b49 (ZFS root) install - don''t think I''d changed anything much.
Shouldn''t a ZFS share be permanently enabling NFS?
--
Rasputin :: Jack of All Trades - Master of Nuns
http://number9.hellooperator.net/
2006 Aug 16
14
Migrations: only one table per migration file?
Hi all
I have a new migration file created that adds some tables and fills one
with some data:
create_table :sound_styles do |t|
t.column :name, :string, :null => false
end
create_table :show_types do |t|
t.column :name, :string, :null => false
end
create_table :countries do |t|
t.column :name, :string, :null => false
end
ActionView::Helpers::FormOptionsHelper::COUNTRIES.each
2006 May 15
5
zfs root eta?
...just wondering if ZFS root is likely to be an install
option any time soon, either in SXCR or the June Solaris update?
The mechanism at Tabriz''s blog seem to work well, but it''d be nice
to get it out of the box.
--
Rasputin :: Jack of All Trades - Master of Nuns
http://number9.hellooperator.net/
2006 Aug 21
12
SCSI synchronize cache cmd
Hi,
I work on a support team for the Sun StorEdge 6920 and have a
question about the use of the SCSI sync cache command in Solaris
and ZFS. We have a bug in our 6920 software that exposes us to a
memory leak when we receive the SCSI sync cache command:
6456312 - SCSI Synchronize Cache Command is flawed
It will take some time for this bug fix to role out to the field so we
need to understand
2009 Oct 24
5
BUG? $name inside a definition 'method signature' different to within a body ?
If I have something like this:
----------------------------------------
define bar($thing="/tmp/$name") {
file { $thing: ensure => present }
}
class foo { somedef{ "bar": } }
----------------------------------------
puppet will try to create a file called ''/tmp/foo'' , not /tmp/bar.
It seems like if I try to access $name inside the ''default
2006 Jun 13
11
markaby
What''s the current status of Markaby? I''ve played with it a bit and
love it and am considering using it for a large project I''m starting.
If you''ve used it, I''d love to hear your comments!
Jamie
2012 Feb 03
16
neatest way to determine a major version of centos/linux?
Just started a rollout of centos 6.x across our Puppet deployment
(100-odd servers).
what fact would people suggest I use to distinguish 5.x from 6.x
(quite a lot of subsystems are different between major releases)?
lsb* facts don''t seem to be present on centos 6 - is this an EPEL bug,
or have they
just been removed in Facter?
Thanks!
--
You received this message because you are
2006 May 27
29
deploying R_o_R to local servers
Hi!
I''m pretty amazed by the features of RoR so far. But, as I come from the
desktop application development, my clients expect to run the magic on
their domain rather on a foreign one. Also I feel uncomfortable giving
away my RoR code to some hosting company, because I''m planning to do a
large application.
As I understand, RoR is designed to run on central web-servers and not
2007 Dec 05
2
zfs mirroring question
I create two zfs''s on one pool of four disks with two mirrors, such as...
/
zpool create tank mirror disk1 disk2 mirror disk3 disk4
zfs create tank/fs1
zfs create tank/fs2/
Are fs1 and fs2 striped across all four disks?
If two disks fail that represent a 2-way mirror, do I lose data?
Brian.