[Bug 351378] Re: dhclient fails for virtual interfaces (IP aliases)

2009-04-03 Thread Tom Metro
Bryan McLellan  wrote:
 These two errors are because dhclient-script does not support alias 
 interfaces. 

That may be partly right. I see /sbin/dhclient-script contains the
comment:

# The alias handling in here probably still sucks. -mdz

and there's clearly evidence that it is attempting to support virtual
interfaces:

if [ -n $alias_ip_address ]; then

But real problem seems to be that the script contains lines like:

ifconfig $interface inet 0 up

and the current version of ifconfig spits out those errors when a
virtual interface is set to a zero IP address. The evidence suggests
that this worked at one time. In fact, multiple DHCP packages seem to
expect this operation to work. I recently tried udhcpc and got familiar
results:

# udhcpc --hostname=indianpoint --interface=eth0:0 
--pidfile=/var/run/udhcpc.eth0:0.pid
udhcpc (v0.9.9-pre) started
SIOCSIFFLAGS: Cannot assign requested address
Sending discover...
Sending select for 192.168.0.235...
Lease of 192.168.0.235 obtained, lease time -1
Resetting default routes
adding dns 192.168.0.35

In this case the error is triggered when udhcpc tries to deconfigure
the interface before it configures it, but it happily ignores the error.

I'm wondering if one workaround might be to modify the scripts to do:
ifconfig $interface down
if $interface is virtual. (It seems dhclient-script already contains code to 
detect virtual interfaces.) I presume there is a reason why deconfiguring an 
interface is normally performed instead of downing it. (I'm guessing it might 
make a difference if you were running other networking protocols in addition to 
IP.) The distinction may be irrelevant for a virtual interface, or just for the 
vast majority of use cases.

Running:
ip addr del $IP dev eth0:0

seems to work too, but has the effect of bringing down the virtual
interface and you need extra code to obtain the current IP address
(passing in a zero does nothing).

Before a permanent fix can be determined, it needs to be understood
whether this represents a bug in ifconfig, or an intentional change in
its behavior. I'm thinking of opening up a ticket against ifconfig that
this bug can be dependent on.


 If you don't use this script, those errors go away.

But is that a practical option? Doesn't the script provide a pile of
needed glue?

Patching the script seems more viable.


 I can't find any mention in the source of supporting virtual/alias 
 interfaces...

The code in dhclient-script is enough to convince me that it was the
intention to support virtual interfaces. I'm pretty sure I've read
reports that they used to work prior to Ubuntu 8.04.


 I did test and confirm that dhcpcd=1:3.2.3-1.1 does work on alias interfaces 
 on intrepid.

Is it a drop-in replacement that works with the rest of the existing
infrastructure in Ubuntu, like /etc/network/interfaces?

My next step was going to be using the 'up' argument in an interface
stanza for a physical interface to call udhcpc to configure a virtual
interface. It looks like this will work, but using something that works
with the normal documented way of declaring virtual interfaces in
/etc/network/interfaces is preferable.

-- 
dhclient fails for virtual interfaces (IP aliases)
https://bugs.launchpad.net/bugs/351378
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 350291] Re: Samba cannot resolv ip

2009-04-03 Thread Thierry Carrez
** Changed in: samba (Ubuntu)
   Status: Incomplete = New

-- 
Samba cannot resolv ip
https://bugs.launchpad.net/bugs/350291
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 46081] Re: cifs is slow to read from, and choppy to write to, compared to smbfs

2009-04-03 Thread Thierry Carrez
Bob: your issue seems different: this bug is about bad performance in cifs 
compared to smbfs (and seems related to RTL81xx chips). Your bug is about a 
performance regression in CIFS from intrepid to Jaunty. Could you please file a 
separate bug so that it can be properly investigated ?
Thanks in advance.

-- 
cifs is slow to read from, and choppy to write to, compared to smbfs
https://bugs.launchpad.net/bugs/46081
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 352779] Re: Bad MTU for eth0 in 9.04 amd64

2009-04-03 Thread Steve Langasek
Note that if you are using NetworkManager for your connection, it
bypasses the dhcp3-client dhclient-script in favor of its own binary(!).

-- 
Bad MTU for eth0 in 9.04 amd64
https://bugs.launchpad.net/bugs/352779
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 220434] [NEW] invalid argument error on permission issue

2009-04-03 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: nautilus

The error messages returned by Nautilus (or gnomevfs) over Samba aren't
very meaningful, eg if you are trying to move a file from a Samba share
and the file is read-only, nautilus will copy the file and then tell you
it failed to copy it with details of 'invalid parameter'. In fact it
does copy it, but it can't delete the original, and it would be great if
it could tell you this.

Version info:

ubuntu 8.04 rc
nautilus 1:2.22.2-0ubuntu4
samba/smbclient 3.0.28a-1ubuntu4 
libgnomevfs-2.0  1:2.22.0-2ubuntu1

** Affects: gvfs
 Importance: Unknown
 Status: New

** Affects: samba (Ubuntu)
 Importance: Low
 Status: Confirmed

-- 
invalid argument error on permission issue
https://bugs.edge.launchpad.net/bugs/220434
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 220434] Re: invalid argument error on permission issue

2009-04-03 Thread Sebastien Bacher
confirmed the issue is a samba one, gvfs error log

map_errno_from_nt_status: 32 bit codes: code=c121
smbc errno NT_STATUS_CANNOT_DELETE - 22

the samba source has
#define NT_STATUS_CANNOT_DELETE NT_STATUS(0xC000 | 0x0121)

the errmap_unix.c table doesn't list that error

   DEBUG(10,(map_errno_from_nt_status: 32 bit codes: code=%08x\n,
NT_STATUS_V(status)));

for (i=0;nt_errno_map[i].error;i++) {
if (NT_STATUS_V(nt_errno_map[i].status) ==
NT_STATUS_V(status)) {
return nt_errno_map[i].error;
}
}

/* for all other cases - a default code */
return EINVAL;

it returns EINVAL

-- 
invalid argument error on permission issue
https://bugs.launchpad.net/bugs/220434
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 220434] Re: invalid argument error on permission issue

2009-04-03 Thread Sebastien Bacher
upstream bug comment

I don't get invalid argument, I get permission denied:

gvfs-move smb://maurice/data/temp/git-book.pdf .
Error moving file smb://maurice/data/temp/git-book.pdf: Permission denied

