[Bug 1800196] Re: spice-vdagent[1345]: Cannot access vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0

2019-09-15 Thread yas
Hi all, 
I've found this messages in systemd journal but in my case it was a bare metal 
install of Ubuntu 18.04, so I don't see the need to have spice-vdagent 
installed (that I understand is for virtual machine guest). Remove it is not an 
option because it will remove ubuntu-desktop. 
I tried then to disable it with:
$ sudo systemctl disable spice-vdagent

But that was not enough. I found that it was being launched on startup (and 
that created the error and warning in the logs) so I located the 
spice-vdagent.desktop in different locations. Finally I found a solution 
confirming the way to disable it here:
https://access.redhat.com/solutions/2990871

Basically adding the line:
X-GNOME-Autostart-enabled=false

To the files:
/etc/xdg/autostart/spice-vdagent.desktop
/usr/share/gdm/autostart/LoginWindow/spice-vdagent.desktop

Then stop and disable the service:
$ sudo systemctl stop spice-vdagentd
$ sudo systemctl disable spice-vdagentd

If I understand my case right this service should not be part of initialization 
if the installation is not a virtual machine supporting spice.
Hope this helps others with similar case, regards.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1800196

Title:
  spice-vdagent[1345]: Cannot access vdagent virtio channel /dev/virtio-
  ports/com.redhat.spice.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spice-vdagent/+bug/1800196/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 159356] Re: System freeze on high memory usage

2017-11-15 Thread yas
Hi SwaJime, you need to run 'sudo su' first and then the free sequence.
Echoing the value to drop_caches requiere super user permissions. HTH

2017-11-15 19:38 GMT+01:00 SwaJime <159...@bugs.launchpad.net>:

> yas, when I try that, I get "bash: /proc/sys/vm/drop_caches: Permission
> denied" on Ubuntu 16.04
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/159356
>
> Title:
>   System freeze on high memory usage
>
> Status in linux package in Ubuntu:
>   Incomplete
>
> Bug description:
>   I run a batch matlab job server here at my lab, running Dapper 6.06 (for
> the LTS). One of the users has submitted a very memory-consuming job, which
> successfully crashes the server. Upon closer inspection, the crash happens
> like this:
>   1. I run matlab with the given file (as an ordinary, unpriveleged user)
>   2. RAM usage quickly fills up
>   3. Once the RAM meter hits 100%, the system freezes: All SSH connections
> freeze up, and while switching VTs directly on the machine works, no new
> processes run - so one can't log in, or do anything if he is logged in.
> (Sometimes typing doesn't work at all)
>
>   Note that the swap - while 7 gigs of it are available - is never used.
>   (The machine has 7 gigs of RAM as well)
>
>   I've tried the same on my Gutsy 32-bit box, and there was no system
>   freezeup - matlab simply notified that the system was out of memory.
>   However, it did this once memory was 100% in use - and still, swap
>   didn't get used at all! (Though it is mounted correctly and shows up
>   in "top" and "free").
>
>   So first thing's first - I'd like to eliminate the crash issue. I
>   suppose I could switch the server to 32-bit, but I think that would be
>   a performance loss, considering that it does a lot of heavy
>   computation. There is no reason, however, that this should happen on a
>   64-bit machine anyway. Why does it?
>
>   WORKAROUND: Enabling DMA in the BIOS
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/159356/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/159356

Title:
  System freeze on high memory usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/159356/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 159356] Re: System freeze on high memory usage

2017-09-27 Thread yas
Hi to the new updaters, :-)

I found this to happen with several instances of chrome, or with file 
operations over big files in combination. I've filed a bug report that was 
confirmed a couple of years ago:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504914

One thing that helped me to avoid some hang if I manage to do it
promptly was to go su and use the drop_caches

$ sudo su
$ free -h  && sync && echo 3 > /proc/sys/vm/drop_caches && free -h

But this works temporarily and as long as I don't keep with many instances or 
big files accesses.
HTH

PS:
Ubuntu 16.04.03, encrypted home, 16GB RAM, 16Gb swap file. Default swapiness, 
cache_pressure and min_free_kbytes
uname -a
Linux big 4.4.0-96-generic #119-Ubuntu SMP Tue Sep 12 14:59:54 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/159356

Title:
  System freeze on high memory usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/159356/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1371783] Re: package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 (utopic) fails to install/upgrade

2016-05-07 Thread yas
I've sorted this in 16.04 with the solution proposed here:
http://askubuntu.com/questions/543673/mscorefonts-problems

Manually installing the version 3.6 directly downloaded from debian
repos:

$ wget 
http://ftp.de.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.6_all.deb
$ sudo dpkg -i ttf-mscorefonts-installer_3.6_all.deb

It gets the files from:
http://downloads.sourceforge.net/project/corefonts/the%20fonts/final/

instead of 3.4 version that uses:
http://downloads.sourceforge.net/corefonts/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371783

Title:
  package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 (utopic) fails to
  install/upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1371783/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1504914] Re: System freeze/restart on high memory usage

2015-10-12 Thread yas
** Tags removed: kernel-fixed-upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1504914

Title:
  System freeze/restart on high memory usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504914/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1504914] Re: System freeze/restart on high memory usage

