[Bug 1465322] Re: regression: "df: `/sys/kernel/debug': Function not implemented" with 3.2.0-85.122

2015-06-16 Thread Agesp Anonymous
Please note, does this bug affect any other software but just df command?
(definitely kernel related, after update from 3.2.0-84 to 3.2.0-86)

My setup is also affected by this bug:

$ df -h
df: ”/sys/kernel/debug”: Funktion toteutus puuttuu
Tiedostojärjestelmä  Koko  Käyt Vapaa Käy% Liitospiste
/dev/sda1 22G  4,2G   16G  21% /
...

$ LANG=C  df -h
df: `/sys/kernel/debug': Function not implemented
Filesystem  Size  Used Avail Use% Mounted on
/dev/sda122G  4.2G   16G  21% /
...

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.5 LTS"

$ uname -a
Linux machine 3.2.0-86-generic-pae #123-Ubuntu SMP Sun Jun 14 18:30:54 UTC 2015 
i686 athlon i386 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/1465322

Title:
  regression: "df: `/sys/kernel/debug': Function not implemented" with
  3.2.0-85.122

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

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

[Bug 1097790] [NEW] update of unattended-upgrades and apport: warning/error messages during update

2013-01-09 Thread Agesp Anonymous
Public bug reported:

(2013-01-09)

I'm using Xubuntu 10.4.4 LTS, and on recent update, this happened:

Some warning or error messages can be seen while the recent update of 
unattended-upgrades and apport packages.
Those messages can be later seen in /var/log/apt/term.log:

--8<--8<--8<--8<--
...
Valmistellaan paketin apport 1.13.3-0ubuntu2.1 vaihtamista (käyttäen pakettia 
.../apport_1.13.3-0ubuntu2.2_all.deb)...
stop: Unknown instance:
Puretaan korvaavaa apport-pakettia...
...
Tehdään asetuksia: unattended-upgrades (0.55ubuntu8) ...
update-rc.d: warning: unattended-upgrades start runlevel arguments (none) do 
not match LSB Default-Start values (0 6)
update-rc.d: warning: unattended-upgrades stop runlevel arguments (0 6) do not 
match LSB Default-Stop values (none)
...
Tehdään asetuksia: apport (1.13.3-0ubuntu2.2) ...
start: Job failed to start
...
--8<--8<--8<--8<--

I'm not using unattended-upgrades myself (and my intention is not to
enable it) - but this is just confusing: it seems to try setting some
startup stuff anyway. Then again, the warning messages looks like some
king of bug to me. I'm some kind of perfectionist myself (sorry for
that) and i'm just guessing: Does it work properly?

The machine seems to reboot nicely after update though, and without
extra errors.. :)

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: unattended-upgrades 0.55ubuntu8
ProcVersionSignature: Ubuntu 2.6.32-45.101-generic 2.6.32.60+drm33.26
Uname: Linux 2.6.32-45-generic i686
Architecture: i386
Date: Wed Jan  9 15:50:46 2013
InstallationMedia: Xubuntu 10.04 "Lucid Lynx" - Release i386 (20100429)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=fi_FI.utf8
 SHELL=/bin/bash
SourcePackage: unattended-upgrades

