[Bug 194140] Re: Dependency cycle prevents upgrade of libsasl2-2

2008-09-16 Thread Neal Bussett
The workaround in the previous comment has a typo, it should be this instead:
sudo dpkg -i /var/cache/apt/archives/libsasl2*

-- 
Dependency cycle prevents upgrade of libsasl2-2
https://bugs.launchpad.net/bugs/194140
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 in ubuntu.

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


[Bug 262251] Re: phpize: configure:8184: error: possibly undefined macro: _LT_SET_OPTIONS

2008-09-16 Thread Bogdan Gribincea
This patch worked for me 
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/php4-libtool.patch?r1=1.4r2=1.5f=u
Except i used absolute path instead of ./build

It seems that libtool.m4 from the old libtool version was split into several 
files: libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4
I think it also works if you temporarily cat lt~obsolete.m4 ltoptions.m4 
ltsugar.m4 ltversion.m4 into libtool.m4

-- 
phpize: configure:8184: error: possibly undefined macro: _LT_SET_OPTIONS
https://bugs.launchpad.net/bugs/262251
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 269954] Re: ssh -X breaks Xauthority on NFS mounted home dir

2008-09-16 Thread Ari Mujunen
I'm also running 8.04.1 with linux-image-2.6.24-19-generic
(2.6.24-19.41) and I can confirm this problem.

By running 'while true; do date; ls -il .Xauthority ; sleep 1; done' on
both my Ubuntu client and Debian etch NFS server (running
2.6.18-6-amd64) I can see that doing a 'ssh -X third-machine' indeed
replaces the ~/.Xauthority file in my home directory: the inode number
changes on the server but not on my Ubuntu desktop.

With the 'defaults' mount options in my /etc/fstab, my desktop continues
to show old ~/.Xauthority inode number and stat() data for 60 seconds,
then 'ls -l' starts returning 'ls: cannot access .Xauthority: Stale NFS
file handle'.  A command line 'stat .Xauthority' returns the same error.
Doing any of 'ls .', 'cat .Xauthority /dev/null', 'touch .Xauthority'
will immediately cure this, letting 'ls -l .Xauthority' show the correct
and updated info, the same as in the NFS server.

With the 'noac' mount option in my /etc/fstab the behavior is otherwise
the same as in the above, but the 60 second timeout disappears and 'stat
.Xauthority' starts to return 'Stale NFS file handle' immediately after
'ssh -X third-machine' has replaced the file at 'third-machine' and the
NFS server.

With the 'sync' mount option in /etc/fstab the behavior is just like in
the case of 'defaults' mount option.

I find it quite likely that this has actually nothing to do with the way
OpenSSH does the updating of '.Xauthority' file (i.e. many other
applications revise files by replacing them with a new version) but the
way '~/.Xauthority' is apparently often used, by just 'stat()'ting it,
leads to exposure of this problem.  It looks to me more like a kernel
NFS client problem.

I'm a bit puzzled why 'lstat64(.Xauthority, ...)' would fail with
stale NFS handle whereas a 'open(.Xauthority, ...)' will work just
fine---why the former gets out-of-date directory info and the latter
gets the correct, updated one?

-- 
ssh -X breaks Xauthority on NFS mounted home dir
https://bugs.launchpad.net/bugs/269954
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 262264] Re: Fails to join a domain: Unknown pam configuration

2008-09-16 Thread Steve Langasek
Sorry, I ended up down a rat hole debugging a pam-auth-update bug on my
system when trying to work on a patch for this.  Please find attached a
patch which should switch likewise-open over to using pam-auth-update
exclusively on Ubuntu.  Unfortunately there's no way to automatically
enable/disable a module in the PAM config via pam-auth-update, so
instead we ship the module in a configuration that can be non-
disruptively enabled by default.  If there's a reason that this isn't
acceptable, let me know and I'll try to find a different approach (have
libdomainjoin invoke pam-auth-update itself for interactive
configuration?)

** Attachment added: debdiff to make likewise-open use pam-auth-update
   http://launchpadlibrarian.net/17638385/likewise-open-262264.debdiff

-- 
Fails to join a domain: Unknown pam configuration
https://bugs.launchpad.net/bugs/262264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 262264] Re: Fails to join a domain: Unknown pam configuration

2008-09-16 Thread Steve Langasek
the previous patch fails to DTRT on package removal; updated patch
attached.

** Attachment added: debdiff to make likewise-open use pam-auth-update
   http://launchpadlibrarian.net/17639022/likewise-open-262264.debdiff

** Attachment removed: debdiff to make likewise-open use pam-auth-
update

   http://launchpadlibrarian.net/17638385/likewise-open-262264.debdiff

-- 
Fails to join a domain: Unknown pam configuration
https://bugs.launchpad.net/bugs/262264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 222224] Re: likewise-open: blows up session when joining the domain

2008-09-16 Thread Steve Langasek
I can confirm this bug here.

** Changed in: likewise-open (Ubuntu)
   Status: New = Confirmed

-- 
likewise-open: blows up session when joining the domain
https://bugs.launchpad.net/bugs/24
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 262264] Re: Fails to join a domain: Unknown pam configuration

2008-09-16 Thread Thierry Carrez
pam-auth-update.diff makes it segfault at domain join/leave, I'm trying
to disable the pam module in domainjoin more completely, stay tuned

** Changed in: likewise-open (Ubuntu Intrepid)
 Assignee: (unassigned) = Thierry Carrez (tcarrez)
   Status: Triaged = In Progress

-- 
Fails to join a domain: Unknown pam configuration
https://bugs.launchpad.net/bugs/262264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 269954] Re: ssh -X breaks Xauthority on NFS mounted home dir

2008-09-16 Thread Ari Mujunen
Further testing with various kernel versions seem to confirm this bug to
be specific to NFS clients running a 2.6.24 kernel.

** Changed in: linux (Ubuntu)
Sourcepackagename: openssh = linux
   Status: New = Confirmed

-- 
ssh -X breaks Xauthority on NFS mounted home dir
https://bugs.launchpad.net/bugs/269954
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 264982] Re: Segfault in Samba

2008-09-16 Thread Geoff King
Further similar segfaults today:

The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for PID 15280 (/usr/sbin/smbd).

This means there was a problem with the program, such as a segfault.
Below is a backtrace for this process generated with gdb, which shows
the state of the program at the time the error occurred.  The Samba log
files may contain additional information about the problem.

If the problem persists, you are encouraged to first install the
samba-dbg package, which contains the debugging symbols for the Samba
binaries.  Then submit the provided information as a bug report to
Ubuntu by visiting this link:
https://launchpad.net/ubuntu/+source/samba/+filebug

[Thread debugging using libthread_db enabled]
[New Thread 0x7f1651085700 (LWP 15280)]
0x7f164e2854a5 in waitpid () from /lib/libc.so.6
#0  0x7f164e2854a5 in waitpid () from /lib/libc.so.6
#1  0x7f164e226461 in ?? () from /lib/libc.so.6
#2  0x00613c3b in smb_panic (why=value optimized out)
at lib/util.c:1639
#3  0x00618cb1 in assert_uid (ruid=11208, euid=11208)
at lib/util_sec.c:102
#4  0x0061b86b in message_notify (procid=value optimized out)
at lib/messages.c:196
#5  0x0061bb7b in message_send_pid_internal (
pid=value optimized out, msg_type=value optimized out, buf=0xb11960,
len=64, duplicates_allowed=1, timeout=0) at lib/messages.c:365
#6  0x0061bf90 in messaging_send (msg=value optimized out, server=
{id = {pid = 15529}}, msg_type=1493783324, data=value optimized out)
at lib/messages.c:845
#7  0x0064a0a1 in notify_trigger (notify=0xaccea0, action=5, filter=1,
path=0xb14a30 /home/year10/Lisa-MarieSmith/unit 5 dtp  I.T/~WRL0002.tmp)
at smbd/notify_internal.c:567
#8  0x00648400 in notify_fname (conn=0xb0e120, action=5, filter=1,
path=value optimized out) at smbd/notify.c:357
#9  0x0048f3ba in rename_internals (conn=0xb0e120,
name=value optimized out,
newname=0x7fff59097070 Lisa-MarieSmith/unit 5 dtp  I.T/~WRL0002.tmp,
attrs=value optimized out, replace_if_exists=0,
src_has_wild=value optimized out, dest_has_wild=0) at smbd/reply.c:4399
#10 0x00496699 in reply_mv (conn=0xb0e120, inbuf=0xacd830 ,
outbuf=0xaedc80 , dum_size=value optimized out,
dum_buffsize=value optimized out) at smbd/reply.c:4846
#11 0x004c879e in switch_message (type=7, inbuf=0xacd830 ,
outbuf=0xaedc80 , size=252, bufsize=131072) at smbd/process.c:1004
#12 0x004c9b92 in smbd_process () at smbd/process.c:1031
#13 0x006c5f5d in main (argc=value optimized out,
argv=0x7fff59097e68) at smbd/server.c:1120
The program is running.  Quit anyway (and detach it)? (y or n) [answered Y; 
input not from terminal]

The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for PID 15541 (/usr/sbin/smbd).

This means there was a problem with the program, such as a segfault.
Below is a backtrace for this process generated with gdb, which shows
the state of the program at the time the error occurred.  The Samba log
files may contain additional information about the problem.

If the problem persists, you are encouraged to first install the
samba-dbg package, which contains the debugging symbols for the Samba
binaries.  Then submit the provided information as a bug report to
Ubuntu by visiting this link:
https://launchpad.net/ubuntu/+source/samba/+filebug

[Thread debugging using libthread_db enabled]
[New Thread 0x7f1651085700 (LWP 15541)]
0x7f164e2854a5 in waitpid () from /lib/libc.so.6
#0  0x7f164e2854a5 in waitpid () from /lib/libc.so.6
#1  0x7f164e226461 in ?? () from /lib/libc.so.6
#2  0x00613c3b in smb_panic (why=value optimized out)
at lib/util.c:1639
#3  0x00618cb1 in assert_uid (ruid=11208, euid=11208)
at lib/util_sec.c:102
#4  0x0061b86b in message_notify (procid=value optimized out)
at lib/messages.c:196
#5  0x0061bb7b in message_send_pid_internal (
pid=value optimized out, msg_type=value optimized out, buf=0xaadf80,
len=72, duplicates_allowed=1, timeout=0) at lib/messages.c:365
#6  0x0061bf90 in messaging_send (msg=value optimized out, server=
{id = {pid = 15542}}, msg_type=1493783324, data=value optimized out)
at lib/messages.c:845
#7  0x0064a0a1 in notify_trigger (notify=0xac2080, action=3,
filter=68,
path=0xa76100 /home/year10/Lisa-MarieSmith/unit 5 dtp  
I.T/A01_Research_example.doc) at smbd/notify_internal.c:567
#8  0x00648400 in notify_fname (conn=0xac92a0, action=3, filter=68,
path=value optimized out) at smbd/notify.c:357
#9  0x0048f415 in rename_internals (conn=0xac92a0,
name=value optimized out,
newname=0x7fff59097070 Lisa-MarieSmith/unit 5 dtp  
I.T/A01_Research_example.doc, attrs=value optimized out, replace_if_exists=0,
src_has_wild=value optimized out, dest_has_wild=0) at smbd/reply.c:4412
#10 0x00496699 in 

[Bug 262264] Re: Fails to join a domain: Unknown pam configuration

2008-09-16 Thread Thierry Carrez
Proposed update
Includes the libwbclient0 fix and a slightly modified pam-auth-update.diff 
patch.

likewise-open (4.1.0.2956-0ubuntu2) intrepid; urgency=low

  [ Steve Langasek ]
  * debian/likewise-open.{pam-auth-update,prerm,postinst,install}: port
likewise-open PAM handling to pam-auth-update.
  * debian/control: depend on libpam-runtime (= 1.0.1-4ubuntu1) for the
above.
  * debian/patches/pam-auth-update.diff: disable the code in
libdomainjoin to edit pam.d directly, since this should now be
addressed at the package level.

  [ Thierry Carrez ]
  * debian/rules, debian/likewise-open.install: Revert to using a specific
libwbclient0 in /usr/lib/likewise-open because upstream says it is
compatible but not equivalent to the one provided by Samba.
  * debian/patches/pam-auth-update.diff: disable the pam domainjoin module
completely in djmodule.c rather than working around it in djpamconf.c
(fixes LP: #262264)

 -- Thierry Carrez [EMAIL PROTECTED]  Tue, 16 Sep 2008
13:36:43 +0200

** Attachment added: likewise-open_4.1.0.2956-0ubuntu2.debdiff
   
http://launchpadlibrarian.net/17642246/likewise-open_4.1.0.2956-0ubuntu2.debdiff

-- 
Fails to join a domain: Unknown pam configuration
https://bugs.launchpad.net/bugs/262264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 270899] [NEW] apache doesn't come back up after weekly logrotate restart

2008-09-16 Thread James Troup
Public bug reported:

Binary package hint: apache2

We have a recurring problem with the weekly logrotation restart of
apache not coming back on busy web servers.  It doesn't happen every
week, but it's no fun when it does because it means someone gets calls
early on a Sunday morning.

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

-- 
apache doesn't come back up after weekly logrotate restart
https://bugs.launchpad.net/bugs/270899
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 270899] Re: apache doesn't come back up after weekly logrotate restart

2008-09-16 Thread andylockran
Please can you provide the versions of logrotate, apache, and ubuntu you
are using please.  As well as kernel version.

Do you have any steps you can take to reproduce this action?

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

-- 
apache doesn't come back up after weekly logrotate restart
https://bugs.launchpad.net/bugs/270899
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 270899] Re: /etc/init.d/apache2 restart fails on busy webservers

2008-09-16 Thread James Troup
andylockran [EMAIL PROTECTED] writes:

 Please can you provide the versions of logrotate, apache, and ubuntu you
 are using please.  As well as kernel version.

Well, Hardy, so:

apache2-mpm-worker  2.2.8-1ubuntu0.3
logrotate   3.7.1-3
Kernel  2.6.24-19-server

 Do you have any steps you can take to reproduce this action?

Actually, sorry, I've just noticed that the default logrotate file
uses 'reload' rather than 'restart', which is great but I still think
'restart' should work better for a busy server.  The fundamental
problem seems to be that it tries to shut down gracefully, but that
takes too long for a busy server.  Rather than then shutting down hard
(e.g. kill -9), it just gives up, and immediately tries to start again
(which of course fails).

Anyway, to reproduce: run a very busy webserver and run
'/etc/init.d/apache2 restart'.

-- 
James

** Summary changed:

- apache doesn't come back up after weekly logrotate restart
+ /etc/init.d/apache2 restart fails on busy webservers

-- 
/etc/init.d/apache2 restart fails on busy webservers
https://bugs.launchpad.net/bugs/270899
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 270961] [NEW] snmpd isn't stopped before postinst tries to start it

2008-09-16 Thread Rob Schmidt
Public bug reported:

Binary package hint: snmpd

Sorry if this was already reported but snmpd upgrade failed in intrepid
(development branch)

The postinst script tried to start snmpd but it was already started.

When I looked at the scripts it seems to be missing a snmpd stop in
preinst (there is one in prerm, but that doesn't seem to have an effect
on upgrade).

Anyway, I haven't played too much with dpkg package management, but it
seems like it should be in preinst since it is in packages like apache2
-mpm-prefork and postfix.

[EMAIL PROTECTED]:/var/lib/dpkg/info# apt-cache policy snmpd
snmpd:
  Installed: 5.4.1~dfsg-7.1ubuntu5
  Candidate: 5.4.1~dfsg-7.1ubuntu5
  Version table:
 *** 5.4.1~dfsg-7.1ubuntu5 0
500 http://archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: New

-- 
snmpd isn't stopped before postinst tries to start it
https://bugs.launchpad.net/bugs/270961
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.

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


[Bug 89364] Re: Apache2 default site contains only the words It works!

2008-09-16 Thread Alec Wright
My idea for it works page replacement:
The replacement page should have the ubuntu theme and should say something 
along the lines of congratulations, your apache2 web server is working! for 
more information and help visit (link to somewhere on help.ubuntu.com). If you 
want to remove this page, simply delete the files: (list here) in your web 
directory

-- 
Apache2 default site contains only the words It works!
https://bugs.launchpad.net/bugs/89364
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 270512] Re: openssh-client could suggest xauth rather than recommend it

2008-09-16 Thread Andreas Moog
** Changed in: openssh (Ubuntu)
   Importance: Undecided = Low
   Status: New = Confirmed

** Tags added: packaging

-- 
openssh-client could suggest xauth rather than recommend it
https://bugs.launchpad.net/bugs/270512
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 269627] Re: force group breaks share

2008-09-16 Thread Jacob Smith
Found syntactical error:
force group = +group-name should be 
force group = group-name
No problem any longer.  I hope that no one had spent much time as of yet. 

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

-- 
force group breaks share
https://bugs.launchpad.net/bugs/269627
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 235653] Re: [SRU] ACL covering all IPv4 addresses is broken in 2.2.1

2008-09-16 Thread Steve Langasek
On Wed, Aug 27, 2008 at 12:37:20AM -, Charles Lepple wrote:
  Well, most sysadmins that I know, including the sysadmin that is  
  me :),
  prefer security in depth and don't want an either-or choice between
  application-level and system-level ACLs.

 Understood, but at the very least, application-level ACLs are  
 probably better handled by something like libwrap, with a common  
 syntax, and a more thoroughly-inspected codebase. We don't want to  
 lull users into thinking that the NUT ACLs are a complete replacement  
 for firewall rules.

Well, that's fine (though I think any user who concludes that an
application-level ACL implementation is a complete replacement for firewall
rules has really not been paying attention); but I don't think philosophical
points about whether the ACL feature should be used are a very strong
justification for a stable release update.

  That's not a meaningful solution for users who want to allow remote  
  access from certain addresses and only have one interface.

 This is starting to stray from the original issue in this bug  
 regarding 2.2.1. I don't want to misrepresent the intentions of the  
 rest of the NUT team - do you mind if I quote this message and some  
 history on the NUT developer list, and CC you?

Yes, that's fine.

On Tue, Sep 02, 2008 at 01:14:11PM -, Arnaud Quette wrote:

 about the NUT ACL removal, the idea is simply that it's better managed
 by a central system like the firewall, which offers more features in a
 central point.

That is contrary to the best practices security model relied upon by nearly
all network servers.  I don't think that's an improvement, really; but
that's fairly off-topic for this bug report.

Anyway, based on the evidence I stand by the conclusion that the impact of
this bug is not severe enough to warrant an SRU; I'm rejecting the upload
from the queue now.

** Changed in: nut (Ubuntu Hardy)
   Status: New = Won't Fix

-- 
[SRU] ACL covering all IPv4 addresses is broken in 2.2.1
https://bugs.launchpad.net/bugs/235653
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 222224] Re: likewise-open: blows up session when joining the domain

2008-09-16 Thread Steve Langasek
oh, well, I found a pretty clear explanation for why this happens.  In
domainjoin/scripts/ConfigureLogin:

GracefulDbusRestart()
{
[...]
/etc/init.d/dbus restart
[...]
}

We probably shouldn't do that, considering the dbus package itself
doesn't even do this on upgrades.  Here's what the dbus package does
instead:

if [ -e /var/run/dbus/pid ]  
  ps --no-heading -p $(cat /var/run/dbus/pid)  /dev/null; then
# trigger an update notification which recommends to reboot
[ -x /usr/share/update-notifier/notify-reboot-required ]  \
/usr/share/update-notifier/notify-reboot-required || true
invoke-rc.d dbus reload || true
exit 0
fi


** Changed in: likewise-open (Ubuntu)
   Importance: Undecided = High

-- 
likewise-open: blows up session when joining the domain
https://bugs.launchpad.net/bugs/24
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 262264] Re: Fails to join a domain: Unknown pam configuration

2008-09-16 Thread Launchpad Bug Tracker
This bug was fixed in the package likewise-open - 4.1.0.2956-0ubuntu2

---
likewise-open (4.1.0.2956-0ubuntu2) intrepid; urgency=low

  [ Steve Langasek ]
  * debian/likewise-open.{pam-auth-update,prerm,postinst,install}: port
likewise-open PAM handling to pam-auth-update.
  * debian/control: depend on libpam-runtime (= 1.0.1-4ubuntu1) for the
above.
  * debian/patches/pam-auth-update.diff: disable the code in
libdomainjoin to edit pam.d directly, since this should now be
addressed at the package level.
  * debian/rules: fix the clean target to call distclean in the
centutils and domainjoin, to avoid cruft in the diff after a
build/clean cycle.

  [ Thierry Carrez ]
  * debian/rules, debian/likewise-open.install: Revert to using a specific
libwbclient0 in /usr/lib/likewise-open because upstream says it is
compatible but not equivalent to the one provided by Samba.
  * debian/patches/pam-auth-update.diff: disable the pam domainjoin module
completely in djmodule.c rather than working around it in djpamconf.c
(fixes LP: #262264)

 -- Thierry Carrez [EMAIL PROTECTED]   Tue, 16 Sep 2008
13:36:43 +0200

** Changed in: likewise-open (Ubuntu Intrepid)
   Status: In Progress = Fix Released

-- 
Fails to join a domain: Unknown pam configuration
https://bugs.launchpad.net/bugs/262264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 267701] Re: php5 session files purge cron job not working outside /var/lib/php5

2008-09-16 Thread Mathias Gug
As pointed out in the php.ini file:

; This is disabled in the Debian packages, due to the strict permissions
; on /var/lib/php5.  Instead of setting this here, see the cronjob at
; /etc/cron.d/php5, which uses the session.gc_maxlifetime setting below.
; php scripts using their own session.save_path should make sure garbage
; collection is enabled by setting session.gc_probability
;session.gc_probability = 0

/var/lib/php5 is the default and supported path to store php session. We
can't try to support every path that a php application can store
sessions in.

** Changed in: php5 (Ubuntu)
   Status: Incomplete = Won't Fix

** Bug watch added: Debian Bug tracker #388808
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=388808

** Also affects: php5 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=388808
   Importance: Unknown
   Status: Unknown

-- 
php5 session files purge cron job not working outside /var/lib/php5
https://bugs.launchpad.net/bugs/267701
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 267701] Re: php5 session files purge cron job not working outside /var/lib/php5

2008-09-16 Thread Bug Watch Updater
** Changed in: php5 (Debian)
   Status: Unknown = Fix Released

-- 
php5 session files purge cron job not working outside /var/lib/php5
https://bugs.launchpad.net/bugs/267701
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 175892] Re: php5 5.1.2-1ubuntu3.10 breaks session handling

2008-09-16 Thread Mathias Gug
Marking invalid as this bug is unable to be reproduced. Reopen if you
can provide a reliable way to trigger this issue.

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

-- 
php5 5.1.2-1ubuntu3.10 breaks session handling
https://bugs.launchpad.net/bugs/175892
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 198103] Re: php5-5.2.1-0ubuntu1.5 session handling segfaults

2008-09-16 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. We were wondering is this still an issue
for you? Can you try with latest Ubuntu release? Thanks in advance.

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

-- 
php5-5.2.1-0ubuntu1.5 session handling segfaults
https://bugs.launchpad.net/bugs/198103
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 236867] Re: [php5][CVE-2007-2727] - same initialization vector might allow context-depented attacker to decrypt data easily

2008-09-16 Thread Mathias Gug
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2007-2727

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

** Changed in: php5 (Ubuntu)
   Importance: Undecided = Low

-- 
[php5][CVE-2007-2727] - same initialization vector might allow context-depented 
attacker to decrypt data easily
https://bugs.launchpad.net/bugs/236867
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