[Bug 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Thierry Carrez
No, it usually slows down to do broadcast resolution (since you
basically have to wait for some timeout to decide that nobody has the
requested address), that's why it's tried last by default.

So solution for you is to change the resolve order in smb.conf. The
other solution is to set up /etc/hosts (or lmhosts), or a local DNS
server that would resolve the local hosts before forwarding the request
to your ISP DNS server. Last option is to push your ISP to not do
smart name resolution (giving answers to non-existent hosts) in an
effort to gain some extra advertisement revenue.

-- 
cannot browse samba shares without editing smb.conf
https://bugs.launchpad.net/bugs/375593
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 252686] Re: Reload action on init script kills daemon

2009-05-18 Thread Thierry Carrez
Tim: it's not a severe bug, but it's a risky move in an LTS, since you
can't really determine all what may be affected by this change. The
choice made was to selectively fix the affected packages, which is safer
but more work and less comprehensive. Adding a task for
freeradius/hardy.

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

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

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius 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 373999] Re: CIFS loops endlessly when remote host is down

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

-- 
CIFS loops endlessly when remote host is down
https://bugs.launchpad.net/bugs/373999
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 370464] Re: package samba 2:3.3.2-1ubuntu3 failed to install/upgrade: subprocess post-installation script returned error exit status 139

2009-05-18 Thread Thierry Carrez
It's using the following non-default configuration:

security = share
restrict anonymous = no
domain master = no
logon home = %5C%5C%25N%5C%25U
smb passwd file = file:///etc/samba/smbpasswd
pid directory = file:///var/run/samba
logon path = %5C%5C%25N%5C%25U%5Cprofile
private dir = file:///etc/samba

that makes it fail (file:// is not allowed in path). I'd recommend
copying a fresh smb.conf from /usr/share/samba. In all cases, this is
not a bug, just a case of screwed-up configuration revealing at upgrade
time.

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

-- 
package samba 2:3.3.2-1ubuntu3 failed to install/upgrade: subprocess 
post-installation script returned error exit status 139
https://bugs.launchpad.net/bugs/370464
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 376359] Re: Truncating NetBIOS name don't work

2009-05-18 Thread Юрий Чудновский
Here You are.
First, I changed hostname to vserver-terminal, restart samba and puts output to 
file VSERVER-TERMINA.txt, then changed back to v-terminal, again restart samba 
and puts output to file V-TERMINAL.txt.
Attaching files.

** Attachment added: VSERVER-TERMINA.txt
   http://launchpadlibrarian.net/26886717/VSERVER-TERMINA.txt

-- 
Truncating NetBIOS name don't work
https://bugs.launchpad.net/bugs/376359
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 376359] Re: Truncating NetBIOS name don't work

2009-05-18 Thread Юрий Чудновский

** Attachment added: V-TERMINAL.txt
   http://launchpadlibrarian.net/26886719/V-TERMINAL.txt

-- 
Truncating NetBIOS name don't work
https://bugs.launchpad.net/bugs/376359
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 372091] Re: php gives 0.0: as value for 0.6/6

2009-05-18 Thread Daniel Hahler
Fixed in Karmic/Jaunty.

** Changed in: php5 (Ubuntu)
   Status: Triaged = Fix Released

-- 
php gives 0.0: as value for 0.6/6
https://bugs.launchpad.net/bugs/372091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 372091] Re: php gives 0.0: as value for 0.6/6

2009-05-18 Thread Daniel Hahler
Confirmed on Hardy (in an OpenVZ container).

# php -r echo PHP_VERSION; echo PHP_EOL; echo 0.6/6; echo PHP_EOL;
5.2.4-2ubuntu5.6
0.0:

Upgrading to a backport therein makes it work again:
# php -r echo PHP_VERSION; echo PHP_EOL; echo 0.6/6; echo PHP_EOL;
5.2.9-0ubuntu1~blueyed1
0.1

Downgrading to the released version (from the hardy repo) shows the same 
problem:
# php -r echo PHP_VERSION; echo PHP_EOL; echo 0.6/6; echo PHP_EOL;
5.2.4-2ubuntu5
0.0:

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

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

-- 
php gives 0.0: as value for 0.6/6
https://bugs.launchpad.net/bugs/372091
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 377518] Re: Samba exits when client connects

2009-05-18 Thread Thierry Carrez
I suppose you mean 9.04.
What is the client you're using to connect ? Does a simple smbclient -N -L 
//servername sufficient to stop it ? Could you try with an unmodified smb.conf 
(copy it from /usr/share/samba/smb.conf) ?

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

-- 
Samba exits when client connects
https://bugs.launchpad.net/bugs/377518
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 376397] please sync nagios3 3.0.6-4 (main) from debian unstable (main)

2009-05-18 Thread Steve Langasek
[Updating] nagios3 (3.0.6-2ubuntu1 [Ubuntu]  3.0.6-4 [Debian])
 * Trying to add nagios3...
  - nagios3_3.0.6-4.dsc: downloading from http://ftp.debian.org/debian/
  - nagios3_3.0.6.orig.tar.gz: already in distro - downloading from librarian
  - nagios3_3.0.6-4.diff.gz: downloading from http://ftp.debian.org/debian/
I: nagios3 [main] - nagios3-common_3.0.6-2ubuntu1 [main].
I: nagios3 [main] - nagios3_3.0.6-2ubuntu1 [main].
I: nagios3 [main] - nagios3-doc_3.0.6-2ubuntu1 [main].
I: nagios3 [main] - nagios3-dbg_3.0.6-2ubuntu1 [main].


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

-- 
please sync nagios3 3.0.6-4 (main) from debian unstable (main)
https://bugs.launchpad.net/bugs/376397
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios3 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 377913] Re: package bacula-director-mysql 2.4.4-1ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-05-18 Thread Jason Preu

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

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

-- 
package bacula-director-mysql 2.4.4-1ubuntu5 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/377913
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 376359] Re: Truncating NetBIOS name don't work

2009-05-18 Thread Юрий Чудновский
I mean, VSERVER-TERMINA did not seen in Windows or Linux network
neighborhood windows. Tomorrow I'll boot computers with long terminal
name and get some look into problem (windows don't react immediately to
computer name change).

-- 
Truncating NetBIOS name don't work
https://bugs.launchpad.net/bugs/376359
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 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Martin G Miller
The smb.conf resolve order change is one of the first things I have to
do on new installs, so that is a work around for me.  The fact that it
returns the wrong ip address on a ping command is something that I am
interested in.  I tried the same tests at my office in another town and
it behaves exactly the same way.  The difference is that I have 2
Wilndows XP pro sp2 machines there as well as 4 ubuntu 8.04 boxes.  I
find that I can use the windows machine to ping server and it returns
the correct 10.0.0.5 address of my server.  If I try that from any of
the Ubuntu machines, it goes out to the same 67.63.55.3 that I got at
home.  If I change my dns servers from the ones supplied by my ISP to
the ones used by openDNS for example, it behaves the same way, except it
tries to ping a different ip address.  In fact, regardless of what I put
after the ping command, it always goes to the same outside address.  I
get the same result whether from my ISP dns server or openDNS.  But the
windowsXP boxes always get the ping command correct.  So there is
something different about how WindowsXP processes a ping request from
how we are doing it in Ubuntu.  Should  I open a new bug centered on
this behavior?  I suspect if this got resolved, it would fix the network
browse issue as well.  My ISP is Optimum online.  It is the fastest and
best cable broadband provider on Long Island, New jersey and
Connecticut.  If I am having this problem, so is every other Ubuntu user
in these areas.  I think it should be looked into.

