[Bug 1062220] Re: qemu-system-arm crashed with SIGABRT in cpu_abort()

2015-10-16 Thread Kurt Huwig
Also happens on wily when running

$ qemu-system-arm -machine realview-pb-a8

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

Title:
  qemu-system-arm crashed with SIGABRT in cpu_abort()

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1062220/+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 1430181] Re: rpcbind/rpc.statd listen on all interfaces

2015-03-19 Thread Kurt Huwig
Thanks for the patch! Just two questions:

1. why does rpcbind not listen to UDP any more?
2. have you noticed that a similar problem exists in rpc.statd?

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

Title:
  rpcbind/rpc.statd listen on all interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rpcbind/+bug/1430181/+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 1432989] [NEW] Apache2 default installation has lua module but no library

2015-03-17 Thread Kurt Huwig
Public bug reported:

Bug 1323930 is marked as Fix released but the problem still exists:

If I enable the module lua in the apache2 default installation, I
cannot start the server:

$ docker run -it --rm ubuntu:trusty bash
root@6b882ad1774a:/# apt-get update
root@6b882ad1774a:/# apt-get install apache2

[...]

root@6b882ad1774a:/# a2enmod lua
Enabling module lua.
To activate the new configuration, you need to run:
  service apache2 restart
root@6b882ad1774a:/# apache2ctl -t  
apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on 
line 1 of /etc/apache2/mods-enabled/lua.load: Cannot load 
/usr/lib/apache2/modules/mod_lua.so into server: 
/usr/lib/apache2/modules/mod_lua.so: cannot open shared object file: No such 
file or directory
Action '-t' failed.
The Apache error log may have more information.
root@6b882ad1774a:/# service apache2 start
 * Starting web server apache2  
  * 
 * The apache2 configtest failed.
Output of config test was:
apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on 
line 1 of /etc/apache2/mods-enabled/lua.load: Cannot load 
/usr/lib/apache2/modules/mod_lua.so into server: 
/usr/lib/apache2/modules/mod_lua.so: cannot open shared object file: No such 
file or directory
Action 'configtest' failed.
The Apache error log may have more information.
root@6b882ad1774a:/# dpkg -l apache2
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version Architecture
Description
+++-=-===-===-===
ii  apache2   2.4.7-1ubuntu4.4amd64   
Apache HTTP Server

** 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/1432989

Title:
  Apache2 default installation has lua module but no library

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1432989/+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 1323930] Re: mod_lua.so missing from 14.04 install (apache2-bin, 2.4.7-1ubuntu4))

2015-03-17 Thread Kurt Huwig
The problem still exists. I've opened bug 1432989 for that.

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

Title:
  mod_lua.so missing from 14.04 install (apache2-bin, 2.4.7-1ubuntu4))

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1323930/+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 1430181] [NEW] rpcbind/rpc.statd listen on all interfaces

2015-03-10 Thread Kurt Huwig
Public bug reported:

There is no way to prevent rpcbind from listening on all interfaces for
TCP connections. The setting -h only applies to UDP connections. There
is a bug and fix from 2007:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=84494

The link to the fix gives a 404 for me, but it probably is in their VCS.

How to reproduce:

1. install rpcbind
2. in /etc/default/rpcbind:

OPTIONS=$OPTIONS -h 192.168.255.1

3. restart rpcbind

root@node1 ~ # netstat -lnp | grep rpcbind
tcp0  0 0.0.0.0:111 0.0.0.0:*   LISTEN  
8982/rpcbind
tcp6   0  0 :::111  :::*LISTEN  
8982/rpcbind
udp0  0 192.168.255.1:111   0.0.0.0:*   
8982/rpcbind
udp0  0 127.0.0.1:111   0.0.0.0:*   
8982/rpcbind
udp0  0 0.0.0.0:677 0.0.0.0:*   
8982/rpcbind
udp6   0  0 ::1:111 :::*
8982/rpcbind
udp6   0  0 :::677  :::*
8982/rpcbind

The same applies to rpc.statd: even when supplying the

-n, --name ipaddr | hostname
  Specifies the bind address used for RPC listener sockets.

option, it still listens on all interfaces, while '--outgoing-port' and
'--port' work as expected:

/etc/default/nfs-common:
STATDOPTS=--name 192.168.255.1 --port 32765 --outgoing-port 32766

root@node1 ~ # netstat -lnp | grep rpc.statd
tcp0  0 0.0.0.0:32765   0.0.0.0:*   LISTEN  
8988/rpc.statd  
tcp6   0  0 :::32765:::*LISTEN  
8988/rpc.statd  
udp0  0 0.0.0.0:32765   0.0.0.0:*   
8988/rpc.statd  
udp0  0 127.0.0.1:684   0.0.0.0:*   
8988/rpc.statd  
udp6   0  0 :::32765:::*
8988/rpc.statd

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

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

Title:
  rpcbind/rpc.statd listen on all interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rpcbind/+bug/1430181/+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 1335652] Re: phpinfo() Type Confusion Information Leak Vulnerability

2014-07-11 Thread Kurt Cancemi
This can be closed because this CVE and a whole other bunch of CVE's
were fixed in bug #1338170 which was filed after this bug report.

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

Title:
  phpinfo() Type Confusion Information Leak Vulnerability

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/1335652/+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 1335652] Re: phpinfo() Type Confusion Information Leak Vulnerability

2014-07-08 Thread Kurt Cancemi
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-4721

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

Title:
  phpinfo() Type Confusion Information Leak Vulnerability

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/1335652/+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 1335652] [NEW] phpinfo() Type Confusion Information Leak Vulnerability

2014-06-29 Thread Kurt Cancemi
*** This bug is a security vulnerability ***

Public security bug reported:

Reported in php as bug #67498 by Stefan Esser.

Here is an excerpt from the bug of some of the capabilities of this
security bug:

Because this is only exploitable in case these variables are overwritten
as integers, which is less likely in a remote context this has to be
mostly considered a local information leak only. However if you are
running as mod_php and there is mod_ssl this could be used to steal the
private SSL key from memory (if you can inject PHP code).

I attached the upstream fix.

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

** Patch added: bug67948.patch
   
https://bugs.launchpad.net/bugs/1335652/+attachment/4142140/+files/bug67948.patch

** Information type changed from Private Security to Public Security

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

Title:
  phpinfo() Type Confusion Information Leak Vulnerability

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1335652/+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 1075948] [NEW] Cinder installation depends on installing Git

2012-11-07 Thread Kurt Huwig
Public bug reported:

python-cinder depends on python-setuptools-git which depends on git

It should depend on either python-setuptools or python-setuptools-git
not just the git variant.

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

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

Title:
  Cinder installation depends on installing Git

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1075948/+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 1073287] Re: tgt-admin fails to read configuration

2012-11-07 Thread Kurt Huwig
This also happens when using openstack cinder. Replacing the *.conf by
* fixes the issue

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

