Displaying 20 results from an estimated 69 matches for "2970".
Did you mean:
1970
2012 May 24
0
Could not find node to take over public address
...ed and we could serve this ip
> 2012/05/24 14:32:09.442653 [recoverd: 6800]: Public address '10.94.43.64' is not
> assigned and we could serve this ip
> 2012/05/24 14:32:09.442657 [recoverd: 6800]: Trigger takeoverrun
On the other node:
> 2012/05/24 14:32:26.458731 [recoverd: 2970]: Deterministic IPs enabled. Resettin
> g all ip allocations
> 2012/05/24 14:32:26.458779 [recoverd: 2970]: server/ctdb_takeover.c:1153 Could n
> ot find node to take over public address '10.94.43.67'
> 2012/05/24 14:32:26.458798 [recoverd: 2970]: Failed to find node to cover ip...
2011 Jul 01
6
Cluster Failover Troubleshooting (luci and ricci)
...or instance). The primary system recognizes the failure, shuts down
it's services, attempts to inform the secondary server to take over and
then it never does. Here is a log excerpt from a cable pull test:
Jun 16 15:33:27 flex kernel: tg3: eth0: Link is down.
Jun 16 15:33:34 flex clurgmgrd: [2970]: <warning> Link for eth0: Not
detected
Jun 16 15:33:34 flex clurgmgrd: [2970]: <warning> No link on eth0...
Jun 16 15:33:34 flex clurgmgrd[2970]: <notice> status on ip "10.6.2.25"
returned 1 (generic error)
Jun 16 15:33:34 flex clurgmgrd[2970]: <notice> Stopping...
2006 Apr 11
4
Unable to run application from share
I'm not sure if this is a samba problem or just a problem with the app.
I'm unable to an application from a shared drive "\\ucd01\protel\". I've mapped the network drive "k:\protel\"and the apps ini file points to it but gives me an error message suggesting it can't see the drive. XP can however and I can browse it in explorer.
A strange thing is that when I
2014 Aug 31
1
Install Centos 6 x86_64 on Dell PowerEdge 2970 and a SSD (hardware probing issues)
I have a fleet of 2970s and we are upgrading the hardrives on the motherboard SATA ports (A/B not the PERC backplane) when a "detecting hardware" is performed the system crashes, reboots and gives an E1422 error code (useless video: https://www.youtube.com/watch?v=PhyMeUHJar4).
We narrowed it down to a motherb...
2024 Jan 30
1
linear programming in R | limits to what it can do, or my mistake?
Apart from the fact that the statement "such that t1+t2+t3+t4=2970 (as
it must)" is not correct, the LP can be implemented as follows:
library(lpSolve)
LHS <- rbind(
c(0,0,0,0, 1, 0, 0,0),
c(1,0,0,0,-1, 1, 0,0),
c(0,1,0,0, 0,-1, 1,0),
c(0,0,1,0, 0, 0,-1,1),
cbind(-diag(4),diag(4)),
c(0,0,0,0,0,1,0,0),
c(0,0,0,0,0,0,1,0),
c(0,0,0,0,0,0,0,1)
)
RHS <- c...
2009 Apr 16
0
SELinux errors on my CentOS 5.3 (32 bit) Desktop after upgrade from 5.2
...9:18 EDT 2009 i686 i686Alert
Count:??11First Seen:??Fri 10 Apr 2009 09:10:39 PM COTLast Seen:??Thu
16 Apr 2009 07:31:47 AM COTLocal ID:
19712f1c-5303-49bf-a8bc-6016b7f060d5
Line Numbers:
Raw Audit Messages :host=dell2400.homelan type=AVC
msg=audit(1239885107.4:18): avc: denied { getsched } for pid=2970
comm="nm-system-setti" scontext=system_u:system_r:system_dbusd_t:s0
tcontext=system_u:system_r:system_dbusd_t:s0 tclass=process
host=dell2400.homelan type=SYSCALL msg=audit(1239885107.4:18):
arch=40000003 syscall=155 success=yes exit=0 a0=b9a a1=b7f0690c
a2=95fff4 a3=b7f06700 items=0 ppid...
2010 Nov 26
0
Help on converting a daily zoo to a weekly zoo
...in creating weekly data using Wednesday Obs.
wed.index <- ( weekdays(index(daily)) == "Wed" )
week.dat <- daily[wed.index]
> week.dat
A000010 A000020 A000030 A000040 A000050 A000060
2000-01-05 3925 NA 3950 6350 21717 836
2000-01-12 3500 NA 3600 6000 NA 1021
2000-01-19 2970 2701 3135 5600 21812 787
2000-01-26 2970 2616 2810 5300 20579 783
2000-02-02 NA 2833 3030 6700 21812 NA
2. If Wed observation is NA for any stock, then I want to replace
it with Thurday observation.
3. If Thurday obs is still NA, then replace it with Tuesday obs.
4. If still NA, then let it b...
2005 Jul 12
0
nss_ldap disconnect
...s_ldap: reconnected to LDAP
> server after 1 attempt(s)
> Jul 11 14:46:43 fedoraserver smbd[2969]: nss_ldap: reconnecting to
> LDAP server...
> Jul 11 14:46:43 fedoraserver smbd[2969]: nss_ldap: reconnected to LDAP
> server after 1 attempt(s)
> Jul 11 14:48:07 fedoraserver smbd[2970]: nss_ldap: reconnecting to
> LDAP server...
> Jul 11 14:48:07 fedoraserver smbd[2970]: nss_ldap: reconnected to LDAP
> server after 1 attempt(s)
> Jul 11 14:48:31 fedoraserver smbd[2983]: nss_ldap: reconnecting to
> LDAP server...
> Jul 11 14:48:31 fedoraserver smbd[2983]: nss...
2015 Aug 31
2
Libvirt resume guest startup issues centos 7
> -----Original Message-----
> From: Gordon Messmer
> Sent: Monday, August 31, 2015 12:15 PM
>
> On 08/31/2015 03:51 AM, Jason Pyeron wrote:
> > I feel like this is an issue of libvirt starting before networking,
> > but I am a fish out of water with systemd.
>
> Are you using the "network" or "NetworkManager" service to
> configure your
2024 Jan 29
1
linear programming in R | limits to what it can do, or my mistake?
...jective is to minimize total cost. The total cost objective function
is trivial. Let p1 = number sent out time step 1, p2 number sent out at
time step 3, and so on. So, total cost function we want to minimize is
simply
? cost=(35*p1)+(55*p2)+(50*p3)+(65*p4)
where p1+p2+p3+p4=(640+825+580+925)=2970 (i.e., all the products get
checked). The question is, what number do you send out at each time step
to minimize cost?
Where I get hung up in R is the fact that if I let t(i) be the number of
products at each time step, then
? ? t1=640,
??? t2=t1-p1+825
? ? t3=t2-p2+580
? ? t4=t3-p3+925
s...
2008 Nov 25
0
Dell PE2970 with ATI RN50
Hey Guys,
I'm having a few troubles trying to get Cent OS 5.2 displaying correctly on
my Dell PowerEdge 2970 (I also have two PowerVault NF500 III's but they are
just getting a little screen lag at the minute, the 2970 is getting white
artifacts when I drag a window!).
Can anyone help me locate and correctly install some drivers. The 2970 has
an onbaord ATI RN50 as its an AMD board/CPU combo thus its...
2007 Dec 05
2
SCSI controller suggestions for a 5.x server?
We are preparing for a new file server (Dell 2970) with an external disk
array with integrated RAID (raidking.com). The array presents via Ultra 320
SCSI. We are looking for anyone that has had experience or opinions on SCSI
cards without RAID that have a good performance working under CentOS 5.x.
Any suggestions/comments on the controllers with...
2003 Jun 23
3
"cloud" function doesn't plot
...e that
there's a wealth of informative help in there.
I am unable to get the "cloud" function to produce a fundamental 3D
scatterplot. I have a 3-column numeric matrix:
>is.matrix(sanity.MIF); is.numeric(sanity.MIF); dim(sanity.MIF);
>cloud(sanity.MIF)
[1] TRUE
[1] TRUE
[1] 2970 3
>
A blank grey graphics window is opened, but no vestige of a plot or labels
of any kind.
Can someone tell me what I am missing please? R 1.7.1 Windows2000 is new to
me, but plenty of prior S-Plus Unix experience, including the use of the
"spin" function for rotational 3D sca...
2013 Sep 01
0
System Shutting Down Shortly After Boot, COMMBAD, "Writing Error", "Data Receiving Error"
...ed -
Data stale
Or, sometimes it's "data receiving error" and looks like this:
Aug 31 14:33:16 brain powercom[2959]: data receiving error (0 instead of 16
bytes)
Aug 31 14:33:16 brain upsd[2961]: Data for UPS [powercom-kin-2200ap] is
stale - check driver
Aug 31 14:33:17 brain upsmon[2970]: Poll UPS [powercom-kin-2200ap] failed -
Data stale
Aug 31 14:33:17 brain upsmon[2970]: Communications with UPS
powercom-kin-2200ap lost
Aug 31 14:33:19 brain powercom[2959]: data receiving error (0 instead of 16
bytes)
Aug 31 14:33:20 brain upsmon[2970]: Poll UPS [powercom-kin-2200ap] failed -
Da...
2007 Mar 19
1
Delphi applications printing bug
...EndDoc;
end;
end;
Enabling deeper log on "psdrv", and comparing the log files of the two
version ('-' is the non-working one, "+" is the working one...), I've
found something interesting:
[...]
trace:psdrv:PSDRV_MergeDevmodes Changing page to A4 2099 x 2970
trace:psdrv:PSDRV_FindPrinterInfo No 'Paper Size' for printer
'PostScript-Printer-1'
trace:psdrv:PSDRV_FindPrinterInfo No 'FontSubTable' for printer
'PostScript-Printer-1'
-trace:psdrv:PSDRV_CreateDC (L"WINEPS.DRV" L"PostScript-Printer-1" L"...
2012 Nov 06
2
I am very confused about strip Stripe what way it hold space?
I have 4 dell 2970 server , three server harddisk is 146Gx6 ,one hard disk is 72Gx6:
each server mount info is
/dev/sda4 on /exp1 type xfs (rw)
/dev/sdb1 on /exp2 type xfs (rw)
/dev/sdc1 on /exp3 type xfs (rw)
/dev/sdd1 on /exp4 type xfs (rw)
/dev/sde1 on /exp5 type xfs (rw)
/dev/sdf1 on /exp6 type xfs (rw)
I cr...
1998 Dec 08
0
R compile problems with AIX
...5
configure:2806: checking for system
configure:2834: gcc -o conftest -g -O2 conftest.c -ldl -ltermcap -lm 1>&5
configure:2806: checking for times
configure:2834: gcc -o conftest -g -O2 conftest.c -ldl -ltermcap -lm 1>&5
configure:2862: checking for ANSI C header files
configure:2970: checking for dl.h
configure:2980: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2976: dl.h: No such file or directory
configure: failed program was:
#line 2975 "configure"
#include "confdefs.h"
#include <dl.h>
configure:2970: checking for dlfcn.h
configure:...
1998 Dec 08
0
R compile problems with AIX
...5
configure:2806: checking for system
configure:2834: gcc -o conftest -g -O2 conftest.c -ldl -ltermcap -lm 1>&5
configure:2806: checking for times
configure:2834: gcc -o conftest -g -O2 conftest.c -ldl -ltermcap -lm 1>&5
configure:2862: checking for ANSI C header files
configure:2970: checking for dl.h
configure:2980: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2976: dl.h: No such file or directory
configure: failed program was:
#line 2975 "configure"
#include "confdefs.h"
#include <dl.h>
configure:2970: checking for dlfcn.h
configure:...
2010 Feb 11
0
PhD Quantitative Analyst Roles
...T skills. Candidates
which have stood out through academic excellence, and competition and prize
winners are always of interest. There are roles in London and New York.
Interested PhD educated quantitative analysts should contact.
Chris Forbes
MD PhD Search & Selection
+44 (0)20 7190 2970
Chris.forbes@phdit.com
Chris Forbes Ph.D. Search & Selection
__________________________________________
Telephone Number: +44 (0) 20 7190 2970
Cell Phone Number: +44 (0) 777 564 6084
Email Address: <mailto:chris.forbes@phdit.com> chris.forbes@phdit.com
Web Site: <...
2008 Feb 09
1
nmbd dead but pid file exists
On a CentOS 5.1 server samba works perfectly as long as connections exist. If
no connections exist nmbd shuts down:
service smb status
smbd (pid 2970 2934) is running...
nmbd dead but pid file exists
On this last occasion it had been less than 5 minutes between connections.
What could be causing this?
Anne
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 18...