2015-10-12 Thread yas
Hi Christopher, 
I've done further tests.
Regarding your question, effectively after reproducing the problem with the 
previous kernel I've got a crash file from google-chrome. Even with the default 
values mentioned in #3 
What I've observed is: 
- when having swap off the problem arrives faster when reaching the memory 
limit, the system just restart at logon screen (but it doesn't seem a complete 
reset because I didn't get the GRUB screen (more like the lightdm process 
restart?)
- when having swap on the problem arrives when consuming almost all the swap 
memory, but same issue: mouse and keyboard start not to respond and then 
finally restart.
- with the new kernel 3.14 the restart does not arrive but the system become 
equally freeze near the limit of memory and eventually require a hard reset or 
have to wait to be able to kill some of the process (that could take too long). 
But in this case google-chrome started to give unresponsive windows messages 
and kill their own processes himself, giving proper errors.

The steps I use to reproduce the problem are:
- execute $ sudo memtester 2G
- open almost 30 bookmarks of web pages as tabs of google-chrome
- eventually execute $ sudo memtester 1G (when using swap to reach the limit 
again)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1504914

Title:
  System freeze/restart on high memory usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504914/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1504914] Re: System freeze/restart on high memory usage

2015-10-12 Thread yas
Hi Christopher: I've tested it with the latest upstream kernel available
4.3.0-040300rc5 and the problem persist with the same symptoms described
previously. This time tough I've got a crash file  _usr_bin_Xorg.0.crash
but when I've tried to send it as bug report it gives an error and
prevent me to send it. The title of the crash report would be "Xorg
crashed with SIGABRT in __libc_message()". HTH


** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1504914

Title:
  System freeze/restart on high memory usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504914/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1504914] [NEW] System freeze/restart on high memory usage

2015-10-11 Thread yas
Public bug reported:

When a process demands increasingly to the limit of memory available the system 
becomes unusable, mouse start to not respond promptly or not at all, and 
eventually the system resets to the logon screen. 
The expected behavior would be not to lose control of the machine but crash 
eventually the process or application asking for resources. 

What I have done?
- Discard hardware problems, testing memory with memtest86+. No issue detected 
there.
- Test without swap file and with swap file of 4Gb (similar to main memory). 
Same crash.
- Following the advise on 
http://askubuntu.com/questions/41778/computer-freezing-on-almost-full-ram-possibly-disk-cache-problem
 set the sysctl vm.min_free_kbytes and adjust swappiness as described here 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/159356/comments/41
With this adjustment the issue have been reduced drastically, I'm not losing 
control of the system even if it slows down when ramping up the swap use.
- I've not yet tried the suggestion here 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/159356/comments/35 because 
with the previous tip the system is behaving much as expected, but I have it in 
the list to test it if I experiment further crashes.

How did I reproduce it?
- First, I experience this when having several chrome tabs open (chrome is 
eating a lot of memory lately being in tabs or in extensions). It's easy to 
press CTRL+T several times and arrive to a memory limit.
- Second, I experience this when using virtualbox, given that the vm was asking 
half of the memory available, as soon as I open a couple of tabs in chrome in 
the host the system started to be unusable.
- Third, to reproduce it easily I've installed memtester application and run a 
couple of instances of it asking 2G chunks, this effectively reproduce the 
crash very effectively.

Tell me if I should add any other log to help diagnose the issue.
Hope this helps.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-65-generic 3.13.0-65.106
ProcVersionSignature: Ubuntu 3.13.0-65.106-generic 3.13.11-ckt26
Uname: Linux 3.13.0-65-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.15
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  yas3625 F pulseaudio
CurrentDesktop: Unity
Date: Sun Oct 11 10:41:41 2015
InstallationDate: Installed on 2015-01-17 (266 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
MachineType: SAMSUNG ELECTRONICS CO., LTD. 900X3C/900X3D/900X3E/900X4C/900X4D
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-65-generic.efi.signed 
root=UUID=c5d1dcf0-367e-4643-99f9-735befcdaba1 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-65-generic N/A
 linux-backports-modules-3.13.0-65-generic  N/A
 linux-firmware 1.127.15
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/15/2015
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: P11ABK
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: NP900X3E-A01ES
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: FAB1
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP11ABK:bd07/15/2015:svnSAMSUNGELECTRONICSCO.,LTD.:pn900X3C/900X3D/900X3E/900X4C/900X4D:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP900X3E-A01ES:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
dmi.product.name: 900X3C/900X3D/900X3E/900X4C/900X4D
dmi.product.version: 0.1
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1504914

Title:
  System freeze/restart on high memory usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504914/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1504914] Re: System freeze/restart on high memory usage

2015-10-11 Thread yas
** Attachment removed: "WifiSyslog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504914/+attachment/4491481/+files/WifiSyslog.txt

** Attachment removed: "IwConfig.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504914/+attachment/4491470/+files/IwConfig.txt

** Attachment removed: "CRDA.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504914/+attachment/4491467/+files/CRDA.txt

** Attachment removed: "AlsaInfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504914/+attachment/4491465/+files/AlsaInfo.txt

** Attachment removed: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504914/+attachment/4491468/+files/CurrentDmesg.txt

** Attachment removed: "PulseList.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504914/+attachment/4491477/+files/PulseList.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1504914

Title:
  System freeze/restart on high memory usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504914/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1504914] Re: System freeze/restart on high memory usage

2015-10-11 Thread yas
** Tags added: kernel-fixed-upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1504914

Title:
  System freeze/restart on high memory usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504914/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 159356] Re: System freeze on high memory usage

2015-10-11 Thread yas
hi Christopher, filed
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504914 and
subscribed you as suggested to follow it up. HTH

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/159356

Title:
  System freeze on high memory usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/159356/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1504914] Re: System freeze/restart on high memory usage

