[Bug 359309] Re: mysql client package has broken SSL support

2009-05-10 Thread Bryan Jacobs
Seconded - bug still present in Jaunty release version.

Package as shipped does not work against a Gentoo MySQL 5.0 server using
a CACert certificate nor one using a StartCom cert.

Completely fixed by building against MySQL instead of YaSSL.

-- 
mysql client package has broken SSL support
https://bugs.launchpad.net/bugs/359309
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


Re: [Bug 90681] Re: resolv.conf overwritten using VPN/PPP etc...

2009-05-10 Thread Daniel Clark
Tamas Herman wrote:
> I have Jaunty (Netbook Remix) here with the same problem.
> 
> I use blueman instead of bluez to establish PAN networking.
> 
> I tried blueman in both of its modes
> - blueman handles the interfaces
> - let the network manager handle the interfaces
> 
> In both cases i experience the resolv.conf being overwritten regularly.
> 
> I also want to have my - maybe connection specific - search order present 
> there.
> (Its a lot of hassle to write FQDNs with the sme.looong.tld :)

Here is the ugly workaround I use that has the advantage of working all
the time (I'm on a network where the DHCP lease time is around 10
minutes as part of the authentication system).

You'll of course want to replace the name (office.fsf.org) and and
address (192.168.0.25) of my private-network name servers with yours ,
and change the .in-addr.arpa lines to be your private network ranges.

=== Try at fixing PITA DHCP Lease Renewal breaks DNS problem ===
See also the Ubuntu bug
[https://bugs.launchpad.net/ubuntu/+source/dhcp3/+bug/90681/ resolv.conf
overwritten using VPN/PPP etc..]

* replace network-manager with [http://wicd.sourceforge.net/download.php
wicd]
* aptitude install dnsmasq
* remove the lines beginning with "script-security", "up", and "down"
from /etc/openvpn/client.conf
* Set /etc/resolv.conf to always point to the dnsmasq name server:
  rm /etc/resolv.conf
  echo nameserver 127.0.0.1 > /etc/resolv.conf
  chmod 444 /etc/resolv.conf
  chattr +i /etc/resolv.conf

* Make one of these your /etc/dnsmasq.conf file:


#
# /etc/dnsmasq.conf minimal version
#

resolv-file=/etc/resolv.conf.dhclient-new
server=/0.168.192.in-addr.arpa/192.168.0.25
server=/0.16.172.in-addr.arpa/192.168.0.25
server=/office.fsf.org/192.168.0.25


-- 
Daniel JB Clark   | Sys Admin, Free Software Foundation
pobox.com/~dclark | http://www.fsf.org/about/staff#danny

-- 
resolv.conf overwritten using VPN/PPP etc...
https://bugs.launchpad.net/bugs/90681
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 258914] Re: apache2 SSI timefmt sometimes ignored

2009-05-10 Thread Bug Watch Updater
** Changed in: apache2
   Status: Confirmed => Fix Released

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

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


