search for: autonomy

Displaying 20 results from an estimated 35 matches for "autonomy".

2012 Mar 12
1
SEM eigen value error 0 X 0 matrix
...; values listed after my components. I have no idea why they are listed there because I omitted all of the 'NA' values from my data and can verify this by a visual inspection. Here is my specified model: # Primary model wellbeing.model <- specifyModel() belonging -> optimism, path1 autonomy -> optimism, path2 optimism -> wellbeing, path3 belonging -> belonging_hapmar, patha belonging -> belonging_attend, pathb belonging -> belonging_cowrkint, pathc autonomy -> autonomy_overwork, pathd autonomy -> autonomy_famwkoff, pathe autonomy -> autonomy_hrsrelax, pathf opt...
2005 Sep 09
0
Réf. : fake battery.charge on MGE UPS
Dear NUT user, You are right concerning the autonomy calculation on Ellipse 650 UPS ("Low End" small Off Line UPS) => the estimation is not really accurate (and also a little bit pessimistic) => this is a known limitation that was documented on the previous NUT mailing list (before Alioth.org) MGE will stop soon the production of the...
2005 Aug 24
0
Re: followup : MGE Ellipse 800 USBS doesn't shutdown under FreeBSD
...I noticed a couple time that the > upsc reported a strangely high level of charge of the battery > (hereunder it's 88% only half an hour after a 30% shutdown, what a > recharge !!) Ellipse models are low end. These models have a kind of dumb autonometer, with only 3 trend to estimate autonomy according to the output load... Newer models (Ellipse Office and Protection Center) have 7 trends. This explains why the autonomy might decrease quickly. About the recharge problem, these models doesn't store data when powering off. Thus, when powered up, these doesn't know their real auto...
2018 Feb 26
2
[networkupstools/nut] Riello IDG400 wrong values & not powering off (#530)
On Feb 26, 2018, at 4:58 AM, Elio Parisi <e.parisi at riello-ups.com> wrote: > > Hi Charles, > this type of UPS doesn't support realtime autonomy calculation, instead a fixed countdown must be used. > > How we can fix non supported values? If a value is not supported, the driver should not publish it with the dstate API. Dhould the driver be modified to not return battery.charge if the UPS returns 0xFF? Are there other variables that...
2006 Feb 24
5
Controller Methods gets called twice on single invocation
I have no idea why this is happening but it seems like every method on my controller gets called twice. Here is what it looks like when I call a list using the scaffold code ========================== Processing DepartmentsController#index (for 127.0.0.1 at 2006-02-24 01:05:00) [GET] Parameters: {"action"=>"index", "controller"=>"departments"}
2008 Feb 20
3
Can Rails and PHP work together?
...ew. Is there any way that I can tell Rails NOT to try and parse these URLs? I mean, I could easily just tack on index.php to the URL, and it seems to work properly, but I''m sure I won''t always remember it, and I doubt the bloggers will, either (I want to give them some degree of autonomy with their blogs). Can anyone provide suggestions? Regards, Wayne M. Co-founder, LibertyTruth.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send em...
2006 Jul 24
2
NUT driver scheduler
Dear nut-upsdev, I writed one small function to test if batteries was really bad (using solis driver). Isn't so acurated but it's what we need. Just wait 100% batteries charge, turn off input, wait some time (10% from previst autonomy) and turn on input again. Looking startAutonomy - stopAutonomy we can know the basic batteries state. To scheduler the tests I have one new parameter on driver config file (days between tests) and to record my last batteries test date I created one file at conf_path/BATT_SCHED_NAME. It's wor...
2018 Feb 26
0
R: [networkupstools/nut] Riello IDG400 wrong values & not powering off (#530)
Hi Charles, attached there is a patch for a new version of riello drivers: Changes: - small changes in riello_usb.c and riello_ser that solved problem with UPS that not support realtime autonomy calculation (and also internal temperature); - the second problem I think is related to the first because the shutdown command that I sent to UPS by NUT monitor works without problems; Cheers, Elio Parisi. -----Messaggio originale----- Da: Charles Lepple [mailto:clepple at gmail.com] Inviato: l...
2007 Feb 28
0
Asterisk 1.4 does not load chan_vpb.so
...d information. If you are not the intended addressee, please delete this message and notify the sender, and do not copy or distribute this message or disclose its contents to anyone. Any views or opinions expressed in this message are those of the author and do not necessarily represent those of Autonomy Systems Limited or of any of its associated companies. No reliance may be placed on this message without written confirmation from an authorised representative of the company. Autonomy Systems Limited, Registered Office: Cambridge Business Park, Cowley Road, Cambridge CB3 0WZ, Registered Number...
2007 Jan 19
3
HTB? (NEWBIE)
Hi to all I am studying HTB on LARTC how to. I realize a simple configuration on router: tc qdisc add dev eth0 root handle 1: htb default 30 tc class add dev eth0 parent 1: classid 1:1 htb rate 3mbit burst 15k tc class add dev eth0 parent 1:1 classid 1:10 htb rate 2mbit burst 15k tc class add dev eth0 parent 1:1 classid 1:20 htb rate 1mbit burst 15k tc qdisc add dev eth0 parent 1:10 handle 10: sfq
2010 Nov 24
2
Reference Classes: how to clone/copy instances?
...()" method in order to generate a change history of the object (images are assigned to a field '.IMAGES' of class 'environment') that I can "load()" on demand to undo changes to my object. Obviously, simply assigning 'b <- a' does not work with respect to autonomy. Nor does exporting the object via 'b <- a$export(Class="A")'. I thought about creating a new instance b and then defining a function that maps the field values from a to b: b <- getRefClass("A")$new() fieldsMap(src=a, tgt=b) Is there already some functionality I...
2007 Sep 19
1
Fwd: win32-service of win32utils
...d end require "win32/service" include Win32 s = Service.new("machine_name") # Create a new service if Service.exists?("foo") Service.delete("foo") end s.create_service{ |s| s.service_name = "foo" s.binary_path_name = "C:\Autonomy\DocumentumFetchOld\DocumentumFetchOld.exe" s.display_name = "My Foo Service" } # Configure a service that already exists s.configure_service{ |s| s.start_name = "start_name" s.password = "password" } s.close Service.start("foo") Service...
2006 Feb 24
8
RoR meets .net *cringe*
...to:rails-bounces@lists.rubyonrails.org] On Behalf Of Simon C. Wex Sent: Friday, February 24, 2006 10:15 AM To: rails@lists.rubyonrails.org Subject: [Rails] RoR meets .net *cringe* Hey guys, I started a new job recently in a mobile R&D dept for a large company. Our team is small and has some autonomy. My boss has given me the go-ahead to write a couple of apps that are coming down the pipe using Rails. - With one proviso: Any apps we write have to run in our dept''s environment. - IIS. I know it''s possible to run RoR on IIS using ISAPI filters and fastCGI. So here are my Q...
2013 Jan 08
0
[LLVMdev] ARM failures
...e best way to get traction on such things is to reply to the commit that caused the regression. Whoever broke things is usually more invested in making sure the change is solid (& doesn't get reverted). [slightly ranting point: Whoever owns this builder should be in a position of authority/autonomy with the project to be able to maintain their passing status. That means someone who cares about this bot should have the rights (both technically & culturally) to revert patches if it becomes necessary (an unco-operative committer). That's not to say that patches should be reverted without...
2015 Jan 21
1
Kickstarting several *different* setups
Ansible, Bcfg2, Chef, Cobbler, Puppet, and Salt; I notice that Spacewalk is not mentioned. Any particular reason that it gets no recommendations? What about CFEngine? Any comments on this one? -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive
2007 Jul 22
1
Problem with CDRW Z041
Hi all, I can't boot the recent linux distro with this recorder CDRW 4x4x32 (Z041 is firmware version suppose). I have this message: Loading initrd.img isolinux Disk error 80 I try to change the cdrw and now I can install distribution like slackware or sabayon, but I don't know the reason of this problem. thanks Ciao -- Email.it, the professional e-mail, gratis per te:
2012 Jul 05
1
LDAP.conf filter issue
...oup. The cusotmer has security rules that they want to only have users belonging to a group to have access. Sample we have tried. auth_bind = yes auth_bind_userdn = EXAMPLE\%n base = / hosts = example.test.com ldap_version = 3 user_filter = (&(sAMAccountName=)(memberOf=CN=LR3BCC-DL,OU=Autonomy,OU=Exchange,OU=Enterprise Administration,DC=example,DC=test,DC=com)) Thanks Tony
2007 Sep 21
0
win32-service of win32utils
...; > > Service.delete("foo") > > > > > > end > > > > > > > > > > > > s.create_service{ |s| > > > > > > s.service_name = "foo" > > > > > > s.binary_path_name = > "C:\Autonomy\DocumentumFetchOld\DocumentumFetchOld.exe" > > > > > > s.display_name = "My Foo Service" > > > > > > } > > > > > > > > > > > > > > > > > > # Configure a service that already exists &gt...
2014 Mar 08
0
FeedbackComputing14 paper submission due on March 25 (9th International Workshop on Feedback Computing)
...mobile applications. 2. Advances in disciplines such as machine learning, mathematical optimization, network theories, decision theories, and data engineering provide new foundations and techniques that empower feedback approaches to address computing systems at scale and to achieve goals such as autonomy, adaptation, stabilization, robustness, and performance optimization. Topics: The Feedback Computing Workshop seeks original research contributions and position papers on advancing feedback control technologies and their applications in computing systems, broadly defined. Topics of interest inc...
2014 Mar 08
0
FeedbackComputing14 paper submission due on March 25 (9th International Workshop on Feedback Computing)
...mobile applications. 2. Advances in disciplines such as machine learning, mathematical optimization, network theories, decision theories, and data engineering provide new foundations and techniques that empower feedback approaches to address computing systems at scale and to achieve goals such as autonomy, adaptation, stabilization, robustness, and performance optimization. Topics: The Feedback Computing Workshop seeks original research contributions and position papers on advancing feedback control technologies and their applications in computing systems, broadly defined. Topics of interest inc...