[Bug 1377924] Re: ecryptfs fails to mount (Unable to link the KEY_SPEC_USER_KEYRING into the KEY_SPEC_SESSION_KEYRING)

2016-03-09 Thread Pieter
Just using ssh and all the ecryptfs problems are gone.

I think ecrypfts should provide a better explanation, when it cant
access the keyring.

Kernel:
 4.4.1-040401-generic #201601311534 SMP Sun Jan 31 20:36:43 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux

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

Title:
  ecryptfs fails to mount (Unable to link the KEY_SPEC_USER_KEYRING into
  the KEY_SPEC_SESSION_KEYRING)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1377924/+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 1377924] Re: ecryptfs fails to mount (Unable to link the KEY_SPEC_USER_KEYRING into the KEY_SPEC_SESSION_KEYRING)

2016-03-09 Thread Pieter
Just hit it with mosh session.

"Unable to link the KEY_SPEC_USER_KEYRING into the
KEY_SPEC_SESSION_KEYRING; there is something wrong with your kernel
keyring. Did you build key retention support into your kernel?"

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

Title:
  ecryptfs fails to mount (Unable to link the KEY_SPEC_USER_KEYRING into
  the KEY_SPEC_SESSION_KEYRING)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1377924/+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 1513531] Re: Error while installing

2015-12-16 Thread Pieter Ennes
Apparently you need >10.0.0 of open-vm-tools on kernels >4.0 (vmware-
tools installer gave that hint)

I tried backporting that from Xenial, by adding Xenial as a source repo
in /etc/apt/sources.list, and then build it from the source package:

cd /tmp
apt-get update
apt-get build-dep open-vm-tools open-vm-tools-desktop
apt-get -b source open-vm-tools open-vm-tools-desktop

dpkg -i *.deb

But that didn't work either, same error.

Installing from the VMWare Tools CD image did work fine and enabled file
sharing with the host system after a reboot.

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

Title:
  Error while installing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1513531/+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 1314058] Re: app_stack.so: undefined symbol: ast_agi_unregister

2015-01-10 Thread Pieter De Wit
Here is a work around (or even a perm. fix ?)

in /etc/asterisk/modules.conf

Add the following line *before* the autoload=yes line:

load = res_agi.so

This will fix the error that app_stack needs agi to be loaded.

Tested on a clean installed 14.04 machine.

Cheers,

Pieter

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

Title:
  app_stack.so: undefined symbol: ast_agi_unregister

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1314058/+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 1397666] Re: sshd does not properly initialize libgcrypt

2014-12-01 Thread Pieter H
thanks for the quick response... well.. it is sort of a clean trusty
install. but.. with the first things being installed are kerberos and
some pam modules ;-) Your remark about the pam module makes sense.

in short.. I installed the debug symbols of packages that interested me.
Installed dbg and setup sshd on a different port. started a new ssh
session, started the debugger and attached it to the process serving my
new session. added a breakpoint on global_init and logged in with the
session.. the breakpoint was hit ;-)

below the backtrace.  so I guess I found the module responsible for
this.. unfortunately I was not able to find any debug packages for
libpam-ccreds (version 10-6)... so how to continue.. is there any way I
can get the debug symbols for this package and narrow down to the
functions being involved? or is this information below enough?

#0  global_init () at global.c:100
#1  0x7f6e26a991b1 in _gcry_global_is_operational () at global.c:169
#2  0x7f6e26a97c31 in gcry_md_open (h=0x7fffd2ab1d08, algo=2, flags=0) at 
visibility.c:771
#3  0x7f6e26d0fa3e in ?? () from /lib/security/pam_ccreds.so
#4  0x7f6e26d0fced in pam_cc_store_credentials () from 
/lib/security/pam_ccreds.so
#5  0x7f6e26d10989 in ?? () from /lib/security/pam_ccreds.so
#6  0x7f6e26d10f80 in pam_sm_authenticate () from 
/lib/security/pam_ccreds.so
#7  0x7f6e2abdcdff in ?? () from /lib/x86_64-linux-gnu/libpam.so.0
#8  0x7f6e2abdc64d in pam_authenticate () from 
/lib/x86_64-linux-gnu/libpam.so.0
#9  0x7f6e2b24ad76 in ?? ()
#10 0x7f6e2b2296eb in ?? ()
#11 0x7f6e2b23dc2a in ?? ()
#12 0x7f6e2b240b91 in ?? ()
#13 0x7f6e2b241a94 in ?? ()
#14 0x7f6e2b226ae3 in ?? ()

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

