[Bug 123230] Re: kernel panic when doing large transfer with ndiswrapper

2007-06-30 Thread Cedric Schieli
** Attachment added: "update ndiswrapper to version 1.47" http://launchpadlibrarian.net/8267783/ndiswrapper-1.47.patch -- kernel panic when doing large transfer with ndiswrapper https://bugs.launchpad.net/bugs/123230 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 87068] Re: cannot build external modules using xen-headers-2.6.19-4-generic

2007-03-12 Thread Cedric Schieli
This one seems fixed (at least for me) -- cannot build external modules using xen-headers-2.6.19-4-generic https://launchpad.net/bugs/87068 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 87068] Re: cannot build external modules using xen-headers-2.6.19-4-generic

2007-02-25 Thread Cedric Schieli
There is still a typo in 2.6.19-2ubuntu5 The file to include for proper versionned builds is Module.symvers, not Modules.symvers -- cannot build external modules using xen-headers-2.6.19-4-generic https://launchpad.net/bugs/87068 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https:/

[Bug 77972] Re: mkinitramfs does not bulid a xen-friendly initrd

2007-02-25 Thread Cedric Schieli
Yes, this is a well known Xen (upstream) problem, but the only (well known) solution is clearly to build code that uses the __thread attribute with the no-tls-direct-seg-ref flag (see http://wiki.xensource.com/xenwiki/XenSpecificGlibc). That's why even glibc provides a libc6-xen. So, the solution

[Bug 87802] update-grub creates false entry for last xen kernel

2007-02-25 Thread Cedric Schieli
Public bug reported: Binary package hint: grub if /boot contains : vmlinuz-2.6.19-3-generic (xen) vmlinuz-2.6.19-4-generic (xen) vmlinuz-2.6.20-6-generic (normal) vmlinuz-2.6.20-8-generic (normal) menu.lst will contains : Xen 3.0-i386 / Ubuntu, kernel 2.6.19-4-generic Xen 3.0-i386 / Ubuntu, ke

[Bug 87802] Re: update-grub creates false entry for last xen kernel

2007-02-25 Thread Cedric Schieli
** Attachment added: "update-grub-xen.patch" http://librarian.launchpad.net/6527925/update-grub-xen.patch -- update-grub creates false entry for last xen kernel https://launchpad.net/bugs/87802 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinf

Re: [Bug 71348] Re: Dom0 crashes upon start of second DomU

2007-02-26 Thread Cedric Schieli
Upgrading to 2.6.19 (from Feisty) solved this problem for me Cedric 2007/2/26, ChuckShort <[EMAIL PROTECTED]>: > > For those who are having problems can they please test on feisty. I > would like to get as much feedback as possible with 2.6.19. > > Thanks > chuck > > -- > Dom0 crashes upon start

[Bug 77972] Re: mkinitramfs does not bulid a xen-friendly initrd

2007-02-27 Thread Cedric Schieli
Yes, libc6-xen (2.5-0ubuntu11) is installed. There is absolutely no problem for processes other than those from upstart (precisely init and logd). If I uninstall libc6-xen, I have plenty of fixup warning for apt-get (for example), none with libc6-xen installed. With standard upstart (0.3.5-2) an

[Bug 77972] Re: mkinitramfs does not bulid a xen-friendly initrd

2007-02-27 Thread Cedric Schieli
Glad to hear this. Can you explain what kind of problem is in the kernel ? (I have same behaviour with kernels derived from other sources) -- mkinitramfs does not bulid a xen-friendly initrd https://launchpad.net/bugs/77972 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists

[Bug 77972] Re: mkinitramfs does not bulid a xen-friendly initrd

2007-02-28 Thread Cedric Schieli
upstart ones ** Changed in: upstart (Ubuntu) Sourcepackagename: upstart => xen-3.0 Assignee: (unassigned) => Cedric Schieli Status: Rejected => Needs Info -- mkinitramfs does not bulid a xen-friendly initrd https://launchpad.net/bugs/77972 -- ubuntu-bugs mailing list ubuntu-

[Bug 84929] Re: xen kernel shows up incorrectly in GRUB boot menu

2007-03-05 Thread Cedric Schieli
This "half" of the bug is a duplicate of bug #87802 which has (IMHO) a proper fix attached. -- xen kernel shows up incorrectly in GRUB boot menu https://launchpad.net/bugs/84929 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 77972] Re: mkinitramfs does not bulid a xen-friendly initrd

2007-03-17 Thread Cedric Schieli
A recent update in upstart (0.3.8-1) disabled the use of thread (and thus of __thread). I can confirm the 4gb fixup warning does not fire anymore for init and logd (I've disabled the patch in latest xen-source which hides the warning) -- mkinitramfs does not bulid a xen-friendly initrd https://

[Bug 80605] Re: TLS/NTPL Problem with Edgy initrd and Xen

2007-02-10 Thread Cedric Schieli
*** This bug is a duplicate of bug 77972 *** ** This bug has been marked a duplicate of bug 77972 mkinitramfs does not bulid a xen-friendly initrd -- TLS/NTPL Problem with Edgy initrd and Xen https://launchpad.net/bugs/80605 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://l

[Bug 77972] Re: mkinitramfs does not bulid a xen-friendly initrd

2007-02-10 Thread Cedric Schieli
I've tracked down this problem to upstart. With xen-3.0.4, I have a lot of kernel messages like this : "4gb seg fixup, process init (pid 1), cs:ip 73:08051546" "4gb seg fixup, process logd (pid 2429), cs:ip 73:0804b0da" The only processes generating such warnings are init and logd, both of which

[Bug 85067] include pygrub in xen-utils-3.0

2007-02-14 Thread Cedric Schieli
Public bug reported: pygrub should be included in xen-utils-3.0 to let people boot domU kernels embedded in domU images I'll attach a debdiff for this which also include a patch to fix a memory corruption introduced by internal changes in python-2.5 ** Affects: xen-3.0 (Ubuntu) Importance:

[Bug 85067] Re: include pygrub in xen-utils-3.0

2007-02-14 Thread Cedric Schieli
** Attachment added: "pygrub.debdiff" http://librarian.launchpad.net/6425932/pygrub.debdiff -- include pygrub in xen-utils-3.0 https://launchpad.net/bugs/85067 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 84929] Re: xen kernel shows up incorrectly in GRUB boot menu

2007-02-14 Thread Cedric Schieli
Maybe this is due to this typo in debian/xen-image-2.6.19-2-generic- amd64.postinst update-initramfs -c -k 2.6.19-2-amd64-generic instead of update-initramfs -c -k 2.6.19-2-generic-amd64 -- xen kernel shows up incorrectly in GRUB boot menu https://launchpad.net/bugs/84929 -- ubuntu-bugs mailin

[Bug 84929] Re: xen kernel shows up incorrectly in GRUB boot menu

2007-02-14 Thread Cedric Schieli
And maybe also because de postinsts are named -2.6.19-2-* while the packages are named -2.6.19-3-* -- xen kernel shows up incorrectly in GRUB boot menu https://launchpad.net/bugs/84929 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 85993] typos in postinst/prerm scripts

2007-02-18 Thread Cedric Schieli
Public bug reported: Those are various typos in postinst/prerm scripts that lead to the failure of the script : debian/xen-image-2.6.19-4-generic.prerm : "2.6.19-4-server" instead of 2.6.19-4-generic" debian/xen-image-2.6.19-4-generic-amd64.postinst : "2.6.19-4-amd64-generic" instead of "2.6.19-

[Bug 86134] Re: xen-image-2.6.19-4-generic-amd64 fails to install

2007-02-19 Thread Cedric Schieli
*** This bug is a duplicate of bug 85993 *** ** This bug has been marked a duplicate of bug 85993 typos in postinst/prerm scripts -- xen-image-2.6.19-4-generic-amd64 fails to install https://launchpad.net/bugs/86134 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubun

[Bug 85993] Re: typos in postinst/prerm scripts

2007-02-19 Thread Cedric Schieli
** Changed in: xen-source (Ubuntu) Status: Unconfirmed => Confirmed -- typos in postinst/prerm scripts https://launchpad.net/bugs/85993 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 87068] Re: cannot build external modules using xen-headers-2.6.19-4-generic

2007-02-22 Thread Cedric Schieli
** Attachment added: "fixheaders.patch" http://librarian.launchpad.net/6507602/fixheaders.patch -- cannot build external modules using xen-headers-2.6.19-4-generic https://launchpad.net/bugs/87068 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/list

[Bug 87068] cannot build external modules using xen-headers-2.6.19-4-generic

2007-02-22 Thread Cedric Schieli
Public bug reported: It is not possible to build external modules with xen- headers-2.6.19-4-generic (other flavours are also affected) due to a mis-linking : subdirs point to ../xen-headers-2.6.19 instead of ../xen- headers-2.6.19-4 After correcting this, the build is successful but with a big w

[Bug 87074] include backported pvfb patch

2007-02-22 Thread Cedric Schieli
Public bug reported: The following patch introduce the kernel parts of the PVFB infrastructure backported from upstream (xen-unstable changesets 12678,12680,12798,13018,13065) It currently needs 3.0.4+ userspace tools (working with packages from my repo : http://cedric.gabriello.fr/ubuntu) Backp

[Bug 87074] Re: include backported pvfb patch

2007-02-22 Thread Cedric Schieli
** Attachment added: "pvfb.patch" http://librarian.launchpad.net/6509676/pvfb.patch -- include backported pvfb patch https://launchpad.net/bugs/87074 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 37452] Re: fusion mpt sas driver does not find a RAID1 disk during installation(Sun Galaxy X4200 and X4100, Dell SASR5/i)

2007-01-11 Thread Cedric Schieli
I finally got a Dell Poweredge 860 with SAS 5/IR running by backporting the mpt driver. Those were the necessary commits from Linus' tree : a9b2937a1eab2939d0eed3830ead88664ed7445d f2ea8671a8376e09cf759aa8cb3de8b8d3bced9e c7c82987b4844f555d309ccbd42abe95d46822ff 816aa907b909177bdf6e6e6b0d00c5e5a6

Re: [Bug 37452] Re: fusion mpt sas driver does not find a RAID1 disk during installation(Sun Galaxy X4200 and X4100, Dell SASR5/i)

2007-01-15 Thread Cedric Schieli
Kyle, I can't find your updated driver in any public git repository. Should it appear in http://www.kernel.org/git/linux/kernel/git/kyle/ubuntu-dapper-updates.git or http://www.kernel.org/git/linux/kernel/git/bcollins/ubuntu-dapper- updates.git? Regards, Cédric -- fusion mpt sas driver does no

[Bug 80234] Re: fontconfig-voodoo crash

2007-01-17 Thread Cedric Schieli
*** This bug is a duplicate of bug 79570 *** ** This bug has been marked a duplicate of bug 79570 apport detected crash during package install -- fontconfig-voodoo crash https://launchpad.net/bugs/80234 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailma

[Bug 80239] Re: Problem Report for language-selector-commo

2007-01-17 Thread Cedric Schieli
*** This bug is a duplicate of bug 79570 *** ** This bug has been marked a duplicate of bug 79570 apport detected crash during package install -- Problem Report for language-selector-commo https://launchpad.net/bugs/80239 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://list

[Bug 80321] Re: fontconfig-voodoo suddenly crashed

2007-01-17 Thread Cedric Schieli
** Changed in: Ubuntu Sourcepackagename: None => language-selector -- fontconfig-voodoo suddenly crashed https://launchpad.net/bugs/80321 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 37452] Re: fusion mpt sas driver does not find a RAID1 disk during installation(Sun Galaxy X4200 and X4100, Dell SASR5/i)

2007-01-19 Thread Cedric Schieli
I have successfully built the tree from http://www.kernel.org/pub/scm/linux/kernel/git/kyle/ubuntu-dapper- updates.git but it is lacking the last commit (816aa907b909177bdf6e6e6b0d00c5e5a6e2be8c) which introduce raid support in mptsas. Applying my backported patch (http://librarian.launchpad.net/5

[Bug 81309] xentop build-depends on libncurses-dev

2007-01-24 Thread Cedric Schieli
Public bug reported: Current version (3.0.3-0ubuntu4) FTBFS due to a missing build-dependency on libncurses-dev (needed for the xentop binary). ** Affects: xen-3.0 (Ubuntu) Importance: Undecided Status: Unconfirmed -- xentop build-depends on libncurses-dev https://launchpad.net/bu

[Bug 81316] Various problems in 2.6.19-1

2007-01-24 Thread Cedric Schieli
Public bug reported: The package FTBFS due to the call of a non-existent target (install- source) from binary-indep. The kernel version is hard-wired to 2.6.19-1.1 (xen-Makefile.diff) and doesn't match the 2.6.19-1-flavour which is used anywhere else. xen-headers-2.6.19-1-flavour should depends

[Bug 81316] Re: Various problems in 2.6.19-1

2007-01-24 Thread Cedric Schieli
** Attachment added: "various fixes" http://librarian.launchpad.net/5846633/xen-source_2.6.19-1sdrik1.debdiff -- Various problems in 2.6.19-1 https://launchpad.net/bugs/81316 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 72012] Re: aptitude pegs cpu for extended period of time on startup (again)

2006-11-16 Thread Cedric Schieli
I can confirm this behaviour. It spend about 2 minutes building packages information on startup and after each lists update. I had to revert to edgy's one. -- aptitude pegs cpu for extended period of time on startup (again) https://launchpad.net/bugs/72012 -- ubuntu-bugs mailing list ubuntu-bu

[Bug 72112] Re: "initalizing package status" process so slowly

2006-11-18 Thread Cedric Schieli
Same problem here. -- "initalizing package status" process so slowly https://launchpad.net/bugs/72112 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 72152] Re: ifupdown script fails to terminate wpasupplicant

2006-11-25 Thread Cedric Schieli
Here is how I get rid of this inconsistency : in interfaces file I put those stanzas : iface wlan0 inet manual wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcp wpa-roam slave iface home inet static wpa-roam slave address ... With attached patch, "wpa_action wl

Re: [Bug 72152] Re: ifupdown script fails to terminate wpasupplicant

2006-11-27 Thread Cedric Schieli
You're right. I've never roamed without shutting down ;-) The point is I often ifdown...rmmod...insmod...ifup in order to update to latest CVS for my Ralink based card. I now understand better the wpa_action infrastructure and admit my patch will not fit in it. Regards, Cedric 2006/11/27, kelmo <

[Bug 76638] Cannot build against 2.6.20 (INIT_WORK change)

2006-12-20 Thread Cedric Schieli
Public bug reported: Binary package hint: rt2x00-source INIT_WORK changes in 2.6.20 kernels need to be adressed in rt2x00-source to let it build again. The work seems already done for drivers shipped with linux-image-2.6.20-* ** Affects: rt2x00 (Ubuntu) Importance: Undecided Statu

[Bug 76638] Re: Cannot build against 2.6.20 (INIT_WORK change)

2006-12-20 Thread Cedric Schieli
I attach a failed build log from rt2x00-source-0cvs20061202-1 against linux-headers-2.6.20-2-generic ** Attachment added: "failed build log" http://librarian.launchpad.net/5494218/build.log -- Cannot build against 2.6.20 (INIT_WORK change) https://launchpad.net/bugs/76638 -- ubuntu-bugs mai

[Bug 76785] Re: [Fiesty] fail to boot

2006-12-22 Thread Cedric Schieli
Same problem here. I then tried that : boot with break=top then ctrl-d -> failed boot with break=premount then ctrl-d -> failed boot with break=mount then ctrl-d -> success There seems to be a resource conflict problem when initializing my piix ide controller I will try to post some logs (how a

[Bug 76785] Re: [Feisty] fail to boot

2006-12-22 Thread Cedric Schieli
The problem is : init-premount/udev initiates modules loading, but when local- top/udev_helper is run the pci-ide module (piix in my case) is not loaded yet and ide-generic is then loaded removing "modprobe -q ide-generic" in local-top/udev_helper solved the problem for me maybe something takes

[Bug 447765] Re: Can't switch to console mode when booting from grub2

2009-12-14 Thread Cedric Schieli
@meborc: I guess your work computer has an Intel GPU and thus uses the new KMS magic. This is unfortunately not related to grub and this bug. -- Can't switch to console mode when booting from grub2 https://bugs.launchpad.net/bugs/447765 You received this bug notification because you are a member

[Bug 305525] Re: built-in mic not working with snd-hda-intel on Dell Vostro 1710

2010-03-14 Thread Cedric Schieli
The built-in mic is now working well on my Dell Vostro 1710 using Karmic. The module is loaded with the following option : options snd-hda-intel model=dell-m23 -- built-in mic not working with snd-hda-intel on Dell Vostro 1710 https://bugs.launchpad.net/bugs/305525 You received this bug notifica

[Bug 403135] Re: Notification area icon wrongly rendered/uses bg_color as a background (multiple apps)

2010-06-05 Thread Cedric Schieli
@VPablo : It is fixed upstream, so "sudo checkmgail -update" is a good workaround, but one can't say it is fixed in checkgmail's ubuntu package. ** Changed in: checkgmail (Ubuntu) Status: Fix Released => New -- Notification area icon wrongly rendered/uses bg_color as a background (multipl

[Bug 443105] Re: tty screen produces garbled graphics when gfxpayload is set

2009-10-27 Thread Cedric Schieli
I confirm this bug on a Dell Vostrto 1710. With gfxmode=1440x900x32 (my native resolution) and gfxpayload=keep everything work as expected except ttys being blank with fashing cursor. Without tuning gfxmode/gfxpayload, ttys are functional. -- tty screen produces garbled graphics when gfxpayload

[Bug 250053] Re: checkgmail won't log in as of 16-07-08

2009-09-24 Thread Cedric Schieli
Same problem here (starting on 2009-09-24). As a workaround, starting with -no_cookies works. -- checkgmail won't log in as of 16-07-08 https://bugs.launchpad.net/bugs/250053 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bug

[Bug 1521302] Re: gnome-terminal maximize than un-maximize behaves odd

2016-05-15 Thread Cedric Schieli
@Marco The fix works for me. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1521302 Title: gnome-terminal maximize than un-maximize behaves odd To manage notifications about this bug go to:

[Bug 1273201] Re: bridge_ignore_without_connections.patch breaks NM created bridge at boot

2015-07-14 Thread Cedric Schieli
+1 I've been running the backported fix (just dropped the patch) without a glitch for several month. If that helps, I've just created a PPA for this backport (currently rebuilding): https://launchpad.net/~cschieli/+archive/ubuntu/bug1273201 -- You received this bug notification because you are

[Bug 1273201] Re: bridge_ignore_without_connections.patch breaks NM created bridge at boot

2015-11-20 Thread Cedric Schieli
+1 Updated version currently rebuilding in my PPA: https://launchpad.net/~cschieli/+archive/ubuntu/bug1273201 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1273201 Title: bridge_ignore_without_conn

Re: [Bug 1273201] Re: bridge_ignore_without_connections.patch breaks NM created bridge at boot

2016-02-09 Thread Cedric Schieli
Package version 0.9.8.8-0ubuntu7.3+athome1 currently rebuilding in my PPA. 2016-02-09 9:38 GMT+01:00 Alexander A. Kompaniets < 1273...@bugs.launchpad.net>: > Hi, Cedric! > The latest version' changelog (0.9.8.8-0ubuntu7.3 from Canonical repos) > doesn't contains any relevant bugfixes, > so I thin

[Bug 1176536] Re: No tracing is done on Precise when using the linux-lts-raring kernel

2014-01-18 Thread Cedric Schieli
I'm now running the kernel from linux-image-generic-lts-saucy and the issue is still present. I've just reverted my patched ureadahead from my PPA to the stock one (which is still the same version as when I've opened this bug), removed the pack files from /var/lib/ureadahead and rebooted. No pack

[Bug 872093] Re: SD Card not being recognized

2011-11-16 Thread Cedric Schieli
Same problem here on a Vostro 1710. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872093 Title: SD Card not being recognized To manage notifications about this bug go to: https://bugs.launchpad.net

[Bug 880049] [NEW] 100% CPU usage in init if /dev/console is not available

2011-10-22 Thread Cedric Schieli
Public bug reported: When /dev/console is not available (for example when running as an OpenVZ guest), init consumes 100% time of one CPU core. Here is a strace excerpt captured on the OpenVZ host : ... waitid(P_ALL, 0, {}, WNOHANG|WEXITED|WSTOPPED|WCONTINUED, NULL) = 0 clock_gettime(CLOCK_MONOT

[Bug 880049] Re: 100% CPU usage in init if /dev/console is not available

2011-10-22 Thread Cedric Schieli
** Attachment added: "Reopen /dev/null if opening /dev/console failed" https://bugs.launchpad.net/bugs/880049/+attachment/2567049/+files/no_dev_console.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 880049] Re: 100% CPU usage in init if /dev/console is not available

2011-10-25 Thread Cedric Schieli
I totally agree the proper fix would be that OpenVZ provides a /dev/console. My patch is rather a workaround. Concerning jobs specifying console access, they already fallback to CONSOLE_NONE in job_process_spawn so they are working (maybe not exactly with the same behaviour though). Concerning j

[Bug 872093] Re: SD Card not being recognized

2012-01-15 Thread Cedric Schieli
It seems the regression had been tracked down and will be fixed in 3.3 : http://www.spinics.net/lists/linux-mmc/msg11923.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/872093 Title: SD Card not

[Bug 873784] Re: reload_passwd uses fgetpwent rather than getpwent, ignoring /etc/nsswitch.conf

2011-12-23 Thread Cedric Schieli
As indicated on the upstream bug report, this is not the right solution. The real bug is that, in Oneiric's version, remote users who already logged in are not listed as they should be. The fix for that bug is already merged upstream (http://cgit.freedesktop.org/accountsservice/commit/?id=b73f539

[Bug 1176536] [NEW] No tracing is done on Precise when using the linux-lts-raring kernel

2013-05-05 Thread Cedric Schieli
Public bug reported: When booting the backported kernel image from linux-lts-raring, tracing is failing with the following error: ureadahead: Error while tracing: No such file or directory This is due to the removal of the obsolete tracing_enabled interface. This has been handled for Raring in p

Re: [Bug 946899] Re: [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung

2013-04-02 Thread Cedric Schieli
Same here, but the couple of working/non-working kernel is 3.5.0-25/3.5.0-26. My hardware is a Dell Inspiron N7110 with a i7-2670QM CPU and a NVIDIA GeForce GT 540M disabled using bbswitch : [ 46.492299] bbswitch: version 0.6 [ 46.492305] bbswitch: Found integrated VGA device :00:02.0: \_

[Bug 1176536] Re: No tracing is done on Precise when using the linux-lts-raring kernel

2013-06-07 Thread Cedric Schieli
Here is the patch used in my PPA. ** Patch added: "use_tracing_on_instead_of_tracing_enabled.diff" https://bugs.launchpad.net/ubuntu/+source/ureadahead/+bug/1176536/+attachment/3697392/+files/use_tracing_on_instead_of_tracing_enabled.diff ** Tags added: patch -- You received this bug notifi

Re: [Bug 880049] Re: 100% CPU usage in init if /dev/console is not available

2011-11-07 Thread Cedric Schieli
I found another workaround which do not involve patching : simply delete /dev/console in the VE and replace it with a plain file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880049 Title: 100% CPU

Re: [Bug 880049] Re: 100% CPU usage in init if /dev/console is not available

2011-10-28 Thread Cedric Schieli
@Ajunne Unfortunately that doesn't work for me. After granting access to /dev/console to the VE (and rebooting it), I get "No such device" instead of "Operation not permitted" when trying to access the device and init still hogs the cpu. Maybe it is a problem with the host (Debian 6.0, linux-image

[Bug 741930] Re: [natty] nvidia binary packages for older cards - dependencies not met

2011-07-28 Thread Cedric Schieli
PPA up and running : sudo add-apt-repository ppa:cschieli/bug741930 sudo apt-get update sudo apt-get install nvidia-96 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/741930 Title: [natty] nvidia bin

Re: [Bug 741930] Re: [natty] nvidia binary packages for older cards - dependencies not met

2011-07-28 Thread Cedric Schieli
@NoOp: You seem to be running maverick. As this bug is only relevant on natty, my ppa only contains packages for natty... @linusND and @John: can you post the result of "dpkg -l | grep nvidia" and "uname -a" ? -- You received this bug notification because you are a member of Ubuntu Bugs, which i

Re: [Bug 741930] Re: [natty] nvidia binary packages for older cards - dependencies not met

2011-07-29 Thread Cedric Schieli
@john: You seem to be running packages from the xorg-edgers ppa : > ii  nvidia-settings                       280.11-0ubuntu1~edgers~natty Tool of configuring the NVIDIA graphics driver Can you revert to standard packages before installing nvidia-96 from my ppa ? sudo apt-get install ppa-purge

Re: [Bug 741930] Re: [natty] nvidia binary packages for older cards - dependencies not met

2011-07-29 Thread Cedric Schieli
@judsonmitchell: can you post the result of "update-alternatives --display gl_conf" ? You should have something like the this : gl_conf - auto mode link currently points to /usr/lib/nvidia-96/ld.so.conf /usr/lib/mesa/ld.so.conf - priority 500 slave xorg_extra_modules: /usr/lib/xorg/x11-extra-

Re: [Bug 741930] Re: [natty] nvidia binary packages for older cards - dependencies not met

2011-07-30 Thread Cedric Schieli
@judsonmitchell Your gl_conf alternative is forced to mesa. You should issue the follwing command to revert to auto : sudo update-alternative --auto gl_conf Then you should reconfigure nvidia-96 : sudo dpkg-reconfigure nvidia-96 -- You received this bug notification because you are a member o

Re: [Bug 741930] Re: [natty] nvidia binary packages for older cards - dependencies not met

2011-07-30 Thread Cedric Schieli
@judsonmitchell You should now be able to run nvidia-xconfig as root -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/741930 Title: [natty] nvidia binary packages for older cards - dependencies not me

<    1   2