Bug#748463: libdrm2: [drm] Failed to open DRM device for pci:0000:01:00.0: No such file or directory

2014-05-19 Thread Omega Weapon

On 18/05/14 22:07, Omega Weapon wrote:

On 17/05/14 22:35, Omega Weapon wrote:

After many hours I have finally been able to break into X. The problem
so far is an attempt to open /dev/dri/card1, which doesnt exist -
/dev/dri/card0 is sitting there as normal. So I assume the issue is in
xf86drm.c:drmOpenByBusid somehow breaking when trying card0, and then
moving to card1. I'll look further into this tomorrow.


So far I have demonstrated drmSetInterfaceVersion failing in
drmOpenByBusId due to drmIoctl failing with EACCES - so looks like
someones screwed up the permissions with /dev/dri/card0.

Courtesy of LordVan on #radeon, there is a discrepancy with non-standard
ACL (ls -al indicates non-standard ACL stuff with a + at the end):

===

# getfacl /dev/dri/card0

getfacl: Removing leading '/' from absolute path names
# file: dev/dri/card0
# owner: root
# group: video
user::rw-
group::rw-
mask::rw-
other::---

===

On my working laptop, there is an extra 'user:omega:rw-' entry (that is
my username), however I'd like to think the general user line does this.
I added these permissions in with setfacl, but X was still broken.

I'm currently reading into kernel documentation to understand the
DRM_IOCTL_SET_VERSION ioctl in an attempt to show exactly what thinks I
don't have the access.

I'd appreciate someone with a clue helping here, as it is taking a long
time to build up some for myself.



Michel Dänzer of radeon fame has solved it - radeontop held 
/dev/dri/card0 open, and from what I understand only one thing can open 
this at a time. So basically radeontop held X hostage for 3 days.


For anyone facing a similar problem, here is the check to see what is 
using the dri device and my actual example:


=

# sudo lsof /dev/dri/card0

COMMANDPID USER   FD   TYPE DEVICE SIZE/OFF  NODE NAME
radeontop 4300 root5u   CHR  226,0  0t0 10510 /dev/dri/card0
Xorg  6086 root   10u   CHR  226,0  0t0 10510 /dev/dri/card0

=

As soon as I killed radeontop and sudo service lightdm start, I could 
get back at my desktop.



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



Bug#748463: libdrm2: [drm] Failed to open DRM device for pci:0000:01:00.0: No such file or directory

2014-05-18 Thread Omega Weapon

On 17/05/14 22:35, Omega Weapon wrote:

After many hours I have finally been able to break into X. The problem
so far is an attempt to open /dev/dri/card1, which doesnt exist -
/dev/dri/card0 is sitting there as normal. So I assume the issue is in
xf86drm.c:drmOpenByBusid somehow breaking when trying card0, and then
moving to card1. I'll look further into this tomorrow.


So far I have demonstrated drmSetInterfaceVersion failing in 
drmOpenByBusId due to drmIoctl failing with EACCES - so looks like 
someones screwed up the permissions with /dev/dri/card0.


Courtesy of LordVan on #radeon, there is a discrepancy with non-standard 
ACL (ls -al indicates non-standard ACL stuff with a + at the end):


===

# getfacl /dev/dri/card0

getfacl: Removing leading '/' from absolute path names
# file: dev/dri/card0
# owner: root
# group: video
user::rw-
group::rw-
mask::rw-
other::---

===

On my working laptop, there is an extra 'user:omega:rw-' entry (that is 
my username), however I'd like to think the general user line does this. 
I added these permissions in with setfacl, but X was still broken.


I'm currently reading into kernel documentation to understand the 
DRM_IOCTL_SET_VERSION ioctl in an attempt to show exactly what thinks I 
don't have the access.


I'd appreciate someone with a clue helping here, as it is taking a long 
time to build up some for myself.



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



Bug#748463: libdrm2: [drm] Failed to open DRM device for pci:0000:01:00.0: No such file or directory

2014-05-17 Thread Omega Weapon

Package: libdrm2
Severity: important

Dear Maintainer,

I don't know where to place this bug other than it is todo with X, 
radeon and DRM - libdrm-radeon1 comes from this package.


Flagged as important as this is a serious issue for me - it has 
practically taken my main machine down and caused me to cancel a meeting 
this weekend.


On restarting the machine on 16.05.14 after the CPU cut out due to 
overheating, after a successful boot X failed to start. There were 
pending updates (the special var reboot file was present), and I usually 
only restart once a month for updates (so there would be 10-16d of 
uptime at that point).


I have attached the full Xorg log, but the key bit:

==

[53.375] (++) using VT number 7

[53.395] (II) [KMS] Kernel modesetting enabled.
[53.395] (II) RADEON(0): Creating default Display subsection in 
Screen section

Default Screen Section for depth/fbbpp 24/32
[53.395] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[53.395] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 
bpp pixmaps)

[53.395] (==) RADEON(0): Default visual is TrueColor
[53.395] (==) RADEON(0): RGB weight 888
[53.395] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[53.395] (--) RADEON(0): Chipset: ATI Radeon 4800 Series (ChipID = 
0x9440)
[53.457] (EE) RADEON(0): [drm] Failed to open DRM device for 
pci::01:00.0: No such file or directory

[53.457] (EE) RADEON(0): Kernel modesetting setup failed
[53.457] (II) UnloadModule: radeon

==

The graphics card does exist and does work - I get a working text 
console with it on all inputs, and an Ubuntu 13.10 live CD works fine - 
so this is a software issue (and it worked perfectly before the reboot).


I can see that X and mesa have changed recently - I attempted messy 
downgrades of libdrm and mesa based off the snapshot.debian.org site, 
but wasn't able to change the problem, and I stopped as I wasn't 
satisfied with this blind piecemeal manual method. Is there a proper way 
of telling aptitude to downgrade to packages present at a certain date?


I currently use the 3.13 kernel, but booting into 3.12 and 3.14 has made 
no difference. I use radeon.dpm=0 to boot as the kernel stalls otherwise 
with occassional root volume corruption (see 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741619). I have also 
tried booting with radeon.runpm=0 as suggested in 
https://bugzilla.redhat.com/show_bug.cgi?id=1068866#c2 , but this has 
made no difference.


I intend to read into how this stuff works and find out what is 
responsible for this unacceptable failure, but I'll be starting from 
scratch so will need help.


Thanks


-- System Information:
Debian Release: jessie/sid
   APT prefers testing
   APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), 
(1, 'experimental')

Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

[52.371] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[52.372] X Protocol Version 11, Revision 0
[52.372] Build Operating System: Linux 3.13-1-amd64 x86_64 Debian
[52.372] Current Operating System: Linux omega1 3.13-1-amd64 #1 SMP Debian 3.13.10-1 (2014-04-15) x86_64
[52.372] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13-1-amd64 root=UUID=bfeb0912-9199-488e-8022-6a0ec4df0b48 ro debug ignore_loglevel elevator=deadline rootdelay=9 radeon.dpm=0 block.events_dfl_poll_msecs=2000
[52.372] Build Date: 15 April 2014  06:58:36PM
[52.372] xorg-server 2:1.15.1-1 (http://www.debian.org/support) 
[52.372] Current version of pixman: 0.32.4
[52.372] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[52.372] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[52.372] (==) Log file: /var/log/Xorg.0.log, Time: Sat May 17 12:53:22 2014
[52.400] (==) Using config file: /etc/X11/xorg.conf
[52.400] (==) Using system config directory /usr/share/X11/xorg.conf.d
[52.497] (==) No Layout section.  Using the first Screen section.
[52.497] (==) No screen section available. Using defaults.
[52.497] (**) |--Screen Default Screen Section (0)
[52.497] (**) |   |--Monitor default monitor
[52.707] (==) No device specified for screen Default Screen Section.
	Using the first device section listed.
[52.720] (**) |   |--Device radeonhd6450
[52.720] (==) No monitor specified for screen Default Screen Section.
	Using a default monitor configuration.
[52.720] (==) Automatically adding devices
[52.720] (==) Automatically enabling devices
[52.720] (==) Automatically adding GPU 

Bug#748463: libdrm2: [drm] Failed to open DRM device for pci:0000:01:00.0: No such file or directory

2014-05-17 Thread Omega Weapon
After many hours I have finally been able to break into X. The problem 
so far is an attempt to open /dev/dri/card1, which doesnt exist - 
/dev/dri/card0 is sitting there as normal. So I assume the issue is in 
xf86drm.c:drmOpenByBusid somehow breaking when trying card0, and then 
moving to card1. I'll look further into this tomorrow.



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



Bug#735561: [cgroup-tools] RE: [cgroup-tools] Unable to install on Debian Testing due to unsatisfiable libcgroup1 dependency

2014-01-20 Thread Omega Weapon
Sorry, I have testing as the default and expect aptitude to only pull 
from testing unless I specify a different version (which it obviously 
doesnt, a usability bug for me).


cgroup-tools isn't on testing currently.

--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442


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



Bug#735561: [cgroup-tools] Unable to install on Debian Testing due to unsatisfiable libcgroup1 dependency

2014-01-16 Thread Omega Weapon

Package: cgroup-tools
Version: 0.41~rc1-1
Severity: normal

===

$ sudo aptitude install cgroup-tools

The following NEW packages will be installed:
  cgroup-tools{b}
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 67.2 kB of archives. After unpacking 293 kB will be used.
The following packages have unmet dependencies:
 cgroup-tools : Depends: libcgroup1 (= 0.40~rc1) but it is not going 
to be installed.

The following actions will resolve these dependencies:

 Keep the following packages at their current version:
1) cgroup-tools [Not Installed]



Accept this solution? [Y/n/q/?] q
Abandoning all efforts to resolve these dependencies.
Abort.

===

libcgroup1 is currently at v0.38-3.

Thanks


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.12-1-amd64

Debian Release: jessie/sid
  990 testing security.debian.org
  990 testing ftp.uk.debian.org
  500 unstableignorantguru.github.com
  500 unstableftp.uk.debian.org
  500 quodlibet-unstable www.student.tugraz.at
