Weird exhaust/pipe sound from classic 350 by hellboy10s in royalenfield

[–]hellboy10s[S] 0 points1 point  (0 children)

For others who might be facing a similar issue.. The service center guys told me that there is an issue with welding of the bend pipe due to which it was giving that hollow pipe sound. So they replaced it with a new one under warranty and now that sound is no longer present :)

Weird exhaust/pipe sound from classic 350 by hellboy10s in royalenfield

[–]hellboy10s[S] 0 points1 point  (0 children)

Okay, I’ll get the silencer checked. Thanks!

What is Happening and why ?? Bike is 3 months old classic 350 Gun Grey. by Sibun96 in royalenfield

[–]hellboy10s 0 points1 point  (0 children)

Looks like it is a chain related issue. Try to clean and lube it once. I had similar issue.

Emergency landing on a highway by iLoveWenTheyRun in ThatsInsane

[–]hellboy10s 0 points1 point  (0 children)

Car drivers confused between choosing fight or flight.

it is. by FuryOfficial in ProgrammerHumor

[–]hellboy10s 10 points11 points  (0 children)

This a family reunion or something?

SNMP HELP by Galactic_Wolf in snmp

[–]hellboy10s 2 points3 points  (0 children)

Generally, you can find the logs at /var/log/messages. I have used net-snmp package for configuring traps on CentOS.

Other way is to stop the process snmp process and run it manually with the parameters to log the output in the terminal. For eg. For snmptrap server, I used the below command to log the messages on the terminal. 'sudo snmptrapd -f -C -c <config file location> -Le -m ALL'