-- 
cannot browse samba shares without editing smb.conf
https://bugs.launchpad.net/bugs/375593
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 374819] Re: Missing dependency on update-inetd and other issues

2009-05-18 Thread Sam Hartman
krb5-kdc intentiollay does not require update-inted and will function if
update-inetd is not available.  If it is available, it will add an
example line to inetd.conf.  I'm not usre what's up with the doc-base
errors: in Debian, krb5-doc does install and register with doc-base

-- 
Missing dependency on update-inetd and other issues
https://bugs.launchpad.net/bugs/374819
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 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 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Martin G Miller
I found an interesting link here: 
http://ubuntuforums.org/showthread.php?t=826938
They edited both smb.conf ( name resolve order = lmhosts bcast wins host)  
Notice this resolve order is different than the one I am using.  They also 
modified nsswitch.conf (hosts:files dns wins)   to get name resolution 
working.  I tried that, and although it fixes the name resolution with ping 
issue, some of the nautilus network browse functions seem to stop.  For 
example, I can't browse my own machine's samba shares.  For the time being I 
have set the smb.conf back to where I had it and returned nsswitch.conf to it's 
default as well.

-- 
cannot browse samba shares without editing smb.conf
https://bugs.launchpad.net/bugs/375593
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 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Thierry Carrez
host unknown is the expected result to ping server since none of
your NSS backends knows about your server to translate it to IP.
That's what allows bcast to take over in your name resolve order and
successfully find the share.

Glad there was some opt-out, dns redirection is a real PITA.

-- 
cannot browse samba shares without editing smb.conf
https://bugs.launchpad.net/bugs/375593
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 377518] Re: Samba exits when client connects

2009-05-18 Thread Dave Hope
Sorry, yes. 9.04

The client is an Apple Macbook running OSX (10.5.6) using smbclient
version 3.0.25b-apple

Frustratingly, after a reboot (of the server) I'm now unable to
reproduce this issue. No changes were made other than a reboot. When the
problem occurred the same happened with the stock smb.conf

Since I'm no longer able to reproduce I'm going to change the status to
invalid and close the ticket.

Thanks for taking the time to respond anyway.

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

-- 
Samba exits when client connects
https://bugs.launchpad.net/bugs/377518
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 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Jonathan Marsden
@Martin: If ping any name fails, I wonder if the DNS redirection opt-
out has somehow effectively opted out of *all* DNS resolution?  That
could explain why ping yahoo.com (for example) now fails.  Can you still
browse the web, deal with email, etc as normal once opted out from the
DNS redirection?  If you can, then at least some names are resolving OK.

Did you mean that ping any local machine name now fails, but remote
DNS registered hostnames/domains (like ping yahoo.com ) still work fine?

If it is just local machine names that are failing to resolve, then I
suspect you can either:

 (a) add the machine names and their IPs manually to your hosts file(s)
or to the DNS zonefile for your local (internal) DNS domain, or into
WINS if there is a WINS server in the picture

and/or (more work up front, but probably better and less maintenance
once set up)

 (b) arrange for the DHCP server to dynamically update your local DNS
server, so that the name and IP of each Windows machine that receives a
DHCP-provided IP address appears as a hostname there.  If the DHCP
server and DNS server are a Windows 2003 server, this is essentially
automatic; if you are using Ubuntu for these services, you'll have to
do some configuration work to get it to behave this way, as far as I
know.

One more thought: If ping server fails but ping
server.mydomain.local works, then the default DNS resolver search
probably needs changing to include your domain name (search
mydomain.local in my example).  You can edit this in /etc/resolv.conf .

Getting rid of your DNS redirection was a big step in the right
direction.

-- 
cannot browse samba shares without editing smb.conf
https://bugs.launchpad.net/bugs/375593
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


Re: [Bug 374819] Re: Missing dependency on update-inetd and other issues

2009-05-18 Thread Russ Allbery
Sam Hartman hartm...@debian.org writes:

 krb5-kdc intentiollay does not require update-inted and will function
 if update-inetd is not available.  If it is available, it will add an
 example line to inetd.conf.  I'm not usre what's up with the doc-base
 errors: in Debian, krb5-doc does install and register with doc-base

krb5-doc no longer has a postinst to call install-docs because doc-base
now uses triggers to handle that.  This is probably just that Ubuntu's
Lintian is a bit out of date.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/

-- 
Missing dependency on update-inetd and other issues
https://bugs.launchpad.net/bugs/374819
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 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 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Martin G Miller
What had stopped working was ping any local machine name.  ping
yahoo.com worked fine.

What I have as of now is:
1) DNS redirection is turned off
2) smb.conf set to:  (name resolve order = lmhosts wins bcast host)
3) nsswitch.conf set to: (hosts:  files dns wins)

It took a restart to get everything to settle down, but this now seems
to have the Nautilus browse gui happy and I can enter ping any local
machine or ping anything.com and they all seem to work.  All other
internet functions, eg. email, web browsing, etc. seem to work fine.

I am not part of a domain either here or at work, so trying to ping
server.mydomain.local is not an option.

Removing mdns from nsswitch.conf and substituting wins seems to do the
trick as long as the order in smb.conf is set to my original changed
setup.

mdns refers to the avahi daemon, I believe.  I don't think I use that
for anything do I?


My DHCP server is my router (Linksys at home and dlink gigabit at work) I'm not 
sure how to tell it to update my local DNS server, in fact, I don't think I'm 
running one.  My main Ubuntu machine at home is static IP, as it functions as 
my house file server.  But other machines on the network, both Ubuntu and 
WindowsXP are all DHCP.

At my office, the main file server is WinXP pro SP2 all but 1 of the
work stations are Ubuntu 8.04.2 and everyone has a static IP.

I will try the changes at my office tomorrow and see if they work there
as well as they do at my home now.

I must reiterate my thought from a few posts ago.  Why do I have to go
through this when Windows XP just works.  As someone who has been
using Linux for about 9 years, I don't mind the tinkering too much, but
I am actively promoting Ubuntu to friends and professional associates
and I want them, as noobies, to have as good an experience as possible.
Simple local networking should not create problems like this.  DNS
redirection does not affect local network browsing in Windows XP.  It
should not affect it in Ubuntu either.

-- 
cannot browse samba shares without editing smb.conf
https://bugs.launchpad.net/bugs/375593
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


Re: [Bug 314318] Re: Samba update crashed

2009-05-18 Thread WoodyEckelzone
On Fri, 15 May 2009 17:13:49 +0200, Thierry Carrez  
thierry.car...@ubuntu.com wrote:

 We'd like to figure out what's causing this bug for you, but we haven't
 heard back from you in a while. Could you please provide the requested
 information? Thanks!


I dunno, I upgraded to 9.04.
I don't have any problem with samba anymore.

-- 
Samba update crashed
https://bugs.launchpad.net/bugs/314318
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 377571] Re: package postfix 2.5.5-1.1 failed to install/upgrade:

2009-05-18 Thread Andreas Olsson
Can you type the following commands into the terminal and give me the
response? They won't change anything on your system, just list some
settings.

$ postconf myhostname
$ cat /etc/hosts
$ cat /etc/hostname

-- 
package postfix 2.5.5-1.1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/377571
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 326768] Re: mysqld_safe thinks mysqld has crashed when it hasn't

2009-05-18 Thread Bill Meek
Short answer: Fixed.

I was running on Mythbuntu 8.10 and didn't have these errors.