[Bug 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-05-10 Thread Will Uther
I patched mysqld_safe directly based on Mario's diff (and replace the "&
wait" that I had removed).  This fixes the problem for me.

I also looked in the logs to see what was happening on boot with the
change and I noticed:

May 10 11:02:55 willvo sshd[2981]: Received signal 15; terminating.
May 10 11:02:55 willvo ntpd[3721]: ntpd exiting on signal 15

but both seem to be running.  Postfix also reloads its configuration.
Is someone (upstart?) telling all daemons to reload their configs for
some reason?

Is there an easy way to track down who sends a signal?

It seems there are two problems here - the signal being sent, and
mysqld_safe poor response to receiving it.  It would be nice to get to
the bottom of each of them.


** Description changed:

  --Impact--
  I'm running mythtv on jaunty with mysql-server-5.0 version 
5.1.30really5.0.75-0ubuntu5.  During boot mysql starts, then mythtv starts, 
then mysql restarts and mythtv gets confused.
  
  This is caused by some portions of a debian patch that is applied on top
  of MySQL.  It has not been accepted yet at upstream MySQL.  The MySQL
  server is receiving a SIGHUP which the behavior is changed because of
  the debian patch.
  
  Here are some relevant syslog sections:
  
  Feb  8 12:35:07 willvo mysqld_safe[3668]: started
  Feb  8 12:35:08 willvo mysqld[3671]: 090208 12:35:08  InnoDB: Started; log 
sequence number 0 43655
  Feb  8 12:35:08 willvo mysqld[3671]: 090208 12:35:08 [Note] /usr/sbin/mysqld: 
ready for connections.
  Feb  8 12:35:08 willvo mysqld[3671]: Version: '5.0.75-0ubuntu5'  socket: 
'/var/run/mysqld/mysqld.sock'  port: 3306  (Ubuntu)
  Feb  8 12:35:08 willvo /etc/mysql/debian-start[3710]: Upgrading MySQL tables 
if necessary.
  Feb  8 12:35:08 willvo /etc/mysql/debian-start[3713]: Looking for 'mysql' as: 
/usr/bin/mysql
  Feb  8 12:35:08 willvo /etc/mysql/debian-start[3713]: Looking for 
'mysqlcheck' as: /usr/bin/mysqlcheck
  Feb  8 12:35:08 willvo /etc/mysql/debian-start[3713]: This installation of 
MySQL is already upgraded to 5.0.75, use --force if you still need to run 
mysql_upgrade
  Feb  8 12:35:08 willvo /etc/mysql/debian-start[3720]: Checking for insecure 
root accounts.
  Feb  8 12:35:08 willvo /etc/mysql/debian-start[3724]: Triggering 
myisam-recover for all MyISAM tables
  
  Feb  8 12:35:13 willvo mythtv-backend[4560]: Started mythtv-backend
  
  Feb  8 12:35:16 willvo mysqld_safe[5212]: Number of processes running now: 1
  Feb  8 12:35:16 willvo mysqld_safe[5223]: mysqld process hanging, pid 3670 - 
killed
  Feb  8 12:35:16 willvo mysqld_safe[5227]: restarted
  Feb  8 12:35:16 willvo mysqld[5231]: 090208 12:35:16  InnoDB: Started; log 
sequence number 0 43655
  Feb  8 12:35:17 willvo mysqld[5231]: 090208 12:35:17 [Note] /usr/sbin/mysqld: 
ready for connections.
  Feb  8 12:35:17 willvo mysqld[5231]: Version: '5.0.75-0ubuntu5'  socket: 
'/var/run/mysqld/mysqld.sock'  port: 3306  (Ubuntu)
  
  Note that mysqld_safe is finds one mysqld process still running after it
  is supposed to have crashed.  mysqld_safe then kills that process and
  starts another.  This only seems to happen once during boot - it doesn't
  keep restarting mysqld in normal use.
  
  --Addressing--
  This has *not* yet been addressed in the karmic branch, but it has been 
verified that a PPA resolve the problem.  MySQL hasn't changed yet in karmic, 
so this can easily be brought to karmic if viewed to properly solve the problem.
  
- --Test Case--
+ --Test Case - Myth
  To reproduce this, you can boot up off of a fresh install of Mythbuntu 9.04 
(which includes MySQL and mythtv-backend preinstalled).  Check /var/log/syslog 
and you will see errors regarding mysql getting restarted because of a hanging 
process.  Depending on the speed of your system, this may or may not cause 
problems with mythtv-backend because of the race condition inherent in this 
problem.
+ 
+ -- Test Case - non-Myth
+ sudo killall -HUP mysqld_safe   # should cause mysql to reload its 
config, but causes it to restart instead.
  
  --Regression Potential--
  This type of patch has implications if users were dependent on the behavior 
of this debian/ubuntu specific patch to issue a mysql refresh via a SIGHUP.

-- 
mysqld_safe thinks mysqld has crashed when it hasn't
https://bugs.launchpad.net/bugs/326768
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 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-05-10 Thread Thomas R. N. Jansson
It was a fresh install of Jaunty. I just did a clean update from hardy.
I just purged the installation and reinstalled it so you can see if
there is anything usefull. Installing munin-node does not put anything
into the plugins folder at my system:


r...@bohr:/etc/munin# aptitude purge munin-node
Reading package lists... Done  
Building dependency tree   
Reading state information... Done  
Reading extended state information 
Initializing package states... Done
The following packages are BROKEN: 
  munin-plugins-extra  
The following packages will be REMOVED:
  munin-node{p}
0 packages upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
Need to get 0B of archives. After unpacking 1425kB will be freed.  
The following packages have unmet dependencies:
  munin-plugins-extra: Depends: munin-node but it is not installable   
The following actions will resolve these dependencies: 

Remove the following packages:
munin-plugins-extra   

Score is 119

Accept this solution? [Y/n/q/?] y
The following packages will be REMOVED:
  libio-multiplex-perl{u} libnet-cidr-perl{u} libnet-server-perl{u} 
libnet-snmp-perl{u} munin-node{p} munin-plugins-extra{a}
0 packages upgraded, 0 newly installed, 6 to remove and 1 not upgraded.
Need to get 0B of archives. After unpacking 2867kB will be freed.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
(Reading database ... 139482 files and directories currently installed.)
Removing munin-plugins-extra ...
(Reading database ... 139438 files and directories currently installed.)
Removing munin-node ...
 * Stopping Munin-Node  

  [ OK ]
Purging configuration files for munin-node ...
dpkg - warning: while removing munin-node, directory 
`/var/lib/munin/plugin-state' not empty so not removed.
dpkg - warning: while removing munin-node, directory `/var/lib/munin' not empty 
so not removed.
Processing triggers for man-db ...
(Reading database ... 139300 files and directories currently installed.)
Removing libnet-server-perl ...
Removing libio-multiplex-perl ...
Removing libnet-cidr-perl ...
Removing libnet-snmp-perl ...
Processing triggers for man-db ...
Reading package lists... Done
Building dependency tree
Reading state inf
r...@bohr:/etc/munin#
ormation... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done

r...@bohr:/etc/munin# ls

r...@bohr:/etc/munin# aptitude install munin-node
Reading package lists... Done
Building dependency tree 
Reading state information... Done
Reading extended state information   
Initializing package states... Done  
The following NEW packages will be installed:
  libio-multiplex-perl{a} libnet-cidr-perl{a} libnet-server-perl{a} 
libnet-snmp-perl{a} munin-node 
0 packages upgraded, 5 newly installed, 0 to remove and 1 not upgraded. 
   
Need to get 0B/931kB of archives. After unpacking 2601kB will be used.  
   
Do you want to continue? [Y/n/?] y  
   
Writing extended state information... Done  
   
sh: getcwd() failed: No such file or directory  
   
sh: getcwd() failed: No such file or directory  
   
sh: getcwd() failed: No such file or directory  
   
Selecting previously deselected package libio-multiplex-perl.   
   
(Reading database ... 139206 files and directories currently installed.)
   
Unpacking libio-multiplex-perl (from .../libio-multiplex-perl_1.10-1_all.deb) 
...  
Selecting previously deselected package libnet-cidr-perl.   
   
Unpacking libnet-cidr-perl (from .../libnet-cidr-perl_0.11-3_all.deb) ...   
   
Selecting previously deselected package libnet-server-perl. 
   
Unpacking libnet-server-perl (from 
.../libnet-server-perl_0.97-1ubuntu1_all.deb) ...   
Selecting previously deselected package libnet-snmp-perl.
Unpacking libnet-snmp-perl (from .../libnet-snmp-perl_5.2.0-1_all.deb) ...
Selecting previously deselected package munin-node.
Unpacking munin-node (from .../munin-node_1.2.6-8ubuntu3_all.deb) ...
Processing triggers for man-db ...
Setting up libio-multiplex-perl (1.10-1) ...
Setting up libnet-ci

[Bug 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-05-10 Thread Andreas Olsson
I just installed munin-node on a fresh 9.04 system, and I received a
/etc/munin/plugins/ full of symlinks towards appropriate files under
/usr/share/munin/plugins/.

Is this a fresh installation of Jaunty, or is it an upgrade from
previous Ubuntu verion? You didn't receive any warnings  during the
installation of munin-node?

** Changed in: munin (Ubuntu)
   Status: New => Incomplete

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 368504] Re: HP Laserjet 3380 via samba: Test page OK, printing from applications hangs printer

2009-05-10 Thread Till Kamppeter
** Changed in: cups (Ubuntu)
   Status: Confirmed => Incomplete

-- 
HP Laserjet 3380 via samba: Test page OK, printing from applications hangs 
printer
https://bugs.launchpad.net/bugs/368504
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 235560] Re: Connect to smb server by name doesn't work, but by IP address does