This error is returned by libsmbclient, not gvfs itself. So, I would say it
depends on the samba version. I have samba 3.2.8, which one does it fail with?


** Package changed: gvfs (Ubuntu) = samba (Ubuntu)

** Changed in: samba (Ubuntu)
   Status: Triaged = Confirmed

** Changed in: samba (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

-- 
invalid argument error on permission issue
https://bugs.launchpad.net/bugs/220434
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 348126] Re: ssh are using ssh-userauth but ignores private key

2009-04-03 Thread Thierry Carrez
Not an ssh bug, but rather a seahorse or gnome-keyring regression,
opening related tasks and marking regression-potential.

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

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

** Also affects: gnome-keyring (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: regression-potential

-- 
ssh are using ssh-userauth but ignores private key
https://bugs.launchpad.net/bugs/348126
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 348126] Re: ssh are using ssh-userauth but ignores private key

2009-04-03 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions: 
 
 * Is this reproducible? 
 * If so, what specific steps should we take to recreate this bug? 
 
 This will help us to find and resolve the problem.

** Changed in: gnome-keyring (Ubuntu)
   Importance: Undecided = Low

** Changed in: gnome-keyring (Ubuntu)
   Status: New = Incomplete

** Changed in: gnome-keyring (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
ssh are using ssh-userauth but ignores private key
https://bugs.launchpad.net/bugs/348126
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 348126] Re: ssh are using ssh-userauth but ignores private key

2009-04-03 Thread Sebastien Bacher
it would be nice if somebody having the issue could open the bug on
bugzilla.gnome.org where the people writting the code will actually read
it, there is no ubuntu triager knowing that code well enough to debug
that easily

-- 
ssh are using ssh-userauth but ignores private key
https://bugs.launchpad.net/bugs/348126
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 348126] Re: ssh are using ssh-userauth but ignores private key

2009-04-03 Thread Sebastien Bacher
the ssh agent is gnome-keyring

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

-- 
ssh are using ssh-userauth but ignores private key
https://bugs.launchpad.net/bugs/348126
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 330883] Re: Browsing samba shared printers show nothing

2009-04-03 Thread Patrice Vetsel
Here is wireshark log from windows xp


** Attachment added: wireshark log under XP
   http://launchpadlibrarian.net/24749878/wireshark-windowsxp.log

-- 
Browsing samba shared printers show nothing
https://bugs.launchpad.net/bugs/330883
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 348126] Re: ssh are using ssh-userauth but ignores private key

2009-04-03 Thread rancor
I will now open a new bug on bugzilla.gnome.org

-- 
ssh are using ssh-userauth but ignores private key
https://bugs.launchpad.net/bugs/348126
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 352934] Re: Painful

2009-04-03 Thread Thierry Carrez
Thanks for testing and reporting those bugs.
There are in fact several separate issues. I'll keep this bug centered on the 
main issue you reported, Failed to initialize HAL followed by various 
breakage when logging in as a domain user just after joining the domain.

Likewise Open 5 apparently requires DBUS to be completely restarted when
likewise-open 4 was happy with DBUS just reloading the configuration.
Since restarting DBUS when logged in also results in various desktop
breakage, I think we need to ask the user to reboot after joining the
domain.

Could you please test that if you:
- Install Likewise Open 5
- Join the domain
- Reboot your machine
- Log in as domain user

Then you don't get the Failed to initialise HAL error or other issues ?
If you confirm that it avoids the issue, then we'll add some dialog to ask the 
user to reboot after a domain join.

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

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

** Changed in: likewise-open5 (Ubuntu)
 Assignee: (unassigned) = Thierry Carrez (ttx)

** Summary changed:

- Painful
+ Can't login into Gnome as a domain user after domain join

-- 
Can't login into Gnome as a domain user after domain join
https://bugs.launchpad.net/bugs/352934
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open5 in ubuntu.

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


[Bug 354498] [NEW] Leaving a domain breaks NetworkManager DHCP

2009-04-03 Thread Thierry Carrez
Public bug reported:

Binary package hint: likewise-open5

As reported in bug 352934:

After the uninstall, and reboot, when I login (with a local account) my
network no longer works. I just see the animated connecting icon. This
never stops and I never get an address. If I reconfigure to use a static
address, then networking is OK. If I change back to DHCP (good for home
and work), then no address again. Not good.

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

-- 
Leaving a domain breaks NetworkManager DHCP
https://bugs.launchpad.net/bugs/354498
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open5 in ubuntu.

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


[Bug 348126] Re: ssh are using ssh-userauth but ignores private key

2009-04-03 Thread rancor
Posted a new bug: http://bugzilla.gnome.org/show_bug.cgi?id=577842

** Bug watch added: GNOME Bug Tracker #577842
   http://bugzilla.gnome.org/show_bug.cgi?id=577842

-- 
ssh are using ssh-userauth but ignores private key
https://bugs.launchpad.net/bugs/348126
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 354498] Re: Leaving a domain breaks NetworkManager DHCP

2009-04-03 Thread Thierry Carrez
Leaving the domain fails to correctly restore various modified files, including 
/etc/apparmor.d/abstractions/nameservice.
It removes everything at the end of the original file:
  # likewise
  #include abstractions/likewise

  # mdnsd
  #include abstractions/mdns

  # kerberos
  #include abstractions/kerberosclient

  # TCP/UDP network access
  network inet  stream,
  network inet6 stream,
  network inet  dgram,
  network inet6 dgram,

This triggers various apparmor rules resulting in applicative breakage,
of which DHCP failure in NetworkManager is probably just the visible tip
of the iceberg.

Workaround is to run:
sudo cp /etc/apparmor.d/abstractions/nameservice.lwidentity.orig 
/etc/apparmor.d/abstractions/nameservice
Then reboot the machine

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

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

** Changed in: likewise-open5 (Ubuntu)
 Assignee: (unassigned) = Thierry Carrez (ttx)

-- 
Leaving a domain breaks NetworkManager DHCP
https://bugs.launchpad.net/bugs/354498
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open5 in ubuntu.

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


[Bug 352934] Re: Can't login into Gnome as a domain user after domain join

2009-04-03 Thread Thierry Carrez
See bug 354498 for the issue of DHCP NetworkManager breakage after
domain leave.

