search for: maksym

Displaying 9 results from an estimated 9 matches for "maksym".

Did you mean: maksim
2006 Jan 04
4
Problems with Hieraki 2
...? :) The title is "Root | Demo" - Why "demo"? I tried to create account called "root" using "signup" form. I''ve got error: ActiveRecord::StatementInvalid in Account#signup but now in table "users" I''ve got root user... help me :) Maksym -- Posted via http://www.ruby-forum.com/.
2014 Nov 12
2
POWERCOM HID USB controller update
On Nov 11, 2014, at 3:30 PM, Maksym Bodaniuk <max.bodaniuk at gmail.com> wrote: > Dear Charles and Artem, > > I've recently bought a new PowerCom Imperial IMD825-AP LCD which identifies itself as 0x0d9f:0x0004. > At first glance it seems that usbhid-ups driver works fine. But when I tried to shutdown UPS via D...
2014 Nov 11
0
POWERCOM HID USB controller update
...protocol specifications attached by Alexey Morozov didn't clarify much for me. My assumption here that PowerCom developers made a new devices with ID 0x0d9f:0x0004 more compatible with USB HID PDC and therefore we do not need any specific conversions for passed values anymore. Best Regards, Maksym Bodaniuk
2014 Sep 11
2
POWERCOM HID USB controller update
On Sep 11, 2014, at 2:50 AM, Khokhlov Artem <khokhlov.a at pcm.ru> wrote: > Can you please kindly add our new USB-controller with productID 0X04 to NUT compatible list. Updated USB-controller compatible with previous version which is supported by your usbhid-ups driver. Confused. This commit was added in 2011:
2014 Nov 12
1
POWERCOM HID USB controller update
On Nov 12, 2014, at 3:53 AM, Maksym Bodaniuk <max.bodaniuk at gmail.com> wrote: > Hi Charles, > >> Sigh, I wish the vendors wouldn't change operation without changing identifiers. >> >> Do you have any recommendations on how the driver should decide whether it is an old 0x0004 or new 0x0004 device...
2014 Nov 12
0
POWERCOM HID USB controller update
...ups.load: 0 ups.mfr: POWERCOM Co.,LTD ups.model: HID UPS Battery ups.productid: 0004 ups.serial: 004-0D9F-000 ups.status: OL ups.test.result: Done and passed ups.timer.shutdown: 0 ups.timer.start: 0 ups.vendorid: 0d9f On 11/12/2014 03:05 AM, Charles Lepple wrote: > On Nov 11, 2014, at 3:30 PM, Maksym Bodaniuk <max.bodaniuk at gmail.com> wrote: > >> Dear Charles and Artem, >> >> I've recently bought a new PowerCom Imperial IMD825-AP LCD which identifies itself as 0x0d9f:0x0004. >> At first glance it seems that usbhid-ups driver works fine. But when I tried to...
2003 May 20
3
lots of sockets in TIME_WAIT
Hi there, I have some DDOS(?) attack on my router going where my apache HTTP server is flooded with short-timed connections from some host. This results in LOTS of sockets in TIME_WAIT/LAST_ACK/CLOSING states and eventually I'm out of mbufs, which, consequently means I can't even connect to the router from LAN. The kern.ipc.nmbclusters is 2560, (I guess high enough for router with
2019 May 30
0
libvirt blkiotune mechanism
Hello! We are using oVirt in our infrastructure, which uses libvirt as backend. Last time we needed to activate storage QoS aka libvirt blkiotune parameters. So some questions appeared about how libvirt limitation mechanism works: 1. What happened to overlimit storage traffic in small time period after we apply blkiotune parameters on high loaded virtual machine on fly: a) All over-limit
2012 Mar 16
0
proc extension problems
Hi guys, has anyone had problems with this bit of code: https://github.com/rails/rails/blob/master/activesupport/lib/active_support/core_ext/proc.rb ? if i run my application for long enough time i start getting errors like this: RuntimeError: symbol table overflow (symbol __bind_1328993330_18...) apparently it''s because symbols are never GCed and rails generates one every time