[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


[Bug 354308] [NEW] fglrx (8.600) crashes on X1600 mobility

2009-04-03 Thread Patrick Cornelissen
Public bug reported:

I've upgraded to Jaunty, but the fglrx that was supposed to work
(regarding the blog entries concerning fglrx) doesn't.

The system freezes when I start X. BTW: I am using Dualhead.
The radeon driver is slow as hell, so it's not an alternative.

My Hardware:

ATI Technologies Inc M56P [Radeon Mobility X1600] rev 0, ChipID = 0x71c5

The radoen driver also said this in xorg.log

(II) RADEON(0): ATOM BIOS Rom:
SubsystemVendorID: 0x103c SubsystemID: 0x309f
IOBaseAddress: 0x4000
Filename: BR21601.BIN
BIOS Bootup Message:
HP AngelFire3.0(EFL80) M56-P 256M ATOM BIOS 425e/378m

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
fglrx (8.600) crashes on X1600 mobility 
https://bugs.launchpad.net/bugs/354308
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 327499] Re: kernel 2.6.28 doesn't boot on a dell inspiron 2650

2009-04-03 Thread Evan Goers
I have the same problem(same laptop) on Debian Sid. Neither 
linux-image-2.6.28-1-686 nor linux-image-2.6.29-1-686 boot properly.
I wonder if other Dell laptops around the same era are affected as well?

-- 
kernel 2.6.28 doesn't boot on a dell inspiron 2650
https://bugs.launchpad.net/bugs/327499
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 354137] Re: tag bugs from Netbook Remix installs

2009-04-03 Thread Martin Pitt
In fact the netbook guys wanted to have their bugs reported against an
entirely separate project, see bug 338835. I recently added the
necessary infrastructure to apport. Now you just need to ship an apport
crashdb configuration file, see the bug above for details.

Therefore I reassing this to the UNR guys.

** Package changed: apport (Ubuntu) = ubuntu-netbook-remix-default-
settings (Ubuntu)

** Changed in: ubuntu-netbook-remix-default-settings (Ubuntu)
 Assignee: (unassigned) = Canonical Mobile Team (canonical-mobile)

-- 
tag bugs from Netbook Remix installs
https://bugs.launchpad.net/bugs/354137
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346846] Re: No password prompt for encrypted eSATA disk

2009-04-03 Thread Kees Cook
Command history for attached files:

terminal 1:
sudo /etc/init.d/hal stop
sudo hald --verbose=yes --daemon=no 21 | tee /tmp/hal.log

terminal 2:
lshal  /tmp/lshal.txt
gnome-mount -vbd /dev/sde1 21 | tee /tmp/user_gnome-mount.txt
sudo gnome-mount -vbd /dev/sde1 21 | tee /tmp/sudo_gnome-mount.txt
lshal  /tmp/lshal_mounted.txt
gnome-mount -vbud /dev/sde1 21 | tee /tmp/user_gnome-mount_u.txt
sudo gnome-mount -vbud /dev/sde1 21 | tee /tmp/sudo_gnome-mount_u.txt


** Attachment added: hal.log
   http://launchpadlibrarian.net/24737236/hal.log

-- 
No password prompt for encrypted eSATA disk
https://bugs.launchpad.net/bugs/346846
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346846] Re: No password prompt for encrypted eSATA disk

2009-04-03 Thread Kees Cook

** Attachment added: lshal_mounted.txt
   http://launchpadlibrarian.net/24737275/lshal_mounted.txt

-- 
No password prompt for encrypted eSATA disk
https://bugs.launchpad.net/bugs/346846
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346846] Re: No password prompt for encrypted eSATA disk

2009-04-03 Thread Kees Cook
During the non-sudo gnome-mount -u, I was prompted for the PK password,
but it still seemed to slightly fail.

** Attachment added: sudo_gnome-mount_u.txt
   http://launchpadlibrarian.net/24737297/sudo_gnome-mount_u.txt

-- 
No password prompt for encrypted eSATA disk
https://bugs.launchpad.net/bugs/346846
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 9722] Re: Loading SVG images as background blows up bitmap instead

2009-04-03 Thread Robert Ancell
The rendering is done in libgnome-desktop

** Package changed: nautilus (Ubuntu) = gnome-desktop (Ubuntu)

