[Bug 232550] Re: Connect to Server... does not mount Windows Share

2008-07-08 Thread Pedro Villavicencio
*** This bug is a duplicate of bug 209520 ***
https://bugs.launchpad.net/bugs/209520

** This bug has been marked a duplicate of bug 209520
   SMB error: Unable to mount location when server configured with 
security=share

-- 
Connect to Server... does not mount Windows Share
https://bugs.launchpad.net/bugs/232550
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu (via bug 209520).

-- 
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 246322] Re: nis package must provide DHCP client scripts

2008-07-08 Thread Mark Brown
** Changed in: nis (Ubuntu)
   Status: New = Confirmed

** Also affects: dhcp3 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
nis package must provide DHCP client scripts
https://bugs.launchpad.net/bugs/246322
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 246558] [NEW] ssh's init script should generate host keys if they're missing

2008-07-08 Thread Soren Hansen
Public bug reported:

I imagine it's useful for other use cases as well, but for me at least
it would be very helpful if openssh-server were to generate new host
keys none are to be found during boot. This makes it a no-brainer to
distribute a virtual appliance without compromising security by sharing
host keys on every single instance of them.

I'll attach a patch shortly.

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

-- 
ssh's init script should generate host keys if they're missing
https://bugs.launchpad.net/bugs/246558
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 246578] Re: using net ads join with -S breaks if given the long domain name

2008-07-08 Thread gavinmc

** Attachment added: the output of the success with full debug
   http://launchpadlibrarian.net/15889439/net%20ads%20join%20succeeds.txt

-- 
using net ads join with -S breaks if given the long domain name 
https://bugs.launchpad.net/bugs/246578
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 246578] [NEW] using net ads join with -S breaks if given the long domain name

2008-07-08 Thread gavinmc
Public bug reported:

Binary package hint: samba

We have a windows 2003 server running active directory.  Trying to join
an up-to-date Ubuntu Hardy server to the domain would not work if we
passed -S staff.gcd.ie but would work if we passed -S CENTRALADMIN
(the old NT4 DOMAIN name) and if we dropped the -S entirely.  It should
surely work in the first case?

So, this fails (I've obscured the domain admin username):

[EMAIL PROTECTED]:~$ sudo net ads join -S STAFF.GCD.IE -U OURADMIN
OURADMIN's password:

Failed to join domain: Duplicate name on network  

but this works:

[EMAIL PROTECTED]:~$ sudo net ads join -S CENTRALADMIN -U OURADMIN
OURADMIN's password:
Using short domain name -- CENTRALADMIN
Joined 'CRAIC' to realm 'STAFF.GCD.IE'

[EMAIL PROTECTED]:~$ sudo net ads leave -S CENTRALADMIN -U OURADMIN
OURADMIN's password:
Deleted account for 'CRAIC' in realm 'STAFF.GCD.IE'

and this works:

[EMAIL PROTECTED]:~$ sudo net ads join -U OURADMIN
OURADMIN's password:
Using short domain name -- CENTRALADMIN
Joined 'CRAIC' to realm 'STAFF.GCD.IE'

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

-- 
using net ads join with -S breaks if given the long domain name 
https://bugs.launchpad.net/bugs/246578
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 246322] Re: nis package must provide DHCP client scripts

2008-07-08 Thread Paul Smith
After I filed this I realized there was no facility for updating
dhclient.conf via dpkg scripting, so I also filed bug #246343 to have
these fields added to the dhclient.conf request line by default.  It
won't hurt anything to have them requested there: if they're not
available from the server then there's no problem; if they are available
and the nis package is not installed (which it is not by default!) then
no difference.

As for extra complications, I don't know that I agree.  The NTP package,
for example, doesn't require extra setup to turn on this feature.  The
scripts are added to the dhclient exit hooks on package install without
any confirmation from the user.  We don't ask them whether they'd like
to allow their DNS servers to be overridden or not.  Like NTP, NIS is
not installed by default: the user must explicitly install it.  I
honestly can't think of any reason why someone would NOT want to use the
nis-domain and nis-server settings that are provided to them from their
DHCP server.  The only time a DHCP server would be configured to provide
that information, after all, was if the admin knew it was needed.  NIS
is NOT something you find in your everyday internet cafe etc.

I can see why this might be problematic based on the fact that it's
potentially a change in behavior, but that's what Intrepid is for right?
Many, many other behaviors are changed without warning on every release
if Ubuntu.  My opinion is that the default on package install should be
to automatically accept DHCP settings, and if users want to disable this
they can either (a) edit dhclient.conf and turn off the request entry,
or (b) there can be some other facility via /etc/defaults or whatever
that the NIS dhclient exit hooks look at to disable it.  Note that the
hook script would of course be written to preserve the existing
/etc/yp.conf file (traditionally it would be renamed to
/etc/yp.conf.dhcp) when obtaining a lease and put it back when releasing
the lease, so we only override explicit user settings for the duration
of the DHCP client connection, then they are put back.

I'll point out that the enabled by default behavior is how other
distros do this.

-- 
nis package must provide DHCP client scripts
https://bugs.launchpad.net/bugs/246322
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 242869] Re: dnsmasq's dhcp blocked to clients by firestarter

2008-07-08 Thread ubun2-fan
... maybe it's not a bug, but it might be handy to fix this by the
install script of dnsmasq if firestarter is detected.

** Description changed:

  Binary package hint: firestarter
  
  server: hardy, clients hardy.
  In a situation where firestarter  is sharing the internet connection and act 
as a firewall, dnsmasq's dhcp server can not be reached by clients. Shutting 
down firestarter, all works fine, except the sharing of internet. Enable 
firstarter again, no dhcp.
  
  The iptables rules decide that all destination traffic to
  255.255.255.255 from source 0.0.0.0 (unknown) (even if the port is
  67-68) will be dropped. (so no new dhcp requests)
  
  The workaround was to add the following line to /etc/firestarter/user-
  pre to explicitly allow the DHCP broadcasts early in the INPUT table:
  
  $IPT -A INPUT -i $INIF -p udp -s 0.0.0.0 –sport 68 -d 255.255.255.255 –dport 
67 -j ACCEPT 
  (thanks Andrew)
  
  But i think firestarter should solve this. All new dhcp  resolving is
  done by sending packets to 255.255.255.255 from source 0.0.0.0.
  
+ ... maybe it's not a bug, but it might be handy to fix this by the
+ install script of dnsmasq if firestarter is detected.
+ 
  I hope this helps.
  
  Regards. ... ow.. and keep up the good work ;)

** Description changed:

  Binary package hint: firestarter
  
  server: hardy, clients hardy.
  In a situation where firestarter  is sharing the internet connection and act 
as a firewall, dnsmasq's dhcp server can not be reached by clients. Shutting 
down firestarter, all works fine, except the sharing of internet. Enable 
firstarter again, no dhcp.
  
  The iptables rules decide that all destination traffic to
  255.255.255.255 from source 0.0.0.0 (unknown) (even if the port is
  67-68) will be dropped. (so no new dhcp requests)
  
  The workaround was to add the following line to /etc/firestarter/user-
  pre to explicitly allow the DHCP broadcasts early in the INPUT table:
  
  $IPT -A INPUT -i $INIF -p udp -s 0.0.0.0 –sport 68 -d 255.255.255.255 –dport 
67 -j ACCEPT 
  (thanks Andrew)
  
  But i think firestarter should solve this. All new dhcp  resolving is
  done by sending packets to 255.255.255.255 from source 0.0.0.0.
  
- ... maybe it's not a bug, but it might be handy to fix this by the
- install script of dnsmasq if firestarter is detected.
  
  I hope this helps.
  
  Regards. ... ow.. and keep up the good work ;)

-- 
dnsmasq's dhcp blocked to clients by firestarter
https://bugs.launchpad.net/bugs/242869
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq 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 242325] Re: [SRU] Samba with ldap passwd sync = only fails to change passwords

2008-07-08 Thread Brian Murray
** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=4901
   Importance: Unknown
   Status: Unknown

-- 
[SRU] Samba with ldap passwd sync = only fails to change passwords
https://bugs.launchpad.net/bugs/242325
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 246664] [NEW] during winbind upgrade running desktop is harmed

2008-07-08 Thread Jerome Haltom
Public bug reported:

Binary package hint: samba

When using Winbind to provide user NSS information, restarting Winbind
for any long period can cause Very Bad Things. The current desktop
session will for instance not be able to find $HOME, nor even it's own
user name. Applications break. Browsers won't open. Various things
crash. This is pretty expected. NSS information is important.

During a distro upgrade that involves Winbind, Winbind is usually
stopped fairly early in the process, only to be started again near the
end. This is not unlike most daemons. Except, in Winbinds case, it is
fairly disasterous. Programs the user has open during the upgrade can
crash unexpectadly. New programs won't open. This usually solves itself
when Winbind comes back up, but the time period that it is down varies
greatly depending on the size of the upgrade the user is running. It is
very non-professional to have the desktop start randomlly failing during
an upgrade. Also it's annoying.

In addition to this, there is the chance that some package in the
upgrade will fail. Maybe a package which is completely unrelated to
Winbind. This might cause dpkg to stop processing packages and go into a
failed state. Not a big deal usually except in this case  the user's
desktop is broken! This should be prevented against as much as possible.

I propose that Winbind be handled a bit more gingerly. Perhaps it not be
stopped during the upgrade process, and only quickly restarted in the
postinst or even as a trigger, after all processing has completed. A
check that the syntax of smb.conf is correct before doing the restart
would be nice as well. The replacement of files during the upgrade
itself should not harm the running Winbind. If it does, that should be
addressable pretty easily.

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

-- 
during winbind upgrade running desktop is harmed
https://bugs.launchpad.net/bugs/246664
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 245493] Re: sharing a folder reports permission issues in Hardy Heron (32 bit)

2008-07-08 Thread Chuck Short
Ill have a look at this for intrepid. Thanks for the bug report.

Regards
chuck

** Changed in: samba (Ubuntu)
   Importance: Undecided = Wishlist
   Status: New = Confirmed

-- 
sharing a folder reports permission issues in Hardy Heron (32 bit)
https://bugs.launchpad.net/bugs/245493
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 200614] Re: segfault and warnings from net-snmp 5.4.x

2008-07-08 Thread Marlon Dutra
I've found the origin of the problem.

It happens when I have more than one network interface with the same IP
address. I got that problem in a server where I have proxy arp between
two interfaces, and in one of them I had the same IP address, although
with a 32-bit netmask. Since it's not mandatory to have IP address set
in both interfaces for proxy arp, I just kept it in one of them. Snmpd
works well now.

But I guess VPN servers that use multiple interfaces with the same IP
address will face problem. I haven't tested it this way though.

-- 
segfault and warnings from net-snmp 5.4.x
https://bugs.launchpad.net/bugs/200614
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 203169] Re: status function for init scripts

2008-07-08 Thread Dustin Kirkland
Patch attached for cron.  Please review and apply.

:-Dustin

** Attachment added: cron.status.debdiff
   http://launchpadlibrarian.net/15894470/cron.status.debdiff

** Changed in: cron (Ubuntu)
   Importance: Undecided = Wishlist
 Assignee: (unassigned) = Dustin Kirkland (kirkland)
   Status: New = In Progress
   Target: None = ubuntu-8.10-beta

-- 
status function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 246702] [NEW] [CVE-2008-1447] Randomize DNS query source ports to prevent cache poisoning

2008-07-08 Thread Alexander Konovalenko
*** This bug is a security vulnerability ***

Public security bug reported:

Binary package hint: bind9

Debian issued three security advisories related to the possibility of
DNS cache poisoning in Bind 9 (DSA-1603), Bind 8 (DSA-1604) and the libc
stub resolver (DSA-1605).

Here is the description of the problem with Bind 9 from DSA-1603-1:

Dan Kaminsky discovered that properties inherent to the DNS protocol
lead to practical DNS cache poisoning attacks.  Among other things,
successful attacks can lead to misdirected web traffic and email
rerouting.

This update changes Debian's BIND 9 packages to implement the
recommended countermeasure: UDP query source port randomization.  This
change increases the size of the space from which an attacker has to
guess values in a backwards-compatible fashion and makes successful
attacks significantly more difficult.

[...]

Other caching resolvers distributed by Debian (PowerDNS, MaraDNS,
Unbound) already employ source port randomization, and no updated
packages are needed.  BIND 9.5 up to and including version
1:9.5.0.dfsg-4 only implements a weak form of source port
randomization and needs to be updated as well.  For information on
BIND 8, see DSA-1604-1, and for the status of the libc stub resolver,
see DSA-1605-1.

As described in DSA-1605-1, glibc stub resolver hasn't been updated yet
and is still vulnerable. The advisory suggests to install a local Bind 9
resolver, possibly in forward-only mode, as a work-around. So this bug
in package glibc is a request to make the stub resolver randomize source
ports as well because non-technical Ubuntu users can't be expected to
configure Bind 9 on their own.

References

DSA-1603-1:
http://lists.debian.org/debian-security-announce/2008/msg00184.html
http://www.debian.org/security/2008/dsa-1603

DSA-1604-1:
http://lists.debian.org/debian-security-announce/2008/msg00185.html
http://www.debian.org/security/2008/dsa-1604

DSA-1605-1:
http://lists.debian.org/debian-security-announce/2008/msg00186.html
http://www.debian.org/security/2008/dsa-1605

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

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

** Visibility changed to: Public

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2008-1447

** Also affects: glibc (Ubuntu)
   Importance: Undecided
   Status: New

-- 
[CVE-2008-1447] Randomize DNS query source ports to prevent cache poisoning
https://bugs.launchpad.net/bugs/246702
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 246558] Re: ssh's init script should generate host keys if they're missing

2008-07-08 Thread Björn Torkelsson
Host keys are not necessarily needed when running openssh-server, i.e
when using GSSAPI/Kerberos, and it could actually be argued that it is a
bug if they were generated automatically if not found.

Please make it configurable if you want the keys to be generated and
which keys you want to be generated.

-- 
ssh's init script should generate host keys if they're missing
https://bugs.launchpad.net/bugs/246558
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


[Blueprint groupware-server] Groupware Server

2008-07-08 Thread Stuart Cianos
Blueprint changed by Stuart Cianos:

Whiteboard changed to:

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

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

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

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

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

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

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

-- 
  Groupware Server
  https://blueprints.launchpad.net/ubuntu/+spec/groupware-server

-- 
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 246702] Re: [CVE-2008-1447] Randomize DNS query source ports to prevent cache poisoning

2008-07-08 Thread Kees Cook
Thanks for the report.  Ubuntu is already in the process of publishing
fixes for these issues.  They should be visible in the archive shortly.

** Changed in: glibc (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Kees Cook (kees)
   Status: New = Confirmed

** Changed in: bind9 (Ubuntu)
   Importance: Undecided = High
 Assignee: (unassigned) = LaMont Jones (lamont)
   Status: New = Fix Committed

-- 
[CVE-2008-1447] Randomize DNS query source ports to prevent cache poisoning
https://bugs.launchpad.net/bugs/246702
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 203169] Re: status function for init scripts

2008-07-08 Thread Dustin Kirkland
All patches attached to this bug are dependent on committing the fix attached 
to LSB in Bug #246735.
 * https://bugs.edge.launchpad.net/ubuntu/+source/lsb/+bug/246735

:-Dustin

-- 
status function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 203169] Re: status function for init scripts

2008-07-08 Thread Dustin Kirkland
** Changed in: at (Ubuntu)
   Importance: Undecided = Wishlist
 Assignee: (unassigned) = Dustin Kirkland (kirkland)
   Status: New = In Progress

-- 
status function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 203169] Re: status function for init scripts

2008-07-08 Thread Dustin Kirkland
** Changed in: openssh (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)
   Status: Triaged = In Progress

-- 
status function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 203169] Re: status function for init scripts

2008-07-08 Thread Dustin Kirkland
** Changed in: samba (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)
   Status: Confirmed = In Progress

-- 
status function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 203169] Re: status function for init scripts

2008-07-08 Thread Dustin Kirkland
** Changed in: dovecot (Ubuntu)
   Importance: Undecided = Wishlist
 Assignee: (unassigned) = Dustin Kirkland (kirkland)
   Status: New = In Progress

-- 
status function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 203169] Re: status function for init scripts

2008-07-08 Thread Dustin Kirkland
With Bug #246735, fixed, I'm attaching a set of patches that adds a status 
action, and a dependency on lsb-base (= 3.2-12ubuntu2) for:
 * at
 * bind9
 * cron
 * dovecot
 * openssh
 * samba
 * sysklogd

:-Dustin

-- 
status function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 203169] Re: status function for init scripts

2008-07-08 Thread Dustin Kirkland
Patch for at

:-Dustin

** Attachment added: at.status.debdiff
   http://launchpadlibrarian.net/15898675/at.status.debdiff

-- 
status function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 203169] Re: status function for init scripts

2008-07-08 Thread Dustin Kirkland
Patch for bind9

:-Dustin

** Attachment added: bind9.status.debdiff
   http://launchpadlibrarian.net/15898677/bind9.status.debdiff

-- 
status function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 203169] Re: status function for init scripts

2008-07-08 Thread Dustin Kirkland
Patch for openssh-server

:-Dustin

** Attachment added: openssh.status.debdiff
   http://launchpadlibrarian.net/15898686/openssh.status.debdiff

-- 
status function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 203169] Re: status function for init scripts

2008-07-08 Thread Dustin Kirkland
Updated patch for bind9, per IRC with lamont.

Changelog:
  * debian/control: Do NOT add dependency on lsb = 3.2-12ubuntu2, which has the
status_of_proc() function, per LaMont, to keep from forking Debian's bind9
package; users without status_of_proc() will get a 127 exit code.
  * debian/bind9.init: Add the 'status' action (LP: #203169).

 -- Dustin Kirkland [EMAIL PROTECTED]  Tue, 08 Jul 2008 19:01:04
-0500


** Attachment added: bind9.status.debdiff
   http://launchpadlibrarian.net/15898829/bind9.status.debdiff

-- 
status function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 203169] Re: status function for init scripts

2008-07-08 Thread Dustin Kirkland
Updated patch for samba.  Remove some quotes which grossly offended
lamont.  Also, removed the unnecessary for loop.

:-Dustin

** Attachment added: samba.status.debdiff
   http://launchpadlibrarian.net/15898919/samba.status.debdiff

-- 
status function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 203169] Re: status function for init scripts

2008-07-08 Thread Dustin Kirkland
** Bug watch added: Debian Bug tracker #488275
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488275

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

-- 
status function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 203169] Re: status function for init scripts

2008-07-08 Thread Bug Watch Updater
** Changed in: samba (Debian)
   Status: Unknown = New

-- 
status function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 203169] Re: status function for init scripts

2008-07-08 Thread LaMont Jones
** Changed in: bind9 (Ubuntu)
 Assignee: (unassigned) = LaMont Jones (lamont)
   Status: Incomplete = Fix Committed

-- 
status function for init scripts
https://bugs.launchpad.net/bugs/203169
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 242956] Re: Bind9 (8.04) not returning 'ad' flag when dnssec is enabled

2008-07-08 Thread buecking
BIND 9 uses EDNS0 (RFC2671) to advertise its receive buffer size.
It also sets an EDNS flag bit in queries to indicate that it wishes to
receive DNSSEC responses; this flag bit usage is not yet standardized,
but we hope it will be.

-- 
Bind9 (8.04) not returning 'ad' flag when dnssec is enabled
https://bugs.launchpad.net/bugs/242956
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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