search for: noc

Displaying 20 results from an estimated 486 matches for "noc".

Did you mean: no
2008 Dec 02
1
CentOS-4 Xen kernel with low RAM and Badness in local_bh_enable at kernel/softirq.c:141
...(and about 5-10MB of RAM too). After the OOM killer has done it's job there's about 15MB of RAM free and swap is hardly used at all (1MB at most) I've increased RAM to 64MB and the OOM killer doesn't kick in.. but I am seeing plenty of such messages in the logs ... Dec 2 16:05:21 noc kernel: Badness in local_bh_enable at kernel/softirq.c:141 Dec 2 16:05:21 noc kernel: [<c0121178>] local_bh_enable+0x47/0x6f Dec 2 16:05:21 noc kernel: [<c02177d5>] skb_checksum+0x133/0x25e Dec 2 16:05:21 noc kernel: [<c0250f06>] udp_poll+0x66/0x113 Dec 2 16:05:21 noc kerne...
2012 Sep 21
2
Parallel Programming
I am trying to do parallel programming and I tried this library(doSNOW) library(foreach) testfunc<-function(x){ x<-x+1 x } noc<-2 cl <- makeCluster(do.call(rbind,rep(list("localhost"),noc)), type = "SOCK") registerDoSNOW(cl) clusterExport(cl=cl,c("testfunc.r")) testl<-foreach(pp=1:2) %dopar% { testfunc(pp) } And this works but if I try to enclose my commands inside a text file to...
2008 Dec 19
2
error bars
...is Dr. Boris Kelly-Gerreyn Voiced with Dragon<http://www.nuance.com/naturallyspeaking/preferred/> <http://www.nuance.com/naturallyspeaking/preferred/> NaturallySpeaking v9 <http://www.nuance.com/naturallyspeaking/preferred/>Ocean Biogeochemistry & Ecosystems <http://www.noc.soton.ac.uk/obe/> National Oceanography Centre, Southampton<http://www.noc.soton.ac.uk/> Waterfront Campus, European Way Southampton, SO14 3ZH, UK Tel : +44 (0) 2380 596334 Sec : +44 (0) 2380 596015 Fax : +44 (0) 2380 596247 e-m: bag'@'noc.soton.ac.uk Friday Seminar <http://www...
2010 Apr 13
0
ATA status intermittent
...p : 9*CLI> Mailbox : 9*CLI> VM Extension : asterisk LastMsgsSent : 32767/65535 Call limit : 0*CLI> Dynamic : YesLI> Callerid : "" <6000> MaxCallBR : 384 kbps Expire : -1CLI> Insecure : noCLI> Nat : Always ACL : NoCLI> T.38 support : NoCLI> T.38 EC mode : Unknown T.38 MaxDtgrm: -1CLI> DirectMedia : YesLI> PromiscRedir : NoCLI> User=Phone : NoCLI> Video Support: NoCLI> Text Support...
2005 Dec 19
1
logrotate. Bug or am I blind?
...the files are rotated, the user/group is root root and the permissions are rw for root only. more info hereunder: The strange thing is that sometimes it works for one file... /var/log/cisco_acl.log /var/log/cisco_debug.log { rotate 1 notifempty #daily size 1k create 0640 root noc postrotate /bin/kill -HUP `cat /var/run/syslog-ng.pid 2> /dev/null` 2> /dev/null || true endscript } [root at syslog-b11 log]# ls -l cisco* -rw-r----- 1 root noc 2816 Dec 19 11:06 cisco_acl.log -rw-r----- 1 root noc 40304 Dec 19 11:07 cisco_debug.log [root at syslog-b11 l...
2008 Aug 01
2
Extract Element of String with R's Regex
Hi, I have this string, in which I want to extract some of it's element: > x <- "Best-K Gene 11340 211952_at RANBP5 Noc= 3 - 2 LL= -963.669 -965.35" yielding this array [1] "211952_at" "RANBP5" "2" In Perl we would do it this way: __BEGIN__ my @needed =(); my $str = "Best-K Gene 11340 211952_at RANBP5 Noc= 3 - 2 LL= -963.669 -965.35"; $str =~ /Best-K Gene \d+ (\...
2005 Sep 30
1
question on reporting bytes transferred
hi, i was reading a rsync log file, and i discovered that the summatory of each file transfer(in bytes) doesn't match the total transfer for the operation. for instance: 2005/09/28 22:02:06 [1072] rsync to NOC from nocbox (63.110.176.221<http://63.110.176.221> ) 2005/09/28 22:02:07 [1072] IdsProcessor/IdsProcessorLogs/ 2005/09/28 22:02:11 [1072] IdsProcessor/SysLogs/Heartland-Bank/Pix/ 2005/09/28 22:02:14 [1072] recv nocbox [63.110.176.221<http://63.110.176.221>] NOC () IdsProcessor/Heartland...
2003 Nov 07
13
File Locking
Hi, I'm running smbd 2.2.8. I'm a little green when it comes to file locking with samba. I have two users that access a single data file on a FreeBSD box. It's a moneydance data file and obviously it gets messed-up if two users are writing to it at the same time. Is there a way with samba to stop a second instance of the file from being opened, something like a "File In
2015 Mar 11
4
Call for testing: OpenSSH 6.8
On Tue, 10 Mar 2015, Damien Miller wrote: > On Fri, 6 Mar 2015, Damien Miller wrote: > >> On Wed, 4 Mar 2015, mikep at noc.utoronto.ca wrote: >> >>> Re-testing 'openssh-SNAP-20150305' on Solaris 10, with 'gcc': >>> >>> Configure, 'make' complete; 'make tests' fails at: >>> >>> postcondition check failed: setstat readonly >> >&gt...
2020 Jul 20
3
Migrate mail aliases to AD ypServ30
How could I migrate these fields to CN=aliases,CN=mail,CN=ypServ30,CN=RpcServices,CN=System,DC=local? dn: cn=abuse,ou=Aliases,DC=mydomail,DC=local cn: abuse objectClass: nisMailAlias objectClass: top rfc822MailMember: root dn: cn=noc,ou=Aliases,DC=mydomail,DC=local cn: noc objectClass: nisMailAlias objectClass: top rfc822MailMember: root dn: cn=security,ou=Aliases,DC=mydomail,DC=local cn: security objectClass: nisMailAlias objectClass: top rfc822MailMember: root -------------- next part -------------- A non-text attachment was...
2015 May 19
8
[LLVMdev] LLVM IRC channel flooded?
Folks, I know it's a reasonably valuable thing to have the buildbot IRC bot publishing results, but the channel is kind of flooded with the messages, and the more bots we put up, the worse it will be. I think we still need the NOC warnings, but not over IRC. The Buildbot NOC page is horrible and useless, since it doesn't know the difference between "it's red and I know it" from "it's broken". For that reason, I have built my own NOC page: http://people.linaro.org/~renato.golin/llvm/arm-bots/...
2020 Jul 20
2
Migrate mail aliases to AD ypServ30
...I migrate these fields to CN=aliases,CN=mail,CN=ypServ30,CN=RpcServices,CN=System,DC=local? > > > > dn: cn=abuse,ou=Aliases,DC=mydomail,DC=local > > cn: abuse > > objectClass: nisMailAlias > > objectClass: top > > rfc822MailMember: root > > > > dn: cn=noc,ou=Aliases,DC=mydomail,DC=local > > cn: noc > > objectClass: nisMailAlias > > objectClass: top > > rfc822MailMember: root > > > > dn: cn=security,ou=Aliases,DC=mydomail,DC=local > > cn: security > > objectClass: nisMailAlias > > objectClass: top...
2004 Dec 13
0
Ethernet Channel Bank (Comming Soon to a NOC NearYou!)
...e----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Christopher Dobbs Sent: Monday, December 13, 2004 8:23 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Ethernet Channel Bank (Comming Soon to a NOC NearYou!) My company has started development on a Ethernet based channel bank. Here are the (current) spec's - 10/100 Ethernet Port - Up to 96 FXS/FXO ports (Thats 4 DS1's for the math impaired) - Serial Console - TDMoE - IAX2 - EETP (A protocol that we have desig...
2013 Feb 11
3
Installing FreeBSD 9.1 amd64 on IBM x3550 M3
...to boot from disk. There were some posts, about two years ago, in this list implying that the problem lies in UEFI but I couldn't find any clear solution. Any suggestions would be greatly appreciated. Thanks, Panagiotis -- Panagiotis J. Christias Network Management Center P.Christias at noc.ntua.gr National Technical Univ. of Athens, GREECE
2003 Aug 17
1
manpage/groff failure, build world failure (noc 'ascii' device)
Dear Sirs. After Upgrading and installing FreeBSD 5.1-R-p2 from FreeBSD 4.8 (completely fresh installation!) I can not do any manpages and can not do a make world anymore. Man pages would work when setting up an exported environment variable export GROFF_FONT_PATH=/usr/share/groff_font export GROFF_TMAC_PATH=/usr/share/tmac and appropriate in csh. I searched the mailing list and found a lot
2007 Sep 04
2
multiphasic growth curve analysis
...nsulted, Bates and Watts 2007 was bought and consulted, ETC. but to no avail. I have not written to any other group with respect to this problem. The following data are offered as an example of the type of problem I am dealing with and are average daily goat milk production in ml. for 14 weeks. NoC is the goat number. PL1 is the production during the first week; PL2 is the production during the second week, etc. NoC PL1 PL2 PL3 PL4 PL5 PL6 PL7 PL8 PL9 PL10 PL11 PL12 PL13 PL14 52 490 950 800 900 850 850 750 610 640 900 980 890 890 910 48 970 1020 980 740 1050...
2010 Oct 27
2
Could not find CLSID for Windows Script
...in the .wine/drive_c/windows/system directory. And I have run msiexec /i python-2.4.msi within the .wine/drive_c directory. The Python setup windows pops up but when selecting the "Destination directory" I get the following error message, fixme:advapi:LookupAccountNameW (null) L "noc" (nil) 0x32f150 (nil) 0x32f154 0x32f148 - stub fixme:advapi:LookupAccountNameW (null) L "noc" 0x160098 0x32f150 0x178650 0x32f154 0x32f148 - stub fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 2 ignored L"Upgrade" table values err:msi:call_script Could n...
2012 Dec 05
1
request
...o access wifi i need password. After inserting the protocols as shown in Input (below), i have go the output as shown in below. input library (rneos) NC<-CreateNeosComm(curlopts=list(httpheader=c('content-type'="text/xml", 'User-Agent'="R"), protocols=proxy.noc.titech.ac.jp:3128, port=3332),curlhandle=getCurlHandle()) #to check the neos server is active"NeosServer is alive" is returned Nping(convert=T, nc=NC) output > library (rneos) > NC<-CreateNeosComm(curlopts=list(httpheader=c('content-type'="text/xml", 'User-...
2009 Jan 07
12
glusterfs alternative ? :P
I know that this is not the appropriate place :). You know someone can alternative to gluserfs ?:) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090107/63b68a0d/attachment.html>
2020 Jul 20
0
Migrate mail aliases to AD ypServ30
...neDevil via samba wrote: > How could I migrate these fields to CN=aliases,CN=mail,CN=ypServ30,CN=RpcServices,CN=System,DC=local? > > dn: cn=abuse,ou=Aliases,DC=mydomail,DC=local > cn: abuse > objectClass: nisMailAlias > objectClass: top > rfc822MailMember: root > > dn: cn=noc,ou=Aliases,DC=mydomail,DC=local > cn: noc > objectClass: nisMailAlias > objectClass: top > rfc822MailMember: root > > dn: cn=security,ou=Aliases,DC=mydomail,DC=local > cn: security > objectClass: nisMailAlias > objectClass: top > rfc822MailMember: root First you will...