Bug#714112: gns3: Can't delete routers with link between them

2013-11-21 Thread Daniel Lintott
Package: gns3
Followup-For: Bug #714112
Tags: unreproducible

I'm currently unable to replicate this bug.

On a updated jessie/sid virtual machine, I have tried adding a number of
routers and linking them. I then tried tried deleting either the link or
the router which appears to work fine.

Can you provide any further information that may help me to replicate
this bug?



- -- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.11-2-686-pae (SMP w/1 CPU core)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gns3 depends on:
ii  dynamips0.2.10-2
ii  python-qt4  4.10.3+dfsg-1
pn  python:any  none
ii  ucf 3.0027+nmu1
ii  xdotool 1:3.20130111.1-3
ii  xterm   297-1

Versions of packages gns3 recommends:
ii  wireshark  1.10.3-1

gns3 suggests no packages.

- -- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#714112: gns3: Can't delete routers with link between them

2013-11-21 Thread Alejandro Carrazzoni
Package: gns3
Version: 0.8.6-2
Followup-For: Bug #714112

It looks like it occurs when the language is set to Spanish, a friend of mine
ran into the same issue on Windows and he said he fixed it by changing the
language to English, apparently the bug is quite old.



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gns3 depends on:
ii  dynamips0.2.10-2
ii  python-qt4  4.10.3-2
pn  python:any  none
ii  ucf 3.0027+nmu1
ii  xdotool 1:3.20130111.1-3
ii  xterm   297-1

Versions of packages gns3 recommends:
pn  wireshark  none

gns3 suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#714112: gns3: Can't delete routers with link between them

2013-11-20 Thread Alejandro Carrazzoni
Package: gns3
Version: 0.8.6-2
Followup-For: Bug #714112

I updated to 0.8.6, the bug is still there.



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gns3 depends on:
ii  dynamips0.2.10-2
ii  python-qt4  4.10.3-2
pn  python:any  none
ii  ucf 3.0027+nmu1
ii  xdotool 1:3.20130111.1-3
ii  xterm   297-1

Versions of packages gns3 recommends:
pn  wireshark  none

gns3 suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#714112: gns3: Can't delete routers with link between them

2013-10-30 Thread Daniel Lintott
Package: gns3
Followup-For: Bug #714112

GNS3 0.8.6 is now in unstable which includes a large number of bug fixes.
Please could you try the new version and and see if this resolves the issue.

Regards,

Daniel


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#714112: gns3: Can't delete routers with link between them

2013-06-27 Thread Alejandro Carrazzoni
Package: gns3
Version: 0.8.3-0.1
Followup-For: Bug #714112

The same thing happens when I try to remove the links between routers.



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gns3 depends on:
ii  dynamips0.2.7-0.2.8RC2-5.1
ii  python  2.7.5-2
ii  python-qt4  4.10.2-1
ii  python-support  1.0.15
ii  ucf 3.0027

gns3 recommends no packages.

gns3 suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#714112: gns3: Can't delete routers with link between them

2013-06-25 Thread Alejandro Carrazzoni
Package: gns3
Version: 0.8.3-0.1
Severity: important

If there are at least two routers, with a link between them, and I try to
delete one of them, it doesn't get deleted, and the following error appears on
the console:

-Traceback lines (saved in exception.log)--
Traceback (most recent call last):

  File /usr/share/gns3/GNS3/Scene.py, line 586, in slotDeleteNode
if self.__topology.deleteLinkFromScene(link) == False:

  File /usr/share/gns3/GNS3/Topology.py, line 1182, in deleteLinkFromScene
command = undo.DeleteLink(self, link)

  File /usr/share/gns3/GNS3/UndoFramework.py, line 159, in __init__
self.setText(translate(UndoFramework, Delete link: %s (%s) - %s (%s))
% (link.source.hostname, link.srcIf, link.dest.hostname, link.destIf))

TypeError: not all arguments converted during string formatting

---



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gns3 depends on:
ii  dynamips0.2.7-0.2.8RC2-5.1
ii  python  2.7.5-2
ii  python-qt4  4.10.2-1
ii  python-support  1.0.15
ii  ucf 3.0027

gns3 recommends no packages.

gns3 suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org