[Bug 371191] Re: Corrupted file system ext3 after Jaunty 64 upgrade

2009-05-29 Thread tts
I think I can confirm solution too. I haven't had any corrupted file
system problems any more since I switched from SATA compatibility mode
to AHCI. Yesterday I converted ext3 to ext4 partition and system is
still stable.

-- 
Corrupted file system ext3 after Jaunty 64 upgrade
https://bugs.launchpad.net/bugs/371191
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 371191] Re: Corrupted file system ext3 after Jaunty 64 upgrade

2009-05-21 Thread tts
I have the same problem on Dell M6300. After upgrade Ubuntu 8.10 64 bit
to Ubuntu 9.04 64 bit sometimes after system shutdown, and turn it on
disk is checked and fcsk report errors on ext3 partition. Sometimes
durring normal work ext3 partition stop being writable or I can't access
to my home folder. Yesterday I have to fix grub because it stoped with
error code 2.

-- 
Corrupted file system ext3 after Jaunty 64 upgrade
https://bugs.launchpad.net/bugs/371191
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 371191] Re: Corrupted file system ext3 after Jaunty 64 upgrade

2009-05-24 Thread tts
After all updates Ubuntu 9.04 64bit behaves in the same way - sometimes reports 
errors on ext3 partition.
Yesterday I installed fresh copy of Ubuntu 9.04 64bit from official alternate 
CD. System installed successfully but, after second reboot, GRUB stopped with 
error code 17.

-- 
Corrupted file system ext3 after Jaunty 64 upgrade
https://bugs.launchpad.net/bugs/371191
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 371191] Re: Corrupted file system ext3 after Jaunty 64 upgrade

2009-05-26 Thread tts
With reference to my previous posts on file system crash on Dell M6300,
I must say that this issue doesnt apear on my second workstation (PC:
Asus P5E Deluxe, 4GB RAM, c...@3ghz, etc...). First I used this
workstation with Ubuntu Studio 8.10 64bit, and after upgrade to Ubuntu
Studio 9.04 64bit with ext3 file system everything works fine. Even
after last upgrade ext3 to ext4.

-- 
Corrupted file system ext3 after Jaunty 64 upgrade
https://bugs.launchpad.net/bugs/371191
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 367762] [NEW] Trac 0.11.1 login crashed after upgrade Ubuntu Server from 8.10 to 9.04

2009-04-27 Thread tts
Public bug reported:

After upgrade Ubuntu Server from 8.10 to 8.04 version I can't login to and 
synchronize tasks with Eclipse in Trac projects:
1. login link missing, 
2. after write URL to login page i got: No handler matched request to /login
3. trying to reconfigure permission via terminal and after command:
trac-admin /path/to/project permission add admin TRAC_ADMIN
i get:
/var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: 
the sets module is deprecated
  from sets import ImmutableSet
New admin is created but can't log in via HTTP.
4. Trying synchronize tasks from Trac in Eclipse finishes error: HTTP Error 404

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Trac 0.11.1 login crashed after upgrade Ubuntu Server from 8.10 to 9.04
https://bugs.launchpad.net/bugs/367762
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 367762] Re: Trac 0.11.1 login crashed after upgrade Ubuntu Server from 8.10 to 9.04

2009-04-27 Thread tts
** Description changed:

  After upgrade Ubuntu Server from 8.10 to 8.04 version I can't login to and 
synchronize tasks with Eclipse in Trac projects:
  1. login link missing, 
  2. after write URL to login page i got: No handler matched request to /login
  3. trying to reconfigure permission via terminal and after command:
  trac-admin /path/to/project permission add admin TRAC_ADMIN
  i get:
  /var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: 
the sets module is deprecated
from sets import ImmutableSet
+ 
+ and:
+ 
+ 
/usr/local/lib/python2.6/dist-packages/TracAccountManager-0.2.1dev_r5479-py2.6.egg/acct_mgr/pwhash.py:13:
 DeprecationWarning: the md5 module is deprecated; use hashlib instead
+ 
/usr/local/lib/python2.6/dist-packages/TracAccountManager-0.2.1dev_r5479-py2.6.egg/acct_mgr/pwhash.py:13:
 DeprecationWarning: the sha module is deprecated; use the hashlib module 
instead
+ /var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: 
the sets module is deprecated
+   from sets import ImmutableSet
+ Traceback (most recent call last):
+   File "/usr/local/bin/trac-admin", line 8, in 
+ load_entry_point('Trac==0.11.1', 'console_scripts', 'trac-admin')()
+   File "/usr/lib/python2.6/dist-packages/trac/admin/console.py", line 1295, 
in run
+ return admin.onecmd(command)
+   File "/usr/lib/python2.6/dist-packages/trac/admin/console.py", line 123, in 
onecmd
+ rv = cmd.Cmd.onecmd(self, line) or 0
+   File "/usr/lib/python2.6/cmd.py", line 219, in onecmd
+ return func(arg)
+   File "/usr/lib/python2.6/dist-packages/trac/admin/console.py", line 416, in 
do_permission
+ self._do_permission_add(user, action)
+   File "/usr/lib/python2.6/dist-packages/trac/admin/console.py", line 453, in 
_do_permission_add
+ self._permsys.grant_permission(user, action)
+   File "/usr/lib/python2.6/dist-packages/trac/perm.py", line 320, in 
grant_permission
+ self.store.grant_permission(username, action)
+   File "/usr/lib/python2.6/dist-packages/trac/perm.py", line 226, in 
grant_permission
+ (username, action))
+   File "/usr/lib/python2.6/dist-packages/trac/db/util.py", line 50, in execute
+ return self.cursor.execute(sql_escape_percent(sql), args)
+   File "/usr/lib/python2.6/dist-packages/trac/db/sqlite_backend.py", line 58, 
in execute
+ args or [])
+   File "/usr/lib/python2.6/dist-packages/trac/db/sqlite_backend.py", line 50, 
in _rollback_on_error
+ return function(self, *args, **kwargs)
+ 
  New admin is created but can't log in via HTTP.
  4. Trying synchronize tasks from Trac in Eclipse finishes error: HTTP Error 
404

-- 
Trac 0.11.1 login crashed after upgrade Ubuntu Server from 8.10 to 9.04
https://bugs.launchpad.net/bugs/367762
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 367762] Re: Trac 0.11.1 login crashed after upgrade Ubuntu Server from 8.10 to 9.04

2009-04-28 Thread tts
** Description changed:

  After upgrade Ubuntu Server from 8.10 to 8.04 version I can't login to and 
synchronize tasks with Eclipse in Trac projects:
  1. login link missing, 
  2. after write URL to login page i got: No handler matched request to /login
  3. trying to reconfigure permission via terminal and after command:
  trac-admin /path/to/project permission add admin TRAC_ADMIN
  i get:
  /var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: 
the sets module is deprecated
from sets import ImmutableSet
  
  and:
  
  
/usr/local/lib/python2.6/dist-packages/TracAccountManager-0.2.1dev_r5479-py2.6.egg/acct_mgr/pwhash.py:13:
 DeprecationWarning: the md5 module is deprecated; use hashlib instead
  
/usr/local/lib/python2.6/dist-packages/TracAccountManager-0.2.1dev_r5479-py2.6.egg/acct_mgr/pwhash.py:13:
 DeprecationWarning: the sha module is deprecated; use the hashlib module 
instead
  /var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: 
the sets module is deprecated
from sets import ImmutableSet
  Traceback (most recent call last):
File "/usr/local/bin/trac-admin", line 8, in 
  load_entry_point('Trac==0.11.1', 'console_scripts', 'trac-admin')()
File "/usr/lib/python2.6/dist-packages/trac/admin/console.py", line 1295, 
in run
  return admin.onecmd(command)
File "/usr/lib/python2.6/dist-packages/trac/admin/console.py", line 123, in 
onecmd
  rv = cmd.Cmd.onecmd(self, line) or 0
File "/usr/lib/python2.6/cmd.py", line 219, in onecmd
  return func(arg)
File "/usr/lib/python2.6/dist-packages/trac/admin/console.py", line 416, in 
do_permission
  self._do_permission_add(user, action)
File "/usr/lib/python2.6/dist-packages/trac/admin/console.py", line 453, in 
_do_permission_add
  self._permsys.grant_permission(user, action)