-- 
Loading SVG images as background blows up bitmap instead
https://bugs.launchpad.net/bugs/9722
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353690] Re: failsafe x session fails because the failsafe menu is still using the display

2009-04-03 Thread Bryce Harrington
[confirmed behavior on my test box]

** Changed in: xorg (Ubuntu)
   Importance: Undecided = Medium

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

-- 
failsafe x session fails because the failsafe menu is still using the display
https://bugs.launchpad.net/bugs/353690
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346846] Re: No password prompt for encrypted eSATA disk

2009-04-03 Thread Kees Cook

** Attachment added: lshal.txt
   http://launchpadlibrarian.net/24737242/lshal.txt

-- 
No password prompt for encrypted eSATA disk
https://bugs.launchpad.net/bugs/346846
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346846] Re: No password prompt for encrypted eSATA disk

2009-04-03 Thread Kees Cook

** Attachment added: user_gnome-mount.txt
   http://launchpadlibrarian.net/24737245/user_gnome-mount.txt

-- 
No password prompt for encrypted eSATA disk
https://bugs.launchpad.net/bugs/346846
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346846] Re: No password prompt for encrypted eSATA disk

2009-04-03 Thread Kees Cook

** Attachment added: sudo_gnome-mount.txt
   http://launchpadlibrarian.net/24737248/sudo_gnome-mount.txt

-- 
No password prompt for encrypted eSATA disk
https://bugs.launchpad.net/bugs/346846
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346846] Re: No password prompt for encrypted eSATA disk

2009-04-03 Thread Kees Cook

** Attachment added: user_gnome-mount_u.txt
   http://launchpadlibrarian.net/24737283/user_gnome-mount_u.txt

-- 
No password prompt for encrypted eSATA disk
https://bugs.launchpad.net/bugs/346846
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 335472] Re: device-mapper: remove ioctl failed: Device or resource busy

2009-04-03 Thread Todd Deshane
On a crash, the loopback device also stays mounted and it can't be
umounted (not any way that I can find at least)

For example:
sudo losetup -a
/dev/loop0: [0807]:2613376 (/tmp/vmbuilder_NclQw/disk0.img)

-- 
device-mapper: remove ioctl failed: Device or resource busy
https://bugs.launchpad.net/bugs/335472
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 9722] Re: Loading SVG images as background blows up bitmap instead

2009-04-03 Thread Robert Ancell
Attached patch: 
* debian/patches/10_gnome_bg_smooth_svg_scale.patch:
   - Render SVG backgrounds set to SCALE, ZOOM or FILL at maximum resolution


** Attachment added: gnome-desktop_2.26.0-0ubuntu3.diff.gz
   http://launchpadlibrarian.net/24737187/gnome-desktop_2.26.0-0ubuntu3.diff.gz

-- 
Loading SVG images as background blows up bitmap instead
https://bugs.launchpad.net/bugs/9722
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 354062] Re: Screen is trashed after upgrade from Hardy to Jaunty

2009-04-03 Thread Bryce Harrington
Hi Francis,

Are you able to reproduce the failure if you boot with the old backup?

Also, you attached two old config files, xorg.conf.20090330204509 and
xorg.conf.20090330181256.  Which of those two was in place when the
error occurred?

While obviously we wouldn't want to see the user's system trashed, at
least it sounds like the recovery process worked okay for you.

Also, it is generally recommend that people upgrade from Hardy to
Intrepid, and then Intrepid to Jaunty.  Testing generally focuses on
Distro - Distro +1 upgrades, and Distro - Distro + 2 upgrades are not
usually supported.

** Package changed: xorg (Ubuntu) = xserver-xorg-video-intel (Ubuntu)

** Summary changed:

- Screen is trashed after upgrade from Hardy to Jaunty
+ Screen black with colored noise bars after upgrade from Hardy to Jaunty

-- 
Screen black with colored noise bars after upgrade from Hardy to Jaunty
https://bugs.launchpad.net/bugs/354062
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353924] Re: Offline home page always English (browser language hard-coded to en-US)

2009-04-03 Thread Timo Jyrinki
Tested that the fix is not working, mostly because the browser always
returns en-US.

22:19  asac so we need to fix the other bug which was made wontfix upstream 
  because we shouldnt use the other mechanism