-- 
Can't login into Gnome as a domain user after domain join
https://bugs.launchpad.net/bugs/352934
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open5 in ubuntu.

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


[Bug 348126] Re: ssh are using ssh-userauth but ignores private key

2009-04-03 Thread Sebastien Bacher
Thank you for sending the bug to GNOME

** Changed in: gnome-keyring (Ubuntu)
   Status: Incomplete = Triaged

** Also affects: gnome-keyring via
   http://bugzilla.gnome.org/show_bug.cgi?id=577842
   Importance: Unknown
   Status: Unknown

-- 
ssh are using ssh-userauth but ignores private key
https://bugs.launchpad.net/bugs/348126
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 352934] Re: Can't login into Gnome as a domain user after domain join

2009-04-03 Thread Thierry Carrez
Solution seems to be requiring a reboot after domain join, by adding to 
ConfigureLogin:
  /usr/share/update-notifier/notify-reboot-required
  touch /var/lib/update-notifier/dpkg-run-stamp

Will have to doublecheck if reboot is required after domain leaving (my
guess is no).

** Changed in: likewise-open5 (Ubuntu)
   Status: Confirmed = Triaged

-- 
Can't login into Gnome as a domain user after domain join
https://bugs.launchpad.net/bugs/352934
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open5 in ubuntu.

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


[Bug 354568] [NEW] Likewise Open5 does not unregister pam-auth-update profile when removed

2009-04-03 Thread Thierry Carrez
Public bug reported:

Binary package hint: likewise-open5

When removed, likewise-open fails to properly unregister its pam-auth-
update profile, resulting in invalid PAM stacks referencing removed
libs.

The problem is that the name of the profile is incorrect in 
debian/likewise-open5-lsass.prerm:
pam-auth-update --package --remove likewise-open-lsass
should be:
pam-auth-update --package --remove likewise-open5-lsass

** Affects: likewise-open5 (Ubuntu)
 Importance: Medium
 Assignee: Thierry Carrez (ttx)
 Status: Triaged

** Changed in: likewise-open5 (Ubuntu)
   Importance: Undecided = Medium

** Changed in: likewise-open5 (Ubuntu)
   Status: New = Triaged

** Changed in: likewise-open5 (Ubuntu)
 Assignee: (unassigned) = Thierry Carrez (ttx)

-- 
Likewise Open5 does not unregister pam-auth-update profile when removed
https://bugs.launchpad.net/bugs/354568
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open5 in ubuntu.

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


[Bug 354578] [NEW] Joining/leaving the domain leaves a modified SSH config

2009-04-03 Thread Thierry Carrez
Public bug reported:

Binary package hint: likewise-open5

Joining a domain, then leaving it, you end up with modified SSH configuration 
files (the original ones are not fully restored).
See attached diff for details.

** Affects: likewise-open5 (Ubuntu)
 Importance: Low
 Status: Confirmed

-- 
Joining/leaving the domain leaves a modified SSH config
https://bugs.launchpad.net/bugs/354578
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open5 in ubuntu.

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


[Bug 354578] Re: Joining/leaving the domain leaves a modified SSH config

2009-04-03 Thread Thierry Carrez

** Attachment added: lw_ssh.diff
   http://launchpadlibrarian.net/24759468/lw_ssh.diff

** Changed in: likewise-open5 (Ubuntu)
   Importance: Undecided = Low

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

-- 
Joining/leaving the domain leaves a modified SSH config
https://bugs.launchpad.net/bugs/354578
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open5 in ubuntu.

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


[Bug 354580] [NEW] Joining/leaving the domain leaves backup files everywhere, even after purge

2009-04-03 Thread Thierry Carrez
Public bug reported:

Binary package hint: likewise-open5

After joining and leaving a domain, backup of modified files are left
over (which might be a good idea ?). However, even after purging the
packages the files are still present, which is kind of messy.

List of files:
apparmor.d/abstractions/nameservice.lwidentity.orig
hosts.lwidentity.orig
krb5.conf.lwidentity.bak
krb5.conf.lwidentity.orig
nsswitch.conf.lwidentity.bak
nsswitch.conf.lwidentity.orig
ssh/ssh_config.lwidentity.bak
ssh/ssh_config.lwidentity.orig
ssh/sshd_config.lwidentity.bak
ssh/sshd_config.lwidentity.orig

** Affects: likewise-open5 (Ubuntu)
 Importance: Low
 Status: Confirmed

** Changed in: likewise-open5 (Ubuntu)
   Importance: Undecided = Low

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

-- 
Joining/leaving the domain leaves backup files everywhere, even after purge
https://bugs.launchpad.net/bugs/354580
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open5 in ubuntu.

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


[Bug 354585] [NEW] package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: sub-processo post-installation script retornou estado de sa?da de erro 1

2009-04-03 Thread Carl Roberson
Public bug reported:

In a AMD64

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 9.04
ErrorMessage: sub-processo post-installation script retornou estado de saída de 
erro 1
NonfreeKernelModules: nvidia ath_hal
Package: mysql-server-5.1 5.1.31-1ubuntu2
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: 
sub-processo post-installation script retornou estado de saída de erro 1
Uname: Linux 2.6.28-11-generic x86_64

** Affects: mysql-dfsg-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package

-- 
package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: 
sub-processo post-installation script retornou estado de sa?da de erro 1
https://bugs.launchpad.net/bugs/354585
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 354585] Re: package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: sub-processo post-installation script retornou estado de sa?da de erro 1

2009-04-03 Thread Carl Roberson

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

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/24759812/DpkgTerminalLog.gz

-- 
package mysql-server-5.1 5.1.31-1ubuntu2 failed to install/upgrade: 
sub-processo post-installation script retornou estado de sa?da de erro 1
https://bugs.launchpad.net/bugs/354585
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 352841] Re: SCP over IPv6 address is very Slow. Takes Hours

2009-04-03 Thread Bryan McLellan
On Thu, Apr 2, 2009 at 7:33 PM, Prasad Tadi pt...@roshitech.com wrote:
 My hardware is little more complicated, I will explain that below...
 But wants to make sure that I understood Local Link.

Link Local is the ipv6 address assigned to the interface that starts
with fe80:: [1] You don't have to configure these addresses, and hosts
on the same physical network should be able to communicate using them.

