search for: kin

Displaying 20 results from an estimated 99 matches for "kin".

Did you mean: in
2015 May 25
4
Windows 7 client trying to authenticate with windows machine name
...m having an issue authenticating a Windows 7 (not in a domain) against a Samba 4.1.17 (debian Jessie). It appears that the client is trying to authenticate using with it's machine name and not the user filled in the auth form. I'm using security = user and I can confirm that the share is working with Win8. Could you check my conf & the error and share me your thoughts ? ## Samba Conf ##[global]? ?workgroup = plop? ?server string = %h serveur ? ?security = user?? ?netbios name = plop? ?dns proxy = no? ?log file = /var/log/samba/log.%m? ?max log size = 1000? ?syslog = 0? ?panic act...
2015 May 26
1
Windows 7 client trying to authenticate with windows machine name
...? | ? | | smb error win7 - Pastebin.com## Samba Conf ## [global] ? ?workgroup = plop ? ?server string = %h serveur ? ?security = user ? ? ?netbios name = plop ? ?dns proxy = no ? ?log file = /var/log/sam... | | | | Afficher sur pastebin.com | Aper?u par Yahoo | | | | ? | Thanks a lot. Regards, Kin Le Lundi 25 mai 2015 20h10, Kinn Joy <kieran.joyeux at yahoo.fr> a ?crit : Well, this is some ugly text formating, let me fix that :)? ## Samba Conf ##[global]? ?workgroup = plop? ?server string = %h serveur ? ?security = user?? ?netbios name = plop? ?dns proxy = no? ?log file =...
2015 May 25
0
Windows 7 client trying to authenticate with windows machine name
...d:* %n\n *password\supdated\ssuccessfully* .? ?pam password change = yes? ?map to guest = never? ?map untrusted to domain = Yes? ?unix charset = UTF-8? ?dos charset = 850 ?## Error MSG ##[2015/05/23 11:35:18.906698, ?3] ../source3/auth/auth.c:177(auth_check_ntlm_password)? check_ntlm_password: ?Checking password for unmapped user [kin-splio-PC]\[kin-splio]@[KIN-SPLIO-PC] with the new password interface[2015/05/23 11:35:18.906736, ?3] ../source3/auth/auth.c:180(auth_check_ntlm_password)? check_ntlm_password: ?mapped user is: [ATELIER]\[kin-splio]@[KIN-SPLIO-PC][2015/05/23 11:35:18.906842, ?3] ../s...
2007 Dec 24
3
Driver for Powercom BNT/KIN/IMP/IMD series
Hello all. Try this driver (for nut 2.2.0). See attach. - Trust, KP625AP, Egys models stay as it was - 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...
2015 May 26
0
Windows 7 client trying to authenticate with windows machine name
On Mon, May 25, 2015 at 02:45:14PM +0000, Kinn Joy wrote: > Hello there. > > I'm having an issue authenticating a Windows 7 (not in a domain) against a Samba 4.1.17 (debian Jessie). It appears that the client is trying to authenticate using with it's machine name and not the user filled in the auth form. I'm using securi...
2019 Jul 12
1
NUT PowerCom KIN-600AP
Hello, I’ve a problem with start driver for PowerCom KIN-600AP RM. The driver is “usbhid-ups”, see “No matching HID UPS found” when I trying to start driver. Ubuntu version is 18.04 LTS. My ups.conf: [powercom] driver = usbhid-ups port = auto vendorid = 0d9f productid = 0004 Start driver with: ./usbhid-ups -a powercom -DDDDD ... 0.032993...
2013 May 01
1
Powercom BNT-1500AP serial config
Hey all, Finally got around to hooking up my Powercom BNT-1500AP to nut. It's the old serial interface. Connects okay and gets most information, but a couple of data are way off. Any config recommendations or upgrade recommended? I've played with config a little, but no hits yet. Details: NUT version 2.4.3 ups.conf: [ups...
2013 Sep 01
0
System Shutting Down Shortly After Boot, COMMBAD, "Writing Error", "Data Receiving Error"
...More processes and heavy load cause upsd/upsmon to shut the system down shortly after startup. The messages in syslog vary. Sometimes it's "writing error" and looks like this: Aug 29 09:42:07 brain powercom[4137]: writing error Aug 29 09:42:09 brain upsmon[4143]: Poll UPS [powercom-kin-2200ap] failed - Data stale Aug 29 09:42:09 brain powercom[4137]: writing error Aug 29 09:42:11 brain powercom[4137]: writing error Aug 29 09:42:12 brain upsmon[4143]: Poll UPS [powercom-kin-2200ap] failed - Data stale Or, sometimes it's "data receiving error" and looks like this: A...
2011 Jul 19
2
KIN-1500AP RM + Windows 2008 64-bit Standard R2 SP1 (nut 2.6.1)
I have only RS-232 on the box (meanwhile, it was manufactured on march of 2011) Here is my configs: nut.conf: * * MODE = netserver ups.conf: * * [KIN1500] driver = powercom port = notUsed desc = "Powercom KING PRO KIN-1500AP RM" upsd.conf: * * LISTEN 192.168.1.2 3493 upsd.users: * * [monuser] password = xxxxxxxx upsmon master upsmon.conf: * * MONITOR KIN1500 at 192.168.1.2 1 m...
2008 Dec 17
2
Help with link_to and its kin
Hi Everyone I am a new user of Ruby and Rails, and would like some help with the following problem. I have created a navbar with a styled unordered list and I would like to apply class="current" to the tab for the current page. Currently I am using a large, cumbersome and ugly if..then block, rendering the class="current" into the html and link_tos with current_page?. I am
2007 Jul 02
2
how to use mle with a defined function
Hi all, I am trying to use mle() to find a self-defined function. Here is my function: test <- function(a=0.1, b=0.1, c=0.001, e=0.2){ # omega is the known covariance matrix, Y is the response vector, X is the explanatory matrix odet = unlist(determinant(omega))[1] # do cholesky decomposition C = chol(omega) # transform data U = t(C)%*%Y WW=t(C)%*%X beta = lm(U~W)$coef Z=Y-X%*%beta
2011 Oct 14
1
aov(variable~group*(speed*person)) but How to get 95% confidence intervals ?
...tings and gratitude, I have 19 persons in each group, and each person walks at 3 different speeds. I can do a nice p value and f value with summary command Please help me learn how to report the 95% confidence interval for this anova? This is easier for my fourth, separate condition: preferred walking speed, where there is no speed factor in the model: aov(variable~group) although I compute the 95%CI in SPSS for this model :( Any advice on how to do this for the single speed anova in R, because it is really nice! Thank you Jebb Jebb Remelius PhDc jebb at kin.umass.edu 413-545-4959 office 224-...
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 suppose the problem concerns models with serial-over-usb connection implemented via cypress_m8 chip (ID 0d9f:0002), e.g. IMD-865AP USB, BNT...
2005 Jun 23
2
compiling gap on mac os x
...-O2 -c hap.c -o hap.o gcc-3.3 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include -fno-common -g -O2 -c hwe.hardy.c -o hwe.hardy.o gcc-3.3 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include -fno-common -g -O2 -c kin.morgan.c -o kin.morgan.o gcc-3.3 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include -fno-common -g -O2 -c makeped.c -o makeped.o gcc-3.3 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include -fno-common -g -O2 -c m...
2010 Oct 02
4
[LLVMdev] LLVM ERROR: Program used external function 'printd' which could not be resolved!
Hi Buit the Kaleidoscope example under MinGW and everything runs fine except when I try the following example in Chapter 6: extern printd(x); printd(123); where printd is the library function defined in C as extern "C" double printd(double X) { printf("%f\n", X); return 0; } The error message is: LLVM ERROR: Program used external function
2002 Jul 16
2
Question: Using Windows XP under Linux?
...f course readily provides that functionality. However, switching to linux is not really an option for the majority of our work.. We've already got the Windows licenses anyway. The question is, if I used as much stuff from Windows XP as possible, how complete of OS could be built? I was thinking about Usermode linux the other day, how it's like having an OS inside of and OS, and there was also the beginnings of a Line project( kinda the opposite of Wine, running Linux binaries under Windows type of thing...[http://line.sourceforge.net]), and I was thinking about if it would be pos...
2015 Feb 14
1
Securing SSH wiki article outdated
On Fri, Feb 13, 2015 at 7:12 AM, Lamar Owen <lowen at pari.edu> wrote: > On 02/13/2015 05:41 AM, James Hogarth wrote: > > This is also why the Orange Book and its Rainbow kin exist (Orange Book = > 5200.28-STD, aka DoD Trusted Computer System Evaluation Criteria). > Should anyone care to learn from the Rainbow Books, they are available from the United States of America (USA) National Institute of Standards and Technology (NIST) Computer Security Resource Center (...
2010 Aug 05
1
an issue about missing data
Hi, I am using a function 'polygenic' in the package called 'GenABEL'. -------------------------------------------------------------------------------- > h2.gs <- polygenic(b.dbp~age+age2+age3+sex+b.bmi, kin=gs.gkin, data=gs) ------------------------------------------------------------------------------- ## and I got the following error message: Error in svd(X): infinite or missing values in 'x'. I know this may be due to some missing data issue, but I just don't know how to solve this pro...
2011 Jan 13
0
[NUT]updated powercom driver for powercom BNT-500AP
...NT-500AP is the cheapest model with serial port In South > Korea, so i buy it for test. > while I'm testing it with NUT but it isn't easy. > > I checked the source file and found that there wasn't code for BNT-500AP. > BNT-500AP had the different model code(0x4b, it's KIN type) with other BNT > series(0x42), also data format was different with KIN type(similiar with IMP > type). > I fixed the source for BNT-500AP. > Please review my source part and update it to NUT official source code. > > Also, i wrote some guide docoment for Korean User. > If...
2005 Nov 01
1
spyware detected (PR#8270)
...files found Directory of C:\Program Files\R\R-2.2.0 11/01/2005 09:27 AM 668,938 unins000.exe To have the golden eye signature. This is serious if indeed the uninstall program contains the golden eye monitor program. Please look into this and update me with developments. Thank you, Kin Chan