Displaying 10 results from an estimated 10 matches for "slocum".
Did you mean:
slock
2007 May 20
1
Jack Slocum's Ext library in Rails
If anyone is familiar with Jack Slocum''s revolutionary Ext javascript
library (http://www.extjs.com) and wishes to use it with Rails (instead
of the traditional Prototype / Scriptaculous duo), I''ve create a
combination vendor/plugin and javascript library to help you.
If ye be brave and know how to use SVN:
Ext on Rai...
2002 Sep 10
1
Compiling in Solaris 2.8
...socket -lnsl -ldl
Linking shared library bin/smbwrapper.so
ld: fatal: option -h and building a dynamic executable are incompatible
ld: fatal: Flags processing errors
*** Error code 1
make: Fatal error: Command failed for target `bin/smbwrapper.so'
Any suggestions?
Thanks in addvance,
Stacy Slocum
St John Fisher College
Rochester, NY
2020 Sep 04
2
Monitoring slaves via dummy-ups
...s
# this is the master
port = ups02 at bast.example.org
desc = "dummy-ups in repeater mode"
upsd.conf:
LISTEN 127.0.0.1
LISTEN ::1
LISTEN 10.0.0.18
LISTEN 2001:db8::1
upsmon.conf:
# yes, there is no shutdown in there yet, this is just testing so far
MONITOR ups02 at bast.example.org 1 slocum abcd slave
ups.conf exists so check_ups can connect & verify that this host has comms with the master.
I'll also create checks to verify the following processes are running:
The pid files are here:
$ sudo ls -l /var/db/nut
total 6
srw-rw---- 1 uucp uucp 0 Sep 3 20:07 dummy-ups-repe...
2020 Sep 11
1
UPS recommendation for NUT and power-on-delay support
...50 or 1000 VA
>
> I have the EATON 5E850iUSBDIN UPS and it does not support this parameter so I would like to buy another UPS that for sure will support it.
>
> Thank you,
> Bart
Can you tell from this output? If not, what should I be looking for to answer your question?
[dan at slocum:~] $ upsc ups02
battery.capacity: 9.00
battery.charge: 100
battery.charge.low: 20
battery.charge.restart: 0
battery.charger.status: resting
battery.energysave: no
battery.protection: yes
battery.runtime: 1941
battery.type: PbAc
device.mfr: EATON
device.model: Eaton 5PX 2200
device.serial: G091C3007...
2020 Sep 04
0
Monitoring slaves via dummy-ups
...g new to nut, I'm seeking confirmation that this is a sane approach.
On your Github site: Each host is monitored via the Nagios check_ups plugin.
Do you want to use NUT to manage system shutdowns on power failure?, or is
Nagios sufficient for you?
> Running on each host is:
> [dan at slocum:~] $ ps auwwx | grep ups
> root 46270 0.0 0.0 11332 2868 - Ss 19:49 0:00.00
> /usr/local/sbin/upsmon localhost
> uucp 46271 0.0 0.0 11596 2896 - S 19:49 0:00.00
> /usr/local/sbin/upsmon localhost
> uucp 56305 0.0 0.0 116...
2005 Feb 08
0
Core dump starting smbd
...icient or invalid memory
Error loading services.
3) When I access the swat webpage, all the links take me to what appears to
be the main page.
4) The button images to not appear on the swat webpage.
I'm hoping there's a connection between all these failures.
Eric Maher
Systems Analyst
Slocum-Dickson Medical Group, PLLC
emaher@sdmg.com
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is
for the sole use of the intended recipients(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure, or
distribution is prohibited. If...
2020 Sep 04
1
Monitoring slaves via dummy-ups
...itored via the Nagios check_ups plugin.
>
> Do you want to use NUT to manage system shutdowns on power failure?, or is
> Nagios sufficient for you?
Yes, eventually, I'll add SHUTDOWN directives to upsmon.conf on the slaves.
> > Running on each host is:
>
> > [dan at slocum:~] $ ps auwwx | grep ups
> > root 46270 0.0 0.0 11332 2868 - Ss 19:49 0:00.00
> > /usr/local/sbin/upsmon localhost
> > uucp 46271 0.0 0.0 11596 2896 - S 19:49 0:00.00
> > /usr/local/sbin/upsmon localhost
> > uucp...
2020 Sep 05
9
ups not being started sat reboot
But runs normally if started. On a rpi4 running an uptodate raspbian
buster, how do I set it to auto start at boot time?
Thanks.
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
If we desire respect for the law, we must first make the law respectable.
- Louis D.
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...ocument.documentElement['client' + D];
+ }
});
return dimensions;
},
@@ -2716,14 +2718,24 @@ document.viewport = {
window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop);
}
};
-/* Portions of the Selector class are derived from Jack Slocum???s DomQuery,
+/* Portions of the Selector class are derived from Jack Slocum's DomQuery,
* part of YUI-Ext version 0.40, distributed under the terms of an MIT-style
* license. Please see http://www.yui-ext.com/ for more information. */
var Selector = Class.create({
initialize: funct...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply
to this email, as some of the replaced lines are too long, so git
won't let me send the email. However, there is nothing wrong with
that patch, and it should be applied in the sequence listed below.
Note also that I assume this will be tested on a clean f11 install, rather
than an upgrade of an existing ovirt server