Displaying 2 results from an estimated 2 matches for "blarblar".
Did you mean:
blabla
2009 Mar 07
3
"Master privileges unavailable on UPS" after upgrade to Debian Lenny
...driver = usbhid-ups
port = /dev/usb/hiddev0
upsd.conf
#########
ACL all 0.0.0.0/0
ACL localhost 127.0.0.1/32
ACL localhost2 127.0.1.1/32
ACL nobodynet 10.9.2.0/24
#ACCEPT all
ACCEPT localhost
ACCEPT nobodynet
ACCEPT localhost2
REJECT all
upsd.users
##########
[admin]
password = blarblarblarblar
allowfrom = localhost
actions = SET
instcmds = ALL
[monuser]
password = blarblar
allowfrom = localhost
actions = SET
instcmds = ALL
upsmon master
upsmon.conf
###########
RUN_AS_USER nut
MONITOR copstick_ups at copstick3 1 monuser blarblar master
MINSUPPLIES 1
SHUTDOWNCMD "...
2007 May 15
0
[ wxruby-Bugs-10844 ] GridTableBase clss not defined
...ned
Initial Comment:
In the Wxruby2 module, there is no constants named GridTableBase,
which must be the base class for the customized table of Grid control.
So, if one try to do something like this :
class FooTable < Wx::GridTableBase
# overriding some must-override methods..
(..blarblar...)
end
ruby interpreter always complain that :
NameError: uninitialized constant Wxruby2::GridTableBase
I think it''s because you do not link the C++ class wxGridTableBase
into the ruby type system...
----------------------------------------------------------------------
You can re...