Bug#549691:

2014-01-01 Thread James Robertson
I have been using my own backported version of LVM2 from testing on
all my Wheezy systems and the problem is gone for me.

I created a guide here if you want to backport yourself until someone
from Debian resolves the issue Wheezy.

http://wiki.bitbinary.com/index.php/LVM2_Backport_Debian_Wheezy


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



Bug#549691:

2013-09-29 Thread James Robertson
I just wanted to add some more information to this report.

My previous report was based on a VMware VM.  I re-tested again on
this server with and without VMware tools installed and got the same
results.

I recently installed a physical server with Debian Wheezy configured
with a software RAID10 on some 6G SAS disks.  Using the LVM2 packages
from Wheezy I ran the same loop test on this system and it was more
reliable but eventually failed at loop 266 when I ran it for 500
loops.  I built LVM2 from Testing (2.02.98-6) and it was able to pass
all 500 loops.

I also recently installed a new VMware VM on a different server and
Using the LVM2 packages from Wheezy but it ran all 500 loops
successfully??  No idea why this would work where the other 2 systems
didn't.


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



Bug#549691:

2013-08-20 Thread James Robertson
I am using a new up to date Wheezy system and was having very poor
success with lvmremove - specifically with mylvmbackup.  I needed this
to be reliable and it was probably failing roughly 70-80% of the time.

As a test I built the version in Sid (as of 21/08/2013) on my Wheezy
machine and this appears to have solved it.

I elaborated on Anis' test as follows so I could emulate closely what
mylvmbackup was doing

#!/bin/bash

for i in $(seq 1 50) ; do
echo -n [$i] 
date
lvcreate -n mysql_snapshot -L 512m -s vgedJY67/mysql || break
mount /dev/vgedJY67/mysql_snapshot /mnt/mysql_snapshot  echo
Mounted /mnt/mysql_snapshot || break
tar -czf /tmp/mysql.tar.gz /mnt/mysql_snapshot 2 /dev/null 
echo Backed up MYSQL || break
umount /mnt/mysql_snapshot  echo Unmounted /mnt/mysql_snapshot || break
lvremove -f vgedJY67/mysql_snapshot || break
sleep 1
done

Using the version in Wheezy I ran this script 10 times and the
furthest it got was to the 3rd loop with it mostly failing on the 1st!
 Terrible...

After using the Sid version (after a reboot) it seems to work 100%.  I
decided to up the retries of the loop to 500 just to be certain.  It
passed all 500... Great!


-- System Information:
Debian Release: 7.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages lvm2 depends on:
ii  dmsetup   2:1.02.77-5.jamesr1
ii  initscripts   2.88dsf-41
ii  libc6 2.13-38
ii  libdevmapper-event1.02.1  2:1.02.77-5.jamesr1
ii  libdevmapper1.02.12:1.02.77-5.jamesr1
ii  libreadline5  5.2+dfsg-2~deb7u1
ii  libudev0  175-7.2
ii  lsb-base  4.1+Debian8+deb7u1


-- Versions:

 apt-cache policy libdevmapper1.02.1 libdevmapper-event1.02.1 dmsetup lvm2
libdevmapper1.02.1:
  Installed: 2:1.02.77-5.jamesr1
  Candidate: 2:1.02.77-5.jamesr1
  Version table:
 *** 2:1.02.77-5.jamesr1 0
100 /var/lib/dpkg/status
 2:1.02.74-7 0
500 http://ftp.iinet.net.au/debian/debian/ wheezy/main amd64 Packages
libdevmapper-event1.02.1:
  Installed: 2:1.02.77-5.jamesr1
  Candidate: 2:1.02.77-5.jamesr1
  Version table:
 *** 2:1.02.77-5.jamesr1 0
100 /var/lib/dpkg/status
 2:1.02.74-7 0
500 http://ftp.iinet.net.au/debian/debian/ wheezy/main amd64 Packages
dmsetup:
  Installed: 2:1.02.77-5.jamesr1
  Candidate: 2:1.02.77-5.jamesr1
  Version table:
 *** 2:1.02.77-5.jamesr1 0
100 /var/lib/dpkg/status
 2:1.02.74-7 0
500 http://ftp.iinet.net.au/debian/debian/ wheezy/main amd64 Packages
lvm2:
  Installed: 2.02.98-5.jamesr1
  Candidate: 2.02.98-5.jamesr1
  Version table:
 *** 2.02.98-5.jamesr1 0
100 /var/lib/dpkg/status
 2.02.95-7 0
500 http://ftp.iinet.net.au/debian/debian/ wheezy/main amd64 Packages


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



Bug#716740: bumblebee: primus or virtualgl not available in wheezy-backports

2013-07-11 Thread James Robertson
Package: bumblebee
Version: 3.2.1-1~bpo70+1
Severity: important

Dear Maintainer,

   * What led up to the situation? Installed bumblebee from wheezy-backports
   * What exactly did you do (or not do) that was effective (or
 ineffective)? try and start an application using optirun
   * What was the outcome of this action? returns with the following error:
 [  303.693310] [ERROR]No bridge found. Try installing primus or virtualgl.
   * What outcome did you expect instead? that optirun would launch the
 application.

The bumblebee package recommends virtualgl and primus however neither of these
are available in wheezy-backports.

-- System Information:
Debian Release: 7.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages bumblebee depends on:
ii  bbswitch-dkms  0.6-2~bpo70+1
ii  libbsd00.4.2-1
ii  libc6  2.13-38
ii  libglib2.0-0   2.33.12+really2.32.4-5
ii  libx11-6   2:1.5.0-1+deb7u1

Versions of packages bumblebee recommends:
pn  virtualgl | primus  none

Versions of packages bumblebee suggests:
pn  bumblebee-nvidia  none

-- 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#713843: steam: Steam install dependancy issues

2013-06-23 Thread James Robertson
Package: steam
Version: 1.0.0.39-1
Severity: normal

Dear Maintainer,

Attempted to install steam:i386 on Debian Unstable amd64 bit system.

The following error occurs about unmet dependencies.

# apt-get install steam
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 steam:i386 : Depends: libc6:i386 (= 2.12) but it is not going to be installed
  Depends: libstdc++6:i386 (= 4.3) but it is not going to be 
installed
  Depends: libx11-6:i386 but it is not going to be installed
  Depends: libxau6:i386 but it is not going to be installed
  Depends: libxcb1:i386 but it is not going to be installed
  Depends: libxdmcp6:i386 but it is not going to be installed
  Depends: libgl1-mesa-dri:i386 but it is not going to be installed
  Depends: libgl1-mesa-glx:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

-- 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=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Bug#695645: [Pkg-xen-devel] Bug#695645: xen-utils-common: xm block-attach does not create /dev/xvd* devices on dom0

2012-12-12 Thread James Robertson
Thanks, I have reviewed tap-ctl and it should provide what I need.

Bug report can be closed.

Thanks again.


Bug#695645: xen-utils-common: xm block-attach does not create /dev/xvd* devices on dom0

2012-12-10 Thread James Robertson
Package: xen-utils-common
Version: 4.1.3-6
Severity: minor

Dear Maintainer,

I am trying to run the following command on a dom0 Debian server in order to 
mount a vmware vmdk.  I don't want to use kpartx or losetup as they have poor 
write performance and I'm hoping blktap will provide better performance.

xm block-attach 0 tap:vmdk:/mnt/backup/3MSYDDP01/3MSYDDP01_2-flat.vmdk 
/dev/xvda1 w 0