Title:
  tgt-admin fails to read configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1073287/+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 1036093] Re: nova volume-attach with high device name keeps volume in state attaching

2012-09-04 Thread Kurt Huwig
** Changed in: nova (Ubuntu)
   Status: Incomplete = 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/1036093

Title:
  nova volume-attach with high device name keeps volume in state
  attaching

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1036093/+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 1033444] Re: Deleting an added floating IP just removes it from the server

2012-09-04 Thread Kurt Huwig
** Changed in: nova (Ubuntu)
   Status: Incomplete = 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/1033444

Title:
  Deleting an added floating IP just removes it from the server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1033444/+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 1036093] Re: nova volume-attach with high device name keeps volume in state attaching

2012-08-23 Thread Kurt Huwig
it's cirros-0.3.x uec

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

Title:
  nova volume-attach with high device name keeps volume in state
  attaching

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1036093/+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 1036093] Re: nova volume-attach with high device name keeps volume in state attaching

2012-08-14 Thread Kurt Huwig
Version is nova-common 2012.1-0ubuntu2

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

Title:
  nova volume-attach with high device name keeps volume in state
  attaching

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1036093/+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 1033444] Re: Deleting an added floating IP just removes it from the server

2012-08-13 Thread Kurt Huwig
It's from Ubuntu: 2012.1-0ubuntu1

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

Title:
  Deleting an added floating IP just removes it from the server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1033444/+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 1036093] [NEW] nova volume-attach with high device name keeps volume in state attaching

2012-08-13 Thread Kurt Huwig
Public bug reported:

If I attach a volume to a high device name, e.g. /dev/vdm

nova volume-attach f91e2097-5e2f-47df-90ea-f6da292df41b 4072 /dev/vdm

then nothing happens within the instance and the volume is in the state
attaching. According to the logs the iscsi attach works and the lv is
in use by tgt. After that, I am unable to detach the volume or shutdown
the instance. The first device that causes the problem is /dev/vdk which
means the first 10 letters a-j are working fine.

** 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/1036093

Title:
  nova volume-attach with high device name keeps volume in state
  attaching

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1036093/+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 1033444] [NEW] Deleting an added floating IP just removes it from the server

2012-08-06 Thread Kurt Huwig
Public bug reported:

When I try to delete an IP that is attached to a server, it is only
removed from the server, but not deleted. Only the second delete will
actually delete it. I waited several seconds between the commands. I
expect the command to either fail completely or remove the IP from the
server and then delete it.

$ nova floating-ip-list
++--+---+--+
|   Ip   | Instance Id  |Fixed Ip   | Pool |
++--+---+--+
| 192.168.22.130 | 0200d6ef-1f1b-462a-94a5-7b60011d1612 | 192.168.23.59 | nova |
++--+---+--+

$ nova floating-ip-delete 192.168.22.130

$ nova floating-ip-list
++-+--+--+
|   Ip   | Instance Id | Fixed Ip | Pool |
++-+--+--+
| 192.168.22.130 | None| None | nova |
++-+--+--+

$ nova floating-ip-delete 192.168.22.130

$ nova floating-ip-list
++-+--+--+
| Ip | Instance Id | Fixed Ip | Pool |
++-+--+--+
++-+--+--+

** 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/1033444

Title:
  Deleting an added floating IP just removes it from the server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1033444/+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 1029896] Re: package nova-common 2012.1+stable~20120612-3ee026e-0ubuntu1.2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2012-07-30 Thread Kurt Huwig
Hi Adam,

yes, I had devstack installed. This is the output from your command:

$ python -c 'import webob.exc'
Traceback (most recent call last):
  File string, line 1, in module
ImportError: No module named webob.exc

I purged python-webob (and everything else from nova), removed
/etc/nova/ and then reinstalled nova-common. Now it works fine. Thanks
for your help!

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

Title:
  package nova-common 2012.1+stable~20120612-3ee026e-0ubuntu1.2 failed
  to install/upgrade: Unterprozess installiertes post-installation-
  Skript gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1029896/+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 1029896] [NEW] package nova-common 2012.1+stable~20120612-3ee026e-0ubuntu1.2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2012-07-27 Thread Kurt Huwig
Public bug reported:

automatic update of package

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: nova-common 2012.1+stable~20120612-3ee026e-0ubuntu1.2
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
Uname: Linux 3.2.0-27-generic x86_64
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
Date: Fri Jul 27 13:00:37 2012
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
PackageArchitecture: all
SourcePackage: nova
Title: package nova-common 2012.1+stable~20120612-3ee026e-0ubuntu1.2 failed to 
install/upgrade: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nova (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 nova in Ubuntu.
https://bugs.launchpad.net/bugs/1029896

Title:
  package nova-common 2012.1+stable~20120612-3ee026e-0ubuntu1.2 failed
  to install/upgrade: Unterprozess installiertes post-installation-
  Skript gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1029896/+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 1029896] Re: package nova-common 2012.1+stable~20120612-3ee026e-0ubuntu1.2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2012-07-27 Thread Kurt Huwig
-- 
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/1029896

Title:
  package nova-common 2012.1+stable~20120612-3ee026e-0ubuntu1.2 failed
  to install/upgrade: Unterprozess installiertes post-installation-
  Skript gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1029896/+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 992075] Re: Commissioning status persists with cloud-init 0.6.3-0ubuntu1

2012-06-08 Thread Kurt
I too am seeing this bug and am interested in seeing a resolution.  It
should be noted I am using virtual adapters with and I am running this
in a test environment with virtual machines, yet I am seeing the same
symptoms.  Do we have any updates on a possible fix?

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

Title:
  Commissioning status persists with cloud-init 0.6.3-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/992075/+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 994781] Re: removing a node when it has failed commissioning is not possible from the UI

2012-06-08 Thread Kurt
Is the functionality of the shell documented anywhere?  This would be
VERY useful to know.  Given the gui doesn't always work the way it
should, I could see this as really good and important information.

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

Title:
  removing a node when it has failed commissioning is not possible from
  the UI

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/994781/+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 538871] Re: authbind fail on IPv6

2011-03-07 Thread Kurt Huwig
There is a patch for this:

http://toroid.org/ams/etc/authbind-ipv6-support

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

Title:
  authbind fail on IPv6

-- 
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 644910] Re: Hardy: apache2-mpm-itk cannot be installed due to dependency

2010-09-22 Thread Kurt Huwig
According to this page:

https://launchpad.net/ubuntu/hardy/+source/apache2

The apache2-mpm-itk is not part of apache2 in Hardy. Updating was my
first try. Just tried again, but no change:

r...@storage:~# apt-get update
Hit http://de.archive.ubuntu.com hardy Release.gpg
Ign http://de.archive.ubuntu.com hardy/main Translation-en_US
Ign http://de.archive.ubuntu.com hardy/restricted Translation-en_US
Ign http://de.archive.ubuntu.com hardy/universe Translation-en_US   

   
Ign http://de.archive.ubuntu.com hardy/multiverse Translation-en_US 

   
Hit http://de.archive.ubuntu.com hardy-updates Release.gpg  

   
Ign http://de.archive.ubuntu.com hardy-updates/main Translation-en_US   

   
Ign http://de.archive.ubuntu.com hardy-updates/restricted Translation-en_US 

   
Ign http://de.archive.ubuntu.com hardy-updates/universe Translation-en_US   

   
Hit http://security.ubuntu.com hardy-security Release.gpg   

   
Ign http://security.ubuntu.com hardy-security/main Translation-en_US

   
Ign http://de.archive.ubuntu.com hardy-updates/multiverse Translation-en_US 

   
Hit http://de.archive.ubuntu.com hardy Release  

   
Hit http://de.archive.ubuntu.com hardy-updates Release  

   
Ign http://security.ubuntu.com hardy-security/restricted Translation-en_US  

   
Ign http://security.ubuntu.com hardy-security/universe Translation-en_US

   
Ign http://security.ubuntu.com hardy-security/multiverse Translation-en_US  

   
Hit http://security.ubuntu.com hardy-security Release   

   
Hit http://de.archive.ubuntu.com hardy/main Packages

   
Hit http://security.ubuntu.com hardy-security/main Packages 

   
Hit http://de.archive.ubuntu.com hardy/restricted Packages  

   
Hit http://de.archive.ubuntu.com hardy/main Sources 

   
Hit http://de.archive.ubuntu.com hardy/restricted Sources   

   
Hit http://de.archive.ubuntu.com hardy/universe Packages

   
Hit http://de.archive.ubuntu.com hardy/universe Sources 
 

[Bug 644910] Re: Hardy: apache2-mpm-itk cannot be installed due to dependency

2010-09-22 Thread Kurt Huwig
The correct package for Hardy is apache2-mpm-itk, not apache2?!

** Package changed: apache2 (Ubuntu) = apache2-mpm-itk (Ubuntu)

-- 
Hardy: apache2-mpm-itk cannot be installed due to dependency
https://bugs.launchpad.net/bugs/644910
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 644910] [NEW] Hardy: apache2-mpm-itk cannot be installed due to dependency

2010-09-21 Thread Kurt Huwig
Public bug reported:

Binary package hint: apache2

Ubuntu 8.04.4 LTS

r...@storage:~# apt-get install apache2-mpm-itk

[...]

The following packages have unmet dependencies:
  apache2-mpm-itk: Depends: apache2.2-common (= 2.2.8-1ubuntu0.17) but 
2.2.8-1ubuntu0.18 is to be installed

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

-- 
Hardy: apache2-mpm-itk cannot be installed due to dependency
https://bugs.launchpad.net/bugs/644910
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 611305] Re: No debug symbols for libapache2-mod-php5

2010-09-15 Thread Kurt Huwig
Ah, sorry for the noise. I just did an apt-get source and did not
apply the patches.

-- 
No debug symbols for libapache2-mod-php5
https://bugs.launchpad.net/bugs/611305
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 611316] Re: Segmentation fault in php5-sybase

2010-09-14 Thread Kurt Huwig
Hi Clint,

I just put another 3 hours into it:

The bug happens in this source code line:

if(passwd_len255) {
passwd[255] = '\0';
}

of php_mssql_do_connect. I found this out by disassembling the code in
the core dump:


Dump of assembler code for function php_mssql_do_connect:
   0x7f1d4804c330 +0: push   %r14
   0x7f1d4804c332 +2: push   %r13
   0x7f1d4804c334 +4: push   %r12
   0x7f1d4804c336 +6: mov%r9d,%r12d
   0x7f1d4804c339 +9: push   %rbp
   0x7f1d4804c33a +10:mov%edi,%ebp
   0x7f1d4804c33c +12:push   %rbx
   0x7f1d4804c33d +13:mov%rsi,%rbx
   0x7f1d4804c340 +16:lea0x2ef8(%rip),%rsi# 0x7f1d4804f23f
   0x7f1d4804c347 +23:sub$0xc0,%rsp
   0x7f1d4804c34e +30:mov%fs:0x28,%rax
   0x7f1d4804c357 +39:mov%rax,0xb8(%rsp)
   0x7f1d4804c35f +47:xor%eax,%eax
   0x7f1d4804c361 +49:lea0x8f(%rsp),%rax
   0x7f1d4804c369 +57:lea0x88(%rsp),%rcx
   0x7f1d4804c371 +65:lea0x78(%rsp),%rdx
   0x7f1d4804c376 +70:lea0x84(%rsp),%r9
   0x7f1d4804c37e +78:lea0x70(%rsp),%r8
   0x7f1d4804c383 +83:movq   $0x0,0x78(%rsp)
   0x7f1d4804c38c +92:mov%rax,0x10(%rsp)
   0x7f1d4804c391 +97:lea0x80(%rsp),%rax
   0x7f1d4804c399 +105:   movq   $0x0,0x70(%rsp)
   0x7f1d4804c3a2 +114:   movq   $0x0,0x68(%rsp)
   0x7f1d4804c3ab +123:   movb   $0x0,0x8f(%rsp)
   0x7f1d4804c3b3 +131:   mov%rax,0x8(%rsp)
   0x7f1d4804c3b8 +136:   lea0x68(%rsp),%rax
   0x7f1d4804c3bd +141:   mov%rax,(%rsp)
   0x7f1d4804c3c1 +145:   xor%eax,%eax
   0x7f1d4804c3c3 +147:   callq  0x7f1d4804a768 
zend_parse_paramet...@plt
   0x7f1d4804c3c8 +152:   cmp$0x,%eax
   0x7f1d4804c3cb +155:   je 0x7f1d4804c7b3 
php_mssql_do_connect+1155
   0x7f1d4804c3d1 +161:   cmpl   $0xff,0x88(%rsp)
   0x7f1d4804c3dc +172:   jle0x7f1d4804c3ea php_mssql_do_connect+186
   0x7f1d4804c3de +174:   mov0x78(%rsp),%rax
   0x7f1d4804c3e3 +179:   movb   $0x0,0xff(%rax)
   0x7f1d4804c3ea +186:   cmpl   $0xff,0x84(%rsp)
   0x7f1d4804c3f5 +197:   jle0x7f1d4804c403 php_mssql_do_connect+211
   0x7f1d4804c3f7 +199:   mov0x70(%rsp),%rax
   0x7f1d4804c3fc +204:   movb   $0x0,0xff(%rax)
   0x7f1d4804c403 +211:   cmpl   $0xff,0x80(%rsp)
   0x7f1d4804c40e +222:   jle0x7f1d4804c41c php_mssql_do_connect+236
   0x7f1d4804c410 +224:   mov0x68(%rsp),%rax