scp -6 disk0.qcow2 \[fe80::215:c5ff:fee3:f9cd%br0.4\]:/tmp

 When I copy from one Ubuntu to other Ubuntu server using IPv6, then
 only the issues shows up.

You only see the performance problem when going from Ubuntu 8.04 to
8.04? Have you tried any combinations with other versions of Ubuntu?

[1] http://en.wikipedia.org/wiki/IPv6#Link-
local_addresses_and_zone_indices

-- 
SCP over IPv6 address is very Slow. Takes Hours
https://bugs.launchpad.net/bugs/352841
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


RE: [Bug 346430] Re: SQL Server 5.0 install / uninstall fails

2009-04-03 Thread mcwafflestix

I'm not entirely sure how I got the additional error message; I went through a 
cycle of attempting to uninstall SQL Server several times, and went through the 
process of attempting to clean up the disk by removing unwanted and unnecessary 
applications.  At some point in that process, I began to get the not enough 
space message.

Unfortunately, I have since wiped the disk and started over, so I cannot
give you the results of the diagnostic you suggested.  I have since
installed SQL Server on a larger partition, however, and have had no
problem; however, this install was under Ubuntu 8.10, instead of 8.04,
so that may be a confounding variable.  In any event, I am no longer
having these problems; however, I still believe that the original error
could be a serious problem for anyone encountering it.


Sincerely,
Paul Sonier


 Date: Mon, 30 Mar 2009 21:48:07 +
 From: math...@ubuntu.com
 To: paulson...@hotmail.com
 Subject: [Bug 346430] Re: SQL Server 5.0 install / uninstall fails
 
 Thank you for taking the time to report this bug and helping to make
 Ubuntu better. How did you get the additional error message?
 
 What's the output of the following command:
 
   LC_ALL=C BLOCKSIZE= df --portability /var/lib/mysql?
 
 
 ** Changed in: mysql-dfsg-5.0 (Ubuntu)
Status: New = Incomplete
 
 -- 
 SQL Server 5.0 install / uninstall fails
 https://bugs.launchpad.net/bugs/346430
 You received this bug notification because you are a direct subscriber
 of the bug.
 
 Status in “mysql-dfsg-5.0” source package in Ubuntu: Incomplete
 
 Bug description:
 This seems to be caused (according to the output) by the INITOUTPUT variable 
 being unbound.  After some tinkering, I managed to get an additional (more 
 helpful) result; the partition that MySQL is on does not have enough space.  
 I suspect this is the issue, but it seems to be a high severity bug to not be 
 able to uninstall SQL server when you don't have enough space on the 
 partition.
 
 ProblemType: Package
 Architecture: lpia
 Date: Fri Mar 20 17:04:00 2009
 Dependencies:
  
 DistroRelease: Ubuntu 8.04
 ErrorMessage: subprocess pre-installation script returned error exit status 1
 Package: mysql-server None [modified: /var/lib/dpkg/info/mysql-server.list]
 PackageArchitecture: all
 SourcePackage: mysql-dfsg-5.0
 Title: package mysql-server None [modified: 
 /var/lib/dpkg/info/mysql-server.list] failed to install/upgrade: subprocess 
 pre-installation script returned error exit status 1
 Uname: Linux 2.6.24-19-lpia i686

_
Rediscover Hotmail®: Get quick friend updates right in your inbox. 
http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Updates1_042009

-- 
SQL Server 5.0 install / uninstall fails
https://bugs.launchpad.net/bugs/346430
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


Re: [Bug 322647] Re: mysql-server fails to instal with apparmour errors

2009-04-03 Thread Niklas Höglund
Mathias Gug wrote:
 The apparmor related messages are probably not responsible for the
 package failure. It seems that the mysql-server hasn't been able to be
 started. Could you post the content of /var/log/daemon.log at the time
 of the upgrade?

The original log for that has been rotated into oblivion by now. I tried
uninstalling and reinstalling the server now, but that didn't cause the
problem.

-- 
mysql-server fails to instal with apparmour errors
https://bugs.launchpad.net/bugs/322647
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 348169] Re: prob mysql installation

2009-04-03 Thread Mathias Gug
*** This bug is a duplicate of bug 291987 ***
https://bugs.launchpad.net/bugs/291987

** This bug is no longer a duplicate of bug 346430
   SQL Server 5.0 install / uninstall fails
** This bug has been marked a duplicate of bug 291987
   mysql-server-5.0 installation fails

-- 
prob mysql installation
https://bugs.launchpad.net/bugs/348169
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 347108] Re: package lyricue 1.9.4-0ubuntu2 failed to install/upgrade: dependency problems - leaving unconfigured

2009-04-03 Thread Mathias Gug
*** This bug is a duplicate of bug 291987 ***
https://bugs.launchpad.net/bugs/291987

** This bug has been marked a duplicate of bug 291987
   mysql-server-5.0 installation fails

-- 
package lyricue 1.9.4-0ubuntu2 failed to install/upgrade: dependency problems - 
leaving unconfigured
https://bugs.launchpad.net/bugs/347108
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


Re: [Bug 351378] Re: dhclient fails for virtual interfaces (IP aliases)

2009-04-03 Thread Bryan McLellan
On Thu, Apr 2, 2009 at 11:20 PM, Tom Metro tmetro+ubu...@gmail.com wrote:
 That may be partly right. I see /sbin/dhclient-script contains the
 comment:

 # The alias handling in here probably still sucks. -mdz

 and there's clearly evidence that it is attempting to support virtual
 interfaces:

if [ -n $alias_ip_address ]; then

dhclient-script(8) says If an IP alias has been declared in
dhclient.conf, its address will be passed in $alias_ip_address, and
that ip alias should be deleted from the interface, along with any
routes to it. Most likely that comment and surely that code is to
support the inclusion of an alias definition in your dhclient.conf(5),
as opposed to running dhclient on an alias interface.

 If you don't use this script, those errors go away.

 But is that a practical option? Doesn't the script provide a pile of
 needed glue?

 Patching the script seems more viable.

The script does provide a lot of glue, but working around it as a
debugging technique isolates what errors are coming from the script
and what errors are coming from the program itself. I don't believe
patching the script will do you any good until the 'Bind socket to
interface: No such device' error from dhclient is resolved, because it
appears to be unable to use the interface to send the DHCP request.

 I did test and confirm that dhcpcd=1:3.2.3-1.1 does work on alias interfaces 
 on intrepid.

 Is it a drop-in replacement that works with the rest of the existing
 infrastructure in Ubuntu, like /etc/network/interfaces?

