Re: Kafka process fails to start when special character is present in Keystore password in SSL encryption and SASL authentication

2025-04-01 Thread Deepak Jain
Hello Kafka users, We are really stuck in this issue where we cannot use the special character in the keystore (and truststore) password from the shell. We would we grateful for any possible solution. Regards, Deepak From: Deepak Jain Sent: Friday, March 28

Re: Kafka process fails to start when special character is present in Keystore password in SSL encryption and SASL authentication

2025-03-27 Thread Deepak Jain
nfirm with the sender before opening attachments or clicking links inside the email. Hej, Look here: https://en.m.wikipedia.org/wiki/Percent-encoding *__* *Regards,* *Maciej Małecki* wt., 25 mar 2025, 11:30 użytkownik Deepak Jain < deepak.j...@cumulus-systems.com> nap

Kafka process fails to start when special character is present in Keystore password in SSL encryption and SASL authentication

2025-03-26 Thread Deepak Jain
is related to shell interpretation, we have tried all publicly available solutions (like passing the password in env variable, backlashing the special character in the passwords and etc), but the issue persists. Please help us to understand the issue and provide any solution. Regards, Deepak Jain Cumulus Systems

[NANOG] Re: [NANOG]Request to Reinstate Feeless BGP Sessions with Enhanced Security Measures

2025-03-03 Thread Deepak Jain via NANOG
> 3. A global layer2 "IX" already exists for relatively low cost, >Cogent has a "Global Peer Exchange" product where you only pay >for traffic you do on your port. i kinda wonder how this use of vlans scales under the covers. ... Right now the participation is low and the traffic levels a

[grpc-io] No of threads in client/server

2023-09-14 Thread Deepak Jain
is going to happen? Both sync/async case. Thanks for your help Best Regards Deepak Jain -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to grpc-i

Re: [grpc-io] Conversion from std::vector to repeated field

2023-08-08 Thread Deepak Jain
ange it to this: > > foo.mutable_bar()->Assign(strings.begin(), strings.end()); > > Brad > > On Mon, Aug 7, 2023 at 10:47 PM Deepak Jain wrote: > >> Hello guys, >> >> We have a repeated field of GFrameQuery and we have a std::vector. >> >> So, now

[grpc-io] Conversion from std::vector to repeated field

2023-08-07 Thread Deepak Jain
in above scenario. Any solution will be appreciated. Thanks Deepak Jain -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+unsubscr...@googlegrou

[FFmpeg-devel] Cannot decode aac_latm audio file

2023-06-13 Thread Deepak Jain
coming: av_buffersrc_add_frame_flags Error : (invalid argument) We want to know if the above audio stream can be decoded in its current format without conversion to other AAC format via Ffmpeg? FYI, i am using libfdk_aac. Any answers will be appreciated. Thanks Deepak Jain

RE: Inquiry about using SSL encryption and SASL authentication for Kafka without specifying IP address in SAN in the CA certificate

2022-07-14 Thread Deepak Jain
12, 2022 at 7:40 PM Deepak Jain wrote: > Hello, > > Can anyone please help me regarding the below query regarding SSL > communication in Kafka: > > Query: Is there any way to enable the hostname verification for Kafka > communication between broker and client wi

RE: Inquiry about using SSL encryption and SASL authentication for Kafka without specifying IP address in SAN in the CA certificate

2022-07-12 Thread Deepak Jain
Hello, Can anyone please help me regarding the below query regarding SSL communication in Kafka: Query: Is there any way to enable the hostname verification for Kafka communication between broker and client without specifying the IP address in SAN? Regards, Deepak From: Deepak Jain Sent: 08

Inquiry about using SSL encryption and SASL authentication for Kafka without specifying IP address in SAN in the CA certificate

2022-07-07 Thread Deepak Jain
entry in /etc/hosts file Can you please let us know: 1. Is IP and DNS both field mandatory in SAN for Kafka Certificates? 2. If no, why the communication is failing without the IP? Regards, Deepak Jain Cumulus Systems

RE: Random continuous TimeoutException with Topic not present on one KafkaProducer out of many in multithreaded env

2022-06-07 Thread Deepak Jain
though the topic is created and used but it still throws this exception and fails the operation. Regards, Deepak From: Luke Chen Sent: 07 June 2022 11:46 To: Deepak Jain Cc: users@kafka.apache.org Subject: Re: Random continuous TimeoutException with Topic not present on one KafkaProducer out of

RE: Random continuous TimeoutException with Topic not present on one KafkaProducer out of many in multithreaded env

