[Bug 89558] Re: Soft Lockup, hdc: drive not ready for command

2008-03-14 Thread jeduan
Hi nomad, I solved the problem by replacing the optical unit. Perhaps
you should try the same.

-- 
Soft Lockup, hdc: drive not ready for command
https://bugs.launchpad.net/bugs/89558
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 152816] plone-site doesn't ask for admin user/pass on installation

2007-10-14 Thread jeduan
Public bug reported:

Binary package hint: plone-site

On gutsy, installing the package has not a (at least not an obvious) way to 
assign the admin user/pass, so when you go to http://localhost:8081/manage you 
get confronted to a login screen to which you obviously don't know the details.
Also the user/pass (if any) are not documented (at least not in an obvious 
place)

** Affects: zope-cmfplone (Ubuntu)
 Importance: Undecided
 Status: New

-- 
plone-site doesn't ask for admin user/pass on installation
https://bugs.launchpad.net/bugs/152816
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 89587] Re: PHP function snippet does not work correctly

2007-03-04 Thread jeduan
** Description changed:

  Binary package hint: gedit-plugins
  
- In gedit 2.16.1, using the php function snippet, by writing functiontab on 
a php file displays incorrectly, like this:
+ In gedit 2.16.1, using the php function snippet, by writing functiontab on 
a php file changes to this:
public function FunctionName (${3: $value${5:=''} })
{
  # code...
}
  
- As I've found no other nested variable snippets in the default bundles,
- I'm guessing that probably this is not a snippet typo.
+ I've managed to fix the ${5 part by adding a space after value, however, I 
have not found a way to fix the $3 part.
+ As I couldn't find another nested snippet, I can't test if this is a typo or 
a feature not yet implemented.

** Tags added: bundle php snippet

-- 
PHP function snippet does not work correctly
https://launchpad.net/bugs/89587

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


[Bug 89558] Soft Lockup, hdc: drive not ready for command

2007-03-03 Thread jeduan
Public bug reported:

Binary package hint: linux-source-2.6.17

Randomly, when using my BenQ Joybook 2100, the system will just freeze.

I suppose by viewing the logs it's a cd drive related problem. The model
is  MATSHITAUJ-840D, ATAPI CD/DVD-ROM drive.

Aparently, the problem is less frequent when there is a CD (I have been
using a blank cd) on the drive.

Usually I know there will be a system freeze when 
dmesg | grep hdc starts displaying
Mar  1 00:16:01 localhost kernel: [17184818.952000] hdc: drive not ready for 
command
Mar  1 00:16:01 localhost kernel: [17184818.952000] hdc: status error: 
status=0x58 { DriveReady SeekComplete DataRequest }

Also switching to a terminal (Ctrl-Alt-F1) will get a terminal flooded
by hdc: drive not ready for command just before the freeze

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

-- 
Soft Lockup, hdc: drive not ready for command
https://launchpad.net/bugs/89558

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


[Bug 89558] Re: Soft Lockup, hdc: drive not ready for command

2007-03-03 Thread jeduan
Lspci -vv

** Attachment added: Lspci -vv output
   http://librarian.launchpad.net/6608687/lspci-vv.txt

-- 
Soft Lockup, hdc: drive not ready for command
https://launchpad.net/bugs/89558

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


[Bug 89558] Re: Soft Lockup, hdc: drive not ready for command

2007-03-03 Thread jeduan
lspci -vvv output

** Attachment added: lspci -vvv output
   http://librarian.launchpad.net/6608689/lspci-vvv.txt

-- 
Soft Lockup, hdc: drive not ready for command
https://launchpad.net/bugs/89558

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


[Bug 89558] Re: Soft Lockup, hdc: drive not ready for command

2007-03-03 Thread jeduan

** Attachment added: cat /proc/cpuinfo output
   http://librarian.launchpad.net/6608690/cpuinfo.txt

-- 
Soft Lockup, hdc: drive not ready for command
https://launchpad.net/bugs/89558

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


[Bug 89558] Re: Soft Lockup, hdc: drive not ready for command

2007-03-03 Thread jeduan
This is a log that happened in a system crash.

** Attachment added: Kern.log output from a error
   http://librarian.launchpad.net/6608694/kern.log

** Description changed:

  Binary package hint: linux-source-2.6.17
  
  Randomly, when using my BenQ Joybook 2100, the system will just freeze.
  
  I suppose by viewing the logs it's a cd drive related problem. The model
  is  MATSHITAUJ-840D, ATAPI CD/DVD-ROM drive.
  
  Aparently, the problem is less frequent when there is a CD (I have been
  using a blank cd) on the drive.
+ 
+ Usually I know there will be a system freeze when 
+ dmesg | grep hdc starts displaying
+ Mar  1 00:16:01 localhost kernel: [17184818.952000] hdc: drive not ready for 
command
+ Mar  1 00:16:01 localhost kernel: [17184818.952000] hdc: status error: 
status=0x58 { DriveReady SeekComplete DataRequest }
+ 
+ Also switching to a terminal (Ctrl-Alt-F1) will get a terminal flooded
+ by hdc: drive not ready for command just before the freeze

-- 
Soft Lockup, hdc: drive not ready for command
https://launchpad.net/bugs/89558

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


[Bug 89587] PHP function snippet does not work correctly

2007-03-03 Thread jeduan
Public bug reported:

Binary package hint: gedit-plugins

In gedit 2.16.1, using the php function snippet, by writing functiontab on a 
php file displays incorrectly, like this:
  public function FunctionName (${3: $value${5:=''} })
  {
# code...
  }

As I've found no other nested variable snippets in the default bundles,
I'm guessing that probably this is not a snippet typo.

** Affects: gedit-plugins (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
PHP function snippet does not work correctly
https://launchpad.net/bugs/89587

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


[Bug 87626] Random Crash

2007-02-24 Thread jeduan
Public bug reported:

Binary package hint: gaim

I'm not quite sure what happened before this crash, Gaim was just out of
the sign in process in both Jabber and MSN accounts when this happened.

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

-- 
Random Crash
https://launchpad.net/bugs/87626

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


[Bug 87626] Re: Random Crash

2007-02-24 Thread jeduan
*** This bug is a duplicate of bug 54459 ***

Excuse me, It's probably a duplicate of #54459.
From the trace:
 Core was generated by `gaim'.
 Program terminated with signal 11, Segmentation fault.
 #0  0xb6955af3 in msn_switchboard_release () from /usr/lib/gaim/libmsn.so
 Dump of assembler code from 0xb6955af3 to 0xb6955b13:
 0xb6955af3 msn_switchboard_release+1523: testb  $0x1,0x10(%esi)
 0xb6955af7 msn_switchboard_release+1527: mov0x8(%eax),%eax
 0xb6955afa msn_switchboard_release+1530: mov(%eax),%edi
 0xb6955afc msn_switchboard_release+1532: jne0xb6955b1d 
msn_switchboard_release+1565
 0xb6955afe msn_switchboard_release+1534: mov0x1c(%esi),%eax
 0xb6955b01 msn_switchboard_release+1537: test   %eax,%eax
 0xb6955b03 msn_switchboard_release+1539: je 0xb6955b53 
msn_switchboard_release+1619
 0xb6955b05 msn_switchboard_release+1541: lea0xe853(%ebx),%eax
 0xb6955b0b msn_switchboard_release+1547: mov%eax,0x4(%esp)
 0xb6955b0f msn_switchboard_release+1551: lea0xe868(%ebx),%eax
 End of assembler dump.


** This bug has been marked a duplicate of bug 54459
   Crash on (or just after) connect to MSN

-- 
Random Crash
https://launchpad.net/bugs/87626

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