2009-05-10 Thread Muzer
I had the same problem in Kubuntu. The problem was is that DNS was set
to resolve before WINS, meaning that openDNS jumped in, fooling the app
into thinking that was it. The fix was to move "wins" from the end of
line 11 in /etc/nsswitch.conf to after "files". Then it worked fine, if
a little slowly.

-- 
Connect to smb server by name doesn't work, but by IP address does
https://bugs.launchpad.net/bugs/235560
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 374589] [NEW] samba server fails to start on boot time when laptop is not connected to any network.

2009-05-10 Thread David Harel
Public bug reported:

Binary package hint: samba

When my laptop boots network is not yet configured since NM didnĀ“t start it 
yet. Samba however tries to start since it is in S20 on rc2-5.d but it fails 
immediately because no network is configured yet. Running - sudo 
/etc/init.d/samba restart - is fine.
In the log file I can find the following pair of errors:
[2009/04/18 11:22:48,  0] lib/interface.c:load_interfaces(540)
  WARNING: no network interfaces found
[2009/04/18 11:22:49,  0] smbd/server.c:open_sockets_smbd(548)
  open_sockets_smbd: No sockets available to bind to.

Trying to resolve the problem, I wrote an updown script in 
/etc/NetworkManager/dispatcher.d naming it 02samba:
$ ls -l  /etc/NetworkManager/dispatcher.d
total 12K
-rwxr-xr-x 1 root root 1.3K 2008-10-21 05:17 01ifupdown
-rwxr-xr-x 1 root root 1.9K 2009-05-08 11:35 02samba