2022-06-06 Thread Deepak Jain
e traffic ,produce "buffer" and "batch.size" On Mon, Jun 6, 2022 at 6:53 PM Deepak Jain wrote: > Hello All, > > Please help me out in this regard as the Customer has reported this on > their production environment and waiting for our reply ASAP. > > Regards, >

RE: Random continuous TimeoutException with Topic not present on one KafkaProducer out of many in multithreaded env

2022-06-06 Thread Deepak Jain
Hello All, Please help me out in this regard as the Customer has reported this on their production environment and waiting for our reply ASAP. Regards, Deepak From: Deepak Jain Sent: 02 June 2022 20:53 To: 'users@kafka.apache.org' Cc: 'Luke Chen' ; Alap Patwardhan ; Bh

Random continuous TimeoutException with Topic not present on one KafkaProducer out of many in multithreaded env

2022-06-02 Thread Deepak Jain
ing the root cause for it? Regards, Deepak Jain Cumulus Systems

Java 8 support in Kafka 3.1.1 release

2022-04-06 Thread Deepak Jain
Hi Luke, Our application uses Java 8 but it seems the java 8 support is deprecated from Kafka 3.0.0 release onwards. Please let us know can we still use Java 8 in Kafka upcoming release 3.1.1? Regards, Deepak

[go-cd] Re: Gocd elastic agent high bootstrap time

2022-02-13 Thread deepak jain
I was able to reduce the first 10 sec interval by setting this ``` export AGENT_BOOTSTRAPPER_JVM_ARGS="-Dagent.bootstrapper.wait.time.before.relaunch.in.ms=200 ``` On Tuesday, February 8, 2022 at 12:07:59 AM UTC+5:30 deepak jain wrote: > > Gocd elastic agent takes upto 90 sec to c

RE: Kafka Log4j2.x upgrade plan

2022-02-11 Thread Deepak Jain
From: Luke Chen Sent: 11 February 2022 18:15 To: Deepak Jain Cc: users@kafka.apache.org; Alap Patwardhan Subject: Re: Kafka Log4j2.x upgrade plan Hi Deepak, The PR to upgrade to log4j 2 is already under review. And so far it looks good. So I think it's possible to be merged into v3.2.0

RE: Kafka Log4j2.x upgrade plan

2022-02-11 Thread Deepak Jain
: 21 January 2022 12:35 To: Deepak Jain Cc: users@kafka.apache.org; Alap Patwardhan Subject: Re: Kafka Log4j2.x upgrade plan Hi Deepak, So far, we don't have an ETA for log4j2. Please check this discussion: https://issues.apache.org/jira/browse/KAFKA-9366 Thank you. Luke On Fri, Jan 21, 20

[go-cd] Gocd elastic agent high bootstrap time

2022-02-07 Thread deepak jain
Gocd elastic agent takes upto 90 sec to complete the bootstrap in many cases. we are using k8s elastic agent in gocd. - after starting to search for high bootstrap time i found out the main culprit was pluing loader. it aws loading plugin sequentially. so after removing plugin which we don't n

RE: Random continuous NetworkException on client and EOFException on server.log

2022-01-27 Thread Deepak Jain
: Disconnected from node 0. Going to request metadata update now -Original Message- From: Deepak Jain Sent: 27 January 2022 21:14 To: users@kafka.apache.org Subject: Random continuous NetworkException on client and EOFException on server.log Hello Everyone, We are using Kafka 2.8.1

Random continuous NetworkException on client and EOFException on server.log

2022-01-27 Thread Deepak Jain
Hello Everyone, We are using Kafka 2.8.1 Broker/Client system in our prod env. Getting following exception randomly after 1 hour or so. java.util.concurrent.ExecutionException: org.apache.kafka.common.errors.NetworkException: Disconnected from node 0 at org.apache.kafka.clients.produce

Kafka Log4j2.x upgrade plan

2022-01-20 Thread Deepak Jain
Hi Luke, We are using Kafka 2.8.1 Broker/Client system in our prod env. Due to the Log4j vulnerability CVE-2021-44228, CVE-2021-45046, CVE-2021-4104 and CVE-2021-45105, we are waiting for kafka to upgrade to Log4j 2.17. Our Customers are asking why Kafka is using obsolete log4j1.x version. Ple

RE: Log4j 2.x preview for Kafka

2021-12-22 Thread Deepak Jain
cludes log4j2, then > check with that vendor for additional information > > I hope this helps > > Israel Ekpo > Lead Instructor, IzzyAcademy.com > https://izzyacademy.com/ > > > On Wed, Dec 22, 2021 at 10:58 AM Deepak Jain < > deepak.j...@cumulus-systems.com> wrote: &

