search for: 4250

Displaying 20 results from an estimated 67 matches for "4250".

Did you mean: 250
2012 Apr 16
2
ATI Radeon 4250 in Dual Head Config?
My xorg.conf foo is pretty weak today. Does anyone have an ATI 4250 in a dual head config? I'd be interested in looking over your xorg.conf. Sean p.s. Mine at the moment, that doesn't work very well: http://people.freebsd.org/~sbruno/4250_xorg_conf.txt
2018 Jun 18
0
CVE-2008-4250?
...> PORT STATE SERVICE > 445/tcp open microsoft-ds > > Host script results: > > smb-vuln-ms08-067: > > VULNERABLE: > > Microsoft Windows system vulnerable to remote code execution (MS08-067) > > State: LIKELY VULNERABLE > > IDs: CVE:CVE-2008-4250 > > The Server service in Microsoft Windows 2000 SP4, XP SP2 and > > SP3, Server 2003 SP1 and SP2, > > Vista Gold and SP1, Server 2008, and 7 Pre-Beta allows > > remote attackers to execute arbitrary > > code via a crafted RPC request...
2018 Jun 18
2
CVE-2008-4250?
...can report for smb-addc.tld Host is up (0.00073s latency). PORT STATE SERVICE 445/tcp open microsoft-ds Host script results: | smb-vuln-ms08-067: | VULNERABLE: | Microsoft Windows system vulnerable to remote code execution (MS08-067) | State: LIKELY VULNERABLE | IDs: CVE:CVE-2008-4250 | The Server service in Microsoft Windows 2000 SP4, XP SP2 and SP3, Server 2003 SP1 and SP2, | Vista Gold and SP1, Server 2008, and 7 Pre-Beta allows remote attackers to execute arbitrary | code via a crafted RPC request that triggers the overflow during path canoni...
2012 Jun 10
2
problem with sub()
Dear R users: I want to convert some character vectors into numeric vectors. > head(price) [1] "15450 EUR" "7900 EUR" "13800 EUR" "3990 EUR" "4500 EUR" [6] "4250 EUR" >head(mileage) [1] "21000?km" "119000?km" "36600?km" "92000?km" "140200?km" [6] "90000?km" in the first example I can use: price <- sub(" EUR", "", price) to get "15450" "7900&qu...
2017 Jul 25
10
under another kind of attack
...worker(11047): pam(gergei,101.231.247.210,<dPzYIyRVtOpl5/fS>): pam_authenticate() failed: Authentication failure (password mismatch?) Jul 25 16:08:51 irams1 dovecot: auth-worker(3379): pam(icpe,101.231.247.210,<Ws6t3iRVkOhl5/fS>): unknown user Jul 25 16:10:47 irams1 dovecot: auth-worker(4250): pam(endsulei,101.231.247.210,<dceL5SRVGZVl5/fS>): unknown user Note the timestamps. If I look the other way round (tries to one account) I'll get Jul 25 01:30:48 irams1 dovecot: auth-worker(11276): pam(endsulei,60.166.12.117,<slp6mhhViI48pgx1>): unknown user Jul 25 01:31:26 iram...
2009 Jul 08
3
[LLVMdev] ARM cross compiling causes segmentation fault
Hello, I built a llvm toolchain for ARM and I'm trying to build a simple application on ARM using LLVM. When I compiled the code, it has the following message and the binary code has a segmentation fault when it is executed. /tmp/ccJPjMe4.s: Assembler messages: /tmp/ccJPjMe4.s:4250: rdhi, rdlo and rm must all be different /tmp/ccJPjMe4.s:4589: rdhi, rdlo and rm must all be different /tmp/ccJPjMe4.s:4694: rdhi, rdlo and rm must all be different /tmp/ccJPjMe4.s:4899: rdhi, rdlo and rm must all be different /tmp/ccJPjMe4.s:4915: rdhi, rdlo and rm must all be different Any idea?...
2013 Nov 05
1
How to enable T.38 between SPA3102 PSTN Line port and ReceiveFAX app ?
...on how to configure SPA3102 PSTN Line port so that it would accept to upgrade to T.38 ? When Asterisk re-invites SPA3102, here is the dialog between both boxes: INVITE sip:myline at 172.16.2.12:5061 SIP/2.0 Via: SIP/2.0/UDP 172.16.2.1:5060;branch=z9hG4bK260a479e Max-Forwards: 70 From: <sip:4250 at 172.16.2.1>;tag=as1a0daffe To: myline <sip:myline at 172.16.2.1>;tag=2d2e7e5ad74dec0co1 Contact: <sip:4250 at 172.16.2.1:5060> Call-ID: c8278ef2-b80a5454 at 172.16.2.12 CSeq: 102 INVITE User-Agent: FPBX-2.11.0(11.3.0) Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOT...
2012 Jan 19
0
Global sensitivity indices using sensitivity package: sobol, sobol2002
...<- 1-sqrt((1-mode)*(1-u[s2])) min+(max-min)*u } ###Loading required packages #install.packages("odesolve") library(odesolve) #install.packages("sensitivity",dependencies=T) library(sensitivity) ###function that generates responses simfunzcom<-function(xnews1,So=4250, I=250, R=0, No=4500){ SIRdob1<- function(t, x, parms){ with(as.list(c(parms,x)),{ dS <- (xnews1[, 2]-xnews1[, 4]*N)*(S+R+I*xnews1[, 6]*(1-xnews1[, 9]))-xnews1[, 3]*S + xnews1[,7]*R-(xnews1[, 1]*I*S)/N dI <- (xnews1[, 1]*I*S)/N + I*(xnews1[, 2]-xnews1[, 3]*N)*xnews1[, 9]*xnews1[, 6]-(xnews...
2023 Oct 14
2
Create new data frame with conditional sums
...9;m starting with a data frame like this: > > Tract Pct Totpop > 1 0.05 4000 > 2 0.03 3500 > 3 0.01 4500 > 4 0.12 4100 > 5 0.21 3900 > 6 0.04 4250 > 7 0.07 5100 > 8 0.09 4700 > 9 0.06 4950 > 10 0.03 4800 > > And I want to end up with a data frame with two columns, a "Cutoff" column that is a simple sequence of equally spaced cutoffs (let...
2009 Jul 08
3
[LLVMdev] ARM cross compiling causes segmentation fault
...d I'm trying to build a simple > > application on ARM using LLVM. When I compiled the code, it has the > > following message and the binary code has a segmentation fault when > > it is executed. > > > > /tmp/ccJPjMe4.s: Assembler messages: > > /tmp/ccJPjMe4.s:4250: rdhi, rdlo and rm must all be different > > /tmp/ccJPjMe4.s:4589: rdhi, rdlo and rm must all be different > > /tmp/ccJPjMe4.s:4694: rdhi, rdlo and rm must all be different > > /tmp/ccJPjMe4.s:4899: rdhi, rdlo and rm must all be different > > /tmp/ccJPjMe4.s:4915: rdhi, rdlo...
2003 Dec 09
4
was FXO cards
...re about 400$ apiece. Total: 1600$ for the setup (to 2000$) + 2000K for 5 phones. Case 2: FXO cards Asterisk box 500$ Dialogic 4 port card 900$ Phones: same as the above Total 1400$ plus phones, 2K$ for 5 phones. Case 3 proprietary system Mitel 3100 server: 3K Phones: 250$ apiece, 1250$ total. 4250$ total. Case 1 and 2 are ties in my eyes, except the channel bank would provably be cheaper to upgrade to 8 lines. I am just afraid of the channel bank. I just don't know anything about them. If I buy the wrong crap, it gets really expensive fast, plus adds another layer of complexity....
2011 May 04
0
is it good?
I will go to high school next year and I want a small netbook (http://www.laptopspark.com) like computer. I saw the SONY VAIO EE Series VPCEE42FX/BJ Notebook AMD Athlon II Dual-Core P360(2.30GHz) 15.5" 4GB Memory DDR3 1066 500GB HDD 5400rpm DVD Super Multi ATI Radeon HD 4250 (http://www.laptopspark.com/products/SONY-VAIO-EE-Series-VPCEE42FXBJ-Notebook-AMD-Athlon-II-Dual-Core-P360230GHz-155-4GB-Memory-DDR3-1066-500GB-HDD-5400rpm-DVD-Super-Multi-ATI-Radeon-HD-4250-laptop-426.html)I love it. But I want to know if it is a good netbook (http://www.laptopspark.com) to have a...
2011 Dec 06
5
Steam games wont start
I have latest Wine on Ubuntu 11.10, and i want get my 3 Steam games running. The problem is that, i try to start a game, it says "Prepairing to start (game name)" and then it closes, game wont start. I would like to get Garry's Mod, Portal and Portal 2 working. I have ATI HD 4250 and i have installed drivers from Additional Drivers in Ubuntu. What i should do?
2007 May 25
3
adddriver issue
I'm trying to adddriver using rpcclient but this error happens: ERROR: string overflow by 1 (1024 - 1023) in safe_strcpy [adddriver "Windows NT x86" "HP LaserJet 4250 PCL5e] The "server properties" add driver button is disable.... yes, I'm print operator: printserver:~ # net rpc rights list "DOMAIN\user" -Uroot -Wprintserver Password: SePrintOperatorPrivilege How could I fix that? Regards, Bruno Gomes Pessanha
2009 Jul 08
0
[LLVMdev] ARM cross compiling causes segmentation fault
...lvm toolchain for ARM and I'm trying to build a simple > application on ARM using LLVM. When I compiled the code, it has the > following message and the binary code has a segmentation fault when > it is executed. > > /tmp/ccJPjMe4.s: Assembler messages: > /tmp/ccJPjMe4.s:4250: rdhi, rdlo and rm must all be different > /tmp/ccJPjMe4.s:4589: rdhi, rdlo and rm must all be different > /tmp/ccJPjMe4.s:4694: rdhi, rdlo and rm must all be different > /tmp/ccJPjMe4.s:4899: rdhi, rdlo and rm must all be different > /tmp/ccJPjMe4.s:4915: rdhi, rdlo and rm must all be...
2011 Mar 25
1
spatial stats - geoR - variogram - standard deviation
...ds <- coordinates(data) coords <- coords[,2:3] breaks <- seq(0, 10000, by=500) variogram <- variog(coords = coords, data = data$slp, option="bin", breaks=breaks) Here are the results (standard deviation in bold): > variogram $u [1] 250 750 1250 1750 2250 2750 3250 3750 4250 4750 5250 5750 6250 6750 7250 [16] 7750 8250 8750 9250 9750 $v [1] 33.41155 42.09367 45.74353 48.58874 50.89475 52.60261 53.63517 55.11310 [9] 55.25277 55.90801 56.24541 56.76813 56.90551 57.57173 58.11656 58.30572 [17] 58.93047 59.47261 59.51137 59.75097 $n [1] 11000 36867 60185 81806...
2019 Apr 02
2
Make/Build Error on armhf
...*libMESSAGING-SEND-samba4.so***, and as soon as something is linked against that .so against something else it always results in invalid string offset 1222 >= 1174 for section `.strtab****** See below how these three objects are build and when it fails the first time. regards, Norbert [1456/4250] Compiling source4/lib/messaging/messaging_send.c 13:16:15 runner ['/usr/bin/gcc', '-D_SAMBA_BUILD_=4', '-DHAVE_CONFIG_H=1', '-MMD', '-D_GNU_SOURCE=1', '-D_XOPEN_SOURCE_EXTENDED=1', '-DHAVE_CONFIG_H=1', '-fPIC', '-D_LARGEFILE_SOURC...
2023 Oct 13
1
Create new data frame with conditional sums
...an't get it to work properly. I'm starting with a data frame like this: Tract Pct Totpop 1 0.05 4000 2 0.03 3500 3 0.01 4500 4 0.12 4100 5 0.21 3900 6 0.04 4250 7 0.07 5100 8 0.09 4700 9 0.06 4950 10 0.03 4800 And I want to end up with a data frame with two columns, a "Cutoff" column that is a simple sequence of equally spaced cutoffs (let's say in this case from 0-...
2003 Dec 19
1
problem with rm.impute of the Design library
...wing error with: library(Design) df <- list(pre=c(0,, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1), pro=c(1, 0, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0), sex=c(1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 1, 1, 1, 2, 1), y=cbind( y1<-c(5000, 3820, 4300, 3720, 4370, 4250, 4820, 4060, 4110, 4620, 4580, 3580, 3070, 4030, 3900, 3390, 3880, 4120, 3690, 4130), y2<-c(6160, 5240, 5210, 4650, 5600, 5340, 6020, 5590, 5140, 5640, 5340, 4640, 4650, NA, 5320, 4510, 4910, 4960, 4420, 5150), y3<-c(6720, 6040, 6240, 5550, 6610, 6850, 6760, 6370, 6030, NA, 6880, 5330, 57...
2017 Jul 26
0
under another kind of attack
...47): pam(gergei,101.231.247.210,<dPzYIyRVtOpl5/fS>): pam_authenticate() failed: Authentication failure (password mismatch?) > Jul 25 16:08:51 irams1 dovecot: auth-worker(3379): pam(icpe,101.231.247.210,<Ws6t3iRVkOhl5/fS>): unknown user > Jul 25 16:10:47 irams1 dovecot: auth-worker(4250): pam(endsulei,101.231.247.210,<dceL5SRVGZVl5/fS>): unknown user > > Note the timestamps. > If I look the other way round (tries to one account) I'll get > > Jul 25 01:30:48 irams1 dovecot: auth-worker(11276): pam(endsulei,60.166.12.117,<slp6mhhViI48pgx1>): unknown...