---
(what changed since intrepid)
22:26  asac Mirv: we dropped localized pref for user locale
---
22:28  asac usually i dont like reopening old bugs
22:28  asac if its a regression its a different bug
22:28  asac this is different because its an upstream bug
---


** Description changed:

  Binary package hint: ubufox
- 
- Probably commit
- http://bazaar.launchpad.net/~asac/ubufox/main/revision/149 broke the
- showing of localized home page in offline mode. The code is still there
- but in jaunty it doesn't seem to work anymore. For example,
- file:///usr/share/ubuntu-artwork/home/locales/index-fi_FI.html would
- still be there to use in Ubuntu 9.04, and it is also updated for 9.04.
- However, it is now never shown to the users.
  
  The problem seems to be that general.useragent.locale is always en-US,
  and only general.useragent.locale is queried in the startpage.html code.
  Probably some sort of thing returned by JavaScript should be used
  instead, since I don't have anything in about:config that would tell my
  Ubuntu's and browser's language correctly.
  
  However, I don't know how would I be able to get the correct language
  even in JavaScript, since navigator.language, window.navigator.language
  seem to also be hard-coded to en-US, together with the part of
  navigator.userAgent. _Only_ the Accept-Language HTTP header shows the
  correct language.
  
  Attaching a test HTML page. With Ubuntu 8.10, I get correct fi-FI locale
  in all three boxes. In Ubuntu 9.04, I get en-US in all of those.
  
  This bug probably should be limited to ubufox / start page problem even
  though it now has lots of information. Therefore I re-opened bug #117915
- for the navigator language problem in general.
+ for the navigator language problem in general. It was now again closed,
+ but there is a relevant upstream bug linked to it.
  
  (
 Original description was...
  
 Commit http://bazaar.launchpad.net/~asac/ubufox/main/revision/141.1.1
  resetted all URLs for the offline home page to the English version,
  resulting in that the (existing) localized versions aren't shown. The
  URLs are browser.throbber.url and app.update.url.details in
  ubufox.properties.
  
-...and it was false in that the URLs in ubufox.properties are not needed 
anymore because of the code in startpage.html, which works in Ubuntu 8.10
+...and it was false in that the URLs in ubufox.properties are not
+ needed anymore because of the code in startpage.html, which works in
+ Ubuntu 8.10
+ 
+   Then the description was...
+ 
+Probably commit
+ http://bazaar.launchpad.net/~asac/ubufox/main/revision/149 broke the
+ showing of localized home page in offline mode. The code is still there
+ but in jaunty it doesn't seem to work anymore. For example,
+ file:///usr/share/ubuntu-artwork/home/locales/index-fi_FI.html would
+ still be there to use in Ubuntu 9.04, and it is also updated for 9.04.
+ However, it is now never shown to the users.
+ 
+...but it is also false, or at least the code would work with the patch in 
this bug, but probably otherwise too. So we just don't get anything else than 
en-US from anywhere.
  )

-- 
Offline home page always English (browser language hard-coded to en-US)
https://bugs.launchpad.net/bugs/353924
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353879] Re: FFE: move launchpad crash database implementation to launchpadlib

2009-04-03 Thread Martin Pitt
MIR was approved now, depending on this FFE approval.

-- 
FFE: move launchpad crash database implementation to launchpadlib
https://bugs.launchpad.net/bugs/353879
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353846] Re: Please include into main

2009-04-03 Thread Martin Pitt
Thanks. The switch is already prepared in a branch and available in PPA,
waiting for the FFE in bug 353879 to get approved. Once done, p-lp-bugs
automatically falls out of main.

-- 
Please include into main
https://bugs.launchpad.net/bugs/353846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353341] Re: regression - Wlan stopped working

2009-04-03 Thread Steve Beattie
Thanks for taking the time to report your problem and help improve
Ubuntu. We do need more information from you to help determine why your
wireless isn't working. Can you please:

  1) tell us information about the kind of wifi network you're trying to 
connect to: is it open or protected with wpa?
  2) are you using network-manager|the networking widget in the menu bar to 
attempt to connect?
  3) can you please run 'apport-collect -p network-manager 353341' on your 