2015-10-11 Thread yas
I've tested it in the upstream kernel as indicated here: 
https://wiki.ubuntu.com/Kernel/MainlineBuilds
$ uname -a
Linux ultra 3.14.1-031401-generic #201404141220 SMP Mon Apr 14 16:21:48 UTC 
2014 x86_64 x86_64 x86_64 GNU/Linux

It behaves properly when swap is on, and when swap is off it slows down when 
reaching higher limits of memory consumption and finally google-chrome crashes 
and memtester quits when trying to access more than available memory. 
The system stays stable, losing a little of responsiveness (even if CPU is not 
at maximum usage) but being still usable . I guess is reasonable expected and a 
much better behavior. 

It comes already with this default values:
vm.swappiness = 60
vm.min_free_kbytes = 67584
vm.vfs_cache_pressure = 100

Hope this helps.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1504914

Title:
  System freeze/restart on high memory usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1504914/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 159356] Re: System freeze on high memory usage

2015-10-10 Thread yas
I've found this advise to be helpful: 
http://askubuntu.com/questions/41778/computer-freezing-on-almost-full-ram-possibly-disk-cache-problem
 
even without swap file/partition reserving some memory through the
vm.min_free_kbytes parameter help avoid the freeze.
I've reproduce it opening a lot of chrome browser windows (CTRL+t) 
Ubuntu 14.04 (64-bits) Samsung Ultra np900x3a-a01es i5 4Gb RAM SSD

I've added to /etc/sysctl.conf
vm.min_free_kbytes=131072
vm.swappiness=5

HTH

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/159356

Title:
  System freeze on high memory usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/159356/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 920202] Re: bind9 fails to start on precise after clean install

2012-01-24 Thread yas alo
** Changed in: bind9 (Ubuntu Precise)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/920202

Title:
  bind9 fails to start on precise after clean install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/920202/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 239364] Re: doc files link to themselves

2012-01-24 Thread yas alo
** Changed in: sendmail (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/239364

Title:
  doc files link to themselves

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sendmail/+bug/239364/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 149448] Re: errors when installing sendmail (generating sendmail.cf)

2012-01-24 Thread yas alo
** Changed in: sendmail (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/149448

Title:
  errors when installing sendmail (generating sendmail.cf)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sendmail/+bug/149448/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 43752] Re: sendmail spews out error messages at boot

2012-01-24 Thread yas alo
** Changed in: sendmail (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/43752

Title:
  sendmail spews out error messages at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sendmail/+bug/43752/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 472641] Re: package sendmail-bin 8.14.3-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2012-01-24 Thread yas alo
** Changed in: sendmail (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/472641

Title:
  package sendmail-bin 8.14.3-9ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sendmail/+bug/472641/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 329048] Re: Sendmail starts before network up, resulting long delay on boot

2012-01-24 Thread yas alo
** Changed in: sendmail (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/329048

Title:
  Sendmail starts before network up, resulting long delay on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sendmail/+bug/329048/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 260224] Re: clean_queues can cause data loss if there are still Sendmail processes running

2012-01-24 Thread yas alo
** Changed in: sendmail (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/260224

Title:
  clean_queues can cause data loss if there are still Sendmail
  processes running

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sendmail/+bug/260224/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 248596] Re: Sendmail package does not cleanly uninstall.

2012-01-24 Thread yas alo
** Changed in: sendmail (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/248596

Title:
  Sendmail package does not cleanly uninstall.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sendmail/+bug/248596/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 99459] Re: [feisty] sendmail unable to automatically determine domain name

2012-01-24 Thread yas alo
** Changed in: sendmail (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/99459

Title:
  [feisty] sendmail unable to automatically determine domain name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sendmail/+bug/99459/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 56076] Re: postinst prompts for questions outside of debconf

2012-01-24 Thread yas alo
** Changed in: sendmail (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/56076

Title:
  postinst prompts for questions outside of debconf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sendmail/+bug/56076/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 460851] Re: [Errno socket error] [Errno 1] _ssl.c:480: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

2012-01-24 Thread yas alo
** Changed in: ubuntuone-client (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/460851

Title:
  [Errno socket error] [Errno 1] _ssl.c:480: error:14090086:SSL
  routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/460851/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 577856] Re: package sendmail-bin 8.14.3-9.1ubuntu1 failed to install/upgrade:

2012-01-24 Thread yas alo
** Changed in: sendmail (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/577856

Title:
  package sendmail-bin 8.14.3-9.1ubuntu1 failed to install/upgrade:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sendmail/+bug/577856/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 920202] Re: bind9 fails to start on precise after clean install

2012-01-24 Thread yas alo
** Changed in: bind9 (Ubuntu Precise)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/920202

Title:
  bind9 fails to start on precise after clean install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/920202/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318865] Re: sendmail uses 'host' instead of 'getent hosts' to determine local ip resolution

2012-01-24 Thread yas alo
** Changed in: sendmail (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/318865

Title:
  sendmail uses 'host' instead of 'getent hosts' to determine local ip
  resolution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sendmail/+bug/318865/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 303019] Re: sendmail package crashed on install.

2012-01-24 Thread yas alo
** Changed in: sendmail (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/303019

Title:
  sendmail package crashed on install.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sendmail/+bug/303019/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 889408] Re: Cannot add a facebook account: IOError: [Errno socket error] [Errno 1] _ssl.c:503: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol

2012-01-24 Thread yas alo
** Changed in: gwibber (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889408

Title:
  Cannot add a facebook account: IOError: [Errno socket error] [Errno 1]
  _ssl.c:503: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
  protocol

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/889408/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 94665] Re: Wrong module name for Webbrowser.

2012-01-24 Thread yas alo
** Changed in: belpic (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/94665

Title:
  Wrong module name for Webbrowser.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/belpic/+bug/94665/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 70442] Re: /var/run/openct/status: No such file or directory

2012-01-24 Thread yas alo
** Changed in: belpic (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/70442

Title:
  /var/run/openct/status: No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/belpic/+bug/70442/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 882817] Re: shutdown screen stuck after upgrade to Ubuntu 11.10

2011-11-25 Thread Mass-Yas
Hello
I'm trying to get some traces at shutdown adding some commands in 
/etc/rc0.d/S20sendsigs because in my case the shutdown operation keep locked 
after Killing all remaining processes
I've dumped the process list at different steps, but nothing is really 
different between a clean shutdown and a stopped one.
I'm now trying to look at open files with lsof. I hope I will find something 
useful.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/882817

Title:
  shutdown screen stuck after upgrade to Ubuntu 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/882817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 882817] Re: shutdown screen stuck after upgrade to Ubuntu 11.10

2011-11-25 Thread Mass-Yas
I have found this workaround on the forum
http://ubuntuforums.org/showthread.php?p=11403944

Just type this in a root command prompt

cd /etc/init.d  update-rc.d -f umountnfs.sh remove  update-rc.d
umountnfs.sh start 19 0 6 .

It worked for me. It is actually moving the order of umountnfs to call it 
before sendsigs so the nfs share are unmounted before killing all the remaining 
process.
It's not a bug correction, but it works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/882817

Title:
  shutdown screen stuck after upgrade to Ubuntu 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/882817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 882817] Re: shutdown screen stuck after upgrade to Ubuntu 11.10

2011-11-15 Thread Mass-Yas
The trick for me to solve this issue was to manually unmount an nfs share I put 
in /etc/fstab before rebooting/halting the system.
Thanks rupert for pointing this out at #29

For information,  the mouting point I defined is
192.168.1.20:/srv/nfs/ubuntu-11.10-desktop /media/nfs nfs ro 0 0 and i
use it for tftp server.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/882817

Title:
  shutdown screen stuck after upgrade to Ubuntu 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/882817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 815446] Re: system-config-samba.py crashed with ImportError in /usr/share/system-config-samba/mainWindow.py: No module named glade

2011-07-31 Thread yas
I had the same problem. Solved installing python-glade2 from synaptic.
Regards.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815446

Title:
  system-config-samba.py crashed with ImportError in /usr/share/system-
  config-samba/mainWindow.py: No module named glade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-samba/+bug/815446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 818860] Re: system-config-samba.py crashed with ImportError in /usr/share/system-config-samba/mainWindow.py: No module named glade

2011-07-31 Thread yas
*** This bug is a duplicate of bug 673737 ***
https://bugs.launchpad.net/bugs/673737

** This bug has been marked a duplicate of bug 815446
   system-config-samba.py crashed with ImportError in 
/usr/share/system-config-samba/mainWindow.py: No module named glade

** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818860

Title:
  system-config-samba.py crashed with ImportError in /usr/share/system-
  config-samba/mainWindow.py: No module named glade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-samba/+bug/818860/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 818860] Re: system-config-samba.py crashed with ImportError in /usr/share/system-config-samba/mainWindow.py: No module named glade

2011-07-31 Thread yas
*** This bug is a duplicate of bug 673737 ***
https://bugs.launchpad.net/bugs/673737

** This bug is no longer a duplicate of bug 815446
   system-config-samba.py crashed with ImportError in 
/usr/share/system-config-samba/mainWindow.py: No module named glade
** This bug has been marked a duplicate of bug 673737
   missing dependency on python-glade2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/818860

Title:
  system-config-samba.py crashed with ImportError in /usr/share/system-
  config-samba/mainWindow.py: No module named glade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-samba/+bug/818860/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 815446] Re: system-config-samba.py crashed with ImportError in /usr/share/system-config-samba/mainWindow.py: No module named glade

2011-07-31 Thread yas
*** This bug is a duplicate of bug 673737 ***
https://bugs.launchpad.net/bugs/673737

** This bug has been marked a duplicate of bug 673737
   missing dependency on python-glade2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/815446

Title:
  system-config-samba.py crashed with ImportError in /usr/share/system-
  config-samba/mainWindow.py: No module named glade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-samba/+bug/815446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 444500] Re: smb shares listed twice

2011-02-20 Thread yas
I have the same problem in Maverick, if I mount the share using fstab entry I 
get two icons in Places (but with different icons) on of them has no umount 
icon and doesn't work giving error accessing the .smbcredentials and the second 
works well:
//server/sharefolder/media/sharefolder cifs 
users,noperm,credentials=/root/.smbcredentials,iocharset=utf8,uid=,gid=,file_mode=0777,dir_mode=0777
 0 0

insted if I mount it manually using command-line I get right only one icon in 
Places working well:
sudo mount -t cifs server\\sharefolder /media/sharefolder -o 
users,noperm,credentials=/root/.smbcredentials,iocharset=utf8,uid=,gid=,file_mode=0777,dir_mode=0777

Hope this helps solve the issue.
Regards.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/444500

Title:
  smb shares listed twice

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 625670] Re: Not all desktop items are themed