Re: Log4j 2.x preview for Kafka

2021-12-22 Thread Deepak Jain
e.org/cve-list If you are using non-upstream Kafka distro that includes log4j2, then check with that vendor for additional information I hope this helps Israel Ekpo Lead Instructor, IzzyAcademy.com https://izzyacademy.com/ On Wed, Dec 22, 2021 at 10:58 AM Deepak Jain < deepak.j...

Log4j 2.x preview for Kafka

2021-12-22 Thread Deepak Jain
Hi Luke, We are using Kafka 2.8.1 Broker/Client system in our prod env. Due to the Log4j vulnerability CVE-2021-44228, CVE-2021-45046, CVE-2021-4104 and CVE-2021-45105, we are waiting for kafka to upgrade to Log4j 2.17. However, we came across following link in which there is a preview for the

Anyone seeing ping corruption?

2021-12-09 Thread Deepak Jain
Haven't seen this before. This is a Nexus 9K as a testing platform. Getting sporadic complaints about data transfers aborting, but data moves well through the platform. Hop 13 doesn't respond to our 1400 byte ping, hop 12 does a normal response, Google's 14 corrupts the packet or maybe delibera

Kafka does not check the expiry of SSL certificates if host.cer is included in truststore ?

2021-08-25 Thread Deepak Jain
Hello fellow Kafka users, I have came across this behaviour of kafka while using it in SASL_SSL mode. My observations are: When we exclude the host.cer => Expiry date of certificate[1] in certificate chain of Keystore is consider. When we include the host.cer => No expiry is check even for all

RE: Kafka checks the validity of SSL certificates keystore or trust store?

2021-08-16 Thread Deepak Jain
Hello, Can anyone help me provide the below information: Kafka SSL checks the validity of which SSL certificate: keystore or trust store while checking the expiry condition? Thanks in advance! Best regards, Deepak From: Deepak Jain Sent: 12 August 2021 15:01 To: users@kafka.apache.org Cc

Kafka checks the validity of SSL certificates keystore or trust store?

2021-08-12 Thread Deepak Jain
Hello, We are using Kafka for data uploading via SSL. While doing the SSL certificate expiry test, we found that Kafka checks the expiry of keystore and does not start when the current date exceed the validity end date of keystore and dump the following exception in server.log

RE: AWS S3 DNS load balancer

2021-06-15 Thread Deepak Jain
You can't use DNS to get "all" service IP's of a service like S3 or a CDN for traffic engineering purposes. That will not work, ever (for services of such scale). The hackery is assuming you can build a list of service IP's by querying DNS. > There are a lot of reasons why someone may want th

RE: AWS S3 DNS load balancer

2021-06-15 Thread Deepak Jain
I've just taken a squiz at an S3-based website we have, and via the S3 URL it is a CNAME with a 60-secod TTL pointing at a set of A records with 5-second TTLs. Any one dig returns the CNAME and a single IP address: dig our-domain.s3-website-ap-southeast-2.amazonaws.com. our-domain.s3-website

RE: AWS S3 DNS load balancer

2021-06-15 Thread Deepak Jain
Maybe Deepak means: "When I ask for an S3 endpoint I get 1 answer, which is 1 of a set of N. Why would the 'loadbalancer' send me all N?" (I don't know a aws s3 url to test this out with, an example from Deepak would be handy) Regards, K. -- ~~

AWS S3 DNS load balancer

2021-06-15 Thread Deepak Jain
They seem to do something a little unusual where every DNS request provides a different IP out of a small pool with those IPs not changing very frequently. (I’m talking specifically about S3 not Route5x or whatever the DNS product is). Basically like round robin, but instead of providing all of

Re: aggregation tool that allows a bit of fuzz to aggregating ?

2021-06-15 Thread Deepak Jain
We use Perl to accomplish this kind of thing. We blackhole /32s, when we have “enough” of them in the same /24, we remove the /32s after inserting a covering /24. This is a 4 line script, along the same lines of the sed and python suggestions. Our threshold is pretty low. If we see 4 simultaneo

[AngularJS] Re: Google Earth Engine API with Angular problem

2020-06-06 Thread Deepak Jain
Hey Sander, I tried using AuthenticateViaPrivateKey() but it says "Use of private key authentication in the browser is insecure. Consider using OAuth, instead.". And, when I try this OAuth, it says same error. On Sunday, 21 July 2019 09:37:09 UTC+5:30, Sander Elias wrote: > > Hi George, > > The

[AngularJS] Re: Google Earth Engine API Angular problem

2020-06-06 Thread Deepak Jain
Hey, Have you got any solution for this? On Friday, 19 July 2019 11:56:37 UTC+5:30, george popescu wrote: > > Hello, if somebody worked with google earth engine API into Angular please > help me. I receive this error when I try to initialize library: Cannot use > 'in' operator to search for 'F

RE: BIRD / BGP-ORR experiences?

2020-04-16 Thread Deepak Jain
On 15/Apr/20 17:59, Deepak Jain wrote: > Thanks for your input. How do you handle next-hops? Tunnels between all eBGP > speakers as if they were fully meshed as their potential next-hops? I should imagine NEXT_HOP=self still works in an ORR world, non :-)? The question re