system? This will attach a number of useful logs and information about your 
system to help us track down what's going wrong.

Thanks!

** Package changed: ubuntu = linux (Ubuntu)

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

** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Tags removed: regression-update

-- 
regression - Wlan stopped working
https://bugs.launchpad.net/bugs/353341
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 286273] Re: pavucontrol crashed with SIGSEGV in MainWindow::updateServer at pavucontrol.cc:848

2009-04-03 Thread Daniel Holbach
Good work! I just changed LP 286273 to LP: 286273. :-)

-- 
pavucontrol crashed with SIGSEGV in MainWindow::updateServer at 
pavucontrol.cc:848
https://bugs.launchpad.net/bugs/286273
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 286273] Re: pavucontrol crashed with SIGSEGV in MainWindow::updateServer at pavucontrol.cc:848

2009-04-03 Thread Launchpad Bug Tracker
This bug was fixed in the package pavucontrol - 0.9.7-1ubuntu2

---
pavucontrol (0.9.7-1ubuntu2) jaunty; urgency=low

  * 0002-Handle-noninitialised-data.patch: Backport from upstream
01e4826b653065268e7a4b8d57e528836e167a23, makes pavucontrol
more robust against LP: #286273.

 -- Daniel T Chen crim...@ubuntu.com   Thu, 02 Apr 2009 00:21:20 -0400

** Changed in: pavucontrol (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
pavucontrol crashed with SIGSEGV in MainWindow::updateServer at 
pavucontrol.cc:848
https://bugs.launchpad.net/bugs/286273
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 354289] Re: Font size too small in gdm login screen - Options for 40 sony lcd tv that reports 30*30 dpi

2009-04-03 Thread Bryce Harrington
 With Jaunty and newer, we no longer use the forced 96 dpi for the
logged in session, so the dpi should be consistent with the GDM login
screen

No, it turned out that even though X was reporting dpi settings
correctly, GNOME did not handle non-96 dpi very well in all
circumstances so they opted to return to forcing 96 dpi.

It looks like X is providing accurate dpi for your system (1920/1625 *
25.4 = 30) so I don't see that there is an X bug here.

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

-- 
Font size too small in gdm login screen - Options for 40 sony lcd tv that 
reports 30*30 dpi
https://bugs.launchpad.net/bugs/354289
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 350837] Re: Please sync libsql-abstract-limit-perl 2:0.14.1-2 (universe) from Debian unstable (main)

2009-04-03 Thread Daniel Holbach
ACKed.

** Changed in: libsql-abstract-limit-perl (Ubuntu)
   Status: New = Confirmed

-- 
Please sync libsql-abstract-limit-perl 2:0.14.1-2 (universe) from Debian 
unstable (main)
https://bugs.launchpad.net/bugs/350837
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-04-03 Thread Steve Beattie
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team)

-- 
no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)
https://bugs.launchpad.net/bugs/318942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 345989] Re: GtkTreeStore doesn't handle GtkBuildable data tag.

2009-04-03 Thread Robert Ancell
Upstream has confirmed this is a bug in Glade 3 (the data for TreeStore
GtkBuildable has yet to be defined).  This feature will be removed in
Glade 3.6.1.


** Package changed: gtk+2.0 (Ubuntu) = glade-3 (Ubuntu)

-- 
GtkTreeStore doesn't handle GtkBuildable data tag.
https://bugs.launchpad.net/bugs/345989
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295195] Re: DontVTSwitch ignored if AutoAddDevices and AutoEnableDevices are set to false

2009-04-03 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Unknown = Confirmed

-- 
DontVTSwitch ignored if AutoAddDevices and AutoEnableDevices are set to false
https://bugs.launchpad.net/bugs/295195
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 354309] [NEW] network-manager lacks configuration params

2009-04-03 Thread Hadmut Danisch
Public bug reported:

Binary package hint: network-manager

Hi,

when moving from manual ifup/down configuration to network-manager when
testing jaunty beta I ran into several shortcomings of network-manager
(compared to ifup-down)

* there are no pre-up/post-down scripts run (this is bug #336736)

* network-manager does not tell, which configuration was chosen (e.g. the name 
of the network configuration), 
  like ifup/down does when running the scripts. Should pass this as a third 
parameter or as an environment 
  variable (and forward to the /etc/network/ifup.d.. scripts)

* with /etc/network/interfaces you can pass additional arbitrary parameters 
(i.e. environment variables) to 
   the scripts run, where network-manager lacks this ability

* ifup/down supports a feature like script-driven selection of the 
configuration, e.g. with guessnet, which allows
  automatic selection of the network configuration, depending where you are 
(e.g. by trying arp requests)


regards
Hadmut

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
network-manager lacks configuration params
https://bugs.launchpad.net/bugs/354309
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 354309] Re: network-manager lacks configuration params

2009-04-03 Thread Hadmut Danisch
Additional comment: Plenty of packages add their own scripts to
/etc/network/if-*.d e.g. to set nameservers, dns-search paths and things
like that. These are all broken when using network-manager due to the
lack to set configuration variables.

Network-manager should mimic the ifup/down as much as possible to keep
the other debian/ubuntu packages running.

-- 
network-manager lacks configuration params
https://bugs.launchpad.net/bugs/354309
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353887] Re: [Gateway ML6720] computer freezes when suspending

2009-04-03 Thread astrophoenix
I'm building a new kernel with ACPI DEBUG turned on

-- 
[Gateway ML6720] computer freezes when suspending
https://bugs.launchpad.net/bugs/353887
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 346606] Re: Please sync pastescript (1.7.3-2) from Debian

2009-04-03 Thread Daniel Holbach
Sponsors ACK.

** Summary changed:

- [FFE] Please pull pastescript from Debian testing
+ Please sync pastescript (1.7.3-2) from Debian

** Description changed:

+  pastescript  (1.7.3-2) unstable; urgency=low
+ 
+* Change Debian packaging license to MIT (to match upstream)
+* Upload to unstable
+ 
+  -- Piotr Ożarowski pi...@debian.org  Sun, 15 Feb 2009 21:29:30 +0100
+ 
+ pastescript (1.7.3-1) experimental; urgency=low
+ 
+* New upstream release (upload to experimental due to Lenny freeze, to ease
+  testing rev. dependencies)
+* ignore exceptions in bash completion script
+ 
+  -- Piotr Ożarowski pi...@debian.org  Tue, 11 Nov 2008 10:47:58 +0100
+ 
+ pastescript (1.7.2-1) experimental; urgency=low
+ 
+[ Sandro Tosi ]
+* Switch Vcs-Browser field to viewsvn
+  
+[ Piotr Ożarowski ]
+* New upstream release (upload to experimental due to Lenny freeze, to ease
+  testing rev. dependencies)
+ 
+  -- Piotr Ożarowski pi...@debian.org  Thu, 06 Nov 2008 18:48:42 +0100
+ 
+ pastescript (1.7-1) experimental; urgency=low
+ 
+* New upstream release (upload to experimental due to Lenny freeze, to ease
+  testing rev. dependencies)
+* Update patches/02_rename_templates_dir patch and debian/rules to handle
+  new directory name
+* Add lintian override for license.txt_tmpl (template detected as extra
+  license file)
+* Build docs using Sphinx:
+  + python-sphinx replaced python-docutils build dependency
+  + new suggested package: libjs-jquery
+* Add bash completion for paster
+ 
+  -- Piotr Ożarowski pi...@debian.org  Thu, 30 Oct 2008 19:41:02 +0100
+ 
+ 
+ 
+ 
  Description:Ubuntu jaunty (development branch)
  Release:9.04
  
  Version:1.6.3-1
  
  On import paste.script.copydir with python2.6:
  
  Traceback (most recent call last):
File stdin, line 1, in module
File /var/lib/python-support/python2.6/paste/script/copydir.py, line 398, 
in module
  class LaxTemplate(string.Template):
File /usr/lib/python2.6/string.py, line 119, in __init__
  cls.pattern = _re.compile(pattern, _re.IGNORECASE | _re.VERBOSE)
File /usr/lib/python2.6/re.py, line 190, in compile
  return _compile(pattern, flags)
File /usr/lib/python2.6/re.py, line 238, in _compile
  raise ValueError('Cannot process flags argument with a compiled pattern')
  ValueError: Cannot process flags argument with a compiled pattern
  
  
  Apparently this is fixed in recent upstream versions (1.7+).

-- 
Please sync pastescript (1.7.3-2) from Debian
https://bugs.launchpad.net/bugs/346606
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 328020] Re: cannot mount NetWare (ipx) server

2009-04-03 Thread Gilles Teisseire
Hi!

I use ncpfs 2.2.6-6 on Jaunty beta.
It was working until yesterday. Now I can't mount or print on netware server

-- 
cannot mount NetWare (ipx) server
https://bugs.launchpad.net/bugs/328020
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 354209] [NEW] Kicker (K-Menu) don't disappear as usual (Kubuntu/Jaunty)

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

Observation before update from 1.april:
Clicking on the start-here-icon (Kicker) opened the menu and in the 
search-field was blinking the text-cursor. Clicking on the desktop with the 
mouse closed the menu. All as usual ...

Observation after recent update-installs:
Clicking on the start-here-icon is open the menu, but the text-cursor is not 
blinking. Clicking on the desktop without effects. It's still open ... With one 
click on the menu let the text-cursor blinking again. Then all is as usual.

Starting a application haves still normal behavior.

Kicker in this situation is very uncomfortable.

** Affects: kdebase-workspace (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Kicker (K-Menu) don't disappear as usual (Kubuntu/Jaunty)
https://bugs.launchpad.net/bugs/354209
You received this bug notification because you are a member of Kubuntu Bugs, 
which is subscribed to kdebase-workspace in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 277491] Re: totem hangs during video playback

2009-04-03 Thread Santiago
after latest updates in intrepid totem stopped working... it can't
reproduce any kind of video, tried .avi, .mpg, .mp4, .flv... and totem
becomes black and white and nothing happens... no problem with Gnome
MPlayer... the same with pidgin in MSN... can't start to chat... i'm
using Empathy now and recently Update Manager hanged me up like totem
when i clicked in check for new updates... i had ubuntu fresh
installed 3 or 4 weeks ago and didn't messed around with nothing... just
installed normal updates... can anybody confirm this odd behavior too?
My ubuntu become so unstable... remember hardy heron alpha 4 or 5 more
stable than right now.

cheers,

-- 
totem hangs during video playback
https://bugs.launchpad.net/bugs/277491
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 354209] Re: Kicker (K-Menu) don't disappear as usual (Kubuntu/Jaunty)

2009-04-03 Thread Andreas Blochberger
I can confirm this, the search field used to hae the focus, and the menu
closed after clicking outside of it. Both is not the case anymore since
the update to 4.2.2

** Package changed: ubuntu = kdebase-workspace (Ubuntu)

-- 
Kicker (K-Menu) don't disappear as usual (Kubuntu/Jaunty)
https://bugs.launchpad.net/bugs/354209
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 346803] Re: Radeon XPRESS 200M 5955 not recognized by aticonfig:No supported adapters detected

2009-04-03 Thread Jonathan Harker
*** This bug is a duplicate of bug 284408 ***
https://bugs.launchpad.net/bugs/284408

** This bug has been marked a duplicate of bug 284408
   r3xx Hardware does not work with fglrx [EPR#257839]

-- 
Radeon XPRESS 200M 5955 not recognized by aticonfig:No supported adapters 
detected
https://bugs.launchpad.net/bugs/346803
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 354251] Re: package python3.0-minimal 3.0.1-0ubuntu10 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-04-03 Thread Benji
I have the same problem.  Here is the output of dpkg

g...@rosmarin:~$ sudo dpkg --configure -a
Setting up python3.0-minimal (3.0.1-0ubuntu10) ...
Linking and byte-compiling packages for runtime python3.0...
pycentral: pycentral rtinstall: installed runtime python3.0 not found
pycentral rtinstall: installed runtime python3.0 not found
dpkg: error processing python3.0-minimal (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of python3.0:
 python3.0 depends on python3.0-minimal (= 3.0.1-0ubuntu10); however:
  Package python3.0-minimal is not configured yet.
dpkg: error processing python3.0 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python3.0-dev:
 python3.0-dev depends on python3.0 (= 3.0.1-0ubuntu10); however:
  Package python3.0 is not configured yet.
dpkg: error processing python3.0-dev (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libpython3.0:
 libpython3.0 depends on python3.0 (= 3.0.1-0ubuntu10); however:
  Package python3.0 is not configured yet.
dpkg: error processing libpython3.0 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python3.0-minimal
 python3.0
 python3.0-dev
 libpython3.0

-- 
package python3.0-minimal 3.0.1-0ubuntu10 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/354251
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 354209] Re: Kicker (K-Menu) don't disappear as usual (Kubuntu/Jaunty)

2009-04-03 Thread dusk
Confirmed for KDE 4.2.2 and Jaunty.

-- 
Kicker (K-Menu) don't disappear as usual (Kubuntu/Jaunty)
https://bugs.launchpad.net/bugs/354209
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 344199] Re: Screen Smearing in Kubuntu with KDE composting effects

