[Bug 326986] Re: Key stuck with Samsung IR remote (USB 0419:0001)

2009-06-24 Thread rs
Integrated into the HID kernel preintegration branch now: http://www.spinics.net/lists/linux-input/msg03763.html -- Key stuck with Samsung IR remote (USB 0419:0001) https://bugs.launchpad.net/bugs/326986 You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 326986] Re: Key stuck with Samsung IR remote (USB 0419:0001)

2009-04-27 Thread rs
>For the remote, the patch works great. There is only one key not working, the >ENTER key, and that may be a problem with the device rather than the driver. >Great work! >Is there anything else I can do? Very well. As said before, each key must be reported via one of the reports from the descrip

[Bug 198220] Re: [hardy] No logout possible in KDE4

2008-08-18 Thread RS
The only thing that helped me to solve this logout problem in GDM was this. In System->Pref...->Sounds->Sounds tab Uncheck the system sounds thro esd. This will stop the logout process to move forward. Looks like during the logout process, the logout.wav sound has to be played. Since the pulseau

[Bug 38915] Re: Logout proces hangs

2008-08-20 Thread RS
Try to disable the system sounds mixing ( ESD ) System->Preferences->Sound Tab : Sound Uncheck "Enable software sound mixing (ESD). I would like to have the logout sound enabled if somebody can investigate why disabling this causes the shutdown to work properly. Please try to fix this. This

[Bug 214193] Re: Romanian spell-check dictionary uses incorect diacritics

2009-02-16 Thread rs
The release numbering is imposed by aspell.net in the format X.Y for major releases and X.Y.Z for minor releases. It is a pretty standard numbering scheme, most projects are using it. Based on this version, a number of Unix and Linux distributions are driving automatic updates. Unfortunately, we ca

[Bug 214193] Re: Romanian spell-check dictionary uses incorect diacritics

2009-02-15 Thread rs
The dictionary distributed by Ubuntu is at least two years behind. Move to Fedora, or install OpenOffice.org and Firefox on Windows XP. -- Romanian spell-check dictionary uses incorect diacritics https://bugs.launchpad.net/bugs/214193 You received this bug notification because you are a member of

[Bug 214193] Re: Romanian spell-check dictionary uses incorect diacritics

2009-02-15 Thread rs
A solution has been available for at least one year from aspell.net. Another one is distributed in the Romanian Firefox build from mozilla.org. You can also get a version of the dictionary from OpenOffice.org website. Ubuntu developer Jani Monose was informed about this solution a long time ago, ho

[Bug 214193] Re: Romanian spell-check dictionary uses incorect diacritics

2009-02-15 Thread rs
Also take a look at bugs 240048 and 240050. According to the submission dates, Ubuntu developers have been informed a log time ago regarding solutions to this specific problem. The competitive picture in this moment is very bad for Ubuntu. Firefox and OpenOffice.org are distributing correct dictio

[Bug 214193] Re: Romanian spell-check dictionary uses incorect diacritics

2009-02-15 Thread rs
I find Jani Monose's comments patronizing as always, no need to answer! Lucian Adrian Grijincu wrote: > email me in private with details As I said, bugs 240048 and 240050 have all the necessary information. All that needs to be done is to get the official dictionaries from aspell.net and openoffi

[Bug 214193] Re: Romanian spell-check dictionary uses incorect diacritics

2009-02-15 Thread rs
> Adi, it is exactly the problems of the versioning scheme and of the > uncertainty > of how two separate dictionaries work is why I do not consider that 'a > solution > has been available' What dictionaries? Why are using a plural form? Are there more than one? If I say Fedora once more, I'll

[Bug 240048] [NEW] aspell-ro package outdated

2008-06-14 Thread rs
Public bug reported: Please update aspell-ro package to the latest version (3.1) on aspell.net. The new dictionary is located at ftp://ftp.gnu.org/gnu/aspell/dict/ro/aspell5-ro-3.1.tar.bz2 ** Affects: aspell-ro (Ubuntu) Importance: Wishlist Status: Confirmed -- aspell-ro package

[Bug 240050] [NEW] myspell-ro package outdated

2008-06-14 Thread rs
Public bug reported: Binary package hint: myspell-ro Please update myspell-ro package to the latest version (2008-04-09) on lingucomponent.openoffice.org. The new dictionary is located at http://wiki.services.openoffice.org/wiki/Dictionaries#Romanian_.28Romania.29 ** Affects: myspell-ro (Ubunt

[Bug 347942] Re: No sound with Asus M4A78T-E mobo onboard audio

2009-04-07 Thread RS
Finally I got the sound working on both card0 (SB) and card(2) HDMI. This is what "aplay -l" returned: List of PLAYBACK Hardware Devices card 0: SB [HDA ATI SB], device 0: HDA Generic [HDA Generic] Subdevices: 1/1 Subdevice #0: subdevice #0 card 2: HDMI [HDA ATI HDMI], device 3: ATI

[Bug 326986] Re: Key stuck with Samsung IR remote (USB 0419:0001)

2009-04-14 Thread rs
>I have a Samsung IR remote that should work as a USB HID device. I need to do some tweaking with modprobe options in /etc/modprobe.d/options to get it recognised (see options), and then it mostly works. OK, so you already performed some good preanalysis. Your quirk option 0x10 reenables the input

[Bug 326986] Re: Key stuck with Samsung IR remote (USB 0419:0001)

2009-04-14 Thread rs
BTW, please doublecheck whether usage code 0224 is really contained twice in the report descriptor. This looks very strange. Also peculiar is that the logical maximum is claimed to be 18, but only 15 usages are provided. Maybe array indices 16..18 are generated, but dropped due to missing usage co

[Bug 326986] Re: Key stuck with Samsung IR remote (USB 0419:0001)

2009-12-10 Thread rs
>And for the 171b patch, Robert(rs), will you sent the patch to the upstream kernel, or do you need me to send the patch? I will baseline the "171 byte quirk fix" to the new 2.6.32 kernel and submit to the kernel list soon. Unsure, whether you want to split this tracking off into

[Bug 326986] Re: Key stuck with Samsung IR remote (USB 0419:0001)

2009-12-11 Thread rs
Refactored 171b patch was applied upstream in the HID preintegration branch: http://www.spinics.net/lists/linux-input/msg06276.html -- Key stuck with Samsung IR remote (USB 0419:0001) https://bugs.launchpad.net/bugs/326986 You received this bug notification because you are a member of Ubuntu Bugs

[Bug 326986] Re: Key stuck with Samsung IR remote (USB 0419:0001)

2009-11-08 Thread rs
>What daemons do you mean? What if I have the hid-samsung built in- kernel, not as a module? You need to have the usbhid driver disabled (and any daemons on top like Lirc). If usbhid is a module, unload it via "modprobe -r usbhid". If built in, compile kernel without it or as module. >The same as

[Bug 326986] Re: Key stuck with Samsung IR remote (USB 0419:0001)

2009-11-09 Thread rs
>Please let me know if anything else is needed. OK, just checked your attachments. The volume keys are used from the consumer page.This array range looks suspicious to me: Item(Global): Logical Minimum, data= [ 0x00 ] 0 Item(Global): Logical Maximum, data= [ 0x01 ] 1 I would rather try to pa

[Bug 326986] Re: Key stuck with Samsung IR remote (USB 0419:0001)

2009-11-10 Thread rs
>I am attaching the full dmesg output. For some reason, it does not output all the data upon initial plugging in the device, but if you then plug it out and plug in again - you'll get the whole picture including report descriptor (size 171, read 1) = ... Please test the attached patch. It is on to

[Bug 326986] Re: Key stuck with Samsung IR remote (USB 0419:0001)

2009-11-05 Thread rs
>I've got a similar device. >Bus 004 Device 002: ID 0419:0001 Samsung Info. Systems America, Inc. IrDA >Remote Controller >The wDescriptorLength for it is 171. Yet another 0419:0001 device. I already read about descriptors with 184, 203, 135, 199 bytes. >After patching my kernel with this patch

[Bug 1822133] Re: Azure Instance never recovered during series of instance reboots.

2019-06-17 Thread rs
Hello, I noticed the same behavior on one of my Azure VM. It wasn't rebooted thought, it just started blurting out "hyperv_fb" errors in a loop. (that's all I could display in the Serial Console on Azure, even sending SysRq to reboot the machine wasn't doing anything, I was forced to de-allocate

[Bug 1808069] [NEW] Init corrupted when upgrading to 4.15.0-42

2018-12-11 Thread RS
Public bug reported: When upgrading from 4.15.0-39 to 4.15.0-42 on my Ubuntu 18.04.1 NAS (x86_64) I get the following error on system bootup (freeze): Failed to execute /init (error -2) Kernel panic - not syncing: no working init found. So apparently the init is broken. My solution was to remo

[Bug 1808069] Re: Init corrupted when running 4.15.0-42

2018-12-12 Thread RS
apport information ** Tags added: apport-collected ** Description changed: When upgrading from 4.15.0-39 to 4.15.0-42 on my Ubuntu 18.04.1 NAS (x86_64) I get the following error on system bootup (freeze): Failed to execute /init (error -2) Kernel panic - not syncing: no working init f

[Bug 1808069] CurrentDmesg.txt

2018-12-12 Thread RS
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1808069/+attachment/5221745/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1808069

[Bug 1808069] CRDA.txt

2018-12-12 Thread RS
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1808069/+attachment/5221744/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1808069 Title: Init c

[Bug 1808069] IwConfig.txt

2018-12-12 Thread RS
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1808069/+attachment/5221746/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1808069 Title:

[Bug 1808069] ProcCpuinfoMinimal.txt

2018-12-12 Thread RS
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1808069/+attachment/5221750/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1808069] ProcCpuinfo.txt

2018-12-12 Thread RS
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1808069/+attachment/5221749/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1808069

[Bug 1808069] Lsusb.txt

2018-12-12 Thread RS
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1808069/+attachment/5221748/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1808069 Title: Init

[Bug 1808069] WifiSyslog.txt

2018-12-12 Thread RS
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1808069/+attachment/5221756/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1808069] UdevDb.txt

2018-12-12 Thread RS
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1808069/+attachment/5221755/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1808069 Title: In

[Bug 1808069] RfKill.txt

2018-12-12 Thread RS
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1808069/+attachment/5221754/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1808069 Title: In

[Bug 1808069] ProcModules.txt

2018-12-12 Thread RS
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1808069/+attachment/5221753/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1808069

[Bug 1808069] ProcInterrupts.txt

2018-12-12 Thread RS
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1808069/+attachment/5221752/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/180

[Bug 1808069] Lspci.txt

2018-12-12 Thread RS
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1808069/+attachment/5221747/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1808069 Title: Init

[Bug 1808069] ProcEnviron.txt

2018-12-12 Thread RS
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1808069/+attachment/5221751/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1808069

[Bug 1808069] Re: Init corrupted when running 4.15.0-42

2018-12-12 Thread RS
All apport information from last working kernel -39 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1808069 Title: Init corrupted when running 4.15.0-42 To manage notifications about this bug go to:

Re: [Bug 1788041] Re: installing ubuntu crash

2018-08-28 Thread rs
I literally rebooted, reinstalled and everything went perfect. Nothing wrong with MB or perfs. On Tue, Aug 28, 2018 at 10:39 AM, Phillip Susi wrote: > You tried to install grub to /dev/nvme0, which is not partitioned. > Either install grub to /dev/nvme1 or partition nvme0. Also your log is > f

[Bug 1788041] [NEW] installing ubuntu crash

2018-08-20 Thread rs
Public bug reported: This is on a threadripper 2 2990wx with intel optane pcie card for boot disk. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: ubiquity 18.04.14.6 ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18 Uname: Linux 4.15.0-29-generic x86_64 ApportVersion: 2.20.9-0ubunt

[Bug 1592989] [NEW] package libstdc++6-arm64-cross 4.8.2-13ubuntu1cross0.11 failed to install/upgrade: Versuch, »/usr/share/gcc-4.8/python/libstdcxx/__init__.py« zu überschreiben, welches auch in Pake

2016-06-15 Thread RS
Public bug reported: Vorbereitung zum Entpacken von .../libstdc++6-arm64-cross_4.8.4-2ubuntu1~14.04.1cross0.11.1_all.deb ... Entpacken von libstdc++6-arm64-cross (4.8.4-2ubuntu1~14.04.1cross0.11.1) über (4.8.2-13ubuntu1cross0.11) ... dpkg: Fehler beim Bearbeiten des Archivs /var/cache/apt/archi

[Bug 1597792] Re: plasmashell high CPU usage (100%+)

2016-11-05 Thread RS
I have same issue on 16.10. If is there anything what i can do to help this fixed please let me know. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1597792 Title: plasmashell high CPU usage (100%+)

[Bug 498439] Re: uprecords reports >100% uptime

2016-01-05 Thread RS
I have the same issue on a raspberry pi: pi@raspberrypi:~$ uprecords # Uptime | System Boot up +--- 1 403 days, 04:46:21 | Linux 3.12.31+Thu Nov 6

[Bug 1361715] Re: package emacsen-common 2.0.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-09-18 Thread RS
sudo dpkg --purge --force-all emacsen-common sudo apt-get upgrade -f worked for me -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1361715 Title: package emacsen-common 2.0.8 failed to install/upgrad

Re: [Bug 240048] Re: aspell-ro package outdated

2010-08-27 Thread rs
--- On Wed, 8/25/10, Lucian Adrian Grijincu wrote: > But isn't hunspell-ro compatible with aspell-ro? Do we need > both > packages? Nu sunt compatibile. De exemplu emacs înțelege numai aspell, or mai fi și altele. Lucian -- aspell-ro package outdated https://bugs.launchpad.net/bugs/240048 You

Re: [Bug 240048] Re: aspell-ro package outdated

2010-08-27 Thread rs
--- On Wed, 8/25/10, Lucian Adrian Grijincu wrote: > But isn't hunspell-ro compatible with aspell-ro? Do we need > both > packages? Sorry, wrong language in the previous email! The two are not compatible. Some programs (emacs, etc.) will work only with aspell. -- aspell-ro package outdated h

[Bug 355307] [NEW] computer stuck in first run of update manager after ubuntu install

2009-04-04 Thread ohad rs
Public bug reported: Binary package hint: system-tools-backends after recovery, the following packages fail to update: system-tools-backends totem-common ProblemType: Package Architecture: amd64 DistroRelease: Ubuntu 8.10 ErrorMessage: subprocess post-installation script returned error exit stat

[Bug 355307] Re: computer stuck in first run of update manager after ubuntu install

2009-04-04 Thread ohad rs
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/24816822/Dependencies.txt ** Attachment added: "DpkgTerminalLog.txt" http://launchpadlibrarian.net/24816824/DpkgTerminalLog.txt -- computer stuck in first run of update manager after ubuntu install https://bugs.launchpa

[Bug 179109] Re: package openoffice.org-hyphenation-en-us None [modified: /var/lib/dpkg/info/openoffice.org-hyphenation-en-us.list] failed to install/upgrade: tentando sobrescrever `/usr/share/myspell

2008-02-16 Thread Mahesh RS
Randy, et. al., I uninstalled the language-support-writing-en package after submitting the report and exactly as Randy has said, my system state seems ok. I don't know what I have lost by removing that package. Would I lose auto- spell-check in my firefox and my oowriter? Or no such bad things goi

[Bug 198462] [NEW] gedit crashed with SIGSEGV in g_type_check_instance_is_a()

2008-03-04 Thread Mahesh RS
*** This bug is a duplicate of bug 198442 *** https://bugs.launchpad.net/bugs/198442 Public bug reported: Binary package hint: gedit please see the automatically collected info about the crash report. ubuntu release: 8.04 (pre-release) package version: $ apt-cache policy gedit gedit: Ins

[Bug 198462] Re: gedit crashed with SIGSEGV in g_type_check_instance_is_a()

2008-03-04 Thread Mahesh RS
*** This bug is a duplicate of bug 198442 *** https://bugs.launchpad.net/bugs/198442 ** Attachment added: "CoreDump.gz" http://launchpadlibrarian.net/12398991/CoreDump.gz ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/12398992/Dependencies.txt ** Attachment adde

[Bug 179109] Re: package openoffice.org-hyphenation-en-us None [modified: /var/lib/dpkg/info/openoffice.org-hyphenation-en-us.list] failed to install/upgrade: tentando sobrescrever `/usr/share/myspell

2008-02-16 Thread Mahesh RS
I have been running 8.04 (pre-release) for some time now. Things were working smoothly till now (Feb 16, 2008). Now, an auto-update caused this problem and now I am unable to upgrade/install any packages. I keep getting a message that there is a broken package that needs to be fixed. On my system:

[Bug 198652] [NEW] gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()

2008-03-04 Thread Mahesh RS
*** This bug is a duplicate of bug 197444 *** https://bugs.launchpad.net/bugs/197444 Public bug reported: Binary package hint: gvfs Ubuntu release: 8.04 (pre-release) Package with error: gvfsd-trash (gvfs) Package version: $ apt-cache policy gvfs gvfs: Installed: 0.1.11-0ubuntu1 Candidat

[Bug 198652] Re: gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()

2008-03-04 Thread Mahesh RS
*** This bug is a duplicate of bug 197444 *** https://bugs.launchpad.net/bugs/197444 ** Attachment added: "CoreDump.gz" http://launchpadlibrarian.net/12433310/CoreDump.gz ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/12433311/Dependencies.txt ** Attachment adde

[Bug 1810020] [NEW] grub installation failed

2018-12-28 Thread hemanth rs
Public bug reported: grud installation faled without grub bootloader installed system will not boot ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: ubiquity 18.04.14.6 ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18 Uname: Linux 4.15.0-29-generic x86_64 ApportVersion: 2.20.9-0ubun

[Bug 1308105]

2018-06-08 Thread 3-rs
Running sparky linux with xfce. dual screen in expand mode after wake up works until kernel 4.3. after that it wakes up mirrored. see this thread: https://forum.xfce.org/viewtopic.php?id=10951 hope this helps to find the cause. -- You received this bug notification because you are a member of U

[Bug 994075] [NEW] NTFS partition/volume cannot be shared via SMB

2012-05-03 Thread RS Anders
Public bug reported: Using installations or LiveCDs of 10.10, 11.04, 11.10, and 12.04 on multiple computers, I am unable to share NTFS partitions or disks via SMB using the sharing function in Dolphin. It last seemed to work in Kubuntu 10.04. I can successfully create a share, and it can be seen

[Bug 994075] Re: NTFS partition/volume cannot be shared via SMB

2012-05-03 Thread RS Anders
-- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kde-baseapps in Ubuntu. https://bugs.launchpad.net/bugs/994075 Title: NTFS partition/volume cannot be shared via SMB To manage notifications about this bug go to: https://bugs.launchpad.net/u

[Bug 994075] Re: NTFS partition/volume cannot be shared via SMB

2012-05-03 Thread RS Anders
I have found a workaround for this, but it is still an issue in that it does not work as one would expect out of the proverbial box. Here are the things I needed on the 12.04 LiveCD: 1. Install Samba via Dolphin (right-click a folder, then Properties, then the Share tab) 2. Created a lesser us

[Bug 903037] Re: 11.10 System Settings -> Sharing SMB config missing, fileshare.desktop missing

2012-05-03 Thread RS Anders
This sort of issue is referenced here as an upstream issue with plans to do something about it: https://wiki.kubuntu.org/Kubuntu/Specs/LucidFileSharing However, my overall issue was with NTFS volumes. A better bug report and a workaround are noted here: https://bugs.launchpad.net/ubuntu/+source

[Bug 1054415] [NEW] Wireless driver not detected in Quantal

2012-09-21 Thread Ramakrishnan RS
and installed Realtek driver from a dropbox link to get it working (Source: http://askubuntu.com/questions/139632/wireless-card-realtek-rtl8723ae- bt-is-not-recognized) Please check this out. -- Thanks, Ramakrishnan RS ** Affects: gnome-nettool (Ubuntu) Importance: Undecided Status

[Bug 903037] [NEW] 11.10 System Settings -> Sharing SMB config missing, fileshare.desktop missing

2011-12-11 Thread RS Anders
Public bug reported: In Kubuntu 10.10, even by live CD, you can load up the kdenetwork package and a new area will become available under System Settings -> Sharing. In two of my systems upgraded from 10.10 to 11.04 to 11.10 and also via Kubuntu live CD of 11.10 (a fresh download on this date), t

[Bug 1173768] [NEW] A tab pops up saying there is an internal error

2013-04-27 Thread Varun RS
Public bug reported: I was not able to attach the screenshots of the error log.Hence, I have converted them into a pdf and uploaded it.Im also sorry because the size is too small..I guess a bit of zoom could do good it.. Thank You ** Affects: xserver-xorg-video-intel (Ubuntu) Importance

Re: [Bug 1140716] Re: [regression] 3.5.0-26-generic and 3.2.0-39-generic GPU hangs on Sandybridge

2013-04-28 Thread Varun RS
Thanks a lot for your help Nick...I followed the instructions in the first mail but then I lost track of what to do after rebooting. The preference file in etc folder was already there and the next command for upgradable packages did not work.So, that is exactly where I lost track of it.And I did n