search for: lvk

Displaying 20 results from an estimated 27 matches for "lvk".

Did you mean: lv
2008 Feb 28
0
net user info result depends on protocol and is not syncing with ldap
Hello, I have a samba pdc running with openldap as backend. I have ou's for user and groups and used smbldap-populate to create the ldap entries. I can add windows clients and authenticate but i have a problem with the net tool (lvk is an samba user too): net -U Administrator rpc user info lvk will return Domain Users When running net -U Administrator rap user info lvk I get lvk svn-users Why does only the rap protocol return the ldap groups? The biggest problem is, that if I change the membership of a user us...
2005 Apr 25
0
[LLVMdev] "Best" alias analysis algorithm
...es globals? Things are actually worse. If I declare two global variables, and modify the called function so that it changes just one variable, then alias analysis (with --globalsmodref-aa) reports that the call instruction can write to both global variables. The C++ program is at http://zigzag.lvk.cs.msu.su/~ghost/localize/a.cpp The LLVM bytecode is at http://zigzag.lvk.cs.msu.su/~ghost/localize/a.ll And the output from my code is http://zigzag.lvk.cs.msu.su/~ghost/localize/output.txt The code itself is in http://zigzag.lvk.cs.msu.su/~ghost/localize/code/ The GlobalsModRef::getModRefInf...
2008 Jan 13
2
new features on Testing branch (was: Belkin F6H375 not seen by nut 2.2.1)
[moving this thread to nut-upsdev] On Jan 12, 2008 5:54 PM, Alexander I. Gordeev <lasaine at lvk.cs.msu.su> wrote: > On Sun, 13 Jan 2008 01:30:37 +0300, Charles Lepple <clepple at gmail.com> > wrote: > > when you figure this out, can we make sure that we know which > > changesets would need to be back-ported to branches/Testing (since > > that is where we would...
2008 Jan 13
2
new features on Testing branch (was: Belkin F6H375 not seen by nut 2.2.1)
[moving this thread to nut-upsdev] On Jan 12, 2008 5:54 PM, Alexander I. Gordeev <lasaine at lvk.cs.msu.su> wrote: > On Sun, 13 Jan 2008 01:30:37 +0300, Charles Lepple <clepple at gmail.com> > wrote: > > when you figure this out, can we make sure that we know which > > changesets would need to be back-ported to branches/Testing (since > > that is where we would...
2005 Apr 25
5
[LLVMdev] "Best" alias analysis algorithm
Hello, I'm playing with alias analysis, using the following program: %i = external global int ; <int*> [#uses=2] implementation ; Functions: int %_Z3bari(int %p) { entry: %tmp.0 = load int* %i ; <int> [#uses=1] %tmp.1 = setgt int %tmp.0, 10 ; <bool> [#uses=1] br bool %tmp.1, label %then, label %UnifiedReturnBlock then:
2010 Jan 19
2
PowerCOM - HID PDC status
Citeren Alexander Gordeev <lasaine op lvk.cs.msu.su>: > I've received the units. Are there any special things I should test or > just the standard NUT setup? They should be detected out of the box (with the latest version from the trunk) through the 'usbhid-ups' driver. Note that I just added some additional comm...
2007 Feb 08
3
Re: [nut-commits] svn commit r801 - in branches/megatec-usb: . drivers
...hangeLog > ============================================================================== > --- branches/megatec-usb/ChangeLog (original) > +++ branches/megatec-usb/ChangeLog Thu Feb 8 16:43:43 2007 > @@ -1,3 +1,9 @@ > +Thu Feb 8 15:43:00 UTC 2007 / Alexander I. Gordeev <lasaine@lvk.cs.msu.su> > + > + - drivers/megatec_usb.c: fixed the problem with report descriptor > + retrieval at driver startups which caused failures. Since none of the > + subdrivers needs this descriptor it isn't retrieved at all. > + > Thu Feb 8 15:26:37 UTC 2007 / Alexander...
2006 Nov 14
1
Krauler UP-M500VA investigation
...*/ /* note to APC: i can decode your "secret protocol" just by * * looking at it. you're not helping anyone by keeping it closed! */ Maybe this person who wrote this lines could look at my values to? :) -- Alexander mailto:lasaine@lvk.cs.msu.su
2009 Jun 08
2
about nut revision 1289
Hi Carlos, How do you do? :) Can you please clarify the change introduced by the subj (http://boxster.ghz.cc/projects/nut/changeset/1289)? I need to know in particular why did you add these intervals between sending a command and reading the response. They are the root of weird problems with megatec_usb. Can I safely remove READ_PACE and usleep-s? I tried to search the archives and found the
2008 Sep 11
2
Ippon device does not work
I have an UPS, that claims to be IPPon Back Power Pro 700. I'm trying to connect it using USB. lsusb -v says: Bus 1 Device 3: ID 06da:0003 Phoenixtec Power Co., Ltd Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0
2007 May 26
3
[nut-commits] svn commit r924 - in trunk: . data
...gt; > Modified: trunk/ChangeLog > ============================================================================== > --- trunk/ChangeLog (original) > +++ trunk/ChangeLog Sat May 26 12:04:26 2007 > @@ -1,3 +1,7 @@ > +Sat May 26 12:03:10 UTC 2007 / Alexander I. Gordeev <lasaine at lvk.cs.msu.su> > + > + - data/driver.list: added SVEN Power Smart RM 2000 to the list. > + > Sat May 26 11:49:12 UTC 2007 / Carlos Rodrigues <carlos.efr at mail.telepac.pt> > > - drivers/megatec.c: added support for 48V batteries. > > Modified: trunk/data/driver.l...
2008 Feb 23
0
Fwd: m4 scripts ignore user-supplied CFLAGS and LDFLAGS
...eter Alexander I. Gordeev wrote: > > Hi Peter! > > Sorry for disturbing you... > I've checked svn logs for m4 macros and it seems that you > are the only person to ask :) > > ------- Forwarded message ------- > From: "Alexander I. Gordeev" <lasaine at lvk.cs.msu.su> > To: nut-upsdev at lists.alioth.debian.org > Cc: > Subject: [Nut-upsdev] m4 scripts ignore user-supplied CFLAGS and LDFLAGS= > > Date: Thu, 21 Feb 2008 03:33:26 +0300 > > Hi all, > > There is a discussion going on one russian forum about NUT > cross-c...
2008 Dec 02
2
update instructions for compiling trunk
Hi, Please update the instructions for compiling trunk on the website: replace 'autoreconf' with 'autoreconf --install' because it stopped working after r1561. -- Alexander
2006 Dec 30
2
megatec over USB - using Andrey Lelikov's approach
Hi All, finally, I've got time and resources for development. Unfortunately I couldn't afford playing with my UPS because it was used permanently, but now it's ok. I've checked out cureent trunc and I see that Andrey Lelikov's changes haven't been applied yet. What's wrong with them? I think, he made a great job to simplify future support for this kind of
2007 Aug 13
2
[nut-commits] svn commit r1049 - in trunk: . drivers
...gt; > Modified: trunk/ChangeLog > ============================================================================== > --- trunk/ChangeLog (original) > +++ trunk/ChangeLog Mon Aug 13 13:09:43 2007 > @@ -1,3 +1,7 @@ > +Mon Aug 13 13:08:13 UTC 2007 / Alexander I. Gordeev <lasaine at lvk.cs.msu.su> > + > + * drivers/megatec_usb.c: added credits to the banner message. > + > Mon Aug 13 09:28:42 UTC 2007 / Arjen de Korte <arjen at de-korte.org> > > * data/cmdvartab, docs/new-names.txt: > > Modified: trunk/drivers/megatec_usb.c > ==============...
2009 Jun 17
2
nut: megatec_usb shows error "ser_send_pace: Device detached" on periodically checks
Hi Alexey, Please post the output of 'lsusb' and 'megatec_usb -a sven_625 -u nut -DDDDD'. On Monday 15 June 2009 14:32:16 you wrote: > Package: nut > Version: 2.4.1-3 > Severity: normal > > I have a SVEN Pro+ 625 ups that uses megatec_usb driver. > In ups.conf I describe it like: > [sven_625] > driver = megatec_usb > port = auto > desc =
2007 May 17
3
Belkin USB UPSes
I just bought a pair of Belkin USB UPSes -- F6C1200-UNV and F6C550-AVR -- and installed the latest version of nut under Ubuntu 7.04. I'm using the F6C1200-UNV. My system does see the device; dmesg says [ 82.718428] usb 2-2: new low speed USB device using ohci_hcd and address 2 [ 82.941189] usb 2-2: configuration #1 chosen from 1 choice [ 83.036825] usbcore: registered new driver
2007 May 17
3
Belkin USB UPSes
I just bought a pair of Belkin USB UPSes -- F6C1200-UNV and F6C550-AVR -- and installed the latest version of nut under Ubuntu 7.04. I'm using the F6C1200-UNV. My system does see the device; dmesg says [ 82.718428] usb 2-2: new low speed USB device using ohci_hcd and address 2 [ 82.941189] usb 2-2: configuration #1 chosen from 1 choice [ 83.036825] usbcore: registered new driver
2009 Oct 30
6
Powercom support and sponsorship
Alex and the list, Alexey Morozov (Powercom sales manager for Russia) has contacted me to propose demo units and information on the new Powercom protocol. This is preferably for a Russian team member... Anyone up? cheers, Arnaud -- Linux / Unix Expert R&D - Eaton - http://www.eaton.com/mgeops Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/ Debian Developer -
2009 Oct 30
6
Powercom support and sponsorship
Alex and the list, Alexey Morozov (Powercom sales manager for Russia) has contacted me to propose demo units and information on the new Powercom protocol. This is preferably for a Russian team member... Anyone up? cheers, Arnaud -- Linux / Unix Expert R&D - Eaton - http://www.eaton.com/mgeops Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/ Debian Developer -