Bug#762211: [Pkg-xfce-devel] Bug#762211: lightdm crashes on startup, system falls back to console

2014-09-28 Thread Fabio Rosciano
On Sat, 27 Sep 2014 19:05:51 -0400 Michael Gilbert
mgilb...@debian.org wrote:
 A recent version of the package updates /etc/lightdm/lightdm.conf, but
 if the user elects to not use the new maintainer conffile, this
 problem will occur.

Dear all, 

sorry for the delayed reply. I could indeed confirm that the problem is
in the config file. Keeping the old config files breaks the upgrade,
while installing the new ones has no problem.
Here is the offending lightdm.conf:

http://pastebin.com/RmcGJiNj

And this is lightdm-gtk-greeter.conf

http://pastebin.com/iV3bsLpw

I hope this helps.


-- 
The only time a dog gets complimented is when he doesn't do anything.
-- C. Schulz


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



Bug#762211: lightdm crashes on startup, system falls back to console

2014-09-19 Thread Fabio Rosciano
Package: lightdm
Version: 1.10.2-1
Severity: critical
Justification: breaks the whole system

Hello,

I cannot start lightdm on my system with Intel graphics since yesterday's
upgrade from 1.10.1-3 to 1.10.2-1.
The service fails with:

root@nostromo:~# systemctl start lightdm
Job for lightdm.service failed. See 'systemctl status lightdm.service' and
'journalctl -xn' for details.
root@nostromo:~# systemctl status lightdm.service
● lightdm.service - Light Display Manager
   Loaded: loaded (/lib/systemd/system/lightdm.service; enabled)
   Active: failed (Result: start-limit) since Fri 2014-09-19 16:31:21 CEST;
1s ago
 Docs: man:lightdm(1)
  Process: 4253 ExecStartPre=/bin/sh -c [ $(cat
/etc/X11/default-display-manager 2/dev/null) = /usr/sbin/lightdm ]
(code=exited, status=1/FAILURE)

Sep 19 16:31:21 nostromo systemd[1]: Unit lightdm.service entered failed
state.
Sep 19 16:31:21 nostromo systemd[1]: lightdm.service start request repeated
too quickly, refusing to start.
Sep 19 16:31:21 nostromo systemd[1]: Failed to start Light Display Manager.
Sep 19 16:31:21 nostromo systemd[1]: Unit lightdm.service entered failed
state.

And invoking lightdm directly yields:

