[Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Vide
I was affected by this problem as well and I can confirm that using
2.6.27-11 and the nodfs mount option the problem is solved. I tested
this on x86 and x86_64.

I can add that with the -9 kernel the
/proc/fs/cifs/LinuxExtensionsEnabled workarond wasn't working anymore
(with previous revisions it worked smoothly, but it was a workaround)

-- 
Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 310845] [NEW] php5 serialize() function corrupt strings

2008-12-23 Thread sir_gon
*** This bug is a security vulnerability ***

Public security bug reported:

Binary package hint: libapache2-mod-php5

Package: PHP5: Version: 5.2.6-2ubuntu4
Ubuntu: 8.10 Intrepid Ibex

If a common object with protected or private properties is serialized, the 
returned string includes invalid characters.
This problem could affect the any php webservices on a Ubuntu based server.

Example script serializeTest.php:

/
?php
class Something
{
  public $a = '123';
  protected $b = 'abc';
  private $c = 'xyz';
}

$data = new Something();
var_dump( $data ); // = OK
var_dump( serialize($data) ); // = Show invalid characters
/

If I running the same script in php5-cgi, the problem does not happen.
Also I tried in hosting with php 5.2.6, and it does not happen the problems 
either.

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

** Visibility changed to: Public

-- 
php5 serialize() function corrupt strings
https://bugs.launchpad.net/bugs/310845
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-23 Thread Kai Blin
This is a bit tricky to fix, as we're basically not doing anything
wrong. It seems like the TCP/IP stack and/or the SMB server on the NAS
box doesn't cope with fragmentation. But that's one layer below of our
control, and perfectly valid in TCP networking.

However, Samba developer Volker Lendecke has created a patch that should
fix this in a way we'd include into our code. Thierry, one more patch
for your PPA :)

** Attachment added: Volker's patch for NAS write errors
   http://launchpadlibrarian.net/20682229/bug_5953_iovec.patch

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread mipper
I can confirm the fix too.  Doesn't work without nodfs, does with.

-- 
Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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


Re: [Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Tom
After adding nodfs to my kernel at boot time did NOT change anything. 
My MS Windows shares that use to mount automatically under 8.04 still do 
not mount automatically after adding that option. Yet, after boot, I can 
issue sudo mount /shares/windows_f and the share is mounted without 
incident or error messages.

I performed an upgrade from 8.04, not a new, clean install.

Relevant line from syslog:
Dec 23 06:27:43 tom-nb kernel: [0.00] Kernel command line: 
root=UUID=9810c849-9967-45c4-9a82-415e2ddcb81c ro quiet splash nodfs


Output from uname -a:
Linux tom-nb 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686 
GNU/Linux

Relevant lines from fstab:
//192.168.4.10/NetworkShare /shares/windows_f cifs 
auto,rw,credentials=/root/.creds,uid=ttwaro,gid=ttwaro 0 0

//192.168.4.10/NetworkShare2 /shares/windows_o cifs 
auto,rw,credentials=/root/.creds,uid=ttwaro,gid=ttwaro 0 0


Thierry Carrez wrote:
 Could those affected by the bug test that mounting with the nodfs
 mount option on the current kernel in intrepid-proposed works around the
 issue ? Thanks.
 

--

http://www.thetwaros.com
Registered Linux User #466934
http://counter.li.org/

-- 
Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-23 Thread Thierry Carrez
Here you go :)
samba 2:3.2.3-1ubuntu3.4~ppa5 available for testing at 
https://launchpad.net/~tcarrez/+archive

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Thierry Carrez
Tom: nodfs is not a kernel boot parameter. It's a CIFS mount option,
you should add it to your /etc/fstab (only) for mounts targeting the
affected servers.

-- 
Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Jim Lehmer
It did not work for me as a mount parameter.

To recap:

1) When both the client and server were Ubuntu 8.04 the boot-time CIFS
mounts on the client just worked. See my post above for fstab entries.

2) Upgraded client to 8.10, boot-time CIFS mounts stopped working,
although can still get to the shares using the Places|Connect to
Server... menu. Not as convenient and not as accessible by scripts
however.

3) Upgraded server to 8.10 as well, boot-time CIFS mounts still don't
work, even with the nodfs and nounix mount options.

-- 
Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 307437] Re: mysql has to autostart later

2008-12-23 Thread midnightflash
** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: Incomplete = New

-- 
mysql has to autostart later
https://bugs.launchpad.net/bugs/307437
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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


Re: [Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-23 Thread Matthias Klose
Kees Cook schrieb:
 On Tue, Dec 23, 2008 at 06:14:32AM -, Anders Kaseorg wrote:
 Matthias, shall I go ahead and use massfile to create 231 bugs for this
 issue?
 
 It probably makes more sense to approach Debian with the mass-filing.  I'd
 be happy to help drive this.

seems to be the right thing. please use a non RC severity and a separate user
tag to identify these reports.

-- 
Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source 
patch
https://bugs.launchpad.net/bugs/305901
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
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


Re: [Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Tom
Thank you for the clarification, Thierry. I changed my fstab entry like 
this:
//192.168.4.10/NetworkShare /shares/windows_f cifs 
nodfs,auto,rw,credentials=/root/.creds,uid=ttwaro,gid=ttwaro 0 0

and rebooted. Still does NOT work. However, when manually running sudo 
mount /shares/windows_f I now receive this error:
[  823.764453] CIFS: Unknown mount option nodfs

 From what I have read I believe I need an update for my current version 
of kernel (2.6.27-9-generic). Guess I'll have to wait until then to try 
this.

Thierry Carrez wrote:
 Tom: nodfs is not a kernel boot parameter. It's a CIFS mount option,
 you should add it to your /etc/fstab (only) for mounts targeting the
 affected servers.
 

--

http://www.thetwaros.com
Registered Linux User #466934
http://counter.li.org/

-- 
Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 308063] Re: package samba 2:3.2.3-1ubuntu3.3 failed to install/upgrade: package samba is not ready for configuration

2008-12-23 Thread Colin Watson
*** This bug is a duplicate of bug 262451 ***
https://bugs.launchpad.net/bugs/262451

** This bug is no longer a duplicate of bug 279709
   dpkg - process_queue: Assertion 'dependtry =4' failed. error

** This bug has been marked a duplicate of bug 262451
   dpkg: ../../src/packages.c:221: process_queue: Assertion `dependtry = 4' 
failed.

-- 
package samba 2:3.2.3-1ubuntu3.3 failed to install/upgrade: package samba is 
not ready for configuration
https://bugs.launchpad.net/bugs/308063
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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


Re: [Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Steve French
On Tue, Dec 23, 2008 at 5:54 AM, Tom ttw...@gmail.com wrote:
 After adding nodfs to my kernel at boot time did NOT change anything.
 My MS Windows shares that use to mount automatically under 8.04 still do
 not mount automatically after adding that option. Yet, after boot, I can
 issue sudo mount /shares/windows_f and the share is mounted without
 incident or error messages.

 I performed an upgrade from 8.04, not a new, clean install.

 Relevant line from syslog:
 Dec 23 06:27:43 tom-nb kernel: [0.00] Kernel command line:
 root=UUID=9810c849-9967-45c4-9a82-415e2ddcb81c ro quiet splash nodfs


 Output from uname -a:
 Linux tom-nb 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686
 GNU/Linux

 Relevant lines from fstab:
 //192.168.4.10/NetworkShare /shares/windows_f cifs
 auto,rw,credentials=/root/.creds,uid=ttwaro,gid=ttwaro 0 0

 //192.168.4.10/NetworkShare2 /shares/windows_o cifs
 auto,rw,credentials=/root/.creds,uid=ttwaro,gid=ttwaro 0 0

I doubt that that problem was related to the problem with write which
was originally reported.  Since cifs has very few dependencies on
userspace (the upcall for Kerberos ie sec=krb5, and the upcall for dfs
hostname resolution), it is not obvious why automount should differ
from mount after boot, unless there is a problem getting to
/sbin/mount.cifs

-- 
Thanks,

Steve

-- 
Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 24284] Re: Samba Shares not refreshing

2008-12-23 Thread Wes
Is this still an issue with Intrepid?

-- 
Samba Shares not refreshing
https://bugs.launchpad.net/bugs/24284
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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


Re: [Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Tom
I have just upgraded to kernel 2.6.27-11-generic and running nodfs 
as a mount option as previously posted. I no longer get the error 
message but the mount still does not happen automatically during/after 
boot. I still need to mount the share manually. This worked every time 
in 8.04 and 7.10.

Vide wrote:
 Tom: as Thierry clearly stated  you have to use a recent kernel from the
 intrepid-proposed repository. The 2.6.27-9 you're using is still broken
 

--

http://www.thetwaros.com
Registered Linux User #466934
http://counter.li.org/

-- 
Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Jim Lehmer
Steve:

I still wonder if it's a timing issue, i.e., if there was a subtle
change in services start order or else in the time it is taking
networking to completely come up? That could explain why (a) it worked
in 8.04 but not in 8.10, and (b) after the boot is complete and issuing
a mount command with the exact same parameters as the fstab entry it
just works.

-- 
Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 310913] [NEW] net-snmp process hang on hardy

2008-12-23 Thread Marc Gariépy
Public bug reported:

We have about 35 servers that use novell NFS and NCP mountpoint, and snmp 
process get in 
Uninterruptible sleep (usually IO) almost every day. I have tried to disable 
disk space report on the 
snmp config but it still get in the same state.

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: New

-- 
net-snmp process hang on hardy
https://bugs.launchpad.net/bugs/310913
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.

-- 
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 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-23 Thread rossjenkins
Kai  Thierry:

Volker Lendecke's patch seems to have done the trick!

Both a write using an smbclient 'put' as well as a drag and drop via
Nautilus now work as expected. The visual side effect in Nautilus I
noted five messages above is still present but since it doesn't seem to
have a bearing on file writing functionality to the NAS I think it can
be ignored for now.

Using 'get' in smbclient continues to work just fine as well.

Good work! And Happy Holidays to all...

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 310941] [NEW] Samba crash, no /etc/samba directory, happened without reason, all of sudden, purge / reinstall doesnt work

2008-12-23 Thread zwobble
Public bug reported:

Binary package hint: samba


Installed with apt-get
--purge to remove entire samba doesnt solve the issue
reinstalling samba doesnt solve the issue

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: samba-common 2:3.2.3-1ubuntu3.3
SourcePackage: samba
Title: package samba-common 2:3.2.3-1ubuntu3.3 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.27-9-generic i686

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


** Tags: apport-package

-- 
Samba crash, no /etc/samba directory, happened without reason, all of sudden, 
purge / reinstall doesnt work
https://bugs.launchpad.net/bugs/310941
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 310941] Re: Samba crash, no /etc/samba directory, happened without reason, all of sudden, purge / reinstall doesnt work

2008-12-23 Thread zwobble

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

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

-- 
Samba crash, no /etc/samba directory, happened without reason, all of sudden, 
purge / reinstall doesnt work
https://bugs.launchpad.net/bugs/310941
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 305264] Re: gnutls regression: failure in certificate chain validation

2008-12-23 Thread Jamie Strandboge
I have finally been able to reproduce this with ldapsearch.

After performing:
$ sudo apt-get install ca-certificates ldap-utils

I tried to do on unpatched hardy:
$ LDAPTLS_CACERT=/etc/ssl/certs/ca-certificates.crt ldapsearch -ZZ -H 
ldaps://Ian's public ldap server:636/ -d 1
...
ldap_open_defconn: successful
...

and then on patched hardy:
$ LDAPTLS_CACERT=/etc/ssl/certs/ca-certificates.crt ldapsearch -ZZ -H 
ldaps://Ian's public ldap server:636/ -d 1
...
TLS: peer cert untrusted or revoked (0x82)
ldap_err2string
ldap_start_tls: Can't contact LDAP server (-1)

All patched versions of gnutls on Hardy, Intrepid, Jaunty and Debian Sid
are affected (Dapper and Gutsy ldap-utils use openssl and are not
affected).

I cannot reproduce this with the gnutls tools. I have Ian's certificate
and the result of:
$ certtool -e --infile Ian's certificate

is the same for unpatched and patched versions of gnutls on hardy and
intrepid, and also jaunty.

I then did:
$ gnutls-cli -V --x509cafile /etc/ssl/certs/ca-certificates.crt -p 636 \
Ian's public ldap server

and it works fine on patched and unpatched versions of gnutls on hardy
and intrepid, and also on jaunty.


** Also affects: openldap (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: openldap (Ubuntu Dapper)
   Status: New = Invalid

** Changed in: openldap (Ubuntu Gutsy)
   Status: New = Invalid

** Changed in: openldap (Ubuntu Hardy)
   Status: New = Confirmed

** Changed in: openldap (Ubuntu Jaunty)
   Status: New = Confirmed

-- 
gnutls regression: failure in certificate chain validation
https://bugs.launchpad.net/bugs/305264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

-- 
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 305264] Re: gnutls regression: failure in certificate chain validation

2008-12-23 Thread Jamie Strandboge
** Changed in: openldap (Ubuntu Intrepid)
   Status: New = Confirmed

-- 
gnutls regression: failure in certificate chain validation
https://bugs.launchpad.net/bugs/305264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

-- 
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 305264] Re: gnutls regression: failure in certificate chain validation

2008-12-23 Thread Jamie Strandboge
The ldap issue has been reported in Debian bug http://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=509593.

Ian, would you mind adding your ldap server URL to the bug? This way
other developers can test against it. If not, I mentioned in the Debian
report that I would give the URL to the maintainer privately.

-- 
gnutls regression: failure in certificate chain validation
https://bugs.launchpad.net/bugs/305264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

-- 
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 310960] [NEW] package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-12-23 Thread jeremiah
Public bug reported:

Binary package hint: nagios3

Nagios 3 will not install via update manager.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: nagios3-common 3.0.2-1ubuntu1.1
PackageArchitecture: all
SourcePackage: nagios3
Title: package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.27-10-generic i686

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


** Tags: apport-package

-- 
package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/310960
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios3 in ubuntu.

-- 
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 310960] Re: package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-12-23 Thread jeremiah

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

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

-- 
package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/310960
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios3 in ubuntu.

-- 
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 305264] Re: gnutls regression: failure in certificate chain validation

2008-12-23 Thread Jamie Strandboge
I compiled 2.6.3 on Jaunty and it also gives the same error.

-- 
gnutls regression: failure in certificate chain validation
https://bugs.launchpad.net/bugs/305264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

-- 
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 310960] Re: package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-12-23 Thread Marc Deslauriers
Thank you for opening this bug report.

From the DpkgTerminalLog file:
Error: Cannot open config file '/etc/nagios3/objects/contacts.cfg' for reading: 
No such file or directory

The Nagios service won't restart because you have a file missing. You
need to either provide a /etc/nagios3/objects/contacts.cfg file or
comment out the relevant configuration from /etc/nagios3/nagios.cfg.

I am closing this bug as this doesn't appear to be a problem caused by
the update.

Thank you.


** Changed in: nagios3 (Ubuntu)
   Status: New = Invalid

-- 
package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/310960
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios3 in ubuntu.

-- 
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


Re: [Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Tom
I tried this but it didn't work. Isn't this for nfs fstype only? I have 
CIFS. I could be misunderstanding something, though.


Vide wrote:
 Tom, but your mount at bootime issue it's a completely different topic
 (do you put the _netdev label in the fstab options? it's mandatory for
 network shares).
 

--

http://www.thetwaros.com
Registered Linux User #466934
http://counter.li.org/

-- 
Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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


Re: [Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Tom
One more thing, this is on my laptop connecting wirelessly to the 
shares. This worked perfectly EVERY time under 8.04 but never has worked 
under 8.10. I'm sure it is a timing issue (waiting for the wireless 
connection) but it had to do this under 8.04 too.

To reiterate:

* Window XP share
* Ubuntu 8.10 laptop wirelessly connected to the network
* Connected to share under 8.04 and 7.10 automatically
* Won't connect to share under 8.10 automatically
* Can manually mount share sudo mount /shares/windows_f
* fstab entry: //192.168.4.10/NetworkShare /shares/windows_f cifs 
nodfs,auto,rw,_netdev,credentials=/root/.creds,uid=ttwaro,gid=ttwaro 0 0
/
* Kernel: 2.6.27-11-generic

Thanks for your responses.

Vide wrote:
 Tom, but your mount at bootime issue it's a completely different topic
 (do you put the _netdev label in the fstab options? it's mandatory for
 network shares).
 

--

http://www.thetwaros.com
Registered Linux User #466934
http://counter.li.org/

-- 
Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10
https://bugs.launchpad.net/bugs/286828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 310845] Re: php5 serialize() function corrupt strings

2008-12-23 Thread Onno Benschop
Can you please show the actual output of the script?

Also, your script doesn't show the unserialized version of the data.

I suggest you add the following to your script and show the output:

$blob = serialize($data) ;
$new_data = unserialize($blob) ;
var_dump($new_data) ;

-- 
php5 serialize() function corrupt strings
https://bugs.launchpad.net/bugs/310845
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 311005] [NEW] package samba 2:3.2.3-1ubuntu3.3 failed to install/upgrade: subprocess post-installation script returned error exit status 102

2008-12-23 Thread Jim Ancona
Public bug reported:

Binary package hint: samba

$ lsb_release -rd
Description:Ubuntu 8.10
Release:8.10

Clicked Share this folder in a folder's Nautilus properties dialog,
was prompted to install sharing. The install failed with the error
above. There was a lot more detail in the installer's terminal panel,
but I couldn't figure out how to copy it to the clipboard--Ctrl-C, Ctrl-
Shift-C and right-click didn't work.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess post-installation script returned error exit status 102
NonfreeKernelModules: nvidia wl
Package: samba 2:3.2.3-1ubuntu3.3
SourcePackage: samba
Title: package samba 2:3.2.3-1ubuntu3.3 failed to install/upgrade: subprocess 
post-installation script returned error exit status 102
Uname: Linux 2.6.27-9-generic i686

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


** Tags: apport-package

-- 
package samba 2:3.2.3-1ubuntu3.3 failed to install/upgrade: subprocess 
post-installation script returned error exit status 102
https://bugs.launchpad.net/bugs/311005
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 311005] Re: package samba 2:3.2.3-1ubuntu3.3 failed to install/upgrade: subprocess post-installation script returned error exit status 102

2008-12-23 Thread Jim Ancona

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

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/20695623/DpkgTerminalLog.txt

-- 
package samba 2:3.2.3-1ubuntu3.3 failed to install/upgrade: subprocess 
post-installation script returned error exit status 102
https://bugs.launchpad.net/bugs/311005
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 310845] Re: php5 serialize() function corrupt strings

2008-12-23 Thread sir_gon
OK, adding this lines, I got this output:

///
object(Something)[1]
  public 'a' = string '123' (length=3)
  protected 'b' = string 'abc' (length=3)
  private 'c' = string 'xyz' (length=3)

string
'O:9:Something:3:{s:1:a;s:3:123;s:4:�*�b;s:3:abc;s:12:�Something�c;s:3:xyz;}'
(length=89)

object(Something)[2]
  public 'a' = string '123' (length=3)
  protected 'b' = string 'abc' (length=3)
  private 'c' = string 'xyz' (length=3)
///

Unserialize process doesn't fail. Only serialized string has wrong characters.

The problem is that I'm working on an algorithm, which requires making hashing 
serialized in the chain with the data stored externally (cookies, database, 
files, ...). By comparing the hash to the server with the problem, with the 
hash stored in external storage, do not match.

Testing the same algorithm on another server with the same version of
PHP, produces no fault and get the desired result.

I also tried to install packages php, reconstructed with the command:

apt-get source -b libapache2-mod-php5

But given the same result.

Another info:   
If the serialized string is passed to other functions (such as encrypt and 
decrypt with mcrypt), apparently the string is clean of these strange 
characters.

PS: 2 friends with Ubuntu 8.10 have confirmed the fail.

-- 
php5 serialize() function corrupt strings
https://bugs.launchpad.net/bugs/310845
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 305264] Re: gnutls regression: failure in certificate chain validation

2008-12-23 Thread Jamie Strandboge
For clarity: Dapper, Gutsy, Hardy and Intrepid have the same patch as
Jaunty (and Sid), which is the same as upstream 2.6.3.

-- 
gnutls regression: failure in certificate chain validation
https://bugs.launchpad.net/bugs/305264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

-- 
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 310845] Re: php5 serialize() function corrupt strings

2008-12-23 Thread Onno Benschop
This is not a fail.

I think you misunderstand what serialize() does. The purpose is to
encapsulate the content of an object - be it a string, array or class -
and store it in a single string variable.

The PHP manual says this about serialize():

Returns a string containing a byte-stream representation of value that
can be stored anywhere.

If you want to pass the serialised bytes around, then you need to either
URL-encode them, or store it as a binary string.

I am closing this as an invalid bug and removing the security team.

** Changed in: php5 (Ubuntu)
   Status: New = Invalid

-- 
php5 serialize() function corrupt strings
https://bugs.launchpad.net/bugs/310845
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 310845] Re: php5 serialize() function corrupt strings

2008-12-23 Thread Onno Benschop
** This bug is no longer flagged as a security issue

-- 
php5 serialize() function corrupt strings
https://bugs.launchpad.net/bugs/310845
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-23 Thread Kees Cook
http://people.ubuntu.com/~kees/sprintf-glibc/

 29 main
 15 multiverse
208 universe
251 total

I removed a few copies of the kernel, which all show the same report, as
well as gnokii, which had a note in the Changelog about how they'd fixed
it already.

-- 
Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source 
patch
https://bugs.launchpad.net/bugs/305901
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
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 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-23 Thread Kees Cook
(er, 252 total -- I added linux back in at the last moment)  I'm also
testing a patch to glibc to avoid the change in behavior when using
_FORTIFY_SOURCE.


** Attachment added: no-sprintf-pre-truncate.diff
   http://launchpadlibrarian.net/20703741/no-sprintf-pre-truncate.diff

-- 
Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source 
patch
https://bugs.launchpad.net/bugs/305901
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in ubuntu.

-- 
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 278188] Re: irda broken on Thinkpad T23 with 2.6.27-4-generic, works with 2.6.24-16-generic

2008-12-23 Thread Chief
So it will be included in future offical intrepid kernel updates?
Then I think we can mark this bug as fixed

c,Ya

-- 
irda broken on Thinkpad T23 with 2.6.27-4-generic, works with 2.6.24-16-generic
https://bugs.launchpad.net/bugs/278188
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 182931] Re: USB pendrive, write speed

2008-12-23 Thread fishor
The speed drops because at the beginning of writing the data will be
copied to the filesystem cache and only after this file system will try
to flash the cache to the usbdrive. If the drive is to slaw it will
reduce copy speed. Normally if file system mount with option sync  no
cache will be used and you will see real speed of your drive.

Do you have any linux configurations where it hase better speed ? What
say kernel log about this, are there any warnings ? Use dmesg to find
this out.

Try fallowing test. Umount your usb stick, start terminal and run this
commands:

sudo mount -o sync /dev/sdb1 /mnt/
# will mount with option sync usb stick if it located on /dev/sdb1 to the 
directory /mnt

sudo dd if=/dev/zero of=/mnt/test.dd bs=1M count=100
#will write 100M to usb drive and return writing speed.

My Kingstone usb-stick will return:
104857600 Bytes (105 MB) kopiert, 130,25 s, 805 kB/s
This is normal, real speed if sync used.
Write speed depends on filesystem block sice.

-- 
USB pendrive, write speed
https://bugs.launchpad.net/bugs/182931
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 310829] [NEW] blank screen screensaver doesn't work

2008-12-23 Thread DaveAbrahams
Public bug reported:

Binary package hint: gnome-screensaver

 If I select and activate blank screen, after the time elapses, one of
my two monitors begins a gradual dimming progression. The other one
stays on full blast. When the dimming finally finishes, the monitor that
was getting dimmer immediately comes back to full brightness.

This is ubuntu 8.10

gnome-screensaver:
  Installed: 2.24.0-0ubuntu2

** Affects: gnome-screensaver (Ubuntu)
 Importance: Undecided
 Status: New

-- 
blank screen screensaver doesn't work
https://bugs.launchpad.net/bugs/310829
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 310828] [NEW] wireless network very slow after upgrade to Ibex (iwl3945)

2008-12-23 Thread Matija Grabnar
Public bug reported:

After upgrading to Ibex I noticed an immediate slowdown in my wireless
network connections, affecting everything regardless of protocol.

Rebooting into windows or booting from 8.04 live CD restores previous
speed, so it's not a hardware problem.

Also, wired port is not affected, so it's not a general networking
problem.

The wireless speed is reduced to around 5-7 % of normal speed (100-150 KB/sec 
instead of 2M/sec, with the wireless transmitter around 6 feet away). 
Sometimes, immediately after a reboot, normal speed is achieved for a few 
seconds,
but is then rapidly reduced back to the same low level. 

Description:Ubuntu 8.10
Release:8.10

Linux fairweather 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008
i686 GNU/Linux

Ubuntu 2.6.27-9.19-generic

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: linux-image-2.6.27-9-generic 2.6.27-9.19
ProcCmdLine: root=UUID=40fbeefe-e274-49dc-812f-dc37b3b873b6 ro quiet splash
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/username/android-sdk-linux_x86-1.0_r1/tools
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.27-9.19-generic
SourcePackage: linux

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


** Tags: apport-bug

-- 
wireless network very slow after upgrade to Ibex (iwl3945)
https://bugs.launchpad.net/bugs/310828
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 310828] Re: wireless network very slow after upgrade to Ibex (iwl3945)

2008-12-23 Thread Matija Grabnar

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/20681086/dmesg.log

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

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

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

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/20681090/HalComputerInfo.txt

** Attachment added: LsUsb.txt
   http://launchpadlibrarian.net/20681091/LsUsb.txt

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

** Attachment added: ProcCpuInfo.txt
   http://launchpadlibrarian.net/20681093/ProcCpuInfo.txt

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

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

-- 
wireless network very slow after upgrade to Ibex (iwl3945)
https://bugs.launchpad.net/bugs/310828
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 310827] [NEW] freeze/deadlocks the GUI and window manager when keyring manager dialog pops up while applet menu is open?

2008-12-23 Thread Peter Cordes
Public bug reported:

I just had some weird behaviour from the GNOME desktop on my Intrepid
laptop (x86 hardware, ath_hal wifi).  I'm not sure this is the right
package; it might be the fault of the window manager (compiz in my
case), or something else.  If anyone figures out what was actually going
on, update the bug title when you reassign it to a different package.

 I was trying to suspend my laptop, but the first time I tried my swap
partition wasn't active.  Then it kept failing because autofs wouldn't
stop.  There were NFS mounts in /net, and my wifi wasn't working after
the first suspend attempt.  My wifi wasn't reconnecting properly, and
even after asking for my password to unlock the screensaver and then the
keyring (for nm-applet), it still wasn't connecting to my WEP network...
(I had to unload/load ath_pci to give nm a fresh start at it, or maybe
it was actually the driver's fault, and even determined use of iwconfig
couldn't have got it up without a reload of the module.  anyway...)

 So at one point, I had just unlocked the screensaver, and I clicked on
nm-applet to drop down its menu before it got around to trying something
and deciding to ask for the keyring or pop up a WEP key dialog.  When it
did pop up the dialog, I couldn't type in it or click to dismiss it.  I
think, but I can't recall exactly, that it was just the keyring prompt
that was up, but after a while I tried hitting the power button, and the
gnome-power-manager shutdown options dialog came up (no joy from it,
either, until pressing the power button a couple more times triggered a
shutdown -h).  My mouse cursor could move, but I couldn't click close
boxes on any windows, or drag them around, or anything.  The keyboard
was ineffective, too.  ESC to close the shutdown dialog didn't do
anything.  The gnome system monitor applet was still scrolling stats,
but no tooltips came up over anything, so X seemed pretty wedged.  Not
even CTRL+ALT+F1 worked to switch to a text console!  I didn't try
CTRL+ALT+Backspace before the power button unexpectedly triggered the
shutdown -h.

 If something was going through all the mounts on the system, then it
was probably blocking on doing something with the NFS mounts.  GNOME's
file selector box has a nasty habit of spinning up my normally-idle
storage hard drive, so I wouldn't be surprised if some GNOME thing did
something that would block on a machine with NFS mounts and a down
network connection.

 If I'm unlucky and reproduce this, I'll update the bug with any more
info I can provide.

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

-- 
freeze/deadlocks the GUI and window manager when keyring manager dialog pops up 
while applet menu is open?
https://bugs.launchpad.net/bugs/310827
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 310752] Re: Xubuntu: applications is shown sometimes as maximazed

2008-12-23 Thread RomanIvanov
Thanks, Charlie. Feel free to ask me to open bugs for Thunderbird and
Pindgin if it is their implementation problem.

-- 
Xubuntu: applications is shown sometimes as maximazed 
https://bugs.launchpad.net/bugs/310752
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 310724] Re: movies recorded with cheese are displayed at quick frame rate

2008-12-23 Thread marco.pallotta
** Description changed:

- With cheese 2.22.3-0 and Ubuntu Hardy x86_64 movies recorded with this app 
are display at incredibly quick frame rate (this is not a totem issue as the 
same thing happens with mplayer). Moreover the audio starts to be played right 
but after some seconds I can only listen to strange noises.  The movies are 
recorded with these parameters:
+ With cheese 2.22.3-0 and Ubuntu Hardy x86_64 movies recorded with this app 
are displayed at incredibly quick frame rate (that is they are played quickly). 
This is not a totem issue as the same thing happens with mplayer. Moreover the 
audio starts to be played right but after some seconds I can only listen to 
strange noises.  The movies are recorded with these parameters:
  Video dimension 320x240 and framerate 30 frames per second
  Audio bitrate 80 kbps

-- 
movies recorded with cheese are displayed at quick frame rate
https://bugs.launchpad.net/bugs/310724
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 310723] Re: fglrx is not support 16bit color depth!?

2008-12-23 Thread drakesoft
That is bad! Thanks for your answer.

** Changed in: fglrx-installer (Ubuntu)
   Status: New = Invalid

-- 
fglrx is not support 16bit color depth!?
https://bugs.launchpad.net/bugs/310723
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 292912] Re: Screen flickers as though it has the wrong refresh rate for a few seconds

2008-12-23 Thread Bryce Harrington
Colin, upstream has a question; it would be great if you could pop onto
that bug report to provide the info.

-- 
Screen flickers as though it has the wrong refresh rate for a few seconds
https://bugs.launchpad.net/bugs/292912
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 238392] Re: startupmanager triggers a highly insecure default option after a kernel update

2008-12-23 Thread Jimmy Rönnholm
Just a question for you who get the popup window:
Have you manually edited menu.lst or used another tool to edit it before using 
sum?
Since this is triggered by edits to the automagically(by update-grub) generated 
part of menu.lst, which sum NEVER touches, my guess is that something else has 
been messing with that part.

-- 
startupmanager triggers a highly insecure default option after a kernel update
https://bugs.launchpad.net/bugs/238392
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 236263] Re: Why NO function on OK button

2008-12-23 Thread Jimmy Rönnholm
Very strange.
Have you been able to test it on intrepid yet?

If I understand this correctly, you press the 'restore original settings' 
button, then get the popup dialog with an ok button.
When you press the ok button, the dialog does not disappear and then sum hangs. 
Is that correct?
What is the text in the dialog with the ok button? Does it say 'Original 
settings restored. Shutting down' or 'Failed to restore config'?

I am very confused about the 'user requested shutdown' message in the end of 
your console output.
That text is only printed by one single function in the code, and well, that 
function is only run on startup of the app. Lets say if you see that text, the 
main gui of sum should never even have been displayed... Very odd.
By the way, which version of sum is this?

** Changed in: startup-manager
   Importance: Undecided = Medium
   Status: Incomplete = Confirmed

-- 
Why NO function on OK button
https://bugs.launchpad.net/bugs/236263
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 120834] Re: [i965] intel gm965 freezes with 3d applications

2008-12-23 Thread Shane Blake
Sorry. Option 1. I havent yet tried option 2.

- Shane

On Tue, Dec 23, 2008 at 6:36 PM, Bryce Harrington br...@bryceharrington.org
 wrote:

 Shane, you didn't specify whether you were referring to option 1 or 2?

 --
 [i965] intel gm965 freezes with 3d applications
 https://bugs.launchpad.net/bugs/120834
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in X.Org X server: Fix Released
 Status in mesa source package in Ubuntu: Fix Released
 Status in xserver-xorg-video-intel source package in Ubuntu: Incomplete
 Status in mesa in Ubuntu Hardy: Confirmed
 Status in xserver-xorg-video-intel in Ubuntu Hardy: Invalid
 Status in xserver-xorg-video-intel source package in zUbuntu: Invalid

 Bug description:
 On some Intel GM965 machines, running OpenGL applications (eg. Blender,
 Second Life, the Endgame screensaver, Scorched3D) can crash the system.

 Symptoms: Colours go funny, then screen flashes between off and black with
 'please wait' cursor about 10 times, then stops; does not respond to
 Ctrl+Alt+F1 or Ctrl+Alt+Backspace, but does reboot on Alt+SysRq+b.  Logs the
 line
 Error in I830WaitLpRing(), timeout for 2 seconds
 in /var/log/Xorg.0.log.old

 (Please note that this is not the only X crash bug; if you cannot find
 an exact match for your symptoms then please file a new bug.)

 Workaround: Adding
Option DRI false
 to the graphics controller Device section of /etc/X11/xorg.conf avoids this
 bug, but may drastically reduce performance.

 This bug has been reported upstream and you can follow the link to xorg
 bugzilla, but as of 29.12.07 no developer managed to reproduce this bug (how
 to trigger it seems to be hardware dependent, with some i965s not appearing
 to have it at all) so it will be very hard to fix unless that changes
 if you are suffering from this bug please go to xorg bugzilla and report
 your hardware specifics.
 also please edit this bug description and add the name and exact model of
 your affected laptop.

 list of affected laptops:
 Acer  Travelmate 6292
 Asus S62E Santa Rosa 965
 dell D830
 Dell 630
 Dell Inspiron 1420n
 Dell Inspiron 1525 (new)
 Dell Latitude D630
 Dell Latitude D830
 Dell Vostro 1310
 Dell XPS M1330
 HP Compac 6510b
 HP Compaq 6710b
 Thinkpad T61
 Thinkpad X61 Tablet
 Thinkpad X61s
 Apple Macbook (3,1/Santa Rosa)
 Acer Aspire 5315-052G12Mi
 Lenovo 3000 N200 (TY2BBGE)
 Sony vaio CR160

 also if you have one of these laptops and are not affected please tell
 us!



-- 
[i965] intel gm965 freezes with 3d applications
https://bugs.launchpad.net/bugs/120834
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 126312] Re: Don't Start

2008-12-23 Thread Hew McLachlan
This problem has a number of duplicates, but there hasn't been a report
of this occurring with gdesklets 0.36. We were wondering if this is
still an issue for you. Can you try with the latest Ubuntu release?
Thanks in advance.

** Visibility changed to: Public

** Changed in: gdesklets (Ubuntu)
   Status: Confirmed = Incomplete

-- 
Don't Start
https://bugs.launchpad.net/bugs/126312
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 126026] Re: lmms crashed with SIGSEGV in QObject::isWidgetType()

2008-12-23 Thread Hew McLachlan
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an issue
for you. Can you try with the latest Ubuntu release? Thanks in advance.

** Visibility changed to: Public

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

-- 
lmms crashed with SIGSEGV in QObject::isWidgetType()
https://bugs.launchpad.net/bugs/126026
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 310830] [NEW] [needs-packaging] plasmoid-netgraph

2008-12-23 Thread Nick Ellery
Public bug reported:

Plasma-netgraph is a plasmoid, that displays network usage and is
comprised of a configurable applet and a data-engine.

http://www.kde-look.org/content/show.php/plasma-netgraph?content=74071

** Affects: ubuntu
 Importance: Wishlist
 Assignee: Nick Ellery (nick.ellery)
 Status: In Progress

** Changed in: ubuntu
   Importance: Undecided = Wishlist
 Assignee: (unassigned) = Nick Ellery (nick.ellery)
   Status: New = In Progress

-- 
[needs-packaging] plasmoid-netgraph
https://bugs.launchpad.net/bugs/310830
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 235615] Re: Startupmanager fails to install new usplash theme

2008-12-23 Thread Jimmy Rönnholm
I dont see anything strange in the console output.
If you try installing the themes manually with the commands philinux wrote in 
the first comment, do it work then?
Otherwise this is a bug in usplash.

-- 
Startupmanager fails to install new usplash theme
https://bugs.launchpad.net/bugs/235615
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 43092] Re: CompactFlash PCMCIA disk is not detected

2008-12-23 Thread Tomas 'tt' Krag
Informal testing indicates that this problem has gone away with the
latest kernel updates. Now running  2.6.27-9-generic on my thinkpad x40
and the CF card gets mounted correctly after boot and suspend. I'll do
more rigorous testing after christmas.

-- 
CompactFlash PCMCIA disk is not detected
https://bugs.launchpad.net/bugs/43092
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 310833] [NEW] gnome-power-manager interface confusing (and undocumented)

2008-12-23 Thread DaveAbrahams
Public bug reported:

Binary package hint: gnome-power-manager

I know there are at least several levels of display sleep (available
through xset) and the interface doesn't tell me which one(s) I'm going
to get. Is this the full power saving I really want, or some
intermediate state, or what? Also, the Set display brightness to:
sliders have an unclear effect. Just when does that brightness setting
take place? Is it part of g-p-m's notion of display sleep? What does
Dim display when idle do exactly? How long does the computer have to
be idle before dimming begins? Is the display supposed to undim when I
start using the computer again?

The answers to at least some of these questions should be self-evident
from looking at the UI, but they are not.

This is in Ubuntu Intrepid 8.10

gnome-power-manager:
  Installed: 2.24.0-0ubuntu8.1

Please see also https://bugs.launchpad.net/bugs/308815 and 
https://bugs.launchpad.net/ubuntu-doc/+bug/310831
Also, note that http://www.shallowsky.com/linux/x-screen-blanking.html makes a 
credible claim that screen power management should be handled by screensavers.

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

-- 
gnome-power-manager interface confusing (and undocumented)
https://bugs.launchpad.net/bugs/310833
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 194014] Re: -smp 2 causes QEMU VM to freeze when booting linux

2008-12-23 Thread Vsevolod Krishchenko
Confirmed In 8.04 / 32 bit, I have the same problem exactly. Upstream qemu 
binary package works fine with smp.
I'll check debian later.

-- 
-smp 2 causes QEMU VM to freeze when booting linux
https://bugs.launchpad.net/bugs/194014
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 310835] [NEW] nm-applet does not save settings

2008-12-23 Thread Michael Gefen
Public bug reported:

when making a new connection using:

Wireless Security: Dynamic WEP (802.1x)
Authentication: PEAP
PEAP Version: 0
Inner Authentication: MD5

after once connecting i was no longer able to connect, and every attempt
to save settings reverted the Inner Authentication to MSCHAPv2.

thus i conclude that the actual connection attempt is made using
MSCHAPv2, instead of MD5.

is there any way to see the actual settings used during connection?

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

-- 
nm-applet does not save settings
https://bugs.launchpad.net/bugs/310835
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 310834] [NEW] error 15; cannot find file

2008-12-23 Thread Bill Simmons
Public bug reported:

First time linux user. I have tried on three different drives, i486 
amd64 all error 15 at boot cannot find file. boot/vmlinuz

Help?
Message:

** Affects: ubuntu
 Importance: Undecided
 Status: Invalid

** Changed in: ubuntu
   Status: New = Invalid

** bug changed to question:
   https://answers.launchpad.net/ubuntu/+question/55247

-- 
error 15; cannot find file
https://bugs.launchpad.net/bugs/310834
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 292159] Re: MASTER update-initramfs is disabled since running on a live CD but it is running from a flash drive.

2008-12-23 Thread Zerp64
Workaround worked fine for me. Was able to upgrade, reboot, etc. without any
strange problems.

On Mon, Dec 22, 2008 at 5:48 PM, freekngdom freekng...@gmail.com
wrote:

 Nevermind, removing and re-inserting flash drive into computer seemed to
 solve.

 --
 MASTER update-initramfs is disabled since running on a live CD but it is
 running from a flash drive.
 https://bugs.launchpad.net/bugs/292159
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in linux source package in Ubuntu: Triaged

 Bug description:
 Binary package hint: linux-image-2.6.27-7-generic

 unaltered ibex, ran from usb pendrive - prepared by create a usb startup
 disk. I ran update manager to update packages and played some mp3 file from
 hard disk, when the update manager reported an error, moreover the totem
 player hang.

 The kernel upgrade fail with the following message:
 Setting up linux-image-2.6.27-7-generic (2.6.27-7.14) ...
 Running depmod.
 update-initramfs is disabled since running on a live CD
 Failed to symbolic-link /boot/initrd.img-2.6.27-7-generic to initrd.img.
 dpkg: error processing linux-image-2.6.27-7-generic (--configure):
  subprocess post-installation script returned error exit status 17

 :: Rationale ::
 If it's not possible to upgrade the kernel, that's fine. But in that case,
 the kernel version should be locked for live CD / live USB bootups. (e.g. in
 Synaptic via Lock Version in the Package)

 Currently, sudo apt-get upgrade is forever broken, because it always
 tries  fails to install the kernel update. This is a huge turn-off for
 anyone trying out usb-creator-built persistent USB installations.

 :: Workaround ::
 Workaround discussed here:
 http://kubuntuforums.net/forums/index.php?topic=3096170
 in brief
 A bit of digging has revealed that the /usr/sbin/update-initramfs script
 is a stub on the live CD (or the bootable USB drive made from a live CD).
 The original version can be found in:

 /rofs/usr/sbin/update-initramfs
 so you can (as root):
 mv /usr/sbin/update-initramfs /usr/sbin/update-initramfs.old
 and then:
 ln -s /rofs/usr/sbin/update-initramfs /usr/sbin/update-initramfs
 
 Thanks to latchkeyed  for providing this info.


 ProblemType: Package
 Architecture: amd64
 DistroRelease: Ubuntu 8.10
 ErrorMessage: podproces post-installation script zwrócił kod błędu 17
 Package: linux-image-2.6.27-7-generic 2.6.27-7.15
 ProcCmdLine: BOOT_IMAGE=/casper/vmlinuz noprompt cdrom-detect/try-usb=true
 persistent file=/cdrom/preseed/hostname.seed boot=casper
 initrd=/casper/initrd.gz quiet splash -- debian-installer/language=pl
 console-setup/layoutcode?=pl
 ProcVersionSignature: Ubuntu 2.6.27-7.14-generic
 SourcePackage: linux
 Title: package linux-image-2.6.27-7-generic 2.6.27-7.15 failed to
 install/upgrade: podproces post-installation script zwrócił kod błędu 17


-- 
MASTER update-initramfs is disabled since running on a live CD but it is 
running from a flash drive. 
https://bugs.launchpad.net/bugs/292159
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 310837] [NEW] firefox 3.0.5+nobinonly-0ubuntu0.8.10.1 is crashing on kubuntu 8.10

2008-12-23 Thread Nerijus
Public bug reported:

Binary package hint: firefox-3.0

There is backtrace:
% firefox
QPixmap: Invalid pixmap parameters
The program 'firefox' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 39085 error_code 11 request_code 53 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Locking assertion failure.  Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0xb64027c7]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x2e) [0xb640296e]
#2 /usr/lib/libX11.so.6 [0xb6a61619]
#3 /usr/lib/libXrender.so.1(XRenderFreePicture+0x41) [0xb6b12f41]
#4 /usr/lib/libQtGui.so.4 [0xb48db6bf]
#5 /usr/lib/libQtGui.so.4 [0xb48dc17d]
#6 /usr/lib/libQtGui.so.4(_ZN7QPixmap5derefEv+0x5d) [0xb48d09ad]
#7 /usr/lib/libQtGui.so.4(_ZN7QPixmapD1Ev+0x30) [0xb48d0db0]
#8 /usr/lib/libQtGui.so.4 [0xb49c27d7]
#9 /usr/lib/libQtGui.so.4(_ZN12QPaintEngineD2Ev+0x2f) [0xb490a4ff]
#10 /usr/lib/libQtGui.so.4 [0xb49b9e72]
#11 /usr/lib/libQtGui.so.4 [0xb48db61c]
#12 /usr/lib/libQtGui.so.4 [0xb48dc17d]
#13 /usr/lib/libQtGui.so.4(_ZN7QPixmap5derefEv+0x5d) [0xb48d09ad]
#14 /usr/lib/libQtGui.so.4(_ZN7QPixmapD2Ev+0x30) [0xb48d0e10]
#15 /usr/lib/libQtGui.so.4 [0xb48d60ba]
#16 /usr/lib/libQtGui.so.4 [0xb48d672f]
#17 /usr/lib/libQtGui.so.4 [0xb48d5d5a]
#18 /lib/tls/i686/cmov/libc.so.6(exit+0x89) [0xb7cf7d69]
#19 /usr/lib/libgdk-x11-2.0.so.0 [0xb66186b7]

There is package ps aux output:
% ps aux
USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
root 1  0.0  0.0   3056   648 ?Ss   Dec16   0:02 /sbin/init
root 2  0.0  0.0  0 0 ?S   Dec16   0:00 [kthreadd]
root 3  0.0  0.0  0 0 ?S   Dec16   0:03 [migration/0]
root 4  0.0  0.0  0 0 ?S   Dec16   0:39 [ksoftirqd/0]
root 5  0.0  0.0  0 0 ?S   Dec16   0:00 [watchdog/0] 
root 6  0.0  0.0  0 0 ?S   Dec16   0:03 [migration/1]
root 7  0.0  0.0  0 0 ?S   Dec16   0:17 [ksoftirqd/1]
root 8  0.0  0.0  0 0 ?S   Dec16   0:00 [watchdog/1] 
root 9  0.0  0.0  0 0 ?S   Dec16   0:06 [events/0]   
root10  0.0  0.0  0 0 ?S   Dec16   0:04 [events/1]   
root11  0.0  0.0  0 0 ?S   Dec16   0:00 [khelper]
root51  0.0  0.0  0 0 ?S   Dec16   0:00 [kintegrityd/0]
root52  0.0  0.0  0 0 ?S   Dec16   0:00 [kintegrityd/1]
root54  0.0  0.0  0 0 ?S   Dec16   0:01 [kblockd/0]
root55  0.0  0.0  0 0 ?S   Dec16   0:00 [kblockd/1]
root57  0.0  0.0  0 0 ?S   Dec16   0:00 [kacpid]   
root58  0.0  0.0  0 0 ?S   Dec16   0:00 [kacpi_notify] 
root   134  0.0  0.0  0 0 ?S   Dec16   0:00 [cqueue]   
root   138  0.0  0.0  0 0 ?S   Dec16   0:00 [kseriod]  
root   185  0.0  0.0  0 0 ?S   Dec16   0:31 [kswapd0]  
root   227  0.0  0.0  0 0 ?S   Dec16   0:00 [aio/0]
root   228  0.0  0.0  0 0 ?S   Dec16   0:00 [aio/1]
benner 945  0.0  0.3   6940  3348 pts/2Ss   09:59   0:00 /bin/zsh   
benner 948  0.0  0.2   5276  2320 pts/2S+   09:59   0:00 ssh b0 -l root 
benner 951  0.0  0.3   6940  3348 pts/3Ss+  09:59   0:00 /bin/zsh   
root  1252  0.0  0.0  0 0 ?S   Dec16   0:00 [ksuspend_usbd]
root  1257  0.0  0.0  0 0 ?S   Dec16   0:25 [khubd]
root  1278  0.0  0.0  0 0 ?S   Dec16   1:43 [ata/0]
root  1279  0.0  0.0  0 0 ?S   Dec16   0:02 [ata/1]
root  1280  0.0  0.0  0 0 ?S   Dec16   0:00 [ata_aux]  
root  1286  0.0  0.0  0 0 ?S   Dec16   0:00 [khpsbpkt] 
benner1352  0.0  0.4   7244  3688 pts/4Ss   10:03   0:00 /bin/zsh   
root  2039  0.0  0.0  0 0 ?S   Dec16   0:00 [scsi_eh_0]
root  2040  0.0  0.0  0 0 ?S   Dec16   0:00 [scsi_eh_1]
root  2041  0.0  0.0  0 0 ?S   Dec16   0:00 [scsi_eh_2]
root  2042  0.0  0.0  0 0 ?S   Dec16   0:00 [scsi_eh_3]
root  2064  0.0  0.0  0 0 ?S   Dec16   2:52 [scsi_eh_4]
root  2065  0.0  0.0  0 0 ?S   Dec16   0:00 [scsi_eh_5]
root  2124  0.0  0.0  0 0 ?S   Dec16   0:00 [knodemgrd_0]  
root  2277  0.0  0.0  0 0 ?S   Dec16   

[Bug 310830] Re: [needs-packaging] plasmoid-netgraph

2008-12-23 Thread Nick Ellery
** Changed in: ubuntu
 Assignee: Nick Ellery (nick.ellery) = (unassigned)
   Status: In Progress = Confirmed

-- 
[needs-packaging] plasmoid-netgraph
https://bugs.launchpad.net/bugs/310830
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 308815] Re: Display sleep settings are bogus

2008-12-23 Thread DaveAbrahams
 I think this would be perfect for a bug

Done: https://bugs.launchpad.net/gnome-screensaver/+bug/310822

 You might also consider submitting the above idea toBrainstorm

Done: http://brainstorm.ubuntu.com/idea/16754/

Also: https://bugs.launchpad.net/bugs/310829,
https://bugs.launchpad.net/bugs/310831, and
https://bugs.launchpad.net/bugs/310833

This is a lot of work; something should be done to make this easier on
the reporter: http://brainstorm.ubuntu.com/idea/16758/

-- 
Display sleep settings are bogus
https://bugs.launchpad.net/bugs/308815
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 130379] Someone broke into my mailbox מ ישהו פרץ לי למייל

2008-12-23 Thread ortutt
שלום חברים (וגם מי שסתם פעם שלחתי לו מייל)
מסתבר שמישהו פרץ לי למחשב ושלח לכם את המייל המצב.
זה לא הייתי אני.
מצטער על אי הנעימות שנגרמה לכם.
בברכה,

אור טוטנאור

Hello,
apparently someone broke into my mailbox and sent the attached spam mail.
It wasn't me.
I'm sorry for any inconveniene you may

On Mon, Dec 22, 2008 at 8:20 PM, אור טוטנאור ort...@gmail.com wrote:

 *Welcome to our website: **www.eioffer.com* http://www.eioffer.com/
 *We have the cheapest price, our friend countries to seek sales agents, if
 agreed to, please contact us!*
 If you purchase our project, full 500EUR, Christmas day approaches, we
 bestow a your free gift
 [image: Samsung LN52A650 52-Inch 1080p 120Hz LCD 
 HDTV]http://www.eioffer.com/product.asp?id=1647
 [image: Samsung LNT4665F 46]http://www.eioffer.com/product.asp?id=1646
   [image: Apple MacBook Pro 17]http://www.eioffer.com/product.asp?id=1613
 [image: Apple MacBook Air MB003LL/A 
 13.3]http://www.eioffer.com/product.asp?id=1609
  [image: Apple 20] http://www.eioffer.com/product.asp?id=1911[image:
 Apple 24] http://www.eioffer.com/product.asp?id=1762
 [image: Apple 3G iphone 16GB White Black unlocked 
 sealed]http://www.eioffer.com/product.asp?id=1914
   [image: BRAND NEW NOKIA N85 GSM UNLOCKED QUAD BAND 8GB 
 PHONE]http://www.eioffer.com/product.asp?id=1959
   [image: NOKIA N95 UNLOCKED 8GB QUAD-BAND GSM 5 MP 3G WI FI VIDEO
 CELL PHONE] http://www.eioffer.com/product.asp?id=1686 [image: Nokia
 N96 16GB Unlocked GPS TV 5MP Quad 
 Band]http://www.eioffer.com/product.asp?id=1691
 [image: BRAND NEW HTC TOUCH DUAL UNLOCKED CELL 
 PHONE]http://www.eioffer.com/product.asp?id=1673
 [image: BRAND NEW UNLOCKED HTC TOUCH DIAMOND GSM CELL 
 PHONE]http://www.eioffer.com/product.asp?id=1668

 [image: Nikon D700 12.1MP Digital SLR Camera with 24-120mm f/3.5-5.6G ED IF
 VR Nikkor Zoom Lens] http://www.eioffer.com/product.asp?id=1582   
 [image:
 Nikon D200 10.2MP Digital SLR Camera with 18-135mm AF-S DX f/3.5-5.6G ED-IF
 Nikkor Zoom Lens] http://www.eioffer.com/product.asp?id=1568[image:
 Canon EOS 50D] http://www.eioffer.com/product.asp?id=1958[image:
 Canon EOS 40D 10.1MP Digital SLR 
 Camera]http://www.eioffer.com/product.asp?id=1556
   [image: Canon EOS 5D 12.8 MP Digital SLR Camera with EF 24-105mm f/4 L
 IS USM Lens] http://www.eioffer.com/product.asp?id=1552[image: Canon
 EOS 1D Mark III 10.1MP Digital SLR 
 Camera]http://www.eioffer.com/product.asp?id=1545
 *The Christmas is coming! looking for some crazy gifts for your family,
 your friend and yourself. all products of our company sell at costs within
 15 days; Computers, Televisions, Cell Phones, MP3/MP4 Players, Digital
 Cameras, Camcorders, Video Games  Consoles, GPS , most items are sold at
 wholesale prices, you will find lots of great bargains here.
 And we have a sales promotion from now on, buy more, save more and get
 more!This is a god-given chance, we hope hold of it on time.
 SITE :  **www.eioffer.com* http://www.eioffer.com/*
 MSN:eioffer...@msn.com | Email:eioffer...@yahoo.com.hk
 Country:China | City:NanYang | Zip Code:473000 | Tel: 86-13838709592
 Copyright2004-2008, All Rights Reserved *


-- 
movie/visual effects screen turns black while playing a movie / song
https://bugs.launchpad.net/bugs/130379
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 310838] [NEW] package sudo 1.6.9p17-1ubuntu2 failed to install/upgrade: subprocess pre-removal script returned error exit status 1

2008-12-23 Thread clint
Public bug reported:

Binary package hint: sudo

failed on install from repros on 8.10 via apt-get

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess pre-removal script returned error exit status 1
Package: sudo 1.6.9p17-1ubuntu2
SourcePackage: sudo
Title: package sudo 1.6.9p17-1ubuntu2 failed to install/upgrade: subprocess 
pre-removal script returned error exit status 1
Uname: Linux 2.6.27-9-generic i686

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


** Tags: apport-package

-- 
package sudo 1.6.9p17-1ubuntu2 failed to install/upgrade: subprocess 
pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/310838
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 310838] Re: package sudo 1.6.9p17-1ubuntu2 failed to install/upgrade: subprocess pre-removal script returned error exit status 1

2008-12-23 Thread clint

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

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

-- 
package sudo 1.6.9p17-1ubuntu2 failed to install/upgrade: subprocess 
pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/310838
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 310754] Re: Merge dput 0.9.2.36 from debian unstable (main)

2008-12-23 Thread Daniel Holbach
You seem to drop a bunch of changelog entries. Other than that the merge
looks good.

-- 
Merge dput 0.9.2.36 from debian unstable (main)
https://bugs.launchpad.net/bugs/310754
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 310286] Re: FTBFS on 9.04 armel

2008-12-23 Thread Michael Casadevall
Since this an Ubuntu-only package, updated to a new upstream is likely a
better fix, as well as being more useful. If your willing to provide the
update, I'll be willing to sponsor it, otherwise, I'll simply sponsor
your debdiff into the archive (I can test build on armel)

** Changed in: wxformbuilder (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Triaged

-- 
FTBFS on 9.04 armel
https://bugs.launchpad.net/bugs/310286
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 43092] Re: CompactFlash PCMCIA disk is not detected

2008-12-23 Thread effell
As reported back in April 08:
on Ubuntu 7.10/Thinkpad X31
- no such bug using 2.6.23.9 from kernel.org 
- yes such bug using 2.6.22.16 (current) from ubuntu reps.

-- 
CompactFlash PCMCIA disk is not detected
https://bugs.launchpad.net/bugs/43092
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 310839] [NEW] firefox crash or very slow ween flash is active in hebrew sites

2008-12-23 Thread amir
Public bug reported:

Binary package hint: firefox-3.0

In firefox-3.0 the flash slows browsing down or crashes the browser
every time in Hebrew sites, the flash bloker dose not block the flash
any more in the firefox-3.0.

i am using ubuntu 8.10

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
NonfreeKernelModules: wl
Package: firefox-3.0 3.0.5+nobinonly-0ubuntu0.8.10.1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.27-9-generic i686

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
firefox crash or very slow ween flash is active in hebrew sites
https://bugs.launchpad.net/bugs/310839
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 310839] Re: firefox crash or very slow ween flash is active in hebrew sites

2008-12-23 Thread amir

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

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/20681498/ExtensionSummary.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/20681499/profiles.ini.txt

-- 
firefox crash or very slow ween flash is active in hebrew sites
https://bugs.launchpad.net/bugs/310839
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 308669] Unsubscribing Sponsors.

2008-12-23 Thread Daniel Holbach
I'm unsubscribing the Sponsors' Team for now. Please re-subscribe when
ready.

-- 
Please sponsor tomboy 0.13.2 (main) into Jaunty
https://bugs.launchpad.net/bugs/308669
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 304500] Re: aoe: unknown cmd 240

2008-12-23 Thread trylik
** Changed in: aoetools (Ubuntu)
   Status: New = Confirmed

-- 
aoe: unknown cmd 240
https://bugs.launchpad.net/bugs/304500
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 194014] Re: -smp 2 causes QEMU VM to freeze when booting linux

2008-12-23 Thread Vsevolod Krishchenko
It looks like debian was not affected and bug is probably ubuntu-unique.

-- 
-smp 2 causes QEMU VM to freeze when booting linux
https://bugs.launchpad.net/bugs/194014
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 243565] Re: the text string Monitor dis plays wrong in russian startup-manager (bм онитор/b)

2008-12-23 Thread Jimmy Rönnholm
** Changed in: startup-manager
   Status: Fix Committed = Fix Released

-- 
the text string Monitor displays wrong in russian startup-manager 
(bмонитор/b)
https://bugs.launchpad.net/bugs/243565
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 308386] Re: Icon Hardlinked in .desktop File

2008-12-23 Thread Jimmy Rönnholm
Fixed in version 1.9.12

** Changed in: startup-manager
   Status: Fix Committed = Fix Released

-- 
Icon Hardlinked in .desktop File
https://bugs.launchpad.net/bugs/308386
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 282237] Re: Please eliminate dependency on imagemagick

2008-12-23 Thread Jimmy Rönnholm
Fixed in version 1.9.12

** Changed in: startup-manager
   Status: Fix Committed = Fix Released

-- 
Please eliminate dependency on imagemagick
https://bugs.launchpad.net/bugs/282237
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 310840] [NEW] Irssi channels disappear on quitting and starting irssi again

2008-12-23 Thread Mathiasdm
Public bug reported:

Binary package hint: irssi

I have a really absurd bug to report. When I quit irssi, and start it
again, one of my channels (added using '/channel add') disappears. So if
I exit and start irssi multiple times, several channels disappear.

1) Ubuntu release:  8.10.
2) irssi version: 0.8.12-4ubuntu2.
3) I quit and restart irssi, and expect all of the added channels to be there.
4) One of the channels disappears.

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

-- 
Irssi channels disappear on quitting and starting irssi again
https://bugs.launchpad.net/bugs/310840
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 293785] Re: [i855GM] Desktop effects could not be enabled (Intel)

2008-12-23 Thread Andrewsha
Hello Bryce!
I shall provide all information as soon as possible.
Buy

-- 
[i855GM] Desktop effects could not be enabled (Intel)
https://bugs.launchpad.net/bugs/293785
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 270617] Re: Display corruption after short period

2008-12-23 Thread Markus Golser
Reproduced using 2.6.28-rc8 on Intrepid :(

-- 
Display corruption after short period
https://bugs.launchpad.net/bugs/270617
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 19033] Re: systemwide default startup homepage ignored

2008-12-23 Thread Philippe Seewer
Hello Jordan!

Well, first of all the Workaround is meant for you to put to the default 
startup homepage into the mozilla.cfg not firefox.js. I still haven't 
been able to figure out how to fix that (Although I have to admit I 
wasn't able to spend much time debugging).

But second, you're correct. On a fully updated ubuntu the workaround 
doesn't work anymore. The file 'system-grepref.js' got renamed to 
'system-greprefs.js'. Here's an updated Workaround description:

1. create file mozilla.txt with the following contents
//
pref(browser.startup.homepage, http://www.launchpad.net;);
(Replace www.launchpad.net with your desired startup page)

2. Convert mozilla.txt to mozilla.cfg by using 
http://www.alain.knaff.lu/~aknaff/howto/MozillaCustomization/cgi/byteshf.cgi

3. Close all firefox instances

4. Edit/Create /etc/xulrunner-1.9/system-greprefs.js and add
pref(general.config.filename, mozilla.cfg);

5. Copy the file mozilla.cfg to /usr/lib/firefox-3.0.4 (Please don't 
forget to move this file to the new firefox directory if firefox is updated)

6. Start firefox, the default homepage should now be what you set in 
mozilla.cfg

I've attached a mozilla.cfg configured for 'http://www.google.com'.

Regards, and merry Christmas!
Philippe


** Attachment added: mozilla.cfg
   http://launchpadlibrarian.net/20681706/mozilla.cfg

-- 
systemwide default startup homepage ignored
https://bugs.launchpad.net/bugs/19033
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 310843] [NEW] Firefox crashes X on resize of window

2008-12-23 Thread rakkenes
Public bug reported:

Binary package hint: firefox-3.0

Ubuntu Gnome

Have firefox with lots of tabs, some with javascripts, I resize the
firefox window, and X crashes, landing me in the login screen.. when I
log in again,,some applications do not work anymore, so I have to do a
reboot.

Description:Ubuntu 8.04.1
Release:8.04

firefox:
  Installed: 3.0.5+nobinonly-0ubuntu0.8.04.1
  Candidate: 3.0.5+nobinonly-0ubuntu0.8.04.1
  Version table:
 *** 3.0.5+nobinonly-0ubuntu0.8.04.1 0
500 http://th.archive.ubuntu.com hardy-updates/main Packages
100 /var/lib/dpkg/status
 3.0~b5+nobinonly-0ubuntu3 0
500 http://th.archive.ubuntu.com hardy/main Packages

ProblemType: Bug
Architecture: amd64
Date: Tue Dec 23 15:33:22 2008
DistroRelease: Ubuntu 8.04
NonfreeKernelModules: nvidia
Package: firefox-3.0 3.0.5+nobinonly-0ubuntu0.8.04.1
PackageArchitecture: amd64
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.24-22-generic x86_64

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
Firefox crashes X on resize of window
https://bugs.launchpad.net/bugs/310843
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 310843] Re: Firefox crashes X on resize of window

2008-12-23 Thread rakkenes

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

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/20681741/ExtensionSummary.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/20681742/profiles.ini.txt

-- 
Firefox crashes X on resize of window
https://bugs.launchpad.net/bugs/310843
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 256637] Re: ata3: COMRESET failed (errno=-16)

2008-12-23 Thread sym_zo
I still have the same problem with the latest Intrepid server and
generic kernel as of today. I am in the same situation as Crimson Fox,
unable to even boot my computer.

Like the others, my error messages are about COMRESET failed
(errno=-16) until it times out.


** Attachment added: lspci_and_dmidecode.zip
   http://launchpadlibrarian.net/20681738/lspci_and_dmidecode.zip

-- 
ata3: COMRESET failed (errno=-16) 
https://bugs.launchpad.net/bugs/256637
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 306705] Re: No permission to call method (dbus 1.2.8)

2008-12-23 Thread Alberto Milone
The full source is available in my bazaar branch:
https://code.launchpad.net/~albertomilone/screen-resolution-extra/main

-- 
No permission to call method (dbus 1.2.8)
https://bugs.launchpad.net/bugs/306705
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 120834] Re: [i965] intel gm965 freezes with 3d applications

2008-12-23 Thread Bryce Harrington
Okay; I'd suggest trying a LiveCD before making conclusions about that -
many of the (esp. performance) changes in this version of the driver
require new features in the jaunty xserver/mesa to get the benefit.

Bryce

On Tue, Dec 23, 2008 at 08:00:28AM -, Shane Blake wrote:
 Sorry. Option 1. I havent yet tried option 2.
 
 - Shane
 
 On Tue, Dec 23, 2008 at 6:36 PM, Bryce Harrington br...@bryceharrington.org
  wrote:
 
  Shane, you didn't specify whether you were referring to option 1 or 2?
 
  --
  [i965] intel gm965 freezes with 3d applications
  https://bugs.launchpad.net/bugs/120834
  You received this bug notification because you are a direct subscriber
  of the bug.
 
  Status in X.Org X server: Fix Released
  Status in mesa source package in Ubuntu: Fix Released
  Status in xserver-xorg-video-intel source package in Ubuntu: Incomplete
  Status in mesa in Ubuntu Hardy: Confirmed
  Status in xserver-xorg-video-intel in Ubuntu Hardy: Invalid
  Status in xserver-xorg-video-intel source package in zUbuntu: Invalid
 
  Bug description:
  On some Intel GM965 machines, running OpenGL applications (eg. Blender,
  Second Life, the Endgame screensaver, Scorched3D) can crash the system.
 
  Symptoms: Colours go funny, then screen flashes between off and black with
  'please wait' cursor about 10 times, then stops; does not respond to
  Ctrl+Alt+F1 or Ctrl+Alt+Backspace, but does reboot on Alt+SysRq+b.  Logs the
  line
  Error in I830WaitLpRing(), timeout for 2 seconds
  in /var/log/Xorg.0.log.old
 
  (Please note that this is not the only X crash bug; if you cannot find
  an exact match for your symptoms then please file a new bug.)
 
  Workaround: Adding
 Option DRI false
  to the graphics controller Device section of /etc/X11/xorg.conf avoids this
  bug, but may drastically reduce performance.
 
  This bug has been reported upstream and you can follow the link to xorg
  bugzilla, but as of 29.12.07 no developer managed to reproduce this bug (how
  to trigger it seems to be hardware dependent, with some i965s not appearing
  to have it at all) so it will be very hard to fix unless that changes
  if you are suffering from this bug please go to xorg bugzilla and report
  your hardware specifics.
  also please edit this bug description and add the name and exact model of
  your affected laptop.
 
  list of affected laptops:
  Acer  Travelmate 6292
  Asus S62E Santa Rosa 965
  dell D830
  Dell 630
  Dell Inspiron 1420n
  Dell Inspiron 1525 (new)
  Dell Latitude D630
  Dell Latitude D830
  Dell Vostro 1310
  Dell XPS M1330
  HP Compac 6510b
  HP Compaq 6710b
  Thinkpad T61
  Thinkpad X61 Tablet
  Thinkpad X61s
  Apple Macbook (3,1/Santa Rosa)
  Acer Aspire 5315-052G12Mi
  Lenovo 3000 N200 (TY2BBGE)
  Sony vaio CR160
 
  also if you have one of these laptops and are not affected please tell
  us!
 
 
 
 -- 
 [i965] intel gm965 freezes with 3d applications
 https://bugs.launchpad.net/bugs/120834
 You received this bug notification because you are a member of Ubuntu-X,
 which is subscribed to mesa in ubuntu.

-- 
[i965] intel gm965 freezes with 3d applications
https://bugs.launchpad.net/bugs/120834
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 29042] Re: Simple page causes Firefox to hang forever using 100% CPU

2008-12-23 Thread Martin Mai
This bug report is being closed due to your last comment regarding this
being fixed with an update. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at https://wiki.ubuntu.com/Bugs/Status
. Thank you again for taking the time to report this bug and helping to
make Ubuntu better. Feel free to submit any future bugs you may find.

** Changed in: firefox (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: firefox
   Status: New = Invalid

-- 
Simple page causes Firefox to hang forever using 100% CPU
https://bugs.launchpad.net/bugs/29042
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 290506] Re: cheese malfunctioning with UVCVIDEO webcams (was cheese doesn't show v4l2 video output and disables output on gstreamer-based apps ran afterwards)

2008-12-23 Thread luca dep
With the last proposed kernel (2.6.27-11) my integrated webcam works
both in cheese and skype perfectly.

-- 
cheese malfunctioning with UVCVIDEO webcams (was cheese doesn't show v4l2 video 
output and disables output on gstreamer-based apps ran afterwards)
https://bugs.launchpad.net/bugs/290506
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 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Vide
I was affected by this problem as well and I can confirm that using
2.6.27-11 and the nodfs mount option the problem is solved. I tested
this on x86 and x86_64.

I can add that with the -9 kernel the
/proc/fs/cifs/LinuxExtensionsEnabled workarond wasn't working anymore
(with previous revisions it worked smoothly, but it was a workaround)

-- 
Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10
https://bugs.launchpad.net/bugs/286828
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 278531] Re: [ooo-build] openoffice crash when opening document

2008-12-23 Thread sebek
It seems I have the same problem on Hardy with another piece of html I 
copied/paste from the web onto an odt.
See the document visites-appart-2009.odt attached. The crash is not systematic, 
you sometimes have to scroll up and down 2 or 3 times through the whole 
document.

I tried to obtain a backtrace, unfortunately, when I follow instructions on 
 
https://wiki.ubuntu.com/DebuggingProgramCrash?action=showredirect=DebuggingProgramCrashes
I can not install dbg symbol :
 sudo apt-get install openoffice.org-core-dbgsym openoffice.org-writer-dbgsym 
 [...]
 Les paquets suivants contiennent des dépendances non satisfaites :
  openoffice.org-core-dbgsym: Dépend: openoffice.org-core (= 
1:2.4.1-1ubuntu2.1) mais 1:2.4.1-11ubuntu2.1 devra être  installé
  openoffice.org-writer-dbgsym: Dépend: openoffice.org-writer (= 
1:2.4.1-1ubuntu2.1) mais 1:2.4.1-11ubuntu2.1 devra être installé

Anyway, I still looked at the backtrace with gdb and found out that the 
openoffice is crashing on my document (visites-appart-2009.odt) on  :
 
 [Thread 0xaec90b90 (LWP 11853) exited] 
 Program received signal SIGSEGV, Segmentation fault.
 [Switching to Thread 0xa9b19b90 (LWP 11859)] 
 0xad194025 in ?? () from /usr/lib/openoffice/program/libucpdav1.so

while openoffice crashes on aarding.odt on :

 [Thread 0xaad88b90 (LWP 16877) exited]
 [Thread 0xad58db90 (LWP 16872) exited] 
 Program received signal SIGSEGV, Segmentation fault.
 [Switching to Thread 0xaea8eb90 (LWP 16870)]
 0xb2c55027 in ?? () from /usr/lib/openoffice/program/libucpdav1.so

Both crashes are in the same .so library ...

Can sometimes try to reproduce with dbg symbol installed? 
Also I see on the Novell bug that it may be fixed in OOo 3.0.

** Attachment added: visites-appart-2009.odt
   http://launchpadlibrarian.net/20681848/visites-appart-2009.odt

-- 
[ooo-build] openoffice crash when opening document
https://bugs.launchpad.net/bugs/278531
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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

[Bug 214829] Re: [hardy] Cannot xforward firefox

2008-12-23 Thread Bug Watch Updater
** Changed in: firefox
   Status: Unknown = Invalid

-- 
[hardy] Cannot xforward firefox
https://bugs.launchpad.net/bugs/214829
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 93417] Re: Image scaling bug in gspca kernel module.

2008-12-23 Thread Frodon
For what i'm concerned intrepid fixed this issue for me with skype. I'm
using the medibuntu skype package if it matters.

So this bug is behind me now, i hope i'm not just the lucky guy here and
that the issue has been really dealt with.

-- 
Image scaling bug in gspca kernel module.
https://bugs.launchpad.net/bugs/93417
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 310845] [NEW] php5 serialize() function corrupt strings

2008-12-23 Thread sir_gon
*** This bug is a security vulnerability ***

Public security bug reported:

Binary package hint: libapache2-mod-php5

Package: PHP5: Version: 5.2.6-2ubuntu4
Ubuntu: 8.10 Intrepid Ibex

If a common object with protected or private properties is serialized, the 
returned string includes invalid characters.
This problem could affect the any php webservices on a Ubuntu based server.

Example script serializeTest.php:

/
?php
class Something
{
  public $a = '123';
  protected $b = 'abc';
  private $c = 'xyz';
}

$data = new Something();
var_dump( $data ); // = OK
var_dump( serialize($data) ); // = Show invalid characters
/

If I running the same script in php5-cgi, the problem does not happen.
Also I tried in hosting with php 5.2.6, and it does not happen the problems 
either.

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

** Visibility changed to: Public

-- 
php5 serialize() function corrupt strings
https://bugs.launchpad.net/bugs/310845
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 310756] Re: File-roller 2.24.1 in Jaunty makes xserver crash when deziping an archive with a password

2008-12-23 Thread François Blondel
** Description changed:

  Binary package hint: file-roller
  
  Hello,
  File-roller 2.24.1 in Jaunty makes x server crash when de-ziping an archive 
with a password. I had created these archive, that contain Photo before with 
the same file-roller.
  Then gnome freeze, Only mouse and TTY are available.
  
  I have reproduced the bug 3 times
  
  
  apt-cache policy file-roller
  file-roller:
Installé : 2.24.1-1ubuntu2
Candidat : 2.24.1-1ubuntu2
   Table de version :
   *** 2.24.1-1ubuntu2 0
  500 http://fr.archive.ubuntu.com jaunty/main Packages
  100 /var/lib/dpkg/status
  
  Please ask me if more Information is needed.
  Thanks
+ 
+ 
+ PS : I'm running kernel 2.6.28-3 x86-64

-- 
File-roller 2.24.1 in Jaunty makes xserver crash when deziping an archive with 
a password
https://bugs.launchpad.net/bugs/310756
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 310840] [NEW] Irssi channels disappear on quitting and starting irssi again

2008-12-23 Thread Gerfried Fuchs
* Mathiasdm mathias.dem...@gmail.com [2008-12-23 09:52:35 CET]:
 I have a really absurd bug to report. When I quit irssi, and start it
 again, one of my channels (added using '/channel add') disappears. So if
 I exit and start irssi multiple times, several channels disappear.

 Disappear in what way? Did you /save after you /channel add them?
Do you have /set settings_autosave turned off? Or do you expect to
have a window for them?

 I would like you to inspect your settings_autosave setting, try to get
used to type /save (and propably even /layout save before that). If
they are gone from /channel list it might mean that you didn't /save
after you added them and that autosave was turned off or you connected
too quickly after adding it?

 Thanks for further informations. :)
Rhonda

-- 
Irssi channels disappear on quitting and starting irssi again
https://bugs.launchpad.net/bugs/310840
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 260849] Re: photoprint is missing libgutenprint.so.2

2008-12-23 Thread eitch
Setting the soft link only works to start the application, but when
trying to print the application immediately crashes.

Recompiling from the source solved the problem

-- 
photoprint is missing libgutenprint.so.2
https://bugs.launchpad.net/bugs/260849
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 310850] [NEW] epiphany won't open .torrent files with deluge

2008-12-23 Thread wilk
Public bug reported:

.torrent files are configured to be opened by deluge in nautilus. The relevant 
entry is in .local/share/applications/mimeapps.list and double-clicking on a 
.torrent file in nautilus launches deluge.
However, clicking on a .torrent link in epiphany launches btdownload. Changing 
the order in /usr/local/share/applications/mimeinfo.cache (putting 
deluge.torrent in the first place) fixes it but it's periodically changed again 
(some mime update i guess). It seems the .local settings are ignored.

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: New

-- 
epiphany won't open .torrent files  with deluge
https://bugs.launchpad.net/bugs/310850
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 310848] [NEW] audio cd not recognised

2008-12-23 Thread Marc Cheng
Public bug reported:

none of my audio cd's are recognised, neither in jaunty nor in intrepid, both 
with kde 4.2.
datacd, dvd, no problem. i don't even get a notification about the cd. i tested 
with internal and external cd drive.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
audio cd not recognised
https://bugs.launchpad.net/bugs/310848
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 272466] Re: linphone crashes on startup: symbol lookup error: /usr/lib/libmediastreamer.so.0: undefined symbol: sws_getContext (needs a no-change rebuild)

2008-12-23 Thread Max Bowsher
Fixed in 2.1.1-1build1.

** Changed in: linphone (Ubuntu)
   Status: New = Fix Released

-- 
linphone crashes on startup: symbol lookup error: 
/usr/lib/libmediastreamer.so.0: undefined symbol: sws_getContext (needs a 
no-change rebuild)
https://bugs.launchpad.net/bugs/272466
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


  1   2   3   4   5   6   7   8   9   10   >