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

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

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

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

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


[Bug 246322] Re: nis package must provide DHCP client scripts

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

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

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

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


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

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

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

I'll attach a patch shortly.

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

-- 
ssh's init script should generate host keys if they're missing
https://bugs.launchpad.net/bugs/246558
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 246578] Re: using net ads join with -S breaks if given the long domain name

2008-07-08 Thread gavinmc

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

-- 
using net ads join with -S breaks if given the long domain name 
https://bugs.launchpad.net/bugs/246578
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 246578] [NEW] using net ads join with -S breaks if given the long domain name

2008-07-08 Thread gavinmc
Public bug reported:

Binary package hint: samba

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

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

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

Failed to join domain: Duplicate name on network  

but this works:

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

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

and this works:

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

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

-- 
using net ads join with -S breaks if given the long domain name 
https://bugs.launchpad.net/bugs/246578
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 246322] Re: nis package must provide DHCP client scripts

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

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

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

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

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

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


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

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

** Description changed:

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

** Description changed:

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

-- 
dnsmasq's dhcp blocked to clients by firestarter
https://bugs.launchpad.net/bugs/242869
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in ubuntu.

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


[Bug 242325] Re: [SRU] Samba with ldap passwd sync = only fails to change passwords

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

-- 
[SRU] Samba with ldap passwd sync = only fails to change passwords
https://bugs.launchpad.net/bugs/242325
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 246664] [NEW] during winbind upgrade running desktop is harmed

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

Binary package hint: samba

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

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

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

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

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

-- 
during winbind upgrade running desktop is harmed
https://bugs.launchpad.net/bugs/246664
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 245493] Re: sharing a folder reports permission issues in Hardy Heron (32 bit)

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

Regards
chuck

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

-- 
sharing a folder reports permission issues in Hardy Heron (32 bit)
https://bugs.launchpad.net/bugs/245493
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 200614] Re: segfault and warnings from net-snmp 5.4.x

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

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

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

-- 
segfault and warnings from net-snmp 5.4.x
https://bugs.launchpad.net/bugs/200614
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.

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


[Bug 203169] Re: status function for init scripts

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

:-Dustin

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

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

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

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


[Bug 246702] [NEW] [CVE-2008-1447] Randomize DNS query source ports to prevent cache poisoning

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

Public security bug reported:

Binary package hint: bind9

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

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

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

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

[...]

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

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

References

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

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

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

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

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

** Visibility changed to: Public

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

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

-- 
[CVE-2008-1447] Randomize DNS query source ports to prevent cache poisoning
https://bugs.launchpad.net/bugs/246702
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


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

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

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

-- 
ssh's init script should generate host keys if they're missing
https://bugs.launchpad.net/bugs/246558
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Blueprint groupware-server] Groupware Server

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

Whiteboard changed to:

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

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

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

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

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

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

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

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

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


[Bug 246702] Re: [CVE-2008-1447] Randomize DNS query source ports to prevent cache poisoning

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

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

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

-- 
[CVE-2008-1447] Randomize DNS query source ports to prevent cache poisoning
https://bugs.launchpad.net/bugs/246702
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 203169] Re: status function for init scripts

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

:-Dustin

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

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


[Bug 203169] Re: status function for init scripts

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

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

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


[Bug 203169] Re: status function for init scripts

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

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

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


[Bug 203169] Re: status function for init scripts

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

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

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


[Bug 203169] Re: status function for init scripts

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

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

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


[Bug 203169] Re: status function for init scripts

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

:-Dustin

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

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


[Bug 203169] Re: status function for init scripts

2008-07-08 Thread Dustin Kirkland
Patch for at

:-Dustin

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

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

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


[Bug 203169] Re: status function for init scripts

2008-07-08 Thread Dustin Kirkland
Patch for bind9

:-Dustin

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

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

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


[Bug 203169] Re: status function for init scripts

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

:-Dustin

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

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

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


[Bug 203169] Re: status function for init scripts

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

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

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


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

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

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


[Bug 203169] Re: status function for init scripts

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

:-Dustin

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

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

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


[Bug 203169] Re: status function for init scripts

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

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

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

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


[Bug 203169] Re: status function for init scripts

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

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

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


[Bug 203169] Re: status function for init scripts

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

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

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


[Bug 242956] Re: Bind9 (8.04) not returning 'ad' flag when dnssec is enabled

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

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

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


Re: [Bug 229040] Re: debdiff shown as html

2008-07-08 Thread Björn Tillenius
On Sun, Jul 06, 2008 at 04:44:40PM -, Matthew Paul Thomas wrote:
 This appears to be a duplicate of bug 34758.

Not quite. This bug has been fixed, while bug 34758 is still unfixed.

-- 
debdiff shown as html
https://bugs.launchpad.net/bugs/229040
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 151409] Re: No graphical shutdown in Gutsy

2008-07-08 Thread Michael
I'm sorry, I no longer have access to this computer.
If I recall correctly, it would only display the text and then shutdown.

-- 
No graphical shutdown in Gutsy
https://bugs.launchpad.net/bugs/151409
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 246490] [NEW] Trash Icon shows full image when empty

2008-07-08 Thread Paul Serra
Public bug reported:

In Ubuntu 8.04LTS Desktop Edition the trash panel icon shows full when
empty and empty when full.

** Affects: gnome-desktop (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: empty full image trash trashicon

-- 
Trash Icon shows full image when empty
https://bugs.launchpad.net/bugs/246490
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 246437] Re: video and audio output asynchronous (time offset)

2008-07-08 Thread mcas
Thank you for reporting this bug. Please add your ubuntu version and the
output of apt-cache policy avidemux.

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

-- 
video and audio output asynchronous (time offset)
https://bugs.launchpad.net/bugs/246437
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 208802] Re: [hardy] ksynaptics missing from repositories

2008-07-08 Thread Divan
I too would love to see a touchpad program working in hardy.
ksynaptics was great, even if its discontinued, it worked well and touchfreeze 
looks like its not easy to get working...

-- 
[hardy] ksynaptics missing from repositories
https://bugs.launchpad.net/bugs/208802
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 246488] [NEW] sync-request

2008-07-08 Thread Matthias Klose
Public bug reported:

Binary package hint: mauve

please sync mauve  (20080616-1) from unstable; no Ubuntu specific
changes in the Ubuntu package

 mauve  (20080616-1) unstable; urgency=low

   * Update from CVS.

mauve (20080305-1) unstable; urgency=low

   * Initial release.

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

-- 
sync-request
https://bugs.launchpad.net/bugs/246488
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 241349] Re: gmyth package is out-of-date.

2008-07-08 Thread Mario Limonciello
gmyth 0.7.1 is in intrepid.  closing this bug.

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

-- 
gmyth package is out-of-date.
https://bugs.launchpad.net/bugs/241349
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 183303] Re: Can't create new wireless network using mac80211 based drivers

2008-07-08 Thread Motin
** Also affects: wpasupplicant (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Can't create new wireless network using mac80211 based drivers
https://bugs.launchpad.net/bugs/183303
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 123064] Re: Upgrade to Eclipse 3.4

2008-07-08 Thread Matteo Settenvini
Please don't post +1 comments to this bug anymore. The large number of 
subscribers is of course well aware of the issue; you're generating a big 
amount of mail for nothing -- just complaining won't help to get this fixed. 
Moreover, comments that could help to get this done are interleaved with the 
other posts. 
Just quietly subscribe and wait.

If you indeed *can't* wait, please help Rockwalrus with packaging (see
https://launchpad.net/~eclipse-team/+archive) or else make up your own
package and put it in a  PPA.

-- 
Upgrade to Eclipse 3.4
https://bugs.launchpad.net/bugs/123064
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


Re: [Bug 246473] Re: [Intrepid] nautilus crashed with SIGSEGV in gconf_client_remove_dir()

2008-07-08 Thread Dean Loros
*** This bug is a duplicate of bug 182345 ***
https://bugs.launchpad.net/bugs/182345

This happened with the version of Nautilus in Intrepid--is this just a
carry-over bug  if it is, should it just be lumped in with
non-development reports?


A. Walton wrote:
 *** This bug is a duplicate of bug 182345 ***
 https://bugs.launchpad.net/bugs/182345
 
 ** This bug has been marked a duplicate of bug 182345
nautilus crashed with SIGSEGV in gconf_client_remove_dir()


-- 
[Intrepid] nautilus crashed with SIGSEGV in gconf_client_remove_dir()
https://bugs.launchpad.net/bugs/246473
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 246473] Re: [Intrepid] nautilus crashed with SIGSEGV in gconf_client_remove_dir()

2008-07-08 Thread A. Walton
*** This bug is a duplicate of bug 182345 ***
https://bugs.launchpad.net/bugs/182345

It's just a duplicate of a long-standing, well known bug in nautilus-
actions, a nautilus-extension module. It has nothing to do with the
version of Nautilus in Intrepid (or as far as I know, any specific
version of Nautilus period).

-- 
[Intrepid] nautilus crashed with SIGSEGV in gconf_client_remove_dir()
https://bugs.launchpad.net/bugs/246473
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 245911] Re: Add Esperanto chars to keyboard layout [patch]

2008-07-08 Thread J . Pablo Fernández
That should be possible to some extent, and it shouldn't be that hard.
In my opinion, features like adding euro to e, break when you switch to
a layout like Esperanto or USA - Dvorak. So it's hard to me to test my
own work if the reference is broken. I may look into it when I have more
free time. At the moment I'm trying to create some packages to put in my
PPA, so people can start using these layouts without having to apply any
patches or wait for some possible inclusion in future Ubuntus.

-- 
Add Esperanto chars to keyboard layout [patch]
https://bugs.launchpad.net/bugs/245911
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 245887] Re: xsane .desktop file fails to validate

2008-07-08 Thread Launchpad Bug Tracker
This bug was fixed in the package xsane - 0.995-3ubuntu2

---
xsane (0.995-3ubuntu2) intrepid; urgency=low

  * Modify debian/xsane.desktop to make it validate with
desktop-file-validate (LP: #245887)

 -- Nathan Handler [EMAIL PROTECTED]   Sat, 05 Jul 2008
14:47:14 -0500

** Changed in: xsane (Ubuntu)
   Status: Confirmed = Fix Released

-- 
xsane .desktop file fails to validate
https://bugs.launchpad.net/bugs/245887
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 238760] Re: Ubuntu package missing dependancy on mythtv-transcode-utils

2008-07-08 Thread Mario Limonciello
** Changed in: nuvexport (Ubuntu)
   Status: New = Fix Committed

** Changed in: nuvexport (Ubuntu)
 Assignee: (unassigned) = Mario Limonciello (superm1)

-- 
Ubuntu package missing dependancy on mythtv-transcode-utils
https://bugs.launchpad.net/bugs/238760
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 238760] Re: Ubuntu package missing dependancy on mythtv-transcode-utils

2008-07-08 Thread Launchpad Bug Tracker
This bug was fixed in the package nuvexport - 0.21.0-0ubuntu2

---
nuvexport (0.21.0-0ubuntu2) intrepid; urgency=low

  * debian/control:
- Update standards version to 3.8.0
- Add missing dependencies (LP: #238760, #238759)
- Drop mythtv-frontend to Suggests so that we don't
  pull in mythtv-frontend from Recommends.

 -- Mario Limonciello [EMAIL PROTECTED]   Tue, 08 Jul 2008 01:08:48
-0500

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

-- 
Ubuntu package missing dependancy on mythtv-transcode-utils
https://bugs.launchpad.net/bugs/238760
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 238759] Re: Ubuntu package missing dependency on libmyth-perl

2008-07-08 Thread Mario Limonciello
** Changed in: nuvexport (Ubuntu)
   Status: New = Fix Committed

** Changed in: nuvexport (Ubuntu)
 Assignee: (unassigned) = Mario Limonciello (superm1)

-- 
Ubuntu package missing dependency on libmyth-perl
https://bugs.launchpad.net/bugs/238759
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 238759] Re: Ubuntu package missing dependency on libmyth-perl

2008-07-08 Thread Launchpad Bug Tracker
This bug was fixed in the package nuvexport - 0.21.0-0ubuntu2

---
nuvexport (0.21.0-0ubuntu2) intrepid; urgency=low

  * debian/control:
- Update standards version to 3.8.0
- Add missing dependencies (LP: #238760, #238759)
- Drop mythtv-frontend to Suggests so that we don't
  pull in mythtv-frontend from Recommends.

 -- Mario Limonciello [EMAIL PROTECTED]   Tue, 08 Jul 2008 01:08:48
-0500

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

-- 
Ubuntu package missing dependency on libmyth-perl
https://bugs.launchpad.net/bugs/238759
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 220568] Re: firefox font changed to narrower, less readable font

2008-07-08 Thread Arne Goetje
The mapping from Helvetica to Nimbus Sans L is there for a reason:
metric compatibility. This means documents set in Helvetica but opened
in OpenOffice or any other word processor will still have more or less
the same layout. DejaVu Sans is *not* metric compatible, neither with
Helvetica, nor with Arial. Therefor a substitution in favor of DejaVu
Sans would screw up page layouts for documents set in Helvetica or
Arial. Since the fontconfig settings affect all applications on the
desktop, this change needs to be very well thought over.

And I can say that I won't endorse that change on system level. If a
user wants to do it on his system, fine. But the proper way to do it
would be:

cat /etc/fonts/conf.avail/30-metric-aliases.conf  ~/.fonts.conf

Then edit ~/.fonts.conf and do the changes there. That way the changes
will be preserved during an upgrade of fontconfig.

-- 
firefox font changed to narrower, less readable font
https://bugs.launchpad.net/bugs/220568
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 246171] Re: Cannot move an entry from group to another in KeePassX

2008-07-08 Thread Jarno Suni
Now I found out that I can move by dragging. I didn't find any way to do
it by keyboard, though.

-- 
Cannot move an entry from group to another in KeePassX
https://bugs.launchpad.net/bugs/246171
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 241986] Re: package ipod-convenience 0.9-0ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-07-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ipod-convenience - 0.10-0ubuntu1

---
ipod-convenience (0.10-0ubuntu1) intrepid; urgency=low

  [ Mario Limonciello ]
  * Check that we have a valid directory upon installation (LP: #241986)
  * debian/control:
- Bump standards version.

  [ Chris Thomas ]
  * Check for /var/mobile/Media instead (LP: #205666)

 -- Mario Limonciello [EMAIL PROTECTED]   Tue, 08 Jul 2008 01:15:23
-0500

** Changed in: ipod-convenience (Ubuntu)
   Status: New = Fix Released

-- 
package ipod-convenience 0.9-0ubuntu1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/241986
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 205666] Re: test is for /var/mobile but mount depends on /var/mobile/Media

2008-07-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ipod-convenience - 0.10-0ubuntu1

---
ipod-convenience (0.10-0ubuntu1) intrepid; urgency=low

  [ Mario Limonciello ]
  * Check that we have a valid directory upon installation (LP: #241986)
  * debian/control:
- Bump standards version.

  [ Chris Thomas ]
  * Check for /var/mobile/Media instead (LP: #205666)

 -- Mario Limonciello [EMAIL PROTECTED]   Tue, 08 Jul 2008 01:15:23
-0500

** Changed in: ipod-convenience (Ubuntu)
   Status: New = Fix Released

-- 
test is for /var/mobile but mount depends on /var/mobile/Media
https://bugs.launchpad.net/bugs/205666
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 246322] Re: nis package must provide DHCP client scripts

2008-07-08 Thread mcas
Thank you for your suggestion. However, the changes you are requesting
aren't really a bug and require more discussion, which should be done on
an appropriate mailing list or forum. [WWW]
http://www.ubuntu.com/support/community/mailinglists might be a good
start for determining which mailing list to use.

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

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

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


[Bug 246301] Re: Update the FGLRX and NVIDIA driver to 8.6 and 173.14.09

2008-07-08 Thread Martin Pitt
I think we won't put that fix into intrepid, due to the complete
restructuring of nvidia-glx-VERSION.

** Changed in: linux-restricted-modules-envy-2.6.24 (Ubuntu Intrepid)
   Status: In Progress = Won't Fix

-- 
Update the FGLRX and NVIDIA driver to 8.6 and 173.14.09
https://bugs.launchpad.net/bugs/246301
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 246301] Re: Update the FGLRX and NVIDIA driver to 8.6 and 173.14.09

2008-07-08 Thread Martin Pitt
Uploading, thanks Alberto!

** Changed in: linux-restricted-modules-envy-2.6.24 (Ubuntu Hardy)
 Assignee: (unassigned) = Alberto Milone (albertomilone)
   Status: New = In Progress

-- 
Update the FGLRX and NVIDIA driver to 8.6 and 173.14.09
https://bugs.launchpad.net/bugs/246301
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 199059] Re: [Hardy] Thinkpad X31 (ATI Radeon M6) suspend backlight on

2008-07-08 Thread Martin Pitt
** Also affects: pm-utils (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: pm-utils (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)
   Status: New = In Progress

-- 
[Hardy] Thinkpad X31 (ATI Radeon M6) suspend backlight on
https://bugs.launchpad.net/bugs/199059
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 139363] Re: Enter passphrase for LUKS/cryptsetup breaks usplash

2008-07-08 Thread Saïvann Carignan
The patch looks good (almost identical as the cryptroot) that runs
with initramfs when installed in encrypted LVM with the alternate CD.
However, due to the security reasons explained in bug 55159, it is still
not suitable for a upload into intrepid or hardy, at least until the
clear password in console security problem is fixed.

** Changed in: cryptsetup (Ubuntu)
   Status: In Progress = Triaged

-- 
Enter passphrase for LUKS/cryptsetup breaks usplash
https://bugs.launchpad.net/bugs/139363
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 138483] Re: ndiswrapper modules should be unloaded at suspend

2008-07-08 Thread Mario Limonciello
** Changed in: acpi-support (Ubuntu)
   Status: New = Invalid

-- 
ndiswrapper modules should be unloaded at suspend
https://bugs.launchpad.net/bugs/138483
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 55159] Re: [edgy] usplash prevents passwords from being not echoed on the console

2008-07-08 Thread Saïvann Carignan
Daniel Hahler : I can reproduce this bug (which can be considered as a
security flaw) in Hardy and Intrepid. This bug can be reproduced in
these conditions :

Pre-requisites :
Having a configured cryptsetup with a luks partition and applying the patch 
provided in bug 139363 to re-enable cryptsetup password through usplash.

Steps to reproduce :
1. Reboot your computer
2. When asked by usplash, type your password, but don't press enter to 
validate your password.
3. Switch to tty 1 with CTRL + ALT + F1
4. Switch back to the usplash tty with CTRL + ALT + F8

Result :
The password is written in plain text in the console.

Strangely, this bug can't be reproduced with LVM cryptsetup installation
that comes with hardy alternate install CD. cryptroot which is started
by initramfs is almost identical to the patch in bug 139363 but the
final result differ for two things :

1. The password never appears in the console.
2. asterisks appears as you type the password, instead of appearing only once 
you pressed enter

The fact that one is started inside initramfs and that the other one is
started during the init.d boot sequence seems to have an impact on this
bug.


** Changed in: usplash (Ubuntu)
   Importance: Undecided = Medium
   Status: Fix Released = New

-- 
[edgy] usplash prevents passwords from being not echoed on the console
https://bugs.launchpad.net/bugs/55159
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 244410] Re: Keystore is not generated during package installation

2008-07-08 Thread Matthias Klose
 However, it does not add any CAs not yet in the keystore that are
marked as trusted.

How are these recognized? Shouldn't these be mentioned in /etc/ca-
certificates.conf as well?

-- 
Keystore is not generated during package installation
https://bugs.launchpad.net/bugs/244410
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 220568] Re: firefox font changed to narrower, less readable font

2008-07-08 Thread Philipp Kern
Arne, please consider that the status quo are barely readable web pages.
I'm not opposed against a sensible font mapping, but the result needs to
be readable, too, not only metric compatible.

-- 
firefox font changed to narrower, less readable font
https://bugs.launchpad.net/bugs/220568
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 246496] [NEW] [Hardy] Several artsd competing for 100% CPU

2008-07-08 Thread Swâmi Petaramesh
Public bug reported:

Binary package hint: arts

This happens on an Acer Aspire 3104 WLMi after upgrading from Gutsy to
Hardy (problem didn't exist in Gutsy) and has persisted thru all Hardy
updates so far.

At KDE session startup, not always but very often, and especially when
restoring at the same time a number of windows that would each produce a
little sound when opening, the system shows dreadfully slow and produces
no sound. It remains in this state of dreadful slowness indefinitely.

top then shows that several artsd processes (typically 2 or 3) are
running and competing for eating 100% CPU.

Issuing killall -KILL artsd (-TERM doesn't help) kills all mad artsd
processes and :

- The system suddenly issues a cascade of sounds that seems to have been 
waiting, queued or whatever.
- After that a single artsd process is running, behaving OK and sound works.

Loaded sound modules are :

snd_hda_intel 344728  1
snd_pcm_oss42144  0
snd_mixer_oss  17920  1 snd_pcm_oss
snd_pcm78596  2 snd_hda_intel,snd_pcm_oss
snd_page_alloc 11400  2 snd_hda_intel,snd_pcm
snd_hwdep  10500  1 snd_hda_intel
snd_seq_dummy   4868  0
snd_seq_oss35584  0
snd_seq_midi9376  0
snd_rawmidi25760  1 snd_seq_midi
snd_seq_midi_event  8320  2 snd_seq_oss,snd_seq_midi
snd_seq54224  6 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer  24836  2 snd_pcm,snd_seq
snd_seq_device  9612  5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
pcspkr  4224  0
snd56996  13 
snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore   8800  1 snd


Sound hardware (per lshw) is :

description: Audio device
product: IXP SB4x0 High Definition Audio Controller
vendor: ATI Technologies Inc
physical id: 14.2
bus info: [EMAIL PROTECTED]:00:14.2
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list
configuration: driver=HDA Intel latency=64 module=snd_hda_intel

Any clue ?

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


** Tags: arts hardy

-- 
[Hardy] Several artsd competing for 100% CPU
https://bugs.launchpad.net/bugs/246496
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


Re: [Bug 246473] Re: [Intrepid] nautilus crashed with SIGSEGV in gconf_client_remove_dir()

2008-07-08 Thread Dean Loros
*** This bug is a duplicate of bug 182345 ***
https://bugs.launchpad.net/bugs/182345

Very good--thanks for the clarify--I'll remove Nautilus-actions  check.


A. Walton wrote:
 *** This bug is a duplicate of bug 182345 ***
 https://bugs.launchpad.net/bugs/182345
 
 It's just a duplicate of a long-standing, well known bug in nautilus-
 actions, a nautilus-extension module. It has nothing to do with the
 version of Nautilus in Intrepid (or as far as I know, any specific
 version of Nautilus period).


-- 
[Intrepid] nautilus crashed with SIGSEGV in gconf_client_remove_dir()
https://bugs.launchpad.net/bugs/246473
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 219675] Re: Hibernate/Suspend to disk and RAM halts since change from kernel 2.6.20 to 2.6.24

2008-07-08 Thread dvo
For all the various updates of kernel 2.6.24 so far, my machine freezes at 
Suspending console(s).
I really wonder why nobody seems to be able to detect the reason for the 
regression since 2.6.20.

-- 
Hibernate/Suspend to disk and RAM halts since change from kernel 2.6.20 to 
2.6.24
https://bugs.launchpad.net/bugs/219675
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 195972] Re: pythoncad crashed with ExpatError in parseFile()

2008-07-08 Thread Luca Falavigna
This bug report is being closed due to your last comment regarding this
being fixed with an update. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at https://wiki.ubuntu.com/Bugs/Status
. Thank you again for taking the time to report this bug and helping to
make Ubuntu better. Feel free to submit any future bugs you may find

** Changed in: pythoncad (Ubuntu)
   Status: Incomplete = Invalid

-- 
pythoncad crashed with ExpatError in parseFile()
https://bugs.launchpad.net/bugs/195972
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 244408] Re: Can’t find keytool becaus e $JAVA_HOME is misspelled $JAVE_HOME

2008-07-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ca-certificates-java -
20080514~ubuntu2

---
ca-certificates-java (20080514~ubuntu2) intrepid; urgency=low

  * debian/jks-keystore.hook: Fix typo. Closes: #489747, LP: #244408.

 -- Matthias Klose [EMAIL PROTECTED]   Tue, 08 Jul 2008 08:29:44 +0200

** Changed in: ca-certificates-java (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Can’t find keytool because $JAVA_HOME is misspelled $JAVE_HOME
https://bugs.launchpad.net/bugs/244408
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 164589] Re: Occasional screen-wide blink when using opengl apps (compiz also) and Nvidia cards

2008-07-08 Thread Kraptor
Hi PeskyWabb1t.

I've been using this for some months and I've noted not too much
difference in GPU heat.

This said, you can put the option Coolbits to 1 in your xorg.conf file,
and nvidia-settings will let you change speed of both the GPU and memory
for your graphics card to lower the heat or the power consumption.

-- 
Occasional screen-wide blink when using opengl apps (compiz also) and Nvidia 
cards
https://bugs.launchpad.net/bugs/164589
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 246497] [NEW] Wubi in Kubuntu, both 8.04 and 7.10 versions, will not install.

2008-07-08 Thread Floridaphilly
Public bug reported:

Downloaded the iso for both versions, from different sites, and had the same 
results.
It freezes where the English selection is, early in the setup 
and will not proceed. Tried in Windows XP, as well as from boot disk.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Summary changed:

- Wubi in both Kubuntu in 8.04 and 7.10 will not install. 
+ Wubi in both Kubuntu 8.04 and 7.10 will not install.

** Summary changed:

- Wubi in both Kubuntu 8.04 and 7.10 will not install. 
+ Wubi in Kubuntu, both 8.04 and 7.10 versions, will not install.

-- 
Wubi in Kubuntu, both 8.04 and 7.10 versions, will not install. 
https://bugs.launchpad.net/bugs/246497
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 246460] Re: The 5.1 sound does not work

2008-07-08 Thread Benjamin Drung
** Summary changed:

- THE 5.1 SOUND DOESN'T WORK :(
+ The 5.1 sound does not work

** Description changed:

  Binary package hint: rhythmbox
  
- THE 5.1 SOUND DOESN'T WORK :(
+ The 5.1 sound does not work :(
  
  ProblemType: Bug
  Architecture: amd64
  Date: Mon Jul  7 21:23:00 2008
  DistroRelease: Ubuntu 8.04
  ExecutablePath: /usr/bin/totem-gstreamer
  NonfreeKernelModules: nvidia
  Package: totem-gstreamer 2.22.1-0ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=es_MX.UTF-8
   SHELL=/bin/bash
  SourcePackage: totem
  Uname: Linux 2.6.24-18-generic x86_64

-- 
The 5.1 sound does not work
https://bugs.launchpad.net/bugs/246460
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 53102] Re: Ext3 filesystem corruption - data loss

2008-07-08 Thread hardcorelinux
I have a Compaq V3228AU laptop where a suspend will hose all the
partitions. e2fsck will say that corrupted ext3, will delete the journal
and rebuild the journal for me, some files will be moved to lost+found,
sometimes the entire filesystem will be hosed and I'll have to recover
all my files.

-- 
Ext3 filesystem corruption - data loss
https://bugs.launchpad.net/bugs/53102
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 246499] [NEW] Hardy- Nautilus slow to enumerate large directories

2008-07-08 Thread Russell Wing
Public bug reported:

Binary package hint: libnautilus-extension-dev

Using terminal I list my Music directory containing 396 folders at the
top level and it is nearly instantaneous (too fast to measure and less
than 1 second). I open the same folder using Nautilus and the same
operation takes 22 seconds at 100% CPU. The machine has a SATA-II 300
hard disk, and AMD 3000+ Sempron with 2GB RAM.

This is much slower than Feisty on the same machine, and seems a little
sub optimal :-)

This problem is even more acute (30-40seconds) if I try to browse and
save a file from Firefox (although possibly not related of course).

Please advise if you need more information.

Thanks,
Russ.

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

-- 
Hardy- Nautilus slow to enumerate large directories
https://bugs.launchpad.net/bugs/246499
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 246301] Re: Update the FGLRX and NVIDIA driver to 8.6 and 173.14.09

2008-07-08 Thread Martin Pitt
Accepted into -proposed, please test and give feedback here. Please see
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: linux-restricted-modules-envy-2.6.24 (Ubuntu Hardy)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
Update the FGLRX and NVIDIA driver to 8.6 and 173.14.09
https://bugs.launchpad.net/bugs/246301
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 246301] Re: Update the FGLRX and NVIDIA driver to 8.6 and 173.14.09

2008-07-08 Thread Martin Pitt
Weird, the release-less task isn't supposed to be here any more. LP
bug...

** Changed in: linux-restricted-modules-envy-2.6.24 (Ubuntu)
   Status: In Progress = Won't Fix

-- 
Update the FGLRX and NVIDIA driver to 8.6 and 173.14.09
https://bugs.launchpad.net/bugs/246301
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 204133] Re: wubi install unusable - Buffer I/O error on device loop0

2008-07-08 Thread Martin Pitt
Thanks for the clarifications so far. What about the linux portion of
that bug? I take it there is still something to be fixed in the kernel?
Do we need a fix in hardy as well, or is the workaround in ntfs-3g
sufficient?

I'll wait for upstream's ack, then I'll sponsor that.

** Changed in: ntfs-3g (Ubuntu Hardy)
   Status: New = In Progress

-- 
wubi install unusable - Buffer I/O error on device loop0
https://bugs.launchpad.net/bugs/204133
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 246338] Re: Ubuntu / Wubi 8.04 : I can't run my virtual machine files located in my windows folders

2008-07-08 Thread Agostino Russo
windows files are available under /host

-- 
Ubuntu / Wubi 8.04 : I can't run my virtual machine files located in my windows 
folders
https://bugs.launchpad.net/bugs/246338
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 245613] Re: Please sync torrentflux 2.4-1 (universe) from Debian unstable (main).

2008-07-08 Thread Iain Lane
** Changed in: torrentflux (Ubuntu)
   Status: New = Confirmed

-- 
Please sync torrentflux 2.4-1 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/245613
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 230184] Re: HAL quirks tbd for Toshiba P100 resume from STR

2008-07-08 Thread Yann
Hello,

I tried blacklisting usbcore in /etc/modules but see:

lsmod |grep usb
usbhid 31872  0 
hid38784  1 usbhid
usbcore   146028  4 usbhid,ehci_hcd,uhci_hcd

usbcore is still there ?!

So I tried in /etc/modprobe.d/blacklist

Same result: usbcore is still there!

It seems impossible to blacklist this module??!!

Regards

-- 
HAL quirks tbd for Toshiba P100 resume from STR
https://bugs.launchpad.net/bugs/230184
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 230844] Re: kill switch on with intel wifi 4965

2008-07-08 Thread BUGabundo
soro thank you so much for the extra input.
What kernel versions have you tried?
with 2.6.24.18 I was able to make my kill switch off, but the same method 
doesnt work with newer kernels.

:(

-- 
kill switch on with intel wifi 4965
https://bugs.launchpad.net/bugs/230844
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 193757] Re: no candidate found for xfonts-artwiz in Hardy

2008-07-08 Thread Malcolm Scott
** Changed in: xfonts-artwiz (Ubuntu)
   Status: New = Confirmed

-- 
no candidate found for xfonts-artwiz in Hardy
https://bugs.launchpad.net/bugs/193757
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 233847] Re: google earth crashes on amd64 hardy

2008-07-08 Thread hackel
There is nothing proper about the Medibuntu repository.  It is not
related to googleearth-package, and likely distributes illegal
googleearth packages.  Do not report bugs on such packages here.

** Changed in: googleearth-package (Ubuntu)
   Status: New = Invalid

-- 
google earth crashes on amd64 hardy
https://bugs.launchpad.net/bugs/233847
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 240393] Re: upgrade manager says I can upgrade to 7.10 but installation fails

2008-07-08 Thread Dimitrios Symeonidis
jacjr56, you have not given us any feedback since you reported this bug 3 weeks 
ago.
did you follow my above advice? did it fix the issue for you?

-- 
upgrade manager says I can upgrade to 7.10 but installation fails
https://bugs.launchpad.net/bugs/240393
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 154178] Re: package has invalid depends field

2008-07-08 Thread hackel
Looks like you have a corrupted /var/lib/dpkg/available file, likely
from a 3rd party source in your sources.list.  googleearth is not a part
of Ubuntu as it is illegal to distribute (as are the packages you
downloaded).

** Changed in: googleearth-package (Ubuntu)
   Status: New = Invalid

-- 
package has invalid depends field
https://bugs.launchpad.net/bugs/154178
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 243155] Re: Fails to find libbase.so and fails to load /lib/libIGGfx.so

2008-07-08 Thread hackel
Confirmed on 8.04 amd64.

** Changed in: googleearth-package (Ubuntu)
   Status: New = Confirmed

-- 
Fails to find libbase.so and fails to load /lib/libIGGfx.so
https://bugs.launchpad.net/bugs/243155
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 246267] Re: When laptop lid is closed

2008-07-08 Thread Alk
Sorry.

Ubuntu 8.04

kde-guidance-powermanager 0.8.0

-- 
When laptop lid is closed
https://bugs.launchpad.net/bugs/246267
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 202811] Re: Luks encrypted usb key does not mount

2008-07-08 Thread csoler
*** This bug is a duplicate of bug 217749 ***
https://bugs.launchpad.net/bugs/217749

** This bug has been marked a duplicate of bug 217749
   [Hardy] Regression: External crypto-drives are not automounted after given 
password

-- 
Luks encrypted usb key does not mount
https://bugs.launchpad.net/bugs/202811
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 239763] Re: Firefox still running warning

2008-07-08 Thread Dimitrios Symeonidis
Should we report this upstream? It's not an ubuntu-only bug...

** Changed in: firefox-3.0 (Ubuntu)
 Assignee: (unassigned) = Mozilla Bugs (mozilla-bugs)

-- 
Firefox still running warning
https://bugs.launchpad.net/bugs/239763
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 241132] Re: Firefox 3 Final doesn't report 'ubuntu' in user agent

2008-07-08 Thread Dimitrios Symeonidis
** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Confirmed

** Changed in: firefox-3.0 (Ubuntu)
 Assignee: (unassigned) = Mozilla Bugs (mozilla-bugs)

-- 
Firefox 3 Final doesn't report 'ubuntu' in user agent
https://bugs.launchpad.net/bugs/241132
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 246501] [NEW] retransmition timer (rexmt) restart on wrong ACK

2008-07-08 Thread Andrej
Public bug reported:

Binary package hint: tftp-hpa

Because of Sorcerer's Apprentice bug retransmition of wrong ACK in
tftp_sendfile function was omited. So if one packet, that tftp client
will send to the tfto server will be lost, transfer will always fails!
Why? If tftp server has lower retransmition timeout (per packet), than
the server will be allways sending the ACK of last received packet
(retransmition timeout on server side). So the bug on the client side
is: restart of the retransmition timer (rexmt) on wrong received ACK
packet! This bug can make tftp unusefull.

** Affects: tftp-hpa (Ubuntu)
 Importance: Undecided
 Status: New

-- 
retransmition timer (rexmt) restart on wrong ACK
https://bugs.launchpad.net/bugs/246501
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 53102] Re: Ext3 filesystem corruption - data loss

2008-07-08 Thread hardcorelinux
the iommu=soft workaround discussed here -
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/203537

-- 
Ext3 filesystem corruption - data loss
https://bugs.launchpad.net/bugs/53102
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 110970] Re: When mounting encrypted drives the password should be asked for graphically and not in text mode

2008-07-08 Thread Reinhard Tartler
please always assign a bug to you if you are working on it.

** Changed in: cryptsetup (Ubuntu)
 Assignee: (unassigned) = Leandro Pereira de Lima e Silva 
(leandro-limaesilva)

-- 
When mounting encrypted drives the password should be asked for graphically and 
not in text mode
https://bugs.launchpad.net/bugs/110970
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 160414] Re: missing man page for update-desktop-database

2008-07-08 Thread Martin Pitt
- I think it belongs into section 8.
- synopsis formatting should use standard formatting for the meta variables
- Could the description be a bit more verbose about the purpose, and when you 
have to run the script? 
- OPTIONS should not replicate the CLI argument structure
- sentences should end in a period

** Changed in: desktop-file-utils (Ubuntu)
   Status: Triaged = Incomplete

-- 
missing man page for update-desktop-database
https://bugs.launchpad.net/bugs/160414
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 160414] Re: missing man page for update-desktop-database

2008-07-08 Thread Martin Pitt
Thanks, Jonathan! Can you please send that manpage to upstream as well
in an upstream bug report?

-- 
missing man page for update-desktop-database
https://bugs.launchpad.net/bugs/160414
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 246502] [NEW] Cannot build gnome-control-center

2008-07-08 Thread J . Pablo Fernández
Public bug reported:

Binary package hint: gnome-control-center

A command log is worth a thousand words:

$ sudo apt-get build-dep gnome-control-center
Reading package lists... Done
Building dependency tree   
Reading state information... Done
E: Build-Depends dependency for gnome-control-center cannot be satisfied 
because no available versions of package libgnome-desktop-dev can satisfy 
version requirements

Thank you.

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Cannot build gnome-control-center
https://bugs.launchpad.net/bugs/246502
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


Re: [Bug 246254] Re: monitor settings change program burgerspace kubuntu 8.04

2008-07-08 Thread hermanningjaldsson
this is on a laptop.
i have never run burgerspace in full screen mode, so its always just in a
window.


On Tue, Jul 8, 2008 at 3:17 AM, François Marier [EMAIL PROTECTED]
wrote:

 Is this on a laptop or a desktop machine?

 Does it happen just when burgerspace is running in full-screen mode or
 also when it's running in a window?

 --
 monitor settings change program burgerspace kubuntu 8.04
 https://bugs.launchpad.net/bugs/246254
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in burgerspace source package in Ubuntu: New

 Bug description:
 Kubuntu 8.04

 when i run the computer game burgerspace it changes the monitor settings so
 that it becomes very dim.

 once i realised how, i could just change it back, and now i need to do so
 every time i play burgerspace.
 and burgerspace must always be played in a very dim monitor setting.

 i dont think programs within an os should be allowed to change monitor
 settings by themselves unless its something special.


-- 
monitor settings change program burgerspace kubuntu 8.04
https://bugs.launchpad.net/bugs/246254
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 220568] Re: firefox font changed to narrower, less readable font

2008-07-08 Thread Arne Goetje
@Philipp:

1. if we change the default settings in favor of DejaVu Sans, then I can
guarantee you that many other users will file bugs against this change,
because of metric incompatibility. Happened already before, I know what
I'm talking about.

2. The webpages are clearly readable to me. I agree that the letters are
a bit narrow and small, but zooming in helps in that case. Otherwise you
can also increase the dpi setting for your screen or complain to the
webmasters why they enforce such a small font size.

3. If you want to use sans-serif (which defaults to DejaVu Sans) as
default font, then you can do the settings in Edit/Preferences/Advanced
and uncheck the box Allow pages to choose their own fonts, instead of
my selections above.

This bug is clearly a user preference setting and should be handled like
that! Please refrain from demanding a system wide change in the packages
unless that change would benefit *all* desktop applications and users.
This request is definitely *not* one of those!

What would be possible, IMHO, would be to disable the Allow pages to
choose their own fonts, instead of my selections above setting in a
clean default installation of firefox. (I'm not sure what is the current
default setting, as I have modified my personal settings quite a bit).

-- 
firefox font changed to narrower, less readable font
https://bugs.launchpad.net/bugs/220568
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 149203] Re: If update-manager -d fails, you can't try again

2008-07-08 Thread Saurabh Rindani
I have the same problem.

I had the same problem with the previous version of update-manager, and
even after the very recent update of the update-manager to 1:0.59.26.

-- 
If update-manager -d fails, you can't try again
https://bugs.launchpad.net/bugs/149203
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 246501] Re: retransmition timer (rexmt) restart on wrong ACK

2008-07-08 Thread Andrej
** Description changed:

  Binary package hint: tftp-hpa
  
  Because of Sorcerer's Apprentice bug retransmition of wrong ACK in
  tftp_sendfile function was omited. So if one packet, that tftp client
  will send to the tfto server will be lost, transfer will always fails!
  Why? If tftp server has lower retransmition timeout (per packet), than
  the server will be allways sending the ACK of last received packet
  (retransmition timeout on server side). So the bug on the client side
  is: restart of the retransmition timer (rexmt) on wrong received ACK
  packet! This bug can make tftp unusefull.
+ 
+ Tftp trace:
+ received ACK block=78
+ sent DATA block=79, 512 bytes
+ received ACK block=79
+ sent DATA block=80, 512 bytes
+ received ACK block=79
+ received ACK block=79
+ received ACK block=79
+ received ACK block=79
+ sent DATA block=80, 512 bytes
+ sent DATA block=80, 512 bytes
+ sent DATA block=80, 512 bytes
+ sent DATA block=80, 512 bytes
+ Transfer timed out.
+ 
+ Servers time out is 2 second and default tftp-hpa client time out is 5 
seconds.
+ One more thing...Only when tftp server has stoped sending the ACK's onyl that 
rexmt timer was working on tftp-hpa client. So socket on server side was 
already closed. Server has send ICMP about it, but not reaction on client side!

** Description changed:

  Binary package hint: tftp-hpa
  
  Because of Sorcerer's Apprentice bug retransmition of wrong ACK in
  tftp_sendfile function was omited. So if one packet, that tftp client
  will send to the tfto server will be lost, transfer will always fails!
  Why? If tftp server has lower retransmition timeout (per packet), than
  the server will be allways sending the ACK of last received packet
  (retransmition timeout on server side). So the bug on the client side
  is: restart of the retransmition timer (rexmt) on wrong received ACK
  packet! This bug can make tftp unusefull.
  
  Tftp trace:
  received ACK block=78
  sent DATA block=79, 512 bytes
  received ACK block=79
  sent DATA block=80, 512 bytes
  received ACK block=79
  received ACK block=79
  received ACK block=79
  received ACK block=79
  sent DATA block=80, 512 bytes
  sent DATA block=80, 512 bytes
  sent DATA block=80, 512 bytes
  sent DATA block=80, 512 bytes
  Transfer timed out.
  
- Servers time out is 2 second and default tftp-hpa client time out is 5 
seconds.
+ Server's retransmition timeout is 2 second and default tftp-hpa client 
timeout is 5 seconds.
  One more thing...Only when tftp server has stoped sending the ACK's onyl that 
rexmt timer was working on tftp-hpa client. So socket on server side was 
already closed. Server has send ICMP about it, but not reaction on client side!

-- 
retransmition timer (rexmt) restart on wrong ACK
https://bugs.launchpad.net/bugs/246501
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 212457] Re: Checks dissapear from checkable menu items (Firefox)

2008-07-08 Thread Antonio Batovanja
I can confirm this bug on two computers using latest Firefox3 and KDE3,
as Jennifer described. Choosing another gnome style (Raleigh) helps
though.

-- 
Checks dissapear from checkable menu items (Firefox)
https://bugs.launchpad.net/bugs/212457
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 246504] [NEW] Evince crashes after reloading a PDF

2008-07-08 Thread Carsten Maus
Public bug reported:

Binary package hint: evince

After relaoding a PDF with quite complex figures (not only text) evince crashes 
with a Segmentation fault message.
It seems that this problem depends on the complexity of included figures as 
often more than one reload is necessary to cause the crash.

Here you can find two example files causing a crash:
http://www.informatik.uni-rostock.de/~cm234/misc/bugreport/12_rnafolding.pdf 
(= crash after reloading two times)
http://www.informatik.uni-rostock.de/~cm234/misc/bugreport/13_rnafolding.pdf 
(= crash after reloading three times)

Ubuntu 8.04.1
Linux falcon 2.6.24-19-generic #1 SMP Wed Jun 18 14:43:41 UTC 2008 i686 
GNU/Linux

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


** Tags: crash reload

-- 
Evince crashes after reloading a PDF
https://bugs.launchpad.net/bugs/246504
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 246444] Re: Не сохраняетс я позиция окон

2008-07-08 Thread safonik
** Also affects: ubuntu
   Importance: Undecided
   Status: New

-- 
Не сохраняется позиция окон
https://bugs.launchpad.net/bugs/246444
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   >