root@nostromo:~# lightdm
*** Error in `lightdm': double free or corruption (fasttop):
*** 0x7f51a9ea1850 ***
Aborted

Please let me know how can I help debugging.
I have installed xdm as a workaround and the system boots and works fine.
Thank you!




-- 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.16-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lightdm depends on:
ii  adduser3.113+nmu3
ii  consolekit 0.4.6-5
ii  dbus   1.8.8-1
ii  debconf [debconf-2.0]  1.5.53
ii  libc6  2.19-11
ii  libgcrypt111.5.4-3
ii  libglib2.0-0   2.40.0-5
ii  libpam-systemd 215-4
ii  libpam0g   1.1.8-3.1
ii  libxcb11.10-3
ii  libxdmcp6  1:1.1.1-1
ii  lightdm-gtk-greeter [lightdm-greeter]  1.8.5-1

Versions of packages lightdm recommends:
ii  xserver-xorg  1:7.7+7

Versions of packages lightdm suggests:
ii  accountsservice  0.6.37-3
ii  upower   0.99.1-3

-- Configuration Files:
/etc/lightdm/lightdm.conf changed:
[LightDM]
[SeatDefaults]
xserver-allow-tcp=false
greeter-session=lightdm-greeter
greeter-hide-users=false
session-wrapper=/etc/X11/Xsession
[XDMCPServer]
[VNCServer]


-- debconf information:
  lightdm/daemon_name: /usr/sbin/lightdm
* shared/default-x-display-manager: xdm


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



Bug#760671: libwebkitgtk-1.0-0 crashes with undefined symbol: cairo_gl_surface_get_width

2014-09-06 Thread Fabio Rosciano
Package: libwebkitgtk-1.0-0
Version: 2.4.5-1
Severity: important

Hello,

I was trying to start pytrainer and I had the following crash:

jack@nostromo:~$ pytrainer 
running pytrainer from egg installation
data_path: /usr/share/pytrainer/
gettext_path: /usr/share/locale
site_path: /usr/lib/python2.7/site-packages
Traceback (most recent call last):
  File /usr/bin/pytr, line 96, in module
from pytrainer.main import pyTrainer
  File /usr/lib/pymodules/python2.7/pytrainer/main.py, line 50, in module
from gui.windowmain import Main
  File /usr/lib/pymodules/python2.7/pytrainer/gui/windowmain.py, line 49, in 
module
from pytrainer.extensions.mapviewer import MapViewer
  File /usr/lib/pymodules/python2.7/pytrainer/extensions/mapviewer.py, line 
22, in module
import webkit
  File /usr/lib/pymodules/python2.7/webkit/__init__.py, line 21, in module
import webkit
ImportError: /usr/lib/x86_64-linux-gnu/libwebkitgtk-1.0.so.0: undefined symbol: 
cairo_gl_surface_get_width

A quick Google search revealed that two more bugs in unrelated packages 
(claws-mail-fancy-plugin, #760631, and hothot, #760623) are reported against 
the same error.
I think the problem lies either in this library or gtk.

Please let me know what I can do to help debugging the issue.
Thank you!




-- 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.14-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libwebkitgtk-1.0-0 depends on:
ii  libatk1.0-0 2.12.0-1
ii  libc6   2.19-10
ii  libcairo2   1.12.16-4
ii  libegl1-mesa [libegl1-x11]  10.2.6-1
ii  libenchant1c2a  1.6.0-10.1
ii  libfontconfig1  2.11.0-6.1
ii  libfreetype62.5.2-1.1
ii  libgcc1 1:4.9.1-12
ii  libgdk-pixbuf2.0-0  2.30.8-1
ii  libgl1-mesa-glx [libgl1]10.2.6-1
ii  libglib2.0-02.40.0-5
ii  libgstreamer-plugins-base1.0-0  1.4.1-1
ii  libgstreamer1.0-0   1.4.1-1
ii  libgtk2.0-0 2.24.24-1
ii  libharfbuzz-icu00.9.35-1
ii  libharfbuzz0b   0.9.35-1
ii  libicu5252.1-5
ii  libjavascriptcoregtk-1.0-0  2.4.5-1
ii  libjpeg88d1-1
ii  libpango-1.0-0  1.36.6-1
ii  libpangocairo-1.0-0 1.36.6-1
ii  libpangoft2-1.0-0   1.36.6-1
ii  libpng12-0  1.2.50-2
ii  libsecret-1-0   0.18-1
ii  libsoup2.4-12.46.0-2
ii  libsqlite3-03.8.6-1
ii  libstdc++6  4.9.1-12
ii  libwebkitgtk-1.0-common 2.4.5-1
ii  libwebp50.4.1-1.2
ii  libx11-62:1.6.2-3
ii  libxcomposite1  1:0.4.4-1
ii  libxdamage1 1:1.1.4-2
ii  libxfixes3  1:5.0.1-2
ii  libxml2 2.9.1+dfsg1-4
ii  libxrender1 1:0.9.8-1
ii  libxslt1.1  1.1.28-2
ii  libxt6  1:1.1.4-1
ii  multiarch-support   2.19-10
ii  zlib1g  1:1.2.8.dfsg-2

Versions of packages libwebkitgtk-1.0-0 recommends:
ii  geoclue-2.02.1.8-1
ii  gstreamer1.0-plugins-base  1.4.1-1
ii  gstreamer1.0-plugins-good  1.4.1-1

libwebkitgtk-1.0-0 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#747501: thinkfan.service fails to start after upgrade

2014-05-25 Thread Fabio Rosciano
Package: thinkfan
Version: 0.9.2-1
Followup-For: Bug #747501

Dear Carsten, dear Evgeni,

I also have the same problem. I have added the option in /etc/modules and
rebuilt my initrd, but upon a reboot the error still persists and:

jack@vasquez:~$ cat /sys/module/thinkpad_acpi/parameters/fan_control
N

Carsten, could you describe in detail what you changed to enable fan control on
your machine?
Thank you!



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

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

Versions of packages thinkfan depends on:
ii  libc6  2.18-7

thinkfan recommends no packages.

thinkfan 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#671396: Issue is still present in 3.9.6-11

2013-05-14 Thread Fabio Rosciano
Dear Matias, dear Jay,

I previously reported that the issue was fixed, but apparently it's not
that easy.
I am now struggling with the following software versions:

(1) hplip 3.13.4 from Sid
(2) libtiff4 3.9.6-11 from Sid
(3) hplip 3.12.6 from testing
(4) libtiff4 3.9.4 from squeeze (!)

At first I have removed all hplip packages and all print queues from my
system. Then I installed (3) and (4), and the printer works as expected.

Afterwards, I upgraded libtiff4 to (2), and printing broke immediately
(combination of (2) and (3)).

Upgrading hplip to (1) did not make the printer work (combination of (1)
and (2)), however interestingly now every time I try printing the plugin
installer comes up (I have reported this in #605589, but the problem is
possibly not in hplip).

At this point the only permutation left is (1) and (4), so I
re-downgraded libtiff4 but printing is still broken, and the plugin
installation request still pops up.

Long story short, the only combination that seems to work reliably is
with hplip from testing and libtiff4 from squeeze.
All this circus leaves me with 33 broken packages on my system.

Please let me know if I can help towards resolving this bug, and sorry
for reporting wrong information earlier.

Thank you for your help!


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



Bug#605589: hplip: download of plug-in fails - can not install printer

2013-05-13 Thread Fabio Rosciano
Package: hplip
Version: 3.13.4-1
Followup-For: Bug #605589

Hello,

since the update to 3.13.4 I cannot seem to print with my P1005.
When sending a job to the printer, a window pops up asking to install the
plugin. When following the dialogs, they end saying that the plugin is
installed, followed by another window saying it failes.
Manually launching hp-plugin completes the plugin installation successfully,
the printer comes alive, but sending a print job goes back to requesting the
plugin.
Could you help me debug this?

Thank you!



-- Package-specific info:
Saving output in log file: /home/jack/Desktop/hp-check.log

HP Linux Imaging and Printing System (ver. 3.13.4)
Dependency/Version Check Utility ver. 15.1

Copyright (c) 2001-13 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Note: hp-check can be run in three modes:
1. Compile-time check mode (-c or --compile): Use this mode before compiling the
HPLIP supplied tarball (.tar.gz or .run) to determine if the proper dependencies
are installed to successfully compile HPLIP.
2. Run-time check mode (-r or --run): Use this mode to determine if a distro
supplied package (.deb, .rpm, etc) or an already built HPLIP supplied tarball   
has the proper dependencies installed to successfully run.  
3. Both compile- and run-time check mode (-b or --both) (Default): This mode
will check both of the above cases (both compile- and run-time dependencies).   

Check types:
a. EXTERNALDEP - External Dependencies  
b. GENERALDEP - General Dependencies (required both at compile and run time)
c. COMPILEDEP - Compile time Dependencies   
d. [All are run-time checks]
PYEXT SCANCONF QUEUES PERMISSION

Status Types:
OK
MISSING   - Missing Dependency or Permission or Plug-in
INCOMPAT  - Incompatible dependency-version or Plugin-version

warning: debian-unstable version is not supported. Using debian-6.0.7 versions 
dependencies to verify and install...

---
| SYSTEM INFO |
---

 Kernel: 3.8-1-686-pae #1 SMP Debian 3.8.12-1 GNU/Linux
 Host: nostromo
 Proc: 3.8-1-686-pae #1 SMP Debian 3.8.12-1 GNU/Linux
 Distribution: debian unstable
 Bitness: 32 bit


---
| HPLIP CONFIGURATION |
---

HPLIP-Version: HPLIP 3.13.4
HPLIP-Home: /usr/share/hplip
warning: HPLIP-Installation: Auto installation is not supported for debian 
distro  unstable version 

Current contents of '/etc/hp/hplip.conf' file:
# hplip.conf.  Generated from hplip.conf.in by configure.

[hplip]
version=3.13.4

[dirs]
home=/usr/share/hplip
run=/var/run
ppd=/usr/share/ppd/hplip/HP
ppdbase=/usr/share/ppd/hplip
doc=/usr/share/doc/hplip-doc/HTML
icon=no
cupsbackend=/usr/lib/cups/backend
cupsfilter=/usr/lib/cups/filter
drv=/usr/share/cups/drv
bin=/usr/bin

# Following values are determined at configure time and cannot be changed.
[configure]
network-build=yes
libusb01-build=no
pp-build=yes
gui-build=yes
scanner-build=yes
fax-build=yes
dbus-build=yes
cups11-build=no
doc-build=yes
shadow-build=no
hpijs-install=yes
foomatic-drv-install=yes
foomatic-ppd-install=yes
foomatic-rip-hplip-install=no
hpcups-install=yes
cups-drv-install=yes
cups-ppd-install=no
internal-tag=3.13.4
restricted-build=no
ui-toolkit=qt4
qt3=no
qt4=yes
policy-kit=yes
hpijs-only-build=no
lite-build=no
udev-acl-rules=yes
udev_sysfs_rules=no
hpcups-only-build=no
hpijs-only-build=no


Current contents of '/var/lib/hp/hplip.state' file:
Plugins are not installed. Could not access file: Permission denied

Current contents of '~/.hplip/hplip.conf' file:
[last_used]
printer_name = HP_LaserJet_P1005
working_dir = .
device_uri = hp:/usb/HP_LaserJet_P1005?serial=BA2269K

[commands]
fax = hp-sendfax -d %FAX_URI%
scan = xsane -V %SANE_URI%
prnt = hp-print -p%PRINTER%
pcard = hp-unload -d %DEVICE_URI%
cpy = hp-makecopies -d %DEVICE_URI%

[installation]
version = 3.13.4
date_time = 05/13/13 18:50:14

[settings]
systray_messages = 0
systray_visible = 0

[fax]
email_address = 
voice_phone = 

[refresh]
rate = 30
enable = false
type = 0

[polling]
enable = false
device_list = 
interval = 5

[upgrade]
notify_upgrade = false
last_upgraded_time = 1364058085.89955
pending_upgrade_time = 0
latest_available_version = 3.13.4


 Package-namePackage-Desc  Required/Optional Min-Version 
Installed-Version Status   Comment

--
|  External Dependencies |
--

 gs   Ghostscript   REQUIRED7.05
9.05OK -
 network

Bug#671396: libtiff4: 3.9.6-11 seems to work for me

2013-03-23 Thread Fabio Rosciano
Package: libtiff4
Followup-For: Bug #671396

Hello everyone, I used to observe the same behaviour on my P1005 printer and I
had locked libtiff4 to 3.9.6-2. However I just noticed that the libtiff4
installed is 3.9.6-11 and the printer works.
So I'm not sure if going from -10 to -11 fixed the issue (seems strange given
the content of the changelog), but it seems to be gone for me at the moment.
Maybe an update to cups or hplip fixed this, and libtiff4 was not the culprit.
Sorry I can't be more helpful or precise.



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

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

Versions of packages libtiff4 depends on:
ii  libc6  2.13-38
ii  libjbig0   2.0-2
ii  libjpeg8   8d-1
ii  multiarch-support  2.13-38
ii  zlib1g 1:1.2.7.dfsg-13

libtiff4 recommends no packages.

libtiff4 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#670097: gnome-shell: random hang causes data loss

2012-05-28 Thread Fabio Rosciano
Package: gnome-shell
Followup-For: Bug #670097

Hello everybody,

after upgrading to gnome-shell 3.4.1-1 (from experimental) I don't seem to
observe this behaviour anymore. I suggest you try upgrading and confirm if it
fixes the problem for you as well.
On a related note the window decoration is broken after the upgrade, but I
reckon it's probably due to some mismatch of gnome components.
Hope this helps.



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

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

Versions of packages gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-1
ii  gconf-service3.2.5-1
ii  gir1.2-accountsservice-1.0   0.6.21-1
ii  gir1.2-atk-1.0   2.4.0-2
ii  gir1.2-caribou-1.0   0.4.2-2
ii  gir1.2-clutter-1.0   1.10.4-3
ii  gir1.2-cogl-1.0  1.10.2-3
ii  gir1.2-coglpango-1.0 1.10.2-3
ii  gir1.2-folks-0.6 0.6.9-1
ii  gir1.2-freedesktop   1.32.1-1
ii  gir1.2-gconf-2.0 3.2.5-1
ii  gir1.2-gcr-3 3.4.1-3
ii  gir1.2-gdesktopenums-3.0 3.4.2-1
ii  gir1.2-gdkpixbuf-2.0 2.26.1-1
ii  gir1.2-gee-1.0   0.6.4-1
ii  gir1.2-gkbd-3.0  3.4.0.2-1
ii  gir1.2-glib-2.0  1.32.1-1
ii  gir1.2-gmenu-3.0 3.4.2-1
ii  gir1.2-gnomebluetooth-1.03.2.2-1
ii  gir1.2-gtk-3.0   3.4.2-1
ii  gir1.2-json-1.0  0.14.2-1
ii  gir1.2-mutter-3.03.4.1-2
ii  gir1.2-networkmanager-1.00.9.4.0-4
ii  gir1.2-pango-1.0 1.30.0-1
ii  gir1.2-polkit-1.00.105-1
ii  gir1.2-soup-2.4  2.38.1-2
ii  gir1.2-telepathyglib-0.120.18.1-2
ii  gir1.2-telepathylogger-0.2   0.4.0-1
ii  gir1.2-upowerglib-1.00.9.16-2
ii  gjs  1.32.0-2
ii  gnome-bluetooth  3.2.2-1
ii  gnome-icon-theme-symbolic3.4.0-2
ii  gnome-settings-daemon3.2.2-3
ii  gnome-shell-common   3.4.1-1
ii  gsettings-desktop-schemas3.4.2-1
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-32
ii  libcairo-gobject21.12.2-2
ii  libcairo21.12.2-2
ii  libcamel-1.2-29  3.2.2-3
ii  libcanberra0 0.28-4
ii  libclutter-1.0-0 1.10.4-3
ii  libcogl-pango0   1.10.2-3
ii  libcogl9 1.10.2-3
ii  libcroco30.6.5-1
ii  libdbus-1-3  1.5.12-1
ii  libdbus-glib-1-2 0.98-1
ii  libebook-1.2-12  3.2.2-3
ii  libecal-1.2-10   3.2.2-3
ii  libedataserver-1.2-153.2.2-3
ii  libedataserverui-3.0-1   3.2.2-3
ii  libffi5  3.0.10-3
ii  libfolks25   0.6.9-1
ii  libgck-1-0   3.4.1-3
ii  libgconf-2-4 3.2.5-1
ii  libgcr-3-1   3.4.1-3
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libgee2  0.6.4-1
ii  libgirepository-1.0-11.32.1-1
ii  libgjs0b [libgjs0-libmozjs185-1.0]   1.32.0-2
ii  libgl1-mesa-glx [libgl1] 8.0.2-2
ii  libglib2.0-0 2.32.3-1
ii  libgnome-keyring03.4.1-1
ii  libgnome-menu-3-03.4.2-1
ii  libgstreamer0.10-0   0.10.36-1
ii  libgtk-3-0   3.4.2-1
ii  libical0 0.48-2
ii  libjson-glib-1.0-0   0.14.2-1
ii  libmozjs185-1.0  1.8.5-1.0.0+dfsg-3
ii  libmutter0   3.4.1-2
ii  libnm-glib4  0.9.4.0-4
ii  libnm-util2  0.9.4.0-4
ii  libnspr4 2:4.9-3
ii  libnspr4-0d  

Bug#627515: ITP: gnome-shell-extensions -- Extensions to extend

2011-11-01 Thread Fabio Rosciano
Dear Victor, dear all,

I just installed a couple of extensions (dock and alternate menu) and
they work perfectly on my system (debian Sid kept up-to-date).

If you need to test stuff please let me know.
Thanks for packaging the extensions!

-- 
laser, n.: Failed death ray.




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



Bug#590885: upgrade fails w/ 'dpkg: parse error' due to Lenny version of non-free VirtualBox package

2010-08-04 Thread Fabio Rosciano
 Am I correct in assuming that anyone with that line in their sources.list 
 will 
 have a failed upgrade?

Assumption is correct.
I had the same errors and corrected them manually in /var/lib/dpkg/available.




Bug#551158: Libc6: exim4 Segfault in libc-2.7.so

2010-01-17 Thread Fabio Rosciano
Dear Aurelien, dear all,

for unrelated reasons I had to reinstall my system and now everything
works fine with the latest libc6.
I suppose there was some sort of horrible conflict somewhere.
Hopefully it won't be reproducible anywhere else.

As far as I'm concerned, case closed.





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



Bug#559675: linux-image-2.6.32-rc8-amd64: Please enable CONFIG_USB_GSPCA_GL860

2009-12-06 Thread Fabio Rosciano
Package: linux-image-2.6.32-rc8-amd64
Version: Please enable GL860
Severity: wishlist

Hello,

since 2.6.32 a new webcam driver has been included in the gspca suite.
This driver manages webcams based on the gl860 usb chipset by Genesys Logic, 
found in many laptops.
I have helped the developers in testing and making sure the driver is stable.
Please enable CONFIG_USB_GSPCA_GL860 in the default config for 2.6.32.
Thank you!

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

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

Versions of packages linux-image-2.6.32-rc8-amd64 depends on:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.93.4 tools for generating an initramfs
ii  module-init-tools 3.11-1 tools for managing Linux kernel mo

Versions of packages linux-image-2.6.32-rc8-amd64 recommends:
pn  firmware-linux-free   none (no description available)

Versions of packages linux-image-2.6.32-rc8-amd64 suggests:
pn  grub | lilo   none (no description available)
pn  linux-doc-2.6.32  none (no description available)



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



Bug#558479: nvidia-kernel-source: Version 190.42-2 does not build against 2.6.32rc8 in Unstable

2009-11-29 Thread Fabio Rosciano
Package: nvidia-kernel-source
Version: 190.42-3
Severity: important
Justification: fails to build from source

Hello,

I upgraded my kernel to 2.6.32rc8 from unstable and I tried to build the
latest nvidia driver against it. The build failed with the following
problem:

[snip]
LD [M]  /usr/src/modules/nvidia-kernel/nvidia.ko
ld: cannot open linker script file
/usr/src/linux-headers-2.6.32-rc8-common/scripts/module-common.lds: No such
/ file or directory
make[6]: *** [/usr/src/modules/nvidia-kernel/nvidia.ko] Error 1
make[5]: *** [modules] Error 2
make[4]: *** [sub-make] Error 2
make[3]: *** [all] Error 2
make[3]: Leaving directory `/usr/src/linux-headers-2.6.32-rc8-amd64'
make[2]: *** [modules] Error 2
make[2]: Leaving directory `/usr/src/modules/nvidia-kernel'
make[1]: *** [binary-modules] Error 2
make[1]: Leaving directory `/usr/src/modules/nvidia-kernel'
make: *** [kdist_build] Error 2