Fresh load of Mythbuntu 9.04RC, got the 'hanging' messages in syslog and 
database errors ending with
'MySQL server has gone away' in mythbackend.log.  These messages are gone now.

Thank you.

-- 
mysqld_safe thinks mysqld has crashed when it hasn't
https://bugs.launchpad.net/bugs/326768
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 119294] Re: OpenSSL should support VIA PadLock

2009-05-18 Thread Teej
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. Has this been implemented yet. Can you try
with the latest Ubuntu release? Thanks in advance.

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

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

-- 
OpenSSL should support VIA PadLock
https://bugs.launchpad.net/bugs/119294
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 377857] [NEW] I cannot enter tesk from todays pane

2009-05-18 Thread Adnan Doyuran
Public bug reported:

Binary package hint: thunderbird

I cannot enter task from todays pane, at the bottom of the task previews
I used to be able to do this. I don't know why.

ProblemType: Bug
Architecture: i386
Date: Sun May 17 23:50:24 2009
Dependencies:
 
DistroRelease: Ubuntu 8.04
Package: mozilla-thunderbird None [modified: 
/var/lib/dpkg/info/mozilla-thunderbird.list]
PackageArchitecture: all
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/real/RealPlayer
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: thunderbird
Uname: Linux 2.6.24-24-generic i686

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


** Tags: apport-bug

-- 
I cannot enter tesk from todays pane
https://bugs.launchpad.net/bugs/377857
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 117618] Re: notifications should appear when the window is not focused

2009-05-18 Thread Bug Watch Updater
** Changed in: rhythmbox
   Status: Confirmed = Fix Released

-- 
notifications should appear when the window is not focused
https://bugs.launchpad.net/bugs/117618
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 363173] Re: Orca makes cracks, pops, and clicking sound with Festival; eSpeak speaks too fast.

2009-05-18 Thread Beth Koenig
This bug has been reported by numerous people and I have seen it on all
my new installs, I am therefore marking as confirmed.

** Changed in: gnome-orca (Ubuntu)
   Status: New = Confirmed

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

-- 
Orca makes cracks, pops, and clicking sound with Festival; eSpeak speaks too 
fast.
https://bugs.launchpad.net/bugs/363173
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 377514] Re: Same GNOME - can't handle tie scores

2009-05-18 Thread Kel Varson
Nevermind, if you accidentally click outside the input name text field,
it defaults to that in future games, until the program is restarted.
This made it look like it mishandled the tie score.

** Changed in: gnome-games (Ubuntu)
   Status: New = Invalid

-- 
Same GNOME - can't handle tie scores
https://bugs.launchpad.net/bugs/377514
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 301190] Re: etoys does not launch

2009-05-18 Thread Séverin Lemaignan
** Changed in: etoys (Ubuntu)
   Status: New = Confirmed

-- 
etoys does not launch
https://bugs.launchpad.net/bugs/301190
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 377858] [NEW] Printer misidentified by default

2009-05-18 Thread Galaxor
Public bug reported:

Hi.  Printing worked fine for me in Hardy 8.04.  I installed Jaunty
9.04, and I could not print out of the box.  I installed Jaunty fresh,
not by upgrading.  I clicked to add a new printer.  The printer
configuration program probed for printers and found my printer, which it
said was an HP Laserjet 5Si, which it is.  It said it would be an HPLIP
device, which seems logical.

However, when I attempted to print, I found that it didn't work.  I set
cups to do debug output, and I checked out the error log.  The gs
command that it was running was using the device as deskjet 3600
rather than an appropriate laserjet one.  Consequently, it was quitting
with err=33.

I went to the printer configuration app again and clicked on
Properties for my printer.  Despite the fact that the description of
the printer was HP LaserJet 5Si, the Make and Model was set to HP
DeskJet 910, using the hpijs driver.

I clicked on Change and manually set it to HP LaserJet 5Si/5Si MX
Postscript, and now it prints just fine.

If it's going to misidentify the driver it needs, I'd rather it not try
at all.  But this worked in Hardy, so I think it can be made to work
again.

Thanks.

** Affects: system-config-printer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Printer misidentified by default
https://bugs.launchpad.net/bugs/377858
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 377657] Re: [karmic] kernel panic when plugging dvb-t usb device

2009-05-18 Thread Vojtěch Trefný
Which driver is used for this card? I have the same problem with MSi
DigiVox Mini III (driver dvb_usb_af9015) --
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/374387

-- 
[karmic] kernel panic when plugging dvb-t usb device
https://bugs.launchpad.net/bugs/377657
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 348435] Re: Orca - Speech Very Garbled on Jaunty Alpha 6

2009-05-18 Thread Beth Koenig
*** This bug is a duplicate of bug 363173 ***
https://bugs.launchpad.net/bugs/363173

** This bug has been marked a duplicate of bug 363173
   Orca makes cracks, pops, and clicking sound with Festival; eSpeak speaks too 
fast.

-- 
Orca - Speech Very Garbled on Jaunty Alpha 6
https://bugs.launchpad.net/bugs/348435
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 290044] Re: Orca sound stops while listing languages

2009-05-18 Thread Beth Koenig
I last experaced this this bug in haron however now a more serious bug
in jaunty is causing the speech to go too fast to confirm this bug. So
it is now dependant on fixing the new bug. Grrr.

-- 
Orca sound stops while listing languages
https://bugs.launchpad.net/bugs/290044
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 377837] Re: Computer Janitor broke Ubuntu

2009-05-18 Thread Dave Lentz
Opera is not available in the Ubuntu repository. Therefore, if you run
Computer Janitor, check the Opera package and click 'Cleanup', it will
be removed. This is expected behavior. Perhaps stronger warnings should
be given?

-- 
Computer Janitor broke Ubuntu
https://bugs.launchpad.net/bugs/377837
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 377162] Re: Please sync bristol 0.40.1-0.1 (universe) from Debian unstable (main)

2009-05-18 Thread Daniel Holbach
ACKed.

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

-- 
Please sync bristol 0.40.1-0.1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/377162
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 377099] Re: Please sync ladr (0.0.200902a-2) from Debian unstable

2009-05-18 Thread Daniel Holbach
ACKed.

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

-- 
Please sync ladr (0.0.200902a-2) from Debian unstable
https://bugs.launchpad.net/bugs/377099
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 164369] Re: [needs-packaging] Vodafone Mobile Connect Card Driver for Linux

2009-05-18 Thread Jarl
What is the status of this bug? Is it more relevant to package the wade
in stead of Vodafone Mobile Connection Card Drivers Linux?

Anybody?

-- 
[needs-packaging] Vodafone Mobile Connect Card Driver for Linux
https://bugs.launchpad.net/bugs/164369
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 329038] Re: xshm support missing

2009-05-18 Thread Séverin Lemaignan
What can be done to solve this bug which affect the final release of
Jaunty as well? since it seems unlikely that a recompiled version of
squeak-vm is to be proposed within the Jaunty cycle (but I may be
wrong?), I think we could at least offer a patched version of the
etoys launch script, without the -xshm option, as proposed on
https://bugs.launchpad.net/ubuntu/+source/etoys/+bug/301190.

I see this issue as important: we have today a packaged application that
can simply not be launched in Ubuntu without a workaround inaccessible
for the main targets of the software: educators and children.

-- 
xshm support missing
https://bugs.launchpad.net/bugs/329038
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 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Thierry Carrez
No, it usually slows down to do broadcast resolution (since you
basically have to wait for some timeout to decide that nobody has the
requested address), that's why it's tried last by default.

