[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