Maybe the bug is in the kernel-headers package, but I am not sure.
Thanks for any help!

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

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

Versions of packages nvidia-kernel-source depends on:
ii  debhelper 7.4.8  helper programs for debian/rules
ii  dpatch2.0.31 patch maintenance system for Debia
ii  make  3.81-7 An utility for Directing compilati
ii  sed   4.2.1-4The GNU sed stream editor

Versions of packages nvidia-kernel-source recommends:
ii  devscripts2.10.58scripts to make the life of a Debi
ii  kernel-package12.031 A utility for building Linux kerne
ii  module-assistant  0.11.1 tool to make module package creati
ii  nvidia-glx190.42-3   NVIDIA binary Xorg driver

nvidia-kernel-source 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#551158: Libc6: exim4 Segfault in libc-2.7.so

2009-11-25 Thread Fabio Rosciano
Dear Aurelien, dear all,

I was trying once more the upgrade to libc6-2.10.2-2 and I have noticed
that when dpkg configures libc6, it spits out a message like:

dpkg: considering deconfiguration of libc6, which would be broken by 
installation of libc-bin ...
dpkg: yes, will deconfigure libc6 (broken by libc-bin).

This is reported also here:

https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/463983

but on ARM, while I am on AMD64.
Any ideas on what it might cause this?