So solution for you is to change the resolve order in smb.conf. The
other solution is to set up /etc/hosts (or lmhosts), or a local DNS
server that would resolve the local hosts before forwarding the request
to your ISP DNS server. Last option is to push your ISP to not do
smart name resolution (giving answers to non-existent hosts) in an
effort to gain some extra advertisement revenue.

-- 
cannot browse samba shares without editing smb.conf
https://bugs.launchpad.net/bugs/375593
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 377859] [NEW] Only three localizations are bundled in Jaunty

2009-05-18 Thread Séverin Lemaignan
Public bug reported:

Binary package hint: squeak-image

Only English, German and Spanish translation have been bundled in the
Jaunty squeak-image. Squeak image has been translated in several other
languages (like French and Japanese) and these translation should be
included as well, especially considering the target of this application
(educators and children).

** Affects: squeak-image (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: squeak-image (Ubuntu)
   Status: New = Confirmed

-- 
Only three localizations are bundled in Jaunty
https://bugs.launchpad.net/bugs/377859
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 377841] Re: Report a Problem does not do anything.

2009-05-18 Thread Dave Lentz
Marking incomplete. Per bug 377831, user indicates s/he is running a
version of OO.o 3.1 from a PPA.

** Changed in: openoffice.org (Ubuntu)
   Status: New = Incomplete

-- 
Report a Problem does not do anything.
https://bugs.launchpad.net/bugs/377841
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 377841] Re: Report a Problem does not do anything.

2009-05-18 Thread Dave Lentz
Indian Art, if you are using the version of OpenOffice.org from the
Ubuntu repository, please report that information and re-open this bug.

Thanks.

-- 
Report a Problem does not do anything.
https://bugs.launchpad.net/bugs/377841
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 348435] Re: Orca - Speech Very Garbled on Jaunty Alpha 6

2009-05-18 Thread Beth Koenig
*** This bug is a duplicate of bug 354522 ***
https://bugs.launchpad.net/bugs/354522

** This bug is no longer a duplicate of bug 363173
   Orca makes cracks, pops, and clicking sound with Festival; eSpeak speaks too 
fast.
** This bug has been marked a duplicate of bug 354522
   espeak sound doesn't play correctly

-- 
Orca - Speech Very Garbled on Jaunty Alpha 6
https://bugs.launchpad.net/bugs/348435
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 252686] Re: Reload action on init script kills daemon

2009-05-18 Thread Thierry Carrez
Tim: it's not a severe bug, but it's a risky move in an LTS, since you
can't really determine all what may be affected by this change. The
choice made was to selectively fix the affected packages, which is safer
but more work and less comprehensive. Adding a task for
freeradius/hardy.

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

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

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
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 377860] [NEW] while on AC power, boot report that on battery power, file system check skipped

2009-05-18 Thread Shannon
Public bug reported:

I am NOT on battery power, but the boot process still report that the
laptop is on battery so that fsck cannot be done during boot.

Using Ubuntu 9.04

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
while on AC power, boot report that on battery power, file system check 
skipped
https://bugs.launchpad.net/bugs/377860
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 376722] Re: [i945] i945 don't recognize 1440x900 in ubuntu jaunty

2009-05-18 Thread lugburz
*** This bug is a duplicate of bug 288807 ***
https://bugs.launchpad.net/bugs/288807

I'll see the original bug but the monitor that isn't correctly
configured is the external 19 LCD monitor, the laptop panel is instead
correctly configured. The other point is: why didn't this problem exist
on the previous release?

-- 
[i945] i945 don't recognize 1440x900 in ubuntu jaunty
https://bugs.launchpad.net/bugs/376722
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 367137] Re: virt-manager freezes when applying hardware change

2009-05-18 Thread Mark Darbyshire
Is anyone able to suggest an alternative way to reduce the number of
cores used in a virtual machine to 1? Because of Bug #228442 I'm
currently having to put up with my virtual machine using 100% of the
CPU, so it'd be very nice if I could reduce it down to 1 CPU (which, as
I understand it, will stop the virtual machine from hogging more CPU
than it needs). Thanks.

-- 
virt-manager freezes when applying hardware change
https://bugs.launchpad.net/bugs/367137
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 363173] Re: Orca makes cracks, pops, and clicking sound with Festival; eSpeak speaks too fast.

2009-05-18 Thread Beth Koenig
*** This bug is a duplicate of bug 354522 ***
https://bugs.launchpad.net/bugs/354522

** This bug has been marked a duplicate of bug 354522
   espeak sound doesn't play correctly

-- 
Orca makes cracks, pops, and clicking sound with Festival; eSpeak speaks too 
fast.
https://bugs.launchpad.net/bugs/363173
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 354522] Re: espeak sound doesn't play correctly

2009-05-18 Thread Beth Koenig
** Also affects: gnome-orca
   Importance: Undecided
   Status: New

-- 
espeak sound doesn't play correctly
https://bugs.launchpad.net/bugs/354522
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 317626] Re: Linkedin not working right

2009-05-18 Thread Thierry Carrez
*** This bug is a duplicate of bug 314713 ***
https://bugs.launchpad.net/bugs/314713

** This bug has been marked a duplicate of bug 314713
   linkedin very slow on Firefox Linux only

-- 
Linkedin not working right
https://bugs.launchpad.net/bugs/317626
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 349817] Re: espeak garbled

2009-05-18 Thread Beth Koenig
*** This bug is a duplicate of bug 354522 ***
https://bugs.launchpad.net/bugs/354522

** This bug has been marked a duplicate of bug 354522
   espeak sound doesn't play correctly

-- 
espeak garbled
https://bugs.launchpad.net/bugs/349817
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 164369] Re: [needs-packaging] Vodafone Mobile Connect Card Driver for Linux

2009-05-18 Thread Jarl
I meant is it more relevant to package wader
(http://public.warp.es/vmc)?

-- 
[needs-packaging] Vodafone Mobile Connect Card Driver for Linux
https://bugs.launchpad.net/bugs/164369
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 373494] Re: Please merge scribus 1.3.3.13.dfsg~svn20081228-2 (main) from Debian unstable (main)

2009-05-18 Thread Launchpad Bug Tracker
This bug was fixed in the package scribus -
1.3.3.13.dfsg~svn20081228-2ubuntu1

---
scribus (1.3.3.13.dfsg~svn20081228-2ubuntu1) karmic; urgency=low

  * Merge from debian unstable, remaining changes (LP: #373494):
- Add patch kubuntu_05_helpbrowser_ext_urls.dpatch, launch external web
  browser

scribus (1.3.3.13.dfsg~svn20081228-2) unstable; urgency=low

  * debian/control: Fix a typo on build depends that somehow passed through
my pbuilder test.

scribus (1.3.3.13.dfsg~svn20081228-1) unstable; urgency=low

  * Upstream svn update - fix the .desktop file again as scribus still ends up
in the Other category.
  * debian/scribus.menu: Shortened description.

scribus (1.3.3.13.dfsg~svn20081006-1) unstable; urgency=low

  * Upstream svn update - fix the .desktop file and icon file name to simplify
debian packaging.
  * debian/scribus.install:
- Install the icon file properly.
- Don't install the debian/scribus.desktop anymore as upstream's been
  fixed.

scribus (1.3.3.13.dfsg~svn20080709-1) unstable; urgency=low

  * Upstream svn update.

 -- Nathan Handler nhand...@ubuntu.com   Thu, 07 May 2009 23:40:48
+

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

-- 
Please merge scribus 1.3.3.13.dfsg~svn20081228-2 (main) from Debian unstable 
(main)
https://bugs.launchpad.net/bugs/373494
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 355155] Re: Computer hard locks randomly with ubuntu jaunty

