[Bug 412059] Re: MIR for vtun

2009-08-12 Thread Loïc Minier
Overall packaging looks good but it's quite scary to include this network 
service; it sounds like a light but less secure VPN.  For instance 
debian/README.Encryption says:
This program includes an encryption feature intended to protect the tunneled
data as it travels across the network. However, the protocol it uses is known
to be very insecure, and you should not rely on it to deter anyone but a casual
eavesdropper.

Chuck, you mention in the MIR that the software works out of the box but
the README.Debian and default config seems to imply that one needs to
setup vtun manually after install.

Please implement the status action in the init script.

FYI debian/rules isn't make -j safe:
clean: clean-patched unpatch

clean-patched should be listed in .PHONY.

vtun should depend on ${misc:Depends}

Could you explain how it is required to run eucalyptus?  (I didn't it in
jaunty)

I think I'll ask Kees for a security pass afterwards.

** Changed in: vtun (Ubuntu)
 Assignee: (unassigned) = Loïc Minier (lool)

-- 
MIR for vtun
https://bugs.launchpad.net/bugs/412059
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vtun 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 412059] Re: MIR for vtun

2009-08-12 Thread Loïc Minier
Hmm there are some compilation warnings such as not checking return
values; this is worrying for a root running vpn daemon

-- 
MIR for vtun
https://bugs.launchpad.net/bugs/412059
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vtun 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 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-12 Thread Andreas Olsson
@dreamcat4: Thanks for doing all the research and actual thinking in
this matter!

Making autoconf2.13 an explicit build dependency (instead of merely
autoconf) does make php5 build nicely. I generated new source packages
with this change, and built it without any trouble inside a pbuilder
chroot.

The potential side effect is of course that someone unknowingly doing an
apt-get build-dep php5 might later on experience some unexpected
autoconf issues.

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

-- 
karmic: Compiling php fails with autoconf 2.64
https://bugs.launchpad.net/bugs/411890
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 403898] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-08-12 Thread payman
Ok, I solved the problem!
It's an apparmor issue. It had newly created two files in /etc/apparmor.d :
usr.sbin.mysqld.dpkg-dist
usr.sbin.mysqld.new

For some reason the override the settings in usr.sbin.mysqld, so mysql didn't 
have permissions needed to run.
I just needed to delete those files and restart apparmor and mysql.

But this is still a bug in apparmor. Would be nice to assign in to
someone in the dev team.

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
1
https://bugs.launchpad.net/bugs/403898
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 403898] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-08-12 Thread payman
Other people seem to suffer from the same problem:
http://ubuntuforums.org/showthread.php?p=7773061

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
1
https://bugs.launchpad.net/bugs/403898
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 394385] Re: [karmic] php packages need update to 5.3

2009-08-12 Thread KevinVanZonneveld
And of course credits to Arnold Daniels who made the patch.

I wonder, could this call for a separate PHP version inside Ubuntu so that you 
could both install:
 - php5 - php5.2
 - php5.3

From the Karmic repositories?

Giving people some time to:
 - run their Jaunty sites on Karmic without any problems. Upgrade is seamless.
 - test-drive php5.3 the way it will be shipped with Karmic+1 (this could be 
uncompromising: short tags off by default, and everything, making it 
future-proof)

Obviously this excludes the LTS folks who won't face the PHP
compatibility issues until April 2010 - if they upgrade immediately, or
- 2013 if they really want to stretch it.

-- 
[karmic] php packages need update to 5.3
https://bugs.launchpad.net/bugs/394385
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


Re: [Bug 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-12 Thread dreamcat4
On Wed, Aug 12, 2009 at 8:27 AM, Andreas Olssonandr...@arrakis.se wrote:
 autoconf) does make php5 build nicely. I generated new source packages
 with this change, and built it without any trouble inside a pbuilder
 chroot.

Well, this is fantastic. I've been puzzled and frustrated over this
error all week.
Next steps i guess we follow the https://wiki.ubuntu.com/SponsorshipProcess

 The potential side effect is of course that someone unknowingly doing an
 apt-get build-dep php5 might later on experience some unexpected
 autoconf issues.