Thank you, I hope we're a bit closer to the solution.




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



Bug#551158: Libc6: exim4 Segfault in libc-2.7.so

2009-11-11 Thread Fabio Rosciano
On Tue, 2009-11-10 at 19:28 +0100, Aurelien Jarno wrote:
 Are you using libpam-mount?

Hello Aurelien,

thanks for keeping up with this.
I have upgraded my desktop system to 2.10.1-5 and everything works fine,
while the laptop still gives the same problem when upgrading to this
version.
I also thought about a conflict with other libraries, so I made a list
of packages installed and diff'ed the results from desktop and laptop.
libpam-mount is NOT installed on either system, so I suspect the issue
is not there.
I think the best is that I share the diff between the package lists, but
I cannot find a sane way of showing that: can you suggest diff switches
to obtain the best output for you?
In the meantime I have pasted the result here:

http://debian.pastebin.com/m46af8077

On the left is the desktop (which works with libc6 2.10.1), on the right
is the laptop (which does not work).

Hope this helps, Fabio.





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



Bug#551158: Libc6: exim4 Segfault in libc-2.7.so

2009-10-27 Thread Fabio Rosciano
On Mon, 2009-10-26 at 15:41 +0100, Gabor Gombas wrote:

 Do you have /var/log/dpkg.log? Even if it does not contain the action
 that failed first, the lines before the failure may show if packages
 were being installed in an unexpected order.

