How to preserve SNMP trap IP address and host name when forwarding

2019-04-12 Thread Pik Master via Net-snmp-users
them on 5.8 yet. Pik Master PS. sorry if you received this reply multiple times, the account I replied from has its email hosting provider blocked for sending spam. ___ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the

Re: How to preserve SNMP trap IP address and host name when forwarding

2019-04-12 Thread Pik Master
Hi I got exactly the same problem and wrote a patch. You will need to recompile net-snmp from sources though. Patches and instructions here - sourceforge.net sourceforge.net They are for net-snmp-5.7.3, I didnt have a chance to test them on 5.8 yet. Pik Master Dnia 10

Re: Many duplicates notifications received on managers.

2017-12-23 Thread Pik Master
Hi, that number seems very like power of 2. What is the size of your subnet? Are you sending to your subnet's broadcast address by any chance? Pik On 23 December 2017 17:36:11 GMT+00:00, Jose Roberto Fernandez Anahia wrote: >Hello NET-SNMP Fellows. > >I’m developing a agentx

[Bug 1246347] Re: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2016-11-10 Thread Pik Master
Hi, the only option that I found, was to recompile the source with this patch. I created a patch, to get rid of this error: http://sourceforge.net/p/net-snmp/patches/1322/ Pik -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Touch-packages] [Bug 50406] Re: Two instances of ntpd are launched, only one is stopped by the init script

2016-09-09 Thread Pik Master
I observed the same bug in Centos 7, 2 instances of ntpd were created on system boot, ie: # ps -ef | grep ntp ntp619 1 0 15:57 ?00:00:00 /usr/sbin/ntpd -u ntp:ntp -g root 633 619 0 15:57 ?00:00:00 /usr/sbin/ntpd -u ntp:ntp -g And it produced these errors in

[Bug 50406] Re: Two instances of ntpd are launched, only one is stopped by the init script

2016-09-09 Thread Pik Master
I observed the same bug in Centos 7, 2 instances of ntpd were created on system boot, ie: # ps -ef | grep ntp ntp619 1 0 15:57 ?00:00:00 /usr/sbin/ntpd -u ntp:ntp -g root 633 619 0 15:57 ?00:00:00 /usr/sbin/ntpd -u ntp:ntp -g And it produced these errors in

Re: Suggestions on trap packet forwarding

2015-12-16 Thread Pik Master
Hi. This thread is coming up periodically, SNMP trap forwarding is not preserving the original sender's IP address. I created a patch, to enable special mode, which adds the IP of sender on each forwarder, so at the end of the chain the original sender's IP is in OID .1.3.6.1.6.3.18.1.3.0

Bug#684721: snmpd: Lots of errors in syslog : error on subcontainer 'ia_addr' insert (-1)

2015-12-16 Thread Pik Master
Hi, I created a patch, to get rid of this error: http://sourceforge.net/p/net-snmp/patches/1322/ Pik

Re: snmptrapd forwarding

2015-12-16 Thread Pik Master
Hi. This thread is coming up periodically, SNMP trap forwarding is not preserving the original sender's IP address. I created a patch, to enable special mode, which adds the IP of sender on each forwarder, so at the end of the chain the original sender's IP is in OID .1.3.6.1.6.3.18.1.3.0

[Bug 207331] Re: sis190 is not working well on gutsy 2.6.24-8-generic

2008-06-22 Thread Pik Master
Hello This is a problem with sis190.c driver using one hardcoded value for ISA bridge. Apply the following patch to fix this issue: http://bugzilla.kernel.org/show_bug.cgi?id=9467#c1 See this link for the full procedure:

[Bug 192293] Re: SiS190/191 network driver for Ubuntu 7.04/7.10

2008-06-22 Thread Pik Master
Hello This is a problem with sis190.c driver using one hardcoded value for ISA bridge. Apply the following patch to fix this issue: http://bugzilla.kernel.org/show_bug.cgi?id=9467#c1 Use the following steps to make your SIS card working. This has been fixed (as reported by others) in 2.6.24

[Bug 186666] Re: Hardy cannot recognize sis191 network adaptor

2008-06-22 Thread Pik Master
See this link help helps. If yes, then this is a problem with sis190.c driver using one hardcoded value for ISA bridge, which still needs to be patched in Ubuntu 2.6.22 and previous kernels. https://bugs.launchpad.net/ubuntu/+source/linux- source-2.6.20/+bug/192293/comments/5 -- Hardy cannot

[Bug 176386] Re: irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820

2008-04-02 Thread Pik Master
OK, several things: 1) I see you have upgraded your kernel since the last error message. The error message was FATAL: Error inserting nsc_ircc2 (/lib/modules/2.6.22-14-generic/kernel/drivers/net/irda/nsc-ircc2.ko): No such device, So I assumed you had kernel 2.6.22.14-generic. We shall correct

[Bug 176386] Re: irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820

2008-04-01 Thread Pik Master
DaveF, can you send your result for lspnp command? If you have problems with finding the correct device, try to load all the modules for irda that you find in your /lib/modules/2.6.22-14-generic/kernel/drivers/net/irda directory and see the result? Something like (execute as root): # cd

[Bug 176386] irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820

2007-12-14 Thread Pik Master
Public bug reported: Binary package hint: irda-utils I am unable to run my infrared port on Dell LAtitude D820 in Feisty. run /etc/init.d/irda-setup You get error: FATAL: Error inserting smsc_ircc2 (/lib/modules/2.6.22-14-generic/kernel/drivers/net/irda/smsc-ircc2.ko): No such device lspnp

[Bug 176386] Re: irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820

2007-12-14 Thread Pik Master
Partial fix for irda in Dell D820 - SIR mode. Differences in /etc/irda/conf as a patch file Get this file, change to the directory where you downloaded it and patch with: sudo patch -p2 /etc/init.d/irda-setup detect.irda.dell.D820.patch ** Attachment added: Partial fix for irda in Dell D820 -

[Bug 176386] Re: irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820

2007-12-14 Thread Pik Master
list of PnP devices - as result of: lspnp -v -v ** Attachment added: list of PnP devices http://launchpadlibrarian.net/10904493/lspnp.txt -- irda-setup (irda-utils) does not detect irda chipset on Dell Latidude D820 https://bugs.launchpad.net/bugs/176386 You received this bug notification

[Bug 173932] apt-get cannot install packages - Hash Sum mismatch

2007-12-04 Thread Pik Master
Public bug reported: Binary package hint: apt After the upgrade from feisty to gutsy, I get this problem when trying to install specific packages, (eg. dialog package, result below). Running apt-get update or using --fix-missing does not help. I temporarily download packages with wget and

[Bug 130813] Re: Hash Sum mismatch

2007-11-26 Thread Pik Master
I get this problem but not when I do `apt-get update` but trying to install specific packages, (eg. dialog package, result below). First I was using my local (Polish) ubuntu mirrors and all the packages had corrupted hashes. When I switched to main repository, only some of the packages get this

[Bug 139875] Re: [GUTSY] firefox crashed

2007-11-23 Thread Pik Master
What is more interesting, in my case when i run firefox from the commandline with: $ MOZ_DISABLE_PANGO=0 firefox It also does not crash. Does it meas that problem lies elsewhere? -- [GUTSY] firefox crashed https://bugs.launchpad.net/bugs/139875 You received this bug notification because you

[Bug 139875] Re: [GUTSY] firefox crashed

2007-11-23 Thread Pik Master
But if you ran firefox in safe mode, all extensions (including Firebug) should be disabled. In my case, uninstalling FireBug did not help (but I think it could have not uninstalled completely, because now I get at every firefox starup a window titled NS_ERROR_FAILURE with message: Componen

[Bug 139608] Re: Segmentation fault when I run Thunderbird with Lightning 0.7 enabled

2007-11-22 Thread Pik Master
Sorry, but I cannot see the lightning-extension in the Ubuntu repository. Which repository should I enable? I am using 7.04 Feisty Fawn, but I installed Thunderbird 2.0 from this repository: deb http://ubuntu.iuculano.it feisty thunderbird 1. When I installed lightning 0.7 from

[Bug 21536] Re: Update Manager and synaptic HTTP Proxy settings

2007-11-22 Thread Pik Master
Very annoying, I could not upgrade from feisty to gutsy (7.04 - 7.10) and I could not find a reason. Additionaly, id does not honor the automatic configuration URL (PAC file), nor has the option to autodetect network settings (but this is an error for gnome-network-manager). Please, make the

[Bug 139608] Re: Segmentation fault when I try to change size of Lighting pane in Thunderbird - /usr/lib/thunderbird/run-mozilla.sh: line 131: 17331 Segmentation fault (core dumped) $prog ${1+$@}

2007-09-17 Thread Pik Master
After the weekend I run Thunderbird again, and now it crashes just at the start. I have some internet connectivity issues right now, and when I cannot connect to the internet it runs for a while, but then crashes (segmentation fault). $ thunderbird Load settings Load indexer Load queue Starting

[Bug 139608] Segmentation fault when I try to change size of Lighting pane in Thunderbird - /usr/lib/thunderbird/run-mozilla.sh: line 131: 17331 Segmentation fault (core dumped) $prog ${1+$@}

2007-09-14 Thread Pik Master
Public bug reported: Binary package hint: thunderbird ser-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20061201 Firefox/2.0.0.6 (Ubuntu-feisty) Build Identifier: Thunderbird 2.0.0.6 (20070824) + Lightning 0.5 (2007062504) My lighting pane is minimized below the folder

[Bug 139608] Re: Segmentation fault when I try to change size of Lighting pane in Thunderbird - /usr/lib/thunderbird/run-mozilla.sh: line 131: 17331 Segmentation fault (core dumped) $prog ${1+$@}

2007-09-14 Thread Pik Master
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/9279935/Dependencies.txt -- Segmentation fault when I try to change size of Lighting pane in Thunderbird - /usr/lib/thunderbird/run-mozilla.sh: line 131: 17331 Segmentation fault (core dumped) $prog ${1+$@}

[Bug 139608] Re: Segmentation fault when I try to change size of Lighting pane in Thunderbird - /usr/lib/thunderbird/run-mozilla.sh: line 131: 17331 Segmentation fault (core dumped) $prog ${1+$@}

2007-09-14 Thread Pik Master
After trying to submit this bug, it started to work. I cannot reproduce this error any more. I hope that some talkback crash information was attached to this automatically, because I clicked Help - Report a bug in Thunderbird -- Segmentation fault when I try to change size of Lighting pane in

Re: `date` and timestamp format

2005-10-02 Thread Super Pik Master
I've been trying to print a timestamp format (I mean seconds from 1 Jan 1970) with `date` program from coreutils package. Look at the info documentation under Examples of date in the date invocation section of the manual. Sorry, my documentation seems to be malformed, as it seems to be the