Title:
  sshd does not properly initialize libgcrypt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1397666/+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 1397666] Re: sshd does not properly initialize libgcrypt

2014-12-01 Thread Pieter H
*** This bug is a duplicate of bug 869166 ***
https://bugs.launchpad.net/bugs/869166

** This bug has been marked a duplicate of bug 869166
   Libpam-ccreds does not properly initiate libgcrypt

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

Title:
  sshd does not properly initialize libgcrypt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1397666/+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 1397666] [NEW] sshd does not properly initialize libgcrypt

2014-11-30 Thread Pieter H
Public bug reported:

The following warnings can be found in syslog:

pieter-local@test-02:~$ grep please fix the application /var/log/syslog |grep 
sshd
Nov 30 12:19:21 test-02 sshd[1226]: Libgcrypt warning: missing initialization - 
please fix the application
Nov 30 12:20:06 test-02 sshd[1293]: Libgcrypt warning: missing initialization - 
please fix the application
Nov 30 12:24:27 test-02 sshd[1089]: Libgcrypt warning: missing initialization - 
please fix the application
Nov 30 12:40:34 test-02 sshd[1257]: Libgcrypt warning: missing initialization - 
please fix the application
Nov 30 12:40:58 test-02 sshd[1324]: Libgcrypt warning: missing initialization - 
please fix the application
Nov 30 12:41:36 test-02 sshd[1403]: Libgcrypt warning: missing initialization - 
please fix the application
Nov 30 13:16:30 test-02 sshd[1095]: Libgcrypt warning: missing initialization - 
please fix the application
Nov 30 13:16:46 test-02 sshd[1228]: Libgcrypt warning: missing initialization - 
please fix the application

These seem to be related to the following change:

http://git.gnupg.org/cgi-
bin/gitweb.cgi?p=libgcrypt.git;a=commitdiff_plain;h=7627f9646701e88c827bbadd1231221d5f0c89a6

It looks like that sshd does not properly initialize libgcrypt. From
looking at the above patch, it does not seem to do any harm, since the
lib will then initialize itself. When trying to find issues on a system,
warnings like this will make things a bit more cloudy then needed. A
proper implementation for this would be beneficial to the system in
general.

These warnings are present in 14.04.

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


** Tags: libgcrypt sshd trusty

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

Title:
  sshd does not properly initialize libgcrypt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1397666/+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 1397666] Re: sshd does not properly initialize libgcrypt

2014-11-30 Thread Pieter H
libpam-ccreds and sudo seem to have the same issue
https://bugs.launchpad.net/ubuntu/+source/libpam-ccreds/+bug/869166 
https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/1397663

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

Title:
  sshd does not properly initialize libgcrypt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1397666/+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 362427] Re: Public key ssh auth doesn't work with my Encrypted Home Directory

2013-06-27 Thread Pieter
The password you log in with, is used to decrypt/unwrap the key used to
decrypt the ecryptfs.

Would there not be a way of using the ssh secret key, used for login with ssh 
to also unlock/unwrap the ecryptfs ?
Probably something that would have to be added to sshd.

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

Title:
  Public key ssh auth doesn't work with my Encrypted Home Directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ecryptfs/+bug/362427/+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 1076306] Re: Upgrading of OpenSSH on 10.04 LTS

2012-11-08 Thread Pieter Jacobs
Hey Marc,

Thanks a lot for the reply and thanks, I will relay your response to the
relevant people.

Enjoy the weekend!

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

Title:
  Upgrading of OpenSSH on 10.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1076306/+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 113033] Re: [apport] ssh crashed with SIGSEGV

2012-04-08 Thread Ane-Pieter Wieringa
2009 ... Maybe I should write a new bug for 12.04..

If I connect to a scientific linux machine the bug does NOT occeur. If aI 
connect to a very old version of RedHat (sme-server 5.6) It does occeur. The 
version of openssh on the sme-server is: openssh 3.1p
The version of openssh on the scientific linux box is 5.3p1.
Openssh says that it dumped core. I cannot find the corefile. If I have a 
little spare time I will try to dig a little deeper

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

Title:
  [apport] ssh crashed with SIGSEGV

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

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


Re: [Bug 729288] Re: squid failed to restart after update to squid 2.7.STABLE7-1ubuntu12.2

2011-04-01 Thread pieter
My cache.log doesn't show errors. Only a few warnings (I think at shutdown
or hibernate):

2011/03/25 20:10:10| Beginning Validation Procedure
2011/03/25 20:10:10|   Completed Validation Procedure
2011/03/25 20:10:10|   Validated 1151 Entries
2011/03/25 20:10:10|   store_swap_size = 90128k
2011/03/25 20:10:11| storeLateRelease: released 0 objects
2011/03/25 20:47:00| WARNING: url_rewriter #1 (FD 7) exited
2011/03/25 20:47:00| WARNING: url_rewriter #3 (FD 9) exited
2011/03/25 20:47:00| WARNING: url_rewriter #4 (FD 10) exited
2011/03/25 20:47:00| Too few url_rewriter processes are running
2011/03/25 20:47:00| Starting new helpers
2011/03/25 20:47:00| helperOpenServers: Starting 5 'squidGuard' processes
2011/03/25 20:47:00| WARNING: url_rewriter #5 (FD 12) exited
2011/03/25 20:47:00| WARNING: url_rewriter #2 (FD 8) exited

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

Title:
  squid failed to restart after update to squid 2.7.STABLE7-1ubuntu12.2

-- 
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 729288] [NEW] package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-04 Thread pieter
Public bug reported:

Binary package hint: squid

Update crashes, and asks me to report it.

$ lsb_release -rd
Description:Ubuntu 10.04.2 LTS
Release:10.04

$ apt-cache policy squid
squid:
  Installed: 2.7.STABLE7-1ubuntu12.2
  Candidate: 2.7.STABLE7-1ubuntu12.2
  Version table:
 *** 2.7.STABLE7-1ubuntu12.2 0
500 http://nl.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
 2.7.STABLE7-1ubuntu12 0
500 http://nl.archive.ubuntu.com/ubuntu/ lucid/main Packages

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: squid 2.7.STABLE7-1ubuntu12.2
ProcVersionSignature: Ubuntu 2.6.32-29.58-generic 2.6.32.28+drm33.13
Uname: Linux 2.6.32-29-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Mar  4 20:04:13 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
SourcePackage: squid
Title: package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: amd64 apport-package lucid

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

Title:
  package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 729288] Re: package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-03-04 Thread pieter
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid in ubuntu.
https://bugs.launchpad.net/bugs/729288

Title:
  package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 725969] [NEW] package squid 2.7.STABLE7-1ubuntu12.1

2011-02-27 Thread Pieter Meyer
Public bug reported:

Binary package hint: squid

package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade:
subprocess installed post-installation script returned error exit status
1

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: squid 2.7.STABLE7-1ubuntu12.1
ProcVersionSignature: Ubuntu 2.6.32-28.55-generic 2.6.32.27+drm33.12
Uname: Linux 2.6.32-28-generic i686
Architecture: i386
Date: Sun Feb 27 13:01:15 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
SourcePackage: squid
Title: package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

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

Title:
  package squid 2.7.STABLE7-1ubuntu12.1

-- 
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 725969] Re: package squid 2.7.STABLE7-1ubuntu12.1

2011-02-27 Thread Pieter Meyer
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid in ubuntu.
https://bugs.launchpad.net/bugs/725969

Title:
  package squid 2.7.STABLE7-1ubuntu12.1

-- 
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 420389] Re: php 5.2.6 'random' segfault

2009-11-16 Thread Pieter Steyn
Hi,

Unfortunately I cannot, as the bug seems to be random.  I can't
reproduce at will.

I have upgraded the server to 9.10, and unfortunately these segfaults
are still happening:

