search for: imd

Displaying 20 results from an estimated 22 matches for "imd".

Did you mean: id
2005 Sep 15
1
SSO Samba/AD integration
...asswd' returns users similar to: ... UNICITY+cfedeles:x:10172:10000:NAME:/home/UNICITY/cfedeles:/bin/false UNICITY+tevans:x:10173:10000:NAME:/home/UNICITY/tevans:/bin/false UNICITY+mbare:x:10174:10000:NAME:/home/UNICITY/mbare:/bin/false ... But also lists computer accounts as well: ... UNICITY+imd-gsanchez$:x:10539:10004:IMD-GSANCHEZ:/home/UNICITY/imd-gsanchez_:/bin/false UNICITY+imd-sharepoint$:x:10553:10004:IMD-SHAREPOINT:/home/UNICITY/imd-sharepoint_:/bin/false UNICITY+imd-alucchiani$:x:10559:10004:IMD-ALUCCHIANI:/home/UNICITY/imd-alucchiani_:/bin/false ... However, 'getent group'...
2007 Dec 24
3
Driver for Powercom BNT/KIN/IMP/IMD series
...s - add Powercom's Black Knight Pro model support ( BNT-400/500/600/800/801/1000/1200/1500/2000AP 220-240V ) - add Powercom's King Pro model support ( KIN-425/525/625/800/1000/1200/1500/1600/2200/3000/5000AP[-RM] 100-120,200-240 V) - add Powercom's Imperial model support ( IMP-xxxAP, IMD-xxxAP ) Only for BNT/KIN/IMP/IMD: power and linevoltage whould detect automatically now also you don't need any other coefficients in ups.conf added shutdown.stayoff and shutdown.return commands start battery.test on driver start Tested on: BNT-1200AP Known bugs: - strange battery level o...
2010 Jul 02
0
Powercom driver patch
Hello everybody! I'm trying to use nut-2.4.1 with brand new UPS Powercom Imperial IMD-825AP USB. I've faced a problem that the driver powercom despite specifying type=IMP automatically re-detects the UPS as "KIN" and then interprets raw data incorrectly. The same problem was reported by other Powercom users on the official support forum ( http://forum.pcm.ru ). I supp...
2017 Dec 14
1
core_udp_sendto: no mapping
...> > especially from the author or someone with first-hand knowledge. > > > > > > > > > > -- > > > > > -Gene > > > > > > > > Joakim, attached is a TGZ with some test binaries. I'm assuming the > > > > "imd" will print one device while "mnp" another. This is mostly to > > > > firm up which devices it's actually trying to use. Based on your > > > > other results, this should help a little more to understand how the > > > > code is reacting to you...
2017 Dec 06
4
core_udp_sendto: no mapping
On Wed, Nov 29, 2017 at 6:30 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Tue, Nov 28, 2017 at 2:38 PM, Joakim Tjernlund > <Joakim.Tjernlund at infinera.com> wrote: >> On Mon, 2017-11-27 at 18:18 -0500, Gene Cumm wrote: > >>> On Mon, Nov 27, 2017 at 6:07 PM, Joakim Tjernlund >>> <Joakim.Tjernlund at infinera.com> wrote: >>> > On
2017 Dec 13
0
core_udp_sendto: no mapping
...wrong, I'd love to hear >> > > especially from the author or someone with first-hand knowledge. >> > > >> > > -- >> > > -Gene >> > >> > Joakim, attached is a TGZ with some test binaries. I'm assuming the >> > "imd" will print one device while "mnp" another. This is mostly to >> > firm up which devices it's actually trying to use. Based on your >> > other results, this should help a little more to understand how the >> > code is reacting to your machine. It won...
2010 May 27
10
A couple of questions
Hi, I''ve been looking at Btrfs and have a couple of naive questions that don''t seem to be answered on the wiki or in the articles I''ve read on the filesystem. First: discovering a file''s checksum value. Here''s the scenario: software is writing some data as a fresh file. This software happens to know (a priori) the checksum of this data; for
2009 Nov 05
0
[LLVMdev] Debug Information for LLVM 2.6 and TOT
...Call && TheCall->hasMetadata()) { + DbgKind = Context.getMetadata().getMDKind("dbg"); + TheCallMD = Context.getMetadata().getMD(DbgKind, TheCall); + } + for (; I != NewBB->end(); ++I) { + if (TheCallMD && I->hasMetadata()) + if (MDNode *IMD = Context.getMetadata().getMD(DbgKind, I)) { + MDNode *NewMD = UpdateInlinedAtInfo(IMD, TheCallMD, Context); + Context.getMetadata().addMD(DbgKind, NewMD, I); + } RemapInstruction(I, ValueMap); + } } // Defer PHI resolution until rest of function is resolve...
2020 Aug 24
2
[PATCH v2v] Add ALT support
Patch supplied by Mikhail Gordeev, posting for review. I have compile tested it and checked the code and it looks all fine to me, so ACK from my point of view. I did not actually run it because I don't have an ALT Linux install, but it doesn't seem as if it would affect any other distro. Rich.
2009 Nov 05
2
[LLVMdev] Debug Information for LLVM 2.6 and TOT
Devang Patel wrote: > Hi John, > > On Wed, Nov 4, 2009 at 12:04 PM, John Criswell <criswell at uiuc.edu> wrote: > >> Dear All, >> >> 1) I recall reading somewhere that a few optimizations in LLVM 2.6 strip >> away debug information when such information interferes with >> optimization. Is this correct, >> > > Yes. > >
2014 Nov 12
0
POWERCOM HID USB controller update
...handle general case for all 0d9f:0x0004 devices. From PCM_USB_LIST_device2014.pdf attached by Alexey Morozov: "(VGD, VRT, RPT, .. and new UPS etc.) - 0X04.". According to this doc we can expect that all new PowerCOM devices will be shipped with ID 0X0d9f:0X04. For example, my Imperial IMD-825AP LCD has 0x0004, but an old examples of this model have 0Xa2. Also, lets take a look inside PCM_USB_protocol_2014.pdf: "16 0x8456 Delay Before Startup R/W *5 Byte*" And old specs for BNT protocol: "16 8456 DelayBeforeStartup *** R/W *2 Byte*" So, the length for DelayBef...
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 DelayBeforeShutdown it started double beeping every couple seconds for indefinite time (the same problem described by Vincenzo Colonnella here: h...
2008 Sep 05
0
Powercom IMP detection fix
Hi there. I found out a bug in Powercom IMP/IMD series detection. Fix is obvious (attached). Else I own Powercom IMP-825AP and can provide a debuging support. With best regards, Alexey -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: nut-powercom-patch Url: http://lists.alioth.debian.org/...
2006 Nov 15
1
Building R (PR#9366)
Hello, =20 I get this error when I try to install R-2.4.0 on Solaris 10 =20 Any Assistance would be greatly appreciated =20 The ./configure thing passed but then on gmake I get : =20 Undefined first referenced symbol in file __builtin_isnan arithmetic.o ld: fatal: Symbol referencing errors. No output written to R.bin
2018 Mar 09
0
For Extracting gridded netcdf data into output files where each file representing the individual grid
Hi, I have to calculate Extemes, for that I wrote a script for extracting IMD Tmax data for one year. I need to get output files where each file representing the individual grid with daily values.Since, my data is of 0.5*0.5 resolution, I need to get 3721(61*61=3721) output files. But, I am only getting 3482 output files. I think the problem is with naming the output files...
2014 Nov 12
1
POWERCOM HID USB controller update
...e.org/gmane.comp.monitoring.nut.user/7662 > From PCM_USB_LIST_device2014.pdf attached by Alexey Morozov: > "(VGD, VRT, RPT, .. and new UPS etc.) - 0X04.". According to this doc we can expect that all new PowerCOM devices will be shipped with ID 0X0d9f:0X04. For example, my Imperial IMD-825AP LCD has 0x0004, but an old examples of this model have 0Xa2. > > Also, lets take a look inside PCM_USB_protocol_2014.pdf: > "16 0x8456 Delay Before Startup R/W 5 Byte" > And old specs for BNT protocol: > "16 8456 DelayBeforeStartup *** R/W 2 Byte" > So...
2020 Aug 24
0
[PATCH v2v] Add ALT support
...ules in + let files = List.filter test files in + + (* create new initrd with contents of old initrd *) + let tmpdir = g#mkdtemp "/tmp/new_initrd-XXXXXX" in + let old_initrd = initrd ^ ".pre-v2v" in + let cmd = sprintf "gzip -cd %s | cpio -imd --quiet -D %s" + old_initrd tmpdir in + ignore (g#sh cmd); + + (* copy module files to new initrd *) + List.iter (fun file -> + let dir_name = Filename.dirname file in + let dir_name = sprintf "%s%s%s" tmpdir kmodpath dir_name in +...
2020 Aug 25
2
Re: [PATCH v2v] Add ALT support
...y are you searching for them again? > + (* create new initrd with contents of old initrd *) > + let tmpdir = g#mkdtemp "/tmp/new_initrd-XXXXXX" in > + let old_initrd = initrd ^ ".pre-v2v" in > + let cmd = sprintf "gzip -cd %s | cpio -imd --quiet -D %s" > + old_initrd tmpdir in > + ignore (g#sh cmd); > + > + (* copy module files to new initrd *) > + List.iter (fun file -> > + let dir_name = Filename.dirname file in > + let dir_name = sprintf "%s%s%s&qu...
2012 Oct 02
41
Puppet 3.0: Not authorized to call find on /file_metadata, more issues?
I''ve seen mention of this error in several places, with different causes. So before I posted here, I attempted to resolve this on my own. I corrected the change from puppet:///files to puppet:/// in my manifests *.pp files. No changes were made to the auth.conf file, and I did note in the ChangeLog that: Auth.conf differentiates between names and IPs – There’s a new allow_ip
2007 Apr 25
1
Getting Confused
Hello, I'm getting confused with my experience of R installing. I had R installed on January without any trouble. (I just had to install gcc4.1.1) Now I'd like to install a packages which requires tcl/tk. So basically I need to reconfigure and re install R right after having installed tcl/tk. So I installed tcl/tk I run the process to install R but I receive this error :