Removing dhcp3-client (which removed ubuntu-minimal) and installing
dhcpcd worked just fine with /etc/network/interfaces on a test vm for
me about five minutes ago, and thus appears like a clean enough work
around.

-- 
dhclient fails for virtual interfaces (IP aliases)
https://bugs.launchpad.net/bugs/351378
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 322647] Re: mysql-server fails to instal with apparmour errors

2009-04-03 Thread Mathias Gug
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.


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

-- 
mysql-server fails to instal with apparmour errors
https://bugs.launchpad.net/bugs/322647
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 352321] Re: mysql queries lose results

2009-04-03 Thread Mathias Gug
Thanks for providing the database creation script. Could you also post
the expected result of the query as well as the actual result?

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

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Importance: Undecided = Low

-- 
mysql queries lose results
https://bugs.launchpad.net/bugs/352321
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 354498] Re: Leaving a domain breaks NetworkManager DHCP

2009-04-03 Thread Buddha
After these issues with likewise-5, I tried likewise 4

I get the same network issue when leaving a domain when using
likewise-4.   I did manage to get around it this time by restoring some
of the files under /etc which had not been restored upon domain leave.
One of which was the file in previous post.Also not restored (I
think) was my hosts file.

I will try again on likewise 5 again as per your instructions on Sunday.
Will also check leaving the domain (with reboot just in case) to check
networking and that all .orig files are correctly restored.

-- 
Leaving a domain breaks NetworkManager DHCP
https://bugs.launchpad.net/bugs/354498
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open5 in ubuntu.

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


[Bug 352934] Re: Can't login into Gnome as a domain user after domain join

2009-04-03 Thread Buddha
I will try again on likewise 5 again as per your instructions on Sunday.

Will also check leaving the domain (without reboot ) to check networking
and that all .orig files are correctly restored.

-- 
Can't login into Gnome as a domain user after domain join
https://bugs.launchpad.net/bugs/352934
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open5 in ubuntu.

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


[Bug 352841] Re: SCP over IPv6 address is very Slow. Takes Hours

2009-04-03 Thread Prasad Tadi
Hi,

I am not really an expert, but I think the Local link may use Loop back, 
instead of actually testing the Network / IPv6 stack.
I have requested my network guru (james)  to look at it.  We are going to try 
with new OS also and will update. Here is some info for clarity...


James says...
Link-local is the fe80 addresses that refer to devices on a particular data 
link, such as a single Ethernet network, or a point-to-point serial connection. 
 If you're using your own link-local address, then yes, that traffic will - I 
believe - traverse the loopback interface.
I've downloaded the beta version of Ubuntu 9 but haven't yet installed it.  
I've also got the most recent kernel source but keep running out of space 
trying to get it built and installed.
===

Yes, I have tried earlier with locallink. It works fine.

here is my network info.
r...@cspf1:~# ifconfig -a
eth0  Link encap:Ethernet  HWaddr 00:50:56:b5:24:d9
  inet addr:172.16.109.90  Bcast:172.16.0.0  Mask:255.255.255.0
  inet6 addr: fe80::250:56ff:feb5:24d9/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:3640571 errors:0 dropped:0 overruns:0 frame:0
  TX packets:639330 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:1420069146 (1.3 GB)  TX bytes:194595857 (185.5 MB)
  Base address:0x1070 Memory:f482-f484

eth1  Link encap:Ethernet  HWaddr 00:50:56:b5:52:c1
  inet6 addr: fdf8:c879:493e:1:250:56ff:feb5:52c1/64 Scope:Global
  inet6 addr: fe80::250:56ff:feb5:52c1/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:3755999 errors:0 dropped:0 overruns:0 frame:0
  TX packets:146318 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:588116930 (560.8 MB)  TX bytes:37499108 (35.7 MB)
  Base address:0x1078 Memory:f484-f486


r...@cspf1:~#  scp /ifs/qa/Package/cc/Hunter/branch/build-6634/desktone.tar 
172.16.109.90:/tmp
The authenticity of host '172.16.109.90 (172.16.109.90)' can't be established.
RSA key fingerprint is 39:5c:3d:5d:e4:08:16:d1:0e:6e:36:f1:c4:bd:f8:b5.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '172.16.109.90' (RSA) to the list of known hosts.
r...@172.16.109.90's password:
desktone.tar
   100%   71MB  35.3MB/s   00:02

NOW with IPv6 of eth1 network card

scp -6 /ifs/qa/Package/cc/Hunter/branch/build-6634/desktone.tar 
[fdf8:c879:493e:1:250:56ff:feb5:52c1]:/tmp
r...@fdf8:c879:493e:1:250:56ff:feb5:52c1's password:
desktone.tar
   100%   71MB  35.3MB/s   00:02
r...@cspf1:~#

Following is the IPv6 address of the next node.

I have taken different snapshots for the IPv6 failure to get some good idea.
scp -6 /ifs/qa/Package/cc/Hunter/branch/build-6634/desktone.tar 
[fdf8:c879:493e:1:250:56ff:feb5:68c5]:/tmp
r...@fdf8:c879:493e:1:250:56ff:feb5:68c5's password:
desktone.tar
 2% 2112KB   2.1MB/s   00:33 ETA
desktone.tar
 2% 2112KB   1.7MB/s   00:41 ETA
desktone.tar
 2% 2112KB   1.5MB/s   00:45 ETA
desktone.tar
 2% 2112KB   1.1MB/s - stalled -
desktone.tar
 3% 2208KB 826.0KB/s   01:24 ETA
desktone.tar
 3% 2208KB 602.2KB/s - stalled -
desktone.tar
 3% 2304KB 404.7KB/s   02:53 ETA
desktone.tar
 3% 2304KB 295.0KB/s   03:57 ETA
desktone.tar
 3% 2304KB 193.6KB/s - stalled -
desktone.tar
 3% 2432KB 138.5KB/s   08:24 ETA
desktone.tar
 3% 2432KB 101.0KB/s   11:32 ETA
desktone.tar
 3% 2432KB  73.6KB/s - stalled -
desktone.tar
 3% 

[Bug 351648] update mailman to 2.1.12