File "/usr/lib/python2.6/dist-packages/trac/perm.py", line 320, in 
grant_permission
  self.store.grant_permission(username, action)
File "/usr/lib/python2.6/dist-packages/trac/perm.py", line 226, in 
grant_permission
  (username, action))
File "/usr/lib/python2.6/dist-packages/trac/db/util.py", line 50, in execute
  return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib/python2.6/dist-packages/trac/db/sqlite_backend.py", line 58, 
in execute
  args or [])
File "/usr/lib/python2.6/dist-packages/trac/db/sqlite_backend.py", line 50, 
in _rollback_on_error
  return function(self, *args, **kwargs)
  
  New admin is created but can't log in via HTTP.
  4. Trying synchronize tasks from Trac in Eclipse finishes error: HTTP Error 
404
+ 
+ 
+ UPDATE:
+ After today system update, and reinstall Trac XML-RPC Plugin from trunk 
everything back to normal.

-- 
Trac 0.11.1 login crashed after upgrade Ubuntu Server from 8.10 to 9.04
https://bugs.launchpad.net/bugs/367762
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 367762] Re: Trac 0.11.1 login crashed after upgrade Ubuntu Server from 8.10 to 9.04

2009-04-28 Thread tts
UPDATE:
After today system update, and reinstall Trac XML-RPC Plugin from trunk 
everything back to normal.

** Description changed:

  After upgrade Ubuntu Server from 8.10 to 8.04 version I can't login to and 
synchronize tasks with Eclipse in Trac projects:
  1. login link missing, 
  2. after write URL to login page i got: No handler matched request to /login
  3. trying to reconfigure permission via terminal and after command:
  trac-admin /path/to/project permission add admin TRAC_ADMIN
  i get:
  /var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: 
the sets module is deprecated
from sets import ImmutableSet
  
  and:
  
  
/usr/local/lib/python2.6/dist-packages/TracAccountManager-0.2.1dev_r5479-py2.6.egg/acct_mgr/pwhash.py:13:
 DeprecationWarning: the md5 module is deprecated; use hashlib instead
  
/usr/local/lib/python2.6/dist-packages/TracAccountManager-0.2.1dev_r5479-py2.6.egg/acct_mgr/pwhash.py:13:
 DeprecationWarning: the sha module is deprecated; use the hashlib module 
instead
  /var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: 
the sets module is deprecated
from sets import ImmutableSet
  Traceback (most recent call last):
File "/usr/local/bin/trac-admin", line 8, in 
  load_entry_point('Trac==0.11.1', 'console_scripts', 'trac-admin')()
File "/usr/lib/python2.6/dist-packages/trac/admin/console.py", line 1295, 
in run
  return admin.onecmd(command)
File "/usr/lib/python2.6/dist-packages/trac/admin/console.py", line 123, in 
onecmd
  rv = cmd.Cmd.onecmd(self, line) or 0
File "/usr/lib/python2.6/cmd.py", line 219, in onecmd
  return func(arg)
File "/usr/lib/python2.6/dist-packages/trac/admin/console.py", line 416, in 
do_permission
  self._do_permission_add(user, action)
File "/usr/lib/python2.6/dist-packages/trac/admin/console.py", line 453, in 
_do_permission_add
  self._permsys.grant_permission(user, action)
File "/usr/lib/python2.6/dist-packages/trac/perm.py", line 320, in 
grant_permission
  self.store.grant_permission(username, action)
File "/usr/lib/python2.6/dist-packages/trac/perm.py", line 226, in 
grant_permission
  (username, action))
File "/usr/lib/python2.6/dist-packages/trac/db/util.py", line 50, in execute
  return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib/python2.6/dist-packages/trac/db/sqlite_backend.py", line 58, 
in execute
  args or [])
File "/usr/lib/python2.6/dist-packages/trac/db/sqlite_backend.py", line 50, 
in _rollback_on_error
  return function(self, *args, **kwargs)
  
  New admin is created but can't log in via HTTP.
  4. Trying synchronize tasks from Trac in Eclipse finishes error: HTTP Error 
404
- 
- 
- UPDATE:
- After today system update, and reinstall Trac XML-RPC Plugin from trunk 
everything back to normal.

-- 
Trac 0.11.1 login crashed after upgrade Ubuntu Server from 8.10 to 9.04
https://bugs.launchpad.net/bugs/367762
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 406184] [NEW] package linux-source-2.6.28 2.6.28-13.45 failed to install/upgrade: kr?tki odczyt w buffer_copy (uruchomiony dpkg-deb podczas "./usr/src/linux-source-2.6.28.tar.bz2")

2009-07-28 Thread tts
Public bug reported:

tom...@brander:~$ sudo aptitude safe-upgrade 
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności   
Odczyt informacji o stanie... Gotowe
Odczyt dodatkowych informacji o stanie  
Inicjalizacja stanów pakietów... Gotowe
Następujące pakiety zostaną zaktualizowane:
  linux-source-2.6.28 
1 pakietów aktualizowanych, 0 instalowanych, 0 do usunięcia i 0 nie 
aktualizowanych.
Do pobrania 0B/57,1MB archiwów. Zajęte po rozpakowaniu: 205kB.
Kontynuować? [Y/n/?] 
Zapisywanie dodatkowych informacji o stanie... Gotowe
(Odczytywanie bazy danych ... 236273 plików i katalogów obecnie 
zainstalowanych.)
Przygotowanie do zastąpienia linux-source-2.6.28 2.6.28-13.45 (wykorzystując 
.../linux-source-2.6.28_2.6.28-14.47_all.deb) ...
Rozpakowanie pakietu zastępującego linux-source-2.6.28 ...
dpkg-deb: podproces paste został zabity sygnałem (Broken pipe)
dpkg: błąd przetwarzania 
/var/cache/apt/archives/linux-source-2.6.28_2.6.28-14.47_all.deb (--unpack):
 krótki odczyt w buffer_copy (uruchomiony dpkg-deb podczas 
"./usr/src/linux-source-2.6.28.tar.bz2")
Wystąpiły błędy podczas przetwarzania:
 /var/cache/apt/archives/linux-source-2.6.28_2.6.28-14.47_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Instalacja pakietu nie powiodła się. Próba odtworzenia:
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności   
Odczyt informacji o stanie... Gotowe
Odczyt dodatkowych informacji o stanie  
Inicjalizacja stanów pakietów... Gotowe

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 9.04
ErrorMessage: krótki odczyt w buffer_copy (uruchomiony dpkg-deb podczas 
"./usr/src/linux-source-2.6.28.tar.bz2")
HibernationDevice: RESUME=UUID=e0c0238b-ca3c-459d-a76c-96eecad1f81c
MachineType: System manufacturer P5Q-PRO
NonfreeKernelModules: nvidia
Package: linux-source-2.6.28 2.6.28-13.45
PackageArchitecture: all
ProcCmdLine: root=UUID=a2672460-722b-48a2-8e98-0efe5d324da6 ro splash vga=773
ProcVersionSignature: Ubuntu 2.6.28-11.42-generic
SourcePackage: linux
Title: package linux-source-2.6.28 2.6.28-13.45 failed to install/upgrade: 
krótki odczyt w buffer_copy (uruchomiony dpkg-deb podczas 
"./usr/src/linux-source-2.6.28.tar.bz2")

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


** Tags: amd64 apport-package

-- 
package linux-source-2.6.28 2.6.28-13.45 failed to install/upgrade: kr?tki 
odczyt w buffer_copy (uruchomiony dpkg-deb podczas 
"./usr/src/linux-source-2.6.28.tar.bz2")
https://bugs.launchpad.net/bugs/406184
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 406184] Re: package linux-source-2.6.28 2.6.28-13.45 failed to install/upgrade: kr?tki odczyt w buffer_copy (uruchomiony dpkg-deb podczas "./usr/src/linux-source-2.6.28.tar.bz2")

2009-07-28 Thread tts

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/29653621/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/29653622/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/29653623/Dependencies.txt

** Attachment added: "DpkgTerminalLog.gz"
   http://launchpadlibrarian.net/29653624/DpkgTerminalLog.gz

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/29653625/HalComputerInfo.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/29653626/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/29653627/Lsusb.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/29653628/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/29653629/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/29653630/ProcModules.txt

-- 
package linux-source-2.6.28 2.6.28-13.45 failed to install/upgrade: kr?tki 
odczyt w buffer_copy (uruchomiony dpkg-deb podczas 
"./usr/src/linux-source-2.6.28.tar.bz2")
https://bugs.launchpad.net/bugs/406184
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 481581] [NEW] package phpmyadmin 4:3.1.2-1ubuntu0.2 failed to install/upgrade: podproces post-installation script zwr?ci? kod b??du 1

2009-11-12 Thread tts
Public bug reported:

Binary package hint: phpmyadmin

__

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 9.04
ErrorMessage: podproces post-installation script zwrócił kod błędu 1
NonfreeKernelModules: nvidia
Package: phpmyadmin 4:3.1.2-1ubuntu0.2
PackageArchitecture: all
SourcePackage: phpmyadmin
Title: package phpmyadmin 4:3.1.2-1ubuntu0.2 failed to install/upgrade: 
podproces post-installation script zwrócił kod błędu 1
Uname: Linux 2.6.28-16-generic x86_64

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


** Tags: amd64 apport-package

-- 
package phpmyadmin 4:3.1.2-1ubuntu0.2 failed to install/upgrade: podproces 
post-installation script zwr?ci? kod b??du 1
https://bugs.launchpad.net/bugs/481581
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 481581] Re: package phpmyadmin 4:3.1.2-1ubuntu0.2 failed to install/upgrade: podproces post-installation script zwr?ci? kod b??du 1

2009-11-12 Thread tts

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/35590520/Dependencies.txt

** Attachment added: "DpkgTerminalLog.gz"
   http://launchpadlibrarian.net/35590521/DpkgTerminalLog.gz

-- 
package phpmyadmin 4:3.1.2-1ubuntu0.2 failed to install/upgrade: podproces 
post-installation script zwr?ci? kod b??du 1
https://bugs.launchpad.net/bugs/481581
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 484042] Re: synaptic crashed with SIGSEGV in pango_ot_info_get()

2009-11-16 Thread tts

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/35775496/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/35775497/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/35775498/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/35775499/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/35775500/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/35775501/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/35775502/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/35775503/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
synaptic crashed with SIGSEGV in pango_ot_info_get()
https://bugs.launchpad.net/bugs/484042
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 562259] Re: firefox-bin crashed with SIGSEGV in Type::Find()

2010-04-13 Thread tts
** Visibility changed to: Public

-- 
firefox-bin crashed with SIGSEGV in Type::Find()
https://bugs.launchpad.net/bugs/562259
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 367762] Re: Trac 0.11.1 login crashed after upgrade Ubuntu Server from 8.10 to 9.04

2010-04-13 Thread tts
** Changed in: ubuntu
   Status: New => Confirmed

** Changed in: ubuntu
   Status: Confirmed => In Progress

** Changed in: ubuntu
   Status: In Progress => Confirmed

** Changed in: ubuntu
   Status: Confirmed => New

-- 
Trac 0.11.1 login crashed after upgrade Ubuntu Server from 8.10 to 9.04
https://bugs.launchpad.net/bugs/367762
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 531805] [NEW] after upgrade kernel from 2.6.31-18 to 2.6.31-20

2010-03-04 Thread tts
Public bug reported:

__

ProblemType: Bug
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  tomasz 2634 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf9ff8000 irq 22'
   Mixer name   : 'Realtek ALC1200'
   Components   : 'HDA:10ec0888,104382fe,00100101'
   Controls  : 40
   Simple ctrls  : 22
CheckboxCommand: alsa_record_playback
CheckboxDescription:
 Pair a Bluetooth headset with your system.  Then open the volume control 
application by right-clicking on the speaker icon in the panel and selecting 
"Sound Preferences".  Select the "Input" tab and choose your Bluetooth device.  
Select the "Output" tab and choose your Bluetooth device.  When you are done, 
click the Test button, then speak into the microphone. After a few seconds, 
your speech will be played back to you.
 
 Czy usłyszałaś(-eś) swój głos?
CheckboxSubmission: dfeac6146f5d3a0868c7a0a665d4334a
CheckboxSystem: 55b657bbc38f91af710483f750e65579
CheckboxTest: alsa_record_playback_bluetooth
Date: Thu Mar  4 10:52:03 2010
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: alsa-base 1.0.20+dfsg-1ubuntu5
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 LANG=pl_PL.UTF-8
 LANGUAGE=pl_PL.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-20.57-generic
SourcePackage: alsa-driver
Tags: checkbox-bug
Uname: Linux 2.6.31-20-generic x86_64

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug checkbox-bug

-- 
after upgrade kernel from 2.6.31-18 to 2.6.31-20
https://bugs.launchpad.net/bugs/531805
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 531805] Re: after upgrade kernel from 2.6.31-18 to 2.6.31-20

2010-03-04 Thread tts

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/40140042/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/40140043/AplayDevices.txt

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/40140044/ArecordDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/40140045/BootDmesg.txt

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

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

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/40140048/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/40140049/Dependencies.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/40140050/PciMultimedia.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/40140051/XsessionErrors.txt

-- 
after upgrade kernel from 2.6.31-18 to 2.6.31-20
https://bugs.launchpad.net/bugs/531805
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 531805] Re: after upgrade kernel from 2.6.31-18 to 2.6.31-20

2010-03-04 Thread tts
Sound doesn't work or stop working after random period of time.

-- 
after upgrade kernel from 2.6.31-18 to 2.6.31-20
https://bugs.launchpad.net/bugs/531805
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 466177] Re: update-manager crashed with ImportError in ()

2010-01-29 Thread tts
No. After system update this problem no longer exists.

-- 
update-manager crashed with ImportError in ()
https://bugs.launchpad.net/bugs/466177
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 464363] [NEW] package openoffice.org-emailmerge 1:3.1.1-1ubuntu1~jaunty1 failed to install/upgrade:

2009-10-30 Thread tts
Public bug reported:

Binary package hint: openoffice.org


ProblemType: Package
Architecture: amd64
Date: Fri Oct 30 08:45:14 2009
DistroRelease: Ubuntu 9.10
ErrorMessage:
 ErrorMessage: pakiet openoffice.org-emailmerge jest już zainstalowany i 
skonfigurowany
NonfreeKernelModules: nvidia
Package: openoffice.org-emailmerge 1:3.1.1-1ubuntu1~jaunty1
PackageArchitecture: all
ProcVersionSignature: Ubuntu 2.6.28-16.55-generic
SourcePackage: openoffice.org
Title: package openoffice.org-emailmerge 1:3.1.1-1ubuntu1~jaunty1 failed to 
install/upgrade:
Uname: Linux 2.6.28-16-generic x86_64

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package

-- 
package openoffice.org-emailmerge 1:3.1.1-1ubuntu1~jaunty1 failed to 
install/upgrade: 
https://bugs.launchpad.net/bugs/464363
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 464363] Re: package openoffice.org-emailmerge 1:3.1.1-1ubuntu1~jaunty1 failed to install/upgrade:

2009-10-30 Thread tts

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/34662872/Dependencies.txt

** Attachment added: "VarLogDistupgradeAptlog.gz"
   http://launchpadlibrarian.net/34662873/VarLogDistupgradeAptlog.gz

** Attachment added: "VarLogDistupgradeApttermlog.gz"
   http://launchpadlibrarian.net/34662874/VarLogDistupgradeApttermlog.gz

** Attachment added: "VarLogDistupgradeMainlog.gz"
   http://launchpadlibrarian.net/34662875/VarLogDistupgradeMainlog.gz

** Attachment added: "VarLogDistupgradeMainlogpartial.gz"
   http://launchpadlibrarian.net/34662876/VarLogDistupgradeMainlogpartial.gz

** Attachment added: "VarLogDistupgradeTermlog.gz"
   http://launchpadlibrarian.net/34662877/VarLogDistupgradeTermlog.gz

-- 
package openoffice.org-emailmerge 1:3.1.1-1ubuntu1~jaunty1 failed to 
install/upgrade: 
https://bugs.launchpad.net/bugs/464363
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 474027] Re: nautilus crashed with SIGSEGV in __run_exit_handlers()

2009-11-04 Thread tts
** Visibility changed to: Public

-- 
nautilus crashed with SIGSEGV in __run_exit_handlers()
https://bugs.launchpad.net/bugs/474027
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 473194] Re: nvidia-settings crashed with SIGSEGV in g_closure_invoke()

2009-11-04 Thread tts
** Visibility changed to: Public

-- 
nvidia-settings crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/473194
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 473192] Re: seahorse-agent assert failure: ERROR:iop-profiles.c:606:IOP_generate_profiles: assertion failed: (obj && (obj->profile_list == NULL) && obj->orb)

2009-11-04 Thread tts
** Visibility changed to: Public

-- 
seahorse-agent assert failure: ERROR:iop-profiles.c:606:IOP_generate_profiles: 
assertion failed: (obj && (obj->profile_list == NULL) && obj->orb)
https://bugs.launchpad.net/bugs/473192
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 471665] Re: SysmonitorScreenlet.py crashed with TypeError in on_draw()

2009-11-04 Thread tts
** Visibility changed to: Public

-- 
SysmonitorScreenlet.py crashed with TypeError in on_draw()
https://bugs.launchpad.net/bugs/471665
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 470132] Re: seahorse-agent assert failure: ERROR:iop-profiles.c:606:IOP_generate_profiles: assertion failed: (obj && (obj->profile_list == NULL) && obj->orb)

2009-11-04 Thread tts
*** This bug is a duplicate of bug 473192 ***
https://bugs.launchpad.net/bugs/473192

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 473192
   seahorse-agent assert failure: 
ERROR:iop-profiles.c:606:IOP_generate_profiles: assertion failed: (obj && 
(obj->profile_list == NULL) && obj->orb)

-- 
seahorse-agent assert failure: ERROR:iop-profiles.c:606:IOP_generate_profiles: 
assertion failed: (obj && (obj->profile_list == NULL) && obj->orb)
https://bugs.launchpad.net/bugs/470132
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 466177] Re: update-manager crashed with ImportError in ()

2009-11-04 Thread tts
** Visibility changed to: Public

-- 
update-manager crashed with ImportError in ()
https://bugs.launchpad.net/bugs/466177
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 466175] Re: flux crashed with SIGSEGV

2009-11-04 Thread tts
** Visibility changed to: Public

-- 
flux crashed with SIGSEGV
https://bugs.launchpad.net/bugs/466175
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 466176] Re: update-manager crashed with ImportError in ()

2009-11-04 Thread tts
*** This bug is a duplicate of bug 466177 ***
https://bugs.launchpad.net/bugs/466177

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 466177
   update-manager crashed with ImportError in ()

-- 
update-manager crashed with ImportError in ()
https://bugs.launchpad.net/bugs/466176
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 466174] Re: apport-gtk crashed with ImportError in ()

2009-11-04 Thread tts
*** This bug is a duplicate of bug 466173 ***
https://bugs.launchpad.net/bugs/466173

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 466173
   apport-gtk crashed with ImportError in ()

-- 
apport-gtk crashed with ImportError in ()
https://bugs.launchpad.net/bugs/466174
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 466173] Re: apport-gtk crashed with ImportError in ()

2009-11-04 Thread tts
** Visibility changed to: Public

-- 
apport-gtk crashed with ImportError in ()
https://bugs.launchpad.net/bugs/466173
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 464361] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2009-11-04 Thread tts
** Visibility changed to: Public

-- 
gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()
https://bugs.launchpad.net/bugs/464361
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 464362] Re: package_hook crashed with IOError in write()

2009-11-04 Thread tts
** Visibility changed to: Public

-- 
package_hook crashed with IOError in write()
https://bugs.launchpad.net/bugs/464362
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 475874] Re: SysmonitorScreenlet.py crashed with TypeError in on_draw()

2009-11-05 Thread tts

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/35194475/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/35194476/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/35194477/ProcStatus.txt

** Attachment added: "Traceback.txt"
   http://launchpadlibrarian.net/35194478/Traceback.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/35194479/XsessionErrors.txt

** Visibility changed to: Public

-- 
SysmonitorScreenlet.py crashed with TypeError in on_draw()
https://bugs.launchpad.net/bugs/475874
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