2010-12-07 Thread Mass-Yas
I tested the fix in post 20 but the problem came back again. I may open
a new bug report.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/625670

Title:
  Not all desktop items are themed

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 625670] Re: Not all desktop items are themed

2010-12-05 Thread Mass-Yas
Hello,
I don't know if I have exactly the same bug. Actually, sometimes at login I get 
the old fashion default gnome theme instead of the theme I set. When I click in 
System-Preferences-Appearance generally the right theme is loaded. But some 
icons in the panel like NetworkManager icon is still the gnome default one.
Sometimes, the theme is right at login, but after a while it returns to the old 
default one.
The weird thing is the behavior is not easy to reproduce.
I got twice to reboot the computer because X freezed and its process was 
loading 100% of CPU.
The sure thing is the bug appeard after migrationg from Lucid to Maverick.
My hardware is not very fast compared to what's mentionned here :
Maverick/10.10 32-bit
Intel Core 2 Quad Q8300 
4 GB - DDR2
Intel G31 Express integrated
HDD Samsung Spinpoint F3 1TB 

Please tell me if I can give more details to help.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/625670

Title:
  Not all desktop items are themed

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 666518] [NEW] /lib/xtables/libxt_TEE.so missing in xtables-addons-common v1.26-2

2010-10-25 Thread Yas
Public bug reported:

As in title The kernel module is there but i can't use iptables :

sudo iptables -t mangle -A PREROUTING -j TEE --gateway 192.168.1.1
iptables v1.4.4: unknown option `--gateway'
Try `iptables -h' or 'iptables --help' for more information.

no TEE in xtables-addons-common:

dpkg -L xtables-addons-common | grep TEE | wc -l
0

It was their in Lucd Lynx but, things are broke in Maverick.

Thanks

** Affects: xtables-addons (Ubuntu)
 Importance: Undecided
 Status: New

-- 
/lib/xtables/libxt_TEE.so missing in xtables-addons-common v1.26-2
https://bugs.launchpad.net/bugs/666518
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 296089] Re: casper boot=nfs ipconfig: eth0: SIOCGIFINDEX: No such device

2010-09-17 Thread Mass-Yas
Same problem here with a Toshiba Satellite T130-15T (Network controller: 
Realtek Semiconductor Co., Ltd. Device 8172 (rev 10))
The PXE live boot (Ubuntu 10.04 Lucid CD) worked on my eeePC 901 so the problem 
seems to be related to the material.

-- 
casper boot=nfs ipconfig: eth0: SIOCGIFINDEX: No such device
https://bugs.launchpad.net/bugs/296089
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545859] Re: Adding a facebook account to gwibber fails after logging into facebook

2010-07-07 Thread yas
*** This bug is a duplicate of bug 552227 ***
https://bugs.launchpad.net/bugs/552227

Following the idea that the authorization was finishing ok but the button was 
not visible I manage to try this and it worked for me:
sudo gedit /usr/share/gwibber/ui/gwibber-accounts-dialog.ui
Go to line 276 and insert the following line (this will align the Cancel/Add 
button to the top, avoiding it to go outside the view area).
property name=yalign0/property
Save and try to add the facebook account once again.
Hope it helps.

-- 
Adding a facebook account to gwibber fails after logging into facebook
https://bugs.launchpad.net/bugs/545859
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 496093] Re: [lucid] rt2860 frequently fails to connect to mixed mode WPA/WPA2 secured wireless networks

2010-06-15 Thread Mass-Yas
I have tried to install linux-backports-modules-wireless-lucid-generic package 
from proposed repository and all others ubuntu updates.
I have rebooted my eeePC 901 with this kernel version 2.6.32-23-generic and 
module rt2860sta version 2.1.0.0 is loaded.
I still cannot connect to my wireless router with WPA2 TKIP+AES.
I have this kind of traces in dmesg : wlan0: directprobe to 00:1a:xx:xx:xx:xx 
(try 1) ... (try 2) ... (try 3) and finally timed out
Connection worked well with rsalveti 2.6.32-21 kernel.
Did I miss something ?

-- 
[lucid] rt2860 frequently fails to connect to mixed mode WPA/WPA2 secured 
wireless networks
https://bugs.launchpad.net/bugs/496093
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 525190] Re: Cannot use any memory card after Safely remove

2010-06-12 Thread Yas Maple
I don't know about the original poster, but I do not think this bug is
fixed as of 10.04 final, because I am having the same problem as of June
12th 2010.  I'm using Lucid, in a fresh install from the AMD64 alternate
cd, currently running kernel version 2.6.32-22-generic.  The card reader
in question is an Alcor high speed card reader, plugged into the USB bus
on the motherboard.  After using the safely remove option to unmount a
card, none of the card slots on the reader will mount any card until a
cold reboot is performed.  I'm having this problem with the XD card
slot, as well as the SD slot mentioned by the original poster.  The
eject option isn't causing this problem, and the unmount option didn't
either, although it no longer shows up as an option for me.

-- 
Cannot use any memory card after Safely remove
https://bugs.launchpad.net/bugs/525190
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 572120] [NEW] Freeze when upgrade of fetchmail from hardy to lucid

2010-04-30 Thread Mass-Yas
Public bug reported:

Binary package hint: fetchmail

Upgrade from Ubutu Hardy 8.04 to Ubuntu Lucid 10.04 stays locked on fetchmail 
package configuration.
Killing lucid process and launching sudo dpkg --configure -a shows that a 
password is asked.

** Affects: fetchmail (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Freeze when upgrade of fetchmail from hardy to lucid
https://bugs.launchpad.net/bugs/572120
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 496093] Re: [lucid] rt2860 frequently fails to connect to mixed mode WPA/WPA2 secured wireless networks

2010-04-30 Thread Mass-Yas
Did you try Ricardo's patched kernel you can download at
http://rsalveti.net/pub/ubuntu/kernel/lucid/
That worked for me on eeePC 901.

2010/4/30 Parham D. parhamdibaj...@gmail.com

 Is it possible to somehow do a transplant? Take the 9.04 network
 system and put it in 10.04 so it has WPA2 support.

 --
 [lucid] rt2860 frequently fails to connect to mixed mode WPA/WPA2 secured
 wireless networks
 https://bugs.launchpad.net/bugs/496093
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.


-- 
[lucid] rt2860 frequently fails to connect to mixed mode WPA/WPA2 secured 
wireless networks
https://bugs.launchpad.net/bugs/496093
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 496093] Re: [lucid] rt2860 frequently fails to connect to mixed mode WPA/WPA2 secured wireless networks

2010-04-30 Thread Mass-Yas
Download this file
http://rsalveti.net/pub/ubuntu/kernel/lucid/linux-image-2.6.32-21-generic_2.6.32-21.32rsalveti1_i386.deband
install it using dpkg command or graphical app gdebi.

2010/4/30 Parham D. parhamdibaj...@gmail.com

 Now, how do you install this patched kernel?

 --
 [lucid] rt2860 frequently fails to connect to mixed mode WPA/WPA2 secured
 wireless networks
 https://bugs.launchpad.net/bugs/496093
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.


-- 
[lucid] rt2860 frequently fails to connect to mixed mode WPA/WPA2 secured 
wireless networks
https://bugs.launchpad.net/bugs/496093
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 496093] Re: [lucid] rt2860 frequently fails to connect to mixed mode WPA/WPA2 secured wireless networks

2010-04-23 Thread Mass-Yas
@Andy Whitcroft:
I have just tried to install linux-backports-modules-wireless-2.6.32 package on 
my eeePC 901 but it does not solve the problem for me.
On the other side, Ricardo Salvetri's updated kernel image solved it.

-- 
[lucid] rt2860 frequently fails to connect to mixed mode WPA/WPA2 secured 
wireless networks
https://bugs.launchpad.net/bugs/496093
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 460416] Re: crash appears when executing sudo sysctl -p

2010-04-22 Thread yas
SOLVED running kernel Linux 2.6.31-20

-- 
crash appears when executing sudo sysctl -p
https://bugs.launchpad.net/bugs/460416
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 549027] Re: RaLink RT2860: cannot connect to wpa wpa2 networks

2010-04-21 Thread Mass-Yas
*** This bug is a duplicate of bug 496093 ***
https://bugs.launchpad.net/bugs/496093

Same problem for me with Asus eeePC 901 (with Ralink RT2860).
I could never connect on wireless network with WPA-PSK encryption since I 
upgraded to lucid lynx.
Network manager tries to connect then ask me the key over and over.
Connection is OK on open wireless network.

-- 
RaLink RT2860: cannot connect to wpa  wpa2 networks
https://bugs.launchpad.net/bugs/549027
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 485047] [NEW] package linux-firmware 1.24 failed to install/upgrade when upgrading from jaunty to karmic

2009-11-18 Thread Mass-Yas
Public bug reported:

Binary package hint: linux-firmware

Upgrade from jaunty to karmic.
$ lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

Error messages during the upgrade process : 
The upgrade will continue but the « 
/var/cache/apt/archives/linux-firmware_1.24_all.deb » package may be in a not 
working state. Please consider submitting a bugreport about it.
Sub-process  dpkg-deb --fsys-tarfile returned an error code (2)

linux-firmware:
  Installed : 1.11
  Candidate : 1.24
 Version table :
 1.24 0
500 http://fr.archive.ubuntu.com karmic/main Packages
 *** 1.11 0
100 /var/lib/dpkg/status

ProblemType: Package
Architecture: i386
Date: Wed Nov 18 22:35:09 2009
Dependencies:
 
DistroRelease: Ubuntu 9.10
ErrorMessage:
 ErrorMessage: le paquet linux-firmware est déjà installé et configuré
Package: linux-firmware 1.11
PackageArchitecture: all
ProcVersionSignature: Ubuntu 2.6.28-15.52-generic
SourcePackage: linux-firmware
Title: package linux-firmware 1.11 failed to install/upgrade:
Uname: Linux 2.6.28-15-generic i686

** Affects: linux-firmware (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package linux-firmware 1.24 failed to install/upgrade when upgrading from 
jaunty to karmic
https://bugs.launchpad.net/bugs/485047
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 485047] Re: package linux-firmware 1.24 failed to install/upgrade when upgrading from jaunty to karmic

2009-11-18 Thread Mass-Yas

** Attachment added: dmesg output
   http://launchpadlibrarian.net/35835960/dmesg.tar.gz

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/35835961/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/35835962/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/35835963/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/35835964/VarLogDistupgradeTermlog.gz

-- 
package linux-firmware 1.24 failed to install/upgrade when upgrading from 
jaunty to karmic
https://bugs.launchpad.net/bugs/485047
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 485047] Re: package linux-firmware 1.24 failed to install/upgrade when upgrading from jaunty to karmic

