Re: how can I load html files and not .dt or diet files in vibe.d

2024-02-01 Thread Aravinda VK via Digitalmars-d-learn
On Thursday, 1 February 2024 at 03:20:31 UTC, dunkelheit wrote: !!! 5 html body h1 hello diet -iframe("hola.html") please help me :') Try ``` html body h1 hello diet iframe(src="hola.html") ```

Re: [go-nuts] Clarification on code snippet

2023-08-04 Thread alchemist vk
6:39 PM burak serdar wrote: > >> >> >> On Fri, Aug 4, 2023 at 10:33 AM alchemist vk >> wrote: >> >>> Hi folks, >>> In below code, I am invoking receiver api show() via a simple uInteger >>> type variable instead of pointer, by which it

[go-nuts] Clarification on code snippet

2023-08-04 Thread alchemist vk
Hi folks, In below code, I am invoking receiver api show() via a simple uInteger type variable instead of pointer, by which it expects to be invoked . Go being strict with type casing and I was expecting a compiler error. But to my surprise, it compiled and executed successfully. Can you folks

Re: [PacketFence-devel] Requesting support - AD integration error

2023-02-27 Thread ANISH VK via PacketFence-devel
Dear Support Team, Kindly instruct with a solution on this error which we are getting. Regards, Anish VK On Sat, Feb 11, 2023 at 6:17 PM ANISH VK wrote: > >> Dear Support Team, >> >> I have recently installed Packetfence on CentOS 8 machine successfully, >> >

[PacketFence-devel] Requesting support - AD integration error

2023-02-27 Thread ANISH VK via PacketFence-devel
.winbindd - Logs > > [image: NCD.JPG] > > Request you to kindly support/advise us to get this issue resolved. > > > Regards, > Anish VK > -- This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and

login_customer_id for multiple accounts

2022-11-04 Thread Vk Kv
Hello, I'm migrating my app from AdWords to GoogleAds. My test email contains multiple manager accounts, some of them are empty or disabled (screenshot "accounts"). When I'm trying to get account hierarchy or do anything with customer account, linked to the manager, I have to pass

all_coversions_value in shopping_performance_view

2022-09-12 Thread Vk Kv
Hello, trying to select *all_conversions_value* in *shopping_performance_view*, however, it throws an error, that field is not selectable. Tried both in GAQL and directly through API. GAQL traceback and screenshot from documentation on *shopping_performance_view. *Any help appreciated,

[ovirt-users] Re: Ovirt 4.4.7, can't renew certificate of ovirt engine (certificates expired)

2022-08-30 Thread vk
Hi Andrei, thx a lot for your answer. I tried several time the engine-setup command but it always ends with same above error. DO you have the email of Jose? A colleague renewed the cert manually on the engine whith these commands: # SUBJECT="$(openssl x509 -subject -noout -in

[ovirt-users] Ovirt 4.4.7, can't renew certificate of ovirt engine (certificates expired)

2022-08-29 Thread vk
Hi Team, I'm looking for your help since I didn't find any clear documentation. Is there somewhere in ovirt website a clear documentation about how to renew the engine certificates located in /etc/pki/ovirt-engine/certs/ We have an engine GUI not working, showing error message "PKIX path

[ovirt-users] Re: understanding if real engine offline deployment is possible

2022-04-30 Thread vk
vm for your local repos >>> 5. I see from the logs that it uses 10.243.140.1 as DNS, is that the >>> host you are running from? what is the resolv.conf on that host? >>> you need to understand the flow of installing the hosted engine as a >>> self hosted engi

[ovirt-users] understanding if real engine offline deployment is possible

2022-04-26 Thread vk
Hi Everyone, In my compagny, we try to deploy engine on 2 RHEL8 hosts we already installed. We don't have direct internet access, so the RHEL8 hosts have been setup using some internal EL repo (using redhat satellite) We have also duplicated internaly the necessary ovirt repositories, so all

[Fedora-legal-list] Re: Do I have to remove the Fedora logos when redistributing a modified version of a Fedora ISO?

2022-04-15 Thread T-vK T-vK
Thank you! :) Installing the `generic-logos` package as you described successfully removed the logos. Although the "OS Name" in Gnome's "About" window still says "Fedora 34 (Workstation Edition)", but the Logos are gone. I wasn't able to get the remix logos instead though, even after installing

[Fedora-legal-list] Re: Do I have to remove the Fedora logos when redistributing a modified version of a Fedora ISO?

2022-04-14 Thread T-vK T-vK
Okay, so I have installed fedora-remix-logos inside the ISO and when booting it I can confirm the package is installed, but unfortunately the fedora logo is still there. E.g. in the bottom right of the default desktop wallpaper. ___ legal mailing list

[Fedora-legal-list] Re: Do I have to remove the Fedora logos when redistributing a modified version of a Fedora ISO?

