Re: Issue

2018-05-22 Thread sujith.j Sjk
yes On Tue, May 22, 2018 at 3:04 PM, Abdur-Rahmaan Janhangeer < arj.pyt...@gmail.com> wrote: > greetings, > > did you send a log file attached? > > Abdur-Rahmaan Janhangeer > https://github.com/Abdur-rahmaanJ > > On Tue, 22 May 2018, 10:28 sujith.j Sjk, <sujit

Issue

2018-05-22 Thread sujith.j Sjk
> Hi, > > Am facing the below issue when starting pyton. > > > -- https://mail.python.org/mailman/listinfo/python-list

[Discuss] Some problem Unit test

2017-01-23 Thread sjk
Hi, all Surefire plugin default execute `default-test` when mvn test. There two execution in Flink’s surefire plugin configure, default-test and integration-tests. I have three problem about unit test: 1. As default-test and integration-tests are mutual exclusion, when I local execute “mvn

[DISCUSS] schedule for execution from different list of ExecutionJobVertex

2016-12-30 Thread sjk
Hi, all On [FLINK-1425][1] add executeMode supporting by Ufuk Celebi . I want to know why two loop using different list object: task.value() and getVerticesTopologically(). task and getVerticesTopologically() all filled in attachJobGraph function: public void attachJobGraph(List

Re: [DISCUSS] Hold copies in HeapStateBackend

2016-11-23 Thread sjk
object of the same type that was initially > copied. > > I think the savings of reusing the object in each invocation of the > ReduceFunction and not creating a new object should amortize the one-time > object copy. > > Fabian > > 2016-11-23 3:04 GMT+01:00 sjk <sh

[DISCUSS] deprecated function need more detail

2016-11-22 Thread sjk
Hi, all Let’s have look at Checkpointed interface below. It declared deprecated but have no detail for why, when and how replace this function. It’s a big trouble for the users. @Deprecated @PublicEvolving public interface Checkpointed extends CheckpointedRestoring { I think we should have

Re: [DISCUSS] Hold copies in HeapStateBackend

2016-11-22 Thread sjk
Hi, Fabian So much code changes. Can you show us the key changes code for the object copy? Object reference maybe hold more deep reference, it can be a bomb. Can we renew a object with its data or direct use kryo for object serialization? I’m not prefer object copy. > On Nov 22, 2016, at

Re: [Discuss] State Backend use external HBase storage

2016-11-17 Thread sjk
Hi, Chen Qin I fount this issue. Does it kicked off? What’s the current progress? https://issues.apache.org/jira/browse/FLINK-4266 > On Nov 16, 2016, at 19:35, Till Rohrmann wrote: > > Hi Jinkui, > > the file system

Unsubscribe

2016-07-19 Thread sjk
- To unsubscribe e-mail: user-unsubscr...@spark.apache.org

Re: [outages] HE having an (IPv6) problem?

2016-06-06 Thread sjk via Outages
We've been having IPv4 peering issues since 14:30 CST. RTT to their peering routers has been all over the map - from 16ms up to 500ms. On 06/06/2016 02:19 PM, Jason Lixfeld via Outages wrote: > > My NLNOG ring node alerted me to issues that all seem to funnel > through HE. From my vantage point,

Re: Bulk loading Serialized RDD into Hbase throws KryoException - IndexOutOfBoundsException

2016-05-30 Thread sjk
org.apache.hadoop.hbase.client.{Mutation, Put} org.apache.hadoop.hbase.io.ImmutableBytesWritable if u used mutation, register the above class too > On May 30, 2016, at 08:11, Nirav Patel wrote: > > Sure let me can try that. But from looks of it it seems kryo >

Re: mess spark cluster mode error

2016-03-14 Thread sjk
when i change to default coarse-grained, it’s ok. > On Mar 14, 2016, at 21:55, sjk <shijinkui...@163.com> wrote: > > hi,all, when i run task on mesos, task error below. for help, thanks a lot. > > > cluster mode, command: > > $SPARK_HOME/spark-submit --class

mess spark cluster mode error

2016-03-14 Thread sjk
hi,all, when i run task on mesos, task error below. for help, thanks a lot. cluster mode, command: $SPARK_HOME/spark-submit --class com.xxx.ETL --master mesos://192.168.191.116:7077 --deploy-mode cluster --supervise --driver-memory 2G --executor-memory 10G — total-executor-cores 4

mess spark cluster mode error

2016-03-14 Thread sjk
hi,all, when i run task on mesos, task error below. for help, thanks a lot. cluster mode, command: $SPARK_HOME/spark-submit --class com.xxx.ETL --master mesos://192.168.191.116:7077 --deploy-mode cluster --supervise --driver-memory 2G --executor-memory 10G — total-executor-cores 4

[jira] [Commented] (SPARK-6932) A Prototype of Parameter Server

2015-04-15 Thread sjk (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14497271#comment-14497271 ] sjk commented on SPARK-6932: Spark-4590, just like it's name Early investigation of parameter

[jira] [Created] (SPARK-6494) rdd polymorphic method zipPartitions refactor

2015-03-24 Thread sjk (JIRA)
sjk created SPARK-6494: -- Summary: rdd polymorphic method zipPartitions refactor Key: SPARK-6494 URL: https://issues.apache.org/jira/browse/SPARK-6494 Project: Spark Issue Type: Improvement

[jira] [Commented] (SPARK-5062) Pregel use aggregateMessage instead of mapReduceTriplets function

2015-01-29 Thread sjk (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14296601#comment-14296601 ] sjk commented on SPARK-5062: is any one care? Pregel use aggregateMessage instead

[jira] [Updated] (SPARK-5036) Better support sending partial messages in Pregel API

2015-01-02 Thread sjk (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sjk updated SPARK-5036: --- Description: Better support sending partial messages in Pregel API 1. the reqirement In many iterative graph

[jira] [Updated] (SPARK-5062) Pregel use aggregateMessage instead of mapReduceTriplets function

2015-01-02 Thread sjk (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sjk updated SPARK-5062: --- Attachment: graphx_aggreate_msg.jpg Pregel use aggregateMessage instead of mapReduceTriplets function

[jira] [Created] (SPARK-5062) Pregel use aggregateMessage instead of mapReduceTriplets function

2015-01-02 Thread sjk (JIRA)
sjk created SPARK-5062: -- Summary: Pregel use aggregateMessage instead of mapReduceTriplets function Key: SPARK-5062 URL: https://issues.apache.org/jira/browse/SPARK-5062 Project: Spark Issue Type

[jira] [Created] (SPARK-5036) Better support sending partial messages in Pregel API

2014-12-31 Thread sjk (JIRA)
sjk created SPARK-5036: -- Summary: Better support sending partial messages in Pregel API Key: SPARK-5036 URL: https://issues.apache.org/jira/browse/SPARK-5036 Project: Spark Issue Type: Improvement

[jira] [Updated] (SPARK-5036) Better support sending partial messages in Pregel API

2014-12-31 Thread sjk (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sjk updated SPARK-5036: --- Description: Better support sending partial messages in Pregel API 1. the reqirement In many iterative graph

[jira] [Updated] (SPARK-5036) Better support sending partial messages in Pregel API

2014-12-31 Thread sjk (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sjk updated SPARK-5036: --- Attachment: s1.jpeg Better support sending partial messages in Pregel API

[jira] [Updated] (SPARK-5036) Better support sending partial messages in Pregel API

2014-12-31 Thread sjk (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sjk updated SPARK-5036: --- Attachment: s2.jpeg Better support sending partial messages in Pregel API

a question of Graph build api

2014-12-04 Thread jinkui . sjk
hi, all where build a graph from edge tuples with api Graph.fromEdgeTuples, the edges object type is RDD[Edge], inside of EdgeRDD.fromEdge, EdgePartitionBuilder.add func’s param is better to be Edge object. no need to create a new Edge object again. def fromEdgeTuples[VD: ClassTag](

[jira] [Commented] (SPARK-3894) Scala style: line length increase to 160

2014-10-13 Thread sjk (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14170414#comment-14170414 ] sjk commented on SPARK-3894: too much function's parameters are more than four, the length

[jira] [Updated] (SPARK-3894) Scala style: line length increase to 120 for standard

2014-10-13 Thread sjk (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sjk updated SPARK-3894: --- Summary: Scala style: line length increase to 120 for standard (was: Scala style: line length increase to 160

[jira] [Reopened] (SPARK-3894) Scala style: line length increase to 120 for standard

2014-10-13 Thread sjk (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sjk reopened SPARK-3894: use 120 instead scala function parameter effect the code readability Scala style: line length increase to 120

[jira] [Closed] (SPARK-3897) Scala style: format example code

2014-10-13 Thread sjk (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sjk closed SPARK-3897. -- Scala style: format example code Key: SPARK-3897 URL

[jira] [Updated] (SPARK-3895) Scala style: Indentation of method

2014-10-13 Thread sjk (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sjk updated SPARK-3895: --- Description: {code:title=core/src/main/scala/org/apache/spark/Aggregator.scala|borderStyle=solid} // for example

[jira] [Commented] (SPARK-3895) Scala style: Indentation of method

2014-10-13 Thread sjk (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14170541#comment-14170541 ] sjk commented on SPARK-3895: i have close the pr that code format changes are much

[jira] [Reopened] (SPARK-3895) Scala style: Indentation of method

2014-10-13 Thread sjk (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sjk reopened SPARK-3895: Scala style: Indentation of method -- Key: SPARK-3895

[jira] [Created] (SPARK-3897) Scala style: format example code

2014-10-10 Thread sjk (JIRA)
sjk created SPARK-3897: -- Summary: Scala style: format example code Key: SPARK-3897 URL: https://issues.apache.org/jira/browse/SPARK-3897 Project: Spark Issue Type: Sub-task Reporter: sjk

[jira] [Updated] (SPARK-3897) Scala style: format example code

2014-10-10 Thread sjk (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sjk updated SPARK-3897: --- https://github.com/apache/spark/pull/2754 Scala style: format example code

[jira] [Updated] (SPARK-3897) Scala style: format example code

2014-10-10 Thread sjk (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sjk updated SPARK-3897: --- Description: https://github.com/apache/spark/pull/2754 Scala style: format example code

[jira] [Created] (SPARK-3893) declare mutableMap/mutableSet explicitly

2014-10-09 Thread sjk (JIRA)
sjk created SPARK-3893: -- Summary: declare mutableMap/mutableSet explicitly Key: SPARK-3893 URL: https://issues.apache.org/jira/browse/SPARK-3893 Project: Spark Issue Type: Sub-task

[jira] [Created] (SPARK-3894) Scala style: line length increase to 160

2014-10-09 Thread sjk (JIRA)
sjk created SPARK-3894: -- Summary: Scala style: line length increase to 160 Key: SPARK-3894 URL: https://issues.apache.org/jira/browse/SPARK-3894 Project: Spark Issue Type: Sub-task Reporter

[jira] [Commented] (SPARK-3854) Scala style: require spaces before `{`

2014-10-09 Thread sjk (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14166362#comment-14166362 ] sjk commented on SPARK-3854: i think all the code after symbol should have one space length

[jira] [Created] (SPARK-3895) Scala style: Indentation of method

2014-10-09 Thread sjk (JIRA)
sjk created SPARK-3895: -- Summary: Scala style: Indentation of method Key: SPARK-3895 URL: https://issues.apache.org/jira/browse/SPARK-3895 Project: Spark Issue Type: Sub-task Reporter: sjk

[jira] [Created] (SPARK-3781) code style format

2014-10-03 Thread sjk (JIRA)
sjk created SPARK-3781: -- Summary: code style format Key: SPARK-3781 URL: https://issues.apache.org/jira/browse/SPARK-3781 Project: Spark Issue Type: Improvement Reporter: sjk

Re: [growl-discuss] Clearing Notifications

2012-12-25 Thread sjk
On Tuesday, December 18, 2012 8:53:36 PM UTC-8, Chas4 wrote: Does it still happen with Growl 2.0.1? For me, yes. I don't remember when this issue started. More details: The number in There were # notifications while you were away text at the bottom of the Notification Rollup accurately

Re: [growl-discuss] Clearing Notifications

2012-12-25 Thread sjk
I've also found these related topics: Growl rollup clicking https://groups.google.com/d/topic/growldiscuss/X_wis2tF9Yo/discussion Rollup notifications have no action https://groups.google.com/d/topic/growldiscuss/jldTld67AmM/discussion -- You received this message because you are subscribed

[id-android] Re: [Id -android]wta : samsung fascinate

2012-11-10 Thread sjk
pilih bahasa {bebas} sentuh tombol 'emergency call' ketik **#83786633* sentuh tobol 'home' baru diijek ulang. mdh2an membantu Pada Sabtu, 10 November 2012 7:10:06 UTC+7, akhmed menulis: Pagi Mau mnta bantuan dri rekan2 sekalian.kebetulan sya pegang fascinate punya temen yg habis di

Re: DS3 mux recommendation

2010-09-09 Thread sjk
We use Adtran MX2820s which have been pretty reliable. They are designed for medium density, so I am not sure if they'll be applicable to your situation. We pull and trap a fair amount of snmp from them with no problems. Jay Nakamura wrote: I haven't researched stand alone DS3 mux in a long time

Re: U.S. Plans Cyber Shield for Utilities, Companies

2010-07-11 Thread sjk
$100M is for the first phase, which I would think would be the initial deployment of intrusions sensors with out of band data feeds, and the building of a baseline traffic model. The real question is why do any critical control networks ever touch anything remotely connected to a public network?

Re: Strange practices?

2010-06-07 Thread sjk
Hve seen it a few times -- usually with enterprise customers who are unable to manage their own routers and one ISP which has problems configuring BGP on their client facing equipment. Dale Cornman wrote: Has anyone ever heard of a multi-homed enterprise not running bgp with either of 2

Cyclops Down?

2009-12-15 Thread sjk
Is anyone else seeing cyclops down -- or is it just me? mtr -c10 -r 131.179.96.253 4. osh-2828-peer.onshore.net 0.0%101.3 1.3 1.2 1.6 0.1 5. ip65-47-181-105.z181-47-65.c 0.0%101.4 2.0 1.3 3.7 0.8 6. ge11-1-4d0.mcr2.chicago-il.u 0.0%102.1 1.7

Re: NetFlow analyzer software

2009-10-19 Thread sjk
We currently use nfsen - http://nfsen.sourceforge.net/ -- It works pretty well, not as fancy as others I've worked with, but provides the basic analytical needs. Michael J McCafferty wrote: All, I am looking for decent netflow analyzer and reporting software with good support for AS data.

Re: Invalid prefix announcement from AS9035 for 129.77.0.0/16

2009-10-09 Thread sjk
We are seeing the same ting with 66.146.192.0/19 66.251.224.0/19. According to cyclopes this is still continuing. . . Dylan Ebner wrote: We also received a notification that our IP block 67.135.55.0/24 (AS19629) is being annouced by AS9035. Hopefully someone is receiving my emails. Thanks

Residential BW Planning

2009-08-11 Thread sjk
I am trying to perform some capacity planning for some of our residential pops, but the old calcs I used to use seem useless -- as they were adapted from the dialup days and relied upon a percentage of users online (~50%) and a percentage of concurrent transmission (~19%). My present scenario

Re: DOS in progress ?

2009-08-06 Thread sjk
We are presently seeing some weird FB behavior -- timeouts and retry issues. We've had several reports from our users and just began investigating. Any info you have would be appreciated. --sjk Jorge Amodio wrote: Are folks seeing any major DOS in progress ? Twitter seems to be under one

Re: cisco.com

2009-08-04 Thread sjk
We have seen the route for cisco withdrawn from 208 and 2828. Facebook seems fine Dominic J. Eidson wrote: Both work from Austin, TX. - d. On Tue, 4 Aug 2009, Alex Nderitu wrote: Facebook seems to also be affected. -Original Message- From: R. Benjamin Kessler

Re: cisco.com

2009-08-04 Thread sjk
Seeing them off of Sprint now. . . weird sjk wrote: We have seen the route for cisco withdrawn from 208 and 2828. Facebook seems fine

Re: Anomalies with AS13214 ?

2009-07-28 Thread sjk
Russell Heilling wrote: 2009/5/11 Ricardo Oliveira rvel...@cs.ucla.edu: Hi all, First, thanks for using Cyclops, and thanks for all the Cyclops users that drop me a message about this. It seems some router in AS13214 decided to originate all the prefixes and send them to AS48285 in the

Bug#530673: xsmbrowser: Does not appear to utilize the supplied password

2009-05-26 Thread sjk
Package: xsmbrowser Version: 3.4.0-16 Severity: grave Justification: renders package unusable xsmbroswer passes the following command: smbclient \\Server\share -U username -I server.ip -N -W workgroup -c dir returns the following error: tree connect failed: NT_STATUS_BAD_NETWORK_NAME The -N

Bug#530673: xsmbrowser: Does not appear to utilize the supplied password

2009-05-26 Thread sjk
Package: xsmbrowser Version: 3.4.0-16 Severity: grave Justification: renders package unusable xsmbroswer passes the following command: smbclient \\Server\share -U username -I server.ip -N -W workgroup -c dir returns the following error: tree connect failed: NT_STATUS_BAD_NETWORK_NAME The -N

DSX cross-connect solution

2009-05-04 Thread sjk
I am trying to find hardware for a rebuild of our DS1 cross-connect frame and can't seem to find much out there. We've got ~300 DS1s that need to be x-connected between our M13s and I'm seeking an easy to manage solution. I've looked at the Telect panels but I'm concerned that my staff can't deal

[Alsa-user] Questions/Problems with hda_intel

2008-07-29 Thread sjk
, and no input channels. any ideas appreciated... Thanks -- sjk --- 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) --- cat /proc/asound/cards 0 [Intel ]: HDA-Intel - HDA Intel HDA Intel

#44344 [Fbk-Opn]: duplicate symbol error during make

2008-03-10 Thread sam dot sjk at gmail dot com
ID: 44344 User updated by: sam dot sjk at gmail dot com Reported By: sam dot sjk at gmail dot com -Status: Feedback +Status: Open Bug Type: Compile Failure Operating System: OSX 10.5.2 PHP Version: 5.2.5 New Comment: i tried

#44344 [NEW]: duplicate symbol error during make

2008-03-05 Thread sam dot sjk at gmail dot com
From: sam dot sjk at gmail dot com Operating system: OSX 10.5.1 PHP version: 5.2.5 PHP Bug Type: Compile Failure Bug description: duplicate symbol error during make Description: I've tried to compile 5.2.5 and latest 5.2 snap. I get an error during make: ld

#44344 [Opn]: duplicate symbol error during make

2008-03-05 Thread sam dot sjk at gmail dot com
ID: 44344 User updated by: sam dot sjk at gmail dot com Reported By: sam dot sjk at gmail dot com Status: Open Bug Type: Compile Failure -Operating System: OSX 10.5.1 +Operating System: OSX 10.5.2 PHP Version: 5.2.5 New Comment: sorry had

Re: SSL/TLS and port 587

2008-01-23 Thread sjk
Ed Gerck wrote: List, I would like to address and request comments on the use of SSL/TLS and port 587 for email security. The often expressed idea that SSL/TLS and port 587 are somehow able to prevent warrantless wiretapping and so on, or protect any private communications, is IMO simply

Re: more reports of terrorist steganography

2007-08-20 Thread sjk
Dave Korn wrote: That's gotta stand out like a statistical sore thumb. The article is pretty poor if you ask me. It outlines three techniques for stealth: steganography, using a shared email account as a dead-letter box, and blocking or redirecting known IP addresses from a mail

Exchange Points

2006-02-17 Thread sjk
We're a small facilities based ISP in Chicago and I am looking for a public exchange point for peering. I have been told, by someone at SBC, that the public NAP here is no longer accepting connections and is essentially going to shut down over time. Has anyone else heard this? Are there

Re: Address Space ASN Allocation Process

2005-09-26 Thread sjk
will be required to get an AS number. Once you have your address block, you can fill out the request from ARIN. --sjk

Re: FCC Issues Rule Allowing FBI to Dictate Wiretap-Friendly Design for In ternet Services

2005-08-06 Thread sjk
; however, as I recall -- and I may be wrong -- when CALEA was first passed the carriers were given tax breaks and subsidies to implement changes. Is such financial help being offered today? --sjk

Moving Files to new hardware

2005-06-29 Thread SJK
Hi Guys: This is my first question after subscribing .. that makes me the newest fool on the block ..:) I have a FreeBSD 5.0 box online currently. I have just bought a new hardware to replace the existing one online. The new box I am building is sitting in my basement on a broadband

Re: Service providers that NAT their whole network?

2005-04-15 Thread sjk
-- not all of our network. As I recall our current nat pools are comprised of a /21 --sjk

[JBoss-user] [Beginners Corner] - Monitoring Entity Bean Locks

2005-03-04 Thread sjk
Does any one know of a way to monitor entity bean locks in JBoss 3.2.1 other than the entity lock monitor? I need more detail than what the entity lock monitor provides. Ideally, I would like to know every time a bean is locked and unlocked within a transaction. Thanks in advance for your

[JBoss-user] [Beginners Corner] - Identifying entity beans involved in an ApplicationDeadlockE

2004-12-08 Thread sjk
We are using JBoss 3.2.1. Our application has lengthy transactions that access many entity beans through CMRs. Whenever an entity bean is accessed through a CMR, that bean is locked by JBoss. As a result, we've experienced ApplicationDeadlockException for a number of scenarios in our

Re: password managers

2004-06-14 Thread sjk
We use PMS (http://passwordms.sourceforge.net), but I keep meaning to re-write parts of the code to make it multi-user freindly. On Mon, 14 Jun 2004, andrew lattis wrote: currently i've got an ever growing password list in a plain text file stored on an encrypted loopback fs, this is getting

Re: password managers

2004-06-14 Thread sjk
We use PMS (http://passwordms.sourceforge.net), but I keep meaning to re-write parts of the code to make it multi-user freindly. On Mon, 14 Jun 2004, andrew lattis wrote: currently i've got an ever growing password list in a plain text file stored on an encrypted loopback fs, this is getting

gdbserver and gdb cross debug?

2002-11-18 Thread sjk
William A. Gatliff wrote: Jikun: On Mon, Nov 11, 2002 at 03:39:07PM +0800, sjk wrote: I am porting Linux on EP405 board. So I use gdbserver and gdb to debug applications,but only the first breakpoint could be stopped.Then if i press 'step', the program will execute to end

gdbserver and gdb cross debug?

2002-11-11 Thread sjk
Hi, I am porting Linux on EP405 board. So I use gdbserver and gdb to debug applications,but only the first breakpoint could be stopped.Then if i press 'step', the program will execute to end straightforwardly . Any other breakpoints could not break the execution. Please give me some advice!

gdbserver and gdb cross debug?

2002-11-11 Thread sjk
Dr. Craig, I am using MontaVista Linux LSP. The ibm-walnut-ppc405gp LSP works correctly on walnut board. We can cross debug applications by ppc_405-gdb and gdbserver(version 5.1). But the following problem occurs on EP405 board. Is it possible that the problem is caused by library, memory or

Why the gdbserver can't debug step by step?

2002-11-04 Thread sjk
Hi, I have a very curious problem about EP405 board. I make a kernel image from ibm-walnut405gp LSP and boot up the Linux kernel on EP405 board. So I use gdbserver and ppc_405-gdb to debug applications,but only the first breakpoint could be stopped.Then the programm will execute to end if you

cross debug with gdb/gdbserver on 405GP

2002-09-20 Thread sjk
Hi, I am porting Linux on CSB272 405gp board.The Linux kernel works. But I can't debug applications with gdb and gdbserver. The problem is described as following: I want to cross debug applications by gdbserver and gdb.But only one breakpoint can break. Any excute comand including stepi make

Re: Is snort-stat and 5snort really broken in sid?

2001-09-11 Thread sjk
What version are you using?? make sure the following line is in your snort.conf -- I think the debian equiv is snort-lib: output alert_syslog: LOG_AUTH --sjk On 12 Sep, Andrew Pollock wrote: Hi, I've always had problems with 5snort killing snort daily when snort's running in dialup mode

Re: Is snort-stat and 5snort really broken in sid?

2001-09-11 Thread sjk
What version are you using?? make sure the following line is in your snort.conf -- I think the debian equiv is snort-lib: output alert_syslog: LOG_AUTH --sjk On 12 Sep, Andrew Pollock wrote: Hi, I've always had problems with 5snort killing snort daily when snort's running in dialup mode

Re: Running/Compiling latest snort on potato

2001-09-03 Thread sjk
Compiled and ran fine for me with libpcap 0.4a6. --sjk On 4 Sep, Shane Machon wrote: Greetings, Anyone had success compiling snort 1.81 on a stable potato box? Looking at the snort website, there is a question regarding libpcap 0.5 under Redhat that will cause problems, does anyone

Re: Running/Compiling latest snort on potato

2001-09-03 Thread sjk
Compiled and ran fine for me with libpcap 0.4a6. --sjk On 4 Sep, Shane Machon wrote: Greetings, Anyone had success compiling snort 1.81 on a stable potato box? Looking at the snort website, there is a question regarding libpcap 0.5 under Redhat that will cause problems, does anyone

Re: FW: ArcServe Client for Linux

2000-05-31 Thread sjk
The only issue I am aware of, it that shadow passwords must be turned off. Other than that it was pretty simple to install and write a init.d script for. If you have any other question, please feel free to contact me. - sjk On Tue, 30 May 2000, [iso-8859-1] Carlos Bambó wrote: Excuse me

potato install w/ aic7880

2000-05-20 Thread sjk
I am having a terrible time trying to get potato to install on a machine with an aic7880 scsi controller. The current rescue.bin hangs at loading sym53c416 - just after the aic78xxx mods. I have tried compiling a new kernel with the options listed in the install doc - and the install begins, but

Re: X windows Crashes

1999-02-23 Thread SJK
around with the video settings, but I'm unable to resolve it. I do not know what video card you are using. If you are using an accelerated card, try using the XF86_SVGA server instead of the accelerated server. I found such X crash with accel server sjk - To unsubscribe from this list