If this solution makes sense I would recommend that it would be added to Ubuntu 
samba server package.
Here is the script I wrote:
#!/bin/sh -e
# Script to dispatch NetworkManager events
#
# Runs ifupdown scripts when NetworkManager fiddles with interfaces.

if [ -z "$1" ]; then
echo "$0: called with no interface" 1>&2
exit 1;
fi

# Fake ifupdown environment
export IFACE="$1"
export LOGICAL="$1"
export ADDRFAM="NetworkManager"
export METHOD="NetworkManager"
export VERBOSITY="0"
notRunningCont=`/etc/init.d/samba status | grep -c not`  # count "not running"

# Run the right scripts
case "$2" in
up)
export MODE="start"
export PHASE="up"
if [ -e /var/run/network/ifstate ]
then
if grep --silent eth /var/run/network/ifstate
then
case $notRunningCont in # count "not running"
2) # both smbd and nmbd are down. start them
exec /etc/init.d/samba start
;;
1) # probably smbd faild. 
exec /etc/init.d/samba restart
;;
0) # samba seems running
;;
*) # unknown situation. try to restart anyways
exec /etc/init.d/samba restart
esac
fi
fi
;;
down)
export MODE="stop"
export PHASE="down"
if [ -e /var/run/network/ifstate ]
then
if grep --silent eth /var/run/network/ifstate
then # network is still up. Make sure samba is also up. 
case  $notRunningCont in
2) # both smbd and nmbd are down. start them
exec /etc/init.d/samba start
;;
1) # probably smbd faild. 
exec /etc/init.d/samba restart
;;
0) # samba seems running
;;
*) # unknown situation. try to restart anyways
exec /etc/init.d/samba restart
esac
else # shut samba down
exec /etc/init.d/samba stop
fi
else # same here. Shut it down
exec /etc/init.d/samba stop
fi
;;
   pre-up)
export MODE="start"
export PHASE="pre-up"
exec run-parts /etc/network/if-pre-up.d
;;
post-down)
export MODE="stop"
export PHASE="post-down"
exec run-parts /etc/network/if-post-down.d
;;
*)
echo "$0: called with unknown action \`$2'" 1>&2
exit 1
;;
esac

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

-- 
samba server fails to start on boot time when laptop is not connected to any 
network.
https://bugs.launchpad.net/bugs/374589
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 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2009-05-10 Thread Thag
Found a workaround, disabling TOMCAT_SECURITY in /etc/init.d/tomcat6
allows this app to run.

-Bruce

-- 
tomcat6 with spring throws org/springframework/core/NestedExceptionUtils
https://bugs.launchpad.net/bugs/374567
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2009-05-10 Thread Thag

** Attachment added: "This is the web service that exhibits the problem on 
tomcat6"
   http://launchpadlibrarian.net/26540236/service-war.war

-- 
tomcat6 with spring throws org/springframework/core/NestedExceptionUtils
https://bugs.launchpad.net/bugs/374567
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 374567] Re: tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2009-05-10 Thread Thag
Forgot platform details:
This is an up to data jaunty 64 bit system.

It's running without an X server, if that matters. I know some java apps
barf because of this.


 #> update-java-alternatives -l
java-6-openjdk 1061 /usr/lib/jvm/java-6-openjdk
java-gcj 1042 /usr/lib/jvm/java-gcj