Nov 15 22:03:01 www kernel: [290867.628175] php[9268]: segfault at 7f054294d140 
ip 7f054294d140 sp 7f0541a570e8 error 14 in 
librt-2.10.1.so[7f05457b8000+7000]
Nov 15 22:36:01 www kernel: [292847.213232] php[15503]: segfault at 
7f3007d48140 ip 7f3007d48140 sp 7f3006e520e8 error 14 in 
librt-2.10.1.so[7f300abb3000+7000]
Nov 15 22:51:01 www kernel: [293747.192936] php[18251]: segfault at 
7ff53d442140 ip 7ff53d442140 sp 7ff53c54c0e8 error 14 in 
librt-2.10.1.so[7ff5402ad000+7000]
Nov 15 22:54:01 www kernel: [293927.350036] php[18711]: segfault at 
7fbf9f6f0140 ip 7fbf9f6f0140 sp 7fbf9e7fa0e8 error 14 in 
libgpg-error.so.0.4.0[7fbfa1a12000+3000]
Nov 16 01:35:01 www kernel: [303587.746765] php[13568]: segfault at 
7f9ffe710140 ip 7f9ffe710140 sp 7f9ffd81a0e8 error 14 in 
librt-2.10.1.so[7fa00157b000+7000]
Nov 16 04:15:02 www kernel: [313188.102502] php[32091]: segfault at 
7fd1c6d86140 ip 7fd1c6d86140 sp 7fd1c5e900e8 error 14 in 
librt-2.10.1.so[7fd1c9bf1000+7000]
Nov 16 09:20:01 www kernel: [331487.740127] php[31943]: segfault at 
7fea8b92a140 ip 7fea8b92a140 sp 7fea8aa340e8 error 14 in 
librt-2.10.1.so[7fea8e795000+7000]
Nov 16 09:50:01 www kernel: [333288.023970] php[26424]: segfault at 
7fed516e3140 ip 7fed516e3140 sp 7fed507ed0e8 error 14 in 
libXdmcp.so.6.0.0[7fed51caa000+5000]
Nov 16 11:50:02 www kernel: [340488.086574] php[25747]: segfault at 
7f8e8b0f9140 ip 7f8e8b0f9140 sp 7f8e8a2030e8 error 14 in 
librt-2.10.1.so[7f8e8df64000+7000]
Nov 16 12:40:01 www kernel: [343487.155872] php[6534]: segfault at 7f5fd7ad9140 
ip 7f5fd7ad9140 sp 7f5fd6be30e8 error 14 in 
librt-2.10.1.so[7f5fda944000+7000]

I understand it's not much to work with though. :/

Regards,
Pieter

-- 
php 5.2.6 'random' segfault
https://bugs.launchpad.net/bugs/420389
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 483410] [NEW] package drbd8-source 2:8.3.3-0ubuntu1 failed to install/upgrade:

2009-11-15 Thread Pieter Steyn
Public bug reported:

Simply failed to upgrade from 9.04 to 9.10 using do-release-upgrade.

ProblemType: Package
Architecture: amd64
Date: Mon Nov 16 07:01:27 2009
DistroRelease: Ubuntu 9.10
ErrorMessage:
 ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
Package: drbd8-source 2:8.3.3-0ubuntu1
PackageArchitecture: all
ProcVersionSignature: Ubuntu 2.6.28-15.52-server
SourcePackage: drbd8
Title: package drbd8-source 2:8.3.3-0ubuntu1 failed to install/upgrade:
Uname: Linux 2.6.28-15-server x86_64

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


** Tags: amd64 apport-package

-- 
package drbd8-source 2:8.3.3-0ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/483410
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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 483410] Re: package drbd8-source 2:8.3.3-0ubuntu1 failed to install/upgrade:

2009-11-15 Thread Pieter Steyn

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

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/35739646/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/35739647/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/35739648/VarLogDistupgradeMainlog.gz

-- 
package drbd8-source 2:8.3.3-0ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/483410
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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 105195] Re: kvm can not run Windows XP

2009-09-16 Thread Pieter
I get the blank/black screen after the bios, booting XP vm's i setup on the 
same pc a while ago.
Could it be the kernel version ?

-- 
kvm can not run Windows XP
https://bugs.launchpad.net/bugs/105195
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 420389] Re: php 5.2.6 'random' segfault

2009-09-09 Thread Pieter Steyn
Sure, I would like to try.  How would I though?

I've enabled the backports repositoriry and did an apt-get update but
still don't see any PHP upgrades available for my system:

Ubuntu Server 64bit
Release:9.04

-- 
php 5.2.6 'random' segfault
https://bugs.launchpad.net/bugs/420389
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 420389] Re: php 5.2.6 'random' segfault

2009-09-05 Thread Pieter Steyn
No, nothing related - but I still think it's caused by php-cli from the
cron jobs...

-- 
php 5.2.6 'random' segfault
https://bugs.launchpad.net/bugs/420389
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 420389] Re: php 5.2.6 'random' segfault

2009-09-05 Thread Pieter Steyn
Sorry, also by changing the status to incomplete what do you need from
me?  I stated in the initial report that it's caused by php-cli, so me
not providing apache logs is irrelevant imo.

-- 
php 5.2.6 'random' segfault
https://bugs.launchpad.net/bugs/420389
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 420389] [NEW] php 5.2.6 'random' segfault

2009-08-28 Thread Pieter Steyn
Public bug reported:

Binary package hint: php5-cli

I'm getting random php segfaults in my /var/log/messages file:

ug 28 09:28:02 www kernel: [122051.459511] php[15082]: segfault at 7f2459eecf3b 
ip 7f2459c8a4ef sp 7f2457ff3c60 error 4 in 
libgcc_s.so.1[7f2459c7a000+16000]
Aug 28 09:47:01 www kernel: [123191.280575] php[21125]: segfault at 
7fd16f10ef30 ip 7fd16f10ef30 sp 7fd16d2160f8 error 14 in 
libuuid.so.1.2[7fd16fb36000+3000]
Aug 28 10:14:07 www -- MARK --
Aug 28 10:16:01 www kernel: [124931.139171] php[29406]: segfault at 
7f16486c4f30 ip 7f16486c4f30 sp 7f16467cc0f8 error 14 in 
librt-2.9.so[7f164da68000+7000]

These are most likely triggered by some of my cron jobs which are php
scripts, but it seems completely random.  Sometime the script will
complete without segfaulting, other times it will fault.

I've never had these segfaults on the Centos 5.3 machine I migrated
from.

Here is an example of how to reproduce:

?php

$a = 2;
$b = 1;

$c = $a ^ $b;

var_dump($c);
?

Run this script on the command line, and once out of about 30 times it
will segfault.

Here is a link to someone else who had the same problem a few months ago
but found no solution:

http://osdir.com/ml/ubuntu-users/2009-06/msg02580.html

Some details:
r...@www:~# lsb_release -rd
Description:Ubuntu 9.04
Release:9.04

r...@www:~# uname -a
Linux www.servername.com 2.6.28-15-server #49-Ubuntu SMP Tue Aug 18 20:09:37 
UTC 2009 x86_64 GNU/Linux

r...@www:~# apt-cache policy php5-cli
php5-cli:
  Installed: 5.2.6.dfsg.1-3ubuntu4.2
  Candidate: 5.2.6.dfsg.1-3ubuntu4.2
  Version table:
 *** 5.2.6.dfsg.1-3ubuntu4.2 0
500 http://za.archive.ubuntu.com jaunty-updates/main Packages
500 http://security.ubuntu.com jaunty-security/main Packages
100 /var/lib/dpkg/status
 5.2.6.dfsg.1-3ubuntu4 0
500 http://za.archive.ubuntu.com jaunty/main Packages


r...@www:~# php -m:

[PHP Modules] 
bcmath
bz2   
calendar  
ctype 
curl  
date  
dba   
dom   
exif  
filter
ftp   
gd
gettext   
gmp   
hash  
iconv 
imagick   
json  
libxml
mbstring  
mime_magic
mssql 
mysql 
mysqli
ncurses   
openssl   
pcntl 
pcre
PDO
pdo_dblib
pdo_mysql
pdo_pgsql
pgsql
posix
pspell
readline
Reflection
session
shmop
SimpleXML
soap
sockets
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
xmlreader
xmlrpc
xmlwriter
zip
zlib

[Zend Modules]


Hope this is enough information,

Thanks,
Pieter

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

-- 
php 5.2.6 'random' segfault
https://bugs.launchpad.net/bugs/420389
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 5608] Re: SWAT expects to authenticate as root

2008-09-14 Thread Ane-Pieter Wieringa
The workaround is very simple. Just change the rights of the smb.conf file. The 
group should be adm and the rights for the group should be set to rw. In 
commands:
sudo chgrp adm /etc/samba/smb.conf
sudo chmod g+w /etc/samba/smb.conf
Then it works for me.

And yes, IMHO it is a bug in the swat package.

-- 
SWAT expects to authenticate as root
https://bugs.launchpad.net/bugs/5608
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

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