2022-04-13 Thread T-vK T-vK
I'm using `editliveos` to make some modifications to the original ISO. It's all open source, this is the function that modifies it: https://github.com/T-vK/MobilePassThrough/blob/da8c37ebdb4147dbbcde0e55a50085a882f966c5/scripts/main/generate-live-iso.sh#L57-L97 I have tried actually building

[Fedora-legal-list] Re: Do I have to remove the Fedora logos when redistributing a modified version of a Fedora ISO?

2022-04-12 Thread T-vK T-vK
as well, right? I.e. uninstall the "fedora-logos" package. Is there something else I would have to take care of? Best regards T-vK ___ legal mailing list -- legal@lists.fedoraproject.org To unsubscribe send an email to legal-le...@lists.fedorap

[Fedora-legal-list] Do I have to remove the Fedora logos when redistributing a modified version of a Fedora ISO?

2022-04-12 Thread T-vK T-vK
/Secondary_trademark_usage_guidelines It mentions the Fedora Remix Logo, but I don't understand what it is actually for and where exactly I have to use it. Any help would be appreciated. Best regards T-vK ___ legal mailing list -- legal@lists.fedoraproject.org

Re: [Gluster-devel] New logging interface

2022-03-25 Thread Aravinda VK
Looks very neat. +1 On Fri, Mar 25, 2022 at 12:03 AM Xavi Hernandez wrote: > Hi all, > > I've just posted a proposal for a new logging interface here: > https://github.com/gluster/glusterfs/pull/3342 > > There are many comments and the documentation is updated in the PR itself, > so I won't

[users@httpd] Stop executing ProxyPassMatch when error is set

2022-02-22 Thread alchemist vk
Hi All, I configured reverse proxy for /test/api as below: ProxyPassMatch ^/(test/api) unix:/run/testservice/http.socket| http://localhost . But my question is, if for some reason, /test/api gets authenticated and auth module sets the value as 401, then how do I stop it from forwarding the

Re: [users@httpd] Aliasing file whose requests are proxied

2022-02-03 Thread alchemist vk
Thanks Eric for your input. It really worked.. With Regards, Venkatesh On Thu, Feb 3, 2022 at 9:51 PM Eric Covener wrote: > On Thu, Feb 3, 2022 at 11:15 AM alchemist vk > wrote: > > > > Hi All, > > I have set of url which needs to proxied and its working fine. Belo

[users@httpd] Aliasing file whose requests are proxied

2022-02-03 Thread alchemist vk
Hi All, I have set of url which needs to proxied and its working fine. Below is the configuration of the same. ProxyPassMatch ^/(abcd) unix:/run/testserver/http.socket|http://localhost . Here any request which starts with abcd are getting proxied to testserver service and content getting served

[Gluster-devel] [announcement] Kadalu Storage - Opinionated GlusterFS distribution

2022-01-19 Thread Aravinda VK
Hi All, Kadalu.io was started in 2019 by a few GlusterFS maintainers with the focus on improving the GlusterFS ecosystem for on-premise, Kubernetes and Cloud deployments. Initially, we experimented by integrating the GlusterFS core filesystem layer with Kubernetes APIs without using the

[Gluster-users] [announcement] Kadalu Storage - Opinionated GlusterFS distribution

2022-01-19 Thread Aravinda VK
Hi All, Kadalu.io was started in 2019 by a few GlusterFS maintainers with the focus on improving the GlusterFS ecosystem for on-premise, Kubernetes and Cloud deployments. Initially, we experimented by integrating the GlusterFS core filesystem layer with Kubernetes APIs without using the

Re: [Gluster-users] Gluster USER SERVICEABLE SNAPSHOTS: Cannot see `.snaps` directory

2021-12-22 Thread Aravinda VK
I strongly feel that is the expected behavior to not show Snaps directory on directory listing.(Similar to `.zfs` virtual directory for ZFS snapshots) > On 22-Dec-2021, at 9:53 PM, Strahil Nikolov wrote: > > I think it's worth opening an issue. > > as features.uss is enabled, 'ls -la

Re: [Gluster-users] Gluster USER SERVICEABLE SNAPSHOTS: Cannot see `.snaps` directory

2021-12-21 Thread Aravinda VK
directory > > It makes me crazy, I don't have any clues to solve this problem. > > -- > Lee.T > > At 2021-12-22 12:30:27, "Aravinda VK" wrote: > > I think `.snaps` is not shown when you do `ls` it

Re: [Gluster-users] Gluster USER SERVICEABLE SNAPSHOTS: Cannot see `.snaps` directory

2021-12-21 Thread Aravinda VK
you can see the snapshot status is > started in the previous command output. > > > > -- > Lee.T > > > At 2021-12-21 20:13:47, "Aravinda VK" wrote: > > Is the Snapshot activated? > > glu

Re: [Gluster-users] Gluster USER SERVICEABLE SNAPSHOTS: Cannot see `.snaps` directory