However /dev/xvda1 is not created.  I have loaded to following modules for good 
measure:

modprobe blktap
modprobe xen-blkback
modprobe xen-blkfront
modprobe xen-evtchn
modprobe xenfs
modprobe xen-gntalloc
modprobe xen-gntdev
modprobe xen-netback
modprobe xen-netfront
modprobe xen-pciback
modprobe xen-pcifront
modprobe xen_wdt

And tried manually creating the blokc device beforehand.

mknod /dev/xvda1 b 220 0

I searched for answers and found nothing that suggests that shouldn't work?

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

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

Versions of packages xen-utils-common depends on:
ii  gawk1:4.0.1+dfsg-2
ii  lsb-base4.1+Debian8
ii  python  2.7.3~rc2-1
ii  ucf 3.0025+nmu3
ii  udev175-7
ii  xenstore-utils  4.1.3-6

xen-utils-common recommends no packages.

xen-utils-common suggests no packages.

-- debconf-show failed


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



Bug#682099: xserver-xorg-video-ati: EXAPixmaps=On screen tearing at high resolution under certain configurations

2012-10-26 Thread James Robertson
 Can you try a newer kernel?  3.6 or 3.7?  That may help with the
 modesettings.  As for the acceleration, corruption, you might try a
 newer version of mesa.

I cheated a little and tried the latest aptosid kernel
linux-image-aptosid-amd64_3.6-12_amd64  - same screen corruption
issues.

I followed some documentation and started to compile and install the
latest mesa on Sid...  I gave up after a few hours and as a test
installed Arch as it has a new Kernel 3.6.3-1 and the latest Mesa
9.0-1 - Still had screen corruption issues.

Bad for a Debian bug report, sorry about that but I was getting a bit
frustrated.

I can't help but think it's something to do with the monitors.  I
mean, why would a different model monitor (Benq) that has native
1920x1080 work fine when used paired with one of my AOC's?  But using
the 2 identical model AOC's causes the problem?

I am going to try fglrx on Arch for a test.


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



Bug#682099: xserver-xorg-video-ati: EXAPixmaps=On screen tearing at high resolution under certain configurations

2012-10-24 Thread James Robertson
 The only other option I was going to try was using a Display port to
 DVI adapter from the side of my laptop to replace the VGA from the
 docking station.  If I purchase one to  try that I'll let you know.

I bought a an Active display port adapter for my laptop.  That won't
even work with resolutions above 1280x1024 under Debian (works fine up
to native 1980x1080 res on Windows 7).

I wanted to use one of my monitors in portrait mode but the the
rotation would not work if I had Option NoAccel true.  Of course
disabling it meant I get the hideous screen corruption.

All of this works fine on Windows 7 with DVI/VGA or Display Port so at
least I can confirm it's not a hardware limitation.

I am quite bummed to have this problem.  Can anyone suggest ways in
which I can troubleshoot/resolve it?

Thanks


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



Bug#682099: xserver-xorg-video-ati: EXAPixmaps=On screen tearing at high resolution under certain configurations

2012-08-15 Thread James Robertson
Update...  Setting option

Option NoAccel true

Has fixed the problem.  I haven't noticed any problems having this
enabled in the way I use my computer, videos, glxgears etc. all work
ok.

So I suppose this bug report can be closed if desired.

The only other option I was going to try was using a Display port to
DVI adapter from the side of my laptop to replace the VGA from the
docking station.  If I purchase one to  try that I'll let you know.

Regards,

James


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



Bug#682099: xserver-xorg-video-ati: EXAPixmaps=On screen tearing at high resolution under certain configurations

2012-08-08 Thread James Robertson
On 2 August 2012 20:31, Michel Dänzer daen...@debian.org wrote:
 Thanks. That's not what we generally call 'tearing' but looks like some
 kind of intermittent display corruption.

 Unfortunately, I don't have any ideas offhand what could cause that.

I did some more testing and it seems as though the monitor,
combination of identical monitor models or VGA port on the monitors
might be the issue.

The monitors I am using are identical AOC's.  Product Name:
e2250Swda, Model No:  215LM00019.  I had a older spare Benq monitor
E2200HD with native resolution of 1920x1080 and swapped it with the
VGA connected AOC.  Everything worked fine on both displays with
1920x1080 without disabling EXAPixmaps!
I then swapped it around so AOC on VGA and Benq on DVI and the
corruption came back.  I also swapped out the AOC's in case the issue
was with one of them but same problem on both.

Previously even if I disabled the VGA port with the AOC attached to
it, the AOC on the DVI port would still get display corruption.  With
the Benq connected to VGA but disabled no corruption occurs on (either
of) the DVI connected AOC.

I have attached an xrandr --verbose for both combinations in case it
shows something useful.  I couldn't see anything that might explain
why sorry.

Thanks again.

James
Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 8192 x 8192
DVI-0 connected 1920x1080+0+0 (0x55) normal (normal left inverted right x axis 
y axis) 477mm x 268mm
Identifier: 0x51
Timestamp:  324965
Subpixel:   horizontal rgb
Gamma:  1.0:1.0:1.0
Brightness: 1.0
Clones:
CRTC:   0
CRTCs:  0 1
Transform:  1.00 0.00 0.00
0.00 1.00 0.00
0.00 0.00 1.00
   filter: 
EDID:
000009d10c794554
27120103802f1a782e3585a656489a24
125054a56bba710081408100950f8180
9500b3000101023a801871382d40582c
4500dd0c111e00ff004e3938
30343134373032360a2000fd0032
4c1e5e15000a20202020202000fc
0042656e5120453232303048440a0042
load detection: 1 (0x0001)  range:  (0,1)
underscan vborder: 0 (0x)   range:  (0,128)
underscan hborder: 0 (0x)   range:  (0,128)
underscan:  off
supported: off  on   auto
coherent: 1 (0x0001)range:  (0,1)
  1920x1080 (0x55)  148.5MHz +HSync +VSync *current +preferred
h: width  1920 start 2008 end 2052 total 2200 skew0 clock   67.5KHz
v: height 1080 start 1084 end 1089 total 1125   clock   60.0Hz
  1680x1050 (0x56)  146.2MHz -HSync +VSync
h: width  1680 start 1784 end 1960 total 2240 skew0 clock   65.3KHz
v: height 1050 start 1053 end 1059 total 1089   clock   60.0Hz
  1280x1024 (0x57)  135.0MHz +HSync +VSync
h: width  1280 start 1296 end 1440 total 1688 skew0 clock   80.0KHz
v: height 1024 start 1025 end 1028 total 1066   clock   75.0Hz
  1280x1024 (0x58)  108.0MHz +HSync +VSync
h: width  1280 start 1328 end 1440 total 1688 skew0 clock   64.0KHz
v: height 1024 start 1025 end 1028 total 1066   clock   60.0Hz
  1440x900 (0x59)  136.8MHz -HSync +VSync
h: width  1440 start 1536 end 1688 total 1936 skew0 clock   70.6KHz
v: height  900 start  903 end  909 total  942   clock   75.0Hz
  1440x900 (0x5a)  106.5MHz -HSync +VSync
h: width  1440 start 1520 end 1672 total 1904 skew0 clock   55.9KHz
v: height  900 start  903 end  909 total  934   clock   59.9Hz
  1280x960 (0x5b)  108.0MHz +HSync +VSync