It's set to java-6-openjdk

Other than adding a tomcat user I have zero changes to the tomcat6
config.

Let me know if you need _anything_ else.

I would very much like to use the prepackaged tomcat6 as opposed to the
apache tgz for reasons of recreatibility, integration and simplicity.

-Bruce

-- 
tomcat6 with spring throws org/springframework/core/NestedExceptionUtils
https://bugs.launchpad.net/bugs/374567
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 374567] [NEW] tomcat6 with spring throws org/springframework/core/NestedExceptionUtils

2009-05-10 Thread Thag
Public bug reported:

Binary package hint: tomcat6

Here's a stack trace when I try to load my app with the ubuntu packaged
jaunty tomcat6:

May 10, 2009 11:11:28 AM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener instance of 
class org.springframework.web.context.ContextLoaderListener
java.lang.NoClassDefFoundError: org/springframework/core/NestedExceptionUtils
at 
org.springframework.core.NestedRuntimeException.getMessage(NestedRuntimeException.java:67)
at java.lang.Throwable.getLocalizedMessage(Throwable.java:284)
at java.lang.Throwable.toString(Throwable.java:360)
at 
org.springframework.beans.factory.BeanCreationException.toString(BeanCreationException.java:150)
at java.lang.String.valueOf(String.java:2838)
at java.io.PrintWriter.println(PrintWriter.java:727)
at java.lang.Throwable.printStackTrace(Throwable.java:526)
at 
org.springframework.beans.factory.BeanCreationException.printStackTrace(BeanCreationException.java:176)
at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:94)
at org.apache.juli.FileHandler.publish(FileHandler.java:129)
at java.util.logging.Logger.log(Logger.java:476)
at java.util.logging.Logger.doLog(Logger.java:498)
at java.util.logging.Logger.logp(Logger.java:698)
at org.apache.commons.logging.impl.Jdk14Logger.log(Jdk14Logger.java:101)
at 
org.apache.commons.logging.impl.Jdk14Logger.error(Jdk14Logger.java:149)
at 
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:215)
at 
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843)
at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4342)
at 
org.apache.catalina.manager.ManagerServlet.start(ManagerServlet.java:1247)
at 
org.apache.catalina.manager.HTMLManagerServlet.start(HTMLManagerServlet.java:604)
at 
org.apache.catalina.manager.HTMLManagerServlet.doGet(HTMLManagerServlet.java:129)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at 
org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:244)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:537)
at 
org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:276)
at 
org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:283)
at 
org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:56)
at 
org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:189)
at java.security.AccessController.doPrivileged(Native Method)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.ClassNotFoundException: 
org.springframework.core.NestedExceptionUtils
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
... 49 more

The same problem reported here:
http://www.mail-ar

[Bug 374537] Re: Munin-node have a empty /etc/munin/plugins folder

2009-05-10 Thread Thomas R. N. Jansson

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/26537883/Dependencies.txt

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 374537] [NEW] Munin-node have a empty /etc/munin/plugins folder

2009-05-10 Thread Thomas R. N. Jansson
Public bug reported:

Binary package hint: munin

Installing a munin-node on a Ubuntu 9.04 Jaunty did not make the
symbolic links from /usr/share/munin/plugins/ into /etc/munin/plugins/
and the node did as a result not make any graphs on the master. This has
changed from Hardy and is a regression.

r...@bohr:/etc/munin/plugins# lsb_release -rd
Description:Ubuntu 9.04
Release:9.04
r...@bohr:/etc/munin/plugins# apt-cache policy munin-node
munin-node:
  Installed: 1.2.6-8ubuntu3
  Candidate: 1.2.6-8ubuntu3
  Version table:
 *** 1.2.6-8ubuntu3 0
500 http://mirrors.dotsrc.org jaunty/main Packages
100 /var/lib/dpkg/status

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: munin-node 1.2.6-8ubuntu3
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_DK.UTF-8
 SHELL=/bin/bash
SourcePackage: munin
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
Munin-node have a empty /etc/munin/plugins folder
https://bugs.launchpad.net/bugs/374537
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 374501] [NEW] Likewise-open5 login gives error code 0x0000200c

2009-05-10 Thread Jacco van Koll
Public bug reported:

Binary package hint: likewise-open5

Ubuntu 9.04 (Upgraded from 8.10, which is upgraded from 8.04)
Likewise-open5  5.0.3991.1-0ubuntu2