2021-12-21 Thread Aravinda VK
Is the Snapshot activated? gluster snapshot activate Aravinda Vishwanathapura https://kadalu.io > On 21-Dec-2021, at 4:06 PM, samfisher1 wrote: > > Sorry for disturbing you... Uh, I met a very strange GlusterFS problem: I can > access snapshots by using FUSE mount and it works fine.

Re: [users@httpd] Regarding CVE-2021-40438

2021-10-19 Thread alchemist vk
Nick Folino wrote: > Nobody here is going to tell you how to exploit vulnerabilities. > If you can't figure it out by reading the code then upgrade to the fixed > version. > > Nick > > On Tue, Oct 19, 2021 at 2:49 AM alchemist vk > wrote: > >> Hi All, >

[users@httpd] Regarding CVE-2021-40438

2021-10-19 Thread alchemist vk
Hi All, I understand that, CVE-2021-40438 is fixed in httpd release 2.4.50 onwards. But I would like to know more about, how this issue can be exploitable in prior versions and can I know the commit id/patch details for this issue. Tried looking into commit details in github apache repo, but

Re: [users@httpd] Httpd is hanging intermittently

2021-09-25 Thread alchemist vk
n Fri, Sep 24, 2021 at 9:14 AM alchemist vk > wrote: > >> Thanks Dewitt for very thorough and insightful explanation. We are using >> Yocto packaged linux version with openssl version being OpenSSL 1.1.1k-fips >> 25 Mar 2021. >> >> With Regards, >> Venka

Re: [users@httpd] Httpd is hanging intermittently

2021-09-24 Thread alchemist vk
is directed towards improving overall reliability > and adaptability while minimizing the barriers to using haveged for other > tasks. > > What OS are you using? Redhat CentOS etc . . . > > > On Thu, Sep 23, 2021 at 2:06 PM alchemist vk > wrote: > >> Thanks Dewitt f

Re: [users@httpd] Httpd is hanging intermittently

2021-09-23 Thread alchemist vk
t; or load *virtio_rng *kernel module. > As I said before I am not sure how you will fix this without generating > more entropy, it seems the system is unable to create enough and > there is no way around this. > > > On Thu, Sep 23, 2021 at 1:15 AM alchemist vk > wrote: > &g

Re: [users@httpd] Httpd is hanging intermittently

2021-09-22 Thread alchemist vk
> That may solve your problem. > > On Wed, Sep 22, 2021 at 2:11 PM alchemist vk > wrote: > >> Hi All, >> We are using httpd version 2.4.46 and its working fine for a long time. >> But recently, we started seeing an issue where apache hangs indefinitely >> even whe

Re: [users@httpd] RE: [EXTERNAL] [users@httpd] Httpd is hanging intermittently

2021-09-22 Thread alchemist vk
> > john.p.ore...@medtronic.com > > > > *From:* alchemist vk > *Sent:* Wednesday, September 22, 2021 2:09 PM > *To:* users@httpd.apache.org > *Subject:* [EXTERNAL] [users@httpd] Httpd is hanging intermittently > > > > Hi All, > > We are using httpd version 2.4

[users@httpd] Httpd is hanging intermittently

2021-09-22 Thread alchemist vk
Hi All, We are using httpd version 2.4.46 and its working fine for a long time. But recently, we started seeing an issue where apache hangs indefinitely even when the system is in idle state. And when apache hangs, I see below entries in error_log: [Tue Sep 21 22:05:53.243013 2021] [ssl:warn]

Re: [Gluster-users] Geo-replication and changelogs cleaning

2021-09-01 Thread Aravinda VK
Hi, I think the “archive_gluster_changelogs” repo not updated after the backend changelogs are restructured(This Patch: https://github.com/gluster/glusterfs/commit/ec3df84dcfd7ccda0a18fa75e3b425c090209adf#diff-64c754d7b6ec77154042671072debc69456f43b3abc34354d5b818937635600f

Re: [users@httpd] Avoiding host header exploit in apache

2021-08-28 Thread alchemist vk
ago 2021 a las 10:42, alchemist vk > () escribió: > > > > Hi All, > > I am running Apache 2.4.46 and below is the problem statement. > > system IP: 10.10.10.10 > > Client IP: 10.10.10.20 > > > > When I make a request like curl -vk 'https://10.1

[users@httpd] Avoiding host header exploit in apache

2021-08-27 Thread alchemist vk
Hi All, I am running Apache 2.4.46 and below is the problem statement. system IP: 10.10.10.10 Client IP: 10.10.10.20 When I make a request like *curl -vk 'https://10.10.10.10 <https://10.10.10.10>' -H "Host: badsite.com <http://badsite.com>"*, its redirecting to

Re: [users@httpd] Re: Overwriting redirect status code

2021-08-19 Thread alchemist vk
^.*$ - [R=404,L]*), but it does not reflect properly as I mentioned in my first post. On Fri, Aug 13, 2021 at 8:03 PM Paul A wrote: > On 2021-08-13 9:59 a.m., alchemist vk wrote: > > Hi Eric, thanks for response. > > I dont think its getting generated from any other external redirect

Re: [users@httpd] Re: Overwriting redirect status code

2021-08-13 Thread alchemist vk
: > On Fri, Aug 13, 2021 at 12:54 AM alchemist vk > wrote: > > > > Any suggestions on above query? > > I think the redirect comes from another part of the configuration. > Neither R=404 nor ErrorDOcument /... gen

[users@httpd] Re: Overwriting redirect status code

2021-08-12 Thread alchemist vk
Any suggestions on above query? On Wed, Aug 11, 2021 at 2:21 PM alchemist vk wrote: > Hi All, > As per https://httpd.apache.org/docs/2.4/rewrite/flags.html, [R] flag > can be used to redirect to new location, along with overwriting default 302 > status code. > I fo

[users@httpd] Overwriting redirect status code

2021-08-11 Thread alchemist vk
Hi All, As per https://httpd.apache.org/docs/2.4/rewrite/flags.html, [R] flag can be used to redirect to new location, along with overwriting default 302 status code. I followed the same and with below configuration, RewriteCond %{REQUEST_URI} ^/abcd ErrorDocument 404 /test_error_404.json

[onap-tsc] Archival plan for DCAE platform component repositories

2021-06-02 Thread Vijay VK
Hi, With on-going DCAE transformation effort to migrate component deployment to helm, we would like to begin the process for archiving certain platform components used currently under Cloudify/workflows. For Istanbul release - we plan to mark following repositories as READ only.

Re: [Gluster-users] Geo-replication adding new master node

2021-05-31 Thread Aravinda VK
Hi David, > On 31-May-2021, at 10:37 AM, David Cunningham > wrote: > > Hello, > > We have a GlusterFS configuration with mirrored nodes on the master side > geo-replicating to mirrored nodes on the secondary side. > > When geo-replication is initially created it seems to automatically add

Re: [onap-tsc] DCAE Committer promotion - Joanna & Tomasz

2021-03-08 Thread Vijay VK
Thank you Catherine for your prompt response/approval! -Vijay From: onap-tsc@lists.onap.org On Behalf Of Catherine LEFEVRE Sent: Monday, March 08, 2021 1:44 PM To: onap-tsc@lists.onap.org Subject: Re: [onap-tsc] DCAE Committer promotion - Joanna & Tomasz ***Security Advisory: This Message

[onap-tsc] DCAE Committer promotion - Joanna & Tomasz

2021-03-08 Thread Vijay VK
Dear TSC, I would like to request review/approval for following contributors committer promotion for DCAE project. Joanna Jeremicz/Nokia - https://wiki.onap.org/display/DW/Committer+Promotion+Request+for+%5Ball+DCAE%5D+Joanna+Jeremicz Tomasz Wrobel/Nokia -

Re: [Gluster-users] Geo-replication status Faulty

2020-10-27 Thread Aravinda VK
Hi Gilberto, Happy to see georepsetup tool is useful for you. The repo I moved to https://github.com/aravindavk/gluster-georep-tools (renamed as “gluster-georep-setup”). I think the georep command failure is due to respective node’s(peer)

Re: [Gluster-users] Trouble in create session in geo-rep environment