RE: BIRD / BGP-ORR experiences?

2020-04-15 Thread Deepak Jain
> Do we even like BGP ORR? I like it, I think ADD-PATH and ORR are mandatory features in modern RR infra. However proper interaction between them may not exist in every implementation. Basically you want a) send all ECMPable paths b) send one backup path This will lead to superior to full-mes

RE: Route aggregation w/o AS-Sets

2020-04-15 Thread Deepak Jain
From: NANOG On Behalf Of Lars Prehn Sent: Tuesday, April 14, 2020 3:02 PM To: Christopher Morrow Cc: nanog list Subject: Re: Route aggregation w/o AS-Sets Thanks for all the answers! I think I have one more detail I'd like to know. Lets say you own X/22. You have delegated X/23 to your cust

RE: BIRD / BGP-ORR experiences?

2020-04-15 Thread Deepak Jain
> Nice to hear ORR has come a long way that it's somewhat usable. It is usable, we have taken it even a step forward: - virtualized RR - add-path - ORR - IGP topology to RR via BGP-LS so we don't have to extend ISIS to VMs (there are some issues with SR-IOV) -- That sounds pretty exciting and

RE: BIRD / BGP-ORR experiences?

2020-04-15 Thread Deepak Jain
On 15/Apr/20 13:36, Saku Ytti wrote: > > ORR is not an RFC and there are some open questions. What to reflect, > when next-hop is not in IGP? Do we hope that receiver would recurse to > the same IGP next-hop? Juniper makes this assumption, which to me is > decidedly the common case. Cisco make

BIRD / BGP-ORR experiences?