2009-11-18 Thread Mass-Yas
Error during the package download.
To solve the problem : 
$ sudo rm /var/cache/apt/archives/linux-firmware_1.24_all.deb
$ sudo aptitude install linux-firmware


** Changed in: linux-firmware (Ubuntu)
   Status: New = Invalid

-- 
package linux-firmware 1.24 failed to install/upgrade when upgrading from 
jaunty to karmic
https://bugs.launchpad.net/bugs/485047
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 460416] Re: crash appears when executing sudo sysctl -p

2009-10-25 Thread yas

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/34357029/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/34357030/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/34357031/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/34357032/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/34357033/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/34357034/Card0.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/34357036/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/34357039/Dependencies.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/34357040/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/34357043/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/34357047/Lsusb.txt

** Attachment added: OopsText.txt
   http://launchpadlibrarian.net/34357048/OopsText.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/34357049/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/34357050/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/34357051/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/34357052/ProcModules.txt

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/34357053/RfKill.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/34357054/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/34357055/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/34357056/WifiSyslog.txt

-- 
crash appears when executing sudo sysctl -p
https://bugs.launchpad.net/bugs/460416
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 460416] [NEW] crash appears when executing sudo sysctl -p

2009-10-25 Thread yas
Public bug reported:

after tuning ipv4 for setting broadband tweaking parameters
with a new user different than ubuntu
runing from usb pendrive persistent (created from the live cd)
wireless network icon disapears
download speed reduced to 1Mbit

# adsl speed tweak 10Mbit
net.core.rmem_default = 511104
net.core.rmem_max = 1022208
net.core.wmem_default = 511104
net.core.wmem_max = 1022208
net.ipv4.tcp_wmem = 4096 127776 511104
net.ipv4.tcp_rmem = 4096 127776 1022208
net.ipv4.tcp_mem = 1022208 1022208 1022208
net.ipv4.tcp_rfc1337 = 1
net.ipv4.ip_no_pmtu_disc = 0
net.ipv4.tcp_sack = 1
net.ipv4.tcp_fack = 1
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_ecn = 0
net.ipv4.route.flush = 1

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  yas5401 F pulseaudio
  gdm5968 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf6ffc000 irq 21'
   Mixer name   : 'SigmaTel STAC9228'
   Components   : 'HDA:83847616,10280209,00100402'
   Controls  : 29
   Simple ctrls  : 19
Date: Sun Oct 25 14:02:25 2009
DistroRelease: Ubuntu 9.10
Failure: oops
LiveMediaBuild: Ubuntu 9.10 Karmic Koala - Release Candidate i386 (20091020.3)
MachineType: Dell Inc. XPS M1330
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
ProcCmdLine: BOOT_IMAGE=/casper/vmlinuz noprompt cdrom-detect/try-usb=true 
persistent file=/cdrom/preseed/hostname.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
SourcePackage: linux
Tags: kernel-oops
Title: BUG: scheduling while atomic: swapper/0/0x1001
Uname: Linux 2.6.31-14-generic i686
dmi.bios.date: 12/26/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A15
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd12/26/2008:svnDellInc.:pnXPSM1330:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: XPS M1330
dmi.sys.vendor: Dell Inc.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-kerneloops i386 kernel-oops

-- 
crash appears when executing sudo sysctl -p
https://bugs.launchpad.net/bugs/460416
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 241813] Re: pidgin does not allow typing in chat fields after switching desktops with compiz

2008-12-20 Thread Yas Maple
I'm having the problem intermittently with Pidgin at the moment, but I am
having the problem in some other programs, although not gedit; at the time I
filed the bug, I had only noticed it happening in Pidgin because I use that
most often.  It does happen with with my terminal (I'm currently using the
xfce one rather than the gnome one, but I just checked the gnome one and the
same thing happens).  I can get text input back in any of these by right
clicking but obviously something is not working correctly.  I'm not having
the problem with Firefox or Open Office.  I'm still using Hardy, with kernel
2.6.24-21-rt (there was a bug involving serial-usb adapters for which I've
been holding back on updating because of).  I've got an nvidia XFX Gforce
7600GT graphics card.

~Yas

On Sat, Dec 20, 2008 at 11:52 AM, Magnus S magnus.sut...@gmail.com
wrote:

 Hi, is this bug still reproducible?
 Is it only happening in Pidgin, not in gedit for example?

 //magnus

 ** Changed in: pidgin (Ubuntu)
   Status: New = Incomplete

 --
 pidgin does not allow typing in chat fields after switching desktops with
 compiz
 https://bugs.launchpad.net/bugs/241813
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in pidgin source package in Ubuntu: Incomplete

 Bug description:
 Binary package hint: pidgin

 When using pidgin 2.4.1 in Ubuntu 8.04 kernel 2.6.24-19-rt with Compiz's
 rotating desktop feature turned on, Pidgin will not allow me to input text
 into chat windows after switching to a different desktop and then switching
 back.  This is not a full crash, as it can be worked around by going into
 the font options menu in the chat window and selecting Reset Formatting,
 which will allow input again, but it is still annoying.  This problem is
 specifically with the rotating desktop feature, as I have tested it with
 Compiz turned off, and with the desktop wall in place of the destop cube,
 and the bug does not present itself.


-- 
pidgin does not allow typing in chat fields after switching desktops with compiz
https://bugs.launchpad.net/bugs/241813
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 294155] Re: Update to 2.6.27.4 stable kernel

2008-12-04 Thread Yas
Was suffering from the following bug :

