[Bug 1553563] Re: bconsole to Bacula Director fails with authorization problem message

2016-03-15 Thread Patrick Beckmann
** Tags added: xenial

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in Ubuntu.
https://bugs.launchpad.net/bugs/1553563

Title:
  bconsole to Bacula Director fails with authorization problem message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1553563/+subscriptions

-- 
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 1553563] Re: bconsole to Bacula Director fails with authorization problem message

2016-03-14 Thread Patrick Beckmann
Addition:
- In the Job resources:
  Maximum Concurrent Jobs

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in Ubuntu.
https://bugs.launchpad.net/bugs/1553563

Title:
  bconsole to Bacula Director fails with authorization problem message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1553563/+subscriptions

-- 
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 1553563] Re: bconsole to Bacula Director fails with authorization problem message

2016-03-14 Thread Patrick Beckmann
The only (debug) message I got from the Director upon an unsuccessful
bconsole connection was the one produced in lib/bnet.c:566. So I
debugged it and got this backtrace:

#0  init_bsock (jcr=jcr@entry=0x0, sockfd=sockfd@entry=7, 
who=who@entry=0x7efce66e958b "client", 
host=host@entry=0x7efce32b1320 "127.0.0.1", port=9101, 
client_addr=client_addr@entry=0x7efce32b0eb0) at bnet.c:565
#1  0x7efce66b605e in bnet_thread_server 
(addr_list=addr_list@entry=0x20a65d8, max_clients=0, 
client_wq=client_wq@entry=0x688960 , 
handle_client_request=handle_client_request@entry=0x4534b0 
) at bnet_server.c:222
#2  0x0045312c in connect_thread (arg=arg@entry=0x20a65d8) at 
ua_server.c:69
#3  0x7efce66e6bdf in lmgr_thread_launcher (x=0x2108498) at lockmgr.c:1091
#4  0x7efce648966a in start_thread (arg=0x7efce32b2700) at 
pthread_create.c:333
#5  0x7efce5e3d01d in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

It is strange, that  bnet_thread_server() had been called with
max_clients=0. In the calling location in dird/ua_server.c:69
"director->MaxConsoleConnect" is used as a parameter.
"MaximumConsoleConnections" seems to be the according Director resource
configuration variable (bacula-dir.conf) and it was not present in my
configuration. While the documentation at
http://www.bacula.org/7.0.x-manuals/en/main/Configuring_Director.html#SECTION00152
clearly states a default value of 20, bconsole connections suddenly
worked after explicitly setting it.

Further problems were an empty scheduled job list and manually started
backup jobs just "waiting on max Client jobs". To get Bacula basically
working on Xenial it seems, that at least the following configuration
variables of bacula-dir.conf need explicit statements:

- In the Director resource:
  MaximumConsoleConnections
- In the Job resources:
  Enabled
- In the Client resources:
  Maximum Concurrent Jobs

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in Ubuntu.
https://bugs.launchpad.net/bugs/1553563

Title:
  bconsole to Bacula Director fails with authorization problem message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1553563/+subscriptions

-- 
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 1553563] [NEW] bconsole to Bacula Director fails with authorization problem message

2016-03-05 Thread Patrick Beckmann
Public bug reported:

In a plain, new Bacula installation on Ubuntu 16.04 Xenial (packages:
bacula-director-sqlite3, bacula-sd-sqlite3, bacula-fd, bacula-console)
the "bconsole" client program is not able to complete its connection to
the Bacula Director, but fails with:

# bconsole
Connecting to Director localhost:9101
Director authorization problem.
Most likely the passwords do not agree.
If you are using TLS, there may have been a certificate validation error during 
the TLS handshake.
Please see 
http://www.bacula.org/en/rel-manual/Bacula_Freque_Asked_Questi.html#SECTION0026
 for help.

The bug in #508382 sounds very similar, but recompiling with empty
LDFLAGS does not fix it.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in Ubuntu.
https://bugs.launchpad.net/bugs/1553563

Title:
  bconsole to Bacula Director fails with authorization problem message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/1553563/+subscriptions

-- 
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 407324] Re: /etc/init.d/freeradius stop don't work

2016-01-25 Thread Patrick
I found this is an issue with the .pid file even if you restart it the
process id is still the same number and I get loads of errors such as
port in use. I modified the files listed below to get it working but the
service freeradius stop or restart command still does not work im on
14.04.3.

/etc/init.d/freeradius

# freeradius -- Radius server
#

description "Extensible, configurable radius daemon"
author  "Michael Vogt "

start on runlevel [2345]
stop on runlevel [!2345]

umask 002 - add

respawn

#pre-start script  - comment out
#  if [ -r /etc/default/freeradius ]; then  - comment out
#. /etc/default/freeradius - comment out
#  fi - comment out
#  exec /usr/sbin/freeradius -f $FREERADIUS_OPTIONS - comment out
#end script - comment out

pre-start script  - add
if [ -x /var/run/freeradius/freeradius.pid ]; then  - add
 rm -rf /var/run/freeradius/freeradius.pid  - add
fi  - add

if [ ! -d /var/run/freeradius ]; then - add
  mkdir -p /var/run/freeradius - add
  chown freerad:freerad /var/run/freeradius - add
  chmod 775 /var/run/freeradius - add
fi - add
end script - add


/etc/init/freeradius

umask 002 - add

. /lib/lsb/init-functions

PROG="freeradius"
PROGRAM="/usr/sbin/freeradius"
PIDFILE="/var/run/freeradius/freeradius.pid"
DESCR="FreeRADIUS daemon"

if [ -r /etc/default/$PROG ]; then
  . /etc/default/$PROG
fi

test -f $PROGRAM || exit 0

# /var/run may be a tmpfs - comment out
# if [ ! -d /var/run/freeradius ]; then - comment out
#  mkdir -p /var/run/freeradius - comment out
#  chown freerad:freerad /var/run/freeradius - comment out
#  chmod 775 /var/run/freeradius - comment out
# fi - comment out

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in Ubuntu.
https://bugs.launchpad.net/bugs/407324

Title:
  /etc/init.d/freeradius stop don't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/407324/+subscriptions

-- 
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 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2015-05-22 Thread Patrick Domack
This is a patch I created, by backporting 2.4 commits for DH keys to
2.2, to solve the DH keys too small issues on certs.

Adding here in case it helps anyone.


** Patch added: DH key sizing backport from 2.4
   
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+attachment/4402571/+files/ssl_dhparams.patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
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 1322897] Re: syslog spam Failed to get vmstats.

2015-05-19 Thread Patrick Domack
debian/rules

and add libprocps-dev to debian/control


Quoting flickerfly josiah.ritc...@gmail.com:

 What is the file I need to edit to remove --disable-procfs option?

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1322897

 Title:
   syslog spam Failed to get vmstats.

 Status in open-vm-tools package in Ubuntu:
   Confirmed

 Bug description:
   open-vm-tools spams syslog every 30seconds with:

   [warning] [guestinfo] Failed to get vmstats.


   This is cause of the procfs disable on the configure line.
   This has been fixed upstream in debian, but hasn't been adjusted  
 yet in ubuntu.

   Fix is to remove the --disable-procfs configure option, and to add
   libprocps-dev to control deps.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1322897/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1322897

Title:
  syslog spam Failed to get vmstats.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1322897/+subscriptions

-- 
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 1307695] Re: package snmpd 5.7.2~dfsg-8ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-04-15 Thread Patrick Seher
same in 14.04 - cant install snmpd on a fresh 14.04 installation

Ein Paket konnte nicht installiert werden. Versuch, dies zu lösen:
snmpd (5.7.2~dfsg-8.1ubuntu3) wird eingerichtet ...
update-rc.d: warning:  stop runlevel arguments (1) do not match snmpd 
Default-Stop values (0 1 6)
 * Starting network management services:

invoke-rc.d: initscript snmpd, action start failed.
dpkg: Fehler beim Bearbeiten des Paketes snmpd (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
Fehler traten auf beim Bearbeiten von:
 snmpd

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

Title:
  package snmpd 5.7.2~dfsg-8ubuntu1.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1307695/+subscriptions

-- 
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 1322897] Re: syslog spam Failed to get vmstats.

2015-03-25 Thread Patrick Domack
It is not, it might be fixed in vivid, as that was pulled from upstream,
but I haven't verified yet.

I have pushed my own fixed package into my ppa:patrickdk/general-lucid
for trusty if you wish to use it.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1322897

Title:
  syslog spam Failed to get vmstats.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1322897/+subscriptions

-- 
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 1430936] Re: /usr/share/doc/apache2/examples/setup-instance neglects to create symlinkjs a2enconf-$SUFFIX and a2disconf-$SUFFIX in /usr/local/sbin

2015-03-11 Thread Patrick
(Typo in the summary:  symlinkjs should be symlinks)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1430936

Title:
  /usr/share/doc/apache2/examples/setup-instance neglects to create
  symlinkjs a2enconf-$SUFFIX and a2disconf-$SUFFIX in /usr/local/sbin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1430936/+subscriptions

-- 
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 1430936] [NEW] /usr/share/doc/apache2/examples/setup-instance neglects to create symlinkjs a2enconf-$SUFFIX and a2disconf-$SUFFIX in /usr/local/sbin

2015-03-11 Thread Patrick
Public bug reported:

The apache2 package provides an example script:
/usr/share/doc/apache2/examples/setup-instance

use of which is described in:
/usr/share/doc/apache2/README.multiple-instances

This setup-instance script creates the following symbolic links for the new 
apache2 instance, e.g. XXX:
/usr/local/sbin/a2enmod-XXX - /usr/sbin/a2enmod
/usr/local/sbin/a2dismod-XXX - /usr/sbin/a2dismod
/usr/local/sbin/a2ensite-XXX - /usr/sbin/a2ensite
/usr/local/sbin/a2dissite-XXX - /usr/sbin/a2dissite
/usr/local/sbin/apache2ctl-XXX - /usr/sbin/apache2ctl
/usr/local/sbin/apache2ctl-XXX - /usr/sbin/apache2ctl

It should similarly create:
/usr/local/sbin/a2enconf-XXX - /usr/sbin/a2enconf
/usr/local/sbin/a2disconf-XXX - /usr/sbin/a2disconf

That is, line 28, which reads:
   for a in a2enmod a2dismod a2ensite a2dissite apache2ctl ; do

should instead read:
   for a in a2enconf a2disconf a2enmod a2dismod a2ensite a2dissite apache2ctl ; 
do

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1430936

Title:
  /usr/share/doc/apache2/examples/setup-instance neglects to create
  symlinkjs a2enconf-$SUFFIX and a2disconf-$SUFFIX in /usr/local/sbin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1430936/+subscriptions

-- 
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 1307778] Re: getent group on trusty returns only local groups

2015-03-10 Thread Patrick Kinney
I can confirm this issue on Ubuntu Server 14.04 and Samba 4.1.6 with
winbind.   I can also confirm replacing winbind with sssd as suggested
in post #20 is an easy workaround.   sssd does not have this problem and
all AD groups get enumerated correctly.

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

Title:
  getent group on trusty returns only local groups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1307778/+subscriptions

-- 
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 1420177] [NEW] package vsftpd 3.0.2-14ubuntu1 failed to install/upgrade: subproces installed post-removal script gaf een foutwaarde 1 terug

2015-02-10 Thread Patrick
Public bug reported:

installed vsftpd, but the deamon did not start. Found out I had already 
installed pure-ftpd. So in uninstalled that first, then wanted to deinstall 
vsftpd and reinstall again. 
pure-ftpd is deinstalled now, but I can't remove, purge  or reconfigure (dpkg) 
vsftpd anymore.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: vsftpd 3.0.2-14ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
ApportVersion: 2.14.7-0ubuntu8.1
AptOrdering: vsftpd: Remove
Architecture: amd64
Date: Tue Feb 10 10:12:51 2015
DpkgTerminalLog:
 Removing vsftpd (3.0.2-14ubuntu1) ...
 vsftpd stop/waiting
 dpkg: error processing package vsftpd (--remove):
  subproces installed post-removal script gaf een foutwaarde 1 terug
DuplicateSignature: package:vsftpd:3.0.2-14ubuntu1:subproces installed 
post-removal script gaf een foutwaarde 1 terug
ErrorMessage: subproces installed post-removal script gaf een foutwaarde 1 terug
InstallationDate: Installed on 2014-08-07 (186 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
SourcePackage: vsftpd
Title: package vsftpd 3.0.2-14ubuntu1 failed to install/upgrade: subproces 
installed post-removal script gaf een foutwaarde 1 terug
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package utopic

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/1420177

Title:
  package vsftpd 3.0.2-14ubuntu1 failed to install/upgrade: subproces
  installed post-removal script gaf een foutwaarde 1 terug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1420177/+subscriptions

-- 
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 1340901] [NEW] ssh_util.setup_user_keys restricts permission on ssh public keys dir, preventing login

2014-07-11 Thread Patrick Lucas
Public bug reported:

Bug present in: Ubuntu 14.04 LTS, cloud-init 0.7.5-0ubuntu1

In ssh_util.py, setup_user_keys, which is called by
config.cc_ssh.apply_credentials, changes the permissions of the
directory into which the new user's public ssh key is written.

This directory is found by parsing /etc/ssh/sshd_config for the value of
AuthorizedKeysFile and calling dirname.

In our case, the value of AuthorizedKeysFile is
/etc/authorized_keys.d/%u.pub. This means that cloud-init chmods
/etc/authorized_keys.d to 0700, preventing any user from logging in.

My proposed solution is for setup_user_keys to only chmod and chown the
directory and pubkey file if the file is contained within the user's
home directory.

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1340901

Title:
  ssh_util.setup_user_keys restricts permission on ssh public keys dir,
  preventing login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1340901/+subscriptions

-- 
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 1340903] [NEW] cc_ssh_authkey_fingerprints does not honor cfg option 'no_ssh_fingerprints'

2014-07-11 Thread Patrick Lucas
Public bug reported:

This appears to be a simple typo:

config.cc_ssh_authkey_fingerprints.handle:

if 'no_ssh_fingerprints' in cfg:
log.debug((Skipping module named %s, 
   logging of ssh fingerprints disabled), name)

should be:

if 'no_ssh_fingerprints' in cfg:
log.debug((Skipping module named %s, 
   logging of ssh fingerprints disabled), name)
return

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1340903