= 0x7f1d4804c415 +229:   movb   $0x0,0xff(%rax)
   0x7f1d4804c41c +236:   cmp$0x4,%ebp
   0x7f1d4804c41f +239:   jbe0x7f1d4804c7e0 
php_mssql_do_connect+1200
   0x7f1d4804c425 +245:   cmpq   $0x0,0x60(%rsp)
   0x7f1d4804c42b +251:   lea0x2e3a(%rip),%rdx# 0x7f1d4804f26c
   0x7f1d4804c432 +258:   je 0x7f1d4804c92f 
php_mssql_do_connect+1535
   0x7f1d4804c438 +264:   mov0x206d2a(%rip),%edi# 
0x7f1d48253168 mssql_globals+104
   0x7f1d4804c43e +270:   callq  0x7f1d4804a508 dbsetlogint...@plt
   0x7f1d4804c443 +275:   mov0x206d27(%rip),%edi# 
0x7f1d48253170 mssql_globals+112
   0x7f1d4804c449 +281:   callq  0x7f1d4804a468 dbsett...@plt
   0x7f1d4804c44e +286:   callq  0x7f1d4804a788 dblo...@plt

Having this hint, I checked the code of the PHP-script which was:

define (MSSQL_SERVER, www);
define (MSSQL_USER, xxx);
define (MSSQL_PASSWORD, yyy);
define (MSSQL_DATABASE, zzz);

mssql_connect(MSSQL_SERVER, MSSQL_USER, MSSQL_PASSWORD);
mssql_select_db(MSSQL_DATABASE);

So there was no error checking. In fact the hostname of the server was
wrong, this is why the connection did not succeed. After I fixed the
hostname, the code ran without the segmentation fault. It made no
difference, if I use define or put in the values for the connection
als strings.

So the bug is triggered, if the hostname for mssql_connect does not
exist.

-- 
Segmentation fault in php5-sybase
https://bugs.launchpad.net/bugs/611316
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 611316] Re: Segmentation fault in php5-sybase

2010-09-14 Thread Kurt Huwig
Some side note: the debug symbols do not match the source code.
According to the disassembly, the segfault happened in

/build/buildd/php5-5.3.2/ext/mssql/php_mssql.c:561

but gdb shows

/build/buildd/php5-5.3.2/ext/mssql/php_mssql.c:593

I will add this to Bug #611305

-- 
Segmentation fault in php5-sybase
https://bugs.launchpad.net/bugs/611316
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 602689] Re: Segmentation fault in libapache2-mod-php5 when calling methods

2010-09-14 Thread Kurt Huwig
The bug happens in this line:

if (--(*op_array-refcount)0) {
return;
}

of destroy_op_array, when the code tries to read the refcount, according
to the disassembler:


Dump of assembler code for function destroy_op_array:
   0x7f6c321e2080 +0: push   %r13
   0x7f6c321e2082 +2: push   %r12
   0x7f6c321e2084 +4: push   %rbp
   0x7f6c321e2085 +5: push   %rbx
   0x7f6c321e2086 +6: mov%rdi,%rbx
   0x7f6c321e2089 +9: sub$0x8,%rsp
   0x7f6c321e208d +13:mov0x48(%rdi),%rbp
   0x7f6c321e2091 +17:mov0x50(%rdi),%r13d
   0x7f6c321e2095 +21:mov0x90(%rdi),%rdi
   0x7f6c321e209c +28:test   %rdi,%rdi
   0x7f6c321e209f +31:je 0x7f6c321e20b2 destroy_op_array+50
   0x7f6c321e20a1 +33:callq  0x7f6c321f6940 zend_hash_destroy
   0x7f6c321e20a6 +38:mov0x90(%rbx),%rdi
   0x7f6c321e20ad +45:callq  0x7f6c321ccc80 _efree
   0x7f6c321e20b2 +50:mov0x40(%rbx),%rdx
= 0x7f6c321e20b6 +54:mov(%rdx),%eax
   0x7f6c321e20b8 +56:sub$0x1,%eax
   0x7f6c321e20bb +59:test   %eax,%eax
   0x7f6c321e20bd +61:mov%eax,(%rdx)
   0x7f6c321e20bf +63:je 0x7f6c321e20d0 destroy_op_array+80

The pointer look bad, as rdx points to 0x7f6c28390138:

(gdb) info registers
rax0x7f6c321e2270   140102674031216
rbx0x7f6c36d2a7b0   140102752970672
rcx0x201f0  131568
rdx0x7f6c28390138   140102508020024
rsi0x0  0
rdi0x0  0
rbp0x7f6c28390140   0x7f6c28390140
rsp0x7fff2f1ae250   0x7fff2f1ae250
r8 0x7f6c36583290   140102744945296
r9 0xc08e69804da8f602   -4571600571954825726
r100x7f6c3691aad0   140102748711632
r110x7f6c365f2c20   140102745402400
r120x7f6c36d6bc00   140102753238016
r130xd423394
r140x7fff2f1aebf8   140733983681528
r150x113e0  70624
rip0x7f6c321e20b6   0x7f6c321e20b6 destroy_op_array+54
eflags 0x246[ PF ZF IF ]
cs 0x33 51
ss 0x2b 43
ds 0x0  0
es 0x0  0
fs 0x0  0
gs 0x0  0

and this location is not memory mapped:

(gdb) x 0x7f6c28390138
0x7f6c28390138: Cannot access memory at address 0x7f6c28390138

The bug does not happen with the php-cli, but with apache-php.

-- 
Segmentation fault in libapache2-mod-php5 when calling methods
https://bugs.launchpad.net/bugs/602689
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 611305] Re: No debug symbols for libapache2-mod-php5

2010-09-14 Thread Kurt Huwig
As written in Bug #611316, the debug symbols for

/build/buildd/php5-5.3.2/ext/mssql/php_mssql.c

are off by 32 lines, according to the disassembly of a core dump.

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

-- 
No debug symbols for libapache2-mod-php5
https://bugs.launchpad.net/bugs/611305
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 631489] Re: Browsing through Folders via samba is very slow

2010-09-11 Thread kurt belgrave
This bug report is being closed due to your last comment regarding this
being fixed with an update. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

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

-- 
Browsing through Folders via samba is very slow
https://bugs.launchpad.net/bugs/631489
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 631489] Re: Browsing through Folders via samba is very slow

2010-09-06 Thread kurt belgrave
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in samba.

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://help.ubuntu.com/community/ReportingBugs.

** Package changed: ubuntu = samba (Ubuntu)

-- 
Browsing through Folders via samba is very slow
https://bugs.launchpad.net/bugs/631489
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 611305] [NEW] No debug symbols for libapache2-mod-php5

2010-07-29 Thread Kurt Huwig
Public bug reported:

Binary package hint: php5

I cannot install the debug symbols which blocks bug #602689

apt-get install libapache2-mod-php5-dbgsym
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libapache2-mod-php5-dbgsym: Depends: libapache2-mod-php5 (= 5.3.2-1ubuntu4) 
but 5.3.2-1ubuntu4.2 is to be installed
E: Broken packages

If I force the installation, the symbols do not match the binary.

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

-- 
No debug symbols for libapache2-mod-php5
https://bugs.launchpad.net/bugs/611305
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 602689] Re: Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-29 Thread Kurt Huwig
I pinned the release to 5.3.2-1ubuntu4 and downgraded. This is the core-
dump:

Core was generated by `/usr/sbin/apache2 -k start'.
Program terminated with signal 11, Segmentation fault.
#0  0x7f3168507343 in _zend_mm_free_canary_int (heap=0x7f316e2b8a30, 
p=0xe781bdf254723a17) at /build/buildd/php5-5.3.2/Zend/zend_alloc_canary.c:2090
2090/build/buildd/php5-5.3.2/Zend/zend_alloc_canary.c: No such file or 
directory.
in /build/buildd/php5-5.3.2/Zend/zend_alloc_canary.c
(gdb) bt
#0  0x7f3168507343 in _zend_mm_free_canary_int (heap=0x7f316e2b8a30, 
p=0xe781bdf254723a17) at /build/buildd/php5-5.3.2/Zend/zend_alloc_canary.c:2090
#1  0x7f31684e693d in _zval_dtor_func (zvalue=0x7f316e4f72a8) at 
/build/buildd/php5-5.3.2/Zend/zend_variables.c:36
#2  0x7f31684da9bd in _zval_ptr_dtor (zval_ptr=0x7f316e4f9b68) at 
/build/buildd/php5-5.3.2/Zend/zend_variables.h:35
#3  0x7f31684f3642 in zend_hash_apply_deleter (ht=0x7f3168bdea48, 
p=0x7f316e4f9b50) at /build/buildd/php5-5.3.2/Zend/zend_hash.c:813
#4  0x7f31684f38c8 in zend_hash_graceful_reverse_destroy 
(ht=0x7f3168bdea48) at /build/buildd/php5-5.3.2/Zend/zend_hash.c:848
#5  0x7f31684daf6e in shutdown_executor () at 
/build/buildd/php5-5.3.2/Zend/zend_execute_API.c:256
#6  0x7f31684e76d2 in zend_deactivate () at 
/build/buildd/php5-5.3.2/Zend/zend.c:962
#7  0x7f3168493385 in php_request_shutdown (dummy=0x7f316e2b8a30) at 
/build/buildd/php5-5.3.2/main/main.c:1649
#8  0x7f3168573dc7 in php_handler (r=0x7f3168573dc7) at 
/build/buildd/php5-5.3.2/sapi/apache2handler/sapi_apache2.c:512
#9  0x7f316c337140 in ap_run_handler (r=0x7f316e536a68) at 
/build/buildd/apache2-2.2.14/server/config.c:159
#10 0x7f316c33aaa8 in ap_invoke_handler (r=0x7f316e536a68) at 
/build/buildd/apache2-2.2.14/server/config.c:373
#11 0x7f316c34849c in ap_internal_redirect (new_uri=value optimized out, 
r=value optimized out) at 
/build/buildd/apache2-2.2.14/modules/http/http_request.c:501
#12 0x7f3165b2fc95 in ?? () from /usr/lib/apache2/modules/mod_rewrite.so
#13 0x7f316c337140 in ap_run_handler (r=0x7f316e53ca38) at 
/build/buildd/apache2-2.2.14/server/config.c:159
#14 0x7f316c33aaa8 in ap_invoke_handler (r=0x7f316e53ca38) at 
/build/buildd/apache2-2.2.14/server/config.c:373
#15 0x7f316c348678 in ap_process_request (r=0x7f316e53ca38) at 
/build/buildd/apache2-2.2.14/modules/http/http_request.c:282
#16 0x7f316c345528 in ap_process_http_connection (c=0x7f316e525728) at 
/build/buildd/apache2-2.2.14/modules/http/http_core.c:190
#17 0x7f316c33ecf8 in ap_run_process_connection (c=0x7f316e525728) at 
/build/buildd/apache2-2.2.14/server/connection.c:43
#18 0x7f316c34d037 in child_main (child_num_arg=value optimized out) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:662
#19 0x7f316c34d34a in make_child (s=0x7f316e126938, slot=31) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:758
#20 0x7f316c34d67b in startup_children (_pconf=value optimized out, 
plog=value optimized out, s=value optimized out) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:776
#21 ap_mpm_run (_pconf=value optimized out, plog=value optimized out, 
s=value optimized out) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:997
#22 0x7f316c323350 in main (argc=3, argv=0x7fff4c5330e8) at 
/build/buildd/apache2-2.2.14/server/main.c:742


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

-- 
Segmentation fault in libapache2-mod-php5 when calling methods
https://bugs.launchpad.net/bugs/602689
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 611316] [NEW] Segmentation fault in php5-sybase

2010-07-29 Thread Kurt Huwig
Public bug reported:

Binary package hint: php5

I get a segmentation fault within php_mssql.c:

Core was generated by `/usr/sbin/apache2 -k start'.
Program terminated with signal 11, Segmentation fault.
#0  0x7f825deca3fc in php_mssql_do_connect (ht=0, 
return_value=0x7f8268cfa668, return_value_ptr=0x7fff004a36f8, 
this_ptr=0x7fff004a3700, return_value_used=4864176, persistent=0)
at /build/buildd/php5-5.3.2/ext/mssql/php_mssql.c:590
590 /build/buildd/php5-5.3.2/ext/mssql/php_mssql.c: No such file or 
directory.
in /build/buildd/php5-5.3.2/ext/mssql/php_mssql.c
(gdb) bt
#0  0x7f825deca3fc in php_mssql_do_connect (ht=0, 
return_value=0x7f8268cfa668, return_value_ptr=0x7fff004a36f8, 
this_ptr=0x7fff004a3700, return_value_used=4864176, persistent=0)
at /build/buildd/php5-5.3.2/ext/mssql/php_mssql.c:590
#1  0x7f825decb8a6 in zif_mssql_select_db (ht=0, 
return_value=0x7f8268cfa668, return_value_ptr=0x0, this_ptr=0x0, 
return_value_used=0) at /build/buildd/php5-5.3.2/ext/mssql/php_mssql.c:870
#2  0x7f826369ec7a in zend_do_fcall_common_helper_SPEC 
(execute_data=0x7f8268f61f80) at 
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:313
#3  0x7f8263675f60 in execute (op_array=0x7f82686ffde0) at 
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:104
#4  0x7f826364dc8d in zend_execute_scripts (type=32642, 
retval=0x7fff004a3b20, file_count=3) at 
/build/buildd/php5-5.3.2/Zend/zend.c:1266
#5  0x7f82635f98f8 in php_execute_script (primary_file=0x7fff004a2c18) at 
/build/buildd/php5-5.3.2/main/main.c:2288
#6  0x7f82636daf2d in php_handler (r=0x7f82636daf2d) at 
/build/buildd/php5-5.3.2/sapi/apache2handler/sapi_apache2.c:674
#7  0x7f826749e140 in ap_run_handler (r=0x7f826872e1d8) at 
/build/buildd/apache2-2.2.14/server/config.c:159
#8  0x7f82674a1aa8 in ap_invoke_handler (r=0x7f826872e1d8) at 
/build/buildd/apache2-2.2.14/server/config.c:373
#9  0x7f82674af49c in ap_internal_redirect (new_uri=value optimized out, 
r=value optimized out) at 
/build/buildd/apache2-2.2.14/modules/http/http_request.c:501
#10 0x7f8260c96c95 in ?? () from /usr/lib/apache2/modules/mod_rewrite.so
#11 0x7f826749e140 in ap_run_handler (r=0x7f826872bfc8) at 
/build/buildd/apache2-2.2.14/server/config.c:159
#12 0x7f82674a1aa8 in ap_invoke_handler (r=0x7f826872bfc8) at 
/build/buildd/apache2-2.2.14/server/config.c:373
#13 0x7f82674af678 in ap_process_request (r=0x7f826872bfc8) at 
/build/buildd/apache2-2.2.14/modules/http/http_request.c:282
#14 0x7f82674ac528 in ap_process_http_connection (c=0x7f8268723f58) at 
/build/buildd/apache2-2.2.14/modules/http/http_core.c:190
#15 0x7f82674a5cf8 in ap_run_process_connection (c=0x7f8268723f58) at 
/build/buildd/apache2-2.2.14/server/connection.c:43
#16 0x7f82674b4037 in child_main (child_num_arg=value optimized out) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:662
#17 0x7f82674b434a in make_child (s=0x7f826832d938, slot=49) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:758
#18 0x7f82674b467b in startup_children (_pconf=value optimized out, 
plog=value optimized out, s=value optimized out) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:776
#19 ap_mpm_run (_pconf=value optimized out, plog=value optimized out, 
s=value optimized out) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:997
#20 0x7f826748a350 in main (argc=3, argv=0x7fff004a6598) at 
/build/buildd/apache2-2.2.14/server/main.c:742

I had to downgrade to 5.3.2-1ubuntu4 to be able to install the debug
symbols due to bug #611305. But the segfault happens with
5.3.2-1ubuntu4.2 as well.

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

-- 
Segmentation fault in php5-sybase
https://bugs.launchpad.net/bugs/611316
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 602689] Re: Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-29 Thread Kurt Huwig
bug #589953 has a segfault in the same line of _zend_mm_free_canary_int
but with a different stacktrace.

-- 
Segmentation fault in libapache2-mod-php5 when calling methods
https://bugs.launchpad.net/bugs/602689
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 602689] Re: Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-29 Thread Kurt Huwig
bug #607646 shows a different backtrace and a patch related to pgsql,
but the pgsql package is not installed on my machine.

-- 
Segmentation fault in libapache2-mod-php5 when calling methods
https://bugs.launchpad.net/bugs/602689
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 602689] Re: Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-08 Thread Kurt Huwig
The system is AMD64 (I thought this was clear from the backtrace
output).

uname -a
Linux 2.6.32-24-server #38-Ubuntu SMP Mon Jul 5 10:29:32 UTC 2010 x86_64 
GNU/Linux

I followed the instructions from the wiki, but there seems to be a
missing package:

apt-get install libapache2-mod-php5-dbgsym
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libapache2-mod-php5-dbgsym: Depends: libapache2-mod-php5 (= 5.3.2-1ubuntu4) 
but 5.3.2-1ubuntu4.2 is to be installed
E: Broken packages

-- 
Segmentation fault in libapache2-mod-php5 when calling methods
https://bugs.launchpad.net/bugs/602689
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 602689] Re: Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-08 Thread Kurt Huwig
I forced the installation of the debug symbols, but they did not match
the binary:

warning: the debug information found in
/usr/lib/debug//usr/lib/apache2/modules/libphp5.so does not match
/usr/lib/apache2/modules/libphp5.so (CRC mismatch).


warning: the debug information found in 
/usr/lib/debug/usr/lib/apache2/modules/libphp5.so does not match 
/usr/lib/apache2/modules/libphp5.so (CRC mismatch).

-- 
Segmentation fault in libapache2-mod-php5 when calling methods
https://bugs.launchpad.net/bugs/602689
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 602689] [NEW] Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-07 Thread Kurt Huwig
Public bug reported:

Binary package hint: php5

I have these 2 php files:

- 8  parta.php
?php
require_once('partb.php');

$fieldlist[0]='A';
$fieldlist[1]='B';
while (list($x, $fieldbez) = each($fieldlist)) {
$a = myfunc('a',$$fieldbez);
}
?
- 8 

- 8  partb.php
?php
function myfunc() {
return 'huhu';
}
?
- 8 

When calling this, I get

[Wed Jul 07 13:58:07 2010] [notice] child pid 8589 exit signal
Segmentation fault (11)

I reduced the code to the bare minimum. Having the function in the same
php file works fine, as well as having just one entry in the array or
one parameter to the function call.

With slightly different code, I got

[Wed Jul 07 13:06:38 2010] [notice] child pid 2362 exit signal Bus error
(7)

I created a core dump and this is the backtrace (2MB packed, available
upon request).

#0  0x7f8fc2810343 in ?? () from /usr/lib/apache2/modules/libphp5.so
#1  0x7f8fc27ef93d in _zval_dtor_func () from 
/usr/lib/apache2/modules/libphp5.so
#2  0x7f8fc27e39bd in _zval_ptr_dtor () from 
/usr/lib/apache2/modules/libphp5.so
#3  0x7f8fc27fc642 in ?? () from /usr/lib/apache2/modules/libphp5.so
#4  0x7f8fc27fc8c8 in zend_hash_graceful_reverse_destroy () from 
/usr/lib/apache2/modules/libphp5.so
#5  0x7f8fc27e3f6e in ?? () from /usr/lib/apache2/modules/libphp5.so
#6  0x7f8fc27f06d2 in ?? () from /usr/lib/apache2/modules/libphp5.so
#7  0x7f8fc279c385 in php_request_shutdown () from 
/usr/lib/apache2/modules/libphp5.so
#8  0x7f8fc287cdc7 in ?? () from /usr/lib/apache2/modules/libphp5.so
#9  0x7f8fc6640140 in ap_run_handler (r=0x7f8fc7c27098) at 
/build/buildd/apache2-2.2.14/server/config.c:159
#10 0x7f8fc6643aa8 in ap_invoke_handler (r=0x7f8fc7c27098) at 
/build/buildd/apache2-2.2.14/server/config.c:373
#11 0x7f8fc665149c in ap_internal_redirect (new_uri=value optimized out, 
r=value optimized out) at 
/build/buildd/apache2-2.2.14/modules/http/http_request.c:501
#12 0x7f8fbfe38c95 in ?? () from /usr/lib/apache2/modules/mod_rewrite.so
#13 0x7f8fc6640140 in ap_run_handler (r=0x7f8fc7c1dcb8) at 
/build/buildd/apache2-2.2.14/server/config.c:159
#14 0x7f8fc6643aa8 in ap_invoke_handler (r=0x7f8fc7c1dcb8) at 
/build/buildd/apache2-2.2.14/server/config.c:373
#15 0x7f8fc6651678 in ap_process_request (r=0x7f8fc7c1dcb8) at 
/build/buildd/apache2-2.2.14/modules/http/http_request.c:282
#16 0x7f8fc664e528 in ap_process_http_connection (c=0x7f8fc7c17bd8) at 
/build/buildd/apache2-2.2.14/modules/http/http_core.c:190
#17 0x7f8fc6647cf8 in ap_run_process_connection (c=0x7f8fc7c17bd8) at 
/build/buildd/apache2-2.2.14/server/connection.c:43
#18 0x7f8fc6656037 in child_main (child_num_arg=value optimized out) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:662
#19 0x7f8fc665634a in make_child (s=0x7f8fc7831938, slot=41) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:758
#20 0x7f8fc665667b in startup_children (_pconf=value optimized out, 
plog=value optimized out, s=value optimized out) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:776
#21 ap_mpm_run (_pconf=value optimized out, plog=value optimized out, 
s=value optimized out) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:997
#22 0x7f8fc662c350 in main (argc=3, argv=0x7fff695fc958) at 
/build/buildd/apache2-2.2.14/server/main.c:742

The system is Ubuntu 10.04 Lucid with all updates installed.

ii  apache2  2.2.14-5ubuntu8   Apache 
HTTP Server metapackage
ii  apache2-mpm-prefork  2.2.14-5ubuntu8   Apache 
HTTP Server - traditional non-threade
ii  apache2-utils2.2.14-5ubuntu8   utility 
programs for webservers
ii  apache2.2-bin2.2.14-5ubuntu8   Apache 
HTTP Server common binary files
ii  apache2.2-common 2.2.14-5ubuntu8   Apache 
HTTP Server common files
ii  libapache2-mod-php5  5.3.2-1ubuntu4.2  
server-side, HTML-embedded scripting languag

ii  libapache2-mod-php5  5.3.2-1ubuntu4.2  
server-side, HTML-embedded scripting languag
ii  php5-common  5.3.2-1ubuntu4.2  Common 
files for packages built from the php
ii  php5-gd  5.3.2-1ubuntu4.2  GD 
module for php5
ii  php5-mcrypt  5.3.2-0ubuntu1MCrypt 
module for php5
ii  php5-mysql   5.3.2-1ubuntu4.2  MySQL 
module for php5
ii  php5-xcache  1.3.0-5ubuntu1Fast, 
stable PHP opcode cacher

When I deinstall xcache, the crash still happens. I tried to reproduce
it on another machine, but without success. It just crashes on one
machine.

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

-- 
Segmentation fault 

[Bug 602689] Re: Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-07 Thread Kurt Huwig
I don't think it is the same as bug #531150:

1. the page is NOT in ~/public_html/ but in a configured virtual host

2. short_tags = on does not help; in php.ini the option

short_open_tag = On

was already active. I added short_tags but it still crashes.

Frankly, I don't quite understand some of the comments of #531150.

-- 
Segmentation fault in libapache2-mod-php5 when calling methods
https://bugs.launchpad.net/bugs/602689
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 531555] [NEW] php5-cli isn't compiled with SQLite support

2010-03-03 Thread Kurt Kraut
Public bug reported:

Binary package hint: php5

For my surprise I've noticed that php5-cli isn't compiled with SQLite
support. SQLite is the best database system for desktop usage, for
applications that are not running in a webserver. Firefox and Amarok use
and depend on SQLite for storing data. So, since php5-cli is aimed to
allow Ubuntu boxes to run PHP applications that are not meant to be web
applications, the lack of SQLite is an important limitation. It is easy,
light and reasonable to have SQLite in php5-cli.

So, I'd like to request that php5-cli binary to be compiled in future
Ubuntu versions with SQLite enabled.

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

-- 
php5-cli isn't compiled with SQLite support
https://bugs.launchpad.net/bugs/531555
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


Re: [Bug 361754] Re: guest needs to boot with clock=acpi_pm (older AMD freq scaling issues)

2010-03-01 Thread Kurt Harders
Hallo Dustin,

i reported this bug too for Hardy. Its gone with karmic.

Reagrds, Kurt

Am 02.03.2010 00:36, schrieb Dustin Kirkland:
 Daniel-

 You opened this bug...  Have you experienced this problem on Lucid (or
 Karmic) or any time recently?

 Thierry-

 You originally confirmed it.  Can you confirm it again against Lucid?



-- 
Kurt Harders
PiN GmbH
Leimbacher Str. 36
42281 Wuppertal

T +49 202  2 50 11 64
F +49 202  2 50 11 65
M +49 171  8 36 82 33

Geschäftsführer:
Kurt Harders und Andre Dressler

Eingetragen beim AG Wuppertal
HRB 9102
USt.ID DE 186029298

-- 
guest needs to boot with clock=acpi_pm (older AMD freq scaling issues)
https://bugs.launchpad.net/bugs/361754
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 485899] [NEW] pwmconfig generates a blank values /etc/fancontrol

2009-11-20 Thread Kurt Kraut
Public bug reported:

Binary package hint: lm-sensors

I'm trying to use pwmconfig and here is the output:

### BEGINING OF PASTE ###

r...@ktk7:~# pwmconfig 
This program will search your sensors for pulse width modulation (pwm)
controls, and test each one to see if it controls a fan on
your motherboard. Note that many motherboards do not have pwm
circuitry installed, even if your sensor chip supports pwm.

We will attempt to briefly stop each fan using the pwm controls.
The program will attempt to restore each fan to full speed
after testing. However, it is ** very important ** that you
physically verify that the fans have been to full speed
after the program has completed.

Found the following devices:
   hwmon0/device is it8718
   hwmon1/device is coretemp
   hwmon2/device is coretemp

Found the following PWM controls:
   hwmon0/device/pwm1
   hwmon0/device/pwm2
   hwmon0/device/pwm3

Giving the fans some time to reach full speed...
Found the following fan sensors:
   hwmon0/device/fan1_input current speed: 4326 RPM
   hwmon0/device/fan2_input current speed: 2227 RPM
   hwmon0/device/fan3_input current speed: 0 ... skipping!

Warning!!! This program will stop your fans, one at a time,
for approximately 5 seconds each!!!
This may cause your processor temperature to rise!!!
If you do not want to do this hit control-C now!!!
Hit return to continue: 

