Questions tagged [probe]

110 questions
0
votes
1 answer

ADFS health check for connection between ADFS and SQL Database

Problem summary: HTTP probes towards ADFS & WAP is not enough if the ADFS service is still running but the connection between ADFS and SQL database is dead. ADFS Environment: ADFS Environment Using HTTP probes in Environment: ADFS environment with…
Masen
  • 1
  • 1
0
votes
1 answer

Debuginfo for polkit-0.115-11.el8.x86_64

I am trying to use systemtap hooks on polkit functions, but I get an error that I need to install debuginfo. I can't find debuginfo for polkit package - polkit-0.115-11.el8.x86_64. Does anyone know where can I find it? Thnaks. enter image…
gal
  • 1
  • 2
0
votes
1 answer

Linux function i2c ds1307_probe not called

I am using Linux-4.9.67 with an ARM device with a ds1307 compatible RTC controller on the i2c bus. Added in Kernel config CONFIG_RTC_DRV_DS1307=y Added the node in the device tree &i2c4 { clock-frequency = <100000>; pinctrl-names =…
Marco
  • 79
  • 1
  • 9
0
votes
0 answers

Is it possible to capture audio sent to the audio interface using QAudioProbe?

For my application, I need to visualize the audio signal that's sent to an audio interface (core audio/hardware sound card), without needing to forward the signal (this is how soundflower or jack audio work). One example is that QuickTime player…
Thinium
  • 171
  • 1
  • 14
0
votes
1 answer

Liveness probe to separate pod/svc?

Is it possible to set a liveness probe to check that a separate service is existing? For an app in one pod, and a database in a separate pod, I would like for the app pod to check the liveness of the database pod rather than this pod itself. The…
mmiara
  • 305
  • 1
  • 4
  • 14
0
votes
1 answer

How to put two ports in "livenessProbe"?

My legacy server listens on two TCP ports. I want to put livenessProbe and readinessProbe on two ports. For single port it looks like the following. How to do it for 2 ports ? livenessProbe: tcpSocket: port: 15772 initialDelaySeconds: 10 …
Chandu
  • 1,837
  • 7
  • 30
  • 51
0
votes
0 answers

Why my linux i2c-gpio driver can't probe device through the acpi mode

The i2c-gpio.c in the linux kernel modified by me to find device through ACPI mode can't probe device defined in the DSDT. The i2c-gpio.c code just use OF(device tree) to find device running in the xeon d1527,I modified my i2c-gpio.c and DSDT table,…
0
votes
1 answer

Python pseudonymisation of sniffed mac adresses

I have a assignment where I have to pseudonymisate the last 3 bytes of every mac adress I'm getting back as probe requests. By that I mean to format a printed mac adress like this ce:63:be:f5:04:00 to ce:63:be:aa:aa:a1everytime I'm sniffing. How can…
fazzerking
  • 23
  • 7
0
votes
2 answers

Calling a java jar method via mid server probe designed in javascript

I'm setting up an environment where I pass 4 parameters (Encrypted file, Key File, Pass Phase and Default File name) to a .Jar and it decrypts the file. I have achieved it via Bouncycastle API and it works fine on the eclipse IDE. Now I have to set…
0
votes
1 answer

systemtap failed to probe the functions. Registration error

systemtap registration error. WARNING: probe process("/home/user/a.out").function("func").return inode-offset 00000000468ed0c6 registration error (rc -5) WARNING: probe process("/home/user/a.out").function("func").call inode-offset 00000000468ed0c6…
Franc
  • 319
  • 9
  • 28
0
votes
1 answer

Openshift - liveness probe not working for http

I have configured liveness probe using httpGet but it's failing with *error Client.Timeout exceeded while awaiting headers* But the same API is working fine inside the container(using curl) and outside the container(postman). I have tried adding…
a8989
  • 187
  • 1
  • 14
0
votes
1 answer

My log file deleted after reboot with probe

I am using probe along with tomcat. My application which is deployed in tomcat 8.5 use log4j for its logging. This is Log4j.properties configuration : # Root logger option log4j.rootLogger=DEBUG, file log4j.logger.org.hibernate.SQL = DEBUG,…
Sidaoui Majdi
  • 399
  • 7
  • 26
0
votes
1 answer

Instantiate a Powershellprobe in ServiceNow

I have defined a PowershellProbe with a script which recieves a Parameter (powershell_param_someparam). Running the Script from on the GUI works successfully, yet I have no idea how would I be able to Access and Trigger this Pobe from a bussiness…
mh133
  • 135
  • 12
0
votes
1 answer

Tomcat6, Lambda Probe, insane amount of sessions from "unknown"

I'm running an e-Commerce site which "crashes" regularily. Usually, I'm seeing an insane number of sessions open (600-900 on normal days, 5000-20000 on crashes). I would like to determine where these sessions originate. I'm trying to use Lambda…
0xCAFEBABE
  • 5,576
  • 5
  • 34
  • 59
0
votes
1 answer

Smart Phone Probing

I've been reading up a lot on mac address randomization and probing done by smartphones (Found some good information here). What I am wondering is 2 things. When does your phone probe? Specifically, does it stop probing after you have connected to…
AIntel
  • 1,087
  • 5
  • 14
  • 27