1 experimentalftp.uk.debian.org

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442


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



Bug#734985: [ibus] ibus does not respect /etc/default/keyboard XKBOPTIONS

2014-01-11 Thread Omega Weapon

Package: ibus
Version: 1.5.4-1
Severity: normal

I currently use ibus + mozc to occasionally type in Japanese. Recently 
I've noticed capslock becoming enabled, which was disabled years ago 
through Debian's central keyboard configuration (/etc/default/keyboard):




XKBOPTIONS=lv3:ralt_switch,caps:none



I knocked up a script to check the options every minute and email me 
when something broke them - I finally found that ibus breaks this when 
you switch from Japanese to English (in reality likely anything that 
restores the English input?).


Please can XKBOPTIONS be honoured.

Originally raised in 
http://forums.debian.net/viewtopic.php?f=6t=110435, but I've had no 
response.


Thanks


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.12-1-amd64

Debian Release: jessie/sid
  990 testing security.debian.org
  990 testing ftp.uk.debian.org
  500 unstableignorantguru.github.com
  500 unstableftp.uk.debian.org
  500 quodlibet-unstable www.student.tugraz.at
1 experimentalftp.uk.debian.org

--- Package information. ---
Depends   (Version) | Installed
===-+-
dconf-cli   | 0.18.0-1
gir1.2-gtk-3.0   (= 3.8.5) | 3.8.6-1
gir1.2-ibus-1.0 (= 1.5.4-1) | 1.5.4-1
gnome-icon-theme| 3.10.0-1
librsvg2-common | 2.40.0-1
python-gi   | 3.10.2-1
python-notify   | 0.1.1-3
dconf-gsettings-backend | 0.18.0-1
 OR gsettings-backend   |
python:any(= 2.6.6-7~) |
libatk1.0-0 (= 1.12.4) | 2.10.0-2
libc6 (= 2.14) |
libcairo2(= 1.2.4) |
libdconf1   (= 0.14.0) |
libgdk-pixbuf2.0-0  (= 2.22.0) |
libglib2.0-0(= 2.35.9) |
libgtk-3-0   (= 3.2.1) |
libgtk2.0-0   (= 2.24.5-4) |
libibus-1.0-5(= 1.5.3) |
libnotify4   (= 0.7.0) |
libpango-1.0-0  (= 1.14.0) |
libx11-6|
libxi6  (= 2:1.2.99.4) |


Recommends  (Version) | Installed
=-+-===
ibus-gtk  | 1.5.4-1
 OR ibus-qt4  | 1.3.1-4+b1
ibus-gtk3 | 1.5.4-1
 OR ibus-qt4  | 1.3.1-4+b1
im-config | 0.22-3


Suggests  (Version) | Installed
===-+-===
ibus-clutter| 0.0+git20090728.a936bacf-5.1
ibus-doc|
ibus-qt4| 1.3.1-4+b1


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



Bug#734796: [mpv] 'libwayland-egl.so.1: cannot open shared object file' when running

2014-01-10 Thread Omega Weapon

On 09/01/14 23:47, Alessandro Ghedini wrote:


Can you please run the following commands and post the result?

  * apt-cache show mpv
  * apt-cache policy mpv
  * dpkg -l mpv
  * apt-cache policy libegl1-mesa-drivers
  * dpkg -l libegl1-mesa-drivers
  * ldd /usr/bin/mpv





 From the error you reported, it seems like the libegl1-mesa-drivers package
isn't installed, but it should, since it's a dependency.

Also, there should be a new mpv version available (0.3.2-1) in unstable. Can
you please upgrade to it?

Cheers



Based on what you said, I did some investigation this end (initially I 
treated this as a bad packaging issue and left it at that) - 
libegl1-mesa-drivers is responsible for the shared library, and is 
installed on this machine. BUT, the library definitely doesnt exist - I 
did an aptitude reinstall, and suddenly the library is installed... so 
it seems to have been some other package's screwup I guess (I don't 
fiddle with these packages so it isnt my issue) - although I can't take 
this further as I'd need a pattern for the .so disappearance.


Sorry for the noise.


--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442


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



Bug#734796: [mpv] 'libwayland-egl.so.1: cannot open shared object file' when running

2014-01-09 Thread Omega Weapon

Package: mpv
Version: 0.3.1-1
Severity: normal

Simply running 'mpv' results in the following:



mpv: error while loading shared libraries: libwayland-egl.so.1: cannot 
open shared object file: No such file or directory





--- System information. ---
Architecture: amd64
Kernel:   Linux 3.12-1-amd64

Debian Release: jessie/sid
  990 testing security.debian.org
  990 testing ftp.uk.debian.org
  500 unstableignorantguru.github.com
  500 unstableftp.uk.debian.org
  500 quodlibet-unstable www.student.tugraz.at
1 experimentalftp.uk.debian.org

--- Package information. ---
Depends  (Version) | Installed
==-+-==
libasound2 (= 1.0.16) |
libass4(= 0.10.1) |
libavcodec54 (= 6:9.1-1)  |
 OR libavcodec-extra-54(= 6:9.10) |
libavfilter3  (= 6:9.1-1) |
libavformat54 (= 6:9.1-1) |
libavresample1(= 6:9.1-1) |
libavutil52   (= 6:9.1-1) |
libbluray1 |
libbs2b0   |
libc6(= 2.15) |
libcdio-cdda1(= 0.83) |
libcdio-paranoia1(= 0.83) |
libcdio13(= 0.83) |
libdvdnav4 (= 4.2.0+20120524) |
libdvdread4|
libegl1-mesa   (= 7.8.1)  |
 OR libegl1-x11|
libegl1-mesa-drivers   |
libenca0  (= 1.9) |
libgl1-mesa-glx|
 OR libgl1 |
libguess1  |
libjack-jackd2-0   (= 1.9.5~dfsg-14)  |
 OR libjack-0.116  |
libjpeg8   (= 8c) |
liblcms2-2 |
liblircclient0 |
liblua5.1-0|
libmpg123-0(= 1.13.7) |
libncurses5(= 5.5-5~) |
libpostproc52(= 5:0.git20120217~) |
libpulse0  (= 0.99.1) |
libquvi7(= 0.4.0) |
libsdl2-2.0-0   (= 2.0.0) |
libswscale2   (= 6:9.1-1) |
libtinfo5  |
libva-glx1 |
libva-x11-1( 1.2.0~) |
libva1 ( 1.2.0~) |
libvdpau1 (= 0.2) |
libwayland-client0  (= 1.0.2) |
libwayland-cursor0  (= 1.0.2) |
libx11-6   |
libxext6   |
libxinerama1   |
libxkbcommon0   (= 0.2.0) |
libxss1|
libxv1 |
libxxf86vm1|
zlib1g(= 1:1.1.4) |


Package's Recommends field is empty.

Package's Suggests field is empty.--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442


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



Bug#734796: [mpv] 'libwayland-egl.so.1: cannot open shared object file' when running

2014-01-09 Thread Omega Weapon

On 09/01/14 22:21, Alessandro Ghedini wrote:

On gio, gen 09, 2014 at 09:34:13 +, Omega Weapon wrote:

Package: mpv
Version: 0.3.1-1
Severity: normal

Simply running 'mpv' results in the following:



mpv: error while loading shared libraries: libwayland-egl.so.1:
cannot open shared object file: No such file or directory




According to the Depends list in your report, you haven't installed any of mpv
dependencies... it's not surprising that it doesn't even start.

Please run:

  # apt-get install -f

and try again.

Cheers



I did the usual 'sudo aptitude install mpv' to get the package, and it 
did pull other packages down. Output of the -f call:




sudo apt-get install -f
[sudo] password for omega:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
  linux-image-amd64
Use 'apt-get autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.



(Presumably a bit of noise and nothings wrong)


--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442


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



Bug#690756: [remmina] rdp connection only black screen

2014-01-02 Thread Omega Weapon
Thanks for the workaround Berhard - I'm using v1.0.0-6 here with the 
same issue - on connect the embedded freerdp 'canvas' doesn't appear to 
paint, being the same grey as the normal window chrome - toggling 
fullscreen works around the issue.


Testing xfreerdp v1.0.2 (from freerdp-x11) separately does not show this 
problem.



--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442


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



Bug#714524: [freeplane] Keystrokes no longer recognised during use

2013-11-01 Thread Omega Weapon

Good to see that someone other than me has this issue too :)



On 31/10/13 18:51, Felix Natter wrote:

hi,