h: width  1280 start 1376 end 1488 total 1800 skew0 clock   60.0KHz
v: height  960 start  961 end  964 total 1000   clock   60.0Hz
  1280x800 (0x5c)   83.5MHz +HSync -VSync
h: width  1280 start 1352 end 1480 total 1680 skew0 clock   49.7KHz
v: height  800 start  803 end  809 total  831   clock   59.8Hz
  1152x864 (0x5d)  108.0MHz +HSync +VSync
h: width  1152 start 1216 end 1344 total 1600 skew0 clock   67.5KHz
v: height  864 start  865 end  868 total  900   clock   75.0Hz
  1152x720 (0x5e)   67.3MHz -HSync +VSync
h: width  1152 start 1208 end 1328 total 1504 skew0 clock   44.7KHz
v: height  720 start  721 end  724 total  746   clock   60.0Hz
  1024x768 (0x5f)   78.8MHz +HSync +VSync
h: width  1024 start 1040 end 1136 total 1312 skew0 clock   60.1KHz
v: height  768 start  769 end  772 total  800   clock   75.1Hz
  1024x768 (0x60)   65.0MHz -HSync -VSync
h: width  1024 start 1048 end 1184 total 1344 skew0 clock   48.4KHz
v: height  768 start  771 end  777 total  806   

Bug#682099: xserver-xorg-video-ati: EXAPixmaps=On screen tearing at high resolution under certain configurations

2012-07-23 Thread James Robertson
On 22 July 2012 13:20, James Robertson j...@mesrobertson.com wrote:
 On 21 July 2012 03:45, Michel Dänzer daen...@debian.org wrote:

 Can you elaborate on what exactly 'tearing and corruption' means?

 I have created a brief video to show the tearing.  It occurs when
 basically any input occurs such as typing, moving the mouse and as per
 the video moving windows.

 https://docs.google.com/open?id=0B2vLcjUrgXL-aUdWekU0dE9qbHM

 Does booting with radeon.disp_priority=2 on the kernel command line
 help?

 No

 Please provide the output of xrandr --verbose for each case

 Please see attached txt file.

 On 21 July 2012 04:33, Alex Deucher alexdeuc...@gmail.com wrote:
 Also note that rendering can only be synchronized to one head at a
 time to avoid tearing.  If you have windows that span multiple heads,
 you may get tearing on the non-synced heads.

 I don't fully understand the technical side of what you have described
 but wouldn't this mean tearing should only occur when using multiple
 monitors?  I get tearing on DVI-0 or VGA-0 standalone.

 I would also note that the tearing is worse when using both DVI-0 and
 VGA-0 together.  I also physically removed DVI-0 and visa versa for
 VGA-0 and still had the problem.

 Thanks

Whilst watching a flash video in Chromium this evening, I scrolled
down the web page and noticed the tearing even when I had EXAPixmaps
off.  The tearing was not as severe, but nonetheless occurred.

As a quick test I tried setting the VGA-0 Display to 1680x1050 (DVI-0
still at 1920x1080) and it was fine.  Using just DVI-0 standalone
@1920x1080 also had tearing.

Thanks


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



Bug#682093: reportbug fails with SOAPpy.Errors.HTTPError using IPV6

2012-07-19 Thread James Robertson
Package: reportbug
Version: 6.4
Severity: normal

Dear Maintainer,

I am running dual stack IPV4 and IPV6.  If I disable IPV6 reportbug works fine. 
 With IPV6 enabled I get the error below.

 reportbug 
Please enter the name of the package in which you have found a problem, or type 
'other' to report a more general problem.
 reportbug
Is reportbug actually the package you are having problems with [Y|n|q|?]? y
*** Welcome to reportbug.  Use ? for help at prompts. ***
Note: bug reports are publicly archived (including the email address of the 
submitter).
Detected character set: UTF-8
Please change your locale if this is incorrect.

Using 'James Robertson j...@mesrobertson.com' as your from address.
Getting status for reportbug...
Checking for newer versions at madison...
Will send report to Debian (per lsb_release).
Querying Debian BTS for reports on reportbug (source)...
Traceback (most recent call last):
  File /usr/bin/reportbug, line 2198, in module
main()
  File /usr/bin/reportbug, line 1077, in main
return iface.user_interface()
  File /usr/bin/reportbug, line 1699, in user_interface
latest_first=self.options.latest_first)
  File /usr/lib/pymodules/python2.7/reportbug/ui/text_ui.py, line 517, in 
handle_bts_query
source=source, http_proxy=http_proxy, archived=archived)
  File /usr/lib/pymodules/python2.7/reportbug/debbugs.py, line 1262, in 
get_reports
stats = debianbts.get_status(bugs)
  File /usr/lib/pymodules/python2.7/debianbts.py, line 161, in get_status
reply = server.get_status(*nr)
  File /usr/lib/pymodules/python2.7/SOAPpy/Client.py, line 470, in __call__
return self.__r_call(*args, **kw)
  File /usr/lib/pymodules/python2.7/SOAPpy/Client.py, line 492, in __r_call
self.__hd, self.__ma)
  File /usr/lib/pymodules/python2.7/SOAPpy/Client.py, line 363, in __call
config = self.config)
  File /usr/lib/pymodules/python2.7/SOAPpy/Client.py, line 252, in call
raise HTTPError(code, msg)
SOAPpy.Errors.HTTPError: HTTPError 500 Internal Server Error



-- Package-specific info:
** Environment settings:
EDITOR=vim
INTERFACE=text

** /home/james/.reportbugrc:
reportbug_version 6.3.1
mode novice
ui text
email j...@mesrobertson.com
smtphost mx4.3rdmill.com.au

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages reportbug depends on:
ii  apt   0.9.7.2
ii  python2.7.3-1
ii  python-reportbug  6.4

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  claws-mail   none
pn  debconf-utilsnone
pn  debsums  none
pn  dlocate  none
pn  emacs22-bin-common | emacs23-bin-common  none
ii  file 5.11-2
ii  gnupg1.4.12-4+b1
pn  postfix | exim4 | mail-transport-agent   none
ii  python-gtk2  2.24.0-3
pn  python-gtkspell  none
pn  python-urwid none
pn  python-vte   none
ii  xdg-utils1.1.0~rc1+git20111210-6

Versions of packages python-reportbug depends on:
ii  apt   0.9.7.2
ii  python2.7.3-1
ii  python-debian 0.1.21
ii  python-debianbts  1.11
ii  python-support1.0.15

python-reportbug 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#660734: firmware-linux-nonfree: Debian Desktop Installation unusable because radeon firmware is missing

2012-02-22 Thread James Robertson
 After a fresh debian installation on my laptop, all the screen goes black and 
 grey after a restart, because the radeon-firmware is missing. This also 
 happens in recovery mode.
 I had to manually fix this by copiing the firmware files after starting from 
 a debian CD ROM. I first tried to fix it with different kernel boot 
 parameters, but they all did not help.
 The problem does not occure when installing debian squeeze, neither when 
 doing an upgrade from squeeze to wheezy.
 This propably concerns other Laptops/Computers with ATI grapic cards. Maybe 
 it is related to GNOME 3 which needs 3D support? (just a guess)
 At least, a hint in the installer would be nice so that a user knows he has 
 to use unfree firmware or else he will be unable to use the system.
 Thanks!

As a simpler workaround you could try passing radeon.modeset=0 to
grub's boot options. Once booted you could then install the firmware
to resolve it.

Still this is an annoying problem if you are just trying to run up a new system.



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



Bug#656824: Reinstalling GRUB did not help

2012-01-25 Thread James Robertson
I upgraded to 3.2.1-2 and it booted fine.

So whatever the issue was seems to have been fixed in the update.

Thanks



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



Bug#656824: linux-image-3.2.0-1-amd64 Boot Failure

2012-01-21 Thread James Robertson
Package: linux-2.6
Version: 3.2.1-1
Severity: normal

Dear Maintainer,

After installing this kernel I was not able to boot to it and received
the following error on the console.

Loading Linux 3.2.0-1-amd64 ...
error: cannot read the Linux header.
Loading intitial ramdisk ...
error: you need to load the kernel first.

press any key to continue...

I use LVM with XFS on top of that, not sure if that has any relevance.

I also received a time out when Querying Debian BTS for reports on
linux-2.6 (source)... So apologies if this bug has already been
reported.

-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
sys_vendor: LENOVO
product_name: 27327YM
product_version: ThinkPad R500
chassis_vendor: LENOVO
chassis_version: Not Available
bios_vendor: LENOVO
bios_version: 7YET83WW (3.13 )
board_vendor: LENOVO
board_name: 27327YM
board_version: Not Available

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub [8086:2a40] (rev 07)
Subsystem: Lenovo Device [17aa:20e0]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
Latency: 0
Capabilities: access denied

00:01.0 PCI bridge [0604]: Intel Corporation Mobile 4 Series Chipset PCI 
Express Graphics Port [8086:2a41] (rev 07) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 2000-2fff
Memory behind bridge: f800-f80f
Prefetchable memory behind bridge: f000-f7ff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: access denied
Kernel driver in use: pcieport

00:03.0 Communication controller [0780]: Intel Corporation Mobile 4 Series 
Chipset MEI Controller [8086:2a44] (rev 07)
Subsystem: Lenovo Device [17aa:20e6]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 0: Memory at f8504800 (64-bit, non-prefetchable) [size=16]
Capabilities: access denied

00:1a.0 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #4 [8086:2937] (rev 03) (prog-if 00 [UHCI])
Subsystem: Lenovo Device [17aa:20f0]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 20
Region 4: I/O ports at 1800 [size=32]
Capabilities: access denied
Kernel driver in use: uhci_hcd

00:1a.1 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #5 [8086:2938] (rev 03) (prog-if 00 [UHCI])
Subsystem: Lenovo Device [17aa:20f0]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 21
Region 4: I/O ports at 1820 [size=32]
Capabilities: access denied
Kernel driver in use: uhci_hcd

00:1a.2 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #6 [8086:2939] (rev 03) (prog-if 00 [UHCI])
Subsystem: Lenovo Device [17aa:20f0]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin C routed to IRQ 22
Region 4: I/O ports at 1840 [size=32]
Capabilities: access denied
Kernel driver in use: uhci_hcd

00:1a.7 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #2 [8086:293c] (rev 03) (prog-if 20 [EHCI])
Subsystem: Lenovo Device [17aa:20f1]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- 

Bug#656824: Reinstalling GRUB did not help

2012-01-21 Thread James Robertson
I re-installed grub-pc and grub2 using the following commands:

apt-get install --reinstall grub2
apt-get install --reinstall grub-pc.

This did not help.

I then purged the following packages and answered yes to the debconf
prompt about removing /boot/grub and reinstalled them:

apt-get autoremove --purge grub-common grub-pc-bin grub-pc grub2 grub2-common

This did not help either.

Booting linux-image-3.1.0-1-amd64 works fine.

Is there something specific I am missing or should this bug be re-opened?

Thanks



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



Bug#641197: patch submitted

2012-01-04 Thread James Robertson
It appears as though a patch has been submitted for this.

http://cgit.freedesktop.org/xorg/lib/libXft/commit/?id=6f1d7bcdd461b1f6cc64370793f52d7c170187d0



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



Bug#641197: libxft2: Include Ubuntu LCD filter patch

2011-09-11 Thread James Robertson
Package: libxft2
Version: 2.2.0-3
Severity: wishlist

Dear Maintainer,

xft does not utilise the lcdfilter option.  An example is when using
Openbox and GTK2 based apps with the following configuration in
~/fonts.conf.

 match target=font
   edit mode=assign name=lcdfilter
   constlcddefault/const
   /edit
 /match

The result is that the fonts rendered by Openbox look slightly different to 
those rendered by GTK2.

I researched and found that Ubuntu had added a patch in the following version 
that utilises lcdfilter:

http://archive.ubuntu.com/ubuntu/pool/main/x/xft/xft_2.1.14-2ubuntu1.diff.gz

I tested the patch on 2.2.0-3 and it has worked well and my Window Manager 
fonts now look the same as GTK2.
Attached is the patch (100-libXft-2.1.10-lcd-filter-3.patch)

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

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

Versions of packages libxft2 depends on:
ii  libc6  2.13-20  
ii  libfontconfig1 2.8.0-3  
ii  libfreetype6   2.4.6-2  
ii  libx11-6   2:1.4.4-1
ii  libxrender11:0.9.6-2
ii  multiarch-support  2.13-20  

libxft2 recommends no packages.

libxft2 suggests no packages.

-- no debconf information
--- a/src/xftdpy.c
+++ b/src/xftdpy.c
@@ -369,6 +369,10 @@
 	goto bail1;
 if (!_XftDefaultInitInteger (dpy, pat, FC_RGBA))
 	goto bail1;
+#ifdef FC_LCD_FILTER
+if (!_XftDefaultInitInteger (dpy, pat, FC_LCD_FILTER))
+	goto bail1;
+#endif
 if (!_XftDefaultInitBool (dpy, pat, FC_ANTIALIAS))
 	goto bail1;
 #ifdef FC_EMBOLDEN
@@ -521,6 +525,14 @@
 			  XftDefaultGetInteger (dpy, FC_RGBA, screen, 
 		subpixel));
 }
+#ifdef FC_LCD_FILTER
+if (FcPatternGet (pattern, FC_LCD_FILTER, 0, v) == FcResultNoMatch)
+{
+	FcPatternAddInteger (pattern, FC_LCD_FILTER,
+			 XftDefaultGetInteger (dpy, FC_LCD_FILTER, screen,
+		   FC_LCD_DEFAULT));
+}
+#endif
 if (FcPatternGet (pattern, FC_MINSPACE, 0, v) == FcResultNoMatch)
 {
 	FcPatternAddBool (pattern, FC_MINSPACE,
--- a/src/xftfreetype.c
+++ b/src/xftfreetype.c
@@ -469,6 +469,21 @@
 	goto bail1;
 }
 
+#ifdef FC_LCD_FILTER 
+/*
+ * Get lcd_filter value
+ */
+switch (FcPatternGetInteger (pattern, FC_LCD_FILTER, 0, fi-lcd_filter)) {
+case FcResultNoMatch:
+	fi-lcd_filter = FC_LCD_DEFAULT;
+	break;
+case FcResultMatch:
+	break;
+default:
+	goto bail1;
+}
+#endif
+
 /*
  * Get matrix and transform values
  */
--- a/src/xftglyphs.c
+++ b/src/xftglyphs.c
@@ -21,27 +21,18 @@
  */
 
 #include xftint.h
-#include freetype/ftoutln.h
 
 #if HAVE_FT_GLYPHSLOT_EMBOLDEN
 #include freetype/ftsynth.h
 #endif
 
-static const intfilters[3][3] = {
-/* red */
-#if 0
-{65538*4/7,65538*2/7,65538*1/7 },
-/* green */
-{65536*1/4, 65536*2/4, 65537*1/4 },
-/* blue */
-{65538*1/7,65538*2/7,65538*4/7 },
+#if FREETYPE_MAJOR*1 + FREETYPE_MINOR*100 + FREETYPE_PATCH  20202
+#  error  FreeType 2.2.2 or later required to compile this version of libXft
 #endif
-{65538*9/13,65538*3/13,65538*1/13 },
-/* green */
-{65538*1/6, 65538*4/6, 65538*1/6 },
-/* blue */
-{65538*1/13,65538*3/13,65538*9/13 },
-};
+
+#include FT_OUTLINE_H
+#include FT_LCD_FILTER_H
+#include FT_SYNTHESIS_H
 
 /*
  * Validate the memory info for a font
@@ -69,6 +60,295 @@
 		font-glyph_memory, glyph_memory);
 }
 
+
+/* we sometimes need to convert the glyph bitmap in a FT_GlyphSlot
+ * into a different format. For example, we want to convert a
+ * FT_PIXEL_MODE_LCD or FT_PIXEL_MODE_LCD_V bitmap into a 32-bit
+ * ARGB or ABGR bitmap.
+ *
+ * this function prepares a target descriptor for this operation.
+ *
+ * input :: target bitmap descriptor. The function will set its
+ *  'width', 'rows' and 'pitch' fields, and only these
+ *
+ * slot  :: the glyph slot containing the source bitmap. this
+ *  function assumes that slot-format == FT_GLYPH_FORMAT_BITMAP
+ *
+ * mode  :: the requested final rendering mode. supported values are
+ *  MONO, NORMAL (i.e. gray), LCD and LCD_V
+ *
+ * the function returns the size in bytes of the corresponding buffer,
+ * it's up to the caller to allocate the corresponding memory block
+ * before calling _fill_xrender_bitmap
+ *
+ * it also returns -1 in case of error (e.g. incompatible arguments,
+ * like trying to convert a gray bitmap into a monochrome one)
+ */
+static int
+_compute_xrender_bitmap_size( FT_Bitmap*  target,
+  FT_GlyphSlotslot,
+  FT_Render_Mode  mode )
+{
+FT_Bitmap*  ftbit;
+int width, height, pitch;
+
+if ( slot-format != FT_GLYPH_FORMAT_BITMAP )
+return -1;
+
+// compute the size of the final bitmap
+ftbit  = slot-bitmap;
+
+width  = ftbit-width;
+   

Bug#597937: Is now working...

2011-04-12 Thread James Robertson
I recently did an AMD64 install of Debian Sid and use the same .xinitrc with
openbox and everything is working!
I should stress that I am using the following packages from aptosid
currently to resolve some issues with udev,
I have no idea if these have any effect on why things are now working?

I have not tested i386.  Please let me know if you need anything more
specific or perhaps it has been resolved?

ii  libgudev-1.0-0  167-1+c0.aptosid.1
GObject-based wrapper library for libudev
ii  libudev0167-1+c0.aptosid.1
libudev shared library
ii  udev167-1+c0.aptosid.1 /dev/
and hotplug management daemon

 apt-cache policy consolekit
consolekit:
  Installed: 0.4.4-1
  Candidate: 0.4.4-1
  Version table:
 *** 0.4.4-1 0
500 http://mirror.internode.on.net/pub/debian/ unstable/main amd64
Packages
500 http://ftp.us.debian.org/debian/ unstable/main amd64 Packages
100 /var/lib/dpkg/status
 ck-list-sessions
Session1:
 unix-user = '1000'
realname = 'James Robertson'
seat = 'Seat1'
 session-type = ''
active = FALSE
x11-display = ''
 x11-display-device = ''
display-device = '/dev/tty1'
remote-host-name = ''
 is-local = TRUE
on-since = '2011-04-12T09:27:32.867288Z'
login-session-id = '4294967295'
 idle-since-hint = '2011-04-12T09:28:03.520208Z'
Session2:
unix-user = '1000'
 realname = 'James Robertson'
seat = 'Seat1'
session-type = ''
 active = TRUE
x11-display = ':0'
x11-display-device = '/dev/tty7'
 display-device = '/dev/tty1'
remote-host-name = ''
is-local = TRUE
 on-since = '2011-04-12T09:27:36.224396Z'
login-session-id = '4294967295'


Bug#597937: Is now working...

2011-04-12 Thread James Robertson
OK I have figured out what is different and can reproduce this bug.  When I
first submitted this bug report I did not have the recommended package
libpam-ck-connector installed however the problem did not exist in
consolekit version 0.4.1-4 without this package installed.

When I did this most recent install I installed libpam-ck-connector.

I removed libpam-ck-connector just now and rebooted and the problem
returned.

It begs the question at what version did this start working again if
libpam-ck-connector was the solution.  Perhaps libpam-ck-connector should be
a depends?


Bug#622360: pm-utils scripts not executed on power state change

2011-04-12 Thread James Robertson
Package: pm-utils
Version: 1.4.1-7
Severity: normal

I am using an Lenovo R500 and if I pull the power out to run on battery
(and visa versa) the scripts under /usr/lib/pm-utils/power.d and
/etc/pm/power.d do not run and power saving options do not start or
stop.

I am not sure if it has something to do with the system shell as if I
try and execute one of the scripts manually I get this error:

 /usr/lib/pm-utils/power.d/laptop-mode true
..: 3: : not found
 cat /proc/sys/vm/laptop_mode
0

If I use bash the script runs but with some errors.

 bash /usr/lib/pm-utils/power.d/laptop-mode true
/usr/lib/pm-utils/power.d/laptop-mode: line 3: : No such file or
directory
/usr/lib/pm-utils/power.d/laptop-mode: line 77: state_exists: command
not found
/usr/lib/pm-utils/power.d/laptop-mode: line 78: savestate: command not
found
Laptop mode enabled.
 cat /proc/sys/vm/laptop_mode
5


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

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

Versions of packages pm-utils depends on:
ii  kbd   1.15.2-3   Linux console font and keytable ut
ii  powermgmt-base1.31   Common utils and configs for power

Versions of packages pm-utils recommends:
ii  hdparm9.32-1 tune hard disk parameters for high
ii  procps1:3.2.8-10 /proc file system utilities
ii  vbetool   1.1-2  run real-mode video BIOS code to a

Versions of packages pm-utils suggests:
ii  cpufrequtils  007-1  utilities to deal with the cpufreq
ii  ethtool   1:2.6.38-1 display or change Ethernet device 
pn  radeontoolnone (no description available)
ii  wireless-tools30~pre9-5  Tools for manipulating Linux Wirel

-- 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#622360: pm-utils scripts not executed on power state change

2011-04-12 Thread James Robertson


 Do you use a program like gnome-power-manager, that does this for you?

 How do you know btw, that pm-powersave is not run?

 Michael



Thanks.  I was testing this from the console with no X running and from X
without a power manager running mistakenly thinking that I did not need one.
 I also do not have acpi installed since its deprecated
and subsequently installed it again and discovered that it resolved the
problem as well.

I had this script to test and was simply watching syslog

cat /etc/pm/power.d/test
#!/bin/bash

case $1 in
true) logger testbattrue ;;
false) logger testbatfalse ;;
esac

I did not understand the requirements of pm-powersave.  Thanks and sorry for
any time wasted.  my googling did not result in an answer - hence the bug
report.  gnome=power-manager installed and works fine.


Bug#612139: xdg-utils: xdg-open should check if $DE is already set

2011-02-06 Thread James Robertson
Package: xdg-utils
Version: 1.1.0~rc1-1
Severity: minor


I use Openbox on Debian Sid with mostly GTK/Gnome Apps and more specifically 
Nautilus is what I will refer to in this report.  I do not use a login manager 
and start openbox from .xinitrc with exec ck-launch-session dbus-launch 
openbox-session and have dbus, policykit and consolekit installed.

I had set export DE=gnome in my .bashrc but found that xdg-open was still 
considering my DE to be generic.  Therefore, as one example file:/// url's 
were opening within Chromium Web Browser when I clicked on Show in Folder 
from a download from within Chromium.  I wanted this to open in Nautilus 
instead.

The function detectDE in the xdg-open script does not take into account that 
the DE variable may already be set.

To get things working I replaced the line where detectDE is called with:

if [ x$DE = x ]; then
detectDE
fi

Which means the script does not assume the DE variable is unset, if it's not 
set tries to detect it.

Then things worked as expected.


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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

xdg-utils depends on no packages.

Versions of packages xdg-utils recommends:
pn  libfile-mimeinfo-perl none (no description available)
ii  x11-utils 7.5+4  X11 utilities
ii  x11-xserver-utils 7.5+2  X server utilities

Versions of packages xdg-utils suggests:
ii  gvfs-bin  1.6.4-3userspace virtual filesystem - bin

-- 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#612139: xdg-utils: xdg-open should check if $DE is already set

2011-02-06 Thread James Robertson


 Have you tried installing libfile-mimeinfo-perl which is recommended by
 xdg-utils? Then the URL should open in Nautilus.

 --
 Pelle


Hi Pelle,

I installed the package and this has fixed the problem.
I will know in future to check on recommends before submitting a bug report.

Thanks for your assistance.

James


Bug#597937:

2010-09-28 Thread James Robertson
Hi Michael,

The problem occurs 100% of the time and was reproducible on my desktop
workstation which admittedly is configured the same as my Laptop.

Suspend/Resume exhibit the same behavior and I have also noticed that I
cannot mount my External USB disk using Nautilus anymore and receive a Not
Authorized error.

Here is the requested output.  I only tried restart to provide some output
but can provide further examples if required.

$ ck-list-sessions
Session1:
unix-user = '1000'
realname = 'James Robertson'
seat = 'Seat1'
session-type = ''
active = FALSE
x11-display = ''
x11-display-device = ''
display-device = '/dev/tty1'
remote-host-name = ''
is-local = TRUE
on-since = '2010-09-28T12:06:10.663498Z'
login-session-id = ''
idle-since-hint = '2010-09-28T12:06:41.005566Z'
Session3:
unix-user = '0'
realname = 'root'
seat = 'Seat1'
session-type = ''
active = FALSE
x11-display = ''
x11-display-device = ''
display-device = '/dev/pts/0'
remote-host-name = ''
is-local = TRUE
on-since = '2010-09-28T12:06:59.730533Z'
login-session-id = ''
Session2:
unix-user = '1000'
realname = 'James Robertson'
seat = 'Seat2'
session-type = ''
active = FALSE
x11-display = ':0'
x11-display-device = '/dev/tty7'
display-device = '/dev/tty1'
remote-host-name = ''
is-local = FALSE
on-since = '2010-09-28T12:06:14.922148Z'
login-session-id = ''

$console-kit-daemon --debug --no-daemon
conole-kit-daemon[2015]: DEBUG: Debugging enabled
console-kit-daemon[2015]: DEBUG: initializing console-kit-daemon 0.4.2
console-kit-daemon[2015]: DEBUG: Creating thread for log writing
console-kit-daemon[2015]: DEBUG: Creating seat
/org/freedesktop/ConsoleKit/Seat1 with 0 devices
console-kit-daemon[2015]: DEBUG: Current VT: tty7
console-kit-daemon[2015]: DEBUG: VT 1:on
console-kit-daemon[2015]: DEBUG: VT 2:on
console-kit-daemon[2015]: DEBUG: VT 3:on
console-kit-daemon[2015]: DEBUG: VT 4:on
console-kit-daemon[2015]: DEBUG: VT 5:on
console-kit-daemon[2015]: DEBUG: VT 6:on
console-kit-daemon[2015]: DEBUG: VT 7:on
console-kit-daemon[2015]: DEBUG: VT 8:off
console-kit-daemon[2015]: DEBUG: VT 9:off
console-kit-daemon[2015]: DEBUG: VT 10:off
console-kit-daemon[2015]: DEBUG: VT 11:off
console-kit-daemon[2015]: DEBUG: VT 12:off
console-kit-daemon[2015]: DEBUG: VT 13:off
console-kit-daemon[2015]: DEBUG: VT 14:off
console-kit-daemon[2015]: DEBUG: VT 15:off
console-kit-daemon[2015]: DEBUG: VT 16:off
console-kit-daemon[2015]: DEBUG: VT_WAITEVENT supported on this system
console-kit-daemon[2015]: DEBUG: Creating thread for vt 1
console-kit-daemon[2015]: DEBUG: Added seat:
/org/freedesktop/ConsoleKit/Seat1
console-kit-daemon[2015]: DEBUG: Running programs in
/etc/ConsoleKit/run-seat.d for action seat_added
console-kit-daemon[2015]: DEBUG: Running programs in
/usr/lib/ConsoleKit/run-seat.d for action seat_added
console-kit-daemon[2015]: DEBUG: Allocated ChildData 0x8393a18
console-kit-daemon[2015]: DEBUG: Waiting for child with pid 2018
missing action

console-kit-daemon[2015]: DEBUG: In _child_watch for pid 2018
console-kit-daemon[2015]: DEBUG: Done waiting for child with pid 2018
console-kit-daemon[2015]: DEBUG: Freeing ChildData 0x8393a18
console-kit-daemon[2015]: DEBUG: Emitting seat-added:
/org/freedesktop/ConsoleKit/Seat1
console-kit-daemon[2015]: DEBUG: Writing log for event: 1285675668.338
type=SEAT_ADDED : seat-id='Seat1' seat-kind=0
console-kit-daemon[2015]: DEBUG: Cleaning up /var/run/console
console-kit-daemon[2015]: DEBUG: Removing tag file: /var/run/console/james
console-kit-daemon[2015]: DEBUG: Removing tag file: /var/run/console/root
console-kit-daemon[2015]: DEBUG: NameOwnerChanged:
service_name='org.freedesktop.ConsoleKit', old_service_name=''
new_service_name=':1.10'
console-kit-daemon[2015]: DEBUG: NameOwnerChanged: service_name=':1.12',
old_service_name='' new_service_name=':1.12'
console-kit-daemon[2015]: DEBUG: found 0 unique users
console-kit-daemon[2015]: DEBUG: ConsoleKit Restart:
org.freedesktop.consolekit.system.restart
console-kit-daemon[2015]: DEBUG: constructing polkit data
console-kit-daemon[2015]: DEBUG: checking if caller :1.12 is authorized
console-kit-daemon[2015]: DEBUG: CkManager: get session for unix process:
2020
console-kit-daemon[2015]: DEBUG: uid = 0
console-kit-daemon[2015]: DEBUG: pid = 1813
console-kit-daemon[2015]: DEBUG: CkManager: get session for cookie
console-kit-daemon[2015]: DEBUG: uid = 0
console-kit-daemon[2015]: DEBUG: pid = 1813
console-kit-daemon[2015]: DEBUG: CkManager: Unable to lookup cookie for
caller - failing
console-kit-daemon[2015]: DEBUG: Removing sessions for service name: :1.12
console-kit-daemon[2015]: DEBUG: NameOwnerChanged: service_name=':1.12',
old_service_name=':1.12' new_service_name=''


Bug#597937: consolekit: Power Management: Error org.freedesktop.ConsoleKit.Manager.NotPrivileged: Not Authorized

2010-09-24 Thread James Robertson
Package: consolekit
Version: 0.4.2-1
Severity: important


I am using the following options in Openbox via a menu to control various 
options such as Reboot and Poweroff.

dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit 
/org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop
dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit 
/org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Restart

In .xinitrc I have the following:

exec ck-launch-session dbus-launch openbox-session

After a dist-upgrade I was no longer able to reboot or poweroff my PC and 
received the following error if I tried running the commands from the command 
line.

Error org.freedesktop.ConsoleKit.Manager.NotPrivileged: Not Authorized

I downgraded consolekit from consolekit_0.4.2-1_i386.deb to 
consolekit_0.4.1-4_i386.deb and this resolved the problem.

Thanks

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

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages consolekit depends on:
ii  dbus1.2.24-3 simple interprocess messaging syst
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libck-connector00.4.2-1  ConsoleKit libraries
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libpolkit-gobject-1-0   0.96-3   PolicyKit Authorization API
ii  libx11-62:1.3.3-3X11 client-side library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages consolekit recommends:
pn  libpam-ck-connector   none (no description available)

consolekit 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#576673: closed by Bastian Blank wa...@debian.org (Re: Bug#576673: lvm2: unmount lvm snapshot takes a long time - high disk I/O)

2010-04-07 Thread James Robertson
I realise this bug is closed but I have discovered how to resolve this
problem and i'm replying here for the benefit of anyone who is
researching the same problem.

I found that if I mounted the snapshot read only e.g. mount -o ro
/dev/vg00/home-snapshot /mnt/home-snapshot I did not encounter the
disk activity and lenghty unmount delay.

I also tested this using a Debian Kernel (2.6.32-4-amd64) and got the
same behaviour and the delay appears proportionate to the amount of
data copied from the snapshot (in my case a fairly large rsync) as
when I simply mounted and unmounted it was instantaneous and a small
copy job caused a small delay and disk activity.

Thanks and Regards,

James



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



Bug#576673: lvm2: unmount lvm snapshot takes a long time - high disk I/O

2010-04-06 Thread James Robertson
Package: lvm2
Version: 2.02.62-1
Severity: normal


I am using EXT4 on LVM and have noticed that when I unmount a snapshot created 
with lvm that it takes a few minutes to unmount and also causes alot of Disk 
activity.

I am not sure if this bug should be submitted against lvm, ext4 or mount for 
that matter so apologies if it has been submitted in error to lvm2.

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

Kernel: Linux 2.6.33-2.slh.1-sidux-amd64 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lvm2 depends on:
ii  dmsetup  2:1.02.45-1 The Linux Kernel Device Mapper use
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libdevmapper1.02.1   2:1.02.45-1 The Linux Kernel Device Mapper use
ii  lsb-base 3.2-23  Linux Standard Base 3.2 init scrip

lvm2 recommends no packages.

lvm2 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#568877: small correction to command

2010-03-10 Thread James Robertson
I came across this bug report after experiencing the same problem and
wanted to ensure anyone who finds this uses the correct command in
case it's not obvious.

It should be...

echo RESUME=/dev/mapper/vg-lv  /etc/initramfs-tools/conf.d/resume

thanks



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



Bug#569720: eeepc-acpi-scripts: Mute toggle conflict

2010-02-13 Thread James Robertson
Package: eeepc-acpi-scripts
Version: 1.1.9
Severity: normal

When using FN+F10 on an Asus 1000HE to toggle mute it would double toggle and 
the mute state would end up the same as it started.

I disovered that if I comment out the following line from 
/etc/acpi/actions/volume.sh it resolved the problem.

.. /etc/acpi/lib/sound.sh

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

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages eeepc-acpi-scripts depends on:
ii  acpi-support-base 0.132-1scripts for handling base ACPI eve
ii  acpid 1:2.0.1-2  Advanced Configuration and Power I
ii  pm-utils  1.2.6.1-3  utilities and scripts for power ma
ii  rfkill0.4-1  tool for enabling and disabling wi

Versions of packages eeepc-acpi-scripts recommends:
ii  alsa-utils1.0.22-1   Utilities for configuring and usin

Versions of packages eeepc-acpi-scripts suggests:
pn  aosd-cat  none (no description available)
pn  gnome-osd none (no description available)
ii  ttf-freefont  20090104-5 Freefont Serif, Sans and Mono True
ii  ttf-mscorefonts-installer 3.2Installer for Microsoft TrueType c

-- 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#547661: mutt-patched: sidebar-next key bound to Return

2009-09-21 Thread James Robertson
Package: mutt-patched
Version: 1.5.20-4
Severity: important

Using mutt-patched sidebar I find that if I try so set keybindings for 
sidebar-next it says it is using Return.

my keybinding for sidebar-next still works however I like to use Return for 
opening mail items and therefore this is rather annoying.

My sidebar bindings are as follows.

# sidebar settings
 bind index \Ck sidebar-prev
 bind index \Cj sidebar-next
 bind index \Co sidebar-open
 bind pager \Ck sidebar-prev
 bind pager \Cj sidebar-next
 bind pager \Co sidebar-open

The help menu displays this:

Return sidebar-next go down to next mailbox

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

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mutt-patched depends on:
ii  libc6   2.9-26   GNU C Library: Shared libraries
ii  libcomerr2  1.41.9-1 common error description library
ii  libgdbm31.8.3-6+b1   GNU dbm database routines (runtime
ii  libgnutls26 2.8.3-3  the GNU TLS library - runtime libr
ii  libgpg-error0   1.6-1library for common error values an
ii  libgpgme11  1.2.0-1  GPGME - GnuPG Made Easy
ii  libgssapi-krb5-21.7dfsg~beta3-1  MIT Kerberos runtime libraries - k
ii  libidn111.15-1   GNU Libidn library, implementation
ii  libk5crypto31.7dfsg~beta3-1  MIT Kerberos runtime libraries - C
ii  libkrb5-3   1.7dfsg~beta3-1  MIT Kerberos runtime libraries
ii  libncursesw55.7+20090803-2   shared libraries for terminal hand
ii  libsasl2-2  2.1.23.dfsg1-1.1 Cyrus SASL - authentication abstra
ii  mutt1.5.20-4 text-based mailreader supporting M

mutt-patched recommends no packages.

mutt-patched 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#525483: libclamav5: clamd segfault libclamav.so.5.0.4

2009-04-26 Thread James Robertson
Package: libclamav5
Version: 0.94.dfsg.2-1lenny2
Followup-For: Bug #525483


Not sure if unofficial-clamav-sigs.sh has anything to do with it?  This is the 
only occurance of unofficial-clamav-sigs.sh being close to the time of the 
segfault.  I generally experience this about once a day.

Apr 27 06:37:01 pavelow /USR/SBIN/CRON[10953]: (root) CMD 
(/usr/sbin/unofficial-clamav-sigs.sh)
Apr 27 06:37:51 pavelow kernel: [1376504.338160] clamd[27144]: segfault at 1c 
ip b7d287e2 sp bfb65840 error 4 in libc-2.7.so[b
7cb8000+155000]

I am a novice at submitting bugs so please advise me of anything that will help 
work it out.


-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libclamav5 depends on:
ii  libbz2-1.0 1.0.5-1   high-quality block-sorting file co
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libgmp3c2  2:4.2.2+dfsg-3Multiprecision arithmetic library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

libclamav5 recommends no packages.

libclamav5 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#505548: installation-reports: Blank Screen using Graphical Normal Installer

2008-11-13 Thread James Robertson
Package: installation-reports
Severity: critical
Justification: breaks the whole system

When booting the Lenny RC1 installer from the normal install or graphical 
installer the screen goes blank and the PC becomes unresponsive.
Cannot CTRL-ALT-DEL to reboot and have to reset the PC.  Tried vga=788 as 
suggested to use vesa but that does not work.  The Video Card is a
ATI Radeon 4850 so perhaps that has an affect on it although Beta2 installed OK 
but I think I had to use noapic at boot.

-- Package-specific info:

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/lenny_di_rc1/i386/iso-cd/debian-testing-i386-netinst.iso
Date: Fri Nov 14 00:13:49 EST 2008

Machine: Asus M2N-MX AMD AM2 4800+ Generic PC
Partitions: This is from the currently running system installed via Beta 2 not 
sure if its even useful?
FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/sdb1 ext3 7874528   1177380   6297132  16% /
tmpfstmpfs 2074296 0   2074296   0% /lib/init/rw
udev tmpfs   10240   108 10132   2% /dev
tmpfstmpfs 2074296 0   2074296   0% /dev/shm
/dev/sdb3 ext365117128   1458728  60350620   3% /home


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [E]
Detect network card:[ ]
Configure network:  [ ]
Detect CD:  [ ]
Load installer modules: [ ]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Install base system:[ ]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

Besides what is written above I had to use Vesa or install the latest ReadonHD 
or ATI graphics drivers to get video to work at all.
The details below are from the currently running system.

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to [EMAIL PROTECTED]

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=5.0 (lenny) - installer build 20080522
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
umame -a: Linux bertie 2.6.24-1-486 #1 Thu May 8 01:29:10 UTC 2008 i686 unknown
lspci -knn: 00:00.0 RAM memory [0500]: nVidia Corporation MCP61 Memory 
Controller [10de:03ea] (rev a1)
lspci -knn: 00:01.0 ISA bridge [0601]: nVidia Corporation MCP61 LPC Bridge 
[10de:03e0] (rev a2)
lspci -knn: 00:01.1 SMBus [0c05]: nVidia Corporation MCP61 SMBus [10de:03eb] 
(rev a2)
lspci -knn: 00:01.2 RAM memory [0500]: nVidia Corporation MCP61 Memory 
Controller [10de:03f5] (rev a2)
lspci -knn: 00:02.0 USB Controller [0c03]: nVidia Corporation MCP61 USB 
Controller [10de:03f1] (rev a2)
lspci -knn: Kernel driver in use: ohci_hcd
lspci -knn: Kernel modules: ohci-hcd
lspci -knn: 00:02.1 USB Controller [0c03]: nVidia Corporation MCP61 USB 
Controller [10de:03f2] (rev a2)
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: Kernel modules: ehci-hcd
lspci -knn: 00:04.0 PCI bridge [0604]: nVidia Corporation MCP61 PCI bridge 
[10de:03f3] (rev a1)
lspci -knn: 00:05.0 Audio device [0403]: nVidia Corporation MCP61 High 
Definition Audio [10de:03f0] (rev a2)
lspci -knn: 00:06.0 IDE interface [0101]: nVidia Corporation MCP61 IDE 
[10de:03ec] (rev a2)
lspci -knn: Kernel driver in use: AMD_IDE
lspci -knn: Kernel modules: amd74xx
lspci -knn: 00:07.0 Bridge [0680]: nVidia Corporation MCP61 Ethernet 
[10de:03ef] (rev a2)
lspci -knn: Kernel driver in use: forcedeth
lspci -knn: Kernel modules: forcedeth
lspci -knn: 00:08.0 IDE interface [0101]: nVidia Corporation MCP61 SATA 
Controller [10de:03f6] (rev a2)
lspci -knn: Kernel driver in use: sata_nv
lspci -knn: Kernel modules: sata_nv
lspci -knn: 00:08.1 IDE interface [0101]: nVidia Corporation MCP61 SATA 
Controller [10de:03f6] (rev a2)
lspci -knn: Kernel driver in use: sata_nv
lspci -knn: Kernel modules: sata_nv
lspci -knn: 00:09.0 PCI bridge [0604]: nVidia Corporation MCP61 PCI Express 
bridge [10de:03e8] (rev a2)
lspci -knn: Kernel driver in use: pcieport-driver
lspci -knn: 00:0b.0 PCI bridge [0604]: nVidia Corporation MCP61 PCI Express 
bridge [10de:03e9] (rev a2)
lspci -knn: Kernel driver in use: pcieport-driver
lspci -knn: 00:0c.0 PCI bridge [0604]: nVidia Corporation MCP61 PCI Express 
bridge [10de:03e9] (rev a2)
lspci -knn: Kernel driver in use: pcieport-driver
lspci -knn: 00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] K8 
[Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100]
lspci -knn: 00:18.1 Host 

Bug#505548: Resolved using noapic

2008-11-13 Thread James Robertson

This is to let you know that booting with noapic fixes the issue



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#503427: audacious: dbus-x11 audtool dependancy

2008-10-25 Thread James Robertson
Package: audacious
Version: 1.5.1-4
Severity: important


When attempting to use audtool (which is part of audacious) to issue commands 
to audacious the following error is output 
e.g.

[EMAIL PROTECTED]:~$ audtool --help
In program audtool:
  * While attempting to connect to the D-Bus session bus
Error: D-Bus Error: Failed to execute dbus-launch to autolaunch D-Bus session

Installing the dbus-x11 package resolves this problem so dbus-x11 should be 
considered a dependancy for audacious. 

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

Kernel: Linux 2.6.26-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages audacious depends on:
ii  audacious-plugins 1.5.1-2Base plugins for audacious
ii  dbus  1.2.1-3simple interprocess messaging syst
ii  gtk2-engines-pixbuf   2.12.11-3  Pixbuf-based theme for GTK+ 2.x
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libaudclient1 1.5.1-4audacious dbus remote control libr
ii  libaudid3tag1 1.5.1-4audacious id3 tag manipulation lib
ii  libc6 2.7-14 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-6.1  The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.1-3simple interprocess messaging syst
ii  libdbus-glib-1-2  0.76-1 simple interprocess messaging syst
ii  libglib2.0-0  2.16.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-3  The GTK+ graphical user interface 
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libmcs1   0.7.1-1Abstraction library to store confi
ii  libmowgli10.6.1-1a high performance development fra
ii  libpango1.0-0 1.20.5-2   Layout and rendering of internatio
ii  libsamplerate00.1.4-1audio rate conversion library
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libx11-6  2:1.1.5-2  X11 client-side library

Versions of packages audacious recommends:
pn  audacious-plugins-extra   none (no description available)
ii  unzip 5.52-12De-archiver for .zip files

audacious suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]