2009-05-18 Thread Polygon
I just got another lockup last night, so whatever (my problem is at
least) is, its still not fixed.

-- 
Computer hard locks randomly with ubuntu jaunty
https://bugs.launchpad.net/bugs/355155
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 357901] Re: xinerama mouse cursor on every screen

2009-05-18 Thread Ed Holdsworth
I am still quite new to Linux.  Can someone please provide detailed
instructions on how to apply the patch?  I don't even know what REPO is.
Thanks.

-- 
xinerama mouse cursor on every screen
https://bugs.launchpad.net/bugs/357901
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 329038] Re: xshm support missing

2009-05-18 Thread Michael Haupt
Hi,

2009/5/18 Séverin Lemaignan ska...@gmail.com:
 What can be done to solve this bug which affect the final release of
 Jaunty as well? since it seems unlikely that a recompiled version of
 squeak-vm is to be proposed within the Jaunty cycle (but I may be
 wrong?),

I'm not sure; this would have to be dealt with by the squeak-vm
maintainer(s).

 I think we could at least offer a patched version of the
 etoys launch script, without the -xshm option, as proposed on
 https://bugs.launchpad.net/ubuntu/+source/etoys/+bug/301190.

Agree. As a workaround, this seems to be fine.

Best,

Michael

-- 
xshm support missing
https://bugs.launchpad.net/bugs/329038
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 377399] Re: Latest update of plasma-widget-network-manager causes it to fail to connect to WPA2 network

2009-05-18 Thread Wladimir Mutel
I get the same behaviour with ath5k driver. The workaround is to remove
KDE/Plasma network manager and run nm-applet instead (don't forget to
keep network-manager-gnome package installed on your system). nm-applet
works well for me.

-- 
Latest update of plasma-widget-network-manager causes it to fail to connect to 
WPA2 network
https://bugs.launchpad.net/bugs/377399
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 376910] Re: Please merge 0.9.4 from debian unstable

2009-05-18 Thread Bhavani Shankar
** Changed in: dput (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: dput (Ubuntu)
 Assignee: (unassigned) = Bhavani Shankar (bhavi)

-- 
Please merge 0.9.4 from debian unstable
https://bugs.launchpad.net/bugs/376910
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 123354] Re: espeak-synthesis-driver crashed with SIGSEGV in strncpy()

2009-05-18 Thread Beth Koenig
*** This bug is a duplicate of bug 131784 ***
https://bugs.launchpad.net/bugs/131784

** This bug has been marked a duplicate of bug 131784
   espeak-synthesis-driver crashed with SIGSEGV in strncpy()

-- 
espeak-synthesis-driver crashed with SIGSEGV in strncpy()
https://bugs.launchpad.net/bugs/123354
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 377861] [NEW] unknown error, quickly appeared then disappeared

2009-05-18 Thread sjaydreyes
Public bug reported:

Binary package hint: nullmailer

Unknown.  Several new packages were installed at once.  Unable to
identify specific package.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: nullmailer 1:1.04-1.1
SourcePackage: nullmailer
Title: package nullmailer 1:1.04-1.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-package i386

-- 
unknown error, quickly appeared then disappeared
https://bugs.launchpad.net/bugs/377861
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 377861] Re: unknown error, quickly appeared then disappeared

2009-05-18 Thread sjaydreyes

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

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

-- 
unknown error, quickly appeared then disappeared
https://bugs.launchpad.net/bugs/377861
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 377851] Re: Openoffice space bar does not move cursor from extreme right

2009-05-18 Thread Dave Lentz
*** This bug is a duplicate of bug 129403 ***
https://bugs.launchpad.net/bugs/129403

** This bug has been marked a duplicate of bug 129403
   [upstream] white spaces disappear beyond right margin

-- 
Openoffice space bar does not move cursor from extreme right
https://bugs.launchpad.net/bugs/377851
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 373999] Re: CIFS loops endlessly when remote host is down

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

-- 
CIFS loops endlessly when remote host is down
https://bugs.launchpad.net/bugs/373999
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 370464] Re: package samba 2:3.3.2-1ubuntu3 failed to install/upgrade: subprocess post-installation script returned error exit status 139

2009-05-18 Thread Thierry Carrez
It's using the following non-default configuration:

security = share
restrict anonymous = no
domain master = no
logon home = %5C%5C%25N%5C%25U
smb passwd file = file:///etc/samba/smbpasswd
pid directory = file:///var/run/samba
logon path = %5C%5C%25N%5C%25U%5Cprofile
private dir = file:///etc/samba

that makes it fail (file:// is not allowed in path). I'd recommend
copying a fresh smb.conf from /usr/share/samba. In all cases, this is
not a bug, just a case of screwed-up configuration revealing at upgrade
time.

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

-- 
package samba 2:3.3.2-1ubuntu3 failed to install/upgrade: subprocess 
post-installation script returned error exit status 139
https://bugs.launchpad.net/bugs/370464
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 354370] Re: sd_espeak crashed with SIGSEGV in memcpy()

2009-05-18 Thread Beth Koenig
*** This bug is a duplicate of bug 277990 ***
https://bugs.launchpad.net/bugs/277990

** This bug is no longer a duplicate of bug 270011
   sd_espeak crashed with SIGSEGV in memcpy()
** This bug has been marked a duplicate of bug 277990
   espeak-synthesis-driver.bin crashed with SIGSEGV in strcmp()

-- 
sd_espeak crashed with SIGSEGV in memcpy()
https://bugs.launchpad.net/bugs/354370
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 338583] Re: gnomespeechfactory.py COMM_FAILURE

2009-05-18 Thread Beth Koenig
*** This bug is a duplicate of bug 277990 ***
https://bugs.launchpad.net/bugs/277990

** This bug is no longer a duplicate of bug 336146
   espeak-synthesis-driver crashed with SIGSEGV
** This bug has been marked a duplicate of bug 277990
   espeak-synthesis-driver.bin crashed with SIGSEGV in strcmp()

-- 
gnomespeechfactory.py COMM_FAILURE
https://bugs.launchpad.net/bugs/338583
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 270011] Re: sd_espeak crashed with SIGSEGV in memcpy()

2009-05-18 Thread Beth Koenig
*** This bug is a duplicate of bug 277990 ***
https://bugs.launchpad.net/bugs/277990

** This bug has been marked a duplicate of bug 277990
   espeak-synthesis-driver.bin crashed with SIGSEGV in strcmp()

-- 
sd_espeak crashed with SIGSEGV in memcpy()
https://bugs.launchpad.net/bugs/270011
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 323703] Re: [i965] Wrong Reflections in Blender 2.48a (fixed in 2.49RC2)

2009-05-18 Thread Vincent-Lin
Hello All, Thanks for this great thread.

First, I had the same issues with my EeePC
I follow the instruction above to modify the xorg.conf, butI got mess UI 
displaying, so I decided to test something out.

Finally, II found a quick solution for before the new version Blender
releasing.

My system info

EeePC 900HA 
Ubuntu 9.04 netbook remix


By simply added one line in your xorg.conf file at Device section.
Section Device
   Identifier Configured Video Device
   Option NoAccel true -- this one.
EndSection

Now the blender just working fine. 
Hopefully, this would help for both user and developer.