Title:
  cc_ssh_authkey_fingerprints does not honor cfg option
  'no_ssh_fingerprints'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1340903/+subscriptions

-- 
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 1322897] [NEW] syslog spam Failed to get vmstats.

2014-05-24 Thread Patrick Domack
Public bug reported:

open-vm-tools spams syslog every 30seconds with:

[warning] [guestinfo] Failed to get vmstats.


This is cause of the procfs disable on the configure line.
This has been fixed upstream in debian, but hasn't been adjusted yet in ubuntu.

Fix is to remove the --disable-procfs configure option, and to add
libprocps-dev to control deps.

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1322897

Title:
  syslog spam Failed to get vmstats.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1322897/+subscriptions

-- 
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 1322899] [NEW] pacemaker init script links aren't created on upgrade

2014-05-24 Thread Patrick Domack
Public bug reported:

When upgrading my pacemaker/corosync machines from ubuntu 12.04 to
14.04, update-rc.d for pacemaker is not run, so the new pacemaker init.d
script is never executed on system startup, causing corosync/pacemaker
HA system to not start.

When adding the new pacemaker init.d script, update-rc.d should be run,
so pacemaker init.d is run to start pacemaker as needed.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pacemaker in Ubuntu.
https://bugs.launchpad.net/bugs/1322899

Title:
  pacemaker init script links aren't created on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1322899/+subscriptions

-- 
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 1277837] Re: No security update released for 10.04 Lucid

2014-02-08 Thread Patrick Mylund Nielsen
Perhaps libyaml was assumed to be a desktop package, but it is
definitely in use on many 10.04 LTS servers.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libyaml in Ubuntu.
https://bugs.launchpad.net/bugs/1277837

Title:
  No security update released for 10.04 Lucid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libyaml/+bug/1277837/+subscriptions

-- 
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 1224672] Re: lxc-destroy does not remove symlinks in /etc/lxc/auto/

2013-09-19 Thread Patrick Hetu
** Project changed: lxc = lxc (Ubuntu)

** Description changed:

  At least in versions:
  
  release: saucy
- lxc: 1.0.0~alpha1-0ubuntu2
- juju-core: 1.13.3-0ubuntu1
+ lxc: 1.0.0~alpha1-0ubuntu4
  
- after the lxc-destroy command, symlinks are still there.
+ after the lxc-destroy command, symlinks are still there. This prevent
+ juju-core from working locally for example.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1224672

Title:
  lxc-destroy does not remove symlinks in /etc/lxc/auto/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1224672/+subscriptions

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

2013-09-06 Thread Patrick
Public bug reported:

installArchives() failed: Preconfiguring packages ...
Preconfiguring packages ...
Preconfiguring packages ...
Preconfiguring packages ...
(Reading database ... 
(Reading database ... 5%%
(Reading database ... 10%%
(Reading database ... 15%%
(Reading database ... 20%%
(Reading database ... 25%%
(Reading database ... 30%%
(Reading database ... 35%%
(Reading database ... 40%%
(Reading database ... 45%%
(Reading database ... 50%%
(Reading database ... 55%%
(Reading database ... 60%%
(Reading database ... 65%%
(Reading database ... 70%%
(Reading database ... 75%%
(Reading database ... 80%%
(Reading database ... 85%%
(Reading database ... 90%%
(Reading database ... 95%%
(Reading database ... 100%%
(Reading database ... 263932 files and directories currently installed.)
Preparing to replace php5-cli 5.3.10-1ubuntu3.7 (using 
.../php5-cli_5.3.10-1ubuntu3.8_amd64.deb) ...
Unpacking replacement php5-cli ...
Preparing to replace libapache2-mod-php5 5.3.10-1ubuntu3.7 (using 
.../libapache2-mod-php5_5.3.10-1ubuntu3.8_amd64.deb) ...
Unpacking replacement libapache2-mod-php5 ...
Preparing to replace php5-common 5.3.10-1ubuntu3.7 (using 
.../php5-common_5.3.10-1ubuntu3.8_amd64.deb) ...
Unpacking replacement php5-common ...
Preparing to replace initramfs-tools 0.99ubuntu13.1 (using 
.../initramfs-tools_0.99ubuntu13.2_all.deb) ...
Unpacking replacement initramfs-tools ...
Preparing to replace initramfs-tools-bin 0.99ubuntu13.1 (using 
.../initramfs-tools-bin_0.99ubuntu13.2_amd64.deb) ...
Unpacking replacement initramfs-tools-bin ...
Preparing to replace apparmor 2.7.102-0ubuntu3.8 (using 
.../apparmor_2.7.102-0ubuntu3.9_amd64.deb) ...
Unpacking replacement apparmor ...
Preparing to replace libroken18-heimdal 1.6~git20120311.dfsg.1-2 (using 
.../libroken18-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb) ...
Unpacking replacement libroken18-heimdal ...
Preparing to replace libasn1-8-heimdal 1.6~git20120311.dfsg.1-2 (using 
.../libasn1-8-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb) ...
Unpacking replacement libasn1-8-heimdal ...
Preparing to replace libhcrypto4-heimdal 1.6~git20120311.dfsg.1-2 (using 
.../libhcrypto4-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb) ...
Unpacking replacement libhcrypto4-heimdal ...
Preparing to replace libheimbase1-heimdal 1.6~git20120311.dfsg.1-2 (using 
.../libheimbase1-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb) ...
Unpacking replacement libheimbase1-heimdal ...
Preparing to replace libwind0-heimdal 1.6~git20120311.dfsg.1-2 (using 
.../libwind0-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb) ...
Unpacking replacement libwind0-heimdal ...
Preparing to replace libhx509-5-heimdal 1.6~git20120311.dfsg.1-2 (using 
.../libhx509-5-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb) ...
Unpacking replacement libhx509-5-heimdal ...
Preparing to replace libkrb5-26-heimdal 1.6~git20120311.dfsg.1-2 (using 
.../libkrb5-26-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb) ...
Unpacking replacement libkrb5-26-heimdal ...
Preparing to replace libheimntlm0-heimdal 1.6~git20120311.dfsg.1-2 (using 
.../libheimntlm0-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb) ...
Unpacking replacement libheimntlm0-heimdal ...
Preparing to replace libgssapi3-heimdal 1.6~git20120311.dfsg.1-2 (using 
.../libgssapi3-heimdal_1.6~git20120311.dfsg.1-2ubuntu0.1_amd64.deb) ...
Unpacking replacement libgssapi3-heimdal ...
Selecting previously unselected package linux-image-3.5.0-40-generic.
Unpacking linux-image-3.5.0-40-generic (from 
.../linux-image-3.5.0-40-generic_3.5.0-40.62~precise1_amd64.deb) ...
Done.
Preparing to replace libnm-util2 0.9.4.0-0ubuntu4.2 (using 
.../libnm-util2_0.9.4.0-0ubuntu4.3_amd64.deb) ...
Unpacking replacement libnm-util2 ...
Preparing to replace libnm-glib4 0.9.4.0-0ubuntu4.2 (using 
.../libnm-glib4_0.9.4.0-0ubuntu4.3_amd64.deb) ...
Unpacking replacement libnm-glib4 ...
Preparing to replace network-manager 0.9.4.0-0ubuntu4.2 (using 
.../network-manager_0.9.4.0-0ubuntu4.3_amd64.deb) ...
Unpacking replacement network-manager ...
Preparing to replace duplicity 0.6.18-0ubuntu3.1 (using 
.../duplicity_0.6.18-0ubuntu3.2_amd64.deb) ...
Unpacking replacement duplicity ...
Preparing to replace libnm-glib-vpn1 0.9.4.0-0ubuntu4.2 (using 
.../libnm-glib-vpn1_0.9.4.0-0ubuntu4.3_amd64.deb) ...
Unpacking replacement libnm-glib-vpn1 ...
Preparing to replace linux-image-generic-lts-quantal 3.5.0.39.45 (using 
.../linux-image-generic-lts-quantal_3.5.0.40.46_amd64.deb) ...
Unpacking replacement linux-image-generic-lts-quantal ...
Selecting previously unselected package linux-headers-3.5.0-40.
Unpacking linux-headers-3.5.0-40 (from 
.../linux-headers-3.5.0-40_3.5.0-40.62~precise1_all.deb) ...
Selecting previously unselected package linux-headers-3.5.0-40-generic.
Unpacking linux-headers-3.5.0-40-generic (from 
.../linux-headers-3.5.0-40-generic_3.5.0-40.62~precise1_amd64.deb) ...
Preparing to replace linux-headers-generic-lts-quantal 3.5.0.39.45 (using 

[Bug 776226] Re: package mysql-server 5.1.54-1ubuntu4 failed to install/upgrade: dependency problems - leaving unconfigured

2013-08-25 Thread Patrick Tippner
I have the same problem here with Ubuntu 11.10 trying to upgrade an
existing mysql installation.

130825 11:54:45 InnoDB: The InnoDB memory heap is disabled
130825 11:54:45 InnoDB: Mutexes and rw_locks use GCC atomic builtins
130825 11:54:45 InnoDB: Compressed tables use zlib 1.2.8
130825 11:54:45 InnoDB: Using Linux native AIO
130825 11:54:45 InnoDB: Initializing buffer pool, size = 128.0M
130825 11:54:45 InnoDB: Completed initialization of buffer pool
130825 11:54:45 InnoDB: highest supported file format is Barracuda.
130825 11:54:45  InnoDB: Waiting for the background threads to start
130825 11:54:46 InnoDB: 5.5.32 started; log sequence number 1605092
ERROR: 1064  You have an error in your SQL syntax; check the manual that 
corresponds to your MySQL server version for the right syntax to use near 
'ALTER TABLE user ADD column Show_view_priv enum('N','Y') CHARACTER SET utf8 
NOT ' at line 1
130825 11:54:46 [ERROR] Aborting

130825 11:54:46  InnoDB: Starting shutdown...
130825 11:54:47  InnoDB: Shutdown completed; log sequence number 1605092
130825 11:54:47 [Note] /usr/sbin/mysqld: Shutdown complete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/776226

Title:
  package mysql-server 5.1.54-1ubuntu4 failed to install/upgrade:
  dependency problems - leaving unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/776226/+subscriptions

-- 
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 1197884] Re: apache2.2 SSL has no forward-secrecy: need ECDHE keys

2013-07-27 Thread Patrick Fasano
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-3389

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1197884

Title:
  apache2.2 SSL has no forward-secrecy: need ECDHE keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1197884/+subscriptions

-- 
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 1161012] [NEW] Clamav package adds proxy to config on install and update

2013-03-27 Thread Patrick Domack
Public bug reported:

The clamav package adds a proxy config to the files when using an apt
caching proxy. Such as using apt-cacher-ng.

Since this proxy is meant strictly for apt only, but is configured for
clamav, freshclaim fails to download updates cause it's not using a real
http proxy. This requires removing the proxy config from clam config
file after each update is installed.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav in Ubuntu.
https://bugs.launchpad.net/bugs/1161012

Title:
  Clamav package adds proxy to config on install and update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1161012/+subscriptions

-- 
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 1025239] Re: kvm-ipxe does not support https

2012-10-25 Thread Patrick Vanguardia
any update with this? Or any alternative to make this work instead of
reverting my network boot to http?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipxe in Ubuntu.
https://bugs.launchpad.net/bugs/1025239

Title:
  kvm-ipxe does not support https

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/1025239/+subscriptions

-- 
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 1025239] [NEW] kvm-ipxe does not support https

2012-07-16 Thread Patrick Vanguardia
Public bug reported:

I am unsure if this is a bug but it does not support https when using
the PXE install on virtual machine. While on a physical machine it
support HTTPS.

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


** Tags: 12.04 precise

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipxe in Ubuntu.
https://bugs.launchpad.net/bugs/1025239

Title:
  kvm-ipxe does not support https

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/1025239/+subscriptions

-- 
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 1005285] [NEW] package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile './etc/sensors.d/.placeholder' is not in sync with other instances of the same package

2012-05-27 Thread Patrick Dickey
*** This bug is a duplicate of bug 989326 ***
https://bugs.launchpad.net/bugs/989326

Public bug reported:

As mentioned in Bug #1005284, I am reinstalling my applications after
performing a clean installation of 12.04. The manner in which I'm
performing this reinstallation is as follows:

sudo dpkg --set-selections  installed-software.txt (txt file that contains a 
list of all previously installed/deinstalled software)
sudo dselect

Possibly this is an application that is in a third-party repository, or
is part of another application.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libsensors4 1:3.3.1-2ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu5
Architecture: amd64
Date: Sun May 27 15:58:49 2012
DuplicateSignature:
 Unpacking libdb5.1-java:i386 (from .../libdb5.1-java_5.1.25-11build1_i386.deb) 
...
 dpkg: error processing 
/var/cache/apt/archives/libdb5.1-java_5.1.25-11build1_i386.deb (--unpack):
  './usr/share/java/db-5.1.25.jar' is different from the same file on the system
ErrorMessage: conffile './etc/sensors.d/.placeholder' is not in sync with other 
instances of the same package
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: lm-sensors
Title: package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile 
'./etc/sensors.d/.placeholder' is not in sync with other instances of the same 
package
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: lm-sensors (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors in Ubuntu.
https://bugs.launchpad.net/bugs/1005285

Title:
  package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade:
  conffile './etc/sensors.d/.placeholder' is not in sync with other
  instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1005285/+subscriptions

-- 
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 1005285] Re: package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade: conffile './etc/sensors.d/.placeholder' is not in sync with other instances of the same package

2012-05-27 Thread Patrick Dickey
*** This bug is a duplicate of bug 989326 ***
https://bugs.launchpad.net/bugs/989326

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors in Ubuntu.
https://bugs.launchpad.net/bugs/1005285

Title:
  package libsensors4 1:3.3.1-2ubuntu1 failed to install/upgrade:
  conffile './etc/sensors.d/.placeholder' is not in sync with other
  instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1005285/+subscriptions

-- 
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 800856] Re: resizefs module causes problems on LXC containers

2012-02-25 Thread Patrick Hetu
I'm not sure if it's my setup or because of a recent change in libvirt
or lxc but I'm still having the resize error on a lxc container:

2012-02-25 21:46:53,755 - __init__.py[DEBUG]: handling resizefs with freq=None 
and args=[]
2012-02-25 21:46:53,764 - cc_resizefs.py[WARNING]: Failed to make device node 
to resize /
2012-02-25 21:46:53,772 - __init__.py[WARNING]: Traceback (most recent call 
last):
  File /usr/lib/python2.7/dist-packages/cloudinit/CloudConfig/__init__.py, 
line 108, in run_cc_modules
cc.handle(name, run_args, freq=freq)
  File /usr/lib/python2.7/dist-packages/cloudinit/CloudConfig/__init__.py, 
line 72, in handle
[ name, self.cfg, self.cloud, cloudinit.log, args ])
  File /usr/lib/python2.7/dist-packages/cloudinit/__init__.py, line 313, in 
sem_and_run
func(*args)
  File /usr/lib/python2.7/dist-packages/cloudinit/CloudConfig/cc_resizefs.py, 
line 46, in handle
os.mknod(devpth, 0400 | stat.S_IFBLK, dev)
OSError: [Errno 1] Operation not permitted


This is what I got from  /proc/1/cgroup instead of /

root@server-50:~# cat /proc/1/cgroup
1:blkio,freezer,devices,memory,cpuacct,cpu:/libvirt/lxc/instance-0032

In the virtual server:

ii  cloud-init   0.6.3~bzr502-0ubuntu1

In the openstack compute server:

ii  libvirt-bin   0.9.8-2ubuntu10
ii  lxc   0.7.5-3ubuntu30

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/800856

Title:
  resizefs module causes problems on LXC containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/800856/+subscriptions

-- 
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 887859] [NEW] euca-reboot-instances failed to reboot lxc instances after a crash

2011-11-08 Thread Patrick Hetu
Public bug reported:

ii  nova-ajax-console-proxy   2011.3-0ubuntu6.2   
OpenStack Compute - AJAX console proxy
ii  nova-api  2011.3-0ubuntu6.2   
OpenStack Compute - API frontend
ii  nova-common   2011.3-0ubuntu6.2   
OpenStack Compute - common files
ii  nova-compute  2011.3-0ubuntu6.2   
OpenStack Compute - compute node
ii  nova-compute-lxc  2011.3-0ubuntu6.2   
OpenStack Compute - compute node (LXC)
ii  nova-network  2011.3-0ubuntu6.2   
OpenStack Compute - Network manager
ii  nova-objectstore  2011.3-0ubuntu6.2   
OpenStack Compute - object store
ii  nova-scheduler2011.3-0ubuntu6.2   
OpenStack Compute - virtual machine scheduler
ii  nova-vncproxy 2011.3-0ubuntu6.2   
OpenStack Compute - VNC proxy
ii  nova-volume   2011.3-0ubuntu6.2   
OpenStack Compute - storage
ii  python-nova   2011.3-0ubuntu6.2   
OpenStack Compute Python libraries
ii  python-novaclient 2.6.4~bzr112-0ubuntu1   
client library for OpenStack Compute API
ii  libvirt-bin   0.9.2-4ubuntu16 
the programs for the libvirt library
ii  libvirt0  0.9.2-4ubuntu16 
library for interfacing with different virtualization systems
ii  python-libvirt0.9.2-4ubuntu16 
libvirt Python bindings

The nova disaster recovery page in the docs:

  http://docs.openstack.org/diablo/openstack-compute/admin/content/nova-
disaster-recovery-process.html

say that euca-reboot-instances $instance will reboot the instance. I'm getting 
zombie process because of
a missing vethX device:

root@os:~# euca-reboot-instances  instance-001c
INSTANCEinstance-001c
21:28:26.448: 4398: error : lxcDomainDestroy:1926 : Requested operation is not 
valid: Domain is not running


  13318 ?Ss 0:00 /usr/lib/libvirt/libvirt_lxc --name 
instance-001c --console 16 --handshake 19 --back
  13350 ?Zs 0:00 [libvirt_lxc] defunct

I've attached the strace to the ticket.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/887859

Title:
  euca-reboot-instances failed to reboot lxc instances after a crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/887859/+subscriptions

-- 
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 887859] Re: euca-reboot-instances failed to reboot lxc instances after a crash

2011-11-08 Thread Patrick Hetu
I fixed the problem. I forgot to mount rootfs of the lxc container
before doing the euca-reboot-instance...

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/887859

Title:
  euca-reboot-instances failed to reboot lxc instances after a crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/887859/+subscriptions

-- 
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 802400] Re: mysql help sends unchecked contents to mysqld

2011-10-19 Thread Patrick Crews
** Changed in: percona-server
 Assignee: (unassigned) = Patrick Crews (patrick-crews)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/802400

Title:
  mysql help sends unchecked contents to mysqld

To manage notifications about this bug go to:
https://bugs.launchpad.net/maria/+bug/802400/+subscriptions

-- 
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 845764] Re: continuous respawning of libvirt-bin with LXC/ARM/nova-compute

2011-09-23 Thread Patrick Hetu
I have a similar problem so I think the bug is still there. I can
provide more info if you want.

I'm running libvirt in a rackspace server.

00:49:55.700: 3071: info : libvirt version: 0.9.2
00:49:55.700: 3071: error : virCommandWait:1393 : internal error Child process 
(/sbin/iptables --table mangle --delete POSTROUTING --out-interface virbr0 
--protocol udp --destination-port 68 --jump CHECKSUM --checksum-fill) status 
unexpected: exit status 1
00:49:55.732: 3071: error : virCommandWait:1393 : internal error Child process 
(/sbin/iptables --table mangle --insert POSTROUTING --out-interface virbr0 
--protocol udp --destination-port 68 --jump CHECKSUM --checksum-fill) status 
unexpected: exit status 1
00:49:55.732: 3071: warning : networkAddGeneralIptablesRules:1199 : Could not 
add rule to fixup DHCP response checksums on network 'default'.
00:49:55.732: 3071: warning : networkAddGeneralIptablesRules:1200 : May need to 
update iptables package  kernel to support CHECKSUM rule.
00:49:55.789: 3071: error : udevDeviceMonitorStartup:1620 : Failed to 
initialize libpciaccess: No such file or directory
00:49:55.789: 3071: error : virStateInitialize:830 : Initialization of udev 
state driver failed
00:49:55.834: 3071: error : main:3390 : Driver state initialization failed
00:49:55.834: 3072: warning : qemudDispatchSignalEvent:424 : Shutting down on 
signal 3

Installed packages:
ii  libvirt-bin 0.9.2-4ubuntu13 the 
programs for the libvirt library
ii  libvirt00.9.2-4ubuntu13 
library for interfacing with different virtualization systems
ii  libpciaccess0   0.12.1-1
Generic PCI access library for X

Architecture: x86_64

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/845764

Title:
  continuous respawning of libvirt-bin with LXC/ARM/nova-compute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/845764/+subscriptions

-- 
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 796329] Re: package slapd 2.4.23-6ubuntu6 failed to remove: subprocess installed pre-removal script returned error exit status 1

2011-06-23 Thread Patrick Hammer
Yes this has resolved the issue.
Thank you James. How do I mark 'Invalid'? I do not see a button on this page.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/796329

Title:
  package slapd 2.4.23-6ubuntu6 failed to remove: subprocess installed
  pre-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/796329/+subscriptions

-- 
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 796329] [NEW] package slapd 2.4.23-6ubuntu6 failed to remove: subprocess installed pre-removal script returned error exit status 1

2011-06-12 Thread Patrick Hammer
Public bug reported:

slapd refuses to remove with apt-get remove

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: slapd 2.4.23-6ubuntu6
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: nvidia
AptOrdering:
 migrationtools: Remove
 ldap-utils: Remove
 slapd: Remove
Architecture: amd64
CNConfig: Error: [Errno 2] No such file or directory
Date: Sun Jun 12 15:54:10 2011
ErrorMessage: subprocess installed pre-removal script returned error exit 
status 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
SourcePackage: openldap
SysLog:
 Jun 12 11:42:53 r2d2 kernel: [   17.893989] type=1400 audit(1307893373.396:9): 
apparmor=STATUS operation=profile_load name=/usr/sbin/slapd pid=1024 
comm=apparmor_parser
 Jun 12 16:10:18 r2d2 kernel: [16064.428565] type=1400 
audit(1307909418.957:18): apparmor=STATUS operation=profile_replace 
name=/usr/sbin/slapd pid=13136 comm=apparmor_parser
 Jun 12 16:11:19 r2d2 kernel: [   17.301361] type=1400 audit(1307909479.858:9): 
apparmor=STATUS operation=profile_load name=/usr/sbin/slapd pid=1038 
comm=apparmor_parser
Title: package slapd 2.4.23-6ubuntu6 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package natty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/796329

Title:
  package slapd 2.4.23-6ubuntu6 failed to remove: subprocess installed
  pre-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/796329/+subscriptions

-- 
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 796329] Re: package slapd 2.4.23-6ubuntu6 failed to remove: subprocess installed pre-removal script returned error exit status 1

2011-06-12 Thread Patrick Hammer
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/796329

Title:
  package slapd 2.4.23-6ubuntu6 failed to remove: subprocess installed
  pre-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/796329/+subscriptions

-- 
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 774852] Re: Postfix 'local' crashes

2011-05-12 Thread Patrick van Oostrom
I am having the same issues on my boxes, running i386

This is what I found in the mail.log

May 12 08:45:50 vps594 postfix/postdrop[6857]: fatal: getrlimit: Operation not 
permitted
May 12 08:45:51 vps594 postfix/sendmail[6856]: warning: command 
/usr/sbin/postdrop -r exited with status 1
May 12 08:45:51 vps594 postfix/sendmail[6856]: fatal: patrick(1000): unable to 
execute /usr/sbin/postdrop -r: Success
May 12 08:46:04 vps594 postfix/local[6861]: fatal: unable to determine open 
file limit
May 12 08:46:05 vps594 postfix/master[3986]: warning: process 
/usr/lib/postfix/local pid 6861 exit status 1
May 12 08:46:05 vps594 postfix/master[3986]: warning: /usr/lib/postfix/local: 
bad command startup -- throttling

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/774852

Title:
  Postfix 'local' crashes

-- 
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 719448] Re: The once parameter does not work with -boot

2011-05-06 Thread Patrick Wright
Hi Deric,
First, thank you for testing!  Your help is much appreciated.  The reason you 
are seeing both verification-done and verification-needed tags is because the 
Launchpad ticket is only partially tested.  This is common when the same fix 
has been committed for multiple distributions.  There is nothing further 
required on your part for the Lucid fix.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/719448

Title:
  The once parameter does not work with -boot

-- 
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 610557] Re: NFS Client Not Properly Unmounted on Halt/Reboot

2011-04-23 Thread Patrick Donnelly
On Ubuntu 10.10:


batrick@menzoberranzan:~$ uname -a
Linux menzoberranzan 2.6.35-28-generic #50-Ubuntu SMP Fri Mar 18 18:42:20 UTC 
2011 x86_64 GNU/Linux
batrick@menzoberranzan:~$ /usr/sbin/openvpn --version
OpenVPN 2.1.0 x86_64-pc-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] [MH] [PF_INET6] 
[eurephia] built on Jul 12 2010
Originally developed by James Yonan
Copyright (C) 2002-2009 OpenVPN Technologies, Inc. sa...@openvpn.net

On Debian 5.0:

batrick@batbytes:/etc/openvpn$ uname -a
Linux batbytes.com 2.6.35.4-x86_64-linode16 #1 SMP Mon Sep 20 16:03:34 UTC 2010 
x86_64 GNU/Linux
batrick@batbytes:/etc/openvpn$ /usr/sbin/openvpn --version
OpenVPN 2.1.0 x86_64-pc-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] [MH] [PF_INET6] 
[eurephia] built on Jul 12 2010
Originally developed by James Yonan
Copyright (C) 2002-2009 OpenVPN Technologies, Inc. sa...@openvpn.net

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/610557

Title:
  NFS Client Not Properly Unmounted on Halt/Reboot

-- 
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 610557] Re: NFS Client Not Properly Unmounted on Halt/Reboot

2011-04-23 Thread Patrick Donnelly
All you need to do to reproduce this is install openvpn and nfs-client:
look at the startup script rc dependencies. NFS is wrongly killed
*after* OpenVPN. This fix should be straightforward...

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/610557

Title:
  NFS Client Not Properly Unmounted on Halt/Reboot

-- 
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 728088] Re: iscsi root (amd64) with or without auth fails to boot

2011-03-02 Thread Patrick Domack
After an hour or so, more info:

could not start boot splash: Input/output error
fsck from util-linux-ng 2.17.2
/dev/sda1: clean, 52312/491520 files, 262116/1965824 blocks
* Starting Apparmor profiles  [ OK ]
/etc/init.d/rc: 341: /etc/rcS.d/S55urandom: Input/output error
/proc/self/fd/10: 30: telinit: Input/output error

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/728088

Title:
  iscsi root (amd64) with or without auth fails to boot

-- 
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 728088] Re: iscsi root (amd64) with or without auth fails to boot

2011-03-02 Thread Patrick Domack
This also affects i386.

It doesn't matter if I use a static or dhcp ip address.

I did find, if I delete/disable/remove /etc/init.d/open-iscsi,
everything works perfectly :)

For amd64/i386 and auth/unauth

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/728088

Title:
  iscsi root (amd64) with or without auth fails to boot

-- 
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 723480] Re: php5-fpm uses too high value for pm.max_children by default

2011-02-22 Thread Patrick Domack
I think 4 is alittle low, depending on what your doing, but 8-10 would
be ok.

I agree, 50 is pretty high number to be using though.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/723480

Title:
  php5-fpm uses too high value for pm.max_children by default

-- 
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 708808] Re: Makefile changes ownership of web directory to 'apache', not 'www-data'.

2011-01-31 Thread Patrick Dubois
Strikes me as the two other listed repositories are git snapshots as
well

Which branch should we be using to build from source then?


On 01/28/2011 11:35 AM, Chuck Short wrote:
 The bzr branch is just a snapshot of the git tree at a certain point of
 time. I have cleaned it up and this patch should no longer be necessary.

 chuck

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



-- 
Patrick Dubois
Revolution Linux
819.780.8955 # 1124

GPG key available upon request.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in ubuntu.
https://bugs.launchpad.net/bugs/708808

Title:
  Makefile changes ownership of web directory to 'apache', not 'www-
  data'.

-- 
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 708808] Re: Makefile changes ownership of web directory to 'apache', not 'www-data'.

