[Bug 196806] Re: Increase default memory_limit for php

2008-08-25 Thread ewanm89
and any admin that has had his server have digg/slashdot effect also knows that this can manage to fill up 4GB of memory in a few seconds. -- Increase default memory_limit for php https://bugs.launchpad.net/bugs/196806 You received this bug notification because you are a member of Ubuntu Server

[Bug 261066] [NEW] mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
Public bug reported: Binary package hint: mysql-server-5.0 My pc is amd64, with Ubuntu 8.10. From today after an upgrade of mysql (august 25 2008) mysqld not starts. The gnome service-admin shows mysql is on! But I cannot find the process. [EMAIL PROTECTED]:~$ mysql -u italo -p Enter password:

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
** Attachment added: myProcesses.txt http://launchpadlibrarian.net/17057817/myProcesses.txt -- mysql-server 5.0.67-0ubuntu1 not starts https://bugs.launchpad.net/bugs/261066 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Andrei Coman
Well from your process list it seems that MySQL isn't started. sudo /etc/init.d/mysql start might do the trick. -- mysql-server 5.0.67-0ubuntu1 not starts https://bugs.launchpad.net/bugs/261066 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
I try it but: [EMAIL PROTECTED]:~$ sudo /etc/init.d/mysql start [sudo] password for icanepa: * Starting MySQL database server mysqld [fail] [EMAIL PROTECTED]:~$ -- mysql-server 5.0.67-0ubuntu1 not starts https://bugs.launchpad.net/bugs/261066 You received

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Norbert Tretkowski
Check /var/log/syslog for errors from mysqld. -- mysql-server 5.0.67-0ubuntu1 not starts https://bugs.launchpad.net/bugs/261066 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

[Bug 200661] Re: php5 missing symbol prevent apache2 to start

