[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

[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

[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

[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 =

[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

[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.

[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. --

[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

[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

[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

[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

[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

[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

[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

[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

[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. --

[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

[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

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

[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

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

[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:

[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

[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)

[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:

[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

[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,

[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

[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

[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

[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

[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

[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

[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

[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. --

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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.

[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

[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

[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

[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. --

[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

[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.

[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

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

[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

[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

[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()

[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

[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

[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

[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

[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 =

[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

[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

[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

[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

[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

[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.

[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

[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

[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

[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

[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

[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

[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:

[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

[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

[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

[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

[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

[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

[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

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.

[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. --

[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. --

[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

[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

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:

[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

[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

[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

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

[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

[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

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

[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. --

[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

[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

  1   2   3   4   5   6   7   8   9   10   >