2011-01-28 Thread Patrick Dubois
Slight addition to this bug;

Line 75 of the same file has the same issue.
--
75  chown -R apache /var/www/cobbler
--

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in ubuntu.
https://bugs.launchpad.net/bugs/708808

Title:
  Makefile changes ownership of web directory to 'apache', not 'www-
  data'.

-- 
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 708808] [NEW] Makefile changes ownership of web directory to 'apache', not 'www-data'.

2011-01-27 Thread Patrick Dubois
Public bug reported:

Binary package hint: cobbler

Performing :

1) bzr co lp:~ubuntu-virt/cobbler/ubuntu

2) Apply patches as found.

3) verify patches applied : 
--
tests@ubuntucobbler:~/ubuntu# quilt applied
01-ubuntu-webroot.patch
03-localboot-value.patch
04-logfile-check.patch
11_support-other-wol-tools.patch
21_cobbler_use_netboot.patch
22_re-enable_debmirror.patch
30_cobbler4j_redstone.patch
--

4) attempt make  make install results in : 
--

Writing /usr/local/lib/python2.7/dist-packages/cobbler-2.1.0.egg-info
chown -R apache /usr/share/cobbler/web
chown: invalid user: `apache'
make: *** [install] Error 1
--

Suggested patch : 
--
=== modified file 'Makefile'
--- Makefile2011-01-13 22:05:33 +
+++ Makefile2011-01-27 17:49:22 +
@@ -37,7 +37,7 @@
 
 install: build
python setup.py install -f
-   chown -R apache /usr/share/cobbler/web
+   chown -R www-data /usr/share/cobbler/web
 
 debinstall:
python setup.py install -f --root $(DESTDIR)

--

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in ubuntu.
https://bugs.launchpad.net/bugs/708808

Title:
  Makefile changes ownership of web directory to 'apache', not 'www-
  data'.

-- 
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 708808] Re: Makefile changes ownership of web directory to 'apache', not 'www-data'.

2011-01-27 Thread Patrick Dubois
** Branch linked: lp:~ubuntu-virt/cobbler/ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cobbler in ubuntu.
https://bugs.launchpad.net/bugs/708808

Title:
  Makefile changes ownership of web directory to 'apache', not 'www-
  data'.

-- 
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 458637] Re: Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares

2011-01-07 Thread Patrick
Quickly tested the update on Maverick with a win 7 pc with Windows Live
Essentials 2009 (with sign in assistant installed) and another pc with
Windows Live Essentials 2011. So far it seems to have resolved the
issue.

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

Title:
  Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares

-- 
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 673313] Re: ssh does not honor -i switch with config file

2010-12-23 Thread Patrick Donnelly
This bug report will soon expire. What is the status on this?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.
https://bugs.launchpad.net/bugs/673313

Title:
  ssh does not honor -i switch with config file

-- 
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 458637] Re: Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares

2010-11-25 Thread Patrick
The samba patch was released months ago yet this bug still hasn't been
applied to maverick and is made worst by Windows Live Essentials 2011
since the previous workaround of disabling the Windows Live Sign-In
assistant is no longer possible. Also Windows Live Essentials 2011 is
being pushed out by Microsoft as an important update. Meaning that
windows users manually have to opt-out of installing it.

-- 
Windows Live Sign-In assistant prevents samba from accessing Windows 7 shares
https://bugs.launchpad.net/bugs/458637
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 657302] Re: ssh X11 forwarding does not work

2010-11-21 Thread Patrick Cervicek
Instead of edititing /etc/init/ssh.conf (exec /usr/sbin/sshd -4) you can add 
AddressFamily inet to 
/etc/ssh/sshd_config which lets sshd only listen to IPv4.

-- 
ssh X11 forwarding does not work
https://bugs.launchpad.net/bugs/657302
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 674543] [NEW] package mysql-server-5.1 5.1.41-3ubuntu12.6 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-11-12 Thread Patrick Schmalstig
Public bug reported:

Ubuntu updater tried to install this package but has failed. According
to the details dialog... it was trying to downgrade MySQL from 5.12 to
5.1. Why is it downgrading?

Ubuntu release Lucid Linux (10.04)

What I expected to happen: It to be correctly installed... but then
again if it was a downgrade package I don't want it installing unless
absolutely necessary.

What had happened instead: the package failed to install.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: mysql-server-5.1 5.1.41-3ubuntu12.6
ProcVersionSignature: Ubuntu 2.6.32-25.45-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Fri Nov 12 09:44:58 2010
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Logs.var.log.daemon.log:
 
Logs.var.log.kern.log: Nov 12 09:44:58 patrick-desktop kernel: [11469.123996] 
type=1505 audit(1289573098.921:23):  operation=profile_replace pid=9384 
name=/usr/sbin/mysqld
MySQLVarLibDirListing: ['openx', 'terrain', 'judithheindl', 'bank2', 
'mysql-bin.03', 'advicebox', 'iaesurvey', 'bank', 'phponline', 'joomla', 
'xanamusic', 'prayerbox', 'mysql-bin.15', 'mysql-bin.06', 
'weatherwatch', 'mysql-bin.17', 'mysql-bin.19', 'sambackup20100707', 
'icspinballh', 'cabinet', 'mysql-bin.01', 'webmail', 'mysql-bin.08', 
'moodle_backup_20101026', 'sam', 'mysql-bin.13', 'gnucash', 'xanaftp', 
'mysql-bin.05', 'mysql-bin.16', 'mysql-bin.index', 'mysql-bin.04', 
'icspinball', 'xanamail', 'wrrj', 'mysql-bin.18', 'patrick-desktop.pid', 
'arcade', 'bh', 'mysql-bin.21', 'chsf', 'mysql-bin.24', 'db_nexus', 
'mysql-bin.12', 'mysql-bin.09', 'mysql-bin.22', 'limesurvey', 
'insightandenergy', 'nickfallen', 'tes_advicebox', 'mysql-bin.02', 
'mysql-bin.20', 'downloads', 'ib_logfile0', 'moodle', 'hamweather', 
'wwdbank', 'mysql-bin.11', 'puppetforums', 'hidyfile', 'bh2', 
'downloadcenter', 'mysql-bin.23', 'download', 'ibdata1', 
'mysql-bin.07', 'ib_logfile1', 'debian-5.12.flag', 'WRRJSupercomp.pid', 
'mysql', 'fiction', 'mysql-bin.10', 'pimages', 'portal', 
'mysql-bin.14', 'exponent', 'skyblocks']
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-5.1 5.1.41-3ubuntu12.6 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
modified.conffile..etc.mysql.conf.d.mysqld.safe.syslog.cnf: [deleted]
modified.conffile..etc.mysql.debian.start: [deleted]

** Affects: mysql-dfsg-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

-- 
package mysql-server-5.1 5.1.41-3ubuntu12.6 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/674543
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 674543] Re: package mysql-server-5.1 5.1.41-3ubuntu12.6 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-11-12 Thread Patrick Schmalstig


-- 
package mysql-server-5.1 5.1.41-3ubuntu12.6 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/674543
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 673313] Re: ssh does not honor -i switch with config file

2010-11-12 Thread Patrick Donnelly
This problem does not exist on Debian 5.0 (I realize you wanted to check
Ubuntu 10.04):

batr...@batbytes:~$ ssh -v
OpenSSH_5.1p1 Debian-5, OpenSSL 0.9.8g 19 Oct 2007

batr...@batbytes:~$ ssh -i /home/batrick/.ssh/id_rsa.subversion 
batr...@svn.batbytes.com svnserve -t
( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries commit-revprops 
depth log-revprops partial-replay ) ) ) quit

(I confirmed through debug output it doesn't attempt authentication
using .ssh/id_rsa.) This version of ssh is 5.1 versus 5.5 on Ubuntu
10.10:

batr...@neverwinter:~$ ssh -v
OpenSSH_5.5p1 Debian-4ubuntu4, OpenSSL 0.9.8o 01 Jun 2010

-- 
ssh does not honor -i switch with config file
https://bugs.launchpad.net/bugs/673313
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 673313] Re: ssh does not honor -i switch with config file

2010-11-10 Thread Patrick Donnelly
I do not think it existed in 10.04 but cannot recall exactly. I also
don't have a means to test it right now.

-- 
ssh does not honor -i switch with config file
https://bugs.launchpad.net/bugs/673313
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 670250] Re: upgrade to latest stable version 2.0.6

2010-11-09 Thread Patrick G.
Bump
v.2.0.7 released

Maybe a new package dovecot2 for keeping the older version?

-- 
upgrade to latest stable version 2.0.6
https://bugs.launchpad.net/bugs/670250
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 673313] [NEW] ssh does not honor -i switch with config file

2010-11-09 Thread Patrick Donnelly
Public bug reported:

(I'm using Ubuntu 10.10 amd64)
(batr...@neverwinter:~$ apt-cache policy ssh
ssh:
  Installed: 1:5.5p1-4ubuntu4
  Candidate: 1:5.5p1-4ubuntu4)

If the ~/.ssh/config file contains an IdentityFile, then ssh will ignore
the one given on the command line switch (but still open and read it
following strace). For example:

batr...@neverwinter:~$ cat $HOME/.ssh/config
CheckHostIP yes
Compression no
ConnectionAttempts 1
ConnectTimeout 5
HashKnownHosts yes
HostKeyAlgorithms ssh-rsa
IdentityFile ~/.ssh/id_rsa
UserKnownHostsFile ~/.ssh/known_hosts
PreferredAuthentications password,keyboard-interactive,publickey

Using this command:

batr...@neverwinter:~$ ssh -i /home/batrick/.ssh/id_rsa.subversion
batr...@svn.batbytes.com svnserve -t

The .ssh/id_rsa.subversion private key is unencrypted and used
exclusively for secure svn access to my server (the authorized_keys on
the server only allows executing svnserve). I also have another
encrypted key (the usual .ssh/id_rsa) that I use to ssh into the box for
general use. The above command *always* tries to use this .ssh/id_rsa
private key despite my specifying the -i switch on the command line.

Here is the debug output for the above command with -v for verbose
output:


batr...@neverwinter:~$ ssh -v -i /home/batrick/.ssh/id_rsa.subversion 
batr...@svn.batbytes.com svnserve -t
OpenSSH_5.5p1 Debian-4ubuntu4, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /home/batrick/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to svn.batbytes.com [72.14.184.61] port 22.
debug1: fd 3 clearing O_NONBLOCK
debug1: Connection established.
debug1: identity file /home/batrick/.ssh/id_rsa.subversion type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-4096
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-4096
debug1: identity file /home/batrick/.ssh/id_rsa.subversion-cert type -1
debug1: identity file /home/batrick/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-4096
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-4096
debug1: identity file /home/batrick/.ssh/id_rsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 
Debian-5
debug1: match: OpenSSH_5.1p1 Debian-5 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.5p1 Debian-4ubuntu4
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server-client aes128-ctr hmac-md5 none
debug1: kex: client-server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(102410248192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'svn.batbytes.com' is known and matches the RSA host key.
debug1: Found key in /home/batrick/.ssh/known_hosts:25
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /home/batrick/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 533
debug1: Authentication succeeded (publickey).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessi...@openssh.com
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending command: svnserve -t
( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries commit-revprops 
depth log-revprops partial-replay ) ) ) ^Cdebug1: channel 0: free: 
client-session, nchannels 1
debug1: Killed by signal 2.


You can see when the actual negotiation takes place it sends the public key for 
/home/batrick/.ssh/id_rsa instead of /home/batrick/id_rsa.subversion. I would 
argue this is a bug since a command line switch should always override a config 
file.

For completeness, I'll show that commenting out that config file line
solves the problem:

batr...@neverwinter:~$ cat .ssh/config 
CheckHostIP yes
Compression no
ConnectionAttempts 1
ConnectTimeout 5
HashKnownHosts yes
HostKeyAlgorithms ssh-rsa
#IdentityFile ~/.ssh/id_rsa
UserKnownHostsFile ~/.ssh/known_hosts
PreferredAuthentications password,keyboard-interactive,publickey


batr...@neverwinter:~$ ssh -v -i /home/batrick/.ssh/id_rsa.subversion 
batr...@svn.batbytes.com svnserve -t
OpenSSH_5.5p1 Debian-4ubuntu4, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /home/batrick/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to svn.batbytes.com [72.14.184.61] port 22.
debug1: fd 3 clearing O_NONBLOCK
debug1: Connection established.
debug1: identity file /home/batrick/.ssh/id_rsa.subversion type 1

[Bug 656456] Re: Samba is filling the disk with two logfiles (syslog and daemon.log) with messages on No data on inotify ds?!

2010-10-31 Thread Patrick Haller
OK, since adding kernel change notify = false, the issue has not reoccurred 
so far.
So for now, the workaround seems acceptable.

-- 
Samba is filling the disk with two logfiles (syslog and daemon.log) with 
messages on No data on inotify ds?!
https://bugs.launchpad.net/bugs/656456
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 656456] [NEW] Samba is filling the disk with two logfiles (syslog and daemon.log) with messages on No data on inotify ds?!

2010-10-07 Thread Patrick Haller
Public bug reported:

Binary package hint: samba

The Samba Fileserver serves 32-bit Windows XP and 64-bit Windows 7 clients.
Without any apparent reason (telling from the log information), the Linux 
kernel / Samba daemon starts logging No data on inotify fd?! messages until 
the harddrive is full. (Existing log limits are ignored).

The effect occurred 4 times since upgradng from Ubuntu 8.0.4 LTS to
Ubuntu 10.0.4 LTS in May 2010.

The machine can only be recovered by rebooting.


System:
- Ubuntu 10.0.4 LTS on AMD64
- Linux se003 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010 
x86_64 GNU/Linux
- Samba Version 3.4.7


[Windows 7 64-bit Client machine's log in /var/log/samba]
[2010/10/07 09:31:20,  0] smbd/notify_inotify.c:244(inotify_handler)
  No data on inotify fd?!
[2010/10/07 09:31:20,  0] smbd/notify_inotify.c:244(inotify_handler)
  No data on inotify fd?!
[2010/10/07 09:31:20,  0] smbd/notify_inotify.c:244(inotify_handler)
  No data on inotify fd?!
...

[syslog]
Oct  7 06:28:28 se003 smbd[27192]: [2010/10/07 06:28:28,  0] 
smbd/service.c:191(set_current_service)
Oct  7 06:28:28 se003 smbd[27192]:   chdir (/home/user01) failed
Oct  7 06:28:28 se003 smbd[27192]: [2010/10/07 06:28:28,  0] 
smbd/service.c:191(set_current_service)
Oct  7 06:28:28 se003 smbd[27192]:   chdir (/home/user02) failed
Oct  7 06:28:49 se003 kernel: [719413.280723] lo: Disabled Privacy Extensions
Oct  7 06:28:49 se003 postfix/smtpd[27890]: connect from localhost[127.0.0.1]
Oct  7 06:28:49 se003 postfix/smtpd[27890]: disconnect from localhost[127.0.0.1]
Oct  7 06:29:27 se003 fetchmail[2889]: awakened at Thu Oct  7 06:29:27 2010
Oct  7 06:29:28 se003 fetchmail[2889]: Server certificate verification error: 
certificate has expired
Oct  7 06:29:32 se003 fetchmail[2889]: last message repeated 4 times
Oct  7 06:29:32 se003 fetchmail[2889]: sleeping at Thu Oct  7 06:29:32 2010 for 
60 seconds
Oct  7 06:30:32 se003 fetchmail[2889]: awakened at Thu Oct  7 06:30:32 2010
Oct  7 06:30:33 se003 fetchmail[2889]: Server certificate verification error: 
certificate has expired
Oct  7 06:30:38 se003 fetchmail[2889]: last message repeated 4 times
Oct  7 06:30:38 se003 fetchmail[2889]: sleeping at Thu Oct  7 06:30:38 2010 for 
60 seconds
Oct  7 06:31:04 se003 imapd: Connection, ip=[:::127.0.0.1]
Oct  7 06:31:04 se003 imapd: LOGOUT, ip=[:::127.0.0.1], rcvd=11, sent=307
Oct  7 06:31:12 se003 smbd[27192]: [2010/10/07 06:31:12,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 06:31:12 se003 smbd[27192]:   No data on inotify fd?!
Oct  7 06:31:12 se003 smbd[27192]: [2010/10/07 06:31:12,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 06:31:12 se003 smbd[27192]:   No data on inotify fd?!
...
Oct  7 09:32:17 se003 smbd[27192]: [2010/10/07 09:32:17,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 09:32:17 se003 smbd[27192]:   No data on inotify fd?!
Oct  7 09:32:17 se003 smbd[27192]: [2010/10/07 09:32:17,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 09:32:17 se003 smbd[27192]:   No data on inotify fd?!
Oct  7 09:32:17 se003 smbd[27192]: [2010/10/07 09:32:17,  0] 
smbd/notify_inotify.c:244(inotify_handler)
...
Oct  7 09:32:17 se003 smbd[27192]: [2010/10/07 09:32:17,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 09:32:17 se003 smbd[27192]:   No data on inotify fd?!
Oct  7 09:32:18 se003 smbd[27192]: [2010/10/07 09:32:18,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 09:32:18 se003 smbd[27192]:   No data on inotify fd?!
 MANUAL MACHINE RESTART 
Oct  7 11:52:05 se003 kernel: imklog 4.2.0, log source = /proc/kmsg started.
Oct  7 11:52:05 se003 rsyslogd: [origin software=rsyslogd swVersion=4.2.0 
x-pid=1180 x-info=http://www.rsyslog.com;] (re)start
Oct  7 11:52:05 se003 rsyslogd: rsyslogd's groupid changed to 102
Oct  7 11:52:05 se003 rsyslogd: rsyslogd's userid changed to 101
Oct  7 11:52:04 se003 rsyslogd-2039: Could no open output file '/dev/xconsole' 
[try http://www.rsyslog.com/e/2039 ]
Oct  7 11:52:05 se003 nmbd[1179]: [2010/10/07 11:52:05,  0] 
nmbd/nmbd_logonnames.c:160(add_logon_names)
Oct  7 11:52:05 se003 nmbd[1179]:   add_domain_logon_names:
Oct  7 11:52:05 se003 kernel: [0.00] Initializing cgroup subsys cpuset
Oct  7 11:52:05 se003 kernel: [0.00] Initializing cgroup subsys cpu
Oct  7 11:52:05 se003 kernel: [0.00] Linux version 2.6.32-25-generic 
(bui...@yellow) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #44-Ubuntu SMP Fri 
Sep 17 20:05:27 UTC 2010 (Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7)
Oct  7 11:52:05 se003 kernel: [0.00] Command line: root=/dev/md1 ro 
quiet splash 
Oct  7 11:52:05 se003 kernel: [0.00] KERNEL supported cpus:


[daemon.log]
Oct  7 06:08:18 se003 smbd[27192]: [2010/10/07 06:08:18,  0] 
smbd/nttrans.c:2123(call_nt_transact_ioctl)
Oct  7 06:08:18 se003 smbd[27192]:   call_nt_transact_ioctl(0x900eb): Currently 
not implemented.
Oct  7 06:08:28 se003 smbd[27192]: [2010/10/07 06:08:28,  0] 

[Bug 656456] Re: Samba is filling the disk with two logfiles (syslog and daemon.log) with messages on No data on inotify ds?!

2010-10-07 Thread Patrick Haller

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656456/+attachment/1677571/+files/Dependencies.txt

** Attachment added: SambaInstalledVersions.txt
   
https://bugs.launchpad.net/bugs/656456/+attachment/1677572/+files/SambaInstalledVersions.txt

-- 
Samba is filling the disk with two logfiles (syslog and daemon.log) with 
messages on No data on inotify ds?!
https://bugs.launchpad.net/bugs/656456
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 211631] Re: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2010-09-27 Thread Jean-Patrick Simard
@Robbie Williamson: Yes other distros have solved this.  Like Arch.  I
switched my laptop to arch for that very reason.

With Arch, I first have my shares that I want connected in fstab.  The
Ubuntu documentation is ample on the subject.

Secondly, in Arch, netfs daemon is used to control connections to
network shares.  To avoid any problem, netfs can be managed by a script
in /etc/NetworkManager/dispatcher.d/ which both starts and stops netfs
according to the state of the connection.  As follows:

#!/bin/sh

IF=$1 # The interface which is brought up or down
STATUS=$2 # The new state of the interface

case $STATUS in
'up') # $IF is up
exec /etc/rc.d/netfs start
;;
'down') # $IF is down
exec /etc/rc.d/netfs stop
;;
esac

With such a setup, the shares are connected if there is a connection to
the network and taken down with the connection.  It is no longer a
question of timing what comes first or second.  Why Ubuntu couldn't
carry such a solution is beyond me.   This problem brought me to switch
my laptop to Arch as no good solution was out there for Ubuntu.  It's
time developers looked at what others are doing or Ubuntu will loose
more users on this issue.

-- 
Network is brought down before network filesystems are unmounted (CIFS timeout 
at shutdown)
https://bugs.launchpad.net/bugs/211631
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 41794] Re: VPN tunnel is closed before network drives are unmounted when shutting down

2010-07-27 Thread Patrick Donnelly
What's the status on this bug?

-- 
VPN tunnel is closed before network drives are unmounted when shutting down
https://bugs.launchpad.net/bugs/41794
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 610557] Re: NFS Client Not Properly Unmounted on Halt/Reboot

2010-07-27 Thread Patrick Donnelly
Ok, I didn't realize this despite reading the manual page for update-
rc.d. Perhaps the man page should be updated to reflect:

 1) The /etc/init.d/umountnfs.sh script does nothing on start.
That's not how S scripts are called in runlevels 0 and 6; this is not a bug.

Thanks for the help.

-- 
NFS Client Not Properly Unmounted on Halt/Reboot
https://bugs.launchpad.net/bugs/610557
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 605719] [NEW] package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: subprocess pre-removal script returned error exit status 1

2010-07-14 Thread Patrick Boake
Public bug reported:

Description:Ubuntu 9.04
Release:9.04

sudo apt-get install phpmyadmin
 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  postfix libhtml-template-perl libmysqlclient16 bsd-mailx mailx
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  dbconfig-common libgd2-xpm libmcrypt4 libt1-5 mysql-client mysql-client-5.0
  php5-gd php5-mcrypt
Suggested packages:
  libgd-tools libmcrypt-dev mcrypt mysql-doc-5.0 mysql-server
The following packages will be REMOVED:
  libgd2-noxpm mysql-client-5.1 mysql-server-5.1
The following NEW packages will be installed:
  dbconfig-common libgd2-xpm libmcrypt4 libt1-5 mysql-client mysql-client-5.0
  php5-gd php5-mcrypt phpmyadmin
0 upgraded, 9 newly installed, 3 to remove and 0 not upgraded.
Need to get 12.5MB of archives.
After this operation, 9523kB disk space will be freed.
Do you want to continue [Y/n]? 

[stuff got downloaded]

Preconfiguring packages ...
(Reading database ... 123330 files and directories currently installed.)
Removing mysql-server-5.1 ...
 * Stopping MySQL database server mysqld [fail] 
invoke-rc.d: initscript mysql, action stop failed.
dpkg: error processing mysql-server-5.1 (--remove):
 subprocess pre-removal script returned error exit status 1
 * Stopping MySQL database server mysqld [fail] 
invoke-rc.d: initscript mysql, action stop failed.
 * Starting MySQL database server mysqld [ OK ] 
dpkg: mysql-client-5.1: dependency problems, but removing anyway as you request:
 mysql-server-5.1 depends on mysql-client-5.1 (= 5.1.31-1ubuntu2).
Removing mysql-client-5.1 ...
dpkg: libgd2-noxpm: dependency problems, but removing anyway as you request:
 libgraphviz4 depends on libgd2-noxpm (= 2.0.36~rc1~dfsg) | libgd2-xpm (= 
2.0.36~rc1~dfsg); however:
  Package libgd2-noxpm is to be removed.
  Package libgd2-xpm is not installed.
Removing libgd2-noxpm ...
Processing triggers for man-db ...
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 mysql-server-5.1
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess pre-removal script returned error exit status 1
Package: mysql-server-5.1 5.1.31-1ubuntu2
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: 
subprocess pre-removal script returned error exit status 1
Uname: Linux 2.6.28-19-generic i686

** Affects: mysql-dfsg-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: subprocess 
pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/605719
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 605719] Re: package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: subprocess pre-removal script returned error exit status 1

2010-07-14 Thread Patrick Boake

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

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

-- 
package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: subprocess 
pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/605719
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 531912] Re: [LUCID] /etc/init.d/ssh seems to work, but actually upstart is used.

2010-07-01 Thread Patrick Cervicek
off-topic:
Did the upstart maintainer say how configuration is done in upstart? When I 
look to /etc/init, there are also other scripts using /etc/default

$ grep -rl /etc/default/ /etc/init
/etc/init/apport.conf
/etc/init/gssd.conf
/etc/init/idmapd.conf
/etc/init/rpc_pipefs.conf
/etc/init/hwclock.conf
/etc/init/mountall.conf
/etc/init/portmap.conf
/etc/init/statd.conf
/etc/init/hwclock-save.conf
/etc/init/gdm.conf
$

-- 
[LUCID] /etc/init.d/ssh seems to work, but actually upstart is used.
https://bugs.launchpad.net/bugs/531912
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 531912] Re: [LUCID] /etc/init.d/ssh seems to work, but actually upstart is used.

2010-06-30 Thread Patrick Cervicek
Attached patch allows /etc/init/ssh.conf to use also the SSHD_OPTS from
/etc/default/ssh. So it doesn't matter how sshd is started (but it
should be clarified for the future!)

** Patch added: ssh_conf.diff
   http://launchpadlibrarian.net/51173516/ssh_conf.diff

-- 
[LUCID] /etc/init.d/ssh seems to work, but actually upstart is used.
https://bugs.launchpad.net/bugs/531912
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 506865] Re: snmp-net not working with lm-sensors

2010-05-19 Thread Patrick Ruckstuhl
I've got a similar thing on lucid. I think the problem is somewhere related to 
atk0110-acpi-0
other devices seem to work fine

sensors:

atk0110-acpi-0
Adapter: ACPI interface
Vcore Voltage: +1.07 V  (min =  +0.85 V, max =  +1.60 V)
 +3.3 Voltage: +3.30 V  (min =  +2.97 V, max =  +3.63 V)
 +5 Voltage:   +5.07 V  (min =  +4.50 V, max =  +5.50 V)
 +12 Voltage: +12.30 V  (min = +10.20 V, max = +13.80 V)
CPU FAN Speed: 932 RPM  (min =  600 RPM)
CHASSIS FAN Speed:1614 RPM  (min =  600 RPM)
POWER FAN Speed: 0 RPM  (min =  600 RPM)
CPU Temperature:   +34.0°C  (high = +60.0°C, crit = +95.0°C)
MB Temperature:+41.0°C  (high = +45.0°C, crit = +95.0°C)

coretemp-isa-
Adapter: ISA adapter
Core 0:  +25.0°C  (high = +57.0°C, crit = +85.0°C)

coretemp-isa-0001
Adapter: ISA adapter
Core 1:  +21.0°C  (high = +57.0°C, crit = +85.0°C)

coretemp-isa-0002
Adapter: ISA adapter
Core 2:  +21.0°C  (high = +57.0°C, crit = +85.0°C)

coretemp-isa-0003
Adapter: ISA adapter
Core 3:  +21.0°C  (high = +57.0°C, crit = +85.0°C)



snmpd

LM-SENSORS-MIB::lmVoltSensorsIndex.1 = INTEGER: 0
LM-SENSORS-MIB::lmVoltSensorsIndex.2 = INTEGER: 1
LM-SENSORS-MIB::lmVoltSensorsIndex.3 = INTEGER: 2
LM-SENSORS-MIB::lmVoltSensorsDevice.1 = STRING: Vcore Voltage
LM-SENSORS-MIB::lmVoltSensorsDevice.2 = STRING: Vcore Voltage
LM-SENSORS-MIB::lmVoltSensorsDevice.3 = STRING: Vcore Voltage
LM-SENSORS-MIB::lmVoltSensorsValue.1 = Gauge32: 1072
LM-SENSORS-MIB::lmVoltSensorsValue.2 = Gauge32: 850
LM-SENSORS-MIB::lmVoltSensorsValue.3 = Gauge32: 1600
LM-SENSORS-MIB::lmMiscSensorsIndex.1 = INTEGER: 0
LM-SENSORS-MIB::lmMiscSensorsIndex.2 = INTEGER: 1
LM-SENSORS-MIB::lmMiscSensorsIndex.3 = INTEGER: 2
LM-SENSORS-MIB::lmMiscSensorsIndex.4 = INTEGER: 3
LM-SENSORS-MIB::lmMiscSensorsIndex.5 = INTEGER: 4
LM-SENSORS-MIB::lmMiscSensorsIndex.6 = INTEGER: 5
LM-SENSORS-MIB::lmMiscSensorsIndex.7 = INTEGER: 6
LM-SENSORS-MIB::lmMiscSensorsIndex.8 = INTEGER: 7
LM-SENSORS-MIB::lmMiscSensorsIndex.9 = INTEGER: 8
LM-SENSORS-MIB::lmMiscSensorsIndex.10 = INTEGER: 9
LM-SENSORS-MIB::lmMiscSensorsIndex.11 = INTEGER: 10
LM-SENSORS-MIB::lmMiscSensorsIndex.12 = INTEGER: 11
LM-SENSORS-MIB::lmMiscSensorsIndex.13 = INTEGER: 12
LM-SENSORS-MIB::lmMiscSensorsIndex.14 = INTEGER: 13
LM-SENSORS-MIB::lmMiscSensorsIndex.15 = INTEGER: 14
LM-SENSORS-MIB::lmMiscSensorsIndex.16 = INTEGER: 15
LM-SENSORS-MIB::lmMiscSensorsDevice.1 = STRING: Core 0
LM-SENSORS-MIB::lmMiscSensorsDevice.2 = STRING: Core 0
LM-SENSORS-MIB::lmMiscSensorsDevice.3 = STRING: Core 0
LM-SENSORS-MIB::lmMiscSensorsDevice.4 = STRING: Core 0
LM-SENSORS-MIB::lmMiscSensorsDevice.5 = STRING: Core 1
LM-SENSORS-MIB::lmMiscSensorsDevice.6 = STRING: Core 1
LM-SENSORS-MIB::lmMiscSensorsDevice.7 = STRING: Core 1
LM-SENSORS-MIB::lmMiscSensorsDevice.8 = STRING: Core 1
LM-SENSORS-MIB::lmMiscSensorsDevice.9 = STRING: Core 2
LM-SENSORS-MIB::lmMiscSensorsDevice.10 = STRING: Core 2
LM-SENSORS-MIB::lmMiscSensorsDevice.11 = STRING: Core 2
LM-SENSORS-MIB::lmMiscSensorsDevice.12 = STRING: Core 2
LM-SENSORS-MIB::lmMiscSensorsDevice.13 = STRING: Core 3
LM-SENSORS-MIB::lmMiscSensorsDevice.14 = STRING: Core 3
LM-SENSORS-MIB::lmMiscSensorsDevice.15 = STRING: Core 3
LM-SENSORS-MIB::lmMiscSensorsDevice.16 = STRING: Core 3
LM-SENSORS-MIB::lmMiscSensorsValue.1 = Gauge32: 25000
LM-SENSORS-MIB::lmMiscSensorsValue.2 = Gauge32: 57000
LM-SENSORS-MIB::lmMiscSensorsValue.3 = Gauge32: 85000
LM-SENSORS-MIB::lmMiscSensorsValue.4 = Gauge32: 0
LM-SENSORS-MIB::lmMiscSensorsValue.5 = Gauge32: 21000
LM-SENSORS-MIB::lmMiscSensorsValue.6 = Gauge32: 57000
LM-SENSORS-MIB::lmMiscSensorsValue.7 = Gauge32: 85000
LM-SENSORS-MIB::lmMiscSensorsValue.8 = Gauge32: 0
LM-SENSORS-MIB::lmMiscSensorsValue.9 = Gauge32: 21000
LM-SENSORS-MIB::lmMiscSensorsValue.10 = Gauge32: 57000
LM-SENSORS-MIB::lmMiscSensorsValue.11 = Gauge32: 85000
LM-SENSORS-MIB::lmMiscSensorsValue.12 = Gauge32: 0
LM-SENSORS-MIB::lmMiscSensorsValue.13 = Gauge32: 22000
LM-SENSORS-MIB::lmMiscSensorsValue.14 = Gauge32: 57000
LM-SENSORS-MIB::lmMiscSensorsValue.15 = Gauge32: 85000
LM-SENSORS-MIB::lmMiscSensorsValue.16 = Gauge32: 0

-- 
snmp-net not working with lm-sensors
https://bugs.launchpad.net/bugs/506865
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.

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


[Bug 580700] [NEW] Package is actually called sasl2-bin

2010-05-14 Thread Patrick Goetz
Public bug reported:

Why is this package listed under cyrus-sasl2 on launchpad when the
actual package name is sasl2-bin?  This makes it hard to accurately
report bugs.  Please stick to the convention package_name =
package_name_in_launchpad.  Thanks.

** Affects: cyrus-sasl2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Package is actually called sasl2-bin
https://bugs.launchpad.net/bugs/580700
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 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 580700] Re: Package is actually called sasl2-bin

2010-05-14 Thread Patrick Goetz
I should have also pointed out that using the URL

http://bugs.launchpad.net/ubuntu/+source/sasl2-bin/+filebug?no-redirect

produces a page not found sort of thing.

-- 
Package is actually called sasl2-bin
https://bugs.launchpad.net/bugs/580700
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 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 580708] [NEW] Can't run multiple saslauthd daemons as per the documentation

2010-05-14 Thread Patrick Goetz
Public bug reported:

I am trying to use postfix with cyrus.  Since the debian postfix runs
chrooted by default and since the version of cyrus shipping with Lucid
has the location of the saslauthd socket hard-coded, it seems like the
best idea is to run separate saslauthd daemons for these processes.
(Making a symlink to the socket from the chroot jail to /var/run seems
like a kludge to me, particularly since /var/run is cleared out on every
reboot.)

According to the document:
 /usr/share/doc/sasl2-bin/README.Debian.gz

it should be possible to run multiple saslauthd daemons, but when I
follow these instructions *precisely*, I get the error message:

  saslauthd[4747] :detach_tty  : Cannot start saslauthd
  saslauthd[4747] :detach_tty  : Another instance of saslauthd is currently 
running

Let me preclude the question did I remember to set up a different
socket for each instance of saslauthd(\w*) in /etc/default:  yes, I did
set up different sockets (/var/run/postfix/var/run/saslauthd and
/var/run/saslauthd) and tried this several times.

Is the included documentation incorrect or is this a bug in the
currently shipping saslauthd?

** Affects: cyrus-sasl2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Can't run multiple saslauthd daemons as per the documentation
https://bugs.launchpad.net/bugs/580708
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 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 580708] Re: Can't run multiple saslauthd daemons as per the documentation

2010-05-14 Thread Patrick Goetz
Please cancel this bug report -- I'm retarded.  In the process of
testing all this stuff I created a /var/run/saslauthd symlink which I
had forgotten about.  This is what was causing the second saslauthd
instance to fail.


** Changed in: cyrus-sasl2 (Ubuntu)
   Status: New = Invalid

-- 
Can't run multiple saslauthd daemons as per the documentation
https://bugs.launchpad.net/bugs/580708
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 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 546896] Re: package samba-common-bin 2:3.4.0-3ubuntu5.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-04-04 Thread Patrick
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


- -ph...@sphinx:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up samba-common-bin (2:3.4.0-3ubuntu5.6) ...
update-alternatives: error: /var/lib/dpkg/alternatives/nmblookup corrupt: 
invalid status
dpkg: error processing samba-common-bin (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 samba-common-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Use GnuPG with Firefox : http://getfiregpg.org (Version: 0.7.10)

iQIcBAEBAgAGBQJLuM6wAAoJEOZ8nPf5cofyji0P/1lDzuZ4owBI/NWCyrsysaDq
djztdXhzSzzUKxsJ1UVY+oe/LUGZBNNiJVtBLQzQPMBu38PNNsGoVZl7VqmPo+lc
SnH88GVtl3dh317qjR2SW3PrTkcc+bBcCJVEesY0wX4cWdcncPjNz8pX4rpgjvVE
U5qDd1GnO22Z/EFxk0iUFnl7PfSZUudH1LEHgr5CzvgV6Vgp1kh+s12+COHeswYY
5jaHs1OA2fMfg28qKxvSQCXlgIn40UOa7xPv7DLK5SkrRaqnTKzR4qqzCgQsVWW+
M16KpsIIPfpvBxnk9ZdnYs9xRZso7skcnoeg+4iRNgKLj0xcghGYhx09IzeYxIda
iT0qOcsQnO3JlaOsnFQrfOFuttjVccX0j8860/3LBhPcUl0D72BBcnkKkQSaN6/Q
S2juBVf+k31HeYLVprG9jSvc6QxqlXoN+bgjkZ0hASBtSmt4bphhVXGnRgvK8DTr
tPPSntocjbJtU3klV/8HeU+91HMYnf5ujiIMPQy8dOV99C54ArHy13L6TWpa0AUd
xepdQrsglXN5PjgpqSNH5pjVcdGO4EPOWFUA5MIhjzu1NVplJ5sz+2OjwiduZgeB
/KD5thIDc7JPmyKQObTbAES5jdE01VxhtDEMQqIf/vRjuTGdcJAQfNfxJQT2esGc
rV75/9waumYQYVhfrO4T
=oXDX
-END PGP SIGNATURE-

-- 
package samba-common-bin 2:3.4.0-3ubuntu5.6 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/546896
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 546191] [NEW] bgp won't advertize ipv6 routes

2010-03-24 Thread Patrick Domack
Public bug reported:

Binary package hint: quagga

Version: 0.99.9-2ubuntu1
on Ubuntu 8.04.4

Using bgp for ipv6 doesn't advertise local routes.
It will accept routes from other systems.

Using karmic, everything is fine. I did read in quagga that this issue
was fixed in a later version of quagga than the one in hardy

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


** Tags: bgp ipv6

-- 
bgp won't advertize ipv6 routes
https://bugs.launchpad.net/bugs/546191
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to quagga 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 532286] Re: Samba: remote Win XP and Mac OS X machines can no longer mount shares

2010-03-09 Thread Patrick Goetz
could you place a Linux system in that 192.168.1.0/24 network and
reproduce the trace?

Good call, Thierry!  I was certain that the linux machine would be able
to connect from 192.168.1.0/24, but was shocked to discover that it
doesn't.  A trace of the packets shows the same lack of response from
the SMB server.  This lead to a few more tests indicating that the
problem must be that the ISP is blocking incoming port 445 traffic.

Normally I would have suspected this, but in this case I have Windows XP
users on another subnet for which this was working right up until the
day of the system upgrade, and didn't work subsequently.  Since
(presumably) nothing changed on their end during this 3-day period; i.e.
no new ISP, no new firewall, same Windows XP machines, I assumed the
problem must be with the server.  Since I've subsequently been able to
mount shares from a Windows XP machine on a different subnet, this can't
be the problem.  I still don't have an explanation for why the TCP SMB
connection was working for the actual Win XP users prior to the upgrade
from Debian to Lucid, but not after.

Please mark this bug as Invalid with my humble apologies!!  I plan not
to be fooled by this trick again.

-- 
Samba: remote Win XP and Mac OS X machines can no longer mount shares
https://bugs.launchpad.net/bugs/532286
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 532286] Re: Samba: remote Win XP and Mac OS X machines can no longer mount shares

2010-03-05 Thread Patrick Goetz
Thierry, as usual, thanks for your rapid response/attention to these
issues.

Good suggestion; I will try using a linux machine to connect from
192.168.1.x, which is my home network.  First, let me point out that Win
XP and Mac OS X machines on various networks have been unable to connect
to the Samba server -- I only tested linux from one location, but will
try your suggestion this weekend.

128.83.133.100 is routable from 216.110.51.120, but 192.168.1.64 is not,
as this is a private network using NAT.  The external address for
192.168.1.64 is 99.91.6.24, and this is routable from 216.110.51.120.
Using an ssh proxy on the firewall for the Samba server (i.e. using
iptables to route port  on the firewall to port 22 on the samba
server), I can ssh from the Win XP machine directly to the Samba server,
and using a windows SSH FS tool called ExpanDrive, can map and use
drives over ssh; i.e. other TCP/IP protocols do work from the
(firewalled) 192.168.1.64 Windows desktop to the (firewalled) Samba
server.

Re: server logs:
The only thing in the server logs regarding 99.91.6.24 are the ssh connections:
r...@data:/var/log# rgrep '99.91.6.24' *
auth.log:Mar  3 21:07:10 data sshd[26848]: Accepted password for pgoetz from 
99.91.6.24 port 1085 ssh2
auth.log:Mar  3 21:21:51 data sshd[26920]: Accepted password for pgoetz from 
99.91.6.24 port 1118 ssh2
(etc. -- several ssh connections listed)

Note that the new Samba server keeps track of all connection attempts (mostly 
unfriendly probes) and creates individual log files for them:
  log.___82.64.100.254(attempted hack)
  log.ea103   (legitimate internal desktop)
  log.lizard (linux desktop used for testing)
  (etc.)

Log files exist even for failed connection attempts, but none exists for
99.91.6.24.

-- 
Samba: remote Win XP and Mac OS X machines can no longer mount shares
https://bugs.launchpad.net/bugs/532286
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 532286] [NEW] Samba: remote Win XP and Mac OS X machines can no longer mount shares

2010-03-04 Thread Patrick Goetz
Public bug reported:

Binary package hint: samba

Distro:  Ubuntu Lucid Alpha 3
Package: samba 2:3.4.5~dfsg-2ubuntu3

I've been holding off on reporting this as a bug for several days, but
simply am not able to make any more progress.  Previously we were
running Samba 3.0.2 on a Debian machine behind a firewall which
redirects Port 445 traffic to the samba (PDC) server.  Authenticated Win
XP, Mac OS X, and linux users outside the firewall were all able to
mount CIFS shares from the samba server.

Recently I upgraded to Lucid/Samba 3.4.5.  Nothing else was changed, and
the smb.conf is roughly the same as before. (Let me note that I went
through the package maintainer's smb.conf file with a fine-toothed comb,
read the smb.conf man page completely twice, and ran testparm to make
sure everything in the smb.conf file was OK.)  Everything inside the
firewall works as before.  From outside, Win XP and Mac OS X users are
no longer able to mount shares; *however* linux hosts have no problems.
Using Wireshark, I did a packet trace of an unsuccessful mount attempt
from a Win XP machine outside the firewall to and from the Samba server
and a successful mount on a linux machine outside the firewall.  The
.pcap files are attached.

As far as I can tell, the Samba server is simply not responding to the
Win XP TCP SYN request, but is responding to the linux machines TCP SYN
request.  The Wireshark packet summary differences are listed below.
The server IP address is 216.110.51.120:

From Windows XP:
192.168.1.64216.110.51.120  TCP 4617  microsoft-ds [SYN] Seq=0 
Win=65535 Len=0 MSS=1360
(server never responds to this)

From linux:
128.83.133.100  216.110.51.120  TCP 42098  microsoft-ds [SYN] Seq=0 
Win=5840 Len=0 MSS=1460 TSV=347894238 TSER=0 WS=7
(server immediately responds to this)

Let me note again that we never had any problems with Samba 3.0.2, same
Win XP/Mac OS X clients.  I'm not including the smb.conf file, because I
assume this information is irrelevant:  everything works on the local
network and for linux hosts being redirected through the firewall.
Unfortunately, all the actual users have Win XP and/or Mac OS X
machines, hence: problem.

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

-- 
Samba: remote Win XP and Mac OS X machines can no longer mount shares
https://bugs.launchpad.net/bugs/532286
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 532286] Re: Samba: remote Win XP and Mac OS X machines can no longer mount shares

2010-03-04 Thread Patrick Goetz

** Attachment added: windowsXP_connect_attempt.pcap
   http://launchpadlibrarian.net/40208367/windowsXP_connect_attempt.pcap

-- 
Samba: remote Win XP and Mac OS X machines can no longer mount shares
https://bugs.launchpad.net/bugs/532286
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 532286] Re: Samba: remote Win XP and Mac OS X machines can no longer mount shares

2010-03-04 Thread Patrick Goetz

** Attachment added: linux_connect_negotiation.pcap
   http://launchpadlibrarian.net/40208374/linux_connect_negotiation.pcap

-- 
Samba: remote Win XP and Mac OS X machines can no longer mount shares
https://bugs.launchpad.net/bugs/532286
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 521085] Re: Samba 3.4.0 denies access to Roaming Profiles for XP Clients

2010-02-23 Thread Patrick Goetz
I don't know if it's worth backporting 3.4.5 to Karmic.  In researching
this problem and talking to a number of windows sys admins it seems that
most samba server users have just given up on roaming profiles because
they can't get them to work.  It doesn't help that the XP Group Policy
settings (managed using gpedit.msc) don't seem to work as advertised, at
least not by my testing.  Add to that the agony of ironing out a problem
when local profile caching is turned on (i.e. the 3-reboot minimum).

Unfortunately, in an office with XP clients where people move around
there's not much alternative.  Well, save for re-installing all the
desktops with linux and running Windows apps using Virtualbox.  :)

-- 
Samba 3.4.0 denies access to Roaming Profiles for XP Clients
https://bugs.launchpad.net/bugs/521085
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 521085] Re: Samba 3.4.0 denies access to Roaming Profiles for XP Clients

2010-02-21 Thread Patrick Goetz
OK, Samba 3.4.5, as shipped with Lucid (2:3.4.5~dfsg-2ubuntu1) solves
the roaming profile problem, more or less.  Windows is very picky about
the precise permissions of the profile folder.  The permissions on the
profile folders were drwx-wx---.  This worked fine for fully patched
Windows XP SP3 clients and Samba 3.0.2, but no longer works with Samba
3.4.x and the same clients, giving the windows can't load roaming
profile error messages described previously.  Changing the permissions
on the profile folder to drwx-- solves the problem.  Note that this
is NOT the same problem encountered with Samba 3.4.0.  For this version,
the on shipping with Karmic AMD64 Server, one can create a new profile
from scratch and it will give the window's can't load roaming profile
error message the next time the user tries to log in.  I've attached the
latest smb.conf file, which is not much different from the original
(also attached).

-- 
Samba 3.4.0 denies access to Roaming Profiles for XP Clients
https://bugs.launchpad.net/bugs/521085
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 521085] Re: Samba 3.4.0 denies access to Roaming Profiles for XP Clients

2010-02-21 Thread Patrick Goetz

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

-- 
Samba 3.4.0 denies access to Roaming Profiles for XP Clients
https://bugs.launchpad.net/bugs/521085
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 521085] Re: Samba 3.4.0 denies access to Roaming Profiles for XP Clients

2010-02-16 Thread Patrick Goetz
Were you able to confirm that 3.4.5 is working correctly ?

Not yet; I will try and re-install with Lucid tomorrow and should have
an answer by Monday.

@Chuck: some indication of what additional information you want
(smb.conf? log files? output from ubuntu-bug?) would be helpful.

-- 
Samba 3.4.0 denies access to Roaming Profiles for XP Clients
https://bugs.launchpad.net/bugs/521085
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 521085] Re: Samba 3.4.0 denies access to Roaming Profiles for XP Clients

2010-02-16 Thread Patrick Goetz
I've attached the last iteration of my smb.conf file before I gave up
and decided this must be a bug.

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

-- 
Samba 3.4.0 denies access to Roaming Profiles for XP Clients
https://bugs.launchpad.net/bugs/521085
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 521085] Re: Samba 3.4.0 denies access to Roaming Profiles for XP Clients

2010-02-16 Thread Patrick Goetz
This is the similar current (original) smb.conf file which is still
working with 3.0.2

The big difference as far as this issue is concerned is this change in
the [profile] section:

force create mode = 0777
force directory mode = 0777
---
create mode = 0600
directory mode = 0700


** Attachment added: smb.conf.orig
   http://launchpadlibrarian.net/39275324/smb.conf.orig

-- 
Samba 3.4.0 denies access to Roaming Profiles for XP Clients
https://bugs.launchpad.net/bugs/521085
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 521085] Re: Samba 3.4.0 denies access to Roaming Profiles for XP Clients

2010-02-16 Thread Patrick Goetz
Also attached output from ubuntu-bug.

** Attachment added: apport.samba.6Og_Ad.apport
   http://launchpadlibrarian.net/39275483/apport.samba.6Og_Ad.apport

-- 
Samba 3.4.0 denies access to Roaming Profiles for XP Clients
https://bugs.launchpad.net/bugs/521085
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 521085] Re: Samba 3.4.0 denies access to Roaming Profiles for XP Clients

2010-02-15 Thread Patrick Goetz
Hmm, I see that you created and someone tested a modified 3.3.2 PPA
version, followed by the comment Marking this fixed in development
release (as 3.4.x contains the fix), and nominating for a Jaunty SRU.

but didn't see any actual evidence that the patch made it into 3.4.x.
My assumption was that it's fixed in 3.4.x where x = 1.

In any case, I'm still having the problem, as described above, and
couldn't find any mod to either the profile folders or smb.conf which
worked.

-- 
Samba 3.4.0 denies access to Roaming Profiles for XP Clients
https://bugs.launchpad.net/bugs/521085
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 521085] Re: Samba 3.4.0 denies access to Roaming Profiles for XP Clients

2010-02-15 Thread Patrick Goetz
Let me know if I need to provide more information in order to confirm
this bug.  Since I'm trying to upgrade production servers and am already
behind schedule, my plan was to go ahead and upgrade to Lucid (which has
samba 3.4.5) in order to solve the problem.  People stuck running Karmic
who need roaming profiles for XP clients will be left sad little
campers.

-- 
Samba 3.4.0 denies access to Roaming Profiles for XP Clients
https://bugs.launchpad.net/bugs/521085
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 521085] [NEW] Samba 3.4.0 denies access to Roaming Profiles for XP Clients

2010-02-12 Thread Patrick Goetz
Public bug reported:

Binary package hint: samba

Source Package: samba_2:3.4.0-3ubuntu5.4
Ubuntu Release: 9.10 (Karmic 64-bit AMD Server)

This is basically the same problem as reported in Bug #397699; however
the problem persists in Karmic (9.10) and has not been fixed, as far as
I can tell.  Using an smb.conf file which worked perfectly for (Debian)
samba_3.0.2-2, one gets something similar to the following error message
when trying to login using a roaming profile on a Windows XP machine:

Windows did not load your roaming profile and is attempting to log you
on with your local profile. Changes to the profile will not be copied to
the server when you logoff. Windows did not load your profile because a
server copy of the profile folder already exists that does not have the
correct security. Either the current user or the Administrator's group
must be the owner of the folder. Contact your network administrator.

Deleting the profile and starting with a clean slate allows the user to
login and logout again, however the message above is repeated upon a
subsequent attempt to login.

I tried every suggestion I could find to fix this, including such ill-
advised steps as chmod'ing the permissions on the profile to 1777.

My original profile share configuration in smb.conf looked like this:
[profile]
   create mode = 0600
   directory mode = 0700
   path = /home/%U/profile
   read only = no
   profile acls = yes
   browseable = yes

One suggestion involved changing the create and directory mode masks as
follows:

[profile]
   force create mode = 0777
   force directory mode = 0777
   path = /home/%U/profile
   read only = no
   profile acls = yes
   browseable = yes

This did not solve the problem.  As far as I can tell, the bug reported
for Jaunty samba 3.3.2 has not been fixed for Karmic samba 3.4.0.

Given the importance of Samba in many linux server environments, the
fact that this was not tested more thoroughly before  Karmic was
released is frankly shocking and disappointing.

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

-- 
Samba 3.4.0 denies access to Roaming Profiles for XP Clients
https://bugs.launchpad.net/bugs/521085
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 456808] Re: Karmic-Networking (SAMBA) just does not work, even with detailed attention.

2010-01-12 Thread Patrick Martin
Hello,
I tried changing the password of my main account, but got the same issue.
The second account i created can still connect.
Following justinc comment, my client machine is running Vista...
Rgds,

-- 
Karmic-Networking (SAMBA) just does not work, even with detailed attention.
https://bugs.launchpad.net/bugs/456808
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 456808] Re: Karmic-Networking (SAMBA) just does not work, even with detailed attention.

2010-01-10 Thread Patrick Martin
I confirm justinc entry:
I just created a new user and he works fine, it appears that it is the 
primary/sudo user that doesn't get authenticated.

-- 
Karmic-Networking (SAMBA) just does not work, even with detailed attention.
https://bugs.launchpad.net/bugs/456808
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 501568] [NEW] package mysql-server-core-5 .0 (not installed) failed to install/upgrade: nich t vollständig gelesen in buffer_copy (Backend dpk g-deb während »./usr/sbin/mysqld«)

2009-12-29 Thread Patrick Pfaehler
Public bug reported:

no /var/run/mysqld/mysqld.sock

ProblemType: Package
Architecture: i386
Date: Wed Dec 30 07:50:31 2009
DistroRelease: Ubuntu 9.10
ErrorMessage: nicht vollständig gelesen in buffer_copy (Backend dpkg-deb 
während »./usr/sbin/mysqld«)
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Package: mysql-server-core-5.0 (not installed)
ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
SourcePackage: mysql-dfsg-5.0
Tags:  ubuntu-unr
Title: package mysql-server-core-5.0 (not installed) failed to install/upgrade: 
nicht vollständig gelesen in buffer_copy (Backend dpkg-deb während 
»./usr/sbin/mysqld«)
Uname: Linux 2.6.31-16-generic i686

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 ubuntu-unr

-- 
package mysql-server-core-5.0 (not installed) failed to install/upgrade: nicht 
vollständig gelesen in buffer_copy (Backend dpkg-deb während 
»./usr/sbin/mysqld«)
https://bugs.launchpad.net/bugs/501568
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 501568] Re: package mysql-server-core-5.0 (not installed) failed to install/upgrade: nicht vol lständig gelesen in buffer_copy (Backend dpkg-deb während »./usr/sbin/mysqld«)

2009-12-29 Thread Patrick Pfaehler

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/37284275/AptOrdering.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/37284276/Dmesg.txt

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

-- 
package mysql-server-core-5.0 (not installed) failed to install/upgrade: nicht 
vollständig gelesen in buffer_copy (Backend dpkg-deb während 
»./usr/sbin/mysqld«)
https://bugs.launchpad.net/bugs/501568
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 468771] Re: php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()

2009-11-10 Thread Patrick Drechsel
** Visibility changed to: Public

-- 
php5 crashed with SIGSEGV in _Unwind_ForcedUnwind()
https://bugs.launchpad.net/bugs/468771
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 434986] [NEW] postfix ignores the rsyslog configuration directives

2009-09-22 Thread Patrick Goetz
Public bug reported:

Binary package hint: dovecot-postfix

I've been working with the dovecot-postfix package in karmic koala a5.

postfix seems not to be working properly with rsyslog; e.g. doesn't seem to be 
aware of /etc/rsyslog.conf. All SMTP activity is logged to /var/log/syslog even 
though the default /etc/rsyslog.d/50-default.conf is configured to send this 
stuff to the usual /var/log/mail{.err, .warn,.log}. Furthermore, when I tried 
to move IMAP logging to a separate log file by setting
log_path = /var/log/dovecot
in /etc/dovecot/dovecot-postfix, my system stopped accepting SMTP mail 
deliveries with the following error message in /var/log/syslog:

Sep 15 06:22:20 ibis postfix/local[25505]: D554941122:
to=pgo...@internetbs.com, relay=local, delay=28665,
delays=28665/0.01/0/0.14, dsn=4.3.0, status=deferred (temporary failure.
Command output: Can't open log file /var/log/dovecot: Permission denied
)

I want to be able to keep IMAP stuff and SMTP stuff in separate log
files for easy analysis, and it seems pretty obvious that almost no one
would want SMTP traffic logged to /var/log/syslog.

Source package and release info:

r...@ibis:/etc/rsyslog.d# cd ..
r...@ibis:/etc# cat lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION=Ubuntu karmic (development branch)

r...@ibis:/etc# uname -a
Linux ibis 2.6.31-10-generic-pae #32-Ubuntu SMP Fri Sep 11 00:30:46 UTC 2009 
i686 GNU/Linux

r...@ibis:/etc# dpkg -l | grep dovecot
ii  dovecot-common1:1.1.11-0ubuntu8 secure 
mail server that supports mbox and ma
ii  dovecot-imapd 1:1.1.11-0ubuntu8 secure 
IMAP server that supports mbox and ma
ii  dovecot-pop3d 1:1.1.11-0ubuntu8 secure 
POP3 server that supports mbox and ma
ii  dovecot-postfix   1:1.1.11-0ubuntu8 full 
mail server stack provided by Ubuntu se
r...@ibis:/etc# dpkg -l | grep postfix
ii  dovecot-postfix   1:1.1.11-0ubuntu8 full 
mail server stack provided by Ubuntu se
ii  postfix   2.6.5-1ubuntu1
High-performance mail transport agent

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

-- 
postfix ignores the rsyslog configuration directives
https://bugs.launchpad.net/bugs/434986
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 398272] Re: New upstream version

2009-09-21 Thread Patrick Goetz
Correction:  dovecot 1.2.5 has just been released.  This release
includes some critical performance fixes for large installations.
Surely it should be possible to upgrade this in Karmic before release?

-- 
New upstream version
https://bugs.launchpad.net/bugs/398272
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 236830] Re: cifs does not support kerberos authentication

2009-09-03 Thread Patrick Spinler
I'm still experiencing this issue.  Ubuntu hardy, patched up to date as
of this writing.

pj...@patslinux01 ~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 8.04.3 LTS
Release:8.04
Codename:   hardy

pj...@patslinux01 ~ $ uname -a
Linux patslinux01.mayo.edu 2.6.24-23-generic #1 SMP Wed Apr 1 21:43:24 UTC 2009 
x86_64 GNU/Linux

pj...@patslinux01 ~ $ klist
Credentials cache: FILE:/tmp/krb5cc_1000
Principal: pj...@mfad.mfroot.org

  Issued   Expires  Principal
Sep  3 14:48:04  Sep  4 00:48:04  krbtgt/mfad.mfroot@mfad.mfroot.org
Sep  3 14:48:09  Sep  4 00:48:04  rchnas06...@mfad.mfroot.org

# SMB Client connects using kerberos credentials

pj...@patslinux01 ~ $ smbclient -k //rchnas06n2/Users500M 
OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
smb: \ 
pj...@patslinux01 ~ $ 

# mount.cifs does not, and prompts for a password:

pj...@patslinux01 ~ $ mount.cifs //rchnas06n2/Users500M/PJS11 mnt/pjs11 -o 
sec=krb5 --verbose
parsing options: sec=krb5
Password: (simply pressed return, here)

mount.cifs kernel mount options 
unc=//rchnas06n2\Users500M,ip=129.176.156.20,user=pjs11,pass=,ver=1,sec=krb5,uid=1000,gid=1000,prefixpath=PJS11
 
mount error 5 = Input/output error
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)

pj...@patslinux01 ~ $ more /etc/request-key.conf
(...snip copious comments)
#OP TYPEDESCRIPTION CALLOUT INFOPROGRAM ARG1 ARG2 ARG3 ...
#== === === === ===
create  userdebug:* negate  /bin/keyctl negate %k 30 %S
create  userdebug:loop:**   |/bin/cat
create  userdebug:* *   
/usr/share/keyutils/request-key-debug.sh %k %d %c %S
#create cifs.spnego *   *   /usr/sbin/cifs.upcall -c %k %d
create  cifs.spnego *   *   /usr/sbin/cifs.upcall %k %d
negate  *   *   *   /bin/keyctl negate %k 30 %S

Do the 64 bit packages have the necessary patches in them?
-- Pat

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


[Blueprint groupware-server] Groupware Server

2009-04-23 Thread Patrick Cantu
Blueprint changed by Patrick Cantu:

Whiteboard changed to:

2006-12+21 khaeru: might this be handled by the ubuntu-server-tasks spec?
é
21/12/2006 - I think we should pick an existing suite, i.e. hula and then 
create the ubiquitous middleware to achieve what we want

13/07/2007 (stephan-impilinux) - We have recently evaluated a load of
these solutions and have some professional experience in it.

2008-06-07 (pixelpapst) - Just a quick reminder that the hula project
ist effectively dead since late 2006, and the community created a fork
called bongo project. However, by now they ripped out all of Hula's
LDAP connectivity, which makes this a very pretty but useless solution
for SmallBusinessServer.

2008-06-08  (Guy Van Sanden) Citadel seems a very good choice.  IT offers many 
features (including a Jabber server) and is completely GPL'ed.
The only caveat is that it does not have LDAP support (yet)

2008-06-19 (Art Cancro) -- yes, definitely go with Citadel.  Ubuntu
packages are already being maintained, and the project would be
delighted to cooperate with the Ubuntu team on integration issues.

2008-06-19 (Todd Hanna) I would also like to give a big +1 to Citadel.
They already have the .debs and there is even a connector to use it as
an Exchange replacement if you have clients using Outlook.  I have run
it without issue on Ubuntu server since version 6.06.  It's head and
shoulders above the rest at the moment..  and it is easy to setup,
update, and maintain.

2008-07-08 (Stuart Cianos) - I'll also give major points to Citadel, and
have been a longtime user of it. It is the only open-source groupware
package that is self maintaining and straightforward to configure.

2008-07-09 (Stephan Buys) - Please also dont forget Kolab (Citadel
implements the Kolab v1 format). Kolab has 3 plugins for Outlook,
support Horde Webmail, Thunderbird/Lightning and Kontact.

2008-07-09 (Guy Van Sanden) RE Kolab - Kolab is not a full groupware
AFAIK, it does not have a web interface.  Correct me if I'm wrong.

2008-07-09 (Christian Merlin) Remember also SOGo
(http://sogo.opengroupware.org/) it use LDAP for users and PostgreSQL
for database. So It could be easy to integrate with Ebox (http://ebox-
platform.com/). So Ubuntu can became an'easy and powerfull groupware
server like the commercial one.

2008-07-10 (Stephan Buys) Kolab does have a web interface (for admin and
email) through Horde (www.horde.org). Calendars, Contacts and Tasks can
be shared between Outlook/Kontact/Horde/Thunderbird

2008-07-10 - Personally I prefer bongo, however it is still in its
infancy.  It has a great UI, and is targeted at being simple to install
and use

2008-11-14 - (Guy Van Sanden) Zarafa is becoming an option too.  It was
AGPL'd recently and offers many features including CalDAV in the
upcoming 6.30 release.

2008-11-14 - (Stuart Cianos) Only the server-side components of Zarafa
were opened up... There are still numerous proprietary functions that
are unavailable in the AGPL version. There are plenty of completely open
solutions out there (Horde, Citadel, Kolab, etc.) Personally, I use
Citadel (with Funambol for push e-mail) due to its funtionality,
reliability, speed and flexibility... They also have a fantastic
developer/user community that is supportive and communicative.

2008-11-15 - (Guy Van Sanden)  @Stuart Cianos  Actually most of it seems to be 
in the AGPL version except for the client license required for Outlook usage.  
Which is logical, if you are paying for closed source outlook you should also 
pay for the connector...
I know about citadel, have been running it for 2 years but it does have some 
issues and lacks certain features like LDAP integration.

2008-11-16 (Stuart Cianos) @Guy Van Sanden: Citadel will allow you to
authenticate against any service which support the underlying
authentication of the operating system (in this case, PAM). I have used
this to authenticate users against PAM using modules such as pam_ldap;
additionally, it can automatically populate an LDAP directory with
information from its global address book for use with external clients.

2008-11-29 (Giorgio Zarrelli) I do not see eGroupware, what about it?

2008-12-01 (Guy Van Sanden) @Stuart:  I tried PAM based authentication on 
Ubuntu, but it only works with pam_unix and not pam_krb5 or pam_ldap for me.  
Though I really like Citadel in many ways, it has too many limitations to use 
it as a full-blown groupware server like Zimbra or Zarafa.  Zimbra is nice, but 
it really needs a dedicated server to run properly.
@Giorgio: eGroupWare is not a groupware server but rather a Web frontend to 
other servers. 

2008-12-01 (Giorgio Zarrelli)  @Guy. I agree on Zimbra. It's too
expensive, not all people can afford a dedicated server just for a
groupware. Zarafa looks nice, but never tried it

Zimbra or potentially bongo are the prettiest of the groupware products
available which would make them great marketing tools for ubuntu.
However Zimbra has too many

[Blueprint groupware-server] Groupware Server

2009-04-23 Thread Patrick Cantu
Blueprint changed by Patrick Cantu:

Whiteboard changed to:

2006-12+21 khaeru: might this be handled by the ubuntu-server-tasks spec?
é
21/12/2006 - I think we should pick an existing suite, i.e. hula and then 
create the ubiquitous middleware to achieve what we want

13/07/2007 (stephan-impilinux) - We have recently evaluated a load of
these solutions and have some professional experience in it.

2008-06-07 (pixelpapst) - Just a quick reminder that the hula project
ist effectively dead since late 2006, and the community created a fork
called bongo project. However, by now they ripped out all of Hula's
LDAP connectivity, which makes this a very pretty but useless solution
for SmallBusinessServer.

2008-06-08  (Guy Van Sanden) Citadel seems a very good choice.  IT offers many 
features (including a Jabber server) and is completely GPL'ed.
The only caveat is that it does not have LDAP support (yet)

2008-06-19 (Art Cancro) -- yes, definitely go with Citadel.  Ubuntu
packages are already being maintained, and the project would be
delighted to cooperate with the Ubuntu team on integration issues.

2008-06-19 (Todd Hanna) I would also like to give a big +1 to Citadel.
They already have the .debs and there is even a connector to use it as
an Exchange replacement if you have clients using Outlook.  I have run
it without issue on Ubuntu server since version 6.06.  It's head and
shoulders above the rest at the moment..  and it is easy to setup,
update, and maintain.

2008-07-08 (Stuart Cianos) - I'll also give major points to Citadel, and
have been a longtime user of it. It is the only open-source groupware
package that is self maintaining and straightforward to configure.

2008-07-09 (Stephan Buys) - Please also dont forget Kolab (Citadel
implements the Kolab v1 format). Kolab has 3 plugins for Outlook,
support Horde Webmail, Thunderbird/Lightning and Kontact.

2008-07-09 (Guy Van Sanden) RE Kolab - Kolab is not a full groupware
AFAIK, it does not have a web interface.  Correct me if I'm wrong.

2008-07-09 (Christian Merlin) Remember also SOGo
(http://sogo.opengroupware.org/) it use LDAP for users and PostgreSQL
for database. So It could be easy to integrate with Ebox (http://ebox-
platform.com/). So Ubuntu can became an'easy and powerfull groupware
server like the commercial one.

2008-07-10 (Stephan Buys) Kolab does have a web interface (for admin and
email) through Horde (www.horde.org). Calendars, Contacts and Tasks can
be shared between Outlook/Kontact/Horde/Thunderbird

2008-07-10 - Personally I prefer bongo, however it is still in its
infancy.  It has a great UI, and is targeted at being simple to install
and use

2008-11-14 - (Guy Van Sanden) Zarafa is becoming an option too.  It was
AGPL'd recently and offers many features including CalDAV in the
upcoming 6.30 release.

2008-11-14 - (Stuart Cianos) Only the server-side components of Zarafa
were opened up... There are still numerous proprietary functions that
are unavailable in the AGPL version. There are plenty of completely open
solutions out there (Horde, Citadel, Kolab, etc.) Personally, I use
Citadel (with Funambol for push e-mail) due to its funtionality,
reliability, speed and flexibility... They also have a fantastic
developer/user community that is supportive and communicative.

2008-11-15 - (Guy Van Sanden)  @Stuart Cianos  Actually most of it seems to be 
in the AGPL version except for the client license required for Outlook usage.  
Which is logical, if you are paying for closed source outlook you should also 
pay for the connector...
I know about citadel, have been running it for 2 years but it does have some 
issues and lacks certain features like LDAP integration.

2008-11-16 (Stuart Cianos) @Guy Van Sanden: Citadel will allow you to
authenticate against any service which support the underlying
authentication of the operating system (in this case, PAM). I have used
this to authenticate users against PAM using modules such as pam_ldap;
additionally, it can automatically populate an LDAP directory with
information from its global address book for use with external clients.

2008-11-29 (Giorgio Zarrelli) I do not see eGroupware, what about it?

2008-12-01 (Guy Van Sanden) @Stuart:  I tried PAM based authentication on 
Ubuntu, but it only works with pam_unix and not pam_krb5 or pam_ldap for me.  
Though I really like Citadel in many ways, it has too many limitations to use 
it as a full-blown groupware server like Zimbra or Zarafa.  Zimbra is nice, but 
it really needs a dedicated server to run properly.
@Giorgio: eGroupWare is not a groupware server but rather a Web frontend to 
other servers. 

2008-12-01 (Giorgio Zarrelli)  @Guy. I agree on Zimbra. It's too
expensive, not all people can afford a dedicated server just for a
groupware. Zarafa looks nice, but never tried it

Zimbra or potentially bongo are the prettiest of the groupware products
available which would make them great marketing tools for ubuntu.
However Zimbra has too many

[Bug 340383] [NEW] dhcpd sends 127.0.1.1 as DNS server

2009-03-10 Thread Patrick Ben Koetter
Public bug reported:

Binary package hint: dhcp3-server

I believe this is a bug.

Ubuntu configures sets the hostname in /etc/hosts and assigns it to
127.0.1.1:

127.0.0.1 localhost
127.0.1.1 server.example.com server

The dhcpd server picks this up and sends it as primary DNS server (DHCP and DNS 
are on the same machine here) to dhcp clients (see attached dhcpdump output).
Assigning the wrong DNS server leads to timeouts on Mac and Linux (Unix) 
clients, but it does not seem to affect Windows systems.

As soon as I comment 127.0.1.1 in /etc/hosts out and restart the dhcpd
server the problem is gone.

I did not find a configuration option for dhcpd to supress this and I
also think even if it was there it should not be used for this. The
entry 127.0.1.1 seems to be wrong in my opinion.

Thanks.

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

-- 
dhcpd sends 127.0.1.1 as DNS server
https://bugs.launchpad.net/bugs/340383
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 340383] Re: dhcpd sends 127.0.1.1 as DNS server

2009-03-10 Thread Patrick Ben Koetter

** Attachment added: dhcpdump.txt
   http://launchpadlibrarian.net/23694971/dhcpdump.txt

-- 
dhcpd sends 127.0.1.1 as DNS server
https://bugs.launchpad.net/bugs/340383
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


  1   2   >