Bug#632351: Try removing loop-aes-utils

2011-07-17 Thread dmsoler
Hi.

I had exactly the same problem, and I was able to solve it by removing the 
loop-aes-utils package. It seems the version of mount included in 
loop-aes-utils doesn't work with recent versions of fuse.

If you see bug report #628735, you'll see you need util-linux = 2.18 to use 
fuse 2.8.5 . The mount version in package loop-aes-utils (2.16.2-2) is from 
util-linux 2.16, with loop-aes patches.

Try:

mount --version

If the version in your system is  2.18 , this could be the cause of the 
problem. If you have installed the loop-aes-utils package, you will have this 
in /bin:

/bin/mount

/bin/mount.orig

Try /bin/mount --version and /bin/mount.orig --version . Probably, you will see 
/bin/mount is 2.18 and /bin/mount.orig =2.18. The loop-aes-utils package move 
/bin/mount to /bin/mount.orig and install its own mount in /bin/mount.

This is probably known by Debian maintainers of fuse packages, since version 
2.8.5-4 of fuse conflicts with loop-aes-utils. If you upgrade fuse to 2.8.5-4 
with apt, you will be asked to remove loop-aes-utils to proceed.

Regards,

Dionisio Martínez Soler







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



Bug#594623: xserver-xorg-video-intel with 855GM

2010-08-29 Thread dmsoler
Package: xserver-xorg-video-intel  
Version: 2:2.12.0+legacy1-1

Hi.

Apparently, I have the same hardware of the original reporter of this bug:

00:02.0 VGA compatible controller [0300]: Intel Corporation 82852/855GM 
Integrated Graphics Device [8086:3582] (rev 02)
00:02.1 Display controller [0380]: Intel Corporation 82852/855GM Integrated 
Graphics Device [8086:3582] (rev 02)

I have compiled a new kernel with package linux-source-2.6.32 (version 
2.6.32-21), commenting out the blacklisted 855GM in file 
drivers/gpu/drm/i915/i915_drv.c :

--- i915_drv.c~ 2010-08-25 02:29:23.0 +0200
+++ i915_drv.c  2010-08-27 03:23:22.0 +0200
@@ -548,8 +548,8 @@
 static const struct pci_device_id i915_kms_blacklist[] = {
INTEL_VGA_DEVICE(0x3577, 0),/* i830 */
INTEL_VGA_DEVICE(0x2562, 0),/* i845 */
-   INTEL_VGA_DEVICE(0x3582, 0),/* i855 */
-   INTEL_VGA_DEVICE(0x358e, 0),/* i855 */
+   /* INTEL_VGA_DEVICE(0x3582, 0), */ /* i855 */
+   /* INTEL_VGA_DEVICE(0x358e, 0), */ /* i855 */
{ },
 };

xserver-xorg-video-intel version 2:2.12.0+legacy1-1 is working with this i915 
kernel module in KMS mode. I have some X crashes, but NEVER WHILE ACTIVELY 
WORKING WITH THE COMPUTER (until now, it never happened with this or with 
previous xserver-xorg-video-intel packages or kernels), only when the computer 
is idle or xscreensaver is active. 2.12.0+legacy1-1 is better than previous 
version, since when X crashes, it is always correctly restarted by gdm (with 
2.9, when X crashed, it couldn't be restarted: the box was working - you could 
use the console or ssh - but gdm couldn't restart X, and manually restarting X 
got the computer frozen).

With 2.12.0+legacy1-1, if I boot with i915.modeset=0 in UMS mode, the computer 
freezes when starting X with GDM (blank screen, no network access).

When I have time, I'll try to compile your shadow version and see what happens. 
Is there a .deb package of the shadow version? It would be easier to try.

Thanks.

Dionisio Martínez Soler
dmso...@edu.xunta.es

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Apr 14  2006 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1725304 Aug 24 17:04 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
Graphic Device (rev 02)

/etc/X11/xorg.conf does not exist.




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



Bug#550316: [Pkg-utopia-maintainers] Bug#550316

2009-10-18 Thread dmsoler
Michael Biebl wrote:
  All replies so far indicate that this behaviour only happens for systems 
  using
 ide-cd/ide-core, i.e. the old IDE subsystem.
 
 The code also makes assumptions (see the is_cdrom check) that only the new
 libata subsystem is in use, so the cd-rom drive is opened with the wrong flags
 causing the drive to be retracted when it is polled.

As far as I know (see bugs #534708 and #535959), current Debian kernels 
(including 2.6.30) explicitly disables the use of libata for IDE with a patch, 
and there is an announcement of switch to libata in 2.6.31: 
http://www.mail-archive.com/debian-ker...@lists.debian.org/msg46483.html

So, if the code makes assumptions that only the new libata subsystem is in 
use, I think this package should conflict with any installed Debian linux 
image until 2.6.30, or at least its documentation should say you must compile 
your own kernel (or at least one without that patch) to use devicekit-disks 
with an IDE cd-rom drive.

Thanks for your answers.

Regards,

Dionisio Martínez Soler




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



Bug#550316: [Pkg-utopia-maintainers] Bug#550316

2009-10-18 Thread dmsoler
Michael Biebl wrote:
Apparently, other distros like Fedora or Ubuntu, completely disable the old IDE
subsystem, so they are not hit by this bug.

They are not hit by _this_ bug, but they are hit by bugs like this one:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/307829

There are out there some recent pieces of hardware (like this nvidia chipsets, 
pata_amd module) that have been working like a charm with the old IDE 
subsystem, but are (still?) not working (yet?) with libata. 

Regards,

Dionisio Martínez Soler




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



Bug#550316: Not fixed in 008-1

2009-10-17 Thread dmsoler
I just installed new version 008-1 and I can confirm that this bug is not fixed.

Since gvfs depends on devicekit-disks and gnome-core and nautilus depends on 
gvfs, the consequence of this bug is you cannot use an IDE DVD drive with Gnome 
(!?), without killing (as root) devkit-disks-daemon. Perhaps this bug may be 
tagged with greater severity.

Regards,

Dionisio Martínez Soler



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



Bug#550316: The information you asked for

2009-10-17 Thread dmsoler
Hi.

Trying to send all the additional information you asked for:

Kernel: 2.6.30-2-686
See attached the output of:
#devkit-disks --dump
#lsmod
$gvfs-mount  -oi
#/usr/lib/devicekit-disks/devkit-disks-daemon (after killing it). When I do 
eject /dev/cdrom (as normal user or as root) in another console, the drive 
open and close immediately, but nothing is added to the output...

It happens for audio and data cd/dvds: it happens for any disk in drive, or 
even with an empty drive. Remember that the symptons are (quoting first report 
by Josselin Mouette):

Whenever devkit-disks-daemon is started, I cannot eject my CD drive 
anymore. Pressing the button lets it open and close immediately, before 
the tray can be completely out.

If there is a CD in the drive, it is scanned (and the system is very 
unresponsive during this time) but nothing is detected by devkit.

Killing the daemon immediately gets the drive back to normal.

Pressing the button or using eject as root or as normal user has the same 
result: open and close immediately. And nothing is detected by devkit when a 
disk is in the drive, and the disk is not automatically mounted by Gnome: I 
have to mount it manually with pmount (I have to mount it manually to see any 
output at all of gvfs-mount -oi: the output I send is the result of issuing 
the command pmount /dev/cdrom  eject).

The drive is accessed using the IDE subsystem because udev choose that, and 
everything worked fine like that, until devicekit-disks became a dependency of 
gvfs...

If you need more information, please ask, I'd like to help to see this bug 
fixed.

Regards,

Dionisio Martínez Soler


Showing information for /org/freedesktop/DeviceKit/Disks/devices/fd0
  native-path: /sys/devices/platform/floppy.0/block/fd0
  device:  2:0
  device-file: /dev/fd0
  detected at: Sáb 17 Out 2009 21:07:33 CEST
  system internal: 0
  removable:   1
  has media:   0
detects change:0
detection by polling:  0
detection inhibitable: 0
detection inhibited:   0
  is read only:0
  is mounted:  0
  mount paths: 
  mounted by uid:  0
  presentation hide:   0
  presentation nopolicy:   1
  presentation name:   
  presentation icon:   
  size:0
  block size:  0
  job underway:no
  usage:   
  type:
  version: 
  uuid:
  label:   
  drive:
vendor:Floppy Drive
model: 
revision:  
serial:
detachable:0
can spindown:  0
rotational media:  1
ejectable: 0
media: 
  compat:  floppy
interface: platform
if speed:  (unknown)
ATA SMART: not available


Showing information for /org/freedesktop/DeviceKit/Disks/devices/hda
  native-path: 
/sys/devices/pci:00/:00:08.0/ide0/0.0/block/hda
  device:  3:0
  device-file: /dev/hda
by-id: /dev/disk/by-id/ata-TSSTcorpCD_DVDW_SH-S182M_
by-path:   /dev/disk/by-path/pci-:00:08.0
  detected at: Sáb 17 Out 2009 21:07:32 CEST
  system internal: 0
  removable:   1
  has media:   1 (detected at Sáb 17 Out 2009 21:07:32 CEST)
detects change:1
detection by polling:  1
detection inhibitable: 1
detection inhibited:   0
  is read only:0
  is mounted:  0
  mount paths: 
  mounted by uid:  0
  presentation hide:   0
  presentation nopolicy:   0
  presentation name:   
  presentation icon:   
  size:4536467456
  block size:  2048
  job underway:no
  usage:   
  type:
  version: 
  uuid:
  label:   
  optical disc:
blank: 0
appendable:0
closed:1
num tracks:1
num audio tracks:  0
num sessions:  1
  drive:
vendor:
model: TSSTcorpCD/DVDW SH-S182M
revision:  SB03
serial:
detachable:0
can spindown:  0
rotational 

Bug#550316: Same problem with IDE DVD drives, not with SATA ones

2009-10-14 Thread dmsoler
Hi.
I noticed Jason White and Josselin Mouette are experiencing this bug with IDE 
DVD drives. I have an updated Debian Sid installed on different computers, and 
I am experiencing this bug in all computers with IDE DVD drives, but not in a 
box with a SATA DVD drive: this one is working fine with devicekit-disks 007-1.
Regards,
Dionisio Martínez Soler




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