Bug#895905: +second file

2018-04-17 Thread Piotr Szydełko
The package overwrites the
/usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so too.

-- 
Pozdrawiam
Piotr Szydełko


Bug#677864: alternative?

2012-08-17 Thread Piotr Szydełko
For a time being I'm using the last version that was available but I would
like to know what will happen when I install new instance of wheezy? Will
there be a window manager that supports compositing?


Bug#653373: rhythmbox: broken DBus method PlaylistManager.GetPlaylists

2011-12-27 Thread Piotr Szydełko
Package: rhythmbox
Version: 2.90.1~git2017.f101562-1
Severity: normal
Tags: patch

Rhythmbox does not return list of playlists names trough DBus

Attempt to call this method:
$ dbus-send --dest=org.gnome.Rhythmbox3 --print-reply
/org/gnome/Rhythmbox3/PlaylistManager
org.gnome.Rhythmbox3.PlaylistManager.GetPlaylists
Error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
causes include: the remote application did not send a reply, the message bus
security policy blocked the reply, the reply timeout expired, or the network
connection was broken.

error in ~/.xsession-errors:
(rhythmbox:7750): GLib-GIO-CRITICAL **:
g_dbus_method_invocation_return_value_internal: assertion `(parameters == NULL)
|| g_variant_is_of_type (parameters, G_VARIANT_TYPE_TUPLE)' failed

It seems this problem affects upstream as well  (
http://git.gnome.org/browse/rhythmbox/tree/shell/rb-playlist-manager.c#n1639 )
..

Patch attached.



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

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

Versions of packages rhythmbox depends on:
ii  dbus 1.4.16-1
ii  gnome-icon-theme 3.2.1.2-1
ii  gstreamer0.10-plugins-base   0.10.35-1
ii  gstreamer0.10-plugins-good   0.10.30-2.1
ii  gstreamer0.10-x  0.10.35-1
ii  libatk1.0-0  2.2.0-2
ii  libc62.13-23
ii  libcairo-gobject21.10.2-6.2
ii  libcairo21.10.2-6.2
ii  libffi5  3.0.10-3
ii  libfontconfig1   2.8.0-3
ii  libfreetype6 2.4.8-1
ii  libgdk-pixbuf2.0-0   2.24.0-2
ii  libgirepository-1.0-11.31.1-1
ii  libglib2.0-0 2.30.2-4
ii  libgstreamer-plugins-base0.10-0  0.10.35-1
ii  libgstreamer0.10-0   0.10.35-1
ii  libgtk-3-0   3.2.2-3
ii  libice6  2:1.0.7-2
ii  libpango1.0-01.29.4-2
ii  libpeas-1.0-01.2.0-1
ii  librhythmbox-core4   2.90.1~git2017.f101562-1
ii  libsm6   2:1.2.0-2
ii  libsoup-gnome2.4-1   2.34.3-1
ii  libsoup2.4-1 2.34.3-1
ii  libtotem-plparser17  2.32.6-2
ii  libxml2  2.7.8.dfsg-5
ii  media-player-info15-1
ii  python-gobject   3.0.3-1
ii  python-gst0.10   0.10.22-1
ii  rhythmbox-data   2.90.1~git2017.f101562-1
ii  zlib1g   1:1.2.3.4.dfsg-3

Versions of packages rhythmbox recommends:
ii  avahi-daemon0.6.30-5
ii  gstreamer0.10-plugins-ugly  0.10.18-3+b1
ii  gstreamer0.10-pulseaudio0.10.30-2.1
ii  gvfs-backends   1.10.1-2
ii  notification-daemon 0.7.3-1
ii  rhythmbox-plugins   2.90.1~git2017.f101562-1
ii  yelp3.2.1+dfsg-1+b1

Versions of packages rhythmbox suggests:
ii  gnome-codec-install  none
ii  gnome-control-center 1:3.0.2-3+b1
ii  gstreamer0.10-plugins-bad0.10.22-3
ii  rhythmbox-plugin-cdrecorder  2.90.1~git2017.f101562-1
diff -ur rhythmbox-2.90.1~git2017.f101562/shell/rb-playlist-manager.c rhythmbox-2.90.1-wiertel/shell/rb-playlist-manager.c
--- rhythmbox-2.90.1~git2017.f101562/shell/rb-playlist-manager.c	2011-11-17 09:30:18.0 +0100
+++ rhythmbox-2.90.1-wiertel/shell/rb-playlist-manager.c	2011-12-27 13:28:12.180998131 +0100
@@ -1625,10 +1625,13 @@
 
 	if (g_strcmp0 (method_name, GetPlaylists) == 0) {
 		char **names;
+		GVariant *res;
 
 		rb_playlist_manager_get_playlist_names (mgr, names, NULL);
-		g_dbus_method_invocation_return_value (invocation,
-		   g_variant_new_strv ((const char * const *)names, -1));
+		res = g_variant_new_strv ((const char * const *)names, -1);
+		res = g_variant_new_tuple (res, 1);
+
+		g_dbus_method_invocation_return_value (invocation, res);
 		g_strfreev (names);
 	} else if (g_strcmp0 (method_name, CreatePlaylist) == 0) {
 		g_variant_get (parameters, (s), name);


Bug#635709: [laptop-mode-tools] makes dpms-standby compatible with gdm3

2011-11-25 Thread Piotr Szydełko
Package: laptop-mode-tools
Version: 1.60-1
Followup-For: Bug #635709

Problem I have encountered may be related to this bug.

/etc/init.d/laptop-mode hangs without any information about the reason. I've
traced this behavior to dpms-standby module.
This is what led me there (ps -f):
23012 pts/4SN+0:00   \_ /bin/sh /etc/init.d/laptop-mode start
23016 pts/4SN+0:00   \_ /bin/sh /usr/sbin/laptop_mode init auto
23110 pts/4SN+0:00   \_ su wiertel -c xset dpms 1200 1500 1800
23111 pts/4SN+0:00   \_ grep -q display

x11-xserver-utils7.6+3
gnome-shell  3.0.2-5

I've started looking around laptop-mode because of the sound coming out of my
hard drive - after resume from suspend hard drive was spinning down again and
again. Even hdparm -B 252 didn't make any difference. Now I have dpms-standby
module disabled and  /etc/init.d/laptop mode works as expected.



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

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

Versions of packages laptop-mode-tools depends on:
ii  lsb-base3.2-28  
ii  psmisc  22.13-1 
ii  util-linux  2.19.1-5

Versions of packages laptop-mode-tools recommends:
ii  ethtool 1:3.0-1  
ii  hdparm  9.32-1   
ii  net-tools   1.60-24.1
ii  sdparm  1.06-3   
ii  udev172-1
ii  wireless-tools  30~pre9-5

Versions of packages laptop-mode-tools suggests:
ii  acpid  1:2.0.12-1
ii  hal0.5.14-7  

-- 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#648280: gnome-shell: Visual artefacts with ATI fglrx

2011-11-10 Thread Piotr Szydełko
Package: gnome-shell
Version: 3.0.2-5
Severity: important

I am using fglrx drivers (fglrx-driver package). My first experience with
gnome-shell was bad. There were visual artefacts, texts were not shown
correctly.

In the attachment you can see some of the effect (sorry about poor image
quality) - that's a photo of the Run... dialog (Alt-F2). All programs were
looking good. Only the element of gnome-shell were broken.
The effect was similar to the one show in the first screenshot of
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636874

Taking suggestion from this forum:
http://ubuntuforums.org/showthread.php?t=1773221  I have installed newer
version of fglrx-driver 11-10-1 and I can now work with new Gnome.
Please consider marking gnome-shell package incompatible with fglrx-driver
1:11-8-1.



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

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

Versions of packages gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.7.5-3 
ii  gconf2   2.32.4-1
ii  gir1.2-atk-1.0   2.2.0-2 
ii  gir1.2-clutter-1.0   1.8.2-1 
ii  gir1.2-cogl-1.0  1.8.2-1 
ii  gir1.2-coglpango-1.0 1.8.2-1 
ii  gir1.2-freedesktop   0.10.8-2+b1 
ii  gir1.2-gconf-2.0 2.32.4-1
ii  gir1.2-gdkpixbuf-2.0 2.24.0-1
ii  gir1.2-gkbd-3.0  3.2.0-1 
ii  gir1.2-glib-2.0  0.10.8-2+b1 
ii  gir1.2-gnomebluetooth-1.03.2.1-1 
ii  gir1.2-gtk-3.0   3.0.12-2
ii  gir1.2-json-1.0  0.14.0-1
ii  gir1.2-mutter-3.03.0.2.1-4   
ii  gir1.2-networkmanager-1.00.9.0-2 
ii  gir1.2-pango-1.0 1.29.4-2
ii  gir1.2-polkit-1.00.102-1 
ii  gir1.2-telepathyglib-0.120.16.0-1
ii  gir1.2-telepathylogger-0.2   0.2.10-2
ii  gir1.2-upowerglib-1.00.9.14-1
ii  gjs  1.29.0-2+b1 
ii  gnome-bluetooth  3.2.1-1 
ii  gnome-icon-theme-symbolic3.2.1-1 
ii  gnome-settings-daemon3.0.3-3 
ii  gsettings-desktop-schemas3.0.1-1 
ii  libatk1.0-0  2.2.0-2 
ii  libc62.13-21 
ii  libcairo-gobject21.10.2-6.1  
ii  libcairo21.10.2-6.1  
ii  libcamel-1.2-23  3.0.3-1 
ii  libcanberra0 0.28-3  
ii  libclutter-1.0-0 1.8.2-1 
ii  libcogl-pango0   1.8.2-1 
ii  libcogl5 1.8.2-1 
ii  libcroco30.6.2-2 
ii  libdbus-1-3  1.4.16-1
ii  libdbus-glib-1-2 0.98-1  
ii  libdrm2  2.4.26-1
ii  libebook1.2-10   3.0.3-1 
ii  libecal1.2-8 3.0.3-1 
ii  libedataserver1.2-14 3.0.3-1 
ii  libedataserverui-3.0-0   3.0.3-1 
ii  libffi5  3.0.10-3
ii  libfontconfig1   2.8.0-3 
ii  libfreetype6 2.4.7-2 
ii  libgconf2-4  2.32.4-1
ii  libgdk-pixbuf2.0-0   2.24.0-1
ii  libgirepository-1.0-10.10.8-2+b1 
ii  libgjs0b [libgjs0-libmozjs7d]1.29.0-2+b1 
ii  libgl1-mesa-glx [libgl1] 7.11-6  
ii  libglib2.0-0 2.28.8-1
ii  libgnome-desktop-3-0 3.0.2-2 
ii  libgnome-menu2   3.0.1-3 
ii  libgstreamer0.10-0   0.10.35-1   
ii  libgtk-3-0   3.0.12-2
ii  libical0 0.44-3  
ii  libjson-glib-1.0-0   0.14.0-1
ii  libmozjs7d   7.0.1-4 
ii  libmutter0   3.0.2.1-4   
ii  libnspr4-0d  4.8.9-1 
ii  libnss3-1d   3.12.11-3   
ii  libpango1.0-0

Bug#645632: librsvg2-common: postinst - loaders.cache Directory nonexistent

2011-10-17 Thread Piotr Szydełko
Package: librsvg2-common
Version: 2.34.1-2
Severity: minor

Today during upgrade some error in configure scripts was reported.
I can trigger this error again:
# LC_ALL=C LANG=C apt-get install --reinstall librsvg2-common
[ ... ]
Unpacking replacement librsvg2-common ...
Processing triggers for libgdk-pixbuf2.0-0 ...
Setting up librsvg2-common (2.34.1-2) ...
/var/lib/dpkg/info/librsvg2-common.postinst: 12:
/var/lib/dpkg/info/librsvg2-common.postinst: cannot create /usr/lib/x86_64
-linux-gnu/gdk-pixbuf-2.0//gdk-pixbuf-query-loaders/loaders.cache: Directory
nonexistent

I don't think it is important but can probably be easily fixed.



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

Kernel: Linux 3.0.0 (SMP w/2 CPU cores)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (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#644477: /usr/bin/pg_upgradecluster: pg_upgradecluster fails on cluster owned by regular user (non-default socket dir)

2011-10-06 Thread Piotr Szydełko
Package: postgresql-common
Version: 122
Severity: normal
File: /usr/bin/pg_upgradecluster
Tags: patch

pg_upgradecluster fails to upgrade PostgreSQL cluster owned by regular user.
That is because such a cluster uses /tmp as socket dir and not default
/var/run/postgresql (man pg_createcluster : --socket-dir ) and tablespaces test
in pg_upgradecluster does not handle it.

# pg_lsclusters
Version Cluster   Port Status OwnerData directory Log
file
9.0 wiertel   5433 online wiertel  /home/wiertel/var/lib/postgresql9/
/var/log/postgresql/postgresql-9.0-wiertel.log

# LANG=C pg_upgradecluster 9.0 wiertel /home/wiertel/var/lib/postgresql91
Stopping old cluster...
Disabling connections to the old cluster during upgrade...
Restarting old cluster with restricted connections...
Creating new cluster (configuration: /etc/postgresql/9.1/wiertel, data:
/home/wiertel/var/lib/postgresql91)...
Moving configuration file /home/wiertel/var/lib/postgresql91/postgresql.conf to
/etc/postgresql/9.1/wiertel...
Moving configuration file /home/wiertel/var/lib/postgresql91/pg_hba.conf to
/etc/postgresql/9.1/wiertel...
Moving configuration file /home/wiertel/var/lib/postgresql91/pg_ident.conf to
/etc/postgresql/9.1/wiertel...
Configuring postgresql.conf to use port 5432...
Disabling connections to the new cluster during upgrade...
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket /var/run/postgresql/.s.PGSQL.5432?
Use of uninitialized value $buffer in string ne at /usr/bin/pg_upgradecluster
line 322.
Error: automatic upgrade of tablespaces is not supported
Re-enabling connections to the old cluster...
Re-enabling connections to the new cluster...
Error during cluster dumping, removing new cluster


Couple lines down the script there is another psql invocation with appropriate
parameters set. Copying those two parameters (-h $oldsocket) solves the
problem.

BTW testing if tablespaces were used in upgraded cluster should probably use
$oldpsql.



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

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

Versions of packages postgresql-common depends on:
ii  adduser   3.113
ii  debconf [debconf-2.0] 1.5.40
ii  logrotate 3.7.8-6
ii  lsb-base  3.2-28
ii  postgresql-client-common  122
ii  procps1:3.2.8-11
ii  ssl-cert  1.0.28

postgresql-common recommends no packages.

postgresql-common suggests no packages.
--- orig/pg_upgradecluster	2011-10-06 10:13:02.065741489 +0200
+++ altr/pg_upgradecluster	2011-10-06 10:18:42.519429706 +0200
@@ -315,8 +315,8 @@
 my $buffer;
 
 # check for tablespaces (not supported)
-open F, '-|', $psql, '-Atc', SELECT count(*) FROM pg_tablespace WHERE spclocation  '' 
-	or die Calling $psql: $!;
+open F, '-|', $oldpsql, '-h', $oldsocket, '-d', 'template1', '-Atc', SELECT count(*) FROM pg_tablespace WHERE spclocation  '' 
+	or die Calling $oldpsql: $!;
 $buffer = F;
 close F;
 if ($buffer ne 0\n) {


Bug#634243: RFP: gptfdisk

2011-08-04 Thread Piotr Szydełko
I would like to see GPT fdisk package in Debian too.

There are debs build by OpenSUSE Build Service
http://www.rodsbooks.com/gdisk/download.html#obs

Parted supports GPT too but this GPT fdisk is more powerful. Partition
table conversion was especially useful to me.

Is there something I could do help with this?




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



Bug#598092: apt-build: warning in postinst about use of deprecated dpkg --print-installation-architecture

2010-09-26 Thread Piotr Szydełko
Package: apt-build
Version: 0.12.37
Severity: minor

Warning noticed during installation of the apt-build package - after
configuration to be more exact.

I can see this warning again by executing:

# LC_ALL=C dpkg-reconfigure apt-build

dpkg: warning: obsolete option '--print-installation-architecture', please
use
'--print-architecture' instead.

According to
http://packages.debian.org/changelogs/pool/main/d/dpkg/dpkg_1.15.8.4/changelog
--print-installation-architecture was obsoleted in version 1.13.1. There is
no
direct dependency on dpkg, but apt-build requires dpkg-dev 1.9 so maybe
there is a reason why it still use old --print-installation-architecture. If
that's the case then this report will be just a reminder.



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

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

Versions of packages apt-build depends on:
ii  apt   0.8.0  Advanced front-end for dpkg
ii  apt-utils 0.8.0  APT utility programs
ii  debconf [debconf-2.0] 1.5.35 Debian configuration management
sy
ii  devscripts2.10.68scripts to make the life of a
Debi
ii  dpkg-dev  1.15.8.4   Debian package development
tools
ii  g++   4:4.4.4-2  The GNU C++ compiler
ii  gcc   4:4.4.4-2  The GNU C compiler
ii  libappconfig-perl 1.56-2 Perl module for configuration
file
ii  libapt-pkg-perl   0.1.24+b1  Perl interface to libapt-pkg
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared
lib
ii  perl  5.10.1-14  Larry Wall's Practical
Extraction

Versions of packages apt-build recommends:
ii  build-essential   11.5   Informational list of
build-essent
ii  fakeroot  1.14.4-1   Gives a fake root environment

apt-build suggests no packages.

-- debconf information excluded


Bug#598118: fglrx-glx: Missing shlibs control file

2010-09-26 Thread Piotr Szydełko
Package: fglrx-glx
Version: 1:10-7-1
Severity: normal

fglrx-glx 10-7-1 package doesn't include shlibs control file. It doesn't
change
anything for fglrx itself but breaks building of xserver-xorg-core on system
where fglrx-glx is installed.

This is the error reported during package build

# LC_ALL=C apt-build install --reinstall xserver-xorg-core
 [...]
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by fglrx-glx from: /usr/lib/libGL.so.1
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by fglrx-glx to: /usr/lib/fglrx/diversions/libGL.so.1
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by fglrx-glx from: /usr/lib/libGL.so.1.2
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
 diversion by fglrx-glx to: /usr/lib/fglrx/diversions/libGL.so.1.2
dpkg-shlibdeps: error: no dependency information found for
/usr/lib/libGL.so.1
(used by debian/xserver-xephyr/usr/bin/Xephyr).
dh_shlibdeps: dpkg-shlibdeps -Tdebian/xserver-xephyr.substvars
debian/xserver-
xephyr/usr/bin/Xephyr returned exit code 2
make[1]: *** [binary-deb] Error 9
make[1]: Leaving directory `/var/cache/apt-build/build/xorg-server-1.7.7'
make: *** [binary-arch] Error 2
dpkg-buildpackage: error: debian/rules binary gave error exit status 2

The same output can be reproduced easier:
$ LC_ALL=C dpkg-shlibdeps /usr/bin/glxinfo


Package includes lintian overrides so this error is not reported by lintian.
That's what lintian reports with disabled overrides:

$ lintian -ioT no-shlibs-control-file /var/cache/apt/archives/fglrx-
glx_1%3a10-7-1_i386.deb
E: fglrx-glx: no-shlibs-control-file usr/lib/libGL.so.1.2
N:
N:Although the package includes a shared library, the package does not
N:have a shlibs control file. If this is intentional, please override
this
N:error.
N:
N:Refer to Debian Policy Manual section 8.6 (Dependencies between the
N:library and other packages - the shlibs system) for details.
N:
N:Severity: serious, Certainty: possible

To fix the issue and be able to build xserver-xorg-core (with
107_fedora_dont_backfill_bg_none.patch which fixes annoying lag on window
resize) I have executed:
# echo libGL 1 fglrx-glx  /var/lib/dpkg/info/fglrx-glx.shlibs



-- Package-specific info:
VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD
3400
Series

DRM and fglrx Informations from dmesg:
[0.216787] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[0.913127] Linux agpgart interface v0.103
[7.018047] fglrx: module license 'Proprietary. (C) 2002 - ATI
Technologies,
Starnberg, GERMANY' taints kernel.
[7.113859] [fglrx] Maximum main memory to use for locked dma buffers:
3818
MBytes.
[7.114170] [fglrx]   vendor: 1002 device: 95c4 count: 1
[7.114629] [fglrx] ioport: bar 1, base 0x2000, size: 0x100
[7.114927] [fglrx] Kernel PAT support is enabled
[7.114945] [fglrx] module loaded - fglrx 8.75.5 [Jun 29 2010] with 1
minors
[   20.356915] fglrx_pci :01:00.0: irq 33 for MSI/MSI-X
[   20.357577] [fglrx] Firegl kernel thread PID: 1835
[   20.357806] [fglrx] IRQ 33 Enabled
[   25.059123] [fglrx] Gart USWC size:1244 M.
[   25.059126] [fglrx] Gart cacheable size:493 M.
[   25.059130] [fglrx] Reserved FB block: Shared offset:0, size:100
[   25.059132] [fglrx] Reserved FB block: Unshared offset:7c16000,
size:3e5000
[   25.059134] [fglrx] Reserved FB block: Unshared offset:7ffb000, size:5000

Xorg X server configuration file status:
lrwxrwxrwx 1 root root 15 Aug 22 15:02 /etc/X11/xorg.conf - xorg.conf-fglrx



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

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

Versions of packages fglrx-glx depends on:
ii  fglrx-driver  1:10-7-1   non-free AMD/ATI r6xx - r7xx
displ
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared
lib
ii  libgcc1   1:4.4.4-8  GCC support library
ii  libxext6  2:1.1.2-1  X11 miscellaneous extension
librar

fglrx-glx recommends no packages.

fglrx-glx suggests no packages.

-- no debconf information


Bug#481715: xfsprogs: typos in man xfs_quota

2008-05-18 Thread Piotr Szydełko
Package: xfsprogs
Version: 2.8.11-1
Severity: minor


Second paragraph in section DIRECTORY TREE QUOTA incorrectly states that -c 
option setups project quota. In fact it is -s.
EXAMPLES:
there is:  xfs_quota -x -c ’projects -c logfiles’ /home
should be: xfs_quota -x -c ’project -c logfiles’ /home
Quotation marks could be changed for those who copy-paste example.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24-1-amd64
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=UTF-8) (ignored: LC_ALL set to 
pl_PL.UTF-8)

Versions of packages xfsprogs depends on:
ii  lib 2.3.6.ds1-13etch5GNU C Library: Shared libraries
ii  lib 5.2-2GNU readline and history libraries
ii  lib 1.39+1.40-WIP-2006.11.14+dfsg-2etch1 universally unique id library

xfsprogs recommends no packages.

-- no debconf information



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