2008-08-25 Thread David McNerney
I know this was a long time ago but just in case anyone else is running into it. The apache2ctl command doesn't seem to be picking up the library path. Upgrading etc didn't improve the situation (I'm at 8.04). I got around this by adding an 'export LD_LIBRARY_PATH=/usr/lib' into this command

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
I removed mysql from system, restart the machine, and in services windows I see mysql. (look png image attached) After I install mysql but installation fails:post installation script return error code 1 mysql-server has problems with dependecies - not confgured. syslog before removing software

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Norbert Tretkowski
Not a bug. The federated engine was disabled upstream by default, and there's a note about that in /usr/share/doc/mysql-server-5.0/NEWS.Debian.gz, which users who are running a development branch should have read before reporting such a bug. ** Changed in: mysql-dfsg-5.0 (Ubuntu) Status:

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
Thank you Robert, I was not knowing this fact. Is this the file? [EMAIL PROTECTED]:/usr/share/doc/mysql-server-5.0$ zcat NEWS.Debian.gz mysql-dfsg-5.0 (5.0.45-2) unstable; urgency=low * Binary logging is now disabled by default. If you really need it (e.g. on a replication master), remove

[Bug 260291] Re: Network Manager 0.7, openvpn, VPN Connection Failed

2008-08-25 Thread Alexander Sack
milestoning to get the server team (who maintains openvpn) on this plate. Apparently the openvpn upgrade to 2.1~rc7 broke the script-security thing. Anyone can take a look? (see bug #259562) ** Also affects: openvpn (Ubuntu) Importance: Undecided Status: New ** Changed in: openvpn

[Bug 241440] Re: bacula catalog fails due to missing script

2008-08-25 Thread krbvroc1
I recently updated my system from the 2.2.8 to the 2.4.2 release (Centos RPM). On my system I noticed that the files you are referring to moved from /etc/bacula to /usr/lib64/bacula. However, my bacula-dir.conf, bacula-fd.conf and bacula-sd.conf all contained references to the old /etc/bacula

[Bug 260291] Re: Network Manager 0.7, openvpn, VPN Connection Failed

2008-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package openvpn - 2.1~rc9-3ubuntu1 --- openvpn (2.1~rc9-3ubuntu1) intrepid; urgency=low * debian/openvpn.init.d: Add --script-security 2 by default for backwards compatibility (LP: #260291) -- Chuck Short [EMAIL PROTECTED] Mon, 25 Aug 2008

[Bug 260703] Re: Problem upgrading to mysql-server_5.0.51a-3ubuntu5.1

2008-08-25 Thread mcas
Thank you for reporting this bug. Please translate the dpkg error message to english. This will help us to fix your problem. ** Summary changed: - * Stopping MySQL database server mysqld [fail] invoke-rc.d: initscript mysql, action stop failed. invoke-rc.d

[Bug 117736] Re: pam_mount unable to unmount needs root priv

2008-08-25 Thread Joachim Breitner
I compiled openssh 5.1 from intrepid on hardy, but it still does not work. Strangly, I’m no longer getting an error message from mod_pam that setuid fails, although pam_unix reports that the session is actually closed. -- pam_mount unable to unmount needs root priv

[Bug 117736] Re: pam_mount unable to unmount needs root priv

2008-08-25 Thread Joachim Breitner
Nevermind, it worked after all. The remaining problem was a left-over /var/run/pam-mount file. It still doesn’t work for su, BTW. -- pam_mount unable to unmount needs root priv https://bugs.launchpad.net/bugs/117736 You received this bug notification because you are a member of Ubuntu Server

[Bug 261198] [NEW] Add UFW profile integration with apache2

2008-08-25 Thread Didier Roche
Public bug reported: Ubuntu FireWall have now some features to integrate profiles from different application. Instead of knowing the ports on which xxx service is running, the administrator have different profiles and can create some rules on the profile instead of updating the targeted port.

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
Ok, before reading your post, i try another time to reinstall mysql. Here's the version of my packages: [EMAIL PROTECTED]:/usr/share/doc/mysql-server-5.0$ dpkg -l | grep mysql ii libdbd-mysql-perl 4.007-1build1 A Perl5 database interface to the

Re: [Bug 235653] Re: [SRU] ACL covering all IPv4 addresses is broken in 2.2.1

2008-08-25 Thread Charles Lepple
On Fri, Aug 22, 2008 at 6:26 PM, Steve Langasek wrote: So since denying appears to be the default, it seems that the only case broken by this is giving all IP addresses access to nut. Is this ever really a good idea? Or have I overlooked some other reason that this makes sense? Steve,

[Bug 260703] Re: Problem upgrading to mysql-server_5.0.51a-3ubuntu5.1

2008-08-25 Thread Dupond Jean-Louis
invoke-rc.d: initscript mysql, action start failed. dpkg: fout bij afhandelen van mysql-server-5.0 (--configure): subproces post-installation script gaf een foutwaarde 1 terug Fouten gevonden tijdens behandelen van: mysql-server-5.0 E: Sub-process /usr/bin/dpkg returned an error code (1)

[Bug 261274] [NEW] clustat(8) truncates columnar output when stdout is not a TTY

2008-08-25 Thread John Morrissey
Public bug reported: Binary package hint: redhat-cluster-suite I originally discovered this bug in Ubuntu 8.04 LTS. I've also submitted this as: https://bugzilla.redhat.com/show_bug.cgi?id=460060 Description of problem: clustat(8) offers no way of obtaining untruncated columns when its stdout

[Bug 237630] Re: package mysql-server-5.0 5.0.51a-3ubuntu5.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 - fails due to AppArmor

2008-08-25 Thread Dupond Jean-Louis
*** This bug is a duplicate of bug 210813 *** https://bugs.launchpad.net/bugs/210813 ** This bug has been marked a duplicate of bug 210813 package mysql-server-5.0 5.0.51a-3ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 1 -- package

[Bug 205985] Re: package mysql-server-5.0 5.0.51a-1ubuntu1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2008-08-25 Thread Dupond Jean-Louis
*** This bug is a duplicate of bug 187442 *** https://bugs.launchpad.net/bugs/187442 ** This bug has been marked a duplicate of bug 187442 package mysql-server-5.0 5.0.45-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 -- package

[Bug 239144] Re: package mysql-server-5.0 5.0.51a-3ubuntu5.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-08-25 Thread Dupond Jean-Louis
*** This bug is a duplicate of bug 187442 *** https://bugs.launchpad.net/bugs/187442 ** This bug has been marked a duplicate of bug 187442 package mysql-server-5.0 5.0.45-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 -- package

[Bug 227654] Re: package mysql-server 5.0.51a- 3ubuntu5 failed to install/upgrade: problemy z zale żnościami - pozostawiony nieskonfigurowany

2008-08-25 Thread Dupond Jean-Louis
*** This bug is a duplicate of bug 187442 *** https://bugs.launchpad.net/bugs/187442 ** This bug has been marked a duplicate of bug 187442 package mysql-server-5.0 5.0.45-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 -- package

[Bug 261198] Re: Add UFW profile integration with apache2

2008-08-25 Thread Didier Roche
New version as kees uploaded one version during this time. * add ufw integration (see https://wiki.ubuntu.com/UbuntuFirewall#Integrating%20UFW%20with%20Packages) (LP: #261198) - debian/control: suggest ufw for apache2.2-common - add apache2.2-common.ufw.profile with 3 profiles

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Dupond Jean-Louis
Install: http://nl.archive.ubuntu.com/ubuntu/pool/main/m/mysql-dfsg-5.0 /mysql-common_5.0.51a-6ubuntu3_all.deb Then it works again ... The newest version of mysql in intrepid failed for AMD64 ... but the common version gets updated ... so it fucks up ! ** Changed in: mysql-dfsg-5.0 (Ubuntu)

[Bug 260291] Re: Network Manager 0.7, openvpn, VPN Connection Failed

2008-08-25 Thread Alexander Sack
looks like the nm plugin needs a fix on its own. Thanks to M. Biebl for providing that patch. diff --git a/openvpn/src/nm-openvpn-service.c b/vpn-daemons/openvpn/src/nm-openvpn-service.c index 9d0c7d4..0df1178 100644 --- a/openvpn/src/nm-openvpn-service.c +++ b/openvpn/src/nm-openvpn-service.c

[Bug 260264] Re: install of mysql-server and mysql-server-5.0 did not complete properly

2008-08-25 Thread Julius H.
I got the same error trying to install mysql5.0 on ubuntu 8.04 on an usb-stick and found the following thread: https://bugs.launchpad.net/ubuntu/+source/casper/+bug/131976 So i tried 'sudo aa-complain mysqld' and got mysql finish its config and the server running. I don't know if this

[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-08-25 Thread Tien Nguyen
IMHO, this whole smb:// access from nautilus is really not that great. It is fine for copying files but most applications are not compatible with this URL, so you can not drop the files with smb:// access into an application. Another example, if you using Google web mail to compose an e-mail and

Re: [Bug 260264] Re: install of mysql-server and mysql-server-5.0 did not complete properly

2008-08-25 Thread Benjamin Dover
-- install of mysql-server and mysql-server-5.0 did not complete properly https://bugs.launchpad.net/bugs/260264 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

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Norbert Tretkowski
[ERROR] /usr/sbin/mysqld: unknown option '--skip-federated' Sounds like the FEDERATED engine is not compiled in. Upstream decided to disabled the FEDERATED engine by default via the my.cnf file, but mysqld has to be compiled with support for FEDERATED engine, otherwise it does not know about the

[Bug 260291] Re: Network Manager 0.7, openvpn, VPN Connection Failed

2008-08-25 Thread Tore Anderson
You're right about that, at least it still doesn't work after the upgrade to openvpn 2.1~rc9-3ubuntu1. Still fails with the script- security error message. Tore -- Network Manager 0.7, openvpn, VPN Connection Failed https://bugs.launchpad.net/bugs/260291 You received this bug notification

[Bug 261029] Re: USB Flash drive claims to be full when it's empty and cannot write to it

2008-08-25 Thread BasicXP
Yes, the est solution is to format your drive, because I don't know other solutions :). Try to format your flash drive to FAT32, if you didn't do so. -- USB Flash drive claims to be full when it's empty and cannot write to it https://bugs.launchpad.net/bugs/261029 You received this bug

[Bug 260950] Re: f-spot slideshow shows strange effetcs on the first photo

2008-08-25 Thread marco.pallotta
I forgot to say that what I have reported happens in Hardy Heron x86-64. -- f-spot slideshow shows strange effetcs on the first photo https://bugs.launchpad.net/bugs/260950 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 260807] Re: root FS not cleanly unmounted on SSD

2008-08-25 Thread roots
well there's bad news - i had already tried to find something in the logfiles but to no avail - they do resume just after the kernel-induced reboot after the initial fsck. furthermore, i now recognized that after such crashy shutdown, fsck does not only find errors but also had died with error

[Bug 157346] Re: Flash drive free disk space wrongly indicated

2008-08-25 Thread Marius Groenewald
Well, in the meanwhile my Flashdrive got broken, physically. I haven't encountered this problem on my new Flashdrive so far. So I think we can close this bug. -- Flash drive free disk space wrongly indicated https://bugs.launchpad.net/bugs/157346 You received this bug notification because you

[Bug 261036] [NEW] Error during KDE4 startup, launched from login screen.

2008-08-25 Thread BasicXP
Public bug reported: I have Ubuntu 8.04 HH. First, I installed kubuntu-desktop package, imho KDE is cool. Then, on kubuntu.org website I saw an ads, announcing KDE 4.1 available for kubuntu. I downloaded package, installed, rebooted my PC. On login screen, as session type, I selected KDE4. Then I

[Bug 261038] [NEW] xubuntu + firefox(Javascript) + scim-anthy = crashfest

2008-08-25 Thread jungle barricade cobra
Public bug reported: Sometimes, when using firefox under XFCE and the Japanese IME (scim-anthy), firefox crashes. Firefox won't start up anymore(crash immediately) until scim-anthy is disabled once(using the regular ctrl-space method). After a successful session has been restarted scim-anthy

[Bug 196806] Re: Increase default memory_limit for php

2008-08-25 Thread ewanm89
and any admin that has had his server have digg/slashdot effect also knows that this can manage to fill up 4GB of memory in a few seconds. -- Increase default memory_limit for php https://bugs.launchpad.net/bugs/196806 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 261039] [NEW] libpam-ccreds 8-1 fails to run

2008-08-25 Thread Tybion
Public bug reported: Binary package hint: libpam-ccreds Xubuntu Hardy 8.04 Linux 2.6.24-19-generic ||/ Name VersionDescription +++-==-==- ii libpam-ccreds 8-1Pam module to cache authentication

[Bug 260995] Re: [needs-packaging] LiVES - multitrack video editor and streamer player

2008-08-25 Thread Iulian Udrea
** Changed in: ubuntu Importance: Undecided = Wishlist Status: New = Confirmed -- [needs-packaging] LiVES - multitrack video editor and streamer player https://bugs.launchpad.net/bugs/260995 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 260918] Re: [needs-packaging] libv4l

2008-08-25 Thread Iulian Udrea
** Summary changed: - libv4l needs packaging + [needs-packaging] libv4l ** Changed in: ubuntu Importance: Undecided = Wishlist Status: New = Confirmed -- [needs-packaging] libv4l https://bugs.launchpad.net/bugs/260918 You received this bug notification because you are a member of

[Bug 260570] Re: [needs-packaging] - OpenWFE (Ruote) - workflow business process management

2008-08-25 Thread Iulian Udrea
** Changed in: ubuntu Importance: Undecided = Wishlist Status: New = Confirmed -- [needs-packaging] - OpenWFE (Ruote) - workflow business process management https://bugs.launchpad.net/bugs/260570 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 254201] Re: feature regression: ffmpeg lacks some video encoders (like h263+, MPEG4, maybe more...)

2008-08-25 Thread Kota
gstreamer-ffmpeg package lacks several encoders because of this, though decoders are available. -- feature regression: ffmpeg lacks some video encoders (like h263+, MPEG4, maybe more...) https://bugs.launchpad.net/bugs/254201 You received this bug notification because you are a member of Ubuntu

[Bug 198429] Re: Unable to save bookmarks.xml

2008-08-25 Thread bakytn
yes. thank you. We should use kdesu -- Unable to save bookmarks.xml https://bugs.launchpad.net/bugs/198429 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 76766] Re: Qt is too slow in font operations

2008-08-25 Thread Mustafa SAKALSIZ
No, not reproducible. -- Qt is too slow in font operations https://bugs.launchpad.net/bugs/76766 You received this bug notification because you are a member of Kubuntu Team, which is subscribed to qt-x11-free in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED]

[Bug 261041] [NEW] inputing multi-lines text(Chinese) in the message box leads to crash

2008-08-25 Thread yunj042
Public bug reported: Binary package hint: pidgin when I input 3 lines text in the message box to my friend, the pidgin crashes. my work language is Chinese. If I input in English, ok, there's no problem; but once I input in Chinese, one line is ok, two lines is also ok, 3rd lines, it crashes

[Bug 261041] Re: inputing multi-lines text(Chinese) in the message box leads to crash

2008-08-25 Thread yunj042
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/17056310/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/17056311/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/17056312/ProcStatus.txt -- inputing

[Bug 261040] [NEW] Toshiba a100 063 : A Multimedia key doesn't work on ubuntu\kubuntu 8.04

2008-08-25 Thread FuocoTools
Public bug reported: Ok i have a little issue with only a multimedia keys, in this kind of laptop you have these multimedia keys : 1 open browser\open audio player 2 play\ pause 3 stop 4 back\forward i have the same laptop of this : https://bugs.launchpad.net/ubuntu/+bug/144374 everythings

[Bug 261025] Re: fails select and install software

2008-08-25 Thread johnn1949
opps Sorry,I either had a bad cd or the wrong download. 8.10 is installed. Issue resolved -- fails select and install software https://bugs.launchpad.net/bugs/261025 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 242208] Re: deskbar applet doesn't use default program to open documents

2008-08-25 Thread Bálint Magyar
I can confirm this on Ubuntu 8.04.1 (with all updates as of date). 1. Get some PDFs. 2. Doubleclicking in Nautilus opens them with Evince. Opening a PDF through Tracker/Deskbar opens them with Evince. 3. Install Adobe Reader 8.1.2 from official site. 4. Right-click on a PDF in Nautilus, Open

[Bug 211152] Re: OpenOffice.org Writer crashes when editing Page Style in html documents

2008-08-25 Thread Orv Parks
Having problem on AMD Athlon(tm) 64 X2 VISTA system, OO Writer crashes when select new text doc, then select format, page, page. -- OpenOffice.org Writer crashes when editing Page Style in html documents https://bugs.launchpad.net/bugs/211152 You received this bug notification because you are a

[Bug 158578] Re: [7.10 Italian] Post-it notes applet stops gnome-sessions-daemon from starting

2008-08-25 Thread Roberto Ballerini
Sticky -- [7.10 Italian] Post-it notes applet stops gnome-sessions-daemon from starting https://bugs.launchpad.net/bugs/158578 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 260370] Re: [needs-packaging] Transmission 1.33- Just when Ubuntu updates to 1.32..... *Sigh*

2008-08-25 Thread Daniel Holbach
You're right about 1.33b1. Nevermind. -- [needs-packaging] Transmission 1.33- Just when Ubuntu updates to 1.32. *Sigh* https://bugs.launchpad.net/bugs/260370 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 261045] [NEW] ZyDAS WLA-54L is not working under Ubuntu 2.6.24-21.40-generic

2008-08-25 Thread Andrew_H
Public bug reported: Description:Ubuntu 8.04.1 Release:8.04 Kernel: Ubuntu 2.6.24-21.40-generic I have a ZyDAS WLA-54L USB WIFi Adapter that has been working perfectly under Kubuntu 8.04 until 23-08-2008 when I applied a normal update. Now I do not see the ZyDAS adapter in

[Bug 260028] Re: openafs-client broken on 8.04 amd64

2008-08-25 Thread Brian Gallew
Installing openafs-client doesn't seem to install an openafs kernel module. It recommends installing openafs-modules2, but that doesn't exist. Trying to compile openafs-modules-source fails: [chomp] DH_OPTIONS= dh_installinit -popenafs-client -r -- defaults 25 18 DH_OPTIONS= dh_installinit

Re: [Bug 256836] Re: my sleep button does not work HP Pavillion 6000 series

2008-08-25 Thread marcsfutures
I just did a system recovery because I had issues with the rundl32, I think this was the video card drivers weren't updated. But this inadvertently fixed the problem. Thank you. Marc On Sun, Aug 24, 2008 at 8:46 PM, mevets [EMAIL PROTECTED] wrote: Do you know if the key is supposed to make

[Bug 133072] Re: tty console doen't show characters with accent

2008-08-25 Thread cubells
Are you sure? There is no bug in my Ubuntu Intrepid Ibex (Gnome)... -- tty console doen't show characters with accent https://bugs.launchpad.net/bugs/133072 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 261046] [NEW] CD, mp3, ogg, radio don't play

2008-08-25 Thread Tiger
Public bug reported: Binary package hint: rhythmbox Hello, rthymbox downloads the track information and pictures, displays my files but doesn't play. It even buffers radio but doesn't play it. I can play movies on this machine with a different program. It even ripped the CD to ogg but won't

[Bug 261046] Re: CD, mp3, ogg, radio don't play

2008-08-25 Thread Tiger
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/17056480/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/17056481/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/17056482/ProcStatus.txt -- CD, mp3,

[Bug 190749] Re: Illegal instruction in firefox

2008-08-25 Thread David Kågedal
After upgrading to Hardy, I no longer have this problem. -- Illegal instruction in firefox https://bugs.launchpad.net/bugs/190749 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 260370] Re: [needs-packaging] Transmission 1.33- Just when Ubuntu updates to 1.32..... *Sigh*

2008-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package transmission - 1.33-0ubuntu1 --- transmission (1.33-0ubuntu1) intrepid; urgency=low * New upstream release (LP: #260370) -- Nick Colgan [EMAIL PROTECTED] Fri, 22 Aug 2008 16:12:44 -0400 ** Changed in: transmission (Ubuntu) Status:

[Bug 99489] Re: avahi-autoipd gives me an useless default route

2008-08-25 Thread Cyberax
I have a box with two network interfaces: DHCP to WAN and a statically configured local interface. Avahi-autpid constantly resets default route to local network so Internet traffic doesn't go anywhere. Removing avahi fixes this problem for me. -- avahi-autoipd gives me an useless default route

[Bug 261047] Re: firefox crashed with SIGSEGV in g_type_check_instance_cast()

2008-08-25 Thread amir
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/17056539/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/17056540/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/17056541/Disassembly.txt ** Attachment

[Bug 259717] Re: virtualbox-ose-modules-2.6.24-21-generic is missing in proposed

2008-08-25 Thread ali_deren
*** This bug is a duplicate of bug 260722 *** https://bugs.launchpad.net/bugs/260722 Try this... sudo apt-get install virtualbox-ose-source sudo m-a update sudo m-a prepare sudo m-a a-i virtualbox-ose sudo /etc/init.d/vboxdrv restart Thank you nemeek. This works fine.. --

[Bug 236177] Re: rhythmbox stops playing when switching to terminal

2008-08-25 Thread Michael Nagel
*** This bug is a duplicate of bug 213149 *** https://bugs.launchpad.net/bugs/213149 ** This bug is no longer a duplicate of bug 234554 sound freezes while in console ** This bug has been marked a duplicate of bug 213149 pulseaudio breaks on switching from tty7 to tty [1-6] (in and out

[Bug 234554] Re: sound freezes while in console

2008-08-25 Thread Michael Nagel
*** This bug is a duplicate of bug 213149 *** https://bugs.launchpad.net/bugs/213149 ** This bug has been marked a duplicate of bug 213149 pulseaudio breaks on switching from tty7 to tty [1-6] (in and out of Gnome) -- sound freezes while in console https://bugs.launchpad.net/bugs/234554

[Bug 256586] Re: does not start in intrepid

2008-08-25 Thread Timo Aaltonen
*** This bug is a duplicate of bug 159263 *** https://bugs.launchpad.net/bugs/159263 ** This bug has been marked a duplicate of bug 159263 Gnome-screensaver does not stay on -- does not start in intrepid https://bugs.launchpad.net/bugs/256586 You received this bug notification because

[Bug 190184] Re: Wrong email displayed next to account on hover

2008-08-25 Thread Merike
Haven't seen it again so no steps to reproduce. -- Wrong email displayed next to account on hover https://bugs.launchpad.net/bugs/190184 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 159263] Re: Gnome-screensaver does not stay on

2008-08-25 Thread Timo Aaltonen
Unchecking the setting worked for me too. ** Changed in: compiz (Ubuntu) Sourcepackagename: gnome-screensaver = compiz Status: Incomplete = Confirmed ** Changed in: compiz (Ubuntu) Importance: Low = Medium -- Gnome-screensaver does not stay on https://bugs.launchpad.net/bugs/159263

[Bug 255232] Re: Please merge beagle 0.3.8-1 (universe) from Debian unstable (main).

2008-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package beagle - 0.3.8-1ubuntu1 --- beagle (0.3.8-1ubuntu1) intrepid; urgency=low * Merge from debian unstable, remaining changes: (LP: #255232) - debian/control: + Rename ice{weasel,dove}-beagle to {mozilla,thunderbird}-beagle and update

[Bug 234484] Re: heavy network activity stalls network (on both ends)

2008-08-25 Thread pedrusko
Possible same issue on upgraded 8.04 and 6.10. When I connect from the same IP subnet all goes OK, but when I pass through a router or firewall the copy is stalled. The rest of network traffic seems to be ok. Tested on different machines all with different gigabit ethernet cards, and with

[Bug 146411] Re: gnect crashed with SIGSEGV

2008-08-25 Thread Merike
Without gstreamer base plugins (perhaps it should be a dependency?) with KDE desktop installed: (gnect:26213): GStreamer-CRITICAL **: gst_element_get_bus: assertion `GST_IS_ELEMENT (element)' failed (gnect:26213): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed

[Bug 261051] [NEW] Systems hangs on startup if no connection to Internet is available

2008-08-25 Thread Giovanni Dall'Olio
Public bug reported: Ubuntu Intrepid with linux 2.6.26-5-generic. The system hangs at the step 'Configuring Network Interfaces' during boot, if no connection to Internet/Lan is available (e.g.: no cable is connected). The system pauses at this step for 3 or 4 minutes, but then continues with

[Bug 260807] Re: root FS not cleanly unmounted on SSD

2008-08-25 Thread roots
ok, i got a bit further into it. first of all, i found that kernel logging was delayed per - switch in /etc/syslog.conf. i removed that and now kern.log shows some strange news on shutdown: Aug 25 09:10:50 machineone kernel: [ 2013.680949] sd 5:0:0:0: [sdb] Synchronizing SCSI cache Aug 25

[Bug 243543] Re: Please update gtkam to 0.1.15

2008-08-25 Thread Paolo Naldini
I have already uploaded the package to my ppa... It builds correctly! ** Changed in: gtkam (Ubuntu) Assignee: Paolo Naldini (hattory) = (unassigned) Status: Incomplete = Confirmed -- Please update gtkam to 0.1.15 https://bugs.launchpad.net/bugs/243543 You received this bug

[Bug 259503] Re: MASTER NetworkManager 0.7 crashed with SIGSEGV in nm_device_get_act_request()

2008-08-25 Thread Matt Zimmerman
I see a similar crash which is reliably reproducible on my system if a network interface disappears (e.g. unloading my wireless module). -- MASTER NetworkManager 0.7 crashed with SIGSEGV in nm_device_get_act_request() https://bugs.launchpad.net/bugs/259503 You received this bug notification

[Bug 258854] Re: Plugin_CgProgramManager.so missing in libogre14 package

2008-08-25 Thread Cesare Tirabassi
The way the package has been designed in Debian is to have the Plugin_CgProgramManager.so built as part of a separate source package, called ogre-contrib. We can't build this source package due to the way the proprietary nvidia-cg-toolkit is working (see bug 254084) so we can't offer this

[Bug 120834] Re: intel gm965 freezes with 3d applications

2008-08-25 Thread STaRMaN
Mmmm, there are changes in xf86-video-intel Before this changes, my script was running ok. I found a thread about this changes and this compile error in http://ubuntuforums.org/showthread.php?p=5595336 I deleted my ~/mesa directory, arthur if you didn't delete it, you could send me that

[Bug 260062] Re: Please sync ttf-sil-scheherazade 1.001-2 (main) from Debian unstable (main).

2008-08-25 Thread Arne Goetje
Fakesync done. The original comes as .zip and has been repacked by two different maintainers for debian and ubuntu (ubuntu was first). But the contents of the tarball is 100% the same. Tested with md5sum. ** Attachment added: ttf-sil-scheherazade_1.001-2ubuntu1.debdiff

[Bug 256190] Re: audio_playback crashed with signal 5 in g_object_unref()

2008-08-25 Thread Matt Zimmerman
Running the script manually gives: perseus:[~] /usr/share/hwtest/scripts/audio_playback /usr/share/hwtest/data/audio_playback.wav (audio_playback:5933): GStreamer-CRITICAL **: Trying to dispose element my_pipeline, but it is not in the NULL state. You need to explicitly set elements to the NULL

[Bug 260200] Re: totem and Mplayer Movie player refuse to change screen size (both crash)

2008-08-25 Thread bobthecheese
OK, totem can't handle any resizing of anything (video or music visualisation). mplayer can handle resizing, it just doesn't like being full-screened. Makes me think that they may be separate bugs after all. ** Also affects: totem Importance: Undecided Status: New -- totem and

[Bug 190184] Re: Wrong email displayed next to account on hover

2008-08-25 Thread Andreas Moog
CLosing the bug then. Thanks again for reporting. ** Changed in: pidgin (Ubuntu) Status: Incomplete = Invalid -- Wrong email displayed next to account on hover https://bugs.launchpad.net/bugs/190184 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 152950] Re: Backport to edgy and dapper?

2008-08-25 Thread Michael Casadevall
** Changed in: edgy-backports Status: New = Invalid -- Backport to edgy and dapper? https://bugs.launchpad.net/bugs/152950 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 91031] Re: [edgy-backports] Upgrade to Subversion 1.4 please

2008-08-25 Thread Michael Casadevall
** Changed in: edgy-backports Status: Incomplete = Invalid -- [edgy-backports] Upgrade to Subversion 1.4 please https://bugs.launchpad.net/bugs/91031 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 210150] Re: [policyd-weight] [CVE-2008-1569, CVE-2008-1570] insecure temporary files

2008-08-25 Thread Michael Casadevall
** Changed in: edgy-backports Status: Confirmed = Invalid -- [policyd-weight] [CVE-2008-1569, CVE-2008-1570] insecure temporary files https://bugs.launchpad.net/bugs/210150 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 82760] Re: edgy-backport version doesn't upgrade cleanly (breaking the installation)

2008-08-25 Thread Michael Casadevall
** Changed in: edgy-backports Status: Confirmed = Invalid -- edgy-backport version doesn't upgrade cleanly (breaking the installation) https://bugs.launchpad.net/bugs/82760 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 261056] [NEW] maxima crashes: Couldn't protect - out of memory allocating 7 bytes

2008-08-25 Thread Giovanni Dall'Olio
Public bug reported: Binary package hint: maxima Package: maxima: Installato: 5.13.0-3ubuntu1 Candidato: 5.13.0-3ubuntu1 Tabella versione: System: Description:Ubuntu intrepid (development branch) Release:8.10 I believe this is the same bug as reported in

[Bug 236670] Re: vym xml error

2008-08-25 Thread symio
same for me all the maps i edit make the same crash. I found a solution : Before opening a map, - unzip the .vym file, - open the xml file inside and remove the ' DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0//EN http://www.w3.org/TR/REC-html40/strict.dtd;' line - save, rezip and then I can open

[Bug 260062] Re: Please sync ttf-sil-scheherazade 1.001-2 (main) from Debian unstable (main).

2008-08-25 Thread Nicolas Spalinger
Well, Mohammad got his package into universe before the team-maintained package went into Debian main. The .zip sources are intended for other platforms, I've always redone a .tar.gz. There is a updated package on mentors:

[Bug 259182] Re: ACX 100 driver not loaded due to IRQ 0

2008-08-25 Thread Per Kongstad
system crashes from time to time using this card. -- ACX 100 driver not loaded due to IRQ 0 https://bugs.launchpad.net/bugs/259182 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 125970] Re: slow scroll with image as background-repeat

2008-08-25 Thread H5N1
If the problem is cause by the X server or by the GPU driver it wouldn't be an issue of Firefox, isn't it? -- slow scroll with image as background-repeat https://bugs.launchpad.net/bugs/125970 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 22677] Re: Suspend / resume problem with mousepad

2008-08-25 Thread Julien Olivier
My laptop is a Fujitsu/Siemens Lifebook S6120. I don't know what laptop Anders uses though. But, just to be clear, I'm pretty sure the bug is NOT due to kernel suspend. Kernel suspend probably just resets the mousepas driver as it was after a fresh start. And as I always get the crazy mousepad

[Bug 260805] Re: Nautilus hangs when copying to external HDD

2008-08-25 Thread Sebastien Bacher
you can attach gdb to the hanging process and get a stacktrace -- Nautilus hangs when copying to external HDD https://bugs.launchpad.net/bugs/260805 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 250089] Re: Gnome keyboard applet layout wrong after reboot - third level modifier stuck on

2008-08-25 Thread Petr Vodicka
Same problem witch CZ and US keyboards on eeeBuntu. Looks like nobody cares :( -- Gnome keyboard applet layout wrong after reboot - third level modifier stuck on https://bugs.launchpad.net/bugs/250089 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 260939] Re: Window list missing items on second monitor

2008-08-25 Thread myxiplx
I've just found it's also possible for the Window Selector to give the wrong list of items. If I select a program on the second monitor, then click on the Window Selector, it shows the contents of both screens. If however I then right-click on the Window Selector, then left-click on it again, it

[Bug 260923] Re: Trigger import twice and Evolution crashes

2008-08-25 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu better. However, your crash report is either missing or challenging to deal with as a '.crash' file. Please follow these instructions to have apport report a new bug about your crash that can be dealt with by the

[Bug 260903] Re: Xnest crashs when changing workspace on Gnome

2008-08-25 Thread Sebastien Bacher
Thanks for the bug report. This particular bug has already been reported, but feel free to report any other bugs you find. ** Changed in: gdm (Ubuntu) Importance: Undecided = Low Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs) Status: New = Invalid -- Xnest crashs

[Bug 260776] Re: Fullscreen blinks/flashes when mouse is over a button, text box, etc.

2008-08-25 Thread Sebastien Bacher
reassigning to compiz ** Changed in: compiz (Ubuntu) Sourcepackagename: rhythmbox = compiz Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned) Status: Incomplete = New -- Fullscreen blinks/flashes when mouse is over a button, text box, etc.

  1   2   3   4   5   6   7   8   9   10   >