-- 
[i965] Wrong Reflections in Blender 2.48a (fixed in 2.49RC2)
https://bugs.launchpad.net/bugs/323703
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 336146] Re: espeak-synthesis-driver crashed with SIGSEGV

2009-05-18 Thread Beth Koenig
*** This bug is a duplicate of bug 277990 ***
https://bugs.launchpad.net/bugs/277990

** This bug has been marked a duplicate of bug 277990
   espeak-synthesis-driver.bin crashed with SIGSEGV in strcmp()

-- 
espeak-synthesis-driver crashed with SIGSEGV
https://bugs.launchpad.net/bugs/336146
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 377846] Re: Terrabyte usb HD (simpletech) drive does not mount

2009-05-18 Thread VladNistor
User reports Package: nautilus 1:2.26.2-0ubuntu2

** Package changed: ubuntu = nautilus (Ubuntu)

-- 
Terrabyte usb HD (simpletech) drive does not mount
https://bugs.launchpad.net/bugs/377846
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 295172] Re: usb-creator does not work when $HOME is on NFS

2009-05-18 Thread Martti Kuparinen
I confirm this, my NFS client is Ubuntu 9.04...

-- 
usb-creator does not work when $HOME is on NFS
https://bugs.launchpad.net/bugs/295172
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 374589] Re: samba server fails to start on boot time when laptop is not connected to any network.

2009-05-18 Thread Thierry Carrez
OK, that makes sense. If it is started to listen to specific interfaces
that don't exist when it starts, it won't run.

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

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

** Summary changed:

- samba server fails to start on boot time when laptop is not connected to any 
network.
+ Samba fails to start at boot when not connected to network (and specific 
interfaces are configured)

-- 
Samba fails to start at boot when not connected to network (and specific 
interfaces are configured)
https://bugs.launchpad.net/bugs/374589
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 377841] Re: Report a Problem does not do anything.

2009-05-18 Thread VladNistor
I can confirm the behaviour in openoffice.org:
  Installed: 1:3.1.0-1ubuntu1
  Candidate: 1:3.1.0-1ubuntu1
  Version table:
 *** 1:3.1.0-1ubuntu1 0
500 http://gb.archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

Indian Art, could you also post the output of apt-cache policy
openoffice.org?


** Summary changed:

- Report a Problem does not do anything.
+ Report a Problem in openoffice.org does not do anything.

-- 
Report a Problem in openoffice.org does not do anything.
https://bugs.launchpad.net/bugs/377841
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 317667] Re: Please sync apache2 2.2.11-1 (main) from Debian unstable (main).

2009-05-18 Thread Launchpad Bug Tracker
** Branch linked: lp:do-plugins

-- 
Please sync apache2 2.2.11-1 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/317667
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 377863] [NEW] easy to implement functional superiority

2009-05-18 Thread SardonicCommand
Public bug reported:

Binary package hint: mirage

there is a simple functional difference that I miss from using ACDSee to
using mirage (mirage is far better than the rest). It is that while I am
using the random slideshow feature in mirage, I can't go back to see the
previous image displayed in the random sequence, so that if I hit the
backspace button I will get the image in the forward slideshow sequence.
Is there a way that the random series is planned out in advance and
stored so that it can be retrieved for this purpose or that the
randomizer is predictable for the same effect

By the way could you implement a hotkey to toggle between random and
forward (or backward) slideshow mode, both while in slideshow mode and
otherwise; or at least while in slideshow mode?

I can't even tell you how happy that'd make me!

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

-- 
easy to implement functional superiority
https://bugs.launchpad.net/bugs/377863
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 370574] Re: After updated Ubuntu 8.04 to 9.04, Totem 2.26.1 no read video

2009-05-18 Thread Facilys
After reproduce the issue (with Vlc 0.9.9.a) and Totem 2.26.1

In attachement, the file Xorg.0.log

My video card : 
 lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)

My Ubuntu is updated every day (9.04)

Last information : I see always after updated Ubuntu 8.04 to 9.04, a item 
gstreamer0.10-plugins-bad but not accessible...
___
Facilys

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/26885720/Xorg.0.log

-- 
After updated Ubuntu 8.04 to 9.04, Totem 2.26.1 no read video
https://bugs.launchpad.net/bugs/370574
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 377204] Re: The application Plasma Workspace (plasma) crashed and caused the signal 11 (SIGSEGV).

2009-05-18 Thread Thierry Carrez
Cannot see anything samba-ish in there, closing samba task and opening a
plasma one, please reopen samba if you can point to a crash in a samba-
related component.

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

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

-- 
The application Plasma Workspace (plasma) crashed and caused the signal 11 
(SIGSEGV).
https://bugs.launchpad.net/bugs/377204
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 377860] Re: while on AC power, boot report that on battery power, file system check skipped

2009-05-18 Thread VladNistor
Could you please provide more information about your system?
(Make/model) Also include output from terminal of: uname -a

** Changed in: ubuntu
   Status: New = Incomplete

-- 
while on AC power, boot report that on battery power, file system check 
skipped
https://bugs.launchpad.net/bugs/377860
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 377402] Re: Square cursor with k8m890 and 9.04 livecd

2009-05-18 Thread Bartosz
** Bug watch added: OpenChrome Trac #302
   http://www.openchrome.org/trac/ticket/302

** Also affects: openchrome via
   http://www.openchrome.org/trac/ticket/302
   Importance: Unknown
   Status: Unknown

-- 
Square cursor with k8m890  and 9.04 livecd
https://bugs.launchpad.net/bugs/377402
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 368457] Re: Sierra Wireless AirCard USBConnect 881U does not work in Jaunty 9.04

2009-05-18 Thread Mikel Ward
Looks like a dupe of https://bugs.launchpad.net/ubuntu/+source/network-
manager/+bug/360905/.

-- 
Sierra Wireless AirCard USBConnect 881U does not work in Jaunty 9.04
https://bugs.launchpad.net/bugs/368457
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 360905] Re: Network-Manager not seeing broadband card

2009-05-18 Thread Mikel Ward
From looking at the source code, we have a udev test and a HAL test.

The udev path looks for ID_NM_MODEM_GSM=1 in the capabilities.

On my system, my Sierra device has:

$ sudo /sbin/udevadm info --query=env 
--path=/sys/devices/pci:00/:00:1e.0/:03:01.0/:04:00.0/usb8/8-1/8-1:1.0
UDEV_LOG=3
DEVPATH=/devices/pci:00/:00:1e.0/:03:01.0/:04:00.0/usb8/8-1/8-1:1.0
DEVTYPE=usb_interface
DRIVER=sierra
DEVICE=/proc/bus/usb/008/002
PRODUCT=1199/6820/2
TYPE=0/0/0
INTERFACE=255/255/255
MODALIAS=usb:v1199p6820d0002dc00dsc00dp00icFFiscFFipFF

So no GSM string.

But in the HAL path, it looks for 'GSM-07.07' in modem.command_sets,
which my system does have:

$ sudo lshal
[...]
udi = 
'/org/freedesktop/Hal/devices/usb_device_1199_6820_noserial_if0_serial_usb_0'
  access_control.file = '/dev/ttyUSB0'  (string)
  access_control.type = 'modem'  (string)
  info.callouts.add = {'hal-acl-tool --add-device'} (string list)
  info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
  info.capabilities = {'serial', 'modem', 'access_control'} (string list)
  info.category = 'serial'  (string)
  info.parent = 
'/org/freedesktop/Hal/devices/usb_device_1199_6820_noserial_if0'  (string)
  info.product = 'AC875 Device'  (string)
  info.subsystem = 'tty'  (string)
  info.udi = 
'/org/freedesktop/Hal/devices/usb_device_1199_6820_noserial_if0_serial_usb_0'  
(string)
  linux.device_file = '/dev/ttyUSB0'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'tty'  (string)
  linux.sysfs_path = 
'/sys/devices/pci:00/:00:1e.0/:03:01.0/:04:00.0/usb8/8-1/8-1:1.0/ttyUSB0/tty/ttyUSB0'
  (string)
  modem.command_sets = {'GSM-07.07', 'GSM-07.05'} (string list)
  serial.device = '/dev/ttyUSB0'  (string)
  serial.originating_device = 
'/org/freedesktop/Hal/devices/usb_device_1199_6820_noserial_if0'  (string)
  serial.port = 0  (0x0)  (int)
  serial.type = 'usb'  (string)
[...]

Then the code says we trust udev over HAL...

/* Case (c): HAL thinks it's a modem, but udev doesn't */
nm_info ((%s): ignoring due to lack of probed mobile broadband 
capabilties, ttyname);
later = FALSE;

So I've got to make udev return that extra capability, which is
obviously what Alexander's patches are about, but at least know I know
why and how I might be able to help.

-- 
Network-Manager not seeing broadband card
https://bugs.launchpad.net/bugs/360905
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 236909] Re: my lazarus no open ubuntu hardy

2009-05-18 Thread Paul Gevers
If you are interested in a Hardy solution, take a look at my PPA [1]. If
there are any problems with that archive, please let me know.

[1] https://launchpad.net/~paul-climbing/+archive/ppa

-- 
my lazarus no open ubuntu hardy
https://bugs.launchpad.net/bugs/236909
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 377402] Re: Square cursor with k8m890 and 9.04 livecd

2009-05-18 Thread Bug Watch Updater
** Changed in: openchrome
   Status: Unknown = New

-- 
Square cursor with k8m890  and 9.04 livecd
https://bugs.launchpad.net/bugs/377402
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 371356] Re: vino-server eats a lot of cpu time with d-bus requests

2009-05-18 Thread Paolo Benvenuto
Since last comment I purged and installed again vino

Now at restarting the system I have 2 instances of vino-server:

$ ps ax|grep vino
 3599 ?S  0:00 /usr/lib/vino/vino-server
 5908 ?D  0:00 /usr/lib/vino/vino-server --sm-config-prefix 
/vino-server-v3yT2x/ --sm-client-id 
1085af4c166cc32bb112426270793324060041570007 --screen 0
 5910 pts/0R+ 0:00 grep vino

and now killall -9 vino-server stops vino from eating cpu time.

Unfortunatly after a reboot I have again the 2 instances of vino-server
and the consequent cpu-eating situation

-- 
vino-server eats a lot of cpu time with d-bus requests
https://bugs.launchpad.net/bugs/371356
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 377392] Re: i was locking a web tv of sport, ther's 30seconde of image and sound and after a message that's a program is agressiv and blocking de loading of the page

2009-05-18 Thread orzeckowski
It's ok with a new profilebut in fact I have found what was the original
problem, it was Ad Block program, but it was not specified as usual, like
with a window message with :  Ad Bloch is blocking this page or some thing
like that.

Since one month I'm using ubuntu and it's a real pleasure.

thank you very much for you're help and all my apologies

(I'm sorry, I'm french and I'm not very clever in english)

2009/5/17 Micah Gersten launch...@micahscomputing.com

 Many bad Firefox behaviors are in fact caused by one of the many
 third-party 'themes', 'extensions' and 'plugins'. These will go away with a
 new profile - that is, when Firefox is restored to default settings and
 without any extensions and themes.  You do not need to delete your old
 profile to test.
 Could you please try with a new profile and let us know the results?

 https://wiki.ubuntu.com/MozillaTeam/Bugs?action=showredirect=DebuggingFirefox#Try%20with%20a%20new%20profile


 ** Changed in: firefox-3.0 (Ubuntu)
   Status: New = Incomplete

 --
 i was locking a web tv of sport, ther's 30seconde of image and sound and
 after a message that's a program is agressiv and blocking de loading of the
 page
 https://bugs.launchpad.net/bugs/377392
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “firefox-3.0” source package in Ubuntu: Incomplete

 Bug description:
 Binary package hint: firefox-3.0

 this bug is strange because, I have no firewall and no anti virus, and
 according to the web site Tv that I was locking It's a agressiv program wich
 is disconecting me...like if I had a anti virus. SoBefore I up load the
 last firefox version, I was on justin TV sport chanel and i had no bug. I'm
 not sure it's a bug , so if it's not , I m sorry.

 ProblemType: Bug
 Architecture: i386
 DistroRelease: Ubuntu 8.10
 NonfreeKernelModules: nvidia
 Package: firefox-3.0 3.0.10+nobinonly-0ubuntu0.8.10.1
 ProcEnviron:

  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
  LANG=fr_FR.UTF-8
  SHELL=/bin/bash
 SourcePackage: firefox-3.0
 Uname: Linux 2.6.27-14-generic i686



-- 
Frédéric ORZECKOWSKI
162 rue ordoner
75018 PARIS
FRANCE


cell +33667638774
fredo...@gmail.com

-- 
i was locking a web tv of sport, ther's 30seconde of image and sound and after 
a message that's a program is agressiv and blocking de loading of the page
https://bugs.launchpad.net/bugs/377392
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 356067] Re: systemsettings crashed with SIGSEGV in KHotKeys::ActionDataBase::comment()

2009-05-18 Thread Bug Watch Updater
** Changed in: kdebase
   Status: Confirmed = Fix Released

-- 
systemsettings crashed with SIGSEGV in KHotKeys::ActionDataBase::comment()
https://bugs.launchpad.net/bugs/356067
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 349519] Re: Switch Desktop Mode corrupted settings

2009-05-18 Thread Yuioup
I solved it. You can reproduce the behavior:

1. Create a new user.
2. Switch to Ubuntu Classic
3. Add nautilus to the startup programs.
4. Log out, log back in.
5. Everything works fine.

My suggestion to fix this bug is:

Add nautilus to the list of standard startup programs for all users.

-- 
Switch Desktop Mode corrupted settings
https://bugs.launchpad.net/bugs/349519
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 377865] [NEW] khotkeys steal ctrl-w shortcut globally

2009-05-18 Thread Wladimir Mutel
Public bug reported:

Binary package hint: kdebase-workspace

After recent upgrade to kdebase-workspace 4:4.2.85-0ubuntu4 I noticed
that I am unable to use ctrl-w shortcut to close my tabswindows and to
erase words in konsole command line (and probably other tasks requiring
that shortcut). After some digging in System Settings (KeyboardMouse -
Global shortcuts) I found that ctrl-w is globally remapped for khotkeys
as 'Remap Ctrl-W to Ctrl-F4 in Qt Designer'. I had to revert this
shortcut to default/none to recover former behaviour for my
applications.

Don't know if this global remapping was introduced in the upgrade, or it
had been for some time in my user/home settings, and upgrade only
triggered it by fixing some old bug. Anyway, I am not sure I used Qt
Designer at all, but I learned some use of Ctrl-W shortcut in my apps
and also I guess it is specified in some GUI standards, so please don't
steal it from under my feet :

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

-- 
khotkeys steal ctrl-w shortcut globally
https://bugs.launchpad.net/bugs/377865
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 377837] Re: Computer Janitor broke Ubuntu

2009-05-18 Thread VladNistor
** Package changed: ubuntu = computer-janitor (Ubuntu)

** Changed in: computer-janitor (Ubuntu)
   Status: New = Invalid

-- 
Computer Janitor broke Ubuntu
https://bugs.launchpad.net/bugs/377837
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 345271] Re: Error while Refreshing folder

2009-05-18 Thread Walther
Hi,

I removed the evolution-rss. From a clean boot-up, I start evolution
through terminal. I still get:

** (evolution:3930): DEBUG: mailto URL command: evolution %s
** (evolution:3930): DEBUG: mailto URL program: evolution
** (evolution:3930): DEBUG: EI: SHELL STARTUP
** (evolution:3930): DEBUG: EI: mail_read_notify
** (evolution:3930): DEBUG: MAIL SERVER: Count changed: 0
evolution-mail-Message: Error occurred while existing dialogue active:
Server unexpectedly disconnected: Operation now in progress

The strange things is its only happening in the second IMAP inbox, not
the first.
When I click around in the second inbox, I get:
Server unexpectedly disconnected: Operation now in progress
** (evolution:3930): DEBUG: EI: mail_read_notify
** (evolution:3930): DEBUG: MAIL SERVER: Count changed: 0
** (evolution:3930): DEBUG: EI: mail_read_notify
** (evolution:3930): DEBUG: MAIL SERVER: Count changed: 0
error: duplicate REP tables used
Failure loading aff file /usr/share/myspell/dicts/en_ZA.aff

(evolution:3930): gtkhtml-WARNING **: oo
** (evolution:3930): DEBUG: EI: mail_read_notify
** (evolution:3930): DEBUG: MAIL SERVER: Count changed: 0
** (evolution:3930): DEBUG: EI: mail_read_notify
** (evolution:3930): DEBUG: MAIL SERVER: Count changed: 0
** (evolution:3930): DEBUG: EI: mail_read_notify
** (evolution:3930): DEBUG: MAIL SERVER: Count changed: 0

Maybe there are some other logs I can send you?

Regards,

Walther Behrens

+27 82 803 1170
walt...@behrens.co.za


-Original Message-
From: Sebastien Bacher seb...@ubuntu.com
Reply-to: Bug 345271 345...@bugs.launchpad.net
To: walt...@behrens.co.za
Subject: [Bug 345271] Re: Error while Refreshing folder
Date: Tue, 12 May 2009 09:26:11 -


do you get the issue if you don' use evolution-rss there?

-- 
Error while Refreshing folder
https://bugs.launchpad.net/bugs/345271
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 377399] Re: Latest update of plasma-widget-network-manager causes it to fail to connect to WPA2 network

2009-05-18 Thread Per Hermansson
Michael, would it be possible to test the new version in Karmic and
attach your /var/log/daemon.log (only lines starting with Network
Manager are interesting for me) since I've created some patches in the
Karmic version that was suppose to help connecting to WPA2 networks.

-- 
Latest update of plasma-widget-network-manager causes it to fail to connect to 
WPA2 network
https://bugs.launchpad.net/bugs/377399
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 377858] Re: Printer misidentified by default

2009-05-18 Thread Till Kamppeter
*** This bug is a duplicate of bug 365329 ***
https://bugs.launchpad.net/bugs/365329

** This bug has been marked a duplicate of bug 365329
   HP LaserJet P1005 (using hplip) fails to print in 8.04 and 9.04

-- 
Printer misidentified by default
https://bugs.launchpad.net/bugs/377858
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 376910] Re: Please merge 0.9.4 from debian unstable

2009-05-18 Thread Bhavani Shankar
Patch correctly applies.. Can you please point out whats the actual
problem?

bhav...@jaunty:~/dput-0.9.4$ patch -p1  ../debian.debdiff
patching file debian/changelog
patching file debian/control
patching file debian/rules
patching file dput
patching file dput.1
patching file dput.cf
patching file dput.cf.5
patching file sftp.py

Regards

-- 
Please merge 0.9.4 from debian unstable
https://bugs.launchpad.net/bugs/376910
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 377159] Re: package landscape-common 1.0.23-0ubuntu0.8.10.1 failed to install/upgrade:

2009-05-18 Thread Free Ekanayaka
Specifically the error is:

Configurando landscape-common (1.0.23-0ubuntu0.8.10.1) ...
Your account has expired; please contact your system administrator
chfn: PAM authentication failed
adduser: `/usr/bin/chfn -f Landscape Client Daemon landscape' returned error 
code 1. Exiting.
dpkg: erro processando landscape-common (--configure):
 sub-processo post-installation script retornou estado de saída de erro 1

and it is a duplicate of Bug #238755, which has been fixed in version
1.0.25-0ubuntu0.9.04 of landscape-client. A SRU is needed for intrepid
though.

 duplicate 291334

-- 
package landscape-common 1.0.23-0ubuntu0.8.10.1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/377159
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 202089] Re: Pulseaudio is blocking normal sound after resume

2009-05-18 Thread Bartosz
** Changed in: gnome-power-manager (Baltix)
   Status: New = Invalid

-- 
Pulseaudio is blocking normal sound after resume
https://bugs.launchpad.net/bugs/202089
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 376980] Re: soundconverter doesn't work

2009-05-18 Thread giovanni
what shall I do to solve my problem? chmod 777? but which string should
I write?

-- 
soundconverter doesn't work
https://bugs.launchpad.net/bugs/376980
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 376532] Re: Free Pascal and Lazurus Install on Ubuntu Hardy Heron

2009-05-18 Thread Paul Gevers
 1) set up a nightly check build of the FPC and Lazarus packages under Ubuntu
 Hardy and Jaunty as the project changes

Building the packages is easily done in a PPA.

 3) to surface and report with details issues that lie specifically with
 Ubuntu to you.

With you you mean the bug tracker in Launchpad, I hope. Just as you, I
am merely a user of Lazarus in Ubuntu and wanting to help.

Paul

-- 
Free Pascal and Lazurus Install on Ubuntu Hardy Heron
https://bugs.launchpad.net/bugs/376532
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 370834] Re: kde apps don't refresh (update the screen) properly with compiz

2009-05-18 Thread Krister
The same problem occurs with Openoffice as well...
  not just KDE apps.

-- 
kde apps don't refresh (update the screen) properly with compiz
https://bugs.launchpad.net/bugs/370834
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 334461] Re: Xorg crashed with SIGSEGV in xf86Wakeup()

2009-05-18 Thread Martin Olsson
@felix.rommel, thanks for letting us know that the issue has been fixed.

** Changed in: xorg-server (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Xorg crashed with SIGSEGV in xf86Wakeup()
https://bugs.launchpad.net/bugs/334461
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 374090] Re: Samsung NC20 installation problem(test pattern on screen)

2009-05-18 Thread Martin Olsson
It would be valuable to have the xorg.log from jaunty as well even
though I realized that would be pretty hard to get. When you have USB
booted into 9.04 jaunty and you see a distorted screen that looks a bit
like Ubuntu running (not the usplash progress bar), is it then possible
to press CTRL-ALT-F1 to get to a text based terminal? If so, maybe you
can install the ssh package from there and scp the xorg.log to another
computer? Also, I suspect jaunty tries to use the -openchrome driver on
your machine so if you switch to vesa (the driver you used on 8.04) it
might work better even though I'm not sure how to do that if the screen
has graphics corruption.

** Tags removed: needs-lspci-vvnn

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

** Changed in: xserver-xorg-video-openchrome (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Samsung NC20 installation problem(test pattern on screen)
https://bugs.launchpad.net/bugs/374090
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   >