Testing pwm control hwmon0/device/pwm1 ...
  hwmon0/device/fan1_input ... speed was 4326 now 4354
no correlation
  hwmon0/device/fan2_input ... speed was 2227 now 2235
no correlation

No correlations were detected.
There is either no fan connected to the output of hwmon0/device/pwm1,
or the connected fan has no rpm-signal connected to one of
the tested fan sensors. (Note: not all motherboards have
the pwm outputs connected to the fan connectors,
check out the hardware database on http://www.almico.com/forumindex.php)

Did you see/hear a fan stopping during the above test (n)? n

Testing pwm control hwmon0/device/pwm2 ...
  hwmon0/device/fan1_input ... speed was 4326 now 4354
no correlation
  hwmon0/device/fan2_input ... speed was 2227 now 0
It appears that fan hwmon0/device/fan2_input
is controlled by pwm hwmon0/device/pwm2
Would you like to generate a detailed correlation (y)? y
Would you like to generate a graphical plot using gnuplot (y)? y
PWM 255 FAN 2257
PWM 240 FAN 2250
PWM 225 FAN 2070
PWM 210 FAN 1912
PWM 195 FAN 1735
PWM 180 FAN 1569
PWM 165 FAN 1391
PWM 150 FAN 1247
PWM 135 FAN 1078
PWM 120 FAN 934
PWM 105 FAN 770
PWM 90 FAN 620
PWM 75 FAN -1
Fan Stopped at PWM = 75
Hit return to continue...


Testing pwm control hwmon0/device/pwm3 ...
  hwmon0/device/fan1_input ... speed was 4326 now 1541
It appears that fan hwmon0/device/fan1_input
is controlled by pwm hwmon0/device/pwm3
Would you like to generate a detailed correlation (y)? 
Would you like to generate a graphical plot using gnuplot (y)? 
PWM 255 FAN 4326
PWM 240 FAN 4299
PWM 225 FAN 4066
PWM 210 FAN 3901
PWM 195 FAN 3571
PWM 180 FAN 3308
PWM 165 FAN 3013
PWM 150 FAN 2777
PWM 135 FAN 2509
PWM 120 FAN 2280
PWM 105 FAN 2027
PWM 90 FAN 1819
PWM 75 FAN 1654
PWM 60 FAN 1577
PWM 45 FAN 1548
PWM 30 FAN 1544
PWM 28 FAN 1541
PWM 26 FAN 1544
PWM 24 FAN 1541
PWM 22 FAN 1541
PWM 20 FAN 1541
PWM 18 FAN 1544
PWM 16 FAN 1544
PWM 14 FAN 1544
PWM 12 FAN 1544
PWM 10 FAN 1544
PWM 8 FAN 1544
PWM 6 FAN 1541
PWM 4 FAN 1544
PWM 2 FAN 1544
PWM 0 FAN 1544
Hit return to continue...

  hwmon0/device/fan2_input ... speed was 2227 now 2242
no correlation

Testing is complete.
Please verify that all fans have returned to their normal speed.

The fancontrol script can automatically respond to temperature changes
of your system by changing fanspeeds.
Do you want to set up its configuration file now (y)? 
What should be the path to your fancontrol config file (/etc/fancontrol)? 

Select fan output to configure, or other action:
1) hwmon0/device/pwm3  3) Change INTERVAL 5) Save and quit
2) hwmon0/device/pwm2  4) Just quit   6) Show configuration
select (1-n): 5

Saving configuration to /etc/fancontrol...
Configuration saved

### END OF PASTE ###

I though everything was okay when I checked /etc/fancontrol:

### BEGINING OF PASTE ###

r...@ktk7:~# cat /etc/fancontrol 
# Configuration file generated by pwmconfig, changes will be lost
INTERVAL=10
FCTEMPS=
FCFANS=
MINTEMP=
MAXTEMP=
MINSTART=
MINSTOP=
r...@ktk7:~# 

### END OF PASTE ###

So pwmconfig is generating a blank values /etc/fancontrol, what is very
unexpected. After running pwmconfig it left me with all fans speeding in
max speed. I belive this is a bug.

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

-- 
pwmconfig generates a blank values /etc/fancontrol
https://bugs.launchpad.net/bugs/485899
You 

[Blueprint server-lucid-mariadb-inclusion] MariaDB as default DB server in 10.04 (Lucid)

2009-11-10 Thread Kurt von Finck
Blueprint changed by Kurt von Finck:

Approver: (none) = Matt Zimmerman

-- 
  MariaDB as default DB server in 10.04 (Lucid)
  
https://blueprints.edge.launchpad.net/ubuntu/+spec/server-lucid-mariadb-inclusion

-- 
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 mariadb-inclusion] MariaDB as default DB server in 10.04 (Lucid)

2009-11-04 Thread Kurt von Finck
You are now subscribed to the blueprint mariadb-inclusion - MariaDB as
default DB server in 10.04 (Lucid).

--
  https://blueprints.edge.launchpad.net/ubuntu/+spec/mariadb-inclusion

-- 
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 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-11-03 Thread Kurt J. Bosch
I also see this bug on Arch Linux when using nounix. Option noserverino
does *not* fix it. Guess it's an upstream issue.

Linux: 2.6.31.5-1
smbclient: 3.4.3-2 (testing)
NAS: FRITZ!Box Fon WLAN 7270 (UI)   Firmware-Version 54.04.76 
cat /proc/fs/cifs/DebugData 
Display Internal CIFS Data Structures for Debugging
---
CIFS Version 1.60
Active VFS Requests: 0
Servers:
1) Name: 192.168.178.1  Domain: WORKGROUP Uses: 1 OS: Unix
NOS: Samba 3.0.24   Capability: 0x80f3fd
SMB session status: 1   TCP status: 1
Local Users To Server: 2 SecMode: 0x2 Req On Wire: 0
Shares:
1) \\fritz.box\WDCWD10-EACS-22D6B1-02 Mounts: 1 Type: NTFS DevInfo: 0x0 
Attributes: 0xb
PathComponentMax: 255 Status: 0x1 type: 0 

MIDs:


** Also affects: linux (Arch Linux)
   Importance: Undecided
   Status: New

-- 
2.6.31 - Can't see files in CIFS-mounted directories
https://bugs.launchpad.net/bugs/406466
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 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-11-03 Thread Kurt J. Bosch
On Arch Linux downgrading smbclient from 3.4.3-2 to 3.3.8-1 in addition
to noserverino did the trick.


** Package changed: linux (Arch Linux) = samba (Arch Linux)

-- 
2.6.31 - Can't see files in CIFS-mounted directories
https://bugs.launchpad.net/bugs/406466
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 380938] Re: _netdev not working; other mount.cifs problems

2009-05-27 Thread Kurt Wall
** Package changed: ubuntu = samba (Ubuntu)

-- 
_netdev not working; other mount.cifs problems
https://bugs.launchpad.net/bugs/380938
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