@Martin: unfortunately I cannot reproduce your problem (same JDK, same
Freeplane, same kernel/architecture; I am also using jessie) from your
description.
(Upstream can only try to fix this if it's reproducible)

Just to be sure: did you try to press ESC when this happens?

Best Regards,




--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442


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



Bug#724264: [xserver-xorg-video-radeon] X server crashes in multiple programs attempting to view a jpg file

2013-09-24 Thread Omega Weapon

Package: xserver-xorg-video-radeon
Version: 1:7.2.0-1+b1

This crashes X for me immediately too - ironically Thunderbird 
automatically loaded the attachment when this email came in.



--- System information. ---
Architecture: amd64
Kernel:   Linux 3.10-2-amd64

Debian Release: jessie/sid
  990 testing security.debian.org
  990 testing ftp.uk.debian.org
  500 unstableignorantguru.github.com
  500 unstableftp.uk.debian.org
  500 stable  www.getgnash.org
  500 quodlibet-unstable www.student.tugraz.at
1 experimentalftp.uk.debian.org

--- Package information. ---
Depends   (Version) | Installed
===-+-==
libc6 (= 2.17) |
libdrm-radeon1  (= 2.4.31) |
libpciaccess0   |
libudev1   (= 183) |
xorg-video-abi-12   |
xserver-xorg-core (= 2:1.12.3.901) |


Package's Recommends field is empty.

Suggests(Version) | Installed
=-+-===
firmware-linux|


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



Bug#270751: unrar-free: cannot decompress multipart rar archives

2013-09-23 Thread Omega Weapon

On 23/09/13 14:47, Dominik George wrote:

Package: unrar-free
Version: 1:0.0.1+cvs20071127-2
Followup-For: Bug #270751

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

This bug is a real blocker for unrar-free's usability as a replacement
for unrar-nonfree. Is there any progress? Is unrar-free even still
maintained?

- -- 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/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/mksh

Versions of packages unrar-free depends on:
ii  libc6  2.17-92+b1

unrar-free recommends no packages.

Versions of packages unrar-free suggests:
pn  pike7.8 | pike7.6 | pike  none

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQJOBAEBCAA4BQJSQEZWMRpodHRwczovL3d3dy5kb21pbmlrLWdlb3JnZS5kZS9n
cGctcG9saWN5LnR4dC5hc2MACgkQt5o8FqDE8paBBg/+ISyOEV0zBy3OzZpCY6gn
+0bc0Q/wfcZyYXsWL+J6GUB7DTQeS1gec9oJgO0NSnW22vLkUZbK1ppfrzJ2weEe
AsqT+7BbWfYiTQc5C/Xminew29PIEzoGZ0HLpqb3PIB0FDLLZDu2FkaNswi+XGJJ
4ZbpjkeDiZ1Gbi+qSxabQNRHnXrP/9boxrUzuknFaA0yCUfNbQE1GtHr55JK4PvG
dZQ+7cP8iZrHuBEm11g2BqFM98d7P1fTJ6daxF83+EH8YTXoNcsDmG7uKJb3QmDM
W0pGwc0skLo26dMMeWvxVEvoJoVf8Btj5dkbZrwBS5Iuk8YeY/PUM/cEhajNUxIo
LcVMkVAdQ3E+d7NmOArxdrljsGgOw+BmlM7Yj6F5JIvYFHlwLzinMemTfWP4Zb3X
Eea4bdumP7VxuV5ZxY7xTQ5+bR6bV8U8sEi1bTyk6ldJ03G4hwHvPz/jsG6RsVg0
/F1kucZGzmniQG3aoWTt3tz3hXX4Wf0YN81OBg7Y7p5KyIgGIRBIcZvpoRX0KBj6
d7vRUGzMS0FjIDmGdNQGx7FmzNw0eEof2cVmaHXLzpED+2tTiGv4gXUMeAcrx5Oy
Dtj4WO6BiQwHsGmMcWFSbYuaxO4g3bJi05BemRuOIK710Nz6ZK92FcTrZOj7jlgH
+ai8GT+wzFFb9dlcdauI958=
=6rg9
-END PGP SIGNATURE-



Just for reference, unar (https://code.google.com/p/theunarchiver/) is 
libre software in the repo and can deal with modern RAR archives.



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



Bug#714524: [freeplane] Re: Try different JDK?

2013-08-26 Thread Omega Weapon

Package: freeplane
Version: 1.2.23-2

For reference this has just happened again after pasting a block of text 
from a website into an empty node in edit mode.



--- System information. ---
Architecture: amd64
Kernel:   Linux 3.9-1-amd64

Debian Release: jessie/sid
  990 testing security.debian.org
  990 testing ftp.uk.debian.org
  500 unstableignorantguru.github.com
  500 unstableftp.uk.debian.org
  500 stable  www.getgnash.org
  500 quodlibet-unstable www.student.tugraz.at
1 experimentalftp.uk.debian.org

--- Package information. ---
Depends   (Version) | Installed
===-+-
default-jre | 1:1.7-49
 OR sun-java6-jre   |
javahelp2   | 2.0.05.ds1-6
groovy  | 1.8.6-1
libcommons-lang-java| 2.6-3
libcommons-io-java  | 2.4-2
libjgoodies-forms-java   (= 1.6.0) | 1.6.0-4
simplyhtml (= 0.16.07) | 0.16.07-1
libbatik-java   | 1.7+dfsg-3
librhino-java   | 1.7R3-5
libfop-java | 1:1.1.dfsg-2
libxerces2-java | 2.11.0-6
libxml-commons-external-java| 1.4.01-2
libjaxp1.3-java | 1.3.05-2
libjlatexmath-java  | 1.0.2-1
libknopflerfish-osgi-framework-java | 2.3.3-2
libjsyntaxpane-java (= 0.9.6~r156) | 0.9.6~r156-2
libjortho-freeplane-java   (= 1.2.23-2) | 1.2.23-2


Recommends (Version) | Installed
-+-===
xdg-utils| 1.1.0~rc1+git20111210-7
java-wrappers| 0.1.25


Package's Suggests field is empty.


--- Output from package bug script ---
[debug] /usr/bin/freeplane: Picking up the JVM designated by the 
alternatives system:
[debug] /usr/bin/freeplane:   JAVA_HOME = 
'/usr/lib/jvm/java-7-openjdk-amd64'
[debug] /usr/bin/freeplane: Found JAVA_HOME = 
'/usr/lib/jvm/java-7-openjdk-amd64'
[debug] /usr/bin/freeplane: Found JAVA_CMD = 
'/usr/lib/jvm/java-7-openjdk-amd64/bin/java'

DEBUG:   Freeplane parameters are ''.
DEBUG:   Linux omega1 3.9-1-amd64 #1 SMP Debian 3.9.8-1 x86_64 GNU/Linux
No LSB modules are available.
DEBUG:   Distributor ID:Debian
Description:Debian GNU/Linux testing (jessie)
Release:testing
Codename:   jessie
DEBUG:   The following DEB packages are installed:
ii  freeplane   1.2.23-2   all 
Java program for working with Mind Maps
ii  libjortho-freeplane-java1.2.23-2   all 
Java spell-checking library
DEBUG:   Link '/usr/bin/freeplane' resolved to 
'/usr/share/freeplane/freeplane.sh'.

DEBUG:   Freeplane Directory is '/usr/share/freeplane'.
DEBUG:   Calling: /usr/lib/jvm/java-7-openjdk-amd64/bin/java
 -Xmx512m
 -Dorg.freeplane.param1=
 -Dorg.freeplane.param2=
 -Dorg.freeplane.param3=
 -Dorg.freeplane.param4=
 -Dorg.freeplane.param4=
 -Dorg.freeplane.param4=
 -Dorg.freeplane.param4=
 -Dorg.freeplane.param4=
 -Dorg.knopflerfish.framework.bundlestorage=memory
 -Dorg.freeplane.globalresourcedir=/usr/share/freeplane/resources

-Dorg.knopflerfish.gosg.jars=reference:file:/usr/share/freeplane/core/
 -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D
 -jar
 /usr/share/freeplane/framework.jar
 -xargs
 /usr/share/freeplane/props.xargs
 -xargs
 /usr/share/freeplane/init.xargs--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442


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



Bug#720304: [libknopflerfish-osgi-framework-java] Please change dependency to OpenJDK v7

2013-08-20 Thread Omega Weapon

Package: libknopflerfish-osgi-framework-java
Version: 2.3.3-2
Severity: normal

Now that OpenJDK v7 is the default libre Java runtime, please could the 
dependency for this package be changed to it? I can then eliminate v6 
from this system (occasionally it gets used where v7 should resulting in 
bugs reappearing etc).


Thanks


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.9-1-amd64

Debian Release: jessie/sid
  990 testing security.debian.org
  990 testing ftp.uk.debian.org
  500 unstableignorantguru.github.com
  500 unstableftp.uk.debian.org
  500 stable  www.getgnash.org
  500 quodlibet-unstable www.student.tugraz.at
1 experimentalftp.uk.debian.org

--- Package information. ---
Depends(Version) | Installed
-+-===
openjdk-6-jre| 6b27-1.12.5-2
 OR sun-java5-jre|
 OR sun-java6-jre|


Package's Recommends field is empty.

Suggests   (Version) | Installed
-+-===
libknopflerfish-osgi-java-doc| --

--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442


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



Bug#714524: Try different JDK?

2013-08-16 Thread Omega Weapon

On 16/08/13 18:41, Felix Natter wrote:

hi Omega,

could an OpenJDK7-update (7u21 in testing, 7u25 in unstable) help?

Otherwise, as a last resort, try to install Oracle-JDK7
(and use update-alternatives-java to activate it).

Best Regards,



7u21-2.3.9-5 running currently. Admitedly I'm having less mindmap use 
currently, but with putting up with the graphical corruption caused by 
horizontal scrolling, I get faster hardware rendering which seems to 
cause this issue to happen less (its been a while since the last 
occurrence).


I've added the unstable repositories and upgraded to OpenJDK7 on 
unstable. Since this issue isnt debilitating, I won't be installing 
proprietary software.



--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442


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



Bug#714748: [java-wrappers] require_java_runtime no longer returns correct OpenJDK7 install

2013-07-21 Thread Omega Weapon
Since there has been no response, I have tried to remove the OpenJDK v6 
runtime - but too many programs depend on it. So this bug therefore will 
affect anyone who is recommended to install OpenJDK v7 to escape bugs in v6.


--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442


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



Bug#669712: [freeplane] RE: freeplane: Visual corruption after scrolling mindmap

2013-07-02 Thread Omega Weapon

On 01/07/13 21:23, Felix Natter wrote:

Omega Weapon omegap...@gmail.com writes:

This looks like you're still using OpenJDK6! You should definitely try
openjdk-7:
   
http://packages.debian.org/search?keywords=openjdk-7-jresearchon=namessuite=allsection=all


Now this was a WTF moment. I've already said that I'm using OpenJDK7 
earlier. So, I investigated how the bug script runs, and how freeplane 
works out the Java command - the java-wrappers package is responsible 
for JAVA_CMD, and this returns the v6 runtime currently.


Luckily for me I pay attention to what updates day to day (I read the 
changelogs every time) - that package recently upgraded to 0.1.26 - I 
installed the 0.1.25 version, and suddenly JAVA_CMD returns the correct 
v7 runtime! Bugs everywhere!


Running freemind again with the software rendering with the correct v7 
runtime is fine - so this is just an old irrelevant bug in OpenJDK6.


I will report the bug I have discovered against java-wrappers now, and 
uninstall the v6 runtime since its probably no longer needed.


Thanks for your help - I would not have suspected something messing 
around with my runtime version (this was configured at v7 by Debian 
alternates months ago).




--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442


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



Bug#714748: [java-wrappers] require_java_runtime no longer returns correct OpenJDK7 install

2013-07-02 Thread Omega Weapon

Package: java-wrappers
Version: 0.1.26
Severity: normal

It looks like your change in #711850 (mailto:711...@bugs.debian.org) has 
bricked detection of OpenJDK7 running alongside OpenJDK6.


Currently I have both libre runtimes installed (no proprietary Java), 
with alternatives configured to use v7.


After upgrading to 0.1.26, 'require_java_runtime java6' returns the v6 
runtime rather than v7 via JAVA_CMD - this caused me to think there are 
further bugs in freeplane's Java enviroment (I note the bug you fixed is 
for freemind, which freeplane is a fork of ;)) - see 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669712#80


