search for: localzone

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

2005 May 18
1
align
...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, matchtol, by, k.by, week.align, holidays) ARGUMENTS: x: argument, no default. pos: argument, no default. how: argument, `default = "NA".' error.how: argument, `default = "NA".' localzone: argument, `default = F.' matchtol: argument, `defau...
2006 Oct 31
3
zfs: zvols minor #''s changing and causing probs w/ volumes
...RIPTION: 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 everything appears fine and the localzone zvol dev files match the globalzone zvol dev files. Upon the reboot of the box (following the initial that had no problems) the Minor numbers of the zvols are different between the local zone and the Global zone and some of the volumes are not mounted in the correct location and some volumes can...
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 '']&...