2009-04-03 Thread dotancohen
http://launchpadlibrarian.net/24736061/Xorg.0.log
http://launchpadlibrarian.net/24736068/xorg.conf


** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Incomplete = New

-- 
Screen Smearing in Kubuntu with KDE composting effects
https://bugs.launchpad.net/bugs/344199
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353303] Re: Hangs on Will now halt/reboot

2009-04-03 Thread Ludovico Cavedon
** Description changed:

  Jaunty Beta x86_64
  Kernel 2.6.28-11-generic
  Laptop: HP Pavilion dv2570el
  
  Most of the times it hangs on Will now halt ot Will now reboot.
  If I press Ctrl+Alt+Del it actually continues and reboot.
  
  Running the kernel with verbose and without splash, I noticed a general 
protection fault right before the will now halt/reboot; it has to do with 
Network Manager and I think is caused by the iw3945 wifi driver.
  However the messages are too late and not captured by syslog. How can I get 
them?
  
- May be related to #349778
+ May be related to bug #349778
  
  ProblemType: Bug
  Architecture: amd64
  DistroRelease: Ubuntu 9.04
  MachineType: Hewlett-Packard HP Pavilion dv2500 Notebook PC
  Package: linux-image-2.6.28-11-generic 2.6.28-11.38+ppa1
  ProcCmdLine: root=UUID=4b1781b2-c9e1-4f04-a466-b85565fdcd72 ro quiet splash
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.28-11.38+ppa1-generic
  SourcePackage: linux
  UnreportableReason: This is not a genuine Ubuntu package

-- 
Hangs on Will now halt/reboot
https://bugs.launchpad.net/bugs/353303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353187] Re: evolution-exchange-storage: /build/buildd/libical-0.43/src/libical/icalerror.c:106: icalerror_set_errno: Assertion `0' failed.

2009-04-03 Thread Kib Reed
I am having the same issue.  Here is the bug I submitted on bugzilla as
I have been trying to work on this issue:
http://bugzilla.gnome.org/show_bug.cgi?id=577361

I may be wrong as I don't know a lot about coding in c, but it appears
it may be a timezone issue in the calendar entry.

I can provide more as I am able to run this with debug symbols.  I have
also confirmed this issue exists in Evolution 2.26.1 compiled from SVN
trunk as of tonight as I have been debugging this issue.

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

-- 
evolution-exchange-storage: 
/build/buildd/libical-0.43/src/libical/icalerror.c:106: icalerror_set_errno: 
Assertion `0' failed.
https://bugs.launchpad.net/bugs/353187
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 148291] Re: Unable to start the settings manager 'gnome-settings-daemon'.

2009-04-03 Thread Adam Niedling
I also get the same error message as the original reporter when I try to
start the appearances menu:

Unable to start the settings manager 'gnome-settings-daemon'.
Without the GNOME settings manager running, some preferences may not take 
effect. This could indicate a problem with Bonobo, or a non-GNOME (e.g. KDE) 
settings manager may already be active and conflicting with the GNOME settings 
manager.

-- 
Unable to start the settings manager 'gnome-settings-daemon'.
https://bugs.launchpad.net/bugs/148291
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 20675] Re: About Me applet unable to change GECOS (full name etc) information

2009-04-03 Thread Robert Ancell
** Summary changed:

- About Me applet issues
+ About Me applet unable to change GECOS (full name etc) information

-- 
About Me applet unable to change GECOS (full name etc) information
https://bugs.launchpad.net/bugs/20675
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 354312] Re: [MICRO-STAR INTERNATIONAL CO., LTD MS-7125] suspend/resume failure

2009-04-03 Thread Koterpillar

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/24737783/BootDmesg.txt

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

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/24737785/HalComputerInfo.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/24737786/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/24737787/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/24737788/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/24737789/ProcInterrupts.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/24737790/ProcMaps.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/24737792/ProcModules.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/24737793/ProcStatus.txt

** Attachment added: SleepLog.txt
   http://launchpadlibrarian.net/24737794/SleepLog.txt

-- 
[MICRO-STAR INTERNATIONAL CO., LTD MS-7125] suspend/resume failure
https://bugs.launchpad.net/bugs/354312
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 354312] [NEW] [MICRO-STAR INTERNATIONAL CO., LTD MS-7125] suspend/resume failure

2009-04-03 Thread Koterpillar
Public bug reported:

After suspend/resume attempt, there was no more video signal on the
display, keyboard didn't work.

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
Architecture: amd64
CurrentDmesg: [   47.176015] eth0: no IPv6 routers present
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
InterpreterPath: /usr/bin/python2.6
MachineType: MICRO-STAR INTERNATIONAL CO., LTD MS-7125
Package: linux-image-2.6.28-11-generic 2.6.28-11.39
ProcAttrCurrent: unconfined
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.28-11-generic 
root=UUID=4118b20b-0d8a-407f-beb9-1616924463bc ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.28-11.39-generic
SourcePackage: linux
Tags: resume suspend
Title: [MICRO-STAR INTERNATIONAL CO., LTD MS-7125] suspend/resume failure
UserGroups:

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


** Tags: amd64 apport-kerneloops resume suspend

-- 
[MICRO-STAR INTERNATIONAL CO., LTD MS-7125] suspend/resume failure
https://bugs.launchpad.net/bugs/354312
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 354294] Re: Intel video is very slow on Jaunty

2009-04-03 Thread Chris Wells
*** This bug is a duplicate of bug 339555 ***
https://bugs.launchpad.net/bugs/339555

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 339555, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 339555
   compiz slowmotion after Jaunty upgrade

-- 
Intel video is very slow on Jaunty
https://bugs.launchpad.net/bugs/354294
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 338669] Re: (Needs UXA) painting artifacts after qt4.5 upgrade on intel chipset

2009-04-03 Thread Bryce Harrington
I included this bug in the list of issues to discuss with Intel today.
They report that in their experience this issue is caused by the application, 
not X.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Triaged = Invalid

-- 
(Needs UXA) painting artifacts after qt4.5 upgrade on intel chipset
https://bugs.launchpad.net/bugs/338669
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 317127] Re: evtouch calibrate tool does not detect mouse position

2009-04-03 Thread Timo Aaltonen
xf86-input-evtouch (0.8.8-0ubuntu3) jaunty; urgency=low

  * 21_more_calibration_fixups.patch: Make calibration work on xserver-1.6

   Date: Sun, 22 Mar 2009 20:58:58 -0400
Changed-By: Thomas Jaeger thjae...@gmail.com
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Signed-By: Timo Aaltonen tjaal...@ubuntu.com
https://launchpad.net/ubuntu/jaunty/+source/xf86-input-evtouch/0.8.8-0ubuntu3

==

Announcing to jaunty-chan...@lists.ubuntu.com

Thank you for your contribution to Ubuntu.


** Changed in: xf86-input-evtouch (Ubuntu)
   Status: Confirmed = Fix Released

-- 
evtouch calibrate tool does not detect mouse position
https://bugs.launchpad.net/bugs/317127
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 308435] Re: [Intrepid] suspend hangs on resume in 2.6.27-9-generic

2009-04-03 Thread trevor t
Leann

Thanks for follow up. Issue still remains.

Tested with Jaunty 9.04 Beta LiveCD. Suspended using menu. Restored with
front panel power button.

Screens are black. Now, when keyboard key is held down, or mouse is
moved, the cursor flickers. However, it no longer stops responding.

dmesg output is attached. It will take a few days get results of debug
steps.



** Attachment added: dmesg.txt
   http://launchpadlibrarian.net/24737847/dmesg.txt

-- 
[Intrepid] suspend hangs on resume in 2.6.27-9-generic
https://bugs.launchpad.net/bugs/308435
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >