[Bug 73452] Re: Uploading files to remote Windows server - Modified timestamps

2009-07-12 Thread Jan Lillelund
I am seeing the same on a Ubuntu 9.04 on CIFS mounts using the latest
"smbfs" package.  Using Microsofts robocopy /MIR as well as ms' file
manager preserves timestamps on the server, while rsync and Nautilus
doesn't from an Ubuntu 9.04.

Issuing an rsync -a command (trying to maintain file attributes) fails
miserably with an error:

rsync: failed to set times on 
"/mnt/smb100disk2/backup/CR-LD100/.88RC6907010.pdf.p1pkDD": Operation not 
permitted (1)
...
rsync error: some files/attrs were not transferred (see previous errors) (code 
23) at main.c(1058) [sender=3.0.5]

Is there a solution yet for this problem? Losing file attributes
including time information on CIFS shares limits Ubuntu's usability in a
professional environment tremendously.  We have several TB of data
stored on Linux-based CIFS servers and are attempting to move from MS to
Ubuntu on a number of clients, but this is so far a showstopper.

Does anybody know of another tool (other than rsync) that supports CIFS
correctly on the Ubuntu client?

-- 
Uploading files to remote Windows server - Modified timestamps
https://bugs.launchpad.net/bugs/73452
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 377268] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 1

2009-07-12 Thread Calvin Mitchell
problem continues with mysql-server-5.0 5.1.30really5.0.83-0ubuntu1 [24.2MB]
Get:2 http://us.archive.ubuntu.com karmic/main libhtml-template-perl 2.9-1 
[65.8kB]
Get:3 http://us.archive.ubuntu.com karmic/main mysql-server 
5.1.30really5.0.83-0ubuntu1 [57.9kB]
Fetched 24.3MB in 11s (2054kB/s)
Preconfiguring packages ...
(Reading database ... 338087 files and directories currently installed.)
Unpacking mysql-server-5.0 (from 
.../mysql-server-5.0_5.1.30really5.0.83-0ubuntu1_amd64.deb) ...
Aborting downgrade from (at least) 5.1 to 5.0.
dpkg: error processing 
/var/cache/apt/archives/mysql-server-5.0_5.1.30really5.0.83-0ubuntu1_amd64.deb 
(--unpack):
 subprocess new pre-installation script returned error exit status 1
Selecting previously deselected package libhtml-template-perl.
Unpacking libhtml-template-perl (from .../libhtml-template-perl_2.9-1_all.deb) 
...
Selecting previously deselected package mysql-server.
Unpacking mysql-server (from 
.../mysql-server_5.1.30really5.0.83-0ubuntu1_all.deb) ...
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/mysql-server-5.0_5.1.30really5.0.83-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: el subproceso post-installation script devolvi? el c?digo de 
salida de error 1
https://bugs.launchpad.net/bugs/377268
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 398366] Re: Certs generated with TinyCA2 and openssl cause errors in openldap and gnutls

2009-07-12 Thread quentusrex
** Visibility changed to: Public

-- 
Certs generated with TinyCA2 and openssl cause errors in openldap and gnutls
https://bugs.launchpad.net/bugs/398366
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 398549] [NEW] Slapd, unless started manually, will not work with saslauthd

2009-07-12 Thread dylan taft
Public bug reported:

Ubuntu Server 9.04 32 bit
package version slapd 2.4.15-1ubuntu3

Problem: does not work with saslauthd unless running as root

To reproduce:
install slapd, saslauthd, krb kdc server

you can run saslauthd -d -a kerberos5 & or check logs in var to see if
slapd is communicating with saslauthd

start up slapd and the kdc
in ldap, set a userPassword to {sasl}u...@yourealm

Try to auth as that user, will fail, saslauthd doesn't output anything
in the logs, slapd doesnt appear to be communicating with it

if you edit /etc/default/slapd.conf and comment out SLAPD_USER and
SLAPD_GROUP or set them to root, and use the init script to launch, sasl
auth works fine, you can see ldap connect in saslauthd's logs and debug
output

also, starting slapd manually by going slapd -u openldap -g openldap
will work

It doesn't make sense, I don't see any chrooting, so it should be able
to hit saslauthd's socket file fine...

** Affects: openldap2.3 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Slapd, unless started manually, will not work with saslauthd
https://bugs.launchpad.net/bugs/398549
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 398549] Re: Slapd, unless started manually, will not work with saslauthd

2009-07-12 Thread dylan taft
I'm not sure..but

/usr/lib/sasl2
you need to have a file called slapd.conf there, pwcheck_method:saslauthd 
for this to work under any account, root or not

It's chmodded a+r right now, it's not working still under the openldap
account

And I take it back, slapd -g openldap -u openldap, sasl still isn't
working, but -u root works fine...

-- 
Slapd, unless started manually, will not work with saslauthd
https://bugs.launchpad.net/bugs/398549
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 398549] Re: Slapd, unless started manually, will not work with saslauthd

2009-07-12 Thread dylan taft
Ok, figured it out
/etc/init.d/saslauthd start
a folder is created, /var/run/saslauthd with the socket and pid
drwx--x--- owner root group sasl

openldap user does not have access to this folder
added openldap to sasl group and it works

Is this normal behavior?

-- 
Slapd, unless started manually, will not work with saslauthd
https://bugs.launchpad.net/bugs/398549
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 398582] [NEW] Makefiles included with apache2-prefork-dev can't properly install modules created with apxs2 -g

2009-07-12 Thread Michael S. Fischer
Public bug reported:

Binary package hint: apache2-prefork-dev

Package: apache2-prefork-dev 2.2.9-7ubuntu3.1
Description:Ubuntu 8.10
Release:8.10

To reproduce:

(1) Create a new apache module skeleton directory with apxs2:

$ apxs2 -g -n test

(2) Execute `make install' in the skeleton directory:

[... compilation messages ...]
/bin/bash: line 1: /build/instdso.sh: No such file or directory
make[1]: *** [install-modules-yes] Error 127

The following patch fixes the problem:

--- /usr/share/apache2/build/special.mk 2009-07-12 15:16:26.901340341 -0700
+++ /usr/share/apache2/build/special.mk.orig2009-07-12 15:16:10.059729856 
-0700
@@ -29,7 +29,7 @@
 install-modules-yes:
@$(MKINSTALLDIRS) $(DESTDIR)$(libexecdir)
@list='$(shared)'; for i in $$list; do \
- $(top_builddir)/build/instdso.sh SH_LIBTOOL='$(SH_LIBTOOL)' $$i 
$(DESTDIR)$(libexecdir); \
+ $(top_srcdir)/build/instdso.sh SH_LIBTOOL='$(SH_LIBTOOL)' $$i 
$(DESTDIR)$(libexecdir); \
done
 
 install-modules-no:

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


** Tags: apache

-- 
Makefiles included with apache2-prefork-dev can't properly install modules 
created with apxs2 -g
https://bugs.launchpad.net/bugs/398582
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 288496] Re: package winbind 2:3.2.3-1ubuntu3 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-07-12 Thread Emilien Klein
Same here, I just added the Wine repositories and installed Wine
(1.1.25~winehq0~ubuntu~9.04-0ubuntu1 as of writing) which needed the
winbind package (2:3.3.2-1ubuntu3) which seem to be an official ubuntu
package because it has the little Ubuntu icon on the left.

At the end of installing (with Synaptic), I got a message telling me
that winbind failed to install. I see that this bug is already in
triaged state, but I don't know if somebody is looking at it?

I've attached the result of a "sudo aptitude dist-upgrade", don't know
if this might help.

** Attachment added: "winbind.txt"
   http://launchpadlibrarian.net/28946748/winbind.txt

-- 
package winbind 2:3.2.3-1ubuntu3 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/288496
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 377268] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 1

2009-07-12 Thread Mathias Gug
Could you please provide the following information:

 * content of /var/log/daemon.log related to mysql processes:

/var/log/daemon.log

 * apparmor audit messages related to mysqld:

/var/log/kern.log

 * mysqld apparmor profile:

/etc/apparmor.d/usr.sbin.mysqld

 * mysql configuration stripped of private information (such as
password):

/etc/mysql/my.cnf

 * extra mysql configuration from the conf.d directory:

/etc/mysql/conf.d/

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: el subproceso post-installation script devolvi? el c?digo de 
salida de error 1
https://bugs.launchpad.net/bugs/377268
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 243157] Re: package mysql-server 5.0.51a-3ubuntu5.1 failed to install/upgrade: probl?mes de d?pendances - laiss? non configur?

2009-07-12 Thread McPeter
problem appear after normal update : sudo aptitude update && sudo
aptitude safe-upgrade

(Ubuntu 8.10 upgrated to Ubuntu 9.04)

p.s.: maybe it's work after reboot (new kernel)

-- 
package mysql-server 5.0.51a-3ubuntu5.1 failed to install/upgrade: probl?mes de 
d?pendances - laiss? non configur?
https://bugs.launchpad.net/bugs/243157
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 243157] Re: package mysql-server 5.0.51a-3ubuntu5.1 failed to install/upgrade: probl?mes de d?pendances - laiss? non configur?

2009-07-12 Thread McPeter
different version of MySql-Server
Est en conflit: mysql-server (< 5.1.31-1ubuntu2), mysql-server-4.1,
mysql-server-5.0, mysql-server-core-5.0
Remplace: mysql-server (< 5.1.31-1ubuntu2), mysql-server-4.1, mysql-server-5.0,
  mysql-server-core-5.0

-- 
package mysql-server 5.0.51a-3ubuntu5.1 failed to install/upgrade: probl?mes de 
d?pendances - laiss? non configur?
https://bugs.launchpad.net/bugs/243157
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 243157] Re: package mysql-server 5.0.51a-3ubuntu5.1 failed to install/upgrade: probl?mes de d?pendances - laiss? non configur?

2009-07-12 Thread McPeter
it's ok for me :)

problem after reboot : in the attachement 'log-mysql'

i stop apparmor sudo /etc/init.d/apparmor stop
i edit /etc/apparmor.d/usr.sbin.mysql and change the path to /var/bin/mysql (my 
database is other place)
i restart apparmor sudo /etc/init.d/apparmor start
and sudo /etc/init.d/mysql start
and done :)

** Attachment added: "log-mysql"
   http://launchpadlibrarian.net/28947693/log-mysql

-- 
package mysql-server 5.0.51a-3ubuntu5.1 failed to install/upgrade: probl?mes de 
d?pendances - laiss? non configur?
https://bugs.launchpad.net/bugs/243157
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 89364] Re: Apache2 default site contains only the words "It works!"

2009-07-12 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.2.11-7ubuntu1

---
apache2 (2.2.11-7ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes: LP: #398130
- debian/patches/203_fix-ssl-timeftm-ignored.dpatch:
  Fix timefmt is ignored when XBitHack is on. (LP: #258914)
- debian/{control,rules}: enable PIE hardening.
- debian/{control, rules, apache2.2-common.ufw.profile}: add ufw profiles.

apache2 (2.2.11-7) unstable; urgency=low

  * Security fixes:
- CVE-2009-1890: denial of service in mod_proxy
- CVE-2009-1891: denial of service in mod_deflate (closes: #534712)
  * Add symlinks for the debug info to the mpm packages.
  * Be slightly more informative in the default index.html without pointing
to Apache or Debian (LP: #89364)
  * Remove dependency on net-tools, which is no longer necessary
(closes: #535849)
  * Bump Standards-Version (no changes)

 -- Bhavani ShankarSat, 11 Jul 2009 16:34:32
+0530

** Changed in: apache2 (Ubuntu)
   Status: Won't Fix => Fix Released

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

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

-- 
Apache2 default site contains only the words "It works!"
https://bugs.launchpad.net/bugs/89364
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 398130] Re: Please merge apache2 2.2.11-7(main) from debian unstable(main)

2009-07-12 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.2.11-7ubuntu1

---
apache2 (2.2.11-7ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes: LP: #398130
- debian/patches/203_fix-ssl-timeftm-ignored.dpatch:
  Fix timefmt is ignored when XBitHack is on. (LP: #258914)
- debian/{control,rules}: enable PIE hardening.
- debian/{control, rules, apache2.2-common.ufw.profile}: add ufw profiles.

apache2 (2.2.11-7) unstable; urgency=low

  * Security fixes:
- CVE-2009-1890: denial of service in mod_proxy
- CVE-2009-1891: denial of service in mod_deflate (closes: #534712)
  * Add symlinks for the debug info to the mpm packages.
  * Be slightly more informative in the default index.html without pointing
to Apache or Debian (LP: #89364)
  * Remove dependency on net-tools, which is no longer necessary
(closes: #535849)
  * Bump Standards-Version (no changes)

 -- Bhavani ShankarSat, 11 Jul 2009 16:34:32
+0530

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

-- 
Please merge apache2 2.2.11-7(main) from debian unstable(main)
https://bugs.launchpad.net/bugs/398130
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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