[Bug 1890815] Re: vainfo requires a nvidia sofile not in repositories

2020-09-19 Thread Goro Daimon
Canonical doesn't even care about its users. This is a bad support.

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

Title:
  vainfo requires a nvidia sofile not in repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libva-utils/+bug/1890815/+subscriptions

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

[Bug 1890815] Re: vainfo requires a nvidia sofile not in repositories

2020-09-18 Thread Goro Daimon
When will they fix this error?

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

Title:
  vainfo requires a nvidia sofile not in repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libva-utils/+bug/1890815/+subscriptions

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

[Bug 599249] Re: umount of NTFS-3g Filesystem occasionally freezes, produces kernel oops

2010-07-09 Thread daimon
I have fixed the problem by commenting out the bug throwing line in the
kernel source:

--- fs/inode.c  2010-07-08 11:23:05.243232762 +0200
+++ fs/inode.c  2010-07-05 14:29:41.599608689 +0200
@@ -320,7 +320,8 @@
might_sleep();
invalidate_inode_buffers(inode);
 
-   BUG_ON(inode-i_data.nrpages); 
+/* stk 20100705 nbsp GmbH fix inode/fuse fuck
+   BUG_ON(inode-i_data.nrpages); */
BUG_ON(!(inode-i_state  I_FREEING));
BUG_ON(inode-i_state  I_CLEAR);
inode_sync_wait(inode);

As far as I can see, this is a false alarm on behalf of inode.c. Right?

-- 
umount of NTFS-3g Filesystem occasionally freezes, produces kernel oops
https://bugs.launchpad.net/bugs/599249
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 599249] Re: umount of NTFS-3g Filesystem occasionally freezes, produces kernel oops

2010-07-09 Thread daimon
--- fs/inode.c 2010-07-08 11:23:05.243232762 +0200
+++ fs/inode.c 2010-07-05 14:29:41.599608689 +0200
@@ -320,7 +320,8 @@
  might_sleep();
  invalidate_inode_buffers(inode);

- BUG_ON(inode-i_data.nrpages);
+/* stk 20100705 nbsp GmbH fix inode/fuse fuck
+ BUG_ON(inode-i_data.nrpages); */
  BUG_ON(!(inode-i_state  I_FREEING));
  BUG_ON(inode-i_state  I_CLEAR);
  inode_sync_wait(inode);

** Changed in: ntfs-3g (Ubuntu)
   Status: New = Opinion

** Changed in: ntfs-3g (Ubuntu)
   Status: Opinion = New

-- 
umount of NTFS-3g Filesystem occasionally freezes, produces kernel oops
https://bugs.launchpad.net/bugs/599249
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 599249] [NEW] umount of NTFS-3g Filesystem occasionally freezes, produces kernel oops

2010-06-28 Thread daimon
Public bug reported:

Binary package hint: ntfs-3g

Hi,

When trying to unmount a ntfs-3g filesystem, the umount command
occasionally locks up and cannot be killed, even by using kill -9. At
the same time, a kernel BUG is filed in /var/log/syslog (attached).

Additional Information: The NTFS Filesystem is a remote block device
(snapshot) served via Fibre-Channel from a HP EVA 4400 SAN. The local
endpoint is a QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI
Express HBA. I could not discern any problems with this hardware, this
is just for completeness of information.

Reproducible: occasionally, not on demand. Happens approx. twice per
week / every ~75 mounts.

Resolution: The server has to be rebooted. init 6 doesn't work (the
first killing init-script hangs), so only a hard reset works afaik.


System Information:

# lsb_release -rd
Description:Ubuntu 10.04 LTS (Server)
Release:10.04


# uname -a
Linux ixsubu40 2.6.32-22-server #36-Ubuntu SMP Thu Jun 3 20:38:33 UTC 2010 
x86_64 GNU/Linux


ntfs-3g: 1:2010.3.6-1ubuntu1


# cat /proc/cpuinfo 
processor   : 0(-3)
vendor_id   : GenuineIntel
cpu family  : 6
model   : 26
model name  : Intel(R) Xeon(R) CPU   E5502  @ 1.87GHz
stepping: 5
cpu MHz : 1861.702
cache size  : 4096 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 2
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 11
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm 
constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf 
pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 
popcnt lahf_lm tpr_shadow vnmi flexpriority ept vpid
bogomips: 3723.40
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:


/var/log/syslog:
Jun 26 22:02:19 ixsubu40 kernel: [137294.838375] [ cut here 
]
Jun 26 22:02:19 ixsubu40 kernel: [137294.838608] kernel BUG at 
/build/buildd/linux-2.6.32/fs/inode.c:323!
Jun 26 22:02:19 ixsubu40 kernel: [137294.838883] invalid opcode:  [#1] SMP 
Jun 26 22:02:19 ixsubu40 kernel: [137294.839199] last sysfs file: 
/sys/devices/pci:00/:00:07.0/:05:00.1/irq
Jun 26 22:02:19 ixsubu40 kernel: [137294.839548] CPU 1 
Jun 26 22:02:19 ixsubu40 kernel: [137294.839722] Modules linked in: ch osst st 
sch_tbf cls_u32 sch_htb kvm_intel kvm ocfs2_dlmfs ocfs2_stack_o2cb ocfs2_dlm o
cfs2_nodemanager ocfs2_stackglue configfs nfsd exportfs nfs lockd nfs_acl 
auth_rpcgss sunrpc fbcon tileblit font joydev bitblit softcursor vga16fb 
vgastate p
smouse serio_raw ioatdma bonding 8021q garp stp lp parport usbhid hid ses 
enclosure usb_storage mptsas qla2xxx mptscsih scsi_transport_fc mptbase floppy 
scsi
_transport_sas scsi_tgt igb dca aacraid
Jun 26 22:02:19 ixsubu40 kernel: [137294.845219] Pid: 52, comm: kswapd0 Not 
tainted 2.6.32-22-server #36-Ubuntu X8DT3
Jun 26 22:02:19 ixsubu40 kernel: [137294.845561] RIP: 0010:[8115b078] 
 [8115b078] clear_inode+0xe8/0x100
Jun 26 22:02:19 ixsubu40 kernel: [137294.846001] RSP: :8800bb213b20  
EFLAGS: 00010202
Jun 26 22:02:19 ixsubu40 kernel: [137294.846241] RAX:  RBX: 
8801a3a6c500 RCX: 0040
Jun 26 22:02:19 ixsubu40 kernel: [137294.846577] RDX:  RSI: 
 RDI: 8801a3a6c500
Jun 26 22:02:19 ixsubu40 kernel: [137294.846913] RBP: 8800bb213b30 R08: 
8800bb213980 R09: 000e
Jun 26 22:02:19 ixsubu40 kernel: [137294.847246] R10: 0001 R11: 
 R12: 
Jun 26 22:02:19 ixsubu40 kernel: [137294.858719] R13: 81a18a80 R14: 
 R15: 8801b9d520f0
Jun 26 22:02:19 ixsubu40 kernel: [137294.881911] FS:  () 
GS:88000484() knlGS:
Jun 26 22:02:19 ixsubu40 kernel: [137294.905009] CS:  0010 DS: 0018 ES: 0018 
CR0: 8005003b
Jun 26 22:02:19 ixsubu40 kernel: [137294.916888] CR2: 036bc620 CR3: 
000157ade000 CR4: 26e0
Jun 26 22:02:19 ixsubu40 kernel: [137294.940931] DR0:  DR1: 
 DR2: 
Jun 26 22:02:19 ixsubu40 kernel: [137294.965605] DR3:  DR6: 
0ff0 DR7: 0400
Jun 26 22:02:19 ixsubu40 kernel: [137294.990685] Process kswapd0 (pid: 52, 
threadinfo 8800bb212000, task 8800bbffdbc0)
Jun 26 22:02:19 ixsubu40 kernel: [137295.016079] Stack:
Jun 26 22:02:19 ixsubu40 kernel: [137295.028681]  8800bb213b30 
8801a3a6c500 8800bb213b60 8115b7c6
Jun 26 22:02:19 ixsubu40 kernel: [137295.041707] 0 8801a3a6c500 
8801a3a6c500 8800bb213c20 
Jun 26 22:02:19 ixsubu40 kernel: [137295.067417] 0 8800bb213b80 

[Bug 599249] Re: umount of NTFS-3g Filesystem occasionally freezes, produces kernel oops

2010-06-28 Thread daimon

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

-- 
umount of NTFS-3g Filesystem occasionally freezes, produces kernel oops
https://bugs.launchpad.net/bugs/599249
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 91559] Re: prelude-manager install script

2010-03-03 Thread daimon
still happens in karmic!

-- 
prelude-manager install script
https://bugs.launchpad.net/bugs/91559
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 392699] Re: upgrade of ubiquity fails in install.py

2009-06-27 Thread daimon
seems to be resolved today in 1.13.6.

-- 
upgrade of ubiquity fails in install.py
https://bugs.launchpad.net/bugs/392699
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 392699] [NEW] upgrade of ubiquity fails in install.py

2009-06-26 Thread daimon
Public bug reported:

Binary package hint: ubiquity

on Karmic, development branch, current update

#apt-get dist-upgrade
[...]
Setting up ubiquity (1.13.5) ...
Compiling /usr/share/ubiquity/install.py ...
SyntaxError: ('invalid syntax', ('/usr/share/ubiquity/install.py', 564, 37, '   
 os.path.exists(manifest):\n'))

pycentral: pycentral pkginstall: error byte-compiling files (42)
pycentral pkginstall: error byte-compiling files (42)
dpkg: error processing ubiquity (--configure):
 subprocess post-installation script returned error exit status 1

ProblemType: Package
Architecture: i386
Date: Fri Jun 26 21:28:19 2009
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess post-installation script returned error exit status 1
NonfreeKernelModules: nvidia
Package: ubiquity 1.13.5
ProcVersionSignature: Ubuntu 2.6.30-10.12-generic
SourcePackage: ubiquity
Title: package ubiquity 1.13.5 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
Uname: Linux 2.6.30-10-generic i686

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


** Tags: apport-package i386

-- 
upgrade of ubiquity fails in install.py
https://bugs.launchpad.net/bugs/392699
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 392699] Re: upgrade of ubiquity fails in install.py

2009-06-26 Thread daimon

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/28438875/AptOrdering.txt

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

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/28438877/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/28438878/DpkgTerminalLog.gz

** Attachment added: UbiquitySyslog.gz
   http://launchpadlibrarian.net/28438879/UbiquitySyslog.gz

-- 
upgrade of ubiquity fails in install.py
https://bugs.launchpad.net/bugs/392699
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