2020-10-23 Thread Aravinda VK
Try setting the gluster command dir option for remote side. gluster volume geo-replication storage geoaccount@gluster-bkp::storage config slave-gluster-command-dir /usr/sbin Note: These terminologies will change soon.(https://github.com/gluster/glusterfs/issues/1415

Re: [Gluster-users] gluster daemons missing in debian buster 10.5 after glusterfs 7.8-1 installed?

2020-10-14 Thread Aravinda VK
Hi Peter, > On 14-Oct-2020, at 5:26 PM, peter knezel wrote: > > Hello All, > > i have installed 7.8-1 version of glusterfs packages on a VM with debian > buster 10.5 and see no glusterfs daemons present. glusterfs and glusterfsd are managed by Glusterd once the Volume is created. So no

Re: [Gluster-users] Explanation of gluster vol geo-repliation options

2020-10-08 Thread Aravinda VK
Hi Felix, I am adding the details inline. Will open an issue to update the doc. Thanks for reporting. Let me know if any of these needs more clarity. > On 08-Oct-2020, at 12:42 AM, Felix Kölzow wrote: > > Dear Community, > > > actually, I am looking for a more detailed explaination of all

Re: [users@httpd] Configuring KeepAliveTimeout to individual URIs

2020-10-07 Thread alchemist vk
Hi Eric, I agree with you.. "keepalive timeout is n/a in the middle of a response". WR A On Wed, Oct 7, 2020 at 5:58 PM Eric Covener wrote: > On Wed, Oct 7, 2020 at 7:54 AM alchemist vk > wrote: > > > > Hi Eric, > > Thanks for response.. > > To

Re: [Gluster-devel] [Gluster-Maintainers] ACTION REQUESTED: Migrate your glusterfs patches from Gerrit to GitHub

2020-10-07 Thread Aravinda VK
This is awesome. Thanks to infra team for the great effort. — Aravinda Vishwanathapura https://kadalu.io > On 07-Oct-2020, at 3:16 PM, Deepshikha Khandelwal wrote: > > Hi folks, > > We have initiated the migration process today. All the patch owners are > requested to move their existing

Re: [Gluster-Maintainers] ACTION REQUESTED: Migrate your glusterfs patches from Gerrit to GitHub

2020-10-07 Thread Aravinda VK
This is awesome. Thanks to infra team for the great effort. — Aravinda Vishwanathapura https://kadalu.io > On 07-Oct-2020, at 3:16 PM, Deepshikha Khandelwal wrote: > > Hi folks, > > We have initiated the migration process today. All the patch owners are > requested to move their existing

Re: [users@httpd] Configuring KeepAliveTimeout to individual URIs [EXT]

2020-10-07 Thread alchemist vk
en create a unique URL which will fetch the data/or say > comeback later > - You then have a ticker in the page which retrieves the data > via AJAX or just waits till ready and redirects > > > > > > *From:* alchemist vk > *Sent:* 07 October 2020

Re: [users@httpd] Configuring KeepAliveTimeout to individual URIs

2020-10-07 Thread alchemist vk
taking more than 60 and hence apache returns 503. As a trial, Increased the KeepAliveTimeout to 300 and its working fine always. WR A On Wed, Oct 7, 2020 at 4:58 PM Eric Covener wrote: > On Wed, Oct 7, 2020 at 6:53 AM alchemist vk > wrote: > > > > Hi All, > > I have a requi

[users@httpd] Configuring KeepAliveTimeout to individual URIs

2020-10-07 Thread alchemist vk
Hi All, I have a requirement where serving GET on few URIs whose payload is large takes more than 1min compared to our configured "KeepAliveTimeout 60" directive. And this is resulting in 503 error to clients. Is there a way where I can group few URIs and increase KeepAliveTimeout to 300 secs ?

[users@httpd] HTTP 3 support in apache

2020-09-22 Thread alchemist vk
Hi all, I would like to know, when we can have HTTP3 support in apache webserver stack. I know that apache not yet committed an affirmative date for support, but even if it is tentative also, it's helpful to me. Pls share the same if anyone has this info. With Regards, Venkatesh

Re: [Gluster-users] new daemon gluster-ta-volume.service needed?

2020-09-10 Thread Aravinda VK
Hi Peter, > On 10-Sep-2020, at 7:50 PM, peter knezel wrote: > > Hello all, > > i have updated glusterfs (-client,-common,-server) packages from 5.13-1 to > 6.10-1 > on 2 servers with debian stretch (9.x). > Strangely new daemon appeared: gluster-ta-volume.service > Is it needed or can be

Re: [onap-tsc] Committer updates for DCAE

2020-09-09 Thread Vijay VK
from TSC members, TSC approves this promotion. Congrats to Kornel, Remigiusz and Pawel. Best Regards Eric De : onap-tsc@lists.onap.org<mailto:onap-tsc@lists.onap.org> [onap-tsc@lists.onap.org] de la part de Vijay VK [vv7...@att.com] Envoyé : lundi 31 août 2020

Re: [onap-tsc] Committer updates for DCAE

2020-08-31 Thread Vijay VK
updates for DCAE Hello Vijay Kornel, Remigiusz and Pawel have strongly contributed to DCAE (code + JIRA) Best regards Eric De : onap-tsc@lists.onap.org<mailto:onap-tsc@lists.onap.org> [onap-tsc@lists.onap.org] de la part de Vijay VK [vv7...@att.com]

[onap-tsc] Committer updates for DCAE

2020-08-31 Thread Vijay VK
Hi TSC, Kindly request to review & approve following committer promotions. New committers/extensions * Kornel Janiak https://wiki.onap.org/display/DW/Committer+Promotion+Request+for+%5Ball+DCAE%5D%3A+Kornel+Janiak * Remigiusz Janeczek :

[users@httpd] Differentiating between normal and redirect uri

2020-08-20 Thread alchemist vk
Hi All, I have an requirement like, new uris needs to redirected to legacy uris. Fox ex: when uri foo/new arrives, it needs to redirected to foo/old and pass it to backend providers. I used below Rewrite rule to make this happen and its absolutely working fine. RewriteRule ^.*$

Re: [Gluster-users] Gluster cluster questions

2020-08-19 Thread Aravinda VK
Hi Volker, > On 19-Aug-2020, at 8:32 PM, Volker Dormeyer wrote: > > Hi Aravinda, > > Thank you!! > > On 8/19/20 1:47 PM, Aravinda VK wrote: > >> https://kadalu.io can be used as alternative to Heketi to use >> GlusterFS with Kubernetes. Create two Stora

Re: [Gluster-users] Gluster cluster questions

2020-08-19 Thread Aravinda VK
Hi Volker, > On 19-Aug-2020, at 4:51 PM, Volker Dormeyer wrote: > > Hello All, > > I am new to this list. > > I am planning do create a cluster with several Gluster nodes. I get to > the following questions: > > a) Is it possible to build a cluster with some of the bricks as SSD and > some