Hi Gabor,

thanks for helping out.
Here it is, I can't see anything funny:

2009-10-26 16:35:40 startup archives unpack
2009-10-26 16:35:40 upgrade libc6-i386 2.9-27 2.10.1-2
2009-10-26 16:35:40 status half-configured libc6-i386 2.9-27
2009-10-26 16:35:40 status unpacked libc6-i386 2.9-27
2009-10-26 16:35:40 status half-installed libc6-i386 2.9-27
2009-10-26 16:35:41 status half-installed libc6-i386 2.9-27
2009-10-26 16:35:41 status unpacked libc6-i386 2.10.1-2
2009-10-26 16:35:41 status unpacked libc6-i386 2.10.1-2
2009-10-26 16:35:41 upgrade libc6-dev-i386 2.9-27 2.10.1-2
2009-10-26 16:35:41 status half-configured libc6-dev-i386 2.9-27
2009-10-26 16:35:41 status unpacked libc6-dev-i386 2.9-27
2009-10-26 16:35:41 status half-installed libc6-dev-i386 2.9-27
2009-10-26 16:35:41 status half-installed libc6-dev-i386 2.9-27
2009-10-26 16:35:41 status unpacked libc6-dev-i386 2.10.1-2
2009-10-26 16:35:41 status unpacked libc6-dev-i386 2.10.1-2
2009-10-26 16:35:41 upgrade libc6-dev 2.9-27 2.10.1-2
2009-10-26 16:35:41 status half-configured libc6-dev 2.9-27
2009-10-26 16:35:41 status unpacked libc6-dev 2.9-27
2009-10-26 16:35:41 status half-installed libc6-dev 2.9-27
2009-10-26 16:35:41 status half-installed libc6-dev 2.9-27
2009-10-26 16:35:41 status unpacked libc6-dev 2.10.1-2
2009-10-26 16:35:41 status unpacked libc6-dev 2.10.1-2
2009-10-26 16:35:41 upgrade libc-dev-bin 2.9-27 2.10.1-2
2009-10-26 16:35:41 status half-configured libc-dev-bin 2.9-27
2009-10-26 16:35:41 status unpacked libc-dev-bin 2.9-27
2009-10-26 16:35:41 status half-installed libc-dev-bin 2.9-27
2009-10-26 16:35:42 status triggers-pending man-db 2.5.6-3
2009-10-26 16:35:42 status half-installed libc-dev-bin 2.9-27
2009-10-26 16:35:42 status half-installed libc-dev-bin 2.9-27
2009-10-26 16:35:42 status unpacked libc-dev-bin 2.10.1-2
2009-10-26 16:35:42 status unpacked libc-dev-bin 2.10.1-2
2009-10-26 16:35:42 upgrade locales 2.9-27 2.10.1-2
2009-10-26 16:35:42 status half-configured locales 2.9-27
2009-10-26 16:35:42 status unpacked locales 2.9-27
2009-10-26 16:35:42 status half-installed locales 2.9-27
2009-10-26 16:35:42 status half-installed locales 2.9-27
2009-10-26 16:35:42 status half-installed locales 2.9-27
2009-10-26 16:35:42 status unpacked locales 2.10.1-2
2009-10-26 16:35:42 status unpacked locales 2.10.1-2
2009-10-26 16:35:42 upgrade libc-bin 2.9-27 2.10.1-2
2009-10-26 16:35:42 status half-configured libc-bin 2.9-27
2009-10-26 16:35:42 status unpacked libc-bin 2.9-27
2009-10-26 16:35:42 status half-installed libc-bin 2.9-27
2009-10-26 16:35:42 status half-installed libc-bin 2.9-27
2009-10-26 16:35:42 status half-installed libc-bin 2.9-27
2009-10-26 16:35:42 status unpacked libc-bin 2.10.1-2
2009-10-26 16:35:42 status unpacked libc-bin 2.10.1-2
2009-10-26 16:35:42 trigproc man-db 2.5.6-3 2.5.6-3
2009-10-26 16:35:42 status half-configured man-db 2.5.6-3
2009-10-26 16:35:43 status installed man-db 2.5.6-3
2009-10-26 16:35:43 startup packages configure
2009-10-26 16:35:43 configure libc-bin 2.10.1-2 2.10.1-2
2009-10-26 16:35:43 status unpacked libc-bin 2.10.1-2
2009-10-26 16:35:43 status unpacked libc-bin 2.10.1-2
2009-10-26 16:35:43 status unpacked libc-bin 2.10.1-2
2009-10-26 16:35:43 status unpacked libc-bin 2.10.1-2
2009-10-26 16:35:43 status half-configured libc-bin 2.10.1-2
2009-10-26 16:35:43 status installed libc-bin 2.10.1-2
2009-10-26 16:35:44 startup archives unpack
2009-10-26 16:35:44 upgrade libc6 2.9-27 2.10.1-2
2009-10-26 16:35:44 status half-configured libc6 2.9-27
2009-10-26 16:35:44 status unpacked libc6 2.9-27
2009-10-26 16:35:44 status half-installed libc6 2.9-27
2009-10-26 16:35:50 status half-installed libc6 2.9-27
2009-10-26 16:35:50 status unpacked libc6 2.10.1-2
2009-10-26 16:35:50 status unpacked libc6 2.10.1-2






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



Bug#551158: Libc6: exim4 Segfault in libc-2.7.so

2009-10-26 Thread Fabio Rosciano
On Mon, 2009-10-26 at 08:10 +0100, Aurelien Jarno wrote:

 Do you have the list of packages that have been upgraded?

I wish I did, but as soon as debconf asked would you like to upgrade
libc6 now? and I answered yes, the system became completely unusable.

However, my desktop has not been upgraded yet. This is the list taken
from my desktop which should be reasonably close to the list of upgraded
packages on the laptop:

j...@nostromo:~$ sudo apt-get dist-upgrade 
[sudo] password for jack: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
  devicekit-power libass4 libboost-iostreams1.40.0
libdevkit-power-gobject1
  libfaad2 libgme0 libgnomekbd4 libkate1 liblog4cxx10 libmimic0
libmpcdec6
  libopencore-amrnb0 libopencore-amrwb0 libxklavier15 obexd-client
The following packages have been kept back:
  capplets-data gnome gnome-core gnome-desktop-environment grub
  gstreamer0.10-plugins-bad libseed0
The following packages will be upgraded:
  aptitude ca-certificates-java cheese cups-pdf debconf debconf-i18n
dpkg
  dpkg-dev empathy empathy-doc eog evince evince-common evolution
  evolution-common evolution-data-server evolution-data-server-common
  evolution-exchange evolution-plugins file-roller foomatic-gui
gcalctool
  gcc-4.4-base gdm git-buildpackage gnome-applets gnome-applets-data
  gnome-bluetooth gnome-cards-data gnome-games gnome-games-data
gnome-keyring
  gnome-media gnome-media-common gnome-power-manager gnome-session
  gnome-session-bin gnome-settings-daemon gnome-system-tools
gnome-terminal
  gnome-terminal-data gnome-themes gnome-user-share gnome-utils
  google-chrome-unstable gparted grub-common gstreamer0.10-alsa
  gstreamer0.10-esd gstreamer0.10-plugins-base
gstreamer0.10-plugins-good
  gstreamer0.10-plugins-ugly gstreamer0.10-tools gstreamer0.10-x
  gtk2-engines-pixbuf gucharmap guile-1.8-libs gvfs gvfs-backends
gvfs-bin
  hamster-applet initscripts kernel-package lib32gcc1 lib32stdc++6
  libasound2-plugins libc-bin libc-dev-bin libc6 libc6-dev libc6-i386
  libcamel1.2-14 libcanberra-gtk-module libcanberra-gtk0 libcanberra0
libcap2
  libclutter-1.0-0 libclutter-1.0-dev libcryptui0 libdirectfb-1.2-0
  libdirectfb-dev libdirectfb-extra libebackend1.2-0 libebook1.2-9
  libecal1.2-7 libedata-book1.2-2 libedata-cal1.2-6 libedataserver1.2-11
  libedataserverui1.2-8 libegroupwise1.2-13 libempathy-common
  libempathy-gtk-common libempathy-gtk28 libempathy30 libevince1
  libexchange-storage1.2-3 libexif12 libgadu3 libgail-common libgail18
libgcc1
  libgcr0 libgdata-google1.2-1 libgdata1.2-1 libgdbm3 libgdict-1.0-6
  libgfortran3 libgirepository1.0-0 libgnome-bluetooth7
libgnome-keyring0
  libgnome-media0 libgnomekbd-common libgomp1 libgp11-0 libgraphviz4
libgsm1
  libgstreamer-plugins-base0.10-0 libgstreamer-plugins-base0.10-dev
  libgstreamer0.10-0 libgstreamer0.10-dev libgtk2.0-0 libgtk2.0-bin
  libgtk2.0-common libgtk2.0-dev libgtkhtml-editor-common
libgtkhtml-editor0
  libgtkhtml3.14-19 libgucharmap7 libgudev-1.0-0 libgupnp-igd-1.0-2
  libhsqldb-java libkpathsea4 libnautilus-extension-dev
libnautilus-extension1
  libopal3.6.6 libopenexr6 libpam-gnome-keyring libpulse-mainloop-glib0
  libpulse0 libselinux1 libselinux1-dev libsoup-gnome2.4-1 libsoup2.4-1
  libsqlite3-0 libsqlite3-dev libstdc++6 libsvn1 libtelepathy-farsight0
  libudev0 linux-kbuild-2.6.31 linux-libc-dev locales nautilus
nautilus-data
  openoffice.org openoffice.org-base openoffice.org-base-core
  openoffice.org-calc openoffice.org-common openoffice.org-core
  openoffice.org-draw openoffice.org-emailmerge
  openoffice.org-filter-binfilter openoffice.org-filter-mobiledev
  openoffice.org-gnome openoffice.org-gtk openoffice.org-impress
  openoffice.org-java-common openoffice.org-math
openoffice.org-officebean
  openoffice.org-report-builder-bin openoffice.org-style-crystal
  openoffice.org-style-galaxy openoffice.org-style-tango
openoffice.org-writer
  procmail python-foomatic python-pkg-resources python-pysqlite2
python-uno
  seahorse seahorse-plugins strace subversion synaptic sysv-rc sysvinit
  sysvinit-utils totem totem-common totem-mozilla totem-plugins
ttf-opensymbol
  tzdata tzdata-java udev uno-libs3 ure vinagre vino xml-core youtube-dl
202 upgraded, 15 newly installed, 0 to remove and 7 not upgraded.
Need to get 348MB/348MB of archives.
After this operation, 11.7MB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.





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



Bug#551158: Libc6: exim4 Segfault in libc-2.7.so

2009-10-26 Thread Fabio Rosciano
Ok, I took a shortcut.
I booted a livecd and I mounted the / partition of the laptop.
Then I downloaded the following files:

libc6_2.9-27_amd64.deb
libc6-dev_2.9-27_amd64.deb
libc6-i386_2.9-27_amd64.deb

and unpacked them in the newly mounted directory:

$ dpkg-deb -X /tmp/where/the/root/is/mounted

The system now boots normally.
I reinstalled the three aforementioned debs, had to do some cleanup
(installing the correct versions of libc-bin, libc-dev-bin and locales)
and then rebooted. The system is now back to normal.

So I am afraid the problem is in libc6-2.10.1-2.

I hope this helps other who have this problem, it's not clean but it
works.




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



Bug#523716: nvidia-kernel-source: fails to build

2009-04-13 Thread Fabio Rosciano
Hello everyone,

180.44-2 still does not build against 2.6.28, but it does build fine
against 2.6.29, both debian stock kernels and headers.

linux-kbuild are homemade since they seem to be missing from unstable
and they are built according to:

http://wiki.debian.org/HowToRebuildAnOfficialDebianKernelPackage

Here is the output of:

# m-a a-i nvidia

for 2.6.28-1-amd64:

/usr/bin/make -C . LINUXDIR=/lib/modules/2.6.28-1-amd64/build
KVERREL=2.6.28-1-amd64 clean
make[1]: Entering directory `/usr/src/modules/nvidia-kernel'
rm -rf *.o *.ko .depend .*.flags .*.d .*.cmd *.mod.c .tmp_versions
make[1]: Leaving directory `/usr/src/modules/nvidia-kernel'
dh_clean
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/nvidia-kernel'
/usr/bin/make -C . LINUXDIR=/lib/modules/2.6.28-1-amd64/build
KVERREL=2.6.28-1-amd64 clean
make[2]: Entering directory `/usr/src/modules/nvidia-kernel'
rm -rf *.o *.ko .depend .*.flags .*.d .*.cmd *.mod.c .tmp_versions
make[2]: Leaving directory `/usr/src/modules/nvidia-kernel'
dh_clean
/usr/bin/make -w -f debian/rules configure
make[2]: Entering directory `/usr/src/modules/nvidia-kernel'
sed 's/#KVERS#/2.6.28-1-amd64/g' debian/control.template
 /usr/src/modules/nvidia-kernel/debian/control
sed 's/#KVERS#/2.6.28-1-amd64/g' debian/dirs.template
 /usr/src/modules/nvidia-kernel/debian/dirs
sed 's/#KVERS#/2.6.28-1-amd64/g' debian/override.template
 /usr/src/modules/nvidia-kernel/debian/override
make[2]: Leaving directory `/usr/src/modules/nvidia-kernel'
sed 's/#KVERS#/2.6.28-1-amd64/g' debian/control.template
 /usr/src/modules/nvidia-kernel/debian/control
sed 's/#KVERS#/2.6.28-1-amd64/g' debian/dirs.template
 /usr/src/modules/nvidia-kernel/debian/dirs
sed 's/#KVERS#/2.6.28-1-amd64/g' debian/override.template
 /usr/src/modules/nvidia-kernel/debian/override
dh_testroot
dh_prep
# Build the modules
/usr/bin/make -C . LINUXDIR=/lib/modules/2.6.28-1-amd64/build
KVERREL=2.6.28-1-amd64
make[2]: Entering directory `/usr/src/modules/nvidia-kernel'
make -C /lib/modules/2.6.28-1-amd64/build  M=`/bin/pwd` modules
make[3]: Entering directory `/usr/src/linux-headers-2.6.28-1-amd64'
  CC [M]  /usr/src/modules/nvidia-kernel/nv.o
In file included from include/linux/bitops.h:17,
 from include/linux/kernel.h:15,
 from include/linux/sched.h:52,
 from include/linux/utsname.h:35,
 from /usr/src/modules/nvidia-kernel/nv-linux.h:19,
 from /usr/src/modules/nvidia-kernel/nv.c:14:
/usr/src/linux-headers-2.6.28-1-amd64/arch/x86/include/asm/bitops.h: In
function ‘set_bit’:
/usr/src/linux-headers-2.6.28-1-amd64/arch/x86/include/asm/bitops.h:60:
warning: pointer of type ‘void *’ used in arithmetic
/usr/src/linux-headers-2.6.28-1-amd64/arch/x86/include/asm/bitops.h: In
function ‘clear_bit’:
/usr/src/linux-headers-2.6.28-1-amd64/arch/x86/include/asm/bitops.h:97:
warning: pointer of type ‘void *’ used in arithmetic
In file included from include/linux/utsname.h:35,
 from /usr/src/modules/nvidia-kernel/nv-linux.h:19,
 from /usr/src/modules/nvidia-kernel/nv.c:14:
include/linux/sched.h: In function ‘object_is_on_stack’:
include/linux/sched.h:2025: warning: pointer of type ‘void *’ used in
arithmetic
In file included
from /usr/src/linux-headers-2.6.28-1-amd64/arch/x86/include/asm/dma-mapping.h:9,
 from include/linux/dma-mapping.h:57,
 from include/asm-generic/pci-dma-compat.h:7,

from /usr/src/linux-headers-2.6.28-1-amd64/arch/x86/include/asm/pci.h:94,
 from include/linux/pci.h:1002,
 from /usr/src/modules/nvidia-kernel/nv-linux.h:86,
 from /usr/src/modules/nvidia-kernel/nv.c:14:
include/linux/scatterlist.h: In function ‘sg_virt’:
include/linux/scatterlist.h:199: warning: pointer of type ‘void *’ used
in arithmetic
In file included
from /usr/src/linux-headers-2.6.28-1-amd64/arch/x86/include/asm/hardirq_64.h:5,

from /usr/src/linux-headers-2.6.28-1-amd64/arch/x86/include/asm/hardirq.h:4,
 from include/linux/hardirq.h:7,
 from include/linux/interrupt.h:12,
 from /usr/src/modules/nvidia-kernel/nv-linux.h:87,
 from /usr/src/modules/nvidia-kernel/nv.c:14:
include/linux/irq.h: In function ‘irq_to_desc’:
include/linux/irq.h:189: warning: comparison between signed and unsigned
In file included from /usr/src/modules/nvidia-kernel/nv-linux.h:113,
 from /usr/src/modules/nvidia-kernel/nv.c:14:
include/linux/highmem.h: In function ‘zero_user_segments’:
include/linux/highmem.h:136: warning: pointer of type ‘void *’ used in
arithmetic
include/linux/highmem.h:139: warning: pointer of type ‘void *’ used in
arithmetic
In file included from include/linux/compat.h:14,

from /usr/src/linux-headers-2.6.28-1-amd64/arch/x86/include/asm/mtrr.h:141,
 from /usr/src/modules/nvidia-kernel/nv-linux.h:142,
   

Bug#523716: [pkg-nvidia-devel] Bug#523716: nvidia-kernel-source: fails to build

2009-04-13 Thread Fabio Rosciano
On Mon, 2009-04-13 at 14:42 -0400, Lennart Sorensen wrote:
 Could you try changing the line in
 /usr/src/modules/nvidia-kernel/conftest.h that says:
 
 #if LINUX_VERSION_CODE = KERNEL_VERSION(2,6,29)
 
 to
 
 #if LINUX_VERSION_CODE = KERNEL_VERSION(2,6,27)
 
 And then doing module-assistant again but using the -O option to prevent
 it from reextracting?

Dear Len,

I will admit I have not understood half of what you wrote, however
modifying that line as you suggest and then launching:

j...@nostromo:~$ sudo m-a a-i -O -l 2.6.28-1-amd64 nvidia

built the package correctly.
I have not rebooted with 2.6.28 to test it, but I expect it to work.

I was holding back to 2.6.28 because of the nvidia module, now I can
safely switch full time to 2.6.29. However, I believe it is good to know
it's fixed.

Hope this helps, let me know if you need more testing.

-- 
At that point it will compile, but segfault, as it should..




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



Bug#490104: banshee: No network connection detected when using static IP

2008-07-10 Thread Fabio Rosciano
Sorry, I sent twice the bug report.
Please close this one.
-- 
The Consultant's Curse: When the customer has beaten upon you long
enough, give him what he asks for, instead of what he needs. This is
very strong medicine, and is normally only required once.




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



Bug#350762: hal 0.5.6-2 still broken

2006-02-07 Thread Fabio Rosciano

Sjoerd Simons wrote:

Which hack ? 


This one:

In file /etc/udev/hal.rules change

ENV{SEQNUM}==[0-9]*, ENV{UDEVD_EVENT}==1,
RUN+=/usr/lib/hal/hal.hotplug

with

ENV{SEQNUM}==[0-9]*, ENV{UDEVD_EVENT}==1,
RUN+=/usr/lib/hal/hal.hotplug $env{SUBSYSTEM}




Debian Sid on AMD64, hal 0.5.6-2 and udev 0.084-1.


Does /etc/udev/hal.rules contain 
``RUN+=socket:/org/freedesktop/hal/udev_event'' ?


Yes it does:

[EMAIL PROTECTED]:~$ cat /etc/udev/hal.rules
# Have udev pass data over a socket to hal
RUN+=socket:/org/freedesktop/hal/udev_event

# unmount block devices when they are removed
SUBSYSTEM==block,ACTION=remove, RUN+=/usr/lib/hal/hal-unmount.sh


Could you try to restart the udev daemon (/etc/init.d/udev restart)? 


It worked. My bad I suppose: i really didn't think about restarting udev
after HAL upgrade.

Thanks for your help, I suppose the bug can be really closed now.





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



Bug#350762: hal 0.5.6-2 still broken

2006-02-04 Thread Fabio Rosciano

I'd like to confirm that hal 0.5.6-2 doesn't handle mounting properly.

I started hald like this:

# hald --daemon=no --verbose=yes

and plugging in a USB thumbdrive (/dev/sdc as I have two SATA drives) 
does not trigger *any* events.


The device is correctly created by udev:

nostromo:~# ls -l /dev/ | grep sdc
brw-rw 1 root floppy8,  32 2006-02-04 10:12 sdc
brw-rw 1 root floppy8,  33 2006-02-04 10:12 sdc1

And /dev/sdc1 is mountable by hand.

Could somebody please explain again the $env{SUBSYSTEM} hack?
I haven't really found where to add that thing.

Debian Sid on AMD64, hal 0.5.6-2 and udev 0.084-1.
Thanks.


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



Bug#311152: d-i didn't setup network correctly

2005-05-30 Thread Fabio Rosciano

Christian Perrier wrote:


So, this may be summarized to name resolution not working after the base
system install, right ?


Yes, I guess yes.


So far, we haven't seem much of such reports, so getting access to
more information about the installation process itself, and especially
the logs would be crucial to properly deal with this bug report.

Without them, I see no good way to have this bug report dealt with
properly and I indeed suggest closing it in a while if no-one pops up
with a better idea.


I am really sorry I cannot help you out with this, but as I said it 
wasn't my machine and I had to hand it to the owner without conducting 
proper tests.
Only thing I am sure about is that I did everything as it is supposed to 
as far as downloading and burning the iso, and that all hardware was 
correctly setup by d-i.


Again, sorry. Hope didn't waste a lot of your time.


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



Bug#311152: d-i didn't setup network correctly

2005-05-29 Thread Fabio Rosciano

Package: installation-reports

Debian-installer-version: 
http://cdimage.debian.org/pub/cdimage-testing/sarge_d-i/i386/rc3/sarge-i386-netinst.iso


downloaded on May 28th, 2005.

uname -a: N/A
Date: May 28th, 2005
Method: CD burned correctly using cdrecord (via GnomeBaker) on a Fedora 
Core 3 machine


Machine: Self-Built
Processor: AMD Sempron 2400+
Memory: 512 MB DDR - Kingmax
Root Device: 80GB Maxtor
Root Size/partition table: used automatic partitioning for beginners, 
i.e. one enormous ~79GB partition

Output of lspci and lspci -n: N/A

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

Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[O]
Reboot: [O]

Comments/Problems:

I built this machine for a friend, using a Sempron 2400+ on an Asus 
A7V400-MX MoBo and 512MB of Kingmax RAM. HD was a 80GB Maxtor, DVD-Rom 
an LG. I wanted to debianize it just for fun, before installing 
Windows2000 for my pal.


The install went good, all parts were correctly recognized but I 
couldn't access outside network.
I use a Zyxel P623-ME as ADSL Modem/Router, linked to a hub where other 
2 machines are connected.
After the reboot base-config started looking for apt-get files but 
couldn't access the network, so I checked /etc/resolv.conf but my 
nameservers were there.

In the meanwhile other machines on the LAN could access the internet.
I checked my routing table (# route -n) but it was just the same as 
other machines.
The VIA_RhineII module for LAN was correctly loaded (fact is, I could 
ping other machines on LAN and get pinged, but couldn't ping google).


I installed Xandros OCE using the same values for eth0, and it worked 
flawlessly. Windows2000 worked too (altough it took almost 4 hours), so 
I exclude any hardware or LAN configuration problems.


I know this is not the best report ever, and I don't have the machine 
anymore to run more tests, but hope this can help.


Thanks for your attention!

--
Best Regards, Jack
Debian Sid PPC


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



Bug#301936: kernel-source-2.6.11-1

2005-03-28 Thread Fabio Rosciano
Package: kernel-source
Version: 2.6.11-1
Hi there,
yesterday I have tried to compile debianized kernel 2.6.11-1 but every 
try failed with this error message:

ld: drivers/scsi/qla2xxx/built-in.o: No such file: No such file or directory
Adding that file from vanilla kernel tree works just fine, so I guess it 
is just a packaging problem.

Debian Sid on iBook G4.
--
Best Regards, Jack
Debian Sid PPC
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]