Displaying 20 results from an estimated 300 matches similar to: "Recommendation for a Linux based SCADA"
2017 Sep 14
1
Print All Warnings that Occurr in All Parallel Nodes
Dear R Users,
I have developed the following code for importing a series of zipped CSV by parallel computing.
My problems are that:
A) Some ZIP Files (Which contain CSVs inside) are corrupted, and cannot be opened.
B) After executing parRapply I can only see the last.warning variable error, for knowing which CSV have failed in each node, but I cannot see all warnings, only 1 at a time.
So:
*
2007 Jun 21
3
modification time inconsistency
Hello,
I have a client with a windows utility that relies on "touch"ing (changing
the mod time) on zero-length files in a folder for the purpose of judging
when that folder was last accessed. This works fine for him on mapped
windows servers, and from the local disk, but from a Samba (v3.0.22) volume,
the mod time doesn't change unless there was an actual data change within
the
2010 Nov 01
1
wine - mons.exe
http://wine.1045685.n5.nabble.com/file/n3244941/mons.rar mons.rar
I need help with this application.. It's a small monitor (for Win32) wich
connects to the SCADA server. In Windows it's uses Exceed (X Windows for
Win32), but I want to run it in Ubuntu 10.10...
Wine run this mons.exe, but it's didn't connect.. ('could not establish
connection'), firewall down.
What
2006 Oct 20
3
using asterisk to do remote control functions
Hi
Im very green to asterisk, and I have been asked if asterisk can be
used to do remote control, like opening gates etc, say when the user
dials a predefined number ...
And what hardware is required ...
Many Thanks
--
Gregory Machin
gregory.machin@gmail.com
www.linuxpro.co.za
2018 Jul 20
3
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
Hi Thomas,
Thanks for your kind response!
Please review my backport for hs25, thanks a lot!
diff -r 3544d85cfe11 src/share/vm/opto/lcm.cpp
--- a/src/share/vm/opto/lcm.cpp Thu Jul 19 10:00:36 2018 +0100
+++ b/src/share/vm/opto/lcm.cpp Fri Jul 20 10:06:37 2018 +0800
@@ -49,7 +49,7 @@
// Check whether val is not-null-decoded compressed oop,
// i.e. will grab into the base of the heap
2018 Jul 23
2
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
Hi Thomas,
Looks good.
Your changes in loopPredicate.cpp does not match original changes - they
miss iff->is_RangeCheck() check [1]. But in JDK8 we did not have
specialized RangeCheckNode class in C2. Suggested fix should be fine fro
jdk 8u.
Reviewed.
Please, when sending RFA ( approval request) use original 8174050 bug id.
Thanks,
Vladimir
[1]
2018 Jul 19
2
error: ordered comparison between pointer and zero ('address' (aka 'unsigned char *') and 'int')
Hi HotSpot and LLVM developers,
I am building OpenJDK8[1] with LLVM toolchain[2] for mips64el, it failed
to build:
/home/loongson/jdk8-mips/hotspot/src/share/vm/opto/lcm.cpp:52:35: error:
ordered comparison between pointer and zero ('address' (aka 'unsigned
char *') and 'int')
if (Universe::narrow_oop_base() > 0) { // Implies UseCompressedOops.
2002 Dec 08
1
SAMBA slower than MARSNWE...
I actually find Samba a very kewl server app so the subject isn't coming from
someone that has a preference for Netware over samba. My issue is actually
two-fold, one being the record locking problems in Samba and the other being
the slowness of dos apps in samba.
I'm not going to post any log messages here as I don't feel that for this post
they're really very relevant.
2008 Jun 09
6
FW: Memory Leak Problem in My Application running on Solaris 10.
Hi,
This is regarding Dtrace usability for memory leak detection.
We have real-time application written C++ which runs on Solaris 10
having a problem that''s the my application grows in size from 130 Mb
to 450Mb in around 15 days.
So there is two possibilities with the application growth of memory
due to Size growth of Dictionary Objects (Like Maps) and Memory Leak.
2007 Apr 19
0
Samba on Solaris filing
G'day all,
I've been getting some strange things happening with my samba setup. At
the moment we've got a SAMBA/LDAP setup to provide single sign/roaming
profiles for our Windows machines. We've got 1 PDC & 3 BDC's all running
Solaris 10 on Sun-Fire-V440's.
The problem is that the system seems to run fine for about a day or two
(users login/logout, etc), but then for
2010 Oct 30
8
Under heavy attack
My main asterisk server is under unusual heavy attack, and so far Fail2Ban
has blocked about 30 IPs, from various different countries. At this time it
is blocking about 1 IP address every few minutes.
Just wondering if anybody else is also experiencing unusually increased hack
attempts today?
Zeeshan A Zakaria
--
www.ilovetovoip.com
www.pbxforall.com (beta)
-------------- next part
2010 Oct 23
3
Cepstral voice quality not good
Hello list,
I have been using Cepstral's 8KHz voices for my text-to-speech service for
some time now, and have been noticing that the voice quality is really poor,
doesn't matter what phrase I give it to convert. None of the other 8KHz
voices I have ever used were this bad. It doesn't seem good enough system to
be used in a commercial system. Is there any better quality text-to-voice
2010 Nov 01
4
FW: Under heavy attack
Only 100? We had a single server over 300.
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Zeeshan Zakaria
Sent: Saturday, October 30, 2010 9:49 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Under heavy attack
My count has reached 100 for the day. The server serves doesn't serve
2011 Jan 21
4
Does Asterisk support NI-1 (DMS 100) and NI-2 for T1s?
Hi list,
For a client I am setting up a system which will use T1 PRI from Primus, who
offer only NI-1 and NI-2 protocols for D-Channels. Previousely I have only
used switchtypes euroISDN and National. Although the documentation says
Asterisk does support NI-1 ans NI-2, but wanted to get your opinion if you
have used these protocols on an Asterisk box and if there were any things to
consider. If
2014 Feb 01
2
[LLVMdev] make DataLayout a mandatory part of Module
On 30 January 2014 09:55, Philip Reames <listmail at philipreames.com> wrote:
> On 1/29/14 3:40 PM, Nick Lewycky wrote:
>
>> The LLVM Module has an optional target triple and target datalayout.
>> Without them, an llvm::DataLayout can't be constructed with meaningful
>> data. The benefit to making them optional is to permit optimization that
>> would work
2015 Apr 27
1
Contact closure UPS?
Hello again! I'm yet again the guy from the blazer_usb problem and the
ATCL one too. This time I have a third UPS (the last one In my collection)
that i'm trying to make work instead of the ATCL one since there's no
driver for it on windows.
This UPS is another no-brand box (actually it is a "kozumi", but that's
just a rebrand), and apparently it's much more basic
2010 Oct 26
2
No media being sent in SIP call
Hi all,
I seem to be having a strange problem with a sip trunk.
On a fairly frequent basis, I'll make a call, ore receive a call, and there
will be NO sound. The strange part is that both endpoints are public IP
addresses so NAT isn't in play and a sniffer trace reveals that the packets
simply aren't being sent.
It only seems to happen on a particular trunk. The same phone
2010 Oct 29
1
BLF in Asterisk 1.4.*
Hello everybody,
does anybody know if BLF is correctly working in Asterisk 1.4.*? I'm
particularly interested in Asterisk 1.4.25.
Thanks in advance!
Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101029/f6bd1f95/attachment.htm
2010 Nov 05
2
Determine channels in use from CLI
Is the a CLI command that shows all channels in use at one time? (Whether IAX, SIP, SCCP, etc)?
As well, when I "SIP SHOW CHANNELS" I see phones registering showing as channels in use. Is there a way to filter this output?
Thanks!
MD
2005 Jul 21
0
Problems with big files, RHEL 4 Clone Samba 3.01014
Hi List,
RHEL 4 Clone, Samba 3.01014
Can it be, which gives it problems with big files ( > 700MB)?
>From time to time if copied large files to the server,
the network connection to the server will be very slow.
ping ServerXX more than 2sec, the server is no longer available.
The interesting is, the system has only 0.2 CPU load
Starting again Samba alone is not sufficient.
Only a server