I plan to uninstall OpenJDK6 as its likely no longer needed now, but am 
happy to keep it in place to test the fix for this bug when it comes.


Thanks


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.9-1-amd64

Debian Release: jessie/sid
  990 testing security.debian.org
  990 testing ftp.uk.debian.org
  500 unstableignorantguru.github.com
  500 stable  www.getgnash.org
  500 quodlibet-unstable www.student.tugraz.at
1 experimentalftp.uk.debian.org

--- Package information. ---
Depends  (Version) | Installed
==-+-===
unzip  | 6.0-9


Package's Recommends field is empty.

Package's Suggests field is empty.


--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442


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



Bug#669712: [freeplane] RE: freeplane: Visual corruption after scrolling mindmap

2013-07-02 Thread Omega Weapon

On 02/07/13 14:30, Omega Weapon wrote:


I will report the bug I have discovered against java-wrappers now, and
uninstall the v6 runtime since its probably no longer needed.


Reported in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714748



--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442


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



Bug#714524: [freeplane] Keystrokes no longer recognised during use

2013-06-30 Thread Omega Weapon

Package: freeplane
Version: 1.2.23-1
Severity: normal

While working on a mindmap, I moved a node up with Cntrl+UP - this 
completed, but after this no further keystrokes were recognised. Prior 
to this point I had been entering data in the mindmap for a few hours.


This was originally reported in 669712 
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669712) with the 
previous freeplane package - ESC has no effect, I have to restart freeplane.



--- System information. ---
Architecture: amd64
Kernel:   Linux 3.9-1-amd64

Debian Release: jessie/sid
  990 testing security.debian.org
  990 testing ftp.uk.debian.org
  500 unstableignorantguru.github.com
  500 stable  www.getgnash.org
  500 quodlibet-unstable www.student.tugraz.at
1 experimentalftp.uk.debian.org

--- Package information. ---
Depends   (Version) | Installed
===-+-
default-jre | 1:1.6-47
 OR sun-java6-jre   |
javahelp2   | 2.0.05.ds1-6
groovy  | 1.8.6-1
libcommons-lang-java| 2.6-3
libcommons-io-java  | 2.4-2
libjgoodies-forms-java   (= 1.6.0) | 1.6.0-4
simplyhtml (= 0.16.07) | 0.16.07-1
libbatik-java   | 1.7+dfsg-3
librhino-java   | 1.7R3-5
libfop-java | 1:1.1.dfsg-2
libxerces2-java | 2.11.0-6
libxml-commons-external-java| 1.4.01-2
libjaxp1.3-java | 1.3.05-2
libjlatexmath-java  | 1.0.2-1
libknopflerfish-osgi-framework-java | 2.3.3-2
libjsyntaxpane-java (= 0.9.6~r156) | 0.9.6~r156-2
libjortho-freeplane-java   (= 1.2.23-1) | 1.2.23-1


Recommends (Version) | Installed
-+-===
xdg-utils| 1.1.0~rc1+git20111210-7
java-wrappers| 0.1.25


Package's Suggests field is empty.


--- Output from package bug script ---
[debug] /usr/bin/freeplane: Picking up the JVM designated by the 
alternatives system:
[debug] /usr/bin/freeplane:   JAVA_HOME = 
'/usr/lib/jvm/java-7-openjdk-amd64'
[debug] /usr/bin/freeplane: Found JAVA_HOME = 
'/usr/lib/jvm/java-7-openjdk-amd64'
[debug] /usr/bin/freeplane: Found JAVA_CMD = 
'/usr/lib/jvm/java-7-openjdk-amd64/bin/java'

DEBUG:   Freeplane parameters are ''.
DEBUG:   Linux omega1 3.9-1-amd64 #1 SMP Debian 3.9.6-1 x86_64 GNU/Linux
No LSB modules are available.
DEBUG:   Distributor ID:Debian
Description:Debian GNU/Linux testing (jessie)
Release:testing
Codename:   jessie
DEBUG:   The following DEB packages are installed:
ii  freeplane   1.2.23-1   all Java program for 
working with Mind Maps
ii  libjortho-freeplane-java1.2.23-1   all Java 
spell-checking library
DEBUG:   Link '/usr/bin/freeplane' resolved to 
'/usr/share/freeplane/freeplane.sh'.

DEBUG:   Freeplane Directory is '/usr/share/freeplane'.
DEBUG:   Calling: /usr/lib/jvm/java-7-openjdk-amd64/bin/java
 -Xmx512m
 -Dorg.freeplane.param1=
 -Dorg.freeplane.param2=
 -Dorg.freeplane.param3=
 -Dorg.freeplane.param4=
 -Dorg.freeplane.param4=
 -Dorg.freeplane.param4=
 -Dorg.freeplane.param4=
 -Dorg.freeplane.param4=
 -Dorg.knopflerfish.framework.bundlestorage=memory
 -Dorg.freeplane.globalresourcedir=/usr/share/freeplane/resources

-Dorg.knopflerfish.gosg.jars=reference:file:/usr/share/freeplane/core/
 -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D
 -Dsun.java2d.xrender=True
 -jar
 /usr/share/freeplane/framework.jar
 -xargs
 /usr/share/freeplane/props.xargs
 -xargs
 /usr/share/freeplane/init.xargs

--

--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442


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



Bug#713880: [network-manager-gnome] nm-applet crashes when connecting to a new WPA2 AP

2013-06-25 Thread Omega Weapon

Package: network-manager-gnome
Version: 0.9.8.2-1

Adding to this ticket as this sounds similar - tell me if I should raise 
another ticket.


I've just bought the first 'Respects Your Freedom' USB dongle with the 
atheros chip, plugged it in, installed the firmware and tried to get at 
the local 'WPA2 Personal' secured network - nm-applet dies:


=

$ nm-applet

p11-kit: couldn't load module: 
/usr/lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: 
/usr/lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open 
shared object file: No such file or directory

** Message: applet now removed from the notification area
** Message: applet now embedded in the notification area
** Message: Remote error from secret service: 
org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop.secrets was not provided by any .service files

Segmentation fault

=

There doesn't appear to be a debug symbols package for 
network-manager-gnome in Testing.


As soon as I edit the connection and put a password in, it works.


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.9-1-amd64

Debian Release: jessie/sid
  990 testing security.debian.org
  990 testing ftp.uk.debian.org
  500 unstableignorantguru.github.com
  500 stable  www.getgnash.org
  500 quodlibet-unstable www.student.tugraz.at
1 experimentalftp.uk.debian.org

--- Package information. ---
Depends  (Version) | Installed
==-+-===
gconf-service  | 3.2.6-1
libatk1.0-0(= 1.12.4) | 2.8.0-2
libc6(= 2.14) |
libcairo-gobject2  (= 1.10.0) |
libcairo2   (= 1.2.4) |
libdbus-1-3 (= 1.0.2) |
libdbus-glib-1-2 (= 0.88) |
libgconf-2-4(= 3.2.5) |
libgdk-pixbuf2.0-0 (= 2.22.0) |
libglib2.0-0   (= 2.35.9) |
libgnome-bluetooth10   (= 2.91.2) |
libgnome-keyring0(= 3.2.2-2~) |
libgtk-3-0  (= 3.0.0) |
libnm-glib-vpn1   (= 0.7.999) |
libnm-glib4   (= 0.9.4.0) |
libnm-gtk0   (= 0.9.8.2-1) |
libnm-util2 (= 0.9.7.995) |
libnotify4  (= 0.7.0) |
libpango-1.0-0 (= 1.14.0) |
libpangocairo-1.0-0(= 1.14.0) |
libsecret-1-0 (= 0.7) |
dconf-gsettings-backend|
 OR gsettings-backend  |
network-manager (= 0.9.8) |
policykit-1-gnome  |
gnome-icon-theme   |
dbus-x11   |


Recommends  (Version) | Installed
=-+-===
notification-daemon   | 0.7.6-1
gnome-keyring | 3.4.1-5
mobile-broadband-provider-info| 20130506-1
gnome-bluetooth   | 3.4.2-1
iso-codes | 3.43-1


Suggests   (Version) | Installed
-+-===
network-manager-openconnect-gnome|
network-manager-openvpn-gnome|
network-manager-vpnc-gnome   |
network-manager-pptp-gnome   |


--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442


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



Bug#713880: [Pkg-utopia-maintainers] Bug#713880: [network-manager-gnome] nm-applet crashes when connecting to a new WPA2 AP

2013-06-25 Thread Omega Weapon

On 25/06/13 21:00, Michael Biebl wrote:

Am 25.06.2013 21:36, schrieb Omega Weapon:

Package: network-manager-gnome
Version: 0.9.8.2-1

Adding to this ticket as this sounds similar - tell me if I should raise
another ticket.

I've just bought the first 'Respects Your Freedom' USB dongle with the
atheros chip, plugged it in, installed the firmware and tried to get at
the local 'WPA2 Personal' secured network - nm-applet dies:

=

$ nm-applet

p11-kit: couldn't load module:
/usr/lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so:
/usr/lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open
shared object file: No such file or directory
** Message: applet now removed from the notification area
** Message: applet now embedded in the notification area
** Message: Remote error from secret service:
org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.secrets was not provided by any .service files
Segmentation fault

=

There doesn't appear to be a debug symbols package for
network-manager-gnome in Testing.

As soon as I edit the connection and put a password in, it works.


Lemme guess, XFCE?


Got it in one :)


--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442


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



Bug#669712: [freeplane] RE: freeplane: Visual corruption after scrolling mindmap

2013-06-23 Thread Omega Weapon

On 22/06/13 11:07, Felix Natter wrote:


I talked to Dimitry, the project lead, about the issue. _Roughly_ it's
like this:

- there is an EventQueue to make sure that the input order is preserved
- an EventBuffer/KeyEventDispatcher waits for the component to get focus
   or for an ESCAPE key press
- There is only one Thread, so it's not a multi-threading issue.

= *a workaround is to press ESCAPE in this case :-)*


Excellent, a workaround! I'll be looking forward to the next instance 
now. I'm grateful for Dimitry's efforts!




I had hoped to learn Java and then hook into keypresses - some completely
clueless notes:


Dimitry tried hard to reproduce this with a fixed set of steps, and he
didn't succeed, so it may be hard to do :-(


Sorry to cause such trouble - I'm due to get C++ progression hopefully 
within a few weeks, so maybe I'm 0.5y away from reading into Java. Then 
at least I will be able to add debugging code to prove what is/isn't 
happening.






grep -iInr 'getNodeKeyListener'
src/org/freeplane/view/swing/ui/UserInputListenerFactory.java:192: public
KeyListener getNodeKeyListener() {
src/org/freeplane/view/swing/map/NodeView.java:1126:
mainView.addKeyListener(userInputListenerFactory.getNodeKeyListener());
src/org/freeplane/core/ui/IUserInputListenerFactory.java:58: KeyListener
getNodeKeyListener();

These are under the freeplane source
directory. 'src/org/freeplane/core/ui/IUserInputListenerFactory.java' looks
to be the initial interface which ties Java functionality (KeyListener)
with a method. It looks like
src/org/freeplane/view/swing/ui/UserInputListenerFactory.java' might allow
me to insert code on keypresses, but theres nothing about keypress events,
just method calls - so it might not be doable without creating my own
KeyListener method?


I am a Java dev myself, and I don't know how to fix this. I think you
have to dive really deeply into swing _and_ into the freeplane codebase
(like Dimitry does) in order to fix this.


Sounds like more of a hope for me than fighting OpenJDK 7!


--
Libre software on Github: https://github.com/OmegaPhil
FSF member #9442


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



Bug#707665: [ndiswrapper-dkms] Version 1.57 fails to build with linux kernel 3.8. Needs to be upgraded to 1.58

2013-06-22 Thread Omega Weapon
The instructions do not work for installing v1.58 on my laptop (not the 
machine I am reporting from) - new error:




DKMS make.log for ndiswrapper-1.58 for kernel 3.9-1-686-pae (i686)
Sat 22 Jun 21:20:18 BST 2013
make -C utils
make[1]: Entering directory `/var/lib/dkms/ndiswrapper/1.58/build/utils'
gcc -g -Wall -I../driver  -o loadndisdriver loadndisdriver.c
make[1]: Leaving directory `/var/lib/dkms/ndiswrapper/1.58/build/utils'
make -C driver
make[1]: Entering directory `/var/lib/dkms/ndiswrapper/1.58/build/driver'
make -C /usr/src/linux-headers-3.9-1-686-pae 
M=/var/lib/dkms/ndiswrapper/1.58/build/driver

make[2]: Entering directory `/usr/src/linux-headers-3.9-1-686-pae'
  LD  /var/lib/dkms/ndiswrapper/1.58/build/driver/built-in.o
  MKEXPORT /var/lib/dkms/ndiswrapper/1.58/build/driver/crt_exports.h
  MKEXPORT /var/lib/dkms/ndiswrapper/1.58/build/driver/hal_exports.h
  MKEXPORT /var/lib/dkms/ndiswrapper/1.58/build/driver/ndis_exports.h
  MKEXPORT /var/lib/dkms/ndiswrapper/1.58/build/driver/ntoskernel_exports.h
  MKEXPORT 
/var/lib/dkms/ndiswrapper/1.58/build/driver/ntoskernel_io_exports.h

  MKEXPORT /var/lib/dkms/ndiswrapper/1.58/build/driver/rtl_exports.h
  MKEXPORT /var/lib/dkms/ndiswrapper/1.58/build/driver/usb_exports.h
  CC [M]  /var/lib/dkms/ndiswrapper/1.58/build/driver/crt.o
  CC [M]  /var/lib/dkms/ndiswrapper/1.58/build/driver/hal.o
  CC [M]  /var/lib/dkms/ndiswrapper/1.58/build/driver/iw_ndis.o
  CC [M]  /var/lib/dkms/ndiswrapper/1.58/build/driver/loader.o
/var/lib/dkms/ndiswrapper/1.58/build/driver/loader.c: In function 
\u2018load_user_space_driver\u2019:
/var/lib/dkms/ndiswrapper/1.58/build/driver/loader.c:578:3: error: too 
few arguments to function \u2018add_taint\u2019
In file included from 
/usr/src/linux-headers-3.9-1-common/include/linux/cache.h:4:0,
 from 
/usr/src/linux-headers-3.9-1-common/include/linux/time.h:4,
 from 
/usr/src/linux-headers-3.9-1-common/include/linux/ktime.h:24,
 from 
/usr/src/linux-headers-3.9-1-common/include/linux/timer.h:5,
 from 
/var/lib/dkms/ndiswrapper/1.58/build/driver/ntoskernel.h:20,
 from 
/var/lib/dkms/ndiswrapper/1.58/build/driver/ndis.h:19,
 from 
/var/lib/dkms/ndiswrapper/1.58/build/driver/loader.c:16:
/usr/src/linux-headers-3.9-1-common/include/linux/kernel.h:404:13: note: 
declared here

make[5]: *** [/var/lib/dkms/ndiswrapper/1.58/build/driver/loader.o] Error 1
make[4]: *** [_module_/var/lib/dkms/ndiswrapper/1.58/build/driver] Error 2
make[3]: *** [sub-make] Error 2
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-3.9-1-686-pae'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/var/lib/dkms/ndiswrapper/1.58/build/driver'
make: *** [driver] Error 2




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



Bug#669712: [freeplane] RE: freeplane: Visual corruption after scrolling mindmap

2013-06-19 Thread Omega Weapon

On 18/06/13 19:39, Felix Natter wrote:


Since it might not be a Freeplane issue, I cannot promise that your
keyboard issue gets better (or even that it doesn't get worse) :-/ But
if it's a reproducible Freeplane issue, then Dimitry will probably (at
least try to) fix it.


I have tried to make a test case to reproduce it, but its not happening 
- both fast node creation and node moving hasn't triggered the problem 
in a new or old mindmap (my experience with the issue is its pretty 
non-deterministic, but at times it hits frequently - i.e. happens, 
restart freeplane, happens again in a minute).


The problem started at some point last year, here are my notes up until 
February, where I gave up tracking it:


30.12.12: Just had my first failure under OpenJDK v7 - have to assume 
its Freeplane's problem.
08.02.13: Seems to be more easily triggerable when I am using a chord 
with the keyboard - e.g. Cntrl + Up/down to move nodes up/down etc. Had 
this twice quickly in a row when this happened.
12.02.13: Happened repeatedly whilst I was making C mindmap Language 
data types char*/string escapes nodes.
15.02.13: Probably happens if you press a key between node creation and 
finalisation - i.e. create a node or type text into a node and enter 
then press another key before the node is 'fixed'.
27.02.13: Search on 'sizeof' in C programming mindmap - a few Cntrl+Gs 
leads to this issue


I had hoped to learn Java and then hook into keypresses - some 
completely clueless notes:




grep -iInr 'getNodeKeyListener'
src/org/freeplane/view/swing/ui/UserInputListenerFactory.java:192: 
public KeyListener getNodeKeyListener() {
src/org/freeplane/view/swing/map/NodeView.java:1126: 
mainView.addKeyListener(userInputListenerFactory.getNodeKeyListener());
src/org/freeplane/core/ui/IUserInputListenerFactory.java:58: 
KeyListener getNodeKeyListener();


These are under the freeplane source directory. 
'src/org/freeplane/core/ui/IUserInputListenerFactory.java' looks to be 
the initial interface which ties Java functionality (KeyListener) with a 
method. It looks like 
'src/org/freeplane/view/swing/ui/UserInputListenerFactory.java' might 
allow me to insert code on keypresses, but theres nothing about keypress 
events, just method calls - so it might not be doable without creating 
my own KeyListener method?






(At
work I tried a recent version and they'd changed the way things were
rendered, making it a lot less space efficient etc - went straight back to
the 'current' version).


Do you refer to 1.3.x vs 1.2.x or 1.2.x vs 1.1.x?

Anyway, IMHO this is the price for high level java programming and a
rich feature set. Or are you referring to screen space?


Screen space - hence visual comment. I'll stop here now since its been 
some months since I tested and my memory is hazy - quick testing right 
now on the work Windows machine shows that nodes are no longer bubbles, 
automatic formatting style appears to have changed, icons are not on the 
side closest the centre (which is where my eyes scan), etc etc... I 
guess all that is just a project to fight to get the appearance back to 
normal. I also remember having to mess with DPI to get a similar size, 
but it looks OK now in this test.




I was imagining I'd need to get C++ and Java progression to fight the
keyboard issue.


Does the issue also occur with other Java software?


I havent seen this in anything else - freeplane is by far my most used 
Java program, but I use Eclipse + PyDev fairly often so I should have 
had this happen a few times by now if the problem was more widespread.


Thanks!

--
Libre software on Github: https://github.com/OmegaPhil


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



Bug#669712: [freeplane] RE: freeplane: Visual corruption after scrolling mindmap

2013-06-18 Thread Omega Weapon

On 17/06/13 19:47, Felix Natter wrote:

Omega Weapon omegap...@gmail.com writes:


There is a separate failure where freeplane suddenly ignores all keyboard
input, but I later confirmed this also happened under the normal
graphics


You could try to update to 1.2.23, but I don't know whether that would
fix it (probably not).


OK, will wait till that and its dependencies hit testing. Not looking 
forward to it if this upgrade will visually trash my mindmaps though ;) 
(At work I tried a recent version and they'd changed the way things were 
rendered, making it a lot less space efficient etc - went straight back 
to the 'current' version).


I was imagining I'd need to get C++ and Java progression to fight the 
keyboard issue.



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



Bug#669712: [freeplane] RE: freeplane: Visual corruption after scrolling mindmap

2013-06-16 Thread Omega Weapon

Very sorry about the delay - I didn't get your email.

 Can we generally apply this patch or could it break something else in
 some cases?

So far the change has simply lead to slow graphics rendering in 
freeplane (interestingly when you get to the second/third line of a node 
it suddenly speeds up mind), but without corruption.


There is a separate failure where freeplane suddenly ignores all 
keyboard input, but I later confirmed this also happened under the 
normal graphics engine, so shouldn't be related (I can report this bug, 
but there is nothing useful I can say about it - I have to restart 
freeplane at this point).



 What is your experience with OpenJDK? Does it work properly (with this
 patch)? Now that OpenJDK7 has (almost) the same codebase as OracleJDK7
 (that's what the OpenJDK folks told me), I think we should try to
 support it.

Currently I use Eclipse, RSSOwl, and now I2P - OpenJDK seems to behave.

Aside from the strange keyboard issue, the other major failure I've seen 
is with Open Wonderland (http://openwonderland.org/) - the 
game/experience is unusable, I'm told due to 
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=568 - you can see 
the long thread I had here - 
https://groups.google.com/forum/?fromgroups=#!topic/openwonderland/-c3P211bjGI). 
This of course is non-essential.



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



Bug#700871: [sshfs] manpage note about IdentityFile and the need to quote twice when path contains spaces

2013-02-18 Thread Omega Weapon

Package: sshfs
Version: 2.4-1
Severity: minor

When you need to use a particular identity file for PKC authentication, 
sshfs does not cope with the passed-through option including spaces. I 
have reported this on the fuse-sshfs mailing list:


https://sourceforge.net/mailarchive/forum.php?thread_name=CAJfpegtgPrLBty0UJE-1DDKGsdPef_XxJVe7QSpS0yxFGJ9itw%40mail.gmail.comforum_name=fuse-sshfs

It would be useful to add a note to the manpage that you need to escape 
space-containing IdentityFile paths with single then double quotes, e.g.:



===

sshfs -o IdentityFile='path to identity file with spaces' 
user@host:path on remote server path on local server


===

Thanks


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-4-amd64

Debian Release: 7.0
  990 testing security.debian.org
  990 testing ftp.uk.debian.org
  500 unstableignorantguru.github.com
  500 stable  www.getgnash.org
  500 quodlibet-unstable www.student.tugraz.at
1 experimentalftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-===
libc6(= 2.4) |
libfuse2   (= 2.8.1) |
libglib2.0-0  (= 2.12.0) |
fuse (= 2.7) |
openssh-client (= 1:4.6p1-1) |


Package's Recommends field is empty.

Package's Suggests field is empty.


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



Bug#669712: [freeplane] RE: freeplane: Visual corruption after scrolling mindmap right - openjdk issue?

2013-01-07 Thread Omega Weapon

Package: freeplane
Version: 1.1.3-2

This bug is being tracked in 
https://bugs.freedesktop.org/show_bug.cgi?id=50850 - the real workaround 
is to pass '-Dsun.java2d.xrender=True' to java. For the benefit of other 
radeon freeplane users, I have attached a diff to /usr/bin/freeplane 
that adds to the defines variable that is already in use.
--- /usr/bin/freeplane.old	2013-01-07 20:46:36.643181971 +
+++ /usr/bin/freeplane	2013-01-07 20:46:43.566919404 +
@@ -191,7 +191,8 @@
 
 if [ ${JAVA_TYPE} != sun ]
 then # non-Sun environments don't work currently but we try anyway, who knows.
-	defines=-Dgnu.java.awt.peer.gtk.Graphics=Graphics2D
+	#defines=-Dgnu.java.awt.peer.gtk.Graphics=Graphics2D
+	defines=-Dgnu.java.awt.peer.gtk.Graphics=Graphics2D -Dsun.java2d.xrender=True
 fi
 _debug Calling: \
 ${JAVA_CMD} -Xmx512m\


Bug#693602: [virtualbox] startvm does not report valid returncode on error

2012-11-18 Thread Omega Weapon

Package: virtualbox
Version: 4.1.18-dfsg-1.1
Severity: normal

Reporting this here rather than the Virtualbox bugtracker as you need an 
Oracle account to do this, which requires personal information to 
register and is therefore unacceptable.


startvm has failed intermittently for some time, yet the command always 
returns as success (0) and therefore my script failed to capture the 
error. The following command is used, ran from cronjob script running as 
root:




sudo -u user that owns the VM VBoxManage startvm VM name 21



The VM is in the saved state. I added extra code to detect the failure 
to start, and now have my first actual feedback from the failure:




VBoxManage: error: The virtual machine 'VM name' has terminated 
unexpectedly during startup with exit code 0
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), 
component Machine, interface IMachine, callee

Waiting for VM VM name to power on...



This is clearly a failure and should return a failure exit code.

I am not looking into the actual error itself as it looks to be a mess 
from the search hits.



--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-4-amd64

Debian Release: wheezy/sid
  500 unstableignorantguru.github.com
  500 testing security.debian.org
  500 testing ftp.uk.debian.org
  500 stable  www.getgnash.org
  500 quodlibet-unstable www.student.tugraz.at

--- Package information. ---
Depends (Version) | Installed
=-+-==
libc6(= 2.6) |
libcurl3  (= 7.16.2) |
libgcc1  (= 1:4.1.1) |
libgsoap2 |
libpng12-0  (= 1.2.13-4) |
libpython2.7 (= 2.7) |
libsdl1.2debian   (= 1.2.11) |
libssl1.0.0(= 1.0.0) |
libstdc++6   (= 4.6) |
libvncserver0 |
libx11-6  |
libxcursor1( 1.1.2) |
libxext6  |
libxml2(= 2.7.4) |
libxmu6   |
libxt6|
zlib1g   (= 1:1.1.4) |
python  (= 2.6.6-7~) |
python   ( 2.8) |
python2.7 |
adduser   |


Recommends   (Version) | Installed
==-+-=
virtualbox-dkms   (= 4.1.18-dfsg-1.1)  | 4.1.18-dfsg-1.1
 OR virtualbox-source  (= 4.1.18-dfsg-1.1) |
virtualbox-qt  (= 4.1.18-dfsg-1.1) | 4.1.18-dfsg-1.1
libgl1-mesa-glx|
 OR libgl1 |
libqt4-opengl (= 4:4.5.3) |
libqtcore4(= 4:4.5.3) |
libqtgui4 (= 4:4.5.3) |


Suggests(Version) | Installed
=-+-===
virtualbox-guest-additions-iso| 4.1.18-1
vde2  |


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



Bug#689172: pylint-gui unable to cope with '--include-ids' option

2012-11-13 Thread Omega Weapon

This has now been fixed upstream: http://www.logilab.org/ticket/110838


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



Bug#691811: RFP: spacefm -- multi-panel tabbed customizable file manager for Linux

2012-10-30 Thread Omega Weapon
I have used pcmanfm-mod and then SpaceFM as my primary file manager for 
a few years now, I would also appreciate this.



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



Bug#691812: RFP: udevil -- flexible CLI tool which grants non-root users the ability to mount/unmount devices and network resources

2012-10-30 Thread Omega Weapon
I have been using this for some months now, and any problems I found 
were dealt with promptly - I would appreciate this too along with 
SpaceFM packaging.



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



Bug#689172: pylint-gui unable to cope with '--include-ids' option

2012-10-27 Thread Omega Weapon
As nothings happened here and I want to get at least another patch in, I 
am trying to push upstream: 
http://lists.logilab.org/pipermail/python-projects/2012-October/003341.html



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



Bug#690385: Failure to disable Kate Part's 'Move to Bottom of View' key binding to use with KDevelop

2012-10-13 Thread Omega Weapon

Package: kdevelop
Version: 4:4.3.1-3+b1
Severity: normal

To use tabs properly in KDevelop, I want to bind Cntrl+PgUp to previous 
tab and Cntrl+PgDown to next tab.


Currently Kate Part binds both of these keys to 'Move to Top of View' 
and 'Move to Bottom of View' respectively.  I have bound the keys to 
KDevelop's 'Previous Window'/'Next Window' (in reality tab) and 
attempted to set the Kate Part bindings to None.


So far disabling Kate Part's 'Move to Top of View' has succeeded, but 
'Move to Bottom of View' fails - it 'works', but when I test it a few 
times, KDevelop soon throws up a dialog saying the key sequence is 
ambiguous - Kate Part stole back the binding.


I have also tried assigning a different binding, but it still steals it 
back.



--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-3-amd64

Debian Release: wheezy/sid
  500 unstableignorantguru.github.com
  500 testing security.debian.org
  500 testing ftp.uk.debian.org
  500 stable  www.getgnash.org
  500 quodlibet-unstable www.student.tugraz.at

--- Package information. ---
Depends   (Version) | Installed
===-+-==
kde-runtime | 4:4.8.4-1
kdevplatform5-libs   (= 1.3.1) | 1.3.1-2
libc6  (= 2.4) |
libgcc1(= 1:4.1.1) |
libkasten1controllers1 (= 4:4.8.4) |
libkasten1core1(= 4:4.8.4) |
libkasten1okteta1controllers1  (= 4:4.8.4) |
libkasten1okteta1core1 (= 4:4.8.4) |
libkasten1okteta1gui1  (= 4:4.8.4) |
libkcmutils4  (= 4:4.4.95) |
libkdecore5   (= 4:4.4.95) |
libkdeui5  (= 4:4.3.4) |
libkio5(= 4:4.3.4) |
libkparts4 (= 4:4.3.4) |
libktexteditor4   (= 4:4.4.95) |
libplasma3  (= 4:4.4.4-2~) |
libprocessui4a (= 4:4.6.1) |
libqt4-dbus(= 4:4.6.1) |
libqt4-help(= 4:4.5.3) |
libqt4-network (= 4:4.5.3) |
libqt4-script  (= 4:4.5.3) |
libqtcore4 (= 4:4.8.0) |
libqtgui4  (= 4:4.5.3) |
libqtwebkit4  (= 2.1.0~2011week13) |
libstdc++6 (= 4.6) |
libsublime5  (= 1.3.1) |
libthreadweaver4   (= 4:4.3.4) |
kdevelop-data(= 4:4.3.1-3) |


Recommends  (Version) | Installed
=-+-===
gcc   | 4:4.7.1-1
g++   | 4:4.7.1-1
make  | 3.81-8.2
gdb  (= 7.0) | 7.4.1-1.1


Suggests   (Version) | Installed
-+-===
cmake| 2.8.9-1
kapptemplate |
kdevelop-l10n|


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



Bug#690385:

2012-10-13 Thread Omega Weapon

Package: kdevelop
Version: 4:4.3.1-3+b1

More information - it seems when I press Cntrl+PgUp a few times, then 
switch to Cntrl+PgDown, at least one or two presses actually work, 
before the ambiguous dialog appears.



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



Bug#690175: Failure to include java 7 javaws in alternatives

2012-10-10 Thread Omega Weapon

Package: icedtea-netx
Version: 1.3-2
Severity: normal

Throwing this out here so people are aware of it.

I installed openjdk-7-jre and openjdk-7-jdk, then later used 
'update-java-alternatives --set java-1.7.0-openjdk-amd64' to switch my 
Java runtime from v6 to v7 in order to test Open Wonderland 
(http://openwonderland.org/).


I later found out that javaws had not switched to v7 - no v7 option had 
been included in the javaws alternatives (no v7 in 
'/var/lib/dpkg/alternatives/javaws').


After purging and reinstalling 'icedtea-netx', suddenly the javaws v7 
appears...


So, if you have a Debian Testing install dating from ~2011 and later 
install OpenJDK/JRE 7 then switch over, make sure the alternatives are 
properly configured for javaws.


Original investigation tracked here: 
https://groups.google.com/forum/?fromgroups=#!topic/openwonderland/-c3P211bjGI



--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-3-amd64

Debian Release: wheezy/sid
  500 unstableignorantguru.github.com
  500 testing security.debian.org
  500 testing ftp.uk.debian.org
  500 stable  www.getgnash.org
  500 quodlibet-unstable www.student.tugraz.at

--- Package information. ---
Depends(Version) | Installed
-+-=
openjdk-7-jre| 7u3-2.1.2-2
 OR openjdk-6-jre   (= 6b23~pre10~) | 6b24-1.11.4-3
icedtea-netx-common   (= 1.3-2) | 1.3-2


Package's Recommends field is empty.

Package's Suggests field is empty.


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



Bug#689172: pylint-gui unable to cope with '--include-ids' option

2012-09-29 Thread Omega Weapon

Package: pylint
Version: 0.25.2-1
Severity: normal
Tags: patch

I am looking into pylint for the first time, playing around with 
pylint-gui. After dealing with 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667065 , I added the 
standard '--include-ids' option to a generated rc file (this is the 
first thing n00bs are told to do):


===

pylint --include-ids y --generate-rcfile  ~/.pylintrc

===

However, when you next call pylint-gui and try to load a script...

===

Exception in Tkinter callback
Traceback (most recent call last):
  File /usr/lib/python2.7/lib-tk/Tkinter.py, line 1413, in __call__
return self.func(*args)
  File /usr/lib/python2.7/lib-tk/Tkinter.py, line 498, in callit
func(*args)
  File /usr/lib/pymodules/python2.7/pylint/gui.py, line 343, in 
periodic_call

if self.process_incoming():
  File /usr/lib/pymodules/python2.7/pylint/gui.py, line 331, in 
process_incoming

if (self.msg_type_dict.get(msg[0])()):
TypeError: 'NoneType' object is not callable

===

Its clear pylint-gui hasn't been tested/used much, as its relying on the 
bare configuration of the 'message type' being passed as a single 
character string ('C', 'W' etc)... including the IDs naturally appends 
them to this character, subsequently breaking the GUI when it tries to 
load the package/script.


Please see the patch for how I've fixed it based off the 
http://download.logilab.org/pub/pylint/pylint-0.25.2.tar.gz source - I 
found the problem in the original place, then git grep'd for more 
instances of the code, which there was one other.



--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-3-amd64

Debian Release: wheezy/sid
  500 testing security.debian.org
  500 testing ftp.uk.debian.org
  500 stable  www.getgnash.org
  500 quodlibet-unstable www.student.tugraz.at

--- Package information. ---
Depends (Version) | Installed
=-+-
python   (= 2.6) | 2.7.3~rc2-1
python-support(= 0.90.0) | 1.0.15
python-logilab-common (= 0.53.0) | 0.58.0-1
python-logilab-astng  (= 0.21.1) | 0.23.1-1


Recommends  (Version) | Installed
=-+-===
python-tk | 2.7.3-1


Package's Suggests field is empty.
diff --git a/gui.py b/gui.py
index 2d8e81e..ffe6c16 100644
--- a/gui.py
+++ b/gui.py
@@ -292,7 +292,11 @@ class LintGui:
 #clear the window
 self.lbMessages.delete(0, END)
 for msg in self.msgs:
-if (self.msg_type_dict.get(msg[0])()):
+
+# Obtaining message type (pylint's '--include-ids' appends the ID to this letter...)
+msgType = msg[0][:1] if len(msg[0])  1 else msg[0]
+
+if (self.msg_type_dict.get(msgType)()):
 msg_str = self.convert_to_string(msg)
 self.lbMessages.insert(END, msg_str)
 fg_color = COLORS.get(msg_str[:3], 'black')
@@ -327,8 +331,11 @@ class LintGui:
 #adding message to list of msgs
 self.msgs.append(msg)
 
+# Obtaining message type (pylint's '--include-ids' appends the ID to this letter...)
+msgType = msg[0][:1] if len(msg[0])  1 else msg[0]
+
 #displaying msg if message type is selected in check box
-if (self.msg_type_dict.get(msg[0])()):
+if (self.msg_type_dict.get(msgType)()):
 msg_str = self.convert_to_string(msg)
 self.lbMessages.insert(END, msg_str)
 fg_color = COLORS.get(msg_str[:3], 'black')


Bug#581786: [mount] Re: mount can hang, in an unkillable state

2012-08-18 Thread Omega Weapon
I have retested the old discs that caused this problem, and it doesnt 
recur - however I note a new problem on the original disc - only the 
first session is mounted, the following is logged in the syslog:


==

UDF-fs: warning (device loop0): udf_load_vrs: No anchor found

==

So presumably the UDF code is more error-tolerant now. I've also noticed 
that in today's kernel update (from my perspective, that I havent 
applied yet):


==

- udf: Improve sanity checking of filesystem metadata (CVE-2012-3400)
  + udf: Avoid run away loop when partition table length is corrupted
  + udf: Fortify loading of sparing table
Debian package: linux (3.2.23-1), actual changelog 
http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.22


==

So Douglas, it might handle your issue better now.

I have found a similar mount 100% kernel mode CPU usage issue when 
attempting to mount an invalid iso9660 filesystem that I am looking into 
now.



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



Bug#684989: [quodlibet] New version upstream

2012-08-15 Thread Omega Weapon

Package: quodlibet
Version: 2.4-1
Severity: wishlist

Please update quodlibet to 2.4.1: 
http://quodlibet.googlecode.com/files/quodlibet-2.4.1.tar.gz


Thanks


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



Bug#631114: [mousepad] mousepad and ibus 100% cpu interaction

2012-06-30 Thread Omega Weapon

Package: mousepad
Version: 0.2.16-5

This problem still persists - in my case I got this straight away after 
testing the installation of ibus and ibus-mozc in a VM, then testing 
Japanese input in mousepad after restarting.


Was also reported to ibus in January 2011 here: 
https://code.google.com/p/ibus/issues/detail?id=1192 - probably the 
source for the earlier patch in this bug report.



--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-2-amd64

Debian Release: wheezy/sid
  500 testing security.debian.org
  500 testing ftp.uk.debian.org
  500 stable  www.getgnash.org

--- Package information. ---
Depends(Version) | Installed
-+-==
libc6   (= 2.4) | 2.13-33
libgdk-pixbuf2.0-0   (= 2.22.0) | 2.26.1-1
libglib2.0-0 (= 2.24.0) | 2.32.3-1
libgtk2.0-0  (= 2.10.0) | 2.24.10-1
libpango1.0-0(= 1.14.0) | 1.30.0-1
libxfce4util4  (= 4.3.99.2) | 4.8.2-1


Recommends  (Version) | Installed
=-+-===
xfprint4  | 4.6.1-3


Package's Suggests field is empty.



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



Bug#581786: mount can hang, in an unkillable state

2012-06-22 Thread Omega Weapon

I have now found a DVD+R disc that repeatedly locks up mount (email me
if you want an ISO of it) - this is recreatable in both my brand new
internal Liteon iHBS112 Blu-ray writer drive and in the old external
Liteon DVDRW SOHW-1633S drive.

Very interestingly, when the relevant device is passed through to a
Debian Testing Virtualbox VM, the disc mounts immediately courtesy of
SpaceFM/udevil (same setup as the host OS)! Investigation shows the disc
is a udf filesystem - so, testing the following on the host OS:

sudo mount -t udf /dev/sr0 /media/test

Causes the nasty lockup (no such issues when done manually in the VM).

On the host machine, dd can be used to make a perfectly usable iso of
the disc according to peazip.



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



Bug#581786: mount can hang, in an unkillable state

2012-06-20 Thread Omega Weapon

severity 581786 normal thanks

On Thu, Jul 29, 2010 at 10:49:25PM -0700, halbtaxabo-n...@yahoo.com
wrote:

Sorry, no, because I decided the CDROM drive was faulty and
replaced it. Since then, I've had no problem. I agree that it
sounds like a bug in the CDROM driver, but if it takes a defective
CDROM drive to expose the bug, it's not going to bother people very
 often, so perhaps the severity should be downgraded.


Indeed, this is certainly not the standard behaviour of mount with a
non-broken CD/DVD-ROM driver.

Cheers, Moritz



I have also been in this situation twice within a few days - mount
maxing out one core with kernel-mode CPU usage, ignoring signals
(requiring a hardboot to 'solve'). Both have involved old Windows-burnt
DVD+Rs accessed through an external USB Liteon DVDRW SOHW-1633S BS0K drive.

In the case just now, after I rebooted I was able to easily mount the
disc in both my internal and external drives, so the failure is pretty
suspicious. I will add to the ticket if I find any more useful
information (so far there is no evidence to say the drive itself is bad).

uname -a: Linux omega1 3.2.0-2-amd64 #1 SMP Fri Jun 1 17:49:08 UTC 2012
x86_64 GNU/Linux
Debian Testing (Wheezy)
mount: 2.20.1-5



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



Bug#668292: zenity: Segfault on exit of radiolist mode

2012-04-10 Thread Omega Weapon
Package: zenity
Version: 3.4.0-1
Severity: normal

Dear Maintainer,

   * What led up to the situation?
Zenity just updated today (3.4.0-1), worked fine before.
   
   * What exactly did you do (or not do) that was effective (or
   ineffective)?
Ran the following test (adapted from a script I use):
   
zenity --title=Change Status --list --text=Please select desired status: 
--width=400 --height=480 --radiolist --separator=| --print-column=ALL 
--column= --column=Full Status --column=Simple Status --column=Emailed?
   
   * What was the outcome of this action?
After OKing the dialog, zenity outputs information on the selected option but 
then segfaults (note that originally the list was populated with data, but it 
still fails under these circumstances).
  
   * What outcome did you expect instead?
Exits with success.

Recompiled with symbols and have attached some gdb output. This is the first 
time I have done this, so if there is a better generic way to prepare gdb info, 
please say ('thread apply all bt full' was the command I used).

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages zenity depends on:
ii  libc6   2.13-27
ii  libgdk-pixbuf2.0-0  2.24.1-1
ii  libglib2.0-02.30.2-6
ii  libgtk-3-0  3.2.3-1
ii  libnotify4  0.7.5-1
ii  libpango1.0-0   1.29.4-3+b1
ii  libwebkitgtk-3.0-0  1.6.3-1
ii  libx11-62:1.4.4-4
ii  zenity-common   3.4.0-1

zenity recommends no packages.

zenity suggests no packages.

-- no debconf information
Starting program: /usr/bin/zenity zenity --title=Change Status --list 
--text=Please select desired status: --width=400 --height=480 --radiolist 
--separator=| --print-column=ALL --column= --column=Full Status 
--column=Simple Status --column=Emailed?
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.

Program received signal SIGSEGV, Segmentation fault.
0x0040f19d in zenity_tree_dialog_response (widget=optimized out, 
response=optimized out, data=0x677150) at tree.c:648
648   if (channel-is_readable == TRUE)

Thread 1 (Thread 0x77fb4980 (LWP 14892)):
#0  0x0040f19d in zenity_tree_dialog_response (
widget=optimized out, response=optimized out, data=0x677150)
at tree.c:648
zen_data = 0x677150
tree_view = optimized out
selection = optimized out
model = optimized out
#1  0x76e5f804 in g_closure_invoke ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#2  0x76e7178a in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#3  0x76e7ae11 in g_signal_emit_valist ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#4  0x76e7afb2 in g_signal_emit ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#5  0x76e5f804 in g_closure_invoke ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#6  0x76e7178a in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#7  0x76e7ae11 in g_signal_emit_valist ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#8  0x76e7afb2 in g_signal_emit ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#9  0x778276cd in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
No symbol table info available.
#10 0x76e5f804 in g_closure_invoke ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#11 0x76e70f7a in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#12 0x76e7ae11 in g_signal_emit_valist ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#13 0x76e7afb2 in g_signal_emit ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#14 0x7782666d in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
No symbol table info available.
#15 0x778e4088 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
No symbol table info available.
#16 0x76e5f804 in g_closure_invoke ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#17 0x76e715bf in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#18 0x76e7abe3 in g_signal_emit_valist ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#19 0x76e7afb2 in g_signal_emit 

Bug#661552: mdadm: add fails, recommends zeroing superblock

2012-02-27 Thread Omega Weapon
Package: mdadm
Version: 3.2.3-2
Severity: normal

Dear Maintainer,

   * What led up to the situation?

/dev/sdk1 was marked as failed and removed from its RAID1 array (the sdk device
is the spare in the array).

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

mdadm --add --write-mostly /dev/md128 /dev/sdk1

   * What was the outcome of this action?

mdadm: /dev/sdk1 reports being an active member for /dev/md128, but a --re-add
fails.
mdadm: not performing --add as that would convert /dev/sdk1 in to a spare.
mdadm: To make this a spare, use mdadm --zero-superblock /dev/sdk1 first.

   * What outcome did you expect instead?

mdadm should have accepted the device and resynced (this was the case with an
earlier version of mdadm).

This is basically the http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651880 ,
but that bug has been archived so I cant add to it (if you believe the
notices).



-- Package-specific info:
--- mdadm.conf
DEVICE partitions
CREATE owner=root group=disk mode=0660 auto=yes
HOMEHOST system
MAILADDR root
ARRAY /dev/md/128 metadata=1.2 UUID=68580b40:f915f30d:f6f175a7:8c9ca8ab 
name=omega1:128
ARRAY /dev/md/129 metadata=1.2 UUID=0fba897e:432caa7e:c265b2a8:a3e884f0 
name=omega1:129
ARRAY /dev/md/Storage_1 metadata=1.2 UUID=63e417d8:f93313e8:c6d8fe0e:b3ca75e8 
name=omega1:Storage_1
PROGRAM /mnt/Storage_1/Desktop Files/Linux Programming/Bash 
Scripts/mdadm_raid_event.bash

--- /etc/default/mdadm
INITRDSTART='all'
AUTOSTART=true
AUTOCHECK=true
START_DAEMON=true
DAEMON_OPTIONS=--syslog
VERBOSE=false

--- /proc/mdstat:
Personalities : [raid1] 
md127 : active raid1 sdd1[0] sdc1[2]
  976759865 blocks super 1.2 [2/2] [UU]
  
md129 : active raid1 sda2[0] sdb2[1]
  136756152 blocks super 1.2 [3/2] [UU_]
  
md128 : active raid1 sda1[0] sdb1[1]
  9763768 blocks super 1.2 [3/2] [UU_]
  
unused devices: none

--- /proc/partitions:
major minor  #blocks  name

   8   16  146523384 sdb
   8   179764864 sdb1
   8   18  136757248 sdb2
   8   32  976762584 sdc
   8   33  976760001 sdc1
   8   48  976762584 sdd
   8   49  976760001 sdd1
   8  144 1953514584 sdj
   80  146523384 sda
   819764864 sda1
   82  136757248 sda2
  1104525376 sr0
   8  128 1953514584 sdi
   8  129 1953512001 sdi1
  1111048575 sr1
   8   80 1953514584 sdf
   8   81 1953512001 sdf1
   8   96 1953514584 sdg
   8   97 1953512001 sdg1
   8   64 1953514584 sde
   8   65 1953512001 sde1
   8  112  976762584 sdh
   8  113  976760001 sdh1
   8  160  245116416 sdk
   8  1619764864 sdk1
   8  162  136757248 sdk2
   9  1289763768 md128
   9  129  136756152 md129
   9  127  976759865 md127

--- LVM physical volumes:
LVM does not seem to be used.
--- mount output
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs 
(rw,relatime,size=8225312k,nr_inodes=2056328,mode=755)
devpts on /dev/pts type devpts 
(rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=1646332k,mode=755)
/dev/disk/by-uuid/bfeb0912-9199-488e-8022-6a0ec4df0b48 on / type ext4 
(rw,relatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime,size=3292664k)
tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,relatime,size=3292664k)
/dev/md127 on /mnt/Storage_1 type ext4 
(rw,relatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered)
/dev/sde1 on /mnt/Storage_2 type ext4 
(rw,relatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered)
/dev/sdj on /mnt/Storage_3 type ext4 
(rw,relatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered)
/dev/sdh1 on /mnt/Storage_4 type ext4 
(rw,relatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered)
/dev/sdf1 on /mnt/Storage_5 type ext4 
(rw,relatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered)
/dev/sdg1 on /mnt/Storage_6 type ext4 
(rw,relatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered)
/dev/sdi1 on /mnt/Storage_7 type ext4 
(rw,relatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc 
(rw,nosuid,nodev,noexec,relatime)

--- initrd.img-3.2.0-1-amd64:
63401 blocks
a2321b0cd5a1db2ccd096c756ca65c15  ./etc/mdadm/mdadm.conf
6bfcbe561ddf2ebbac30b4ef4abbadd0  
./lib/modules/3.2.0-1-amd64/kernel/drivers/md/raid0.ko
e3c47a55b3fbacb8f2f95881e9d63ac6  
./lib/modules/3.2.0-1-amd64/kernel/drivers/md/raid10.ko
08febbada57e0fcaaf73058fba5b277d  
./lib/modules/3.2.0-1-amd64/kernel/drivers/md/raid1.ko
e6ba7604442301a624100f419c1f5f00  
./lib/modules/3.2.0-1-amd64/kernel/drivers/md/raid456.ko