After installing Likewise-open5, and running the command domainjoin-cli
--log domainjoin --loglevel verbose join hellema.loc Administrator, it
gives a password prompt. After entering the right password, it displays
the following:

# domainjoin-cli --log domainjoin --loglevel verbose join hellema.loc 
Administrator
Joining to AD Domain:   hellema.loc
With Computer DNS Name: hll-int-gw.hellema.loc
administra...@hellema.loc's password:
Error: Undocumented exception [code 0x200c]
An undocumented exception has occurred. Please contact Likewise technical
support and use the error code to identify this exception.
#

Machine is not connected to the domain.
After this action, lsassd is also died.

Also attached is the --log domainjoin logfile.

Please advice?

** Affects: likewise-open5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Likewise-open5 login gives error code 0x200c
https://bugs.launchpad.net/bugs/374501
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open5 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 374501] Re: Likewise-open5 login gives error code 0x0000200c

2009-05-10 Thread Jacco van Koll

** Attachment added: "Logfile created with the domainjoin-cli program"
   http://launchpadlibrarian.net/26535510/domainjoin

-- 
Likewise-open5 login gives error code 0x200c
https://bugs.launchpad.net/bugs/374501
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open5 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 73591] Re: smb workgroup detection takes too long

2009-05-10 Thread amichair
I've moved since then to a new setup, now I'm with a new Jaunty machine
(upgraded from a fresh Intrepid installation) on the same LAN as the
original winxp box, plus another xp. I can only note what happens out of
the box now - I don't remember if there were any custom configurations
on the old setup (used in the original report).

Currently, smb:/ in dolphin/konqueror doesn't give an error, but doesn't
show the other pcs either - just a blank screen with 0 items in the
status bar. Typing smb:/servername connects and works with the shares
just fine.

-- 
smb workgroup detection takes too long
https://bugs.launchpad.net/bugs/73591
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 73591] Re: smb workgroup detection takes too long

2009-05-10 Thread Jonathan Thomas
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: samba (Ubuntu)
   Status: Incomplete => Invalid

-- 
smb workgroup detection takes too long
https://bugs.launchpad.net/bugs/73591
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 292150] Re: mysql-server package installation returned error on 8.04 -> 8.10 kubuntu upgrade

2009-05-10 Thread Jonathan Thomas
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: Incomplete => Invalid

-- 
mysql-server package installation returned error on 8.04 -> 8.10 kubuntu upgrade
https://bugs.launchpad.net/bugs/292150
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 297576] Re: cifs mounts become inaccessible when another user fails to mount cifs share

2009-05-10 Thread Jonathan Thomas
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: samba (Ubuntu)
   Status: Incomplete => Invalid

-- 
cifs mounts become inaccessible when another user fails to mount cifs share
https://bugs.launchpad.net/bugs/297576
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 374447] [NEW] Jaunty: Samba permission problems

2009-05-10 Thread Carroarmato0
Public bug reported:

Binary package hint: samba4

When enabling a share for the first time it works.
But after a reboot it's as if the share disappear.

Issuing the command as a normal user:  smbstatus

I get this output:   
***
christo...@lithium-flower:~$ smbstatus
ERROR: Failed to initialise messages database:Acces denied
messaging_tdb_init failed: NT_STATUS_ACCESS_DENIED
messaging_init failed



But running the command as root I get:

**
christo...@lithium-flower:~$ sudo smbstatus
Samba version 3.3.2
PID Username  Group Machine
---

Service  pid machine   Connected at
---

No locked files
***

When looking at the shares on an XP machine, I can see the shares, but I
cannot access them because they are either non-existent or I don't have
the required permissions to access them.

Note: this worked fine in the previous release of Ubuntu.

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

-- 
Jaunty: Samba permission problems
https://bugs.launchpad.net/bugs/374447
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba4 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 374427] [NEW] doesn't accept multiple keys in id_rsa

2009-05-10 Thread wretched_dutchman
Public bug reported:

When maintaining multiple servers with different rsa-keys it isn't possible to 
put all the files in ~/.ssh/id_rsa.
With multiple keys in ~/.ssh/id_rsa it only accepts the first key, the rest is 
ignored.
the way I create the id_rsa file:
cat id_rsa_server >> ~/.ssh/id_rsa

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

-- 
doesn't accept multiple keys in id_rsa
https://bugs.launchpad.net/bugs/374427
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