That concern is split to bug #412448

-- 
karmic: Compiling php fails with autoconf 2.64
https://bugs.launchpad.net/bugs/411890
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 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-12 Thread dreamcat4

** Attachment added: php5_5.2.10.dfsg.1-1ubuntu2.debdiff
   http://launchpadlibrarian.net/3049/php5_5.2.10.dfsg.1-1ubuntu2.debdiff

-- 
karmic: Compiling php fails with autoconf 2.64
https://bugs.launchpad.net/bugs/411890
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 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-12 Thread Andreas Olsson
Also, according to the (not entirely new) comment to
http://bugs.php.net/bug.php?id=46744

Even using the SVN version of PHP autoconf 2.13 seems like the prefered
choice:  http://www.php.net/svn.php

** Bug watch added: bugs.php.net/ #46744
   http://bugs.php.net/bug.php?id=46744

-- 
karmic: Compiling php fails with autoconf 2.64
https://bugs.launchpad.net/bugs/411890
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 407297] Re: PANIC: internal error (usershare related)

2009-08-12 Thread iroli
When activating [homes] and accessing the files through this share no
data loss on write errors occure on the visual studio side. Also the
speed when accessing the files is increased. The bug seems to be in the
usershare mechanism.

-- 
PANIC: internal error (usershare related)
https://bugs.launchpad.net/bugs/407297
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 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-12 Thread Andreas Olsson
Ok, let me try again...

Also, according to the (not entirely new) comment to
http://bugs.php.net/bug.php?id=46744 autoconf 2.13  it sounds as if 2.13
is the only supported version of autoconf.

Even using the SVN version of PHP autoconf 2.13 seems like the prefered
choice: http://www.php.net/svn.php

-- 
karmic: Compiling php fails with autoconf 2.64
https://bugs.launchpad.net/bugs/411890
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 363931] Re: Please remove the .cmd files in bin

2009-08-12 Thread Launchpad Bug Tracker
This bug was fixed in the package ec2-api-tools - 1.3.36506-0ubuntu3

---
ec2-api-tools (1.3.36506-0ubuntu3) karmic; urgency=low

  * Really fix cmd wrappers. Thanks to Ville Aine. (LP: #363931)

 -- Chuck Short zul...@ubuntu.com   Wed, 12 Aug 2009 09:31:15 -0400

** Changed in: ec2-api-tools (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Please remove the .cmd files in bin
https://bugs.launchpad.net/bugs/363931
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-api-tools 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 134080] Re: CIFS: Navigating directories in DFS shares buggy

2009-08-12 Thread epicurea
I think I am having a similar problem:

I am trying to mount 3 remote shares via /etc/fstab using:
//server-name/share /smb/somefolder smbfs 
auto,credentials=smbcredentials,uid=XXX,gid=XXX,umask=000   0 0

Two of these mount just fine while a 3rd does not, causing nautilus to
hang and an ls on /smb to give a segmentation fault. It is possible that
this is a DFS share - as the other two share points (which work) are on
the same server.

Using nautilus to load the problematic share using:
smb://server-name/share/folder
authenticates and works just fine.

Using Intrepid and all available updates as of today.

Thanks.

-- 
CIFS: Navigating directories in DFS shares buggy
https://bugs.launchpad.net/bugs/134080
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 412533] [NEW] Add patch from ssh bug #69 for non-X askpass support

2009-08-12 Thread phedders
Public bug reported:

openssh limits use of the askpass environment var to X desktops. This is
a pain because it precludes a non X askpass setup which is useful for
automation (especially where certs are not able to be used for political
or technical reasons)

The patch is very non-intrusive.

https://bugzilla.mindrot.org/attachment.cgi?id=1599action=diff

This Wishlist applies to all current and development releases of Ubuntu
and Debian.

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


** Tags: wishlist

-- 
Add patch from ssh bug #69 for non-X askpass support
https://bugs.launchpad.net/bugs/412533
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 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-12 Thread dreamcat4
If i don't misunderstand the article (http://www.php.net/svn.php), it
seems they are referring to the stock GNU version of autoconf 2.13as
there's no copy of autoconf on php's svn server. We should be fine using
our debian autoconf2.13 package as its taken from the official GNU
sources. Since you built it, then im building it too. My compile has
passed the buildconf stage ok now so i think we can consider that
verified.

https://launchpad.net/~dreamcat4/+archive/ppa

php5 (5.2.10.dfsg.1-1ubuntu2) karmic; urgency=low

  * debian/control: (autoconf) Update build dependancies (closes: 411890)
- Revert to autoconf2.13, until upstream can support autoconf 2.64

 -- dreamcat four dreamc...@gmail.com   Wed, 12 Aug 2009 13:10:06
+0100


** Attachment added: php5_5.2.10.dfsg.1-1ubuntu2.diff.gz
   http://launchpadlibrarian.net/30224268/php5_5.2.10.dfsg.1-1ubuntu2.diff.gz

-- 
karmic: Compiling php fails with autoconf 2.64
https://bugs.launchpad.net/bugs/411890
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 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-12 Thread Andreas Olsson
Hmm, just realized that my last sentence wasn't entirely clear. I was
refering what the SVN version of PHP prefers. So yes, our autoconf2.13
is what I guess we should use.

-- 
karmic: Compiling php fails with autoconf 2.64
https://bugs.launchpad.net/bugs/411890
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 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-12 Thread Andreas Olsson
Setting status back to Triaged.

@dreamcat4: The Fix commited status is usually set by a developer,
once they have uploaded the debdiff (No, PPA doesn't count). In
progress is another status also usually reserved for developers.

** Changed in: php5 (Ubuntu)
   Status: Fix Committed = Triaged

-- 
karmic: Compiling php fails with autoconf 2.64
https://bugs.launchpad.net/bugs/411890
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 408915] Re: Temporary file vulnerability in iscsi_discovery

2009-08-12 Thread Kees Cook
CVE-2009-1297

** Visibility changed to: Public

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2009-1297

-- 
Temporary file vulnerability in iscsi_discovery
https://bugs.launchpad.net/bugs/408915
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 408915] Re: Temporary file vulnerability in iscsi_discovery

2009-08-12 Thread Kees Cook
This is public now, feel free to upload once the freeze clears.

** Also affects: open-iscsi (Ubuntu Hardy)
   Importance: Undecided
   Status: New

** Also affects: open-iscsi (Ubuntu Intrepid)
   Importance: Undecided
   Status: New

** Also affects: open-iscsi (Ubuntu Karmic)
   Importance: Undecided
   Status: New

** Also affects: open-iscsi (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

** Changed in: open-iscsi (Ubuntu Karmic)
   Status: New = Confirmed

** Changed in: open-iscsi (Ubuntu Hardy)
   Status: New = Confirmed

** Changed in: open-iscsi (Ubuntu Hardy)
   Importance: Undecided = Low

** Changed in: open-iscsi (Ubuntu Karmic)
   Importance: Undecided = Low

** Changed in: open-iscsi (Ubuntu Intrepid)
   Importance: Undecided = Low

** Changed in: open-iscsi (Ubuntu Intrepid)
   Status: New = Confirmed

** Changed in: open-iscsi (Ubuntu Jaunty)
   Status: New = Confirmed

** Changed in: open-iscsi (Ubuntu Jaunty)
   Importance: Undecided = Low

-- 
Temporary file vulnerability in iscsi_discovery
https://bugs.launchpad.net/bugs/408915
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 357799] Re: Segfault in v4.3.9-9 with mod_dav_svn

2009-08-12 Thread Willie Gillespie
Doesn't have to be a directory served by mod_dav_svn.  In my experience,
it can be any directory -- and it doesn't matter whether it is a plain
HTML file, or a PHP file it will be serving.  I am (now) using 9.04
64-bit Desktop edition and seeing this error.  The same configuration
file worked previously on the 8.04 LTS Desktop edition (still 64-bit).
Might be interesting to see what Apache2/auth_mysql versions changed
between those.

There seems to be a related or duplicate bug
https://bugs.launchpad.net/ubuntu/+source/mod-auth-mysql/+bug/364581
that mentions the same fix depe links to above:
http://launchpadlibrarian.net/26316509/mod-auth-mysql.diff.

-- 
Segfault in v4.3.9-9 with mod_dav_svn
https://bugs.launchpad.net/bugs/357799
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mod-auth-mysql 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 386246] Re: /etc/cron.d/awstats is preconfigured for apache1 not apache2

2009-08-12 Thread Launchpad Bug Tracker
This bug was fixed in the package awstats - 6.9~dfsg-1ubuntu1

---
awstats (6.9~dfsg-1ubuntu1) karmic; urgency=low

  * debian/rules: Use apache2 rather than apache. (LP: #386246)
  * Update maintainer according to spec.

 -- Chuck Short zul...@ubuntu.com   Wed, 12 Aug 2009 12:25:51 -0400

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

-- 
/etc/cron.d/awstats is preconfigured for apache1 not apache2
https://bugs.launchpad.net/bugs/386246
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to awstats 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 408948] Re: winxp discovery fails when machine name truncated at 15 chars

2009-08-12 Thread Chuck Short
According to the standard a netbios name with more than 15 characters is
too long so samba is doing the right thing.

chuck

** Changed in: samba (Ubuntu)
   Status: New = Won't Fix

-- 
winxp discovery fails when machine name truncated at 15 chars
https://bugs.launchpad.net/bugs/408948
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 410771] Re: package swat 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-08-12 Thread Chuck Short
Not a samba bug

** Package changed: samba (Ubuntu) = update-inetd (Ubuntu)

-- 
package swat 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/410771
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 403898] Re: mysql fails to start because of multiple apparmor profiles

2009-08-12 Thread Mathias Gug
** Summary changed:

- package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
1
+ mysql fails to start because of multiple apparmor profiles

** Package changed: mysql-dfsg-5.0 (Ubuntu) = apparmor (Ubuntu)

-- 
mysql fails to start because of multiple apparmor profiles
https://bugs.launchpad.net/bugs/403898
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 383546] Re: mount.cifs i.c.w. autofs can stop working

2009-08-12 Thread Chuck Short
Googling around leads me to believe this might be a credentials problem.

Regards
chuck

** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

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

-- 
mount.cifs i.c.w. autofs can stop working
https://bugs.launchpad.net/bugs/383546
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 370817] Re: Samba install hangs during configuration

2009-08-12 Thread Chuck Short
Thanks for the bug report. If you wanted to remove samba you should do
apt-get remove --purge samba-common.

Regards
chuck

** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

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

-- 
Samba install hangs during configuration
https://bugs.launchpad.net/bugs/370817
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 207791] Re: winbind forgets uid/name gid/name mappings in regulary periods

2009-08-12 Thread Chuck Short
** Changed in: samba (Ubuntu)
   Status: New = Confirmed

** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

-- 
winbind forgets uid/name gid/name mappings in regulary periods
https://bugs.launchpad.net/bugs/207791
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 363931] Re: Please remove the .cmd files in bin

2009-08-12 Thread Scott Moser
just a verify:
$ dpkg-query --showformat '${version}\n' --show ec2-api-tools
1.3.36506-0ubuntu3
$ dpkg -L ec2-api-tools | grep -q [.]cmd  echo CMD FILES || echo no .cmd 
files
no .cmd files

thanks Chuck.

-- 
Please remove the .cmd files in bin
https://bugs.launchpad.net/bugs/363931
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-api-tools 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 407548] Re: package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 3

2009-08-12 Thread Chuck Short
Relevant lines:

What would you like to do about smb.conf? 6


Merging changes into the new version

 Conflicts found! Please edit `/etc/samba/smb.conf' and sort them out manually.
 The file `/etc/samba/smb.conf.ucf-new' has a record of the failed merge of the 
configuration file.

If you fix up your errors you should be fine.

Regards
chuck

** Changed in: samba (Ubuntu)
   Status: New = Won't Fix

-- 
package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 3
https://bugs.launchpad.net/bugs/407548
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 365259] Re: on update to jaunty, configuration questions are asked in curses dialog but debconf is configured to use kde

2009-08-12 Thread Chuck Short
Thanks for the bug report.

Regards
chuck

** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

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

-- 
on update to jaunty, configuration questions are asked in curses dialog but 
debconf is configured to use kde
https://bugs.launchpad.net/bugs/365259
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 409093] Re: package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 1 zur?ck

2009-08-12 Thread Chuck Short
Relevant lines:

debconf: DbDriver config: /var/cache/debconf/config.dat is locked by another 
process: Resource temporarily unavailable
dpkg: Fehler beim Bearbeiten von samba-common (--configure):
 Unterprozess post-installation script gab den Fehlerwert 1 zurück
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von winbind:
 winbind hängt ab von samba-common (= 2:3.3.2-1ubuntu3.1); aber:
  Paket samba-common ist noch nicht konfiguriert.
dpkg: Fehler beim Bearbeiten von winbind (--configure):
 Abhängigkeitsprobleme - lasse es unkonfiguriert
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von smbclient:
 smbclient hängt ab von samba-common (= 2:3.3.2-1ubuntu3.1); aber:
  Paket samba-common ist noch nicht konfiguriert.
dpkg: Fehler beim Bearbeiten von smbclient (--configure):
 Abhängigkeitsprobleme - lasse es unkonfiguriert
Richte libsmbclient ein (2:3.3.2-1ubuntu3.1) ...


** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

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

-- 
package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: Unterprozess 
post-installation script gab den Fehlerwert 1 zur?ck
https://bugs.launchpad.net/bugs/409093
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 407689] Re: package libpam-smbpass 2:3.3.2-1ubuntu3.1 failed to install/upgrade:

2009-08-12 Thread Chuck Short
Log started: 2009-08-01  15:55:41
Setting up libpam-smbpass (2:3.3.2-1ubuntu3.1) ...

dpkg (subprocess): unable to execute post-installation script: Exec
format error

Relevant lines:

dpkg: error processing libpam-smbpass (--configure):

 subprocess post-installation script returned error exit status 2

Errors were encountered while processing:

 libpam-smbpass

Log ended: 2009-08-01  15:55:42

** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

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

-- 
package libpam-smbpass 2:3.3.2-1ubuntu3.1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/407689
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 404917] Re: mounted samba shares unavailable after suspend

2009-08-12 Thread Chuck Short
If possible can you include your samba log files when this happens and
we can try to see what is going on?

Regards
chuck

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

-- 
mounted samba shares unavailable after suspend
https://bugs.launchpad.net/bugs/404917
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 406698] Re: package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-08-12 Thread Chuck Short
Thanks for the bug report.

Regards
chuck

** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

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

-- 
package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/406698
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 382136] Re: Smbd startup failure caused by a failure to create an NT token for the guest account.

2009-08-12 Thread Chuck Short
This is actually fixed in karmic according to the upstream changelog.
Marking fixed for karmic will look at getting a fix for hardy for this.

Regards
chuck

** Also affects: samba (Ubuntu Hardy)
   Importance: Undecided
   Status: New

** Also affects: samba (Ubuntu Karmic)
   Importance: Undecided
   Status: New

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

-- 
Smbd startup failure caused by a failure to create an NT token for the guest 
account.
https://bugs.launchpad.net/bugs/382136
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 404917] Re: mounted samba shares unavailable after suspend

2009-08-12 Thread rupert
No problems, but looking at samba.conf and then where the log files are
meant to be, it seems there aren't any useful logs there.

Here is what I found.

** Attachment added: smb.conf
   http://launchpadlibrarian.net/30250577/smb.conf

-- 
mounted samba shares unavailable after suspend
https://bugs.launchpad.net/bugs/404917
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 404917] Re: mounted samba shares unavailable after suspend

2009-08-12 Thread rupert
more logs, but they seem non-informative.

** Attachment added: log.winbindd.1.gz
   http://launchpadlibrarian.net/30250633/log.winbindd.1.gz

-- 
mounted samba shares unavailable after suspend
https://bugs.launchpad.net/bugs/404917
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 404917] Re: mounted samba shares unavailable after suspend

2009-08-12 Thread rupert
and more.

** Attachment added: log.winbindd.2.gz
   http://launchpadlibrarian.net/30250647/log.winbindd.2.gz

-- 
mounted samba shares unavailable after suspend
https://bugs.launchpad.net/bugs/404917
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 404917] Re: mounted samba shares unavailable after suspend

2009-08-12 Thread rupert
Above was the samba.conf so you can check that (it is the stock afaik).
I am now attaching the log files, though as I said, they seem empty.

** Attachment added: log.winbindd
   http://launchpadlibrarian.net/30250600/log.winbindd

-- 
mounted samba shares unavailable after suspend
https://bugs.launchpad.net/bugs/404917
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 410328] Re: ec2-api-tools commands require JAVA_HOME to be set

2009-08-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/ubuntu/karmic/ec2-api-tools/bug-410328

-- 
ec2-api-tools commands require JAVA_HOME to be set
https://bugs.launchpad.net/bugs/410328
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-api-tools 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 410328] Re: ec2-api-tools commands require JAVA_HOME to be set

2009-08-12 Thread Scott Moser
** Changed in: ec2-api-tools (Ubuntu)
   Status: New = Confirmed

-- 
ec2-api-tools commands require JAVA_HOME to be set
https://bugs.launchpad.net/bugs/410328
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-api-tools 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 410328] Re: ec2-api-tools commands require JAVA_HOME to be set

2009-08-12 Thread Scott Moser
** Changed in: ec2-api-tools (Ubuntu)
 Assignee: (unassigned) = Scott Moser (smoser)

-- 
ec2-api-tools commands require JAVA_HOME to be set
https://bugs.launchpad.net/bugs/410328
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-api-tools 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 412751] [NEW] bind9 should reload the named apparmor profile, not all of apparmor

2009-08-12 Thread Jamie Strandboge
Public bug reported:

Binary package hint: bind9

Currently, bind9 will reload all of apparmor when it is upgraded. It
should only reload its individual profile, otherwise after a bind9
upgrade, other apparmor protected applications will be unconfined until
they are restarted.

** Affects: bind9 (Ubuntu)
 Importance: Medium
 Assignee: Jamie Strandboge (jdstrand)
 Status: In Progress

** Changed in: bind9 (Ubuntu)
   Importance: Undecided = Medium

** Changed in: bind9 (Ubuntu)
   Status: New = In Progress

** Changed in: bind9 (Ubuntu)
Milestone: None = karmic-alpha-5

** Changed in: bind9 (Ubuntu)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

-- 
bind9 should reload the named apparmor profile, not all of apparmor
https://bugs.launchpad.net/bugs/412751
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 412751] Re: bind9 should reload the named apparmor profile, not all of apparmor

2009-08-12 Thread Jamie Strandboge

** Attachment added: bind9_9.6.1.dfsg.P1-1ubuntu1.debdiff
   http://launchpadlibrarian.net/30255258/bind9_9.6.1.dfsg.P1-1ubuntu1.debdiff

-- 
bind9 should reload the named apparmor profile, not all of apparmor
https://bugs.launchpad.net/bugs/412751
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 412756] [NEW] package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-08-12 Thread kallekytt
Public bug reported:

Binary package hint: samba

1) Description: Ubuntu 9.04
Release:9.04

2) samba:
  Installed: (none)
  Candidate: 2:3.3.2-1ubuntu3.1
  Version table:
 2:3.3.2-1ubuntu3.1 0
500 http://ee.archive.ubuntu.com jaunty-updates/main Packages
 2:3.3.2-1ubuntu3 0
500 http://ee.archive.ubuntu.com jaunty/main Packages

3) Installing updates

4) installation script error

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: samba-common 2:3.3.2-1ubuntu3.1
SourcePackage: samba
Title: package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.28-13-generic i686

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


** Tags: apport-package i386

-- 
package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/412756
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 412756] Re: package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-08-12 Thread kallekytt

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

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

-- 
package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/412756
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

2009-08-12 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/perlipq

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