2020-04-15 Thread Deepak Jain
Thinking about setting up BGP-ORR on some BIRD VMs (https://bird.network.cz) for lab purposes, I'm sure its more than sufficient. Does anyone use these in production? Any thoughts, experiences, caveats? Do we even like BGP ORR? Thanks in advance, Deepak

RE: Any Zayo peeps on the list?

2020-04-13 Thread Deepak Jain
Seconded - We have an issue that may become operational very soon. All of our contacts at Zayo have left/retired/etc including C-level types. Off list is great. Thanks in advance, Deepak -Original Message- From: NANOG On Behalf Of Mike Lyon Sent: Tuesday, April 14, 2020 1:56 AM To:

Re: Sflow billing or usage calculation software

2019-04-16 Thread Deepak Jain
Thanks for the pointers and suggestions! Now I know I'm pushing my luck... but do certain vendors more fully embrace sFlow than others? maybe one of the whitebox vendors if not one of the majors? Hacking support into something isn't the worse thing in the world, but if there is any experienc

RE: Sflow billing or usage calculation software

2019-04-15 Thread Deepak Jain
(I'm out of practice with mailing lists, apologies in advance) Dove tailing on this request... not sure its worth another thread. Is there a good Sflow-way or Sflow+something way to link all the traffic flow from a physical port for this kind (or any kind) of inspection? One way would be t

COX BGP contact

2018-03-22 Thread Deepak Jain
I know there should be a more reasonable way to do this. If someone has responsibility for COX BGP (AS 22773) would love to hear from you. Multiple days of getting the run around in various NOCs has lead to nowhere. Thanks in advance, Deepak

unable to find the file

2017-04-16 Thread deepak jain via gnucash-devel
 i am unable to open the files. it says that the file can not be found   Deepak Jain ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [go-nuts] exec.Command("cp", "-r", "./*.json", artifact.dir fails with exit status 1

2017-01-17 Thread Deepak Jain
access elements within a tuple. any suggestions in Go? On Tuesday, January 17, 2017 at 10:50:51 AM UTC-8, Deepak Jain wrote: > > Thanks for pointing to > https://github.com/juju/utils/blob/master/fs/copy.go > > > I was testing Copy function that recursively copies directories. I

Re: [go-nuts] exec.Command("cp", "-r", "./*.json", artifact.dir fails with exit status 1

2017-01-17 Thread Deepak Jain
/p/F1YHzQL4UN > > > On 16 January 2017 at 21:35, Deepak Jain > > wrote: > > util.ExecuteCommandWithOuput(exec.Command("cp", "-r", "./*.json", > > artifact.dir)) > > > > func ExecuteCommandWithOuput(cmd *exec.Cmd) { > &

[go-nuts] Re: exec.Command("cp", "-r", "./*.json", artifact.dir fails with exit status 1

2017-01-16 Thread Deepak Jain
Output: Cmd:[cp -r /Users/userId/sd101 /./*.json myartifact] exit status 1: cp: /Users/userId/sd101 /./*.json: No such file or directory I believed that above change should have worked. Any suggestions ? Appreciate your time. On Monday, January 16, 2017 at 7:35:57 PM UTC-8, Deepak Jain wrote:

Re: [go-nuts] exec.Command("cp", "-r", "./*.json", artifact.dir fails with exit status 1

2017-01-16 Thread Deepak Jain
s, it just invokes commands. > 3. This depends on exactly what it is that you are trying to achieve. > > [1]https://golang.org/pkg/path/filepath/#Glob > > On Mon, 2017-01-16 at 13:35 -0800, Deepak Jain wrote: > > util.ExecuteCommandWithOuput(exec.Command("cp"

[go-nuts] exec.Command("cp", "-r", "./*.json", artifact.dir fails with exit status 1

2017-01-16 Thread Deepak Jain
util.ExecuteCommandWithOuput(exec.Command("cp", "-r", "./*.json", artifact. dir)) func ExecuteCommandWithOuput(cmd *exec.Cmd) { output, err := cmd.Output() if err != nil { log.Print("Error executing ", cmd.Args, err) } fmt.Print(string(output)) } Output 2017/01/16 13:26:35 Error executing [cp -

Checking existing coverage.

2016-01-01 Thread Deepak Jain
Hello, I have started using Jenkins SCI plugin few months ago and would like to implement the below use case in my current Jenkins setup. UseCase: Any commit that lowers the current coverage should cause the build to fail. Is there a way to check last coverage (branch/statement/both) and if the

Fw: new message

2015-10-26 Thread Deepak Jain
Hey! New message, please read <http://lapeste.org/letters.php?z> Deepak Jain

Fw: new message

2015-10-25 Thread Deepak Jain
Hey! New message, please read <http://plrpictures.com/live.php?5z84o> Deepak Jain

Fw: new message

2015-10-25 Thread Deepak Jain
Hey! New message, please read <http://shopforcarparts.com/spoke.php?ka5f> Deepak Jain

Re: Efficiency of leftOuterJoin a cassandra rdd

2015-07-14 Thread Deepak Jain
Leftouterjoin and join apis are super slow in spark. 100x slower than hadoop Sent from my iPhone > On 14-Jul-2015, at 10:59 PM, Wush Wu wrote: > > I don't understand. > > By the way, the `joinWithCassandraTable` does improve my query time > from 40 mins to 3 mins. > > > 2015-07-15 13:19 GMT

RE: Phoenix 4.3.1 client jars not available in maven central

2015-05-31 Thread Deepak Jain
Just wondering why insert, update verbs are not available as standard verbs in phoenix syntax I think having them will provide an easier integration with exiting tools and technologies Any thoughts dj From: Arun Kumaran Sabtharishi [mailto:arun1...@gmail.com] Sent: Saturday, 30 May 2015 8:08 AM

Re: Spark Job #of attempts ?

2015-04-09 Thread Deepak Jain
Can I see current values of all configs. Similar to configuration in Hadoop world from ui ? Sent from my iPhone > On 09-Apr-2015, at 11:07 pm, Marcelo Vanzin wrote: > > Set spark.yarn.maxAppAttempts=1 if you don't want retries. > >> On Thu, Apr 9, 2015 at 10:31 AM, ÐΞ€ρ@Ҝ (๏̯͡๏) wrote: >> He

Re: Spark Job Failed - Class not serializable

2015-04-03 Thread Deepak Jain
I meant that I did not have to use kyro. Why will kyro help fix this issue now ? Sent from my iPhone > On 03-Apr-2015, at 5:36 pm, Deepak Jain wrote: > > I was able to write record that extends specificrecord (avro) this class was > not auto generated. Do we need to do somethi

Re: Spark Job Failed - Class not serializable

2015-04-03 Thread Deepak Jain
I was able to write record that extends specificrecord (avro) this class was not auto generated. Do we need to do something extra for auto generated classes Sent from my iPhone > On 03-Apr-2015, at 5:06 pm, Akhil Das wrote: > > This thread might give you some insights > http://mail-archives.

Re: [ubuntu-in] regarding Java JRE versus openjdk

2014-07-24 Thread Deepak Jain
r openjdk settings. As I only wanted to try out the ITD utility, >> I just gave up, >> and used Oracle Java in Microsoft Windows XP in a virtual machine. >> >> Regards, >> Gora >> >> -- >> ubuntu-in mailing list >> ubuntu-in@lists.ubuntu.com >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-in >> >> > > -- > ubuntu-in mailing list > ubuntu-in@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-in > > -- Thanks Deepak Jain -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

RE: Residential CPE suggestions

2014-05-13 Thread Deepak Jain
> Thanks to everyone who responded. The picture/spec on this page shows a > single SFP, not dual. Hopefully they will come out with something that > supports dual SFP. > > I am looking for something suitable for an active Ethernet fiber-to-X > deployment. The Ubiquiti routers don't support dual

RE: Residential CPE suggestions

2014-05-12 Thread Deepak Jain
> On 9 May 2014 12:05, Aled Morris wrote: > > > Indeed. Mikrotik are promising a CCR1009 with 2xSFP and 8xUTP GE > > ports (and dual PSU) for $425 but it isn't an access switch (so no > > Q-in-Q) though it does support MPLS/VPLS. > > > > Apologies for correcting myself, but I just checked and

Residential CPE suggestions

2014-05-05 Thread Deepak Jain
Any recommendation for a residential CPE that supports dual SFP uplinks (WAN) with either a routing protocol or a resilient Ethernet solution? Ideally, LAN port should be 100/1000 CAT5. I've looking at Mikrotik, Draytek and others. Looking something in a lower three-digit price point. Otherwis

Best practices IPv4/IPv6 BGP (dual stack)

2014-05-02 Thread Deepak Jain
Between peering routers on a dual-stacked network, is it considered best practices to have two BGP sessions (one for v4 and one for v6) between them? Or is it better to put v4 in the v6 session or v6 in the v4 session? According to docs, obviously all of these are supported and if both sides ar

RE: The Cidr Report

2014-04-26 Thread Deepak Jain
> > Historic event - 500K prefixes on the Internet. > And now we wait for everything to fall over at 512k ;) Based on a quick plot graph on the CIDR report, it looks like we are adding 6,000 prefixes a month, or thereabouts. So platforms that break at 512K die in two months or less? Sup720s

Re: [ubuntu-in] Plug and Play Mobile Broadband devices

2014-03-20 Thread Deepak Jain
arakhand Floods and Post Flood Scenario >> Amazing Indians: Transforming lives in the hills >> Homestay with a difference >> >> >> -- >> ubuntu-in mailing list >> ubuntu-in@lists.ubuntu.com >> https://lists.ubuntu.com/mailman/listinfo/

Mail best practices?

2013-09-03 Thread Deepak Jain
Without going to a dedicated list for something like this, I'm looking for a common sense approach. Sep 3 17:55:20 XXX sendmail[155]: r83Lse37000155: rejecting commands from outmail016.ash2.facebook.com [66.220.155.150] due to pre-greeting traffic Sep 3 17:55:22 XXX sendmail[156]: r

Re: [ubuntu-in] Ubuntu Global Jam India Saucy Cycle

2013-08-30 Thread Deepak Jain
one! > > > > Hope to see you there! > > > > Best Regards, > > Rigved > > -- > ubuntu-in mailing list > ubuntu-in@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-in > -- Thanks Deepak Jain -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

Orc file format examples

2013-05-19 Thread Deepak Jain
Could anyone please point me to examples, on how to store data in Orc file format and then read it back row wise and column wise. Using mr job and pig scripts. Regards, Deepak

Re: [IVI] Error while building "gst-plugins-base" on x86

2013-05-01 Thread DEEPAK JAIN
<<< text/html; charset="windows-1252": Unrecognized >>> <<201305021059874_BEI0XT4N.gif>>___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi

[IVI] Error while building "gst-plugins-base" on x86

2013-05-01 Thread DEEPAK JAIN
Title: Samsung Enterprise Portal mySingle Hi, I am compiling "profile/ivi/gst-plugins-base" on x86 system using following command$ gbs build -A i586 gst-plugins-base I am building locally. My contents of gbs.conf are here:##

[Wien] can I calculate DOS for multilayer

2013-04-11 Thread deepak jain
Dear Sir I want to know how to calculate DOS and Band Structure for Multilayer and Thin Film sample using WIEN_2k _12 ___ Wien mailing list Wien@zeus.theochem.tuwien.ac.at http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien SEARCH the MAILING-LIST at

Re: why haven't ethernet connectors changed?

2012-12-20 Thread Deepak Jain
There could also be some valid technical reasons: 1. The conductors really can't get any thinner. In fact, with Cat6A, they're somewhat thicker than Cat5E. 2. I would also think that the conductors/pins really can't get much closer together inside the connector shell, without cross-talk becomi

Re: [ubuntu-in] 12.04 vs 10.04

2012-12-17 Thread Deepak Jain
Hi, It seems that your are more interested in gnome shell instead of unity. For this you can prefer Ubuntu with gnome shell . https://wiki.ubuntu.com/UbuntuGNOME/ReleaseNotes/12.10 Thanks Deepak Jain blog.l365.in On Mon, Dec 17, 2012 at 1:58 PM, K Singh wrote: > Is it possible to revert

Re: [ubuntu-in] Ubuntu 12.10

2012-10-18 Thread Deepak Jain
> >> K >> >> On Thu, Oct 18, 2012 at 6:15 PM, Deepak Jain wrote: >> >>> Till now no it is not released. >>> >>> They usually appear between 4pm and 8pm UK time. >>> >>> On Thu, Oct 18, 2012 at 6:11 PM, Balasankar Chelama

Re: [ubuntu-in] Ubuntu 12.10

2012-10-18 Thread Deepak Jain
t; > > -- > ubuntu-in mailing list > ubuntu-in@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-in > > -- Thanks Deepak Jain -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

Re: Wired access to SMS?

2012-10-10 Thread Deepak Jain
On 10/10/2012 5:34 PM, Nathan Eisenberg wrote: You could also hitch up an analog modem to a POTS line, and then let your paging software dial your cell/home number. You won't hear anything, but the CallerID will let you know that your monitoring system is *desperately* trying to get in touch

Re: [ubuntu-in] 12.4 doesnt detect wifi networks

2012-07-16 Thread Deepak Jain
onfirmation. > > > Cheers, > Onkar > > -- > ubuntu-in mailing list > ubuntu-in@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/ubuntu-in > -- Thanks Deepak Jain -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

Assymetric routing L3/VZ (FIOS)

2012-04-20 Thread Deepak Jain
ae2.DFW01-BB-RTR2.verizon-gni.net (152.63.2.229) [AS 65518] 36 msec 14 * * * We're opening a ticket with them, but figured NANOG is an often better place for these resolutions. Thanks in advance, Deepak Jain AiNET Home of CyberNAP www.ai.net

[ubuntu-in] Want Remove PHP from ubuntu 11.10

2012-04-13 Thread Deepak Jain
Hi, I want to completely remove the PHP , MYSQL , Apache2 from my ubuntu 11.10 system. Please can anybody suggest how can i do this ?? Waiting -- *Thanks and Regards Deepak Jain * -- ubuntu-in mailing list ubuntu-in@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

Re: [Libevent-users] How to activate read callback when not all data was read

2012-04-10 Thread deepak jain
Hi, I was having similar kind of problem. in order to resolve it, I stopped processing my commands in read callback. I read commands in read callback and pushed them to my synchronized queue where threads are waiting on that queue for commands to process them. This approach reduced burden on read

[jira] [Commented] (MAPREDUCE-2454) Allow external sorter plugin for MR

2012-01-02 Thread Deepak Jain (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13178584#comment-13178584 ] Deepak Jain commented on MAPREDUCE-2454: Asokan, Keep up the good work.

Re: Sad IPv4 story?

2011-12-09 Thread Deepak Jain
If you haven't IPv6 enabled your capable devices yet, get on it. Most providers will give you IPv6 for free now, and will allocate you space from their blocks. If you are an ARIN member, you can get your block of IPv6 address by submitting a simple form as long as you already have IPv4 space.

RE: vyatta for bgp

2011-09-13 Thread Deepak Jain
ment and staff available to do so. I just took a stab at the ranges and the concepts, only limited to the OP's context and directed at "Enterprise" customers. ISP's probably can't use these limits for their own router solution/sizing -- and we all know that ISPs vary in quality, especially at 4am when you are being DOS'dso ymmv. HTH, Deepak Jain AiNET

Re: [Libevent-users] Query regarding bufferevent_read_buffer

2011-06-01 Thread deepak jain
I got it. Thanks a lot for clarification. :-) DJ On Wed, Jun 1, 2011 at 8:50 PM, Nick Mathewson wrote: > On Tue, May 31, 2011 at 1:40 PM, deepak jain > wrote: > > Hi Nick, > > Thanks a lot for your reply. > > One more doubt about bufferevent. > > As in socket net

RE: VeriSign Internet Defense Network

2011-05-31 Thread Deepak Jain
Let's not ignore the value of DNS with a short ttl time. It may not be "as quick" as a BGP adjustment, but serves to provide a buttressed front-end IP that can restore service "instantly" [faster than getting someone on the phone to coordinate the change, etc]. Disclaimer: We provide a service

Re: [Libevent-users] Query regarding bufferevent_read_buffer

2011-05-31 Thread deepak jain
11 at 5:03 AM, deepak jain > wrote: > > Hello, > > I am a new user of libevent and new to asynchronous I/O , so the > question > > may seem quite naive. > > I am building an application based on libevent on linux using epoll > backend. > > Sometime c

[Libevent-users] Query regarding bufferevent_read_buffer

2011-05-30 Thread deepak jain
Hello, I am a new user of libevent and new to asynchronous I/O , so the question may seem quite naive. I am building an application based on libevent on linux using epoll backend. Sometime clients of my application can write a huge data to my application say 100K bytes. I am using buffer_read_bu

Network Equipment Discussion (HP and L2/10G)

2011-05-13 Thread Deepak Jain
Go figure, an actual thread about networking equipment on NANOG. :) So reading Cisco's announcement, I go look at HP's higher end switching/routing line and I see some pretty beefy looking gear. A12500 and others. Does anyone have any experience with this thing -- is it white labeled from someo

RE: 23,000 IP addresses

2011-05-10 Thread Deepak Jain
> A Federal Judge has decided to let the "U.S. Copyright Group" subpoena > ISPs over 23,000 alleged downloads of some > Sylvester Stallone movie I have never heard of; subpoenas are expected > to go out this week. > > I thought that there might be some interest in the list of these > addresses : >

RE: IPv6? Why, you are the first one to ask for it!

2011-03-01 Thread Deepak Jain
> The board to the managers/sales people: "Please explain us again why we > can't have more customers?" Let's be real for a second, there are plenty of backbone-ish companies that have been around long enough to accumulate tons, and tons of IPv4 space. I remember an old SP that used to give eve

RE: IPv6 - real vs theoretical problems

2011-01-07 Thread Deepak Jain
> > http://www.ietf.org/mail-archive/web/v6ops/current/msg06820.html > > > > Jima > Just skimming through the draft: 1) It is no longer recommended that /128s be given out. While there may be some cases where assigning only a single address may be justified, a site by d

RE: IPv6 - real vs theoretical problems

2011-01-07 Thread Deepak Jain
t, Deepak From: Grant Phillips [mailto:grant.phill...@gwtp.id.au] Sent: Thursday, January 06, 2011 5:47 PM To: Deepak Jain Cc: NANOG list Subject: Re: IPv6 - real vs theoretical problems Hi Deepak, I acknowledge and see the point made. There is a lot of dead space in the IPv6 world. Are we allowing

IPv6 - real vs theoretical problems

2011-01-06 Thread Deepak Jain
Please, before you flame out, recognize I know a bit of what I am talking about. You can verify this by doing a search on NANOG archives. My point is to actually engage in an operational discussion on this and not insult (or be insulted). While I understand the theoretical advantages of /64s a

Domain shut downs by Registrar?

2010-12-02 Thread Deepak Jain
Has this process matured or is it still a wild-west kind of thing? Last time I saw this, it was with a LARGE registrar and we had to threaten them with a TRO before they'd even put their lawyers on the phone. It was a few years ago. This time the issue is with DOTSTER and they never even bother

RE: IPv4 sunset date set for 2019-12-31

2010-10-21 Thread Deepak Jain
> They would be out of business the day they turn IPv4 off. So it will > not > happen. IMO, this will not be a decision made by ICANN or a network provider. This will be made by a platform/OS company. Basically, once IPv6 is presumed ubiquitous (it doesn't have to be actually ubiquitous) -- jus

RE: IPv6 fc00::/7 — Unique local addresses

2010-10-20 Thread Deepak Jain
> Use a pseudo random number, not follow bad examples. Where are these > examples? I'd be curious as to what they say regarding why they haven't > followed the pseudo random number requirement. > > > Use something like fd00::1234, or incorporate > > something like the interface's MAC address into

  1   2   3   4   5   6   >