Re: SELECT of records in range

2020-08-15 Thread VK
Hi. Thanks; we decided to create an index on @ID; QUERY.INDEX works very fast. On Saturday, 15 August 2020 at 00:32:34 UTC+2 cliff...@gmail.com wrote: > JBase indexes are very stable. We have about 145 throughout all of our > tables. > > > > On Friday, July 31, 2020 at 11:

[users@httpd] Re: Returning customized error message when LimitRequestLine value exceeds

2020-08-04 Thread alchemist vk
ive, but of no luck.. Help me in this regard. With regards, A On Mon, Aug 3, 2020 at 6:25 PM alchemist vk wrote: > Hi All, > Any help is appreciated .. > Please let me know, how to handle above issue. > > With Regards, > A > > On Fri, Jul 31, 2020 at 7:10 PM alchemist vk

[users@httpd] Re: Returning customized error message when LimitRequestLine value exceeds

2020-08-03 Thread alchemist vk
Hi All, Any help is appreciated .. Please let me know, how to handle above issue. With Regards, A On Fri, Jul 31, 2020 at 7:10 PM alchemist vk wrote: > Hi All, > If I set LimitRequestLine to 128 and If I give any request field whose > length is more than 128, apache returns 400 ba

Re: [Gluster-users] Rebalance improvement.

