search for: localzones

Displaying 4 results from an estimated 4 matches for "localzones".

Did you mean: localzone
2005 May 18
1
align
Is there a function in R that is similar to Splus's align? The idea is, if I have a data.frame, or an its object that is like this: 2002-01-03 5 2002-01-04 NA 2002-01-05 7 2002-01-06 NA I want to align it by the last value to this: 2002-01-03 5 2002-01-04 5 2002-01-05 7 2002-01-06 7 TITLE: Function align USAGE: align(x, pos, how, error.how, localzone,
2006 Oct 31
3
zfs: zvols minor #''s changing and causing probs w/ volumes
Team, **Please respond to me and my coworker listed in the Cc, since neither one of us are on this alias** QUICK PROBLEM DESCRIPTION: Cu created a dataset which contains all the zvols for a particular zone. The zone is then given access to all the zvols in the dataset using a match statement in the zoneconfig (see long problem description for details). After the initial boot of the zone
2009 Mar 31
2
TimeWithZone seems in rails 2.3 seems broken...is this the correct behavior?
My environment.rb contains config.time_zone = ''UTC'' If my understanding is correct, rails should assume time values coming from the database are UTC, and since config.time_zone is set to ''UTC'', it should not try to convert the times. Instead, rails is assuming that the db values are Eastern (my local zone) and is incorrectly adding four hours to convert to
2005 May 31
11
More Tests for 2.4.0-RC2 - strange behaviour
...;' ++ echo internet ++ read z display comments + dsply=internet + ''['' 3 -gt 5 '']'' + eval ''net_display=$dsply'' ++ net_display=internet + newzones='' loc net'' + zones=''loc net'' + check_duplicate_zones + local localzones= + for zone in ''$zones'' + list_search loc + local e=loc + ''['' 1 -gt 1 '']'' + return 1 + localzones='' loc'' + for zone in ''$zones'' + list_search net loc + local e=net + ''['' 2 -gt 1 '']...