** Affects: unattended-upgrades (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

** Attachment added: "/var/log/apt/term.log"
   https://bugs.launchpad.net/bugs/1097790/+attachment/3478026/+files/term.log

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

Title:
  update of unattended-upgrades and apport: warning/error messages
  during update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1097790/+subscriptions

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

[Bug 550559] Re: hdd problems, failed command: READ FPDMA QUEUED

2012-01-08 Thread Agesp Anonymous
Same here:

- The previous, aged Ubuntu 9.10 (Karmic Koala) worked without trouble.
- Fresh install from CD: Ubuntu 11.10 (Oneiric Ocelot)

After copying from backups (from several different medias ofcourse) the same 
situation can be seen:
See http://skalaria.japo.fi/HDD-errors.txt

In my case the machine hung on logout (Ok, i should not repeat all that
we already know...let's search for the real culprit)

What the error messages tells to me?:

failed command: READ FPDMA QUEUED
- I understand this is the command is sent to the HD.
- As far as i know/remember, DRDY refers to "Data Ready" signal on 
microcontrollers. Nothing to it...
- "cmd" is the sent command (shown in HEX there) to the disk controller and the 
"res" might refer to "response" (as i see it) that is also shown translated in 
the syslog: "(timeout)"

The latest "timeout" combined the others idea of changing HD drives and
power supplies, sounds mostly something like CONTROLLER TIMING PROBLEM
(or accompanied POWER problem) to me. Why some other HDD works, is
explained by this: they have slightly different timing.

And no, it is not the hardware failing, because it affects everyone with
different hardware specs. How the drive is actually controlled?  I don't
know. But it is because of the kernel update/upgrade, not the hardware
change, i'm roughly 100% sure to tell it must be the kernel code that
has changed. Nothing else. It is possibly setting/driving the controller
wrong, or overlapping the data, think about HDD is already responding.
What happens? Bits fall.

What we can do is to get the kernel developers to check the code from
when the problem appeared first time. I can confirm that SATA drive is
affected, and not PATA. This is critical because it corrupts a data.

Anyway, i could roughly say this problem has nothing to do with:
- Power supply, PATA, SATA, or other HDD drives, replacement of them (several 
setups)
- the idea of copying data or accessing disk drives in general (f.e. 2 
simultaneous cp commands shouldn't affect)
- the type of filesystem (ext3/ext4)
- Static electricity, asteroids or cosmic rays (a connection cut and open pins 
would - but after Ubuntu upgrade?)

Rather something like:
- HDD drivers (failing kernel code, modules), overlapping HDD handling code?
- The method the disk is accessed
- Bus or code lock-ups/hangs by wrong settings or power control(?)
- Intermittent extra access to HDD, during (large) transfer 
- Timing of signals, simultaneous try use of disk by kernel, or added/removed 
delay from the code

Please note this is my assumption and it is only a ROUGH GUESS what's
going on. But We shouldn't be changing hardware because of that.

Shortly: One bit has changed in the kernel. Some code needs to be
examined and fixed.

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

Title:
  hdd problems, failed command: READ FPDMA QUEUED

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

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


[Bug 873130] Re: Broken X login screen after kernel security update (10/2011)

2011-11-14 Thread Agesp Anonymous
This bug also seems to appear in 2.6.32-35.78 kernel update, similiar to 
2.6.32-34.77.

Now running linux-image-2.6.32-36.79 (from proposed) - and seems to work
fine. No other bugs recognized yet after some testing. Logs are fine.

Could someone set the tags appropriately if required. (I have no idea of
the logic - I'm more like an "end user", really, and English is far off
my native language, but i try my best, and spent a lot of hours for all
this already.)

Thanks!

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

Title:
  Broken X login screen after kernel security update (10/2011)

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

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


[Bug 873130] Re: Broken X login screen after kernel security update (10/2011)

2011-10-13 Thread Agesp Anonymous
Yes, this seems to fix the issue. Currently running and as for now everything 
looks & sounds nice.
I thought that removal of linux-generic and linux-image-generic packages was 
needed to remove and replace with the test kernel. Was that Ok?

Thanks a lot and keep up the good work!

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

Title:
  Broken X login screen after kernel security update (10/2011)

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

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


[Bug 873130] [NEW] Broken X login screen after kernel security update (10/2011)

2011-10-12 Thread Agesp Anonymous
Public bug reported:

The X login screen breaks up in Xubuntu 10.04.3 LTS, after i have
upgraded my kernel.

kernel 2.6.32-33-generic worked fine, 2.6.32-34-generic garbled the
login screen: No buttons, only the login screen background and panel
below, copies of the mouse cursor and some garbage. No text.

I *can* log in by guessing what happens in the screen (no text shown...)
- the Xubuntu desktop opens, with background and the panels, but most of
the panel widgets are "missing" and I must only guess what should be on
screen: something should appear, but nothing can be seen. The terminals
(Ctrl+F1...F6) works nicely though.

Possibly affected packages (my guess): linux, xorg, gdm, xfwm4

Temporary fix: By choosing kernel 2.6.32-33 in boot time

Can be reproductable: By choosing kernel 2.6.32-34 in boot time

What changed:
(here is a part of the diff against the new(<) and old(>) version):
(most suspectable diff parts, selected from /var/log:  dmesg, messages, debug, 
daemon.log, syslog, kern.log):

< [TIMESTAMP] Linux version 2.6.32-34-generic (buildd@vernadsky)
 (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #77-Ubuntu SMP
 Tue Sep 13 19:40:53 UTC 2011 (Ubuntu 2.6.32-34.77-generic 2.6.32.44+drm33.19)
---
> [TIMESTAMP] Linux version 2.6.32-33-generic (buildd@zirconium)
 (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #72-Ubuntu SMP
 Fri Jul 29 21:08:37 UTC 2011 (Ubuntu 2.6.32-33.72-generic 2.6.32.41+drm33.18)

< [TIMESTAMP] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-34-generic
 root=UUID=b68f5eec-3aa8-4780-a47e-c3bd1e26389c ro quiet splash
---
> [TIMESTAMP] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-33-generic
 root=UUID=b68f5eec-3aa8-4780-a47e-c3bd1e26389c ro quiet splash

< [TIMESTAMP] [drm] nouveau :01:00.0:
 allocated 1280x1024 fb: 0x45000, bo dfbb9c00
---
> [TIMESTAMP] [drm] nouveau :01:00.0:
 allocated 1280x1024 fb: 0x45000, bo df015800

...
< [TIME] wader kernel: [TIMESTAMP] [drm] nouveau :01:00.0: validate: -12
< [TIME] wader kernel: [TIMESTAMP] [drm] nouveau :01:00.0: validate: -12
< [TIME] wader acpid: client 920[0:0] has disconnected
< [TIME] wader acpid: client connected from 920[0:0]
< [TIME] wader acpid: 1 client rule loaded
< [TIME] wader kernel: [TIMESTAMP] [drm] nouveau :01:00.0: validate: -12
< [TIME] wader kernel: [TIMESTAMP] [drm] nouveau :01:00.0: validate: -12
< [TIME] wader kernel: [TIMESTAMP] [drm] nouveau :01:00.0: validate: -12
< [TIME] wader kernel: [TIMESTAMP] [drm] nouveau :01:00.0: validate: -12
...

(...and continues with ~100 more validate messages...)


The differences in /var/log/Xorg.0.log (and /var/log/gdm/:0.log) between new 
and old kernel versions:

< Current Operating System: Linux wader 2.6.32-34-generic #77-Ubuntu SMP
 Tue Sep 13 19:40:53 UTC 2011 i686
> Current Operating System: Linux wader 2.6.32-33-generic #72-Ubuntu SMP
 Fri Jul 29 21:08:37 UTC 2011 i686

< Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-34-generic
 root=UUID=b68f5eec-3aa8-4780-a47e-c3bd1e26389c ro quiet splash
> Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-33-generic
 root=UUID=b68f5eec-3aa8-4780-a47e-c3bd1e26389c ro quiet splash

< (II) NOUVEAU(0): Opened GPU channel 1
< (II) NOUVEAU(0): [DRI2] Setup complete
< (II) NOUVEAU(0): GART: 32MiB available
< (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer

> (II) NOUVEAU(0): Opened GPU channel 1
> (II) NOUVEAU(0): [DRI2] Setup complete
> (II) NOUVEAU(0): GART: 32MiB available
> (EE) NOUVEAU(0): Unable to allocate GART memory


So it looks like, the (currently running) old kernel 2.6.32-33 didn't allocate 
GART. My best guess is that GART thing was somewhat enabled in new kernel 
update. It haven't been enabled before, with Xubuntu 10.4 installed, according 
to previous logs.

And yet, it could be something with my Nvidia RIVA TNT2 graphics card
and nouveau kernel driver..?

I'm pretty sure it is the kernel package that causes this problem. I can
try uploading /var/log/apt/history.log if needed for more suspects.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-34-generic 2.6.32-34.77
Regression: Yes
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.32-33.72-generic 2.6.32.41+drm33.18
Uname: Linux 2.6.32-33-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: AudioPCI [Ensoniq AudioPCI], device 0: ES1371/1 [ES1371 DAC2/ADC]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  agemixer   1269 F xfce4-mixer-plu
  agemixer   1276 F pulseaudio
  agemixer   1304 F xfce4-volumed
CRDA: Error: [Errno 2] Tiedostoa tai hakemistoa ei ole
Card0.Amixer.info:
 Card hw:0 'AudioPCI'/'Ensoniq AudioPCI ENS1371 at 0xa000, irq 10'
   Mixer name   : 'SigmaTel STAC9721,23'
   Components   : 'AC97a:83847609'
   Controls  : 36
   Simple ctrls  : 23
CurrentDm

[Bug 873130] Re: Broken X login screen after kernel security update (10/2011)

2011-10-12 Thread Agesp Anonymous
** Attachment added: "list of recently updated packages"
   
https://bugs.launchpad.net/bugs/873130/+attachment/2539342/+files/var_log_apt_history.log

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

Title:
  Broken X login screen after kernel security update (10/2011)

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

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


[Bug 653270] Re: Totem playing DVD crashes on rewind

2010-10-01 Thread Agesp Anonymous

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/653270/+attachment/1664726/+files/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/653270/+attachment/1664727/+files/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/653270/+attachment/1664728/+files/ProcStatus.txt

** Attachment added: "XsessionErrors.txt"
   
https://bugs.launchpad.net/bugs/653270/+attachment/1664729/+files/XsessionErrors.txt

-- 
Totem playing DVD crashes on rewind
https://bugs.launchpad.net/bugs/653270
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 653270] [NEW] Totem playing DVD crashes on rewind

2010-10-01 Thread Agesp Anonymous
Public bug reported:


I recorded a movie on DVD+R disk with a LG DR7500 DVD recorder and wanted to 
test it works with my Ubuntu PC. Totem plays the DVD, but when trying to 
rewind/forward, the totem crashes.

When running totem from terminal, it gives out the following messages each 
second when playing a movie:
*** libdvdread: CHECK_VALUE failed in nav_read.c:263 ***
*** for dsi->dsi_gi.zero1 == 0 ***
( for full listing of the messages you can find here: 
http://skalaria.japo.fi/totem-errors.txt )

Now, when you fast forward or rewind from gui, it crashes (terminates) and 
outputs a "liukulukupoikkeus" (=floating point exception) error message, with 
outputing the following to /var/log/messages :
Oct  1 22:52:42 pirtti-desktop kernel: [12630.206252] totem[2970] trap divide 
error ip:7fd335aa45a1 sp:7fff38631c80 error:0 in 
libresindvd.so[7fd335a89000+2d000]

I have no idea if this is a bug in code, or incompatibility in the video
stream or the drives. I can give more information for your request if
needed. It would be nice if this one can be solved.

The actual movie and chapter selection, practically [<<] and [>>] works
fine. Just selecting the other time position on the video, crashes.

lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

totem 2.28.2-0ubuntu3

ProblemType: Bug
Architecture: amd64
Date: Fri Oct  1 22:58:38 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/totem
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
NonfreeKernelModules: nvidia
Package: libgstreamer0.10-0 0.10.25-2
ProcEnviron:
 LANG=fi_FI.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-22.65-generic
SourcePackage: gstreamer0.10
Uname: Linux 2.6.31-22-generic x86_64

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
Totem playing DVD crashes on rewind
https://bugs.launchpad.net/bugs/653270
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