daa0b0ad2666acdb331e6611ca790fd0dfe6a1b0 PCI hotplug: cpqphp: fix kernel
NULL pointer dereference

Upgrading to linux-image-2.6.27-10-server from proposed has fix this
issue for me! thanks... Was causing me issues from a fresh install... so
the quicker it get's pushed out, the better imho. As it prevents the
server from booting correctly.

-- 
Update to 2.6.27.4 stable kernel
https://bugs.launchpad.net/bugs/294155
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 220355] Re: Error during upgrade from Xubuntu gutsy to hardy

2008-07-16 Thread Mass-Yas
Hi,

Sorry, but I am now using ubuntu and I've installed it from Hardy. I can't
give you informations about this issue anymore.

Thanks for your support.

2008/7/16 Sergio Barjola [EMAIL PROTECTED]:

 Hi,
 is this still happening this issue? If yes, can you add your
 /etc/apt/sources.list ? Thank you.

 --
 Error during upgrade from Xubuntu gutsy to hardy
 https://bugs.launchpad.net/bugs/220355
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Error during upgrade from Xubuntu gutsy to hardy
https://bugs.launchpad.net/bugs/220355
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 241813] [NEW] pidgin does not allow typing in chat fields after switching desktops with compiz

2008-06-20 Thread Yas Maple
Public bug reported:

Binary package hint: pidgin

When using pidgin 2.4.1 in Ubuntu 8.04 kernel 2.6.24-19-rt with Compiz's
rotating desktop feature turned on, Pidgin will not allow me to input
text into chat windows after switching to a different desktop and then
switching back.  This is not a full crash, as it can be worked around by
going into the font options menu in the chat window and selecting Reset
Formatting, which will allow input again, but it is still annoying.
This problem is specifically with the rotating desktop feature, as I
have tested it with Compiz turned off, and with the desktop wall in
place of the destop cube, and the bug does not present itself.

** Affects: pidgin (Ubuntu)
 Importance: Undecided
 Status: New

-- 
pidgin does not allow typing in chat fields after switching desktops with compiz
https://bugs.launchpad.net/bugs/241813
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220355] Re: Error during upgrade from Xubuntu gutsy to hardy

2008-04-21 Thread Mass-Yas

** Attachment added: apt.log
   http://launchpadlibrarian.net/13688265/apt.log

-- 
Error during upgrade from Xubuntu gutsy to hardy
https://bugs.launchpad.net/bugs/220355
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220355] [NEW] Error during upgrade from Xubuntu gutsy to hardy

2008-04-21 Thread Mass-Yas
Public bug reported:

Cannot upgrade Xubuntu to hardy with the command sudo update-manage -d
No solution can be found for the xubuntu-desktop package.

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Error during upgrade from Xubuntu gutsy to hardy
https://bugs.launchpad.net/bugs/220355
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 136469] Re: toshiba p100 series dsdt acpi error no sound, works with acpi turned off.

2007-09-07 Thread Yas
I can confirm this issue A bit more info:

Sound was working fine with custom DSDT in Feisty. I done a clean
install of Gutsy Tribe 5 and DSDT is in initrd but fails to work (it is
being loaded).

Model: Toshiba Satelite p100-PSPA3E (with 2.40 firmware)
http://pastebin.ca/685466 (for output of alsa-info)

Not sure if its ACPI or Alsa issue... i had a quick look thought kernel
changelogs but could see anything obvious

-- 
toshiba p100 series dsdt acpi error no sound, works with acpi turned off.
https://bugs.launchpad.net/bugs/136469
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 103664] Message in Feisty French version

2007-04-06 Thread Mass-Yas
Public bug reported:

Binary package hint: gksu

In the french version of Feisty Fawn : 
If you launch gksudo with Capslock enabled, the following message appears on 
the window :
le vérouillage numérique est actif (Numlock is enabled)
but Numlock is disable, and Capslock is enabled
I don't know if it is only a translation problem.

** Affects: gksu (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Message in Feisty French version
https://bugs.launchpad.net/bugs/103664
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 85435] Re: Custom DSDT doesnt appear to work with initrd in 2.6.20-8-generic kernel

2007-02-20 Thread Yas
** Tags added: acpi dsdt initrd

-- 
Custom DSDT doesnt appear to work with initrd in 2.6.20-8-generic kernel
https://launchpad.net/bugs/85435

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 85435] Custom DSDT doesnt appear to work with initrd in 2.6.20-8-generic kernel

2007-02-15 Thread Yas
Public bug reported:

Binary package hint: linux-image-2.6.20-8-generic

Upon trying to use a custom DSDT file to try and fix sound+ACPI issues
with my laptop, i found that the DSDT isn't being loaded by initrd.

Below are the steps i took:

cp ./DSDT.aml /etc/initramfs-tools/DSDT.aml
update-initramfs -k 2.6.20-8-generic -u (running -v shows that DSDT.aml is 
copied to initrd file)
Reboot system

Upon reboot the following command show no result:

dmesg | grep Looking for DSDT in initramfs

Also just running dmesg | grep DSDT shows the following:

[0.00] ACPI: DSDT (v001 TOSQCI   Denver 0x0604 MSFT
0x0300) @ 0x

Which i am if iam not mistaken shows that the default BIOS dsdt was
loaded (the MS one). Custom DSDT works fine in edgy... just doesnt
appear to work in fesity.

Thanks

** Affects: linux-source-2.6.20 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Custom DSDT doesnt appear to work with initrd in 2.6.20-8-generic kernel
https://launchpad.net/bugs/85435

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs