[Bug 236830] Re: cifs does not support kerberos authentication

2008-07-24 Thread wzzrd
Hi Steve,

I had downloaded the source tarball from Samba.org at home and I'm not
able to download the source deb from Intrepid at work, so I built Samba
3.2.0 from source and created a deb with checkinstall. Quick  dirty.

After pulling in the correct -dev packages, I configured with:

./configure --enable-cups --with-ads --with-cifsmount --with-ldap
--enable-fam --with-cifsspnego --with-dnsupdate --with-automount --with-
winbind --with-krb5

I installed the new version of samba in /usr/local/samba and installed
the kernel from -proposed.

I followed your instructions above (the request-key.conf stuff) and I am
now able to mount a cifs share on my machine. So the kernel patch works,
that's for sure; at least for a Kerberos cache generated during Likewise
login (I use Likewise Open).

What does surprise me a bit is the fact that if I klist, I can see my
TGT and, directly after mount, the host ticket from the fileserver.
After a while though, the latter disappears, even though I still have
the cifs share mounted and accessible. Maybe that has something to do
with Likewise; I'm more used to using pam_krb5, which does not purge
tickets this soon.

Apart from that, I can only mount the cifs share with sec=krb, not with
sec=krb5i. During debugging this, I found that cifs.spnego segfaults
horribly when started on it's own. As said, mounting seems to work
though. I'll try downloading the Intrepid samba source deb at home
tonight, maybe you guys have applied some patches on it?

-- 
cifs does not support kerberos authentication
https://bugs.launchpad.net/bugs/236830
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 227744] Re: dapper upgrade to hardy: openldap silently refuses to start when unable to open SSL certificates - main: TLS init def ctx failed: -64

