<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/jnetmap/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/jnetmap/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 08 Mar 2026 17:07:42 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jnetmap/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#41 [PATCH] Makefile fails installing man page</title><link>https://sourceforge.net/p/jnetmap/bugs/41/?limit=25#e149</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed-fixed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: rakudave&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rakudave</dc:creator><pubDate>Sun, 08 Mar 2026 17:07:42 -0000</pubDate><guid>https://sourceforge.net0328862d6b0f6a33dfc09189d51c24df7dc6392c</guid></item><item><title>[PATCH] Makefile fails installing man page</title><link>https://sourceforge.net/p/jnetmap/bugs/41/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;OS: Linux&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;mkdir -p /usr/bin/ /usr/share/jnetmap/ /usr/share/applications/
install -m 0644 jNetMap.jar /usr/share/jnetmap/
install -m 0755 jnetmap.sh /usr/share/jnetmap/
install -m 0755 jnetmap /usr/bin/
install -m 644 jnetmap.png /usr/share/jnetmap/
install -m 644 jnetmap.desktop /usr/share/applications/
install -m 644 jnetmap.1.gz jnetmap.1.gz
install: 'jnetmap.1.gz' and 'jnetmap.1.gz' are the same file
make: *** [Makefile:43: install] Error 1
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Patch:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="gd"&gt;--- a/Makefile  2026-03-04 22:14:39.763818139 +0100&lt;/span&gt;
&lt;span class="gi"&gt;+++ b/Makefile  2026-03-04 22:14:51.574919614 +0100&lt;/span&gt;
&lt;span class="gu"&gt;@@ -42,9 +42,10 @@&lt;/span&gt;

&lt;span class="w"&gt; &lt;/span&gt;   install -m 644 $(ICONFILE) $(MAINDIR)
&lt;span class="w"&gt; &lt;/span&gt;   install -m 644 $(DESKTOPFILE) $(DESKTOPDIR)

&lt;span class="gd"&gt;-   install -m 644 $(MANFILE) $(MANFILE)&lt;/span&gt;
&lt;span class="gi"&gt;+   install -m 644 $(MANFILE) $(MANDIR)&lt;/span&gt;

&lt;span class="w"&gt; &lt;/span&gt;uninstall:
&lt;span class="w"&gt; &lt;/span&gt;   rm -rf $(MAINDIR)
&lt;span class="w"&gt; &lt;/span&gt;   rm -f $(BINDIR)$(NAME)
&lt;span class="w"&gt; &lt;/span&gt;   rm -f $(DESKTOPDIR)$(DESKTOPFILE)

&lt;span class="gi"&gt;+   rm -f $(MANDIR)$(MANFILE)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marius Spix</dc:creator><pubDate>Wed, 04 Mar 2026 21:18:55 -0000</pubDate><guid>https://sourceforge.net01617cecaff70c5b68b43ad843ee96c2ccf1b086</guid></item><item><title>[PATCH] Makefile fails installing man page</title><link>https://sourceforge.net/p/jnetmap/bugs/41/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 41 has been modified: &lt;span&gt;[PATCH]&lt;/span&gt; Makefile fails installing man page&lt;br/&gt;
Edited By: rakudave (rakudave)&lt;br/&gt;
Status updated: 'open' =&amp;gt; 'closed-fixed'&lt;br/&gt;
Owner updated: None =&amp;gt; 'rakudave'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marius Spix</dc:creator><pubDate>Wed, 04 Mar 2026 21:18:55 -0000</pubDate><guid>https://sourceforge.netd9bd8e16da9b79369e4a90458b9a0a46bd573e73</guid></item><item><title>Changing "Connected to" field clears other data</title><link>https://sourceforge.net/p/jnetmap/bugs/40/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;After completing a scan, I have a device that had correctly detected the address/subnet/gateway/mac. By default its interface just shows the interface without a connection (just the default), but I'd like to have it connected. I open the interface properties and select the device I want it connected to from the drop down, then click OK. Immediately in the device properties I can see that the IP changed, and when I bring it up, the address is back to 127.0.01 and the subnet/gateway/mac are all blank.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom Kent</dc:creator><pubDate>Tue, 07 Jan 2025 01:08:45 -0000</pubDate><guid>https://sourceforge.netb5fd80004d0523da8f49c940fd188acd65758c5f</guid></item><item><title>#38 Saving and loading maps in Widows 10</title><link>https://sourceforge.net/p/jnetmap/bugs/38/?limit=250#a172</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I just tried on ubuntu (with KDE) and got this same issue. I tried both the release 0.5.5-703.jar and the snapshot 0.5.6-734.jar. I was completely unable to save the file anywhere, tried home directory, /tmp and other places I have write permission to. With the snapshot, I at least get an error message that it thought I don't have write permission.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom Kent</dc:creator><pubDate>Tue, 07 Jan 2025 01:01:44 -0000</pubDate><guid>https://sourceforge.net589b09dd1f363774ce7e8e09c61cac062ee984a3</guid></item><item><title>#38 Saving and loading maps in Widows 10</title><link>https://sourceforge.net/p/jnetmap/bugs/38/?limit=25#b323/c638/b901</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I tried last deb pkg. Run at Gnome context menu (I think shell script it is: which jnetmap goes to /usr/bin/jnetmap). And also I downloaded and play with 0.5.5-703.jar and 0.5.6-732.jar, same problems. One different what I can see: 0.5.6-732 raise popup dialog: You do not have write permission to the folder (Documents folder is OK with persmissions). So, there is not difference with running shell script and directly jar file.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zacatecnik</dc:creator><pubDate>Mon, 12 Aug 2024 05:13:35 -0000</pubDate><guid>https://sourceforge.netac6841683a897d58094b59f7d2d7d516a1a1394d</guid></item><item><title>#38 Saving and loading maps in Widows 10</title><link>https://sourceforge.net/p/jnetmap/bugs/38/?limit=25#b323/c638</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hm, the only other error that gets logged is that it can't access the Motif LAF, which is a UI thing and thus hardly relevant to saving files. But it makes me wonder if you're just running the bare .jar file, i.e. without going through the .sh/.bat startup scripts?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rakudave</dc:creator><pubDate>Sun, 28 Jul 2024 12:12:00 -0000</pubDate><guid>https://sourceforge.net459c43e7b6b72c3f7dba6b1cc5770df4893fd5da</guid></item><item><title>#38 Saving and loading maps in Widows 10</title><link>https://sourceforge.net/p/jnetmap/bugs/38/?limit=25#b323</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi rakudave,&lt;br/&gt;
thx for cool SW. I have same problem as mentioned here. Both Windows and Linux experience. &lt;br/&gt;
No write permission, but permissions are OK. File is created with zero size.&lt;br/&gt;
I have also problem to save preference (I must setup Log Level to TRACE many times).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;My Linux setup&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;Debian 12.5&lt;br/&gt;
jNetMap 0.5.5 (deb pkg)&lt;br/&gt;
default-jre default-jdk &lt;br/&gt;
$ java --version&lt;br/&gt;
openjdk 17.0.11 2024-04-16&lt;br/&gt;
OpenJDK Runtime Environment (build 17.0.11+9-Debian-1deb12u1)&lt;br/&gt;
OpenJDK 64-Bit Server VM (build 17.0.11+9-Debian-1deb12u1, mixed mode, sharing)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Win 10 setup&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;Win1022H2 Pro&lt;br/&gt;
jNetMap 0.5.5-703-setup.exe&lt;br/&gt;
java --version&lt;br/&gt;
openjdk 22.0.1 2024-04-16&lt;br/&gt;
OpenJDK Runtime Environment (build 22.0.1+8-16)&lt;br/&gt;
OpenJDK 64-Bit Server VM (build 22.0.1+8-16, mixed mode, sharing)&lt;/p&gt;
&lt;p&gt;Same problem on Linux with development version:&lt;br/&gt;
jNetMap-0.5.6-732.jar&lt;/p&gt;
&lt;p&gt;Please examine log file and skip warning about arp bin. I have created simlink to /usr/sbin &lt;br/&gt;
after creating this log file. So, arp is not problem in this case.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zacatecnik</dc:creator><pubDate>Fri, 26 Jul 2024 09:22:57 -0000</pubDate><guid>https://sourceforge.net149207b3606d2ac0089235aa1be6c2dacf8524fe</guid></item><item><title>#39 Exception in thread "AWT-EventQueue-0" java.lang.StackOverflowError</title><link>https://sourceforge.net/p/jnetmap/bugs/39/?limit=25#1d83</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: pending --&amp;gt; closed-fixed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rakudave</dc:creator><pubDate>Fri, 14 Jun 2024 18:38:22 -0000</pubDate><guid>https://sourceforge.net237f736fe0896272c4da1b0e82a35418de47b07c</guid></item><item><title>#39 Exception in thread "AWT-EventQueue-0" java.lang.StackOverflowError</title><link>https://sourceforge.net/p/jnetmap/bugs/39/?limit=25#707d</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It's fixed!&lt;/p&gt;
&lt;p&gt;All I see in the terminal now is the correct sort of messaging, e.g.&lt;br/&gt;
jnetmap -o&lt;br/&gt;
using java executable in $PATH&lt;br/&gt;
java version 11&lt;br/&gt;
19:04:33  INFO: User directory: /home/user/.jNetMap&lt;br/&gt;
19:04:33  INFO: Loading preferences&lt;br/&gt;
19:04:33  INFO: Loading language: English&lt;br/&gt;
19:04:33  INFO: Loading icon-theme: Elementary&lt;br/&gt;
19:04:33  INFO: Loading /icons/Elementary&lt;br/&gt;
19:04:33  INFO: Loading device-theme: /devices/cisco&lt;br/&gt;
19:04:33  INFO: Loading /devices/cisco&lt;br/&gt;
19:04:34  INFO: Loading GUI&lt;br/&gt;
19:04:42  INFO: Opening '120624'&lt;br/&gt;
19:04:43  INFO: Ready&lt;/p&gt;
&lt;p&gt;Excellent work and thanks for doing it so quickly!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">E. B.</dc:creator><pubDate>Fri, 14 Jun 2024 18:10:50 -0000</pubDate><guid>https://sourceforge.net38af53c945e156c45d7c09d26e18ee6f54bd1aad</guid></item></channel></rss>