2020-08-03 Thread Aravinda VK
Interesting numbers. Thanks for the effort. What is the unit of old/new numbers? seconds? > On 03-Aug-2020, at 12:47 PM, Susant Palai wrote: > > Centos Users can add the following repo and install the build from the master > branch to try out the feature. [Testing purpose only, not ready for

Re: [Gluster-devel] [Gluster-users] Rebalance improvement.

2020-08-03 Thread Aravinda VK
Interesting numbers. Thanks for the effort. What is the unit of old/new numbers? seconds? > On 03-Aug-2020, at 12:47 PM, Susant Palai wrote: > > Centos Users can add the following repo and install the build from the master > branch to try out the feature. [Testing purpose only, not ready for

Re: SELECT of records in range

2020-08-01 Thread VK
Sorry forgot to mention that there's no field with account number, it's just a part of @ID. Isn't @ID a primary index itself? On Friday, 31 July 2020 17:15:36 UTC+2, VK wrote: > > Hi coleagues. > > What is the fastest way to SELECT a set of records from a J4 table: > > @IDs

Re: SELECT of records in range

2020-07-31 Thread VK
IRC) EB.ALTERNATE.INDEX? Well, I'd like to hear not statistics but the reply of people really using that :))) Thanks anyway :)) Cheers VK On Friday, 31 July 2020 17:15:36 UTC+2, VK wrote: > > Hi coleagues. > > What is the fastest way to SELECT a set of records from a J4

SELECT of records in range

2020-07-31 Thread VK
Hi coleagues. What is the fastest way to SELECT a set of records from a J4 table: @IDs are in the format: (account_number)-(date_in_internal_format), e.g. 5001-18628. trying: SELECT THE.TABLE WITH @ID BETWEEN "5001-18628" "5001-23012" Result is bit more than a second (Windows 2019 server,

[users@httpd] Returning customized error message when LimitRequestLine value exceeds

2020-07-31 Thread alchemist vk
Hi All, If I set LimitRequestLine to 128 and If I give any request field whose length is more than 128, apache returns 400 bad request with default xml error response as below. < HTTP/1.1 400 Bad Request < Content-Length: 278 < Connection: close < Content-Type: text/html; charset=iso-8859-1 <

Re: [users@httpd] apache config check for non available field in request

2020-07-31 Thread alchemist vk
Thanks Eric for your response. Your suggestion : RewriteCond %{HTTP:Content-Type} '"" worked like a charm.. You made my day.. Thanks you again.. With Regards, A On Thu, Jul 30, 2020 at 6:28 PM Eric Covener wrote: > On Thu, Jul 30, 2020 at 8:38 AM alchemist vk > w

[users@httpd] apache config check for non available field in request

2020-07-30 Thread alchemist vk
Hi All, Consider the request curl -vk -X POST -H "Del-Auth: abcd" ' 127.0.0.1/test/newuser' where I intentionally wont provide content type header for new user creation. While trying to write apache config file to check the presence of content-type field in request header, I am not

[onap-tsc] DCAE PTL 2020 Election update

2020-07-28 Thread Vijay VK
TSC, DCAE team concluded on 2020 PTL elections - it is my pleasure to inform that I've been reelected to serve as PTL for another year. The voting results can be found below. https://civs.cs.cornell.edu/cgi-bin/results.pl?id=E_4064642ed3614912 DCAE Committers, Thank you for your support!

Re: [Gluster-devel] [Action required] Jobs running under centos ci

2020-07-24 Thread Aravinda VK
> On 24-Jul-2020, at 12:00 PM, Deepshikha Khandelwal > wrote: > > These are the jobs that either have been failing for more than a year now or > are not active on https://ci.centos.org/view/Gluster/ > . > > - gluster_ansible-infra > -

Re: [Gluster-devel] Removing problematic language in geo-replication

2020-07-22 Thread Aravinda VK
+1 > On 22-Jul-2020, at 2:34 PM, Ravishankar N wrote: > > Hi, > > The gluster code base has some words and terminology (blacklist, whitelist, > master, slave etc.) that can be considered hurtful/offensive to people in a > global open source setting. Some of words can be fixed trivially but

Re: [onap-tsc] Call for nominations for DCAE PTL 2020

2020-07-20 Thread Vijay VK
DCAE committers, I would like to re-nominate myself for the position of DCAE PTL. It has been my privilege to serve as DCAE PTL for the last 2 years and I look forward in continuing to build on the excellent work this community has achieved. Thank you for your consideration.

[onap-tsc] Call for nominations for DCAE PTL 2020

2020-07-20 Thread Vijay VK
Hello DCAE committers, It is time for our annual PTL election. The process is described on the ONAP wiki page at the following link:

[onap-tsc] DCAE Committer update

2020-07-20 Thread Vijay VK
HI TSC, Just wanted to notify updates to DCAE committer list. Please find the below list of committers who resigned /not active in DCAE project in the past 6+ months duration hence committer privilege will be revoked. Yan Yang yangyan Xinhui Li xinhuili I would like to THANK them for the

Re: [Gluster-users] gluster geo-replications fails to sync with IPV6 hostnames

2020-07-12 Thread Aravinda VK
Hi Satheesaran, Posted a patch to fix the parsing issue. Please check. https://review.gluster.org/c/glusterfs/+/24706 -- Aravinda Vishwanathapura https://kadalu.io > On 12-Jul-2020, at 8:14 AM, Satheesaran Sundaramoorthi

[onap-tsc] DCAE - Project Maturity Review

2020-07-08 Thread Vijay VK
Dear TSC, I'm requesting project maturity review for DCAE, the completed template can be found here - https://wiki.onap.org/display/DW/Project+Maturity+Review+for+DCAE Thank you for your consideration. -Vijay -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [Onap-arc] [onap-tsc] Call for support from CCPVN/BBS Usecase for DCAE mS (RESTConf and VESAdapter)

2020-07-08 Thread Vijay VK
it! --- From:Vijay VK mailto:vv7...@att.com>> To:onap-tsc mailto:onap-tsc@lists.onap.org>>;onap-usecasesub mailto:onap-usecase...@lists.onap.org>>;onap-discuss mailto:onap-disc...@lists.onap.org&g

Re: [Onap-arc] [onap-tsc] Call for support from CCPVN/BBS Usecase for DCAE mS (RESTConf and VESAdapter)

2020-07-07 Thread Vijay VK
y the sender by phone or email immediately and delete it! --- From:Vijay VK mailto:vv7...@att.com>> To:onap-usecasesub mailto:onap-usecase...@lists.onap.org>>;onap-discuss mailto:onap-d

Re: [onap-tsc] Call for support from CCPVN/BBS Usecase for DCAE mS (RESTConf and VESAdapter)

2020-07-01 Thread Vijay VK
, please notify the sender by phone or email immediately and delete it! --- From:Vijay VK mailto:vv7...@att.com>> To:onap-usec

[onap-tsc] Call for support from CCPVN/BBS Usecase for DCAE mS (RESTConf and VESAdapter)

2020-06-30 Thread Vijay VK
CCPVN/BBS Usecase team, The following MS were introduced in DCAE during R3/R4 release in support of your usecase. * VES Adapter/Mapper (original contribution from TechM) * RESTConf collector (original contribution from Huawei) However for both El-Alto and Frankfurt releases, there has

Re: [Gluster-users] Tons of dht: Found anomalies in (null)

2020-05-19 Thread Aravinda VK
> On 19-May-2020, at 12:05 PM, Susant Palai wrote: > > > > On Thu, Apr 30, 2020 at 6:31 AM Artem Russakovskii > wrote: > Hi, > > Every time I ls large dirs in our 1x4 replicate gluster volume, I get a ton > of these in the logs. > > If I run the same ls right

Re: [onap-tsc] [onap-ptl] [OOM] Guilin Release Plan

2020-04-29 Thread Vijay VK
+1, separate REQ JIRA will help tracking. Sylvain, The logging changes will also need some discussion. In earlier release, logging project put out very detailed standards for log file formats and mandated four separate log files. For consolidation of logs, filebeat mechanism was

Re: [onap-tsc] DCAE Demo - Frankfurt release

2020-04-21 Thread Vijay VK
Thanks to all the presenters and the community for active participation/questions. The slides/recording & documentation references for the demo sessions are uploaded here: https://wiki.onap.org/display/DW/2020-04-15+DCAE+Demo https://wiki.onap.org/display/DW/2020-04-16+DCAE+Demo If any further

[onap-tsc] DCAE Demo - Frankfurt release

2020-04-09 Thread Vijay VK
Dear ONAP Members, DCAE team has introduced several new features for this release. To benefit the community, we are scheduling following sessions next week to demo/walkthrough new platform features and capabilities added in Frankfurt. Date Component/Feature 04/15 Wednesday (10.30 - 11.30 AM

Re: [Gluster-devel] [Gluster-Maintainers] Updating the repository's actual 'ACTIVE'ness status

2020-03-25 Thread Aravinda VK
I archived the following projects - gluster/restapi - gluster/glusterd2 - gluster/gcs - gluster/gluster-csi-driver - gluster/gluster-block-restapi - gluster/python-gluster-mgmt-client Please let me know if anyone interested to unarchive and maintain any project from the above list. — regards

Re: [Gluster-Maintainers] Updating the repository's actual 'ACTIVE'ness status

2020-03-25 Thread Aravinda VK
I archived the following projects - gluster/restapi - gluster/glusterd2 - gluster/gcs - gluster/gluster-csi-driver - gluster/gluster-block-restapi - gluster/python-gluster-mgmt-client Please let me know if anyone interested to unarchive and maintain any project from the above list. — regards

Re: [Gluster-users] just discovered that OpenShift/OKD dropped GlusterFS storage support...

2020-03-18 Thread Aravinda VK
Hi Arman, Not sure about Openshift dropping the support for GlusterFS. But a few GlusterFS maintainers started a new project “Kadalu” to provide persistent storage solutions based on GlusterFS for applications running in Kubernetes/Openshift/Rancher(or any other variant of K8s). More details

Re: [Gluster-users] Disk use with GlusterFS

2020-03-05 Thread Aravinda VK
worrying that they're not > reporting the same thing. > > Thank you. > > > On Fri, 6 Mar 2020 at 16:33, Aravinda VK <mailto:aravi...@kadalu.io>> wrote: > Hi David, > > What is it reporting for brick’s `df` output? > > ``` > df /nodirectwritedata/glust

Re: [Gluster-users] What command can check the default value of all options?

2020-03-05 Thread Aravinda VK
gluster volume set help? — regards Aravinda Vishwanathapura https://kadalu.io > On 06-Mar-2020, at 6:39 AM, gil han Choi wrote: > > Hello > > I used a command to print out the default values and descriptions of all > options. > But I can't remember what command I used and can't find it. >

Re: [Gluster-users] Disk use with GlusterFS

2020-03-05 Thread Aravinda VK
even if they were separate files would > only add up to 1.47GB used, meaning 0.53GB should have been left in the > partition. If less space is actually being used because of the hard links > then it's even harder to understand where the other 1.53GB went. So why would > Gluster

Re: [Gluster-users] Disk use with GlusterFS

2020-03-04 Thread Aravinda VK
Hi David, Is this Volume is uses Geo-replication? Geo-replication feature enables Changelog to identify the latest changes happening in the GlusterFS volume. Content of .glusterfs directory also includes hardlinks to the actual data, so the size shown in .glusterfs is including data. Please

Re: [Gluster-users] Geo-replication

2020-03-03 Thread Aravinda VK
failed on host nvfs30.local > > > >These .local addresses are the LAN addresses that B/slave nodes nvfs10, > >nvfs20, and nvfs30 replicate with. It seems that the A/master needs to > >be > >able to contact those addresses. Is that right? If it is then we'll > >

Re: [Gluster-users] Geo-replication

2020-03-01 Thread Aravinda VK
at right? > > We have already taken care of adding all master node's SSH keys to the remote > slave's authorized_keys externally, so won't include the push-pem part of the > create command. > > Mostly I wanted to confirm the geo-replication behaviour on the replicating

Re: [Gluster-users] Geo-replication

2020-02-24 Thread Aravinda VK
Hi David, > On 25-Feb-2020, at 3:45 AM, David Cunningham > wrote: > > Hello, > > I've a couple of questions on geo-replication that hopefully someone can help > with: > > 1. If there are multiple nodes in a cluster on the master side (pushing > updates to the geo-replication slave), which

  1   2   3   4   5   6   7   8   9   >