2008-07-24 Thread msiebuhr
Another small problem with it; the AppArmor profile allows reading from
/etc/ssl/certs/* and /etc/ssl/private/* - but because of this bug, you
have to put the cert elsewhere, forcing one to break the AppArmor
profile.

As a temporary solution, the installer could add /etc/ldap/private/,
owned by openldap:openldap and modify AppArmor to allow slapd to read
from that directory?

-- 
dapper upgrade to hardy: openldap silently refuses to start when unable to open 
SSL certificates - main: TLS init def ctx failed: -64
https://bugs.launchpad.net/bugs/227744
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 251160] Re: Mythbuntu CC fails to shutdown MySQL when adding primary server role.

2008-07-24 Thread Paul
My apologies, should have done that in the first place:


Jul 23 15:14:23 ubuntu mysqld_safe[13096]: PLEASE REMEMBER TO SET A 
PASSWORD FOR THE MySQL root USER !
Jul 23 15:14:23 ubuntu mysqld_safe[13096]: To do so, start the server, 
then issue the following commands:
Jul 23 15:14:23 ubuntu mysqld_safe[13096]: /usr/bin/mysqladmin -u root 
password 'new-password'
Jul 23 15:14:23 ubuntu mysqld_safe[13096]: /usr/bin/mysqladmin -u root 
-h ubuntu password 'new-password'
Jul 23 15:14:23 ubuntu mysqld_safe[13096]:
Jul 23 15:14:23 ubuntu mysqld_safe[13096]: Alternatively you can run:
Jul 23 15:14:23 ubuntu mysqld_safe[13096]: 
/usr/bin/mysql_secure_installation
Jul 23 15:14:23 ubuntu mysqld_safe[13096]:
Jul 23 15:14:23 ubuntu mysqld_safe[13096]: which will also give you the 
option of removing the test
Jul 23 15:14:23 ubuntu mysqld_safe[13096]: databases and anonymous user 
created by default.  This is
Jul 23 15:14:23 ubuntu mysqld_safe[13096]: strongly recommended for 
production servers.
Jul 23 15:14:23 ubuntu mysqld_safe[13096]:
Jul 23 15:14:23 ubuntu mysqld_safe[13096]: See the manual for more 
instructions.
Jul 23 15:14:23 ubuntu mysqld_safe[13096]:
Jul 23 15:14:23 ubuntu mysqld_safe[13096]: Please report any problems 
with the /usr/bin/mysqlbug script!
Jul 23 15:14:23 ubuntu mysqld_safe[13096]:
Jul 23 15:14:23 ubuntu mysqld_safe[13096]: The latest information about 
MySQL is available on the web at
Jul 23 15:14:23 ubuntu mysqld_safe[13096]: http://www.mysql.com
Jul 23 15:14:23 ubuntu mysqld_safe[13096]: Support MySQL by buying 
support/licenses at http://shop.mysql.com
Jul 23 15:14:23 ubuntu mysqld_safe[13164]: ERROR: 1046  No database selected
Jul 23 15:14:23 ubuntu mysqld_safe[13164]: 080723 15:14:23 [ERROR] Aborting
Jul 23 15:14:23 ubuntu mysqld_safe[13164]:
Jul 23 15:14:23 ubuntu mysqld_safe[13164]: 080723 15:14:23 [Note] 
/usr/sbin/mysqld: Shutdown complete
Jul 23 15:14:23 ubuntu mysqld_safe[13164]:
Jul 23 15:14:26 ubuntu mysqld_safe[13310]: started
Jul 23 15:14:26 ubuntu mysqld[13314]: InnoDB: The first specified data 
file ./ibdata1 did not exist:
Jul 23 15:14:26 ubuntu mysqld[13314]: InnoDB: a new database to be created!
Jul 23 15:14:26 ubuntu mysqld[13314]: 080723 15:14:26  InnoDB: Setting 
file ./ibdata1 size to 10 MB
Jul 23 15:14:26 ubuntu mysqld[13314]: InnoDB: Database physically writes 
the file full: wait...
Jul 23 15:14:26 ubuntu mysqld[13314]: 080723 15:14:26  InnoDB: Log file 
./ib_logfile0 did not exist: new to be created
Jul 23 15:14:26 ubuntu mysqld[13314]: InnoDB: Setting log file 
./ib_logfile0 size to 5 MB
Jul 23 15:14:26 ubuntu mysqld[13314]: InnoDB: Database physically writes 
the file full: wait...
Jul 23 15:14:26 ubuntu mysqld[13314]: 080723 15:14:26  InnoDB: Log file 
./ib_logfile1 did not exist: new to be created
Jul 23 15:14:26 ubuntu mysqld[13314]: InnoDB: Setting log file 
./ib_logfile1 size to 5 MB
Jul 23 15:14:26 ubuntu mysqld[13314]: InnoDB: Database physically writes 
the file full: wait...
Jul 23 15:14:26 ubuntu mysqld[13314]: InnoDB: Doublewrite buffer not 
found: creating new
Jul 23 15:14:26 ubuntu mysqld[13314]: InnoDB: Doublewrite buffer created
Jul 23 15:14:26 ubuntu mysqld[13314]: InnoDB: Creating foreign key 
constraint system tables
Jul 23 15:14:26 ubuntu mysqld[13314]: InnoDB: Foreign key constraint 
system tables created
Jul 23 15:14:26 ubuntu mysqld[13314]: 080723 15:14:26  InnoDB: Started; 
log sequence number 0 0
Jul 23 15:14:26 ubuntu mysqld[13314]: 080723 15:14:26 [Note] 
/usr/sbin/mysqld: ready for connections.
Jul 23 15:14:26 ubuntu mysqld[13314]: Version: '5.0.51a-3ubuntu5.1'  
socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Ubuntu)
Jul 23 15:14:27 ubuntu /etc/mysql/debian-start[13350]: Upgrading MySQL 
tables if necessary.
Jul 23 15:14:27 ubuntu /etc/mysql/debian-start[13357]: Looking for 
'mysql' in: /usr/bin/mysql
Jul 23 15:14:27 ubuntu /etc/mysql/debian-start[13357]: Looking for 
'mysqlcheck' in: /usr/bin/mysqlcheck
Jul 23 15:14:27 ubuntu /etc/mysql/debian-start[13357]: Running 
'mysqlcheck'...
Jul 23 15:14:27 ubuntu /etc/mysql/debian-start[13357]: 
mysql.columns_priv OK
Jul 23 15:14:27 ubuntu /etc/mysql/debian-start[13357]: 
mysql.db   OK
Jul 23 15:14:27 ubuntu /etc/mysql/debian-start[13357]: 
mysql.func OK
Jul 23 15:14:27 ubuntu /etc/mysql/debian-start[13357]: 
mysql.help_categoryOK
Jul 23 15:14:27 ubuntu /etc/mysql/debian-start[13357]: 
mysql.help_keyword OK
Jul 23 15:14:27 ubuntu /etc/mysql/debian-start[13357]: 
mysql.help_relationOK
Jul 23 15:14:27 ubuntu /etc/mysql/debian-start[13357]: 
mysql.help_topic   OK
Jul 23 15:14:27 ubuntu /etc/mysql/debian-start[13357]: 
mysql.host OK
Jul 23 15:14:27 ubuntu /etc/mysql/debian-start[13357]: 
mysql.proc  

[Bug 26397] Re: libapache2-mod-python: modpython segfaults when SSL is enabled in Postgresql

2008-07-24 Thread Bug Watch Updater
** Changed in: libapache2-mod-python (Debian)
   Status: New = Fix Released

-- 
libapache2-mod-python: modpython segfaults when SSL is enabled in Postgresql
https://bugs.launchpad.net/bugs/26397
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 251469] [NEW] samba nightmare

2008-07-24 Thread codeslinger
Public bug reported:

Binary package hint: samba

Ubuntu 8.0.4 Hardy Heron Desktop

I have spent *DAYS* trying to get this to work!!!
now my ubuntu system is so badly hosed it looks like I will have to restore 
from backup.

all I did was uninstall samba and cups and then attempt to reinstall them.
I did this because THEY DONT FRIGGIN WORK

all I want is for the most basic and fundamental of things
something that SHOULD HAVE WORKED OUT OF THE BOX WITHOUT ADDITIONAL
INSTALL REQUIRED

I want/need to run ubuntu in a mixed environment with windows 98 and
windows XP computers.  I want and need for those computers to be able to
access files and *printers* that are on the ubuntu computer.  Why is
that so difficult?

I am not a newbe, I know how to check the box that says to enable
sharing and to share this printer.  too bad it doesn't actually
work.  have you tried it on a clean install of ubuntu

The corruption problems started after I installed gsambad and  system-
config-samba(?)after that I could no longer open the printing config
program on the system/admin menu.  after fiddling around for awhile I
resorted to removal of samba and cups and the attempt to reinstall
them...

--

I have tried a lot of linux distros over the years.  and I swear by
linux for servers.  but on the desktop it is a whole other story of
endless promise and disappointment.  So far ubuntu is the closest I have
come to a total linux desktop success, but the fact that it can not out-
of-the-box interoperate with other MS Windows computers is a *MAJOR*
design flaw.   It should not be necessary to install additional software
in order to share a printer, it should not be required to read 100+
pages of highly technical docs to get samba file and print sharing to
work.  every other distro I have tried has successfully done printer and
file sharing  (sometimes with a battle, but always with a success),
where other distros have fallen down is on krappy sound, video and
browser support.  Ubuntu on the other hand is the first distro I have
found that has great!!! sound and , video and browser support, but where
it falls flat on it's face is the krappy printer and file sharing *total
lack* of support.

Yes, I have Read The Fine Manual, I have checked the appropriate boxes,
I have installed the appropriate packages, but after *DAYS* of effort it
still does not work.  I am not an idiot, but krap like this sure makes
me feel like one.  I tell you what though, if I can't figure it out,
with as much time and knowledge and experience as I have, then it is a
sure bet that casual end users of computers are sure as heck not even
going to be close to being able to use it.


I want Ubuntu to be a success, You want Ubuntu to be a success, so please fix 
this mess!

ProblemType: Package
Architecture: i386
Date: Thu Jul 24 04:21:43 2008
DistroRelease: Ubuntu 8.04
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: samba-common 3.0.28a-1ubuntu4.4
PackageArchitecture: i386
SourcePackage: samba
Title: package samba-common 3.0.28a-1ubuntu4.4 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-package

-- 
samba nightmare
https://bugs.launchpad.net/bugs/251469
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 251469] Re: samba nightmare

2008-07-24 Thread codeslinger

** Attachment added: currently installed synaptic packages -- broken system
   http://launchpadlibrarian.net/16279541/synaptic_pkgs_final_total_disaster.txt

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

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

-- 
samba nightmare
https://bugs.launchpad.net/bugs/251469
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 251469] Re: samba nightmare

2008-07-24 Thread codeslinger
attached is the synaptic package list after installing the additional
packages that broke the printer config system.


** Attachment added: synaptic package - broken printing
   http://launchpadlibrarian.net/16279605/printer-krap-very-broken.txt

-- 
samba nightmare
https://bugs.launchpad.net/bugs/251469
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 251469] Re: samba nightmare

2008-07-24 Thread codeslinger
for comparison,

attached is my synaptic config when everything still basically worked,
this was after a successful install (by hand) of vmware.

of course at this point, file and printer sharing is *NOT* working...

and I have not yet attempted to install samba in order to get it to
work.



** Attachment added: synaptic packages - everything still works, but has no 
sharing capability
   http://launchpadlibrarian.net/16279695/2008-07-16_after_vmware.txt

-- 
samba nightmare
https://bugs.launchpad.net/bugs/251469
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 251469] Re: samba nightmare

2008-07-24 Thread codeslinger
by the way, I am a computer consultant / sysadmin for several different
companies.  I would like nothing better than to convert those companies
to using ubuntu and to avoid Vista altogether.

My samba nightmare is that in one of those companies, their main
computer died and I foolishly decided to replace it with ubuntu on the
strength of the testing I had already done.  Well it has been several
days now of high stress effort and I still don't have the printer
sharing working.

Oh, ubuntu can print to other printers just fine, but I can't stick a
printer on ubuntu and enable other people to access it from MS Windows.
Your doc's on this subject are er uh shall we say... *inadequate*.  Now,
mind you, in the past I've gotten printer sharing to work just fine on
other distros, so it was a real shock to not be able to get it to work
on ubuntu.

right now my name is mud, and so is ubuntu's

-- 
samba nightmare
https://bugs.launchpad.net/bugs/251469
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 250090] Re: winbind upgrade breaks smbusers

2008-07-24 Thread howl
*** This bug is a duplicate of bug 244411 ***
https://bugs.launchpad.net/bugs/244411

If apt-get remove windbind reported no package found then you aren't
issued by this bug, also i have my shares server name and ip in the
hosts table and it did nothing.

-- 
winbind upgrade breaks smbusers
https://bugs.launchpad.net/bugs/250090
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 251433] Re: dpkg-reconfigure postfix partly broken

2008-07-24 Thread Scott Kitterman
Confirmed based on bug in Debian.

** Bug watch added: Debian Bug tracker #484246
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484246

** Also affects: postfix (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484246
   Importance: Unknown
   Status: Unknown

** Changed in: postfix (Ubuntu)
   Importance: Undecided = High
   Status: New = Confirmed

-- 
dpkg-reconfigure postfix partly broken
https://bugs.launchpad.net/bugs/251433
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 172260] Re: [mysql] multiple vulnerabilities

2008-07-24 Thread Hew McLachlan
Ubuntu Edgy Eft is no longer supported, so a SRU will not be issued for
this release. Marking Edgy as Won't Fix.

** Changed in: mysql-dfsg-4.1 (Ubuntu Edgy)
   Status: New = Won't Fix

** Changed in: mysql-dfsg (Ubuntu Edgy)
   Status: New = Won't Fix

-- 
[mysql] multiple vulnerabilities
https://bugs.launchpad.net/bugs/172260
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


[Bug 235560] Re: Connect to smb server by name doesn't work, but by IP address does

2008-07-24 Thread Brandon Powers
Setting /etc/samba/smb.conf to:

  name resolve order = lmhosts wins bcast host

And leaving /etc/nsswitch.conf as default allows me to browse OK.

Thanks for the advice Steve. You said:

... Opendns breaks the assumption that DNS servers won't return bogus
records when asked for hosts that they have no clue about. This should
be considered a bug in opendns...

Unfortunately Charter, Verizon and several other ISPs also set up their
DNS the same way - they see it as a revenue generator and have no
sympathy for the issues it causes.

Thanks,
Brandon

-- 
Connect to smb server by name doesn't work, but by IP address does
https://bugs.launchpad.net/bugs/235560
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 230016] Re: [intrepid] Rebuild with perl 5.10

2008-07-24 Thread Devid Antonio Filoni
The debdiff for entity

** Attachment added: entity_1.0.1-9ubuntu3build1.debdiff
   http://launchpadlibrarian.net/16287334/entity_1.0.1-9ubuntu3build1.debdiff

** Changed in: entity (Ubuntu)
 Assignee: (unassigned) = Devid Antonio Filoni (d.filoni)

** Changed in: entity (Ubuntu)
   Status: New = Confirmed

-- 
[intrepid] Rebuild with perl 5.10
https://bugs.launchpad.net/bugs/230016
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 251620] Re: openssh-server is unable to receive connections on some ports

2008-07-24 Thread liorda
running updated hardy, without any special hacks. and i only set one listening 
port at a time:
- edit config file and changing the Port directive: Port 22 / Port 22184 / 
etc.
- sudo /etc/init.d/ssh restart
- ssh localhost -p portnum

-- 
openssh-server is unable to receive connections on some ports
https://bugs.launchpad.net/bugs/251620
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 251620] [NEW] openssh-server is unable to receive connections on some ports

2008-07-24 Thread liorda
Public bug reported:

very strange problem (bug). when trying to set the listening port for
ssh to 22184 i get:

$ ssh localhost -p 22184
Read from socket failed: Connection reset by peer

but when setting the listening port (on /etc/ssh/sshd_config, of course)
to some other ports (2, 22, 23, 22186) and restarting the service, i
can connect without a problem.

no firewall is installed.

can someone please confirm this behavior?

thanks

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

-- 
openssh-server is unable to receive connections on some ports
https://bugs.launchpad.net/bugs/251620
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 230016] Re: [intrepid] Rebuild with perl 5.10

2008-07-24 Thread Devid Antonio Filoni
Adjusted the revision number for entity

** Attachment added: entity_1.0.1-9ubuntu4.debdiff
   http://launchpadlibrarian.net/16287778/entity_1.0.1-9ubuntu4.debdiff

-- 
[intrepid] Rebuild with perl 5.10
https://bugs.launchpad.net/bugs/230016
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 230016] Re: [intrepid] Rebuild with perl 5.10

2008-07-24 Thread Launchpad Bug Tracker
This bug was fixed in the package entity - 1.0.1-9ubuntu4

---
entity (1.0.1-9ubuntu4) intrepid; urgency=low

  * Rebuild for perl 5.10 transition (LP: #230016).

 -- Devid Filoni [EMAIL PROTECTED]   Thu, 24 Jul 2008 21:21:46
+0200

** Changed in: entity (Ubuntu)
   Status: Confirmed = Fix Released

-- 
[intrepid] Rebuild with perl 5.10
https://bugs.launchpad.net/bugs/230016
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 251625] [NEW] PHP5-CLI doesn't print floats properly

2008-07-24 Thread Jim
Public bug reported:

Binary package hint: php5

PHP5 CLI isn't printing decimals properly.

Example:

?
$n = array(0,1e-8, 1e-7, 1e-6,1e-5,1e-4,1e-3,1e-2,1e-1, 0.2, 0.3, 0.4, 0.5);

for($i = 0; $i  count($n); $i++){
  print $n[$i].\n;
}

?

output:
0
1.0E-8
:.0E-8
:.0E-7
1.0E-5
0.0001
0.001
0.01
0.1
0.2
0.3
0.4
0.5


Some of the numbers aren't printed properly, or with a : where a digit should 
be...

output of php -v
PHP 5.2.4-2ubuntu5.3 with Suhosin-Patch 0.9.6.2 (cli) (built: Jul 23 2008 
06:44:49) 
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies

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

-- 
PHP5-CLI doesn't print floats properly
https://bugs.launchpad.net/bugs/251625
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 251299] Re: squid init script status action

2008-07-24 Thread Bug Watch Updater
** Changed in: squid (Debian)
   Status: Unknown = New

-- 
squid init script status action
https://bugs.launchpad.net/bugs/251299
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 251632] [NEW] DHCP client should not create temporary files in /etc

2008-07-24 Thread Mikael Ståldal
Public bug reported:

Binary package hint: dhcp3-client

When /sbin/dhclient-script updates /etc/resolv.conf, it creates a
temporary file /etc/resolv.conf.dhclient-new.

It's not a good idea to create temporary files in /etc, they should be
created in /tmp instead.

/etc might be mounted read-only, and then /sbin/dhclient-script fails.
Or /etc might be on a device you don't want unnecessary write access on
(e.g. flash disk).

I have made a patch to fix the problem. Now it's possible to have /etc
read-only if it contains resolv.conf as a symlink to some writeable
filesystem (e.g. /tmp/resolv.conf).

1)
Description:Ubuntu 8.04.1
Release:8.04

2)
dhcp3-client  3.0.6.dfsg-1ubuntu9

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

-- 
DHCP client should not create temporary files in /etc
https://bugs.launchpad.net/bugs/251632
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 251641] [NEW] openvpn init script lacks the 'status' action [edit]

2008-07-24 Thread Nathan Handler
Public bug reported:

Binary package hint: openvpn

openvpn init script lacks the 'status' action. It would be useful to be able to 
determine if the status daemon is running or not by querying:
 * /etc/init.d/openvpn status

A concerted effort is being made to add status actions to many Ubuntu services' 
init scripts:
 * https://wiki.ubuntu.com/InitScriptStatusActions

** Affects: openvpn (Ubuntu)
 Importance: Undecided
 Assignee: Nathan Handler (nhandler)
 Status: In Progress

** Changed in: openvpn (Ubuntu)
 Assignee: (unassigned) = Nathan Handler (nhandler)
   Status: New = In Progress

-- 
openvpn init script lacks the 'status' action  [edit]   
https://bugs.launchpad.net/bugs/251641
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 251625] Re: PHP5-CLI doesn't print floats properly

2008-07-24 Thread Kees Cook
This appears to be i386 only and a gutsy/hardy regression, not one
introduced by updates or security versions.

** Changed in: php5 (Ubuntu)
   Importance: Undecided = High
   Status: New = Confirmed

-- 
PHP5-CLI doesn't print floats properly
https://bugs.launchpad.net/bugs/251625
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 247087] Re: samba init script status action

2008-07-24 Thread Dustin Kirkland
** Changed in: samba (Ubuntu)
   Status: Confirmed = Triaged

-- 
samba init script status action
https://bugs.launchpad.net/bugs/247087
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 247084] Re: bind9 init script status_of_proc() call should use pid

2008-07-24 Thread Dustin Kirkland
** Changed in: bind9 (Ubuntu)
   Status: In Progress = Triaged

-- 
bind9 init script status_of_proc() call should use pid
https://bugs.launchpad.net/bugs/247084
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 251625] Re: PHP5-CLI doesn't print floats properly

2008-07-24 Thread Jamie Strandboge
Confirmed i386 only.  Regression starts with 5.2.4-2ubuntu5 on hardy.

-- 
PHP5-CLI doesn't print floats properly
https://bugs.launchpad.net/bugs/251625
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 251625] Re: PHP5-CLI doesn't print floats properly

2008-07-24 Thread Jamie Strandboge
8.04 LTS is only affected version.

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

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

** Changed in: php5 (Ubuntu Hardy)
   Importance: Undecided = High

-- 
PHP5-CLI doesn't print floats properly
https://bugs.launchpad.net/bugs/251625
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 120375] Re: cannot boot raid1 with only one disk

2008-07-24 Thread Dustin Kirkland
initramfs-tools patch.

:-Dustin

** Attachment added: initramfs-tools.120375.debdiff
   http://launchpadlibrarian.net/16293732/initramfs-tools.120375.debdiff

** Changed in: mdadm (Ubuntu)
   Status: Confirmed = Triaged

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 120375] Re: cannot boot raid1 with only one disk

2008-07-24 Thread Dustin Kirkland
mdadm patch.

:-Dustin

** Attachment added: mdadm.120375.debdiff
   http://launchpadlibrarian.net/16293729/mdadm.120375.debdiff

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 120375] Re: cannot boot raid1 with only one disk

2008-07-24 Thread Dustin Kirkland
I have a pair of debdiffs which will be posted in the following two
messages.  One for mdadm, and a second for initramfs-tools.

The mdadm patch supports an optional kernel parameter, which can be any of:
 * bootdegraded
 * bootdegraded=true
 * bootdegraded=yes
 * bootdegrade=1

If a RAID device containing the root filesystem fails to start, the mdadm 
failure hooks will eventually run.  When they do, the kernel command line will 
be checked for a valid 'bootdegraded' flag.  If it is set affirmatively, it 
will run:
 * mdadm --assemble --scan --run
which will attempt to start the array in a degraded mode.

I have also changed the printed error message to direct the user to use
bootdegraded=true.



For the failure hooks to execute before the init scripts bail out, I
have a patch to initramfs-tools.

Here, I split out the mountroot-fail.hooks code to its own independently
callable function, call_failure_hooks().  And the panic() function
conditionally invokes call_failure_hooks().

Furthermore, the local script invokes the call_failure_hooks() function
*before* it gives up on finding the root device.

I have packages available for testing in my PPA.
 * https://launchpad.net/~kirkland/+archive

:-Dustin

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 251641] Re: openvpn init script lacks the 'status' action [edit]

2008-07-24 Thread Dustin Kirkland
** Changed in: openvpn (Ubuntu)
   Importance: Undecided = Wishlist
   Status: In Progress = Confirmed

-- 
openvpn init script lacks the 'status' action  [edit]   
https://bugs.launchpad.net/bugs/251641
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 251641] Re: openvpn init script lacks the 'status' action [edit]

2008-07-24 Thread Nathan Handler
** Changed in: openvpn (Ubuntu)
   Status: Confirmed = In Progress

-- 
openvpn init script lacks the 'status' action  [edit]   
https://bugs.launchpad.net/bugs/251641
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 251620] Re: openssh-server is unable to receive connections on some ports

2008-07-24 Thread mcas
Thank you for reporting this bug. Have you checked if the port is in use
by another application?

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

-- 
openssh-server is unable to receive connections on some ports
https://bugs.launchpad.net/bugs/251620
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 251469] Re: samba nightmare

2008-07-24 Thread mcas
Thank you for reporting this bug. Can you please describe how you
reinstall samba and cups? Have you deleted some files manually?

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

-- 
samba nightmare
https://bugs.launchpad.net/bugs/251469
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 239889] Re: Package request for petitboot (for PS3)

2008-07-24 Thread Danny Piccirillo
** Changed in: ubuntu-ps3-port
   Status: New = Confirmed

-- 
Package request for petitboot (for PS3)
https://bugs.launchpad.net/bugs/239889
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 191137] Re: [Hardy] ACPI Embedded Controller (EC) stops boot when kernel boot 'quiet' option is enabled or AC power is connected

2008-07-24 Thread Thomas McKay
My deepest thanks go out to everybody involved in solving this showstopper
of a bug.
After enabling proposed and upgrading the kernel this bug is just a bad
dream now, a problem of the past.

THANK YOU!

-- 
[Hardy] ACPI Embedded Controller (EC) stops boot when kernel boot 'quiet' 
option is enabled or AC power is connected
https://bugs.launchpad.net/bugs/191137
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 251312] Re: ocr result is not saved properly

2008-07-24 Thread Jeffrey Ratcliffe
What do you expect to happen?

The point of the embedding the OCR output was to make the contents of
djvu/pdf files indexable by Beagle. Searching with a djvu-viewer gives
you the page on which the term is found.

At the moment, it is not easy to get the position of the text from
tesseract. Therefore it is embedded as a single buffer covering the
whole page.

As soon as the position of the text can be easily obtained from
tesseract, I will embed the text in the correct position.

-- 
ocr result is not saved properly
https://bugs.launchpad.net/bugs/251312
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 251280] Re: Is this a bug? Wireless connection disappeared after updates

2008-07-24 Thread mcas
Thank you for reporting this bug. Please add your ubuntu version and the
output of dmesg.

** Changed in: ubuntu
   Status: New = Incomplete

-- 
Is this a bug?  Wireless connection disappeared after updates
https://bugs.launchpad.net/bugs/251280
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 250359] Re: Cannot copy text in Synaptic ’s embedded terminal window with Ctrl+Shift+C

2008-07-24 Thread Connor Imes
*** This bug is a duplicate of bug 31396 ***
https://bugs.launchpad.net/bugs/31396

OK, I see what is going on here, however I am left wondering - why are
we debating this here?  This is essentially a duplicate of bug 31396
which the OP linked to, so I will mark it as so and leave a note on that
bug report (I was going to do it the other way around, but...).  We can
Wishlist the other bug, requesting a right click option or a button for
copying.

** This bug has been marked a duplicate of bug 31396
   there's no GUI way to copy text from the embedded terminal window 
(middle-click works)

-- 
Cannot copy text in Synaptic’s embedded terminal window with Ctrl+Shift+C
https://bugs.launchpad.net/bugs/250359
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 154578] Re: WMII crashes when moving windows.

2008-07-24 Thread tobias
I can confirm this. (on 7.10)

-- 
WMII crashes when moving windows.
https://bugs.launchpad.net/bugs/154578
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 251199] Re: firefox crash

2008-07-24 Thread mcas
hank you for taking the time to report this bug and helping to make
Ubuntu better. Please answer these questions:

* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

Could you please try to obtain a backtrace by following the instructions on 
[WWW] https://wiki.ubuntu.com/MozillaTeam/Bugs?
This will help us to find and resolve the problem.

** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Incomplete

-- 
firefox crash
https://bugs.launchpad.net/bugs/251199
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 240388] Re: Not supported calendar message in Outlook

2008-07-24 Thread ThomasNovin
Yes, it worked fine when I sent it to a friend who is also using
Evolution.

However, the acceptance from that friend wasn't possible for me to see
(I'm using Exchange via IMAP).

-- 
Not supported calendar message in Outlook
https://bugs.launchpad.net/bugs/240388
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 176278] Re: [needs-packaging] Rivendell (radio broadcast automation)

2008-07-24 Thread Tree MendUs
Hi Fabian,

What about contacting Rivendell and inviting them to join the launchpad
PPA service?

This would enable versions for several architectures.

Thank you for your help.

-- 
[needs-packaging] Rivendell (radio broadcast automation)
https://bugs.launchpad.net/bugs/176278
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 31396] Re: there's no GUI way to copy text from the embedded terminal window (middle-click works)

2008-07-24 Thread Connor Imes
I am going to mark this as a duplicate of bug 250359 since there is more
and up-to-date discussion there.  It will probably be Wishlisted due to
no middle mouse button emulation in KDE.

-- 
there's no GUI way to copy text from the embedded terminal window (middle-click 
works)
https://bugs.launchpad.net/bugs/31396
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 31396] Re: there's no GUI way to copy text from the embedded terminal window (middle-click works)

2008-07-24 Thread Connor Imes
Disregard previous comment, I will do it the other way around since this
bug already has a duplicate.

Please see bug 250359 for more discussion on this topic.

I am going to Wishlist this bug - people would like to be able to use
the right mouse click in the embedded terminal, or perhaps have a Copy
button in the window.

** Changed in: synaptic (Ubuntu)
   Importance: Low = Wishlist

-- 
there's no GUI way to copy text from the embedded terminal window (middle-click 
works)
https://bugs.launchpad.net/bugs/31396
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 242966] Re: snd_pcsp can take precedence of soundcards

2008-07-24 Thread Luke Yelavich
This bug is not actually an ALSA bug. As shown in comments from a few
people for this bug, the pcspkr is not card 0, but the issue is with
pulse using hal to load the devices.

** Changed in: alsa-driver (Ubuntu Intrepid)
   Status: Triaged = Invalid

-- 
snd_pcsp can take precedence of soundcards
https://bugs.launchpad.net/bugs/242966
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 251393] [NEW] Network Manager status not supported for 3G modems

2008-07-24 Thread Stefan Nuxoll
Public bug reported:

Binary package hint: network-manager

When using a 3G modem, such as a phone tethered over bluetooth, and no
other connection is active, network-manager says the system is offline.
This has something to do with the fact that these connections appear as
a PPP connection, which network manager doesn't quite know what to do
with.

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

-- 
Network Manager status not supported for 3G modems
https://bugs.launchpad.net/bugs/251393
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 251393] Re: Network Manager status not supported for 3G modems

2008-07-24 Thread Stefan Nuxoll
It appears that the GNOME developers are aware of this problem, and are working 
towards a solution http://live.gnome.org/NetworkManager/MobileBroadband/
While that is promising for the future, it sure doesn't help us now

-- 
Network Manager status not supported for 3G modems
https://bugs.launchpad.net/bugs/251393
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 250089] Re: Gnome keyboard applet layout wrong after reboot - third level modifier stuck on

2008-07-24 Thread yassendobrev
I have exactly the same problem with a bulgarian layout. After reboot I
must go to Keyboard Preferences and turn the hotkey on and than again
off and than it works fine.

-- 
Gnome keyboard applet layout wrong after reboot - third level modifier stuck 
on
https://bugs.launchpad.net/bugs/250089
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 250089] Re: Gnome keyboard applet layout wrong after reboot - third level modifier stuck on

2008-07-24 Thread yassendobrev
I have exactly the same problem with a bulgarian layout. After reboot I
must go to Keyboard Preferences and turn the hotkey on and than again
off and than it works fine.

-- 
Gnome keyboard applet layout wrong after reboot - third level modifier stuck 
on
https://bugs.launchpad.net/bugs/250089
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 251384] Re: gedit crashed with SIGSEGV in g_object_ref()

2008-07-24 Thread mcas
Thank you for reporting this bug. Can you reproduce this bug? If yes, is
only one file affected or different files?

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

-- 
gedit crashed with SIGSEGV in g_object_ref()
https://bugs.launchpad.net/bugs/251384
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 251344] Re: Hardy proposed 2.6.24-20-generic kernel update will not boot

2008-07-24 Thread Polygon
Im marking this as confirmed, as i get the same exact bug.

im also uploading a picture of what i get when i try to run in recovery
mode, as it doesnt even start up far enough to start writing to the log
file.

** Attachment added: screenshot of the last messages the kernel says before it 
freezes
   http://launchpadlibrarian.net/16275620/kernel_freeze.JPG

** Changed in: ubuntu
   Status: New = Confirmed

** Changed in: linux (Ubuntu)
Sourcepackagename: None = linux

-- 
Hardy proposed 2.6.24-20-generic kernel update will not boot
https://bugs.launchpad.net/bugs/251344
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 251344] Re: Hardy proposed 2.6.24-20-generic kernel update will not boot

2008-07-24 Thread Polygon
and here is the forum topic about it with 5+ other people having the
same problem:

http://ubuntuforums.org/showthread.php?p=5447185#post5447185

-- 
Hardy proposed 2.6.24-20-generic kernel update will not boot
https://bugs.launchpad.net/bugs/251344
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 251268] Re: Can't use gmailfs as a storage directory for bacula

2008-07-24 Thread mcas
Thank you for reporting this bug. Please add your ubuntu version and the
output of apt-cache policy bacula  apt-cache policy gmailfs.

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

-- 
Can't use gmailfs as a storage directory for bacula
https://bugs.launchpad.net/bugs/251268
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 242966] Re: snd_pcsp can take precedence of soundcards

2008-07-24 Thread Luke Yelavich
** Also affects: pulseaudio (Ubuntu)
   Importance: Undecided
   Status: New

-- 
snd_pcsp can take precedence of soundcards
https://bugs.launchpad.net/bugs/242966
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 251394] [NEW] When seeking, Mplayer has an error that reports overflow in spectral RLE, ignoring

2008-07-24 Thread Chris Conroy
Public bug reported:

Binary package hint: mplayer

I did not have this issue in 7.10. I just upgraded to 8.04 today and
noticed that MPlayer started doing this whenever seeking through a video
file. This issue never occurred before the upgrade to 8.04.

I have tried reinstalling FFMpeg, but that did not fix the issue.

Ubuntu Version: 8.04.1

mplayer:
  Installed: 2:1.0~rc2-0ubuntu13
  Candidate: 2:1.0~rc2-0ubuntu13
  Version table:
 *** 2:1.0~rc2-0ubuntu13 0
500 http://us.archive.ubuntu.com hardy/multiverse Packages
100 /var/lib/dpkg/status

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

-- 
When seeking, Mplayer has an error that reports overflow in spectral RLE, 
ignoring
https://bugs.launchpad.net/bugs/251394
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 251393] Re: Network Manager status not supported for 3G modems

2008-07-24 Thread Stefan Nuxoll
** Description changed:

  Binary package hint: network-manager
  
  When using a 3G modem, such as a phone tethered over bluetooth, and no
  other connection is active, network-manager says the system is offline.
- This has something to do with the fact that these connections appear as
- a PPP connection, which network manager doesn't quite know what to do
- with.
+ It appears this is because these connections are typically not
+ controlled by network-manager, so it isn't aware of their precense.

-- 
Network Manager status not supported for 3G modems
https://bugs.launchpad.net/bugs/251393
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 250359] Re: Cannot copy text in Synaptic ’s embedded terminal window with Ctrl+Shift+C

2008-07-24 Thread JM Williams
*** This bug is a duplicate of bug 31396 ***
https://bugs.launchpad.net/bugs/31396

I don’t think that this is a duplicate of bug 31396, which is looking for a 
GUI method of copying (and for Ctrl+C not to send an interrupt, which should 
probably be in a separate report), whereas this report is looking for a 
keyboard shortcut, and is probably (my guess!) far easier to implement.

-- 
Cannot copy text in Synaptic’s embedded terminal window with Ctrl+Shift+C
https://bugs.launchpad.net/bugs/250359
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 249828] Re: HTML signature problem

2008-07-24 Thread edossantos
Pedro

Hi, as you can see my html signature is working.

I have found that the issue of the signature not been formatted
correctly in new/replied/forwarded messages occurs when you convert an
existing signature (that is not html formatted) to be html formatted. I
think the  the system does not store the revised/changed format of the
signature correctly which causes it to default back to text when you
restart evolution.

Edmundo Dos Santos
Managing Director
Pensys IT  Administration
Tel : +267 367 1580
Tel (Direct): +267 367 1656
Tel (mobile)   : +267 723 11979 




On Fri, 2008-07-18 at 13:18 +, Pedro Villavicencio wrote:

 thanks for your report, may you take an screenshot? Also attaching the
 signature would be nice. do you get the same with all of them? can you
 tell us a few easy steps in order to reproduce the issue? thanks you.
 
 ** Changed in: evolution (Ubuntu)
Importance: Undecided = Low
  Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
Status: New = Incomplete
 


** Attachment added: PensysLogo.png
   http://launchpadlibrarian.net/16275736/PensysLogo.png

-- 
HTML signature problem
https://bugs.launchpad.net/bugs/249828
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 238775] Re: Firefox randomly and silently exits

2008-07-24 Thread Marlon Cisternas Milla
I can confirm this bug in my Firefox 3 and Hardy Heron 8.04.1 but this
happens when I see videos in YouTube and Google.

$ apt-cache policy flashplugin-nonfree
flashplugin-nonfree:
  Instalados: 9.0.124.0ubuntu2
  Candidato: 9.0.124.0ubuntu2
  Tabla de versión:
 *** 9.0.124.0ubuntu2 0
500 http://cl.archive.ubuntu.com hardy/multiverse Packages
100 /var/lib/dpkg/status
$ 

Firefox:

$ sudo apt-cache policy firefox
firefox:
  Instalados: 3.0+nobinonly-0ubuntu0.8.04.1
  Candidato: 3.0+nobinonly-0ubuntu0.8.04.1
  Tabla de versión:
 *** 3.0+nobinonly-0ubuntu0.8.04.1 0
500 http://cl.archive.ubuntu.com hardy-updates/main Packages
100 /var/lib/dpkg/status
 3.0~b5+nobinonly-0ubuntu3 0
500 http://cl.archive.ubuntu.com hardy/main Packages

Thanks..

-- 
Firefox randomly and silently exits
https://bugs.launchpad.net/bugs/238775
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 159189] Re: lsusb : Fix or remove -t option

2008-07-24 Thread Oliver Grawert
please try to use sysfs for a proper fix rather than reintroducing the
obsolete usbfs, i would love to work on it but am very short on time for
intrepid to take extra actions atm. if someone wants to produce a proper
patch i'd be willing to review and merge it though.

-- 
lsusb : Fix or remove -t option
https://bugs.launchpad.net/bugs/159189
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 251387] Re: cutted popup menu in nautilus

2008-07-24 Thread war-deda
** Description changed:

  Binary package hint: nautilus
  
- after selectin one of bookmarks with doubleclick instead single click - popup 
menu of file cutted. The following items are disabled:
+ after selecting one of bookmarks with doubleclick instead single click - 
file's popup menu  is cutted. The following items are disabled:
  -cut
  -copy
  -rename
  -paste
- -propery
+ -property
  
  I use last nautilus from rep:
  nautilus:
Установлен: 1:2.22.3-0ubuntu2
Кандидат: 1:2.22.3-0ubuntu2
Таблица версий:
   *** 1:2.22.3-0ubuntu2 0
  500 http://ru.archive.ubuntu.com hardy-updates/main Packages
  100 /var/lib/dpkg/status
   1:2.22.2-0ubuntu4 0
  500 http://ru.archive.ubuntu.com hardy/main Packages
  
  ProblemType: Bug
  Architecture: i386
  Date: Thu Jul 24 09:34:51 2008
  DistroRelease: Ubuntu 8.04
  ExecutablePath: /usr/bin/nautilus
  NonfreeKernelModules: fglrx
  Package: nautilus 1:2.22.3-0ubuntu2
  PackageArchitecture: i386
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  Uname: Linux 2.6.24-20-generic i686

-- 
cutted popup menu in nautilus
https://bugs.launchpad.net/bugs/251387
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 251079] Re: Please sync xserver-xorg-video-geode 2.10.0-6 (main) from Debian experimental (main)

2008-07-24 Thread Martin-Éric Racine
** Summary changed:

- Please sync xserver-xorg-video-geode 2.10.0-4 (main) from Debian unstable 
(main).
+ Please sync xserver-xorg-video-geode 2.10.0-6 (main) from Debian experimental 
(main)

** Description changed:

- -BEGIN PGP SIGNED MESSAGE-
- Hash: SHA1
- 
-  affects ubuntu/xserver-xorg-video-geode
-  status new
-  importance wishlist
-  subscribe ubuntu-main-sponsors
- 
  Please sync xserver-xorg-video-geode 2.10.0-6 (main) from Debian
  experimental (main).
  
  Explanation of the Ubuntu delta and why it can be dropped:
  
  The experimental package implements the same changes and will go into
  unstable as soon as X server 1.5 does.
  
  Changelog since current intrepid version 2.10.0-4ubuntu1:
  
  xserver-xorg-video-geode (2.10.0-6) experimental; urgency=low
  
* Bumped Build-Depends on X core to = 2:1.4.99 for experimental.
  
  xserver-xorg-video-geode (2.10.0-5) experimental; urgency=low
  
* Bumped Provides to server-2.9 for upcoming X.org 1.5 core ABI.
- -BEGIN PGP SIGNATURE-
- Version: GnuPG v1.4.6 (GNU/Linux)
- 
- iD8DBQFIhvo9eXr56x4Muc0RAuBwAJ9/5f6zYU1S47XseQx+7+kLFcdyKQCfdxsR
- sCxmUclCWLrgEFkTR423Nu8=
- =l4+u
- -END PGP SIGNATURE-

-- 
Please sync xserver-xorg-video-geode 2.10.0-6 (main) from Debian experimental 
(main)
https://bugs.launchpad.net/bugs/251079
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 251401] Re: package ubuntustudio-audio 0.28 failed to install/upgrade: dependency problems - leaving unconfigured

2008-07-24 Thread X3

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

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

-- 
package ubuntustudio-audio 0.28 failed to install/upgrade: dependency problems 
- leaving unconfigured
https://bugs.launchpad.net/bugs/251401
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 251399] [NEW] Network device does not exist (?)

2008-07-24 Thread Gepardi
Public bug reported:

Binary package hint: gnome-nettool

I try to change static IP address to eth0 interface but pop up window
appears with message Network device does not exist. I have Dell
Latitude C400 laptop in use. Release of Ubuntu is 8.04 Hardy Heron,
gnome-nettool 2.22.0-0ubuntu2. I think static IP change should be
possible via gnome-nettool.

ProblemType: Bug
Architecture: i386
Date: Thu Jul 24 08:48:04 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/gnome-nettool
Package: gnome-nettool 2.22.0-0ubuntu2
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=fi_FI.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-nettool
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-bug

-- 
Network device does not exist (?)
https://bugs.launchpad.net/bugs/251399
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 251399] Re: Network device does not exist (?)

2008-07-24 Thread Gepardi

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/16275890/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/16275891/ProcStatus.txt

-- 
Network device does not exist (?)
https://bugs.launchpad.net/bugs/251399
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 251401] [NEW] package ubuntustudio-audio 0.28 failed to install/upgrade: dependency problems - leaving unconfigured

2008-07-24 Thread X3
Public bug reported:

IT all started when my ibuntu 8.04.1lt kernel 2.6.24-19 got a prompt fo
a string of kernel updates a few libs and I saw a new kernel 2.6.24-20
come up on that update as well, I dont have any weird repos or any
unstable releases checked on my sources...

SO I did and soon found out that the kernel 2.6.24-20 would go past grub
to the line over top right ornr sayin starting up and hung there
forever.

Im not a savvy linux user so I went to \ubuntu for help (what a mistake)
Going there for help is like two things, waiting in line with food
coupons during ww2 or waiting to be going out getting pissed and waking
up next to a ugly girl...

Suffice to say I wont be gong to #ubuntu for help (no one gives a crap)
I have been in much busier channels and we all got served properly and
the replies are if you have a psin when who raise your left arm dont
raise your left arm) so Im sorry for the rant but you should nkow that
this bug report is becaue in the ned I went at it unguided since none of
the people have the time or brains to help.

ProblemType: Package
Architecture: i386
Date: Thu Jul 24 02:36:14 2008
DistroRelease: Ubuntu 8.04
ErrorMessage: dependency problems - leaving unconfigured
Package: ubuntustudio-audio 0.28
PackageArchitecture: i386
SourcePackage: ubuntustudio-meta
Title: package ubuntustudio-audio 0.28 failed to install/upgrade: dependency 
problems - leaving unconfigured
Uname: Linux 2.6.24-19-generic i686

** Affects: ubuntustudio-meta (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package ubuntustudio-audio 0.28 failed to install/upgrade: dependency problems 
- leaving unconfigured
https://bugs.launchpad.net/bugs/251401
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 250506] Re: shutdown restarts to GDM

2008-07-24 Thread Joe Smith
*** This bug is a duplicate of bug 251319 ***
https://bugs.launchpad.net/bugs/251319

** This bug has been marked a duplicate of bug 251319
   Intrepid: Desktop Quit applet only log you out.

-- 
shutdown restarts to GDM
https://bugs.launchpad.net/bugs/250506
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 251405] [NEW] package timidity 2.13.2-19ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-07-24 Thread X3
Public bug reported:

Binary package hint: timidity

I got a update notice from console to update to amongst other things to
kernel 2.6.24-20 as well as a string of updates and to the 2.4.24-19 and
some libs

Kernel 2.26.24-19 was fine butt on reboot 2.6.24-20 wouldg get past the 
starting up line fklashing at the right left corner of screen... Tried the 
useless #ubuntu channel where theire solotion anything is if it hurts your arm 
when you move it dont move it sort of thing) I read tons of info and been 
learning linux by myself mostly btv  your own help channel is a joke (I know 
its all free and free time) I do opensource werk myself, so here it is a error 
that should a been a update from a 2.6.24-19 to a 2.6.24-20 (over automatic 
updates) on HArdy 8.04.1LTS adn ends up in something totally unrelated csue I 
caouldnt get the help or guidane I needed, maybe #ubuntu should have a)more 
people helping that care
b)closed

SOrry but ubuntu for me so far and the help is a koke, winodws is less
agro I tell you.

ProblemType: Package
Architecture: i386
Date: Thu Jul 24 02:36:13 2008
DistroRelease: Ubuntu 8.04
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: timidity 2.13.2-19ubuntu1
PackageArchitecture: i386
SourcePackage: timidity
Title: package timidity 2.13.2-19ubuntu1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-package

-- 
package timidity 2.13.2-19ubuntu1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/251405
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 251405] Re: package timidity 2.13.2-19ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-07-24 Thread X3

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

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

-- 
package timidity 2.13.2-19ubuntu1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/251405
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 251408] [NEW] please fully configure trackpoints on installation

2008-07-24 Thread Mark
Public bug reported:

After a fresh install (Kubuntu Hardy 8.04.1) the trackpoint of my thinkpad is 
never configured correctly. Correctly meaning the middle mouse button of the 
trackpoint can not be used for scrolling. On the page
http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint
it is described how to do this by adding a few lines in xorg.conf:
   Option  EmulateWheel  on
   Option  EmulateWheelButton2
   Option YAxisMapping 4 5
   Option XAxisMapping 6 7
Since it seems like the trackpoint is recognised anyway during installation, it 
should not be such an act to do this automaticly. 
Additionaly it would be great if the press-to-select-functionality (also 
describe on the page) would be also enabled.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
please fully configure trackpoints on installation
https://bugs.launchpad.net/bugs/251408
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 251410] [NEW] There is no manual entry for system-tools-backends available

2008-07-24 Thread Detlef Lechner
Public bug reported:

[EMAIL PROTECTED]:~$ man system-tools-backends;
No manual entry for system-tools-backends
[EMAIL PROTECTED]:~$ uname -a
Linux MD97600 2.6.24-19-generic #1 SMP Fri Jul 11 23:41:49 UTC 2008 i686 
GNU/Linux
cat /etc/issue; Ubuntu 8.04.1 \n \l

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

-- 
There is no manual entry for system-tools-backends available
https://bugs.launchpad.net/bugs/251410
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 251369] Re: Please merge freetype 2.3.7-1 (main) from Debian testing (main)

2008-07-24 Thread Michael Bienia
Please add a summary of the remaining Ubuntu changes into debian/changelog 
where is says SUMMARISE HERE. Please also close this bug in your changelog 
entry (mention (LP: #251369) in the entry).
The best tool to edit a debian/changelog file is dch from the devscripts 
package.

-- 
Please merge freetype 2.3.7-1 (main) from Debian testing (main)
https://bugs.launchpad.net/bugs/251369
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 251404] [NEW] [needs-packaging] Zenoss - monitor your entire IT structure - networks, servers, virtualizations, applications

2008-07-24 Thread Tree MendUs
Public bug reported:

URL: http://www.zenoss.com/product

Description:
About Zenoss


Zenoss came about to address a global problem in IT operations. For
years now, organizations of all sizes have struggled to find IT
management software that delivered the right mix of functionality, ease
and affordability.

Through our integrated, model-driven product and by taking a new
approach to management software that combines the benefits of open
source with the best aspects of commercial development, we offer a new
alternative.

Please give the software a try, let us know what you think, get
involved, and let us know if we can help you in any way.

Thank you for your interest in Zenoss!

Bill  Erik, Co-founders

Features
=

With Zenoss, you get a single product to monitor your entire IT
infrastructure:

* Networks - Routers, Switches, Firewalls, Access Points
* Servers - Microsoft Windows, Linux, Unix, HP, NetApp, Dell
* Virtualization - VMware, Xen
* Applications - Processes, Ports, Web Apps, Web Services, Databases, 
Middleware, Commercial Apps

Across the full lifecycle:

* Configuration Management - Auto-discovery, inventory, CMDB, change 
tracking
* Availability Management - Active tests up and down the stack
* Performance Monitoring - Collect and analyze metrics up and down the stack
* Event/Log Management - Central collection and management of alarms and 
breaches
* Automatic Remediation - Respond to and resolve issues as they occur

Using agentless collection and standards-based management protocols:

* WMI, PerfMon, SNMP, JMX, HTTP, Telnet, SSH, Syslog, ICMP, FTP,
SMTP


License:
Open Source by zenoss — last modified 2007-10-02 17:43

Zenoss Core is licensed under the GNU General Public License (GPL)
version 2. All the sub-projects included in Zenoss Core are either
licensed under the GPL or a compatible open source license. Zenoss
couldn't exist without the open source contributions of numerous open
source projects and want to give credit and thank all the other
contributors that help make Zenoss Core possible.

Questions on other open source program sused with Zenoss can be sent to [EMAIL 
PROTECTED]
ref - http://www.zenoss.com/community/code/open-source
and http://www.zenoss.com/community/docs

Downloads:
http://www.zenoss.com/download/links?nt

Notes:
minimum requirement is MySQL 5.0.22

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: applications firewall ftp http icmp jmx monitor needs-packaging 
network perfmon router server smtp snmp ssh switch syslog telnet wmi zenoss

-- 
[needs-packaging] Zenoss - monitor your entire IT structure - networks, 
servers, virtualizations, applications
https://bugs.launchpad.net/bugs/251404
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 6277] Re: New tab should have initial focus on the URL bar

2008-07-24 Thread Andrea Corbellini
** Also affects: epiphany-browser (Ubuntu)
   Importance: Undecided
   Status: New

-- 
New tab should have initial focus on the URL bar
https://bugs.launchpad.net/bugs/6277
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 251319] Re: Intrepid: Desktop Quit applet only log you out.

2008-07-24 Thread Joe Smith
Using the magic of xprop |grep WM_CLASS I found the package name. Next
up is to grab the source, figure out when this changed, then why.

** Changed in: gnome-session (Ubuntu)
Sourcepackagename: None = gnome-session

-- 
Intrepid: Desktop Quit applet only log you out.
https://bugs.launchpad.net/bugs/251319
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 44740] Re: Windows not redrawn properly after resume from suspend or hibernate [852GM/855GM]

2008-07-24 Thread Mark
and dmesg-output

** Attachment added: dmesg.txt
   http://launchpadlibrarian.net/16276680/dmesg.txt

-- 
Windows not redrawn properly after resume from suspend or hibernate 
[852GM/855GM]
https://bugs.launchpad.net/bugs/44740
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 44740] Re: Windows not redrawn properly after resume from suspend or hibernate [852GM/855GM]

2008-07-24 Thread Mark
now xorg.conf as wished

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/16276333/xorg.conf

-- 
Windows not redrawn properly after resume from suspend or hibernate 
[852GM/855GM]
https://bugs.launchpad.net/bugs/44740
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 44740] Re: Windows not redrawn properly after resume from suspend or hibernate [852GM/855GM]

2008-07-24 Thread Mark
I have installed the unoffical driver. Now it is even worse. My Thinkpad
R50e crashes after resume.

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/16275897/Xorg.0.log

-- 
Windows not redrawn properly after resume from suspend or hibernate 
[852GM/855GM]
https://bugs.launchpad.net/bugs/44740
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 250359] Re: Cannot copy text in Synaptic ’s embedded terminal window with Ctrl+Shift+C

2008-07-24 Thread Connor Imes
*** This bug is a duplicate of bug 31396 ***
https://bugs.launchpad.net/bugs/31396

I disagree.  Both bugs are looking for a, intuitive method to copy from the 
embedded terminal window.
I don't image using CTRL+C will ever be implemented because that is a standard 
practice for killing something running in a terminal, which is exactly what is 
happening and should happen.  A specific Wishlist for that would probably be 
invalidated on the spot.

I don't think a keyboard shortcut is exactly what is needed since the
method should be easily recognizable, I think it should be either a
button or a mouse function, like right click - copy.

If you strongly disagree you can unmark the duplicate, otherwise I think
we are just creating extra work for developers with different bugs
requesting essentially the same thing.  Perhaps we should adjust the
description of the primary bug to reflect exactly what it is we want
done.

-- 
Cannot copy text in Synaptic’s embedded terminal window with Ctrl+Shift+C
https://bugs.launchpad.net/bugs/250359
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 250366] Re: Sound Doesn't Work on Ubuntu After Video or Audio Streaming

2008-07-24 Thread Simey
*** This bug is a duplicate of bug 183917 ***
https://bugs.launchpad.net/bugs/183917

** This bug has been marked a duplicate of bug 183917
   Sound stops working in Firefox once other applications (Pidgin, Rhythmbox) 
have played sound

-- 
Sound Doesn't Work on Ubuntu After Video or Audio Streaming
https://bugs.launchpad.net/bugs/250366
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 251402] [NEW] safe remove usb flash drive message

2008-07-24 Thread yagi858
Public bug reported:

I use Ubuntu 8.04.01 . I can successfully mount and unmount a USB flash
drive. But I notice that when I unmount the flash drive via dx mouse,
the message Device is now safe to remove does not ALWAYS appear. Even
if the device is just unmounted. Is there a reason why it appears only
once in a while ?

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
safe remove usb flash drive message
https://bugs.launchpad.net/bugs/251402
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 250891] Re: X crashes on logout - takes long to come up on boot

2008-07-24 Thread Izzy
Anybody here reading this?

** Tags added: nvidia

-- 
X crashes on logout - takes long to come up on boot
https://bugs.launchpad.net/bugs/250891
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 251344] Re: Hardy proposed 2.6.24-20-generic kernel update will not boot

2008-07-24 Thread Mick Russell
When I try to get mine running in recovery mode it gets as far as
checking for the hlt command, which is where it stalls.

-- 
Hardy proposed 2.6.24-20-generic kernel update will not boot
https://bugs.launchpad.net/bugs/251344
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 185729] Re: nautilus is unable to copy folders from samba

2008-07-24 Thread miraceti
SOLVED!!!

The latest update (24/7/8) adds fixes for gvfs and the problem is now
solved! :D

To the developers,
Thank you very very  much  I deeply appreciate your efforts :D

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 251412] [NEW] evince does not properly select text

2008-07-24 Thread Damien Cassou
Public bug reported:

Binary package hint: evince

In some pdfs, selecting a line of text highlights other lines too. See
screencast. The pdf used is
http://sunset.usc.edu/~rroshand/papers/GSAW02.pdf but this happens with
other pdfs too. If I copy and past the selection, everything highlighted
is copied.

Acroread and xpdf have no problem.

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

-- 
evince does not properly select text
https://bugs.launchpad.net/bugs/251412
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 251412] Re: evince does not properly select text

2008-07-24 Thread Damien Cassou

** Attachment added: Screencast
   http://launchpadlibrarian.net/16276763/out.ogg

-- 
evince does not properly select text
https://bugs.launchpad.net/bugs/251412
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 245746] Re: package brasero None [modified: /var/lib/dpkg/info/brasero.list] failed to install/upgrade:

2008-07-24 Thread Dimitrios Symeonidis
Ok, then try uninstalling the brasero package again and removing it from the 
cache. Then change the server to 'Main Server' and install brasero... Tell us 
if the corrupted package archive error went away.
And thank you for your help...

-- 
package brasero None [modified: /var/lib/dpkg/info/brasero.list] failed to 
install/upgrade: 
https://bugs.launchpad.net/bugs/245746
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 198375] Re: Overwrite window in czech has English No and Yes

2008-07-24 Thread Kamil Páral
I have latest OO in Ubuntu 8.04. Everything is completely fine. The
problem is in Michael Losonsky's computer. You can see in his open
dialog items like Recently Used, Search, Desktop, etc. All these
strings are translated into Czech when using Czech locale. His language
support is not installed right.

Since all his locales are en_US.UTF-8, it is absolutely obvious that
these string are not translated. Because file open and save dialogs are
used from the system itself (Gnome) and are not OO specific.

He may be using OO in Czech, but if he has the whole rest of system in
English, it is no wonder he has file dialogs shown in English.

Michael, use System → Administration → Language Support, make sure Czech
is checked. After that on login screen set Czech as your default
language and log in. All your system should be in Czech including those
file dialogs.

I propose to close this bug as invalid, because this is clearly not a
bug in OO but Michael's problem.

-- 
Overwrite window in czech has English No and Yes
https://bugs.launchpad.net/bugs/198375
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 237673] Re: gvfs-fuse-daemon crashed with SIGSEGV in malloc()

2008-07-24 Thread Hew McLachlan
I'm getting this as well on Intrepid. I'm not sure how to use valgrind
in this situation, as I don't know the command to use to launch the
program (/usr/lib/gvfs/gvfs-fuse-daemon complains with 'fuse: missing
mountpoint'). In addition, most times on startup everything is fine;
only occasionally does this problem occur, with a seemingly random
cause.

gvfs/intrepid uptodate 0.99.1-0ubuntu3

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

-- 
gvfs-fuse-daemon crashed with SIGSEGV in malloc()
https://bugs.launchpad.net/bugs/237673
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 250799] Re: Bluetooth on Toshiba A200-1M5 isn't working

2008-07-24 Thread Adam Niedling
You should have attach it as an attachment.

** Changed in: ubuntu
   Status: Incomplete = New

-- 
Bluetooth on Toshiba A200-1M5 isn't working
https://bugs.launchpad.net/bugs/250799
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 144413] Re: Problem mounting partition on second hard drive

2008-07-24 Thread Adam Niedling
Please close your bug next time.

** Changed in: ubuntu
   Status: Incomplete = Invalid

-- 
Problem mounting partition on second hard drive
https://bugs.launchpad.net/bugs/144413
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 139195] Re: My DVD-Rom won't mount, but i can make ISO images...

2008-07-24 Thread Adam Niedling
Please close your bug next time.

** Changed in: ubuntu
   Status: Incomplete = Invalid

-- 
My DVD-Rom won't mount, but i can make ISO images...
https://bugs.launchpad.net/bugs/139195
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 246447] Re: gnome-settings-daemon crashed with SIGSEGV in g_slice_alloc()

2008-07-24 Thread Hew McLachlan
** Visibility changed to: Public

-- 
gnome-settings-daemon crashed with SIGSEGV in g_slice_alloc()
https://bugs.launchpad.net/bugs/246447
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 234177] Re: No way to change time/date

2008-07-24 Thread Marlon Cisternas Milla
without sudo:

$ time-admin

(time-admin:6608): Gtk-WARNING **: Unsupported tag for GtkWidget: atkproperty
(time-admin:6608): Gtk-WARNING **: Unsupported tag for GtkWidget: atkproperty
(time-admin:6608): Gtk-WARNING **: Unknown property: GtkCalendar.display-options

I include one screenshot of the result.



** Attachment added: Pantallazo-Ajustes de hora y fecha.png
   
http://launchpadlibrarian.net/16276879/Pantallazo-Ajustes%20de%20hora%20y%20fecha.png

-- 
No way to change time/date
https://bugs.launchpad.net/bugs/234177
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 223098] Re: Xtrs in Hardy Heron Loops

2008-07-24 Thread Rusty Russell
The fix, as features on the first line of the xtrs homepage:
http://www.tim-mann.org/xtrs.html

Remove -DHAVE_SIGIO from the Makefile.  Works here.

Please fix this, as package is completely unusable without that.

-- 
Xtrs in Hardy Heron Loops
https://bugs.launchpad.net/bugs/223098
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 192121] Re: quodlibet doesn't find new music with refresh or reload

2008-07-24 Thread Hew McLachlan
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: quodlibet (Ubuntu)
   Status: Incomplete = Invalid

-- 
quodlibet doesn't find new music with refresh or reload
https://bugs.launchpad.net/bugs/192121
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 251417] [NEW] Notification icon should report which account has new email

2008-07-24 Thread TJ
Public bug reported:

Binary package hint: evolution

Using Ubuntu Hardy.

Evolution uses the Mail Notification plugin. It is set to report on new email
in the Inbox.

There are ~20 IMAP4 accounts configured each of which has its own Inbox. When a
new email arrives to any of those accounts Mail Notification reports:

You have new mail

but doesn't report to which account(s). This means the user has to open/expand
the account tree elements for each account to discover which account(s) have
new email.

It would be a nice enhancement if there was a 'Details' button in Mail
Notification or, better still, a list in the notification pop-up itself,
listing the friendly account names that have new email.

** Affects: evolution
 Importance: Unknown
 Status: New

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

** Bug watch added: GNOME Bug Tracker #544493
   http://bugzilla.gnome.org/show_bug.cgi?id=544493

** Also affects: evolution via
   http://bugzilla.gnome.org/show_bug.cgi?id=544493
   Importance: Unknown
   Status: Unknown

-- 
Notification icon should report which account has new email
https://bugs.launchpad.net/bugs/251417
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 246828] Re: rhythmbox crashed with SIGSEGV

2008-07-24 Thread Hew McLachlan
** Visibility changed to: Public

-- 
rhythmbox crashed with SIGSEGV
https://bugs.launchpad.net/bugs/246828
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 243830] Re: base-passwd package failed to install during do-release-upgrade

2008-07-24 Thread Michael Vogt
** Changed in: doc-base (Ubuntu Intrepid)
 Assignee: (unassigned) = Michael Vogt (mvo)
   Status: Triaged = In Progress

-- 
base-passwd package failed to install during do-release-upgrade
https://bugs.launchpad.net/bugs/243830
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   >