2009-04-03 Thread Jamie Strandboge
[Updating] mailman (1:2.1.11-11ubuntu1 [Ubuntu]  1:2.1.12-1 [Debian])
 * Trying to add mailman...
  - mailman_2.1.12-1.dsc: downloading from http://ftp.debian.org/debian/
  - mailman_2.1.12-1.diff.gz: downloading from http://ftp.debian.org/debian/
  - mailman_2.1.12.orig.tar.gz: downloading from http://ftp.debian.org/debian/
I: mailman [main] - mailman_1:2.1.11-11ubuntu1 [main].


** Changed in: mailman (Ubuntu)
   Status: New = Fix Released

-- 
update mailman to 2.1.12
https://bugs.launchpad.net/bugs/351648
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman 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 351378] Re: dhclient fails for virtual interfaces (IP aliases)

2009-04-03 Thread Tom Metro
Bryan McLellan wrote:
 Most likely that comment and surely that code is to
 support the inclusion of an alias definition in your dhclient.conf(5),
 as opposed to running dhclient on an alias interface.

Ah, right. You're probably right.

The dhclient.conf(5) man page also mentions pseudo interfaces, which 
sounds a lot like virtual interfaces:

   Under some circumstances it can be useful to declare a
   pseudo-interface and have the DHCP client acquire a configuration for
   that interface.  ... A pseudo-interface is just another state machine
   running on the interface named real-name, with its own lease and its
   own state.

It also notes:

   You must also provide a separate client script for the
   pseudo-interface to do what you want with the IP address.

If by that they mean your script will be ran in place of 
/sbin/dhclient-script, then that would be some more evidence supporting 
your point that /sbin/dhclient-script doesn't support virtual 
interfaces, as is.


 Patching the script seems more viable.
 
 The script does provide a lot of glue, but working around it as a
 debugging technique isolates what errors are coming from the script
 and what errors are coming from the program itself.

I guess I was already pretty convinced that the source of the errors was 
ifconfig, given that the error can be reproduced external to dhclient 
and it's scripts by invoking ifconfig directly using the same arguments. 
The next questions is: is ifconfig broken, or is the manner in which 
dhclient is calling it broken?


 I don't believe patching the script will do you any good until the
 'Bind socket to interface: No such device' error from dhclient is
 resolved...

My assumption was that this was simply a side effect of the 
deconfigure step failing, which results in the virtual interface never 
being created, and thus dhclient has no device to work with.

This can be resolved by either 1. patching the code so that it 
instantiates the virtual interface in a deconfigured state, or 2. 
special casing virtual interfaces so that the physical interface gets 
used for the DHCP handshake, while the specified virtual interface is 
used for the resulting call to ifconfig. (Apparently the latter happens 
with udhcpc.)


 Removing dhcp3-client (which removed ubuntu-minimal)...

Removing ubuntu-minimal sounds like something to be avoided, but there 
was mention of people doing that (as a side effect of removing the 
wireless package) in the bug this one was split off from, and it didn't 
sound like it caused any problems. I'll have to take a look at 
ubuntu-minimal to see what it is.


 ...and installing dhcpcd worked just fine with 
 /etc/network/interfaces ... and thus appears like a clean enough work
 around.

Excellent. Thanks for the suggested workaround. Care to post the 
/etc/network/interfaces syntax you used for the virtual interface? (In 
my research I ran across about 3 or 4 variations.)

-- 
dhclient fails for virtual interfaces (IP aliases)
https://bugs.launchpad.net/bugs/351378
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 283187] Re: a2enmod exits with an error if real files are stored in mods-enabled instead of symlinks

2009-04-03 Thread Mathias Gug
** Summary changed:

- package apache2.2-common 2.2.9-7ubuntu3 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
+ a2enmod exits with an error if real files are stored in mods-enabled instead 
of symlinks

** Changed in: apache2 (Ubuntu)
   Importance: Undecided = Wishlist

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

-- 
a2enmod exits with an error if real files are stored in mods-enabled instead of 
symlinks
https://bugs.launchpad.net/bugs/283187
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


Re: [Bug 352841] Re: SCP over IPv6 address is very Slow. Takes Hours

2009-04-03 Thread Bryan McLellan
On Fri, Apr 3, 2009 at 12:23 PM, Prasad Tadi pt...@roshitech.com wrote:
 I am not really an expert, but I think the Local link may use Loop back

 Link-local is the fe80 addresses that refer to devices on a particular data 
 link, such as a single Ethernet network, or a point-to-point serial 
 connection.  If you're using your own link-local address, then yes, that 
 traffic will - I believe - traverse the loopback interface.

This is not correct. If you read the link I provided earlier it starts
with All interfaces have an associated link-local address. Loopback
is it's own interface (lo) and is independent of your ethN interfaces.
The loopback interface also has it's own inet6 address (ifconfig lo0 |
grep inet6) in the specified ipv6 loopback address range.

 eth1      Link encap:Ethernet  HWaddr 00:50:56:b5:52:c1
          inet6 addr: fdf8:c879:493e:1:250:56ff:feb5:52c1/64 Scope:Global
          inet6 addr: fe80::250:56ff:feb5:52c1/64 Scope:Link

The second address, that starts with fe80::, and additionally says
Scope: Link is the Link Local address. This is because this
address is for the local link only.

Try copying between two hosts using these address with Scope:Link to
rule out any addressing problems. Because these are local addresses,
you may need to specify the interface you want scp to use by adding
'%interface' to the end of the address, such as:

scp -6 desktone.tar [fdf8:c879:493e:1:250:56ff:feb5:52c1%eth1]:/tmp

It may be helpful to run 'sudo tshark ip6' on the originating host
while copying the file to look for any network errors.

-- 
SCP over IPv6 address is very Slow. Takes Hours
https://bugs.launchpad.net/bugs/352841
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 335341] Re: package apache2-utils 2.2.9-7ubuntu3 failed to install/upgrade: package apache2-utils is already installed and configured

2009-04-03 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please answer these questions:

* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.

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

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

-- 
package apache2-utils 2.2.9-7ubuntu3 failed to install/upgrade: package 
apache2-utils is already installed and configured
https://bugs.launchpad.net/bugs/335341
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 285132] Re: Apache2 has trouble handling (ip6-)localhost

2009-04-03 Thread Mathias Gug
A default intrepid hosts files looks like:

::1 ip6-localhost ip6-loopback

I cannot reproduce your issue. How did you install the intrepid system?


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

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

-- 
Apache2 has trouble handling (ip6-)localhost
https://bugs.launchpad.net/bugs/285132
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


Re: [Bug 351378] Re: dhclient fails for virtual interfaces (IP aliases)

2009-04-03 Thread Bryan McLellan
On Fri, Apr 3, 2009 at 1:20 PM, Tom Metro tmetro+ubu...@gmail.com wrote:
 Removing ubuntu-minimal sounds like something to be avoided, but there
 was mention of people doing that (as a side effect of removing the
 wireless package) in the bug this one was split off from, and it didn't
 sound like it caused any problems. I'll have to take a look at
 ubuntu-minimal to see what it is.

It's a meta package, like installing 'ubuntu-desktop' will install all
of the packages you need for a standard Ubuntu desktop, -minimal will
give you a basic system. Uninstalling it would mean that in the future
if another package was added to to the meta package, you wouldn't get
that additional package on upgrade. You can run 'dpkg-query -f
'${Depends}\n' -W ubuntu-minimal' to see the packages that it
installs. You could also remove the dhcp3-client package with
--force-depends, which just runs the risk that it gets reinstalled
later during an upgrade. There's probably a complex pinning solution
too, but I can't fathom it.

 Excellent. Thanks for the suggested workaround. Care to post the
 /etc/network/interfaces syntax you used for the virtual interface? (In
 my research I ran across about 3 or 4 variations.)

auto eth0
iface eth0 inet dhcp

auto eth0:0
iface eth0:0 inet dhcp

-- 
dhclient fails for virtual interfaces (IP aliases)
https://bugs.launchpad.net/bugs/351378
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 285132] Re: Apache2 has trouble handling (ip6-)localhost

2009-04-03 Thread Andreas Olsson
Actually, the default value of ::1 might just depend on whatever you use
Ubiquity or the Debian Installer.

First of all I downloaded a fresh ubuntu-8.10-server-i386.iso, and followed the 
Default install instructions from 
http://testcases.qa.ubuntu.com/Install/ServerWhole. That gave me a /etc/hosts 
containing 
::1 localhost ip6-localhost ip6-loopback

Then I downloaded a fresh ubuntu-8.10-desktop-i386.iso, and followed the 
Ubiquity Whole Install instructions from 
http://testcases.qa.ubuntu.com/Install/DesktopWhole. That gave me a /etc/hosts 
containing
::1 ip6-localhost ip6-loopback

This finding actually matches my previous experience. I pretty much
always use the Debian Installer, in one way of another. Hence it would
make sense that I've only seen the ::1 localhost ip6-localhost
ip6-loopback version.

-- 
Apache2 has trouble handling (ip6-)localhost
https://bugs.launchpad.net/bugs/285132
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 354850] [NEW] amarock

2009-04-03 Thread pekas
Public bug reported:

it crashes whe I insert a usb pen drive

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: el subproceso post-installation script fue terminado por la señal 
(Interrupción)
Package: mysql-server-5.0 5.0.67-0ubuntu6
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: el 
subproceso post-installation script fue terminado por la señal (Interrupción)
Uname: Linux 2.6.27-11-generic i686

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

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

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


[Bug 354850] Re: amarock

2009-04-03 Thread pekas

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

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/24783348/DpkgTerminalLog.txt

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

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


[Bug 205996] Re: ServerTokens Full in apache2.conf (security risk?)

2009-04-03 Thread Adam Conrad
It's been argued by others in the past, but I honestly don't see how
full ServerTokens are a security risk.  If you prefer not to show them,
you can change it, but most bots out there don't look for what
extensions you may be running before they attempt to attack you.

And, honestly, most attack vectors are through broken applications (like
PHP web forums, for instance), and if you have the application running,
it's pretty obvious that you're also using the language underlying that
application in some form or another.

-- 
ServerTokens Full in apache2.conf (security risk?)
https://bugs.launchpad.net/bugs/205996
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


Re: [Bug 352841] Re: SCP over IPv6 address is very Slow. Takes Hours

2009-04-03 Thread Prasad Tadi

Bryan,

Thanks for the details

Here is some more data following your mail.
The problem still persists...


However, when I run the command on local link (local machine's) , It  
completes and not even a single trace on tshark ip6 -i eth1

But when I traced on   lo,  it did show the data.

cru...@cc-branch:~/newcc/projects/branch-build/dt-RelEng$ scp  
desktone.tar [fe80::250:56ff:fe8d:1ddc%eth1]:/tmp/x.tar
cru...@fe80::250:56ff:fe8d:1ddc%eth1's password:
desktone.tar 
  100%   71MB  35.3MB/s   00:02
cru...@cc-branch:~/newcc/projects/branch-build/dt-RelEng$

# tshark ip6 -i lo
SNIP

  8.381329 fe80::250:56ff:fe8d:1ddc - fe80::250:56ff:fe8d:1ddc SSHv2  
Encrypted response packet len=48
   8.381401 fe80::250:56ff:fe8d:1ddc - fe80::250:56ff:fe8d:1ddc  
SSHv2 Encrypted request packet len=32
   8.382301 fe80::250:56ff:fe8d:1ddc - fe80::250:56ff:fe8d:1ddc  
SSHv2 Encrypted response packet len=128
   8.383901 fe80::250:56ff:fe8d:1ddc - fe80::250:56ff:fe8d:1ddc  
SSHv2 Encrypted request packet len=32
   8.383932 fe80::250:56ff:fe8d:1ddc - fe80::250:56ff:fe8d:1ddc TCP  
42214  ssh [FIN, ACK] Seq=74203897 Ack=30225 Win=39040 Len=0  
TSV=7656054 TSER=7656054
   8.419376 fe80::250:56ff:fe8d:1ddc - fe80::250:56ff:fe8d:1ddc TCP  
ssh  42214 [ACK] Seq=30225 Ack=74203898 Win=852224 Len=0 TSV=7656058  
TSER=7656054
   8.469483 fe80::250:56ff:fe8d:1ddc - fe80::250:56ff:fe8d:1ddc TCP  
ssh  42214 [FIN, ACK] Seq=30225 Ack=74203898 Win=852224 Len=0  
TSV=7656063 TSER=7656054
   8.469504 fe80::250:56ff:fe8d:1ddc - fe80::250:56ff:fe8d:1ddc TCP  
42214  ssh [ACK] Seq=74203898 Ack=30226 Win=39040 Len=0 TSV=7656063  
TSER=7656063

So I think though the Document suggests that it should use its own,  
the OS /APP is intelligent to route the packets through LOOP BACK (lo).


Now the data while transferring to next node.

I tried both eth1 and eth0.

First the SCP command
ru...@cc-branch:~/newcc/projects/branch-build/dt-RelEng$ scp  
desktone.tar [fe80::250:56ff:fe8d:403c%eth0]:/tmp/x.tar
cru...@fe80::250:56ff:fe8d:403c%eth0's password:
desktone.tar 
2% 2112KB   2.1MB/s   00:33 ETA
desktone.tar 
2% 2112KB   1.7MB/s   00:41 ETA
desktone.tar 
2% 2112KB   1.5MB/s   00:45 ETA
desktone.tar 
2% 2112KB   1.2MB/s - stalled -
desktone.tar 
2% 2112KB   1.1MB/s - stalled -
desktone.tar 
3% 2208KB 918.8KB/s   01:16 ETA
desktone.tar 
3% 2208KB 744.2KB/s   01:34  
etacru...@cc-branch:~/newcc/projects/branch-build/dt-RelEng$

I killed after some time


tshark ip6 output on the originator No Errors

SNIP
16.447595 fe80::250:56ff:fe8d:5c00 - fe80::250:56ff:fe8d:403c SSHv2  
Encrypted request packet len=2856
  16.657429 fe80::250:56ff:fe8d:5c00 - fe80::250:56ff:fe8d:403c  
SSHv2 [TCP Retransmission] Encrypted request packet len=1428
  16.65 fe80::250:56ff:fe8d:403c - fe80::250:56ff:fe8d:5c00 TCP  
ssh  53692 [ACK] Seq=2209 Ack=158913 Win=64128 Len=0 TSV=78934229  
TSER=7554125
  16.657806 fe80::250:56ff:fe8d:5c00 - fe80::250:56ff:fe8d:403c  
SSHv2 Encrypted request packet len=2856
  16.867469 fe80::250:56ff:fe8d:5c00 - fe80::250:56ff:fe8d:403c  
SSHv2 [TCP Retransmission] Encrypted request packet len=1428
  16.867773 fe80::250:56ff:fe8d:403c - fe80::250:56ff:fe8d:5c00 TCP  
ssh  53692 [ACK] Seq=2209 Ack=160341 Win=64128 Len=0 TSV=78934250  
TSER=7554146
  16.867797 fe80::250:56ff:fe8d:5c00 - fe80::250:56ff:fe8d:403c  
SSHv2 Encrypted request packet len=2856
  17.077691 fe80::250:56ff:fe8d:5c00 - fe80::250:56ff:fe8d:403c  
SSHv2 [TCP Retransmission] Encrypted request packet len=1428
  17.078810 fe80::250:56ff:fe8d:403c - fe80::250:56ff:fe8d:5c00 TCP  
ssh  53692 [ACK] Seq=2209 Ack=161769 Win=64128 Len=0 TSV=78934271  
TSER=7554167
  17.078837 fe80::250:56ff:fe8d:5c00 - fe80::250:56ff:fe8d:403c  
SSHv2 [TCP Retransmission] Encrypted request packet len=1428
  17.078843 fe80::250:56ff:fe8d:5c00 - fe80::250:56ff:fe8d:403c  
SSHv2 [TCP Retransmission] Encrypted request packet len=1428
  17.079060 fe80::250:56ff:fe8d:403c - fe80::250:56ff:fe8d:5c00 TCP  
ssh  53692 [ACK] Seq=2209 Ack=163197 Win=64128 Len=0 TSV=78934271  
TSER=7554167
  17.079071 fe80::250:56ff:fe8d:5c00 - fe80::250:56ff:fe8d:403c  
SSHv2 [TCP Retransmission] Encrypted request packet len=1428
  17.079075 

[Bug 354430] [NEW] samba mount does not work at boot time

2009-04-03 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Recently upgraded to Jaunty 9.04.

I have some Samba mounts in /etc/fstab. Those will not mount at boot
time (as they did in 8.10) .

Content of fstab:

# /etc/fstab: static file system information.
#
# file system mount point   type  options   dump  pass
proc/proc   procdefaults0   0
# /dev/mapper/arwen-root
UUID=173cb7ef-a47d-4507-85f2-270eaf7f65e0 /   ext3
defaults,errors=remount-ro,relatime 0   1
# /dev/sdb1
UUID=d17dbfcd-78c5-47a9-b9d9-df28d2980b5f /boot   ext3
defaults,relatime0   2
# /dev/mapper/arwen-swap_1
UUID=0bbe0c36-3366-40ef-b99d-46a3ae798609 noneswapsw
  0   0
/dev/hdc/media/cdrom0   udf,iso9660 user,noauto,exec 0   0

none  /proc/bus/usb  usbfs
auto,busgid=1002,busmode=0775,devgid=1002,devmode=0664  0  0

//192.168.1.21/appz  /Frodo/Appz 
cifs
user=joacim,password=,rw,iocharset=utf8,file_mode=0777,dir_mode=0777,noperm
 0 0
//192.168.1.21/movies/Frodo/Movies   
cifs
user=joacim,password=,rw,iocharset=utf8,file_mode=0777,dir_mode=0777,noperm
 0 0
//192.168.1.21/music /Frodo/Music
cifs
user=joacim,password=,rw,iocharset=utf8,file_mode=0777,dir_mode=0777,noperm
 0 0
//192.168.1.21/shares/Frodo/Shares   
cifs
user=joacim,password=,rw,iocharset=utf8,file_mode=0777,dir_mode=0777,noperm
 0 0
//192.168.1.21/webroots  /Frodo/Webroots 
cifs
user=joacim,password=,rw,iocharset=utf8,file_mode=0777,dir_mode=0777,noperm
 0 0

Manually mounting works (sudo mount -a)

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

-- 
samba mount does not work at boot time
https://bugs.edge.launchpad.net/bugs/354430
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 354430] Re: samba mount does not work at boot time

2009-04-03 Thread Alessandro Ghersi
** Package changed: ubuntu = samba (Ubuntu)

-- 
samba mount does not work at boot time
https://bugs.launchpad.net/bugs/354430
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