[Bug 235265] [NEW] Update FreeRADIUS Version to 2.0.4

2008-05-27 Thread specialKevin
Public bug reported: Binary package hint: freeradius The current version of FreeRADIUS in Hardy is version 1.1.7 and that version is no longer maintained upstream as of January 2008. Please update to version 2.0.4 or some other version on the 2.0.x branch, since those are currently maintained

[Bug 230878] Re: Apache 2 produces an OOM after 4 hours using

2008-05-27 Thread Léobaillard
My kernel is : 2.6.24-16-server. Do you think that a kernel update would do the trick ? -- Apache 2 produces an OOM after 4 hours using https://bugs.launchpad.net/bugs/230878 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in

[Bug 230030] Re: php segfaults with readline

2008-05-27 Thread Chuck Short
Thanks for the bug report I will revisit this again for intrepid. Thanks chuck ** Changed in: php5 (Ubuntu) Status: New = Triaged -- php segfaults with readline https://bugs.launchpad.net/bugs/230030 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 222761] Re: [SRU] upsd doesn't start NOT 221737

2008-05-27 Thread Chuck Short
For those who were having problems can you enable hardy-proposed in your /etc/apt/sources.list and try it out? Thanks chuck -- [SRU] upsd doesn't start NOT 221737 https://bugs.launchpad.net/bugs/222761 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 219528] Re: [SRU] recode function segfaults

2008-05-27 Thread Chuck Short
This should already be fixed for intrepid once net-snmp gets merged. chuck -- [SRU] recode function segfaults https://bugs.launchpad.net/bugs/219528 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs

[Bug 235265] Re: Update FreeRADIUS Version to 2.0.4

2008-05-27 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make Ubuntu better. However, I am closing it because the bug has been fixed in the latest development version of Ubuntu - the Intrepid Ibex. If you need a fix for the bug in previous versions of Ubuntu, please follow the instructions

[Bug 230030] Re: php segfaults with readline

2008-05-27 Thread Adam Conrad
For the record, libedit is pretty much known-broken in many ways, though it's our only option (we can't legally link PHP with libreadline, thanks to license conflicts). If we intend to keep PHP linkes with libedit (I always had readline support disabled in the past, for this very reason), we

[Bug 230878] Re: Apache 2 produces an OOM after 4 hours using

2008-05-27 Thread Chuck Short
Hi, I really dont think its a kernel problem either basically you have a process on your machine that is chewing up all of your memory and you really have to nail it down to see why that is. The reason why you are getting OOM because its not that smart and it killed the first. You might want to

[Bug 235294] [NEW] apache2 mpm-worker segmentation fault.

2008-05-27 Thread Chuck Short
Public bug reported: Binary package hint: apache2 When torture testing an apache2-mpm-worker I get numerous segmentation faults and sigbus errors: [Tue May 27 14:16:40 2008] [notice] child pid 8848 exit signal Segmentation fault (11) [Tue May 27 14:18:35 2008] [notice] child pid 9075 exit

[Bug 117730] Re: cannot use sqlite3 on cifs mount

2008-05-27 Thread Mathias Gug
Could you post the commands you've used to create the sqlite database ? Could you also add which version of samba is running on the server ? -- cannot use sqlite3 on cifs mount https://bugs.launchpad.net/bugs/117730 You received this bug notification because you are a member of Ubuntu Server

[Bug 234927] Re: delay php script execution on cli

2008-05-27 Thread Adam Sommer
So I started installing each of the modules you listed which I didn't have, and I think clamavlib is the culprit. What happens, I believe, is that php5-libclamav will load the signature database when PHP is called from the command line. I think the library was written to be used with Apache

[Bug 235309] [NEW] dhcp3-server crashes with bootp clients

2008-05-27 Thread alkisg
Public bug reported: Ubundu hardy, 3.0.6.dfsg-1ubuntu9 To reproduce the crash: (1) In dhcp3.conf, put a dynamic-bootp range, like: range dynamic-bootp 192.168.0.201 192.168.0.220; (2) In /var/lib/tftpboot/ltsp/i386/pxelinux.cfg/default, add ip=bootc, like: DEFAULT vmlinuz ro initrd=initrd.img

[Bug 117730] Re: cannot use sqlite3 on cifs mount

2008-05-27 Thread dkg
I created the database like this: echo 'create table foo (x int); insert into foo (x) values (1);' | sqlite3 testdb and tested it like this: echo 'select * from foo;' | sqlite3 testdb This worked fine on a tmpfs, but not on a cifsmount. I've tested this against a debian etch samba version

[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-05-27 Thread Steven Wagner
I really hope this gets fixed soon, because even though I have php5-imagick working with that .deb file listed above, my apt is broken. see below: [EMAIL PROTECTED]:~$ sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done You might

[Bug 205111] Re: likewise-open service does not start automatically

2008-05-27 Thread BrianDrab
Exactly the same issue here. Fresh install of Hardy on a Dell Laptop with Likewise installed. Great job on figuring out a workaround Neil!! I too wonder if we are doing something wrong. -- likewise-open service does not start automatically https://bugs.launchpad.net/bugs/205111 You received this

[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-05-27 Thread [EMAIL PROTECTED]
a simpler solution is to create two symbolic links ln -s /usr/lib/libMagick.so.10 /usr/lib/libMagick.so.9 ln -s /usr/lib/libWand.so.10 /usr/lib/libWand.so.9 then: sudo apache2ctl restart Works for me :) -- PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' -

[Bug 205111] Re: likewise-open service does not start automatically

2008-05-27 Thread BrianDrab
Did you happen to see this? https://bugs.launchpad.net/ubuntu/+source/likewise-open/+bug/205236 -- likewise-open service does not start automatically https://bugs.launchpad.net/bugs/205111 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 203169] Re: status function for init scripts

2008-05-27 Thread Dustin Kirkland
Patch submitted to Debian, marking In Progress, and I'm taking ownership. :-Dustin ** Bug watch added: Debian Bug tracker #483285 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483285 ** Also affects: lsb (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483285

[Bug 234901] Re: Please apply upstream patch for dpkg-buildsource

2008-05-27 Thread ITO Nobuaki
Thanks for your comment. I got two points from your message. 1. Using linker flag -Bsymbolic-functions for building library is your policy. Certainly it's not bad idea. It makes shared libraries more robust, so it seems to be good manner indeed. (But ... I wonder why not -Bsymbolic instead of

[Bug 235378] [NEW] hardy samba critically slow

2008-05-27 Thread Mark A Gerads
Public bug reported: Binary package hint: samba-common I can copy files from a windows share at 600KBs, but only copy to the share at 70KBs. I marked this as a samba-common bug because I can copy without the 'samba' package installed, and I suspect it to be samba-common, because when I have

[Bug 235378] Re: hardy samba critically slow

2008-05-27 Thread Mark A Gerads
Networking is the most important thing in computers, having slow networking kills operating systems. -- hardy samba critically slow https://bugs.launchpad.net/bugs/235378 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu.

[Bug 235401] [NEW] Please sync postfix 2.5.2-0 (main) from Debian unstable (main).

2008-05-27 Thread LaMont Jones
Public bug reported: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 affects ubuntu/postfix status confirmed importance wishlist subscribe ubuntu-archive Please sync postfix 2.5.2-0 (main) from Debian unstable (main). Explanation of the Ubuntu delta and why it can be dropped: As indicated

[Bug 235252] [NEW] k3b 1.0.5

2008-05-27 Thread echoes
Public bug reported: k3b 1.0.5 was released May 27th, 2008. Please update the package. Changelog: 1.0.5 Fix CD Copy device selection (Bug 151924) Fixed HAL mounting (thanks to Ken Milmore) Always wait for the drive to become ready before starting verification. Source:

[Bug 235251] [NEW] Hardy+FF RC1: Bookmark properties not saved

2008-05-27 Thread BigDavX49
Public bug reported: Binary package hint: firefox-3.0 I'm on Ubuntu 8.04 (regularly updated) i386. Firefox 3 RC1. Comments added in a bookmark's properties are not lost when I open Properties again. ProblemType: Bug Architecture: i386 Date: Tue May 27 18:22:11 2008 DistroRelease: Ubuntu 8.04

[Bug 235251] Re: Hardy+FF RC1: Bookmark properties not saved

2008-05-27 Thread BigDavX49
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/14749118/Dependencies.txt ** Attachment added: profiles.ini.txt http://launchpadlibrarian.net/14749119/profiles.ini.txt -- Hardy+FF RC1: Bookmark properties not saved https://bugs.launchpad.net/bugs/235251 You received

[Bug 235251] Re: Hardy+FF RC1: Bookmark properties not saved

2008-05-27 Thread BigDavX49
Ooops, sorry, I'm only using beta 5 on this station... -- Hardy+FF RC1: Bookmark properties not saved https://bugs.launchpad.net/bugs/235251 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 178872] Re: bluetooth led always on

2008-05-27 Thread Rafael Sachetto
I have the same problem here using a Asus F3sc. -- bluetooth led always on https://bugs.launchpad.net/bugs/178872 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 154231] Re: G450 (dual) DVI does not work

2008-05-27 Thread Bastian Wissler
Hi, On my G450 Xorg -configure doesn't see the second monitor. Output of xorg.conf.new and hwinfo --monitor is attached. Suggestions are welcome, Bastian. ** Attachment added: xorg.conf.new hwinfo --monitor http://launchpadlibrarian.net/14749127/PIII-Matrox-G450-Dual -- G550 (dual) DVI

[Bug 121986] Re: impossible to set a cube with 4 faces

2008-05-27 Thread Travis Watkins
** Changed in: libcompizconfig-backend-gconf (Ubuntu) Status: In Progress = Fix Released -- impossible to set a cube with 4 faces https://bugs.launchpad.net/bugs/121986 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 41411] Re: Fonts are mapped to ugly fonts (which also causes problems with OOo)

2008-05-27 Thread Chris Conway
The attached patch seems like a reasonable solution to me. Nimbus fonts should only be chosen if metric-compatibility with the Postscript fonts is required. ** Attachment added: Add anymetrics check to Nimus font aliases

[Bug 235255] [NEW] random crashes kernel panic - not syncing

2008-05-27 Thread Michael Dioquino
Public bug reported: Was working fine until about a week ago. Started getting random crashes. Did a couple of fresh installs and was still getting the crashes right on the first boot after a fresh install. Here is the output: (probably some stuff cut out from here) c0136d22 c049b300 c049b300

[Bug 235255] Re: random crashes kernel panic - not syncing

2008-05-27 Thread Michael Dioquino
Oh, this is on Ubuntu 8.04 LTS on an Athlon MP processor with ASUS mobo. -- random crashes kernel panic - not syncing https://bugs.launchpad.net/bugs/235255 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 235254] [NEW] a: should allow IPv4 addresses

2008-05-27 Thread Roger C. Pao
Public bug reported: Binary package hint: postfix-policyd-spf-perl May 12 00:38:47 rolly-dmz postfix/smtpd[3808]: connect from sn16.seed.net.tw[139 .175.54.16] May 12 00:38:47 rolly-dmz policyd-spf[3818]: SPF fail: REMOTEIP=139.175.54.16 HELO=seed.net.tw SENDER=[EMAIL PROTECTED]

[Bug 235253] [NEW] rename on delete, possibly causing invalid paths

2008-05-27 Thread nailor
Public bug reported: i split bug 235045 in two parts, one being: hardy introduces a new trash-system. if you move a file with an incredibly long path (just under max path length) into trash you cannot empty the trash. a message tells Error removing file: Directory not empty. debian shows the

[Bug 235247] Re: Merge version 0.9.0-1ubuntu2 (universe) from Debian unstable, verio

2008-05-27 Thread Andrea Gasparini
it doesn't build for the lack of libgoocanvas-0.10 in intrepid anyway this should be the right debdiff. ** Attachment added: pygoocanvas_0.10.0-1ubuntu1.debdiff http://launchpadlibrarian.net/14749126/pygoocanvas_0.10.0-1ubuntu1.debdiff ** Summary changed: - Merge version 0.9.0-1ubuntu2

[Bug 235190] Re: Please merge linux-ftpd-ssl 0.17.27+0.3-2 from Debian Unstable

2008-05-27 Thread Emanuele Gentili
** Attachment removed: intrepid_linux-ftpd- ssl_0.17.27+0.3-2ubuntu1.debdiff http://launchpadlibrarian.net/14746173/intrepid_linux-ftpd- ssl_0.17.27%2B0.3-2ubuntu1.debdiff ** Attachment added: intrepid_linux-ftpd-ssl_0.17.27+0.3-2ubuntu1.debdiff

[Bug 220734] Re: Wireless for iwl3945 still broken

2008-05-27 Thread Leann Ogasawara
Hi Saniac, Thanks for the updates. Since you are the original bug reporter I'm going to close this report for now since you are no longer experiencing this issue. If you are able to narrow down how to reproduce this issue, please let us know by reopening this report (ie change the Status back

[Bug 213821] Re: [Hardy] Firefox Crash when finished loading flash game

2008-05-27 Thread Guichard
Was experiencing the same problem, disabling the Lined-In add-on made the problem go away in my case. -- [Hardy] Firefox Crash when finished loading flash game https://bugs.launchpad.net/bugs/213821 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 213821] Re: [Hardy] Firefox Crash when finished loading flash game

2008-05-27 Thread Guichard
Sorry for the typo -- disabling the Linked-In add-on made crashes go away. -- [Hardy] Firefox Crash when finished loading flash game https://bugs.launchpad.net/bugs/213821 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 235250] [NEW] Pidgin-Evolution integration flacky

2008-05-27 Thread J . Pablo Fernández
Public bug reported: There's no way to specify which Pidgin-contact belongs to each Evolution-contact and after the synchronization, if you modify the Evolution-contact, a new one is created in a new synchronization. ** Affects: ubuntu Importance: Undecided Status: New --

[Bug 235165] Re: File systems mounted via UUID does not show up on file system listings

2008-05-27 Thread Chris Coulson
Your fstab is messed up. Swap isn't mounting because the UUID specified doesn't exist, and the UUID for your root filesystem is invalid. I can only assume that your root filesystem is mounting due to the kernel option specified in your menu.lst. What is the output of 'cat /proc/cmdline'? Thanks

[Bug 150193] Re: Remote Login via XDMCP is not working

2008-05-27 Thread Fabrix
Very very bad thing! No connection to remote XDMCP from Ubuntu 8.04 and praevious 7.10. It's a long time bug and none fix it! I must switch to another distro! Sigh Sigh, bye bye Ubuntu! -- Remote Login via XDMCP is not working https://bugs.launchpad.net/bugs/150193 You received this bug

[Bug 68187] Hardy Heron sometimes has the problem also

2008-05-27 Thread Paul Abrahams
I'm running Hardy Heron and the problem of this message just popped up. I don't know what brought it on, but deleting the file ~/.kde/share/apps/amarok/ made it go away. -- xine was unable to initialize any audio drivers. error https://bugs.launchpad.net/bugs/68187 You received this bug

[Bug 235257] [NEW] Wrong translations at 8.04 pt-br menus

2008-05-27 Thread Aníbal César Aguiar de Carvalho
Public bug reported: In brazilian portuguese we use Terminal or Console, not Consola, and we use Mouse, not Rato. ** Affects: ubuntu Importance: Undecided Status: New -- Wrong translations at 8.04 pt-br menus https://bugs.launchpad.net/bugs/235257 You received this bug

[Bug 235256] [NEW] dragging Desktop from Places to Desktop fails

2008-05-27 Thread nailor
Public bug reported: i split bug 235045 in two parts, one being: in hardy, if you drag the Desktop entry from the Places menu and drop it to your Desktop nasty things happen. nautilus happily starts to copy files without caring for endless recursion too much. this leads either to: - loads of

[Bug 235045] Re: mysterious folder in Trash

2008-05-27 Thread nailor
split this into two bugs: https://bugs.launchpad.net/ubuntu/+bug/235253 https://bugs.launchpad.net/ubuntu/+bug/235256 ** Changed in: ubuntu Status: New = Invalid -- mysterious folder in Trash https://bugs.launchpad.net/bugs/235045 You received this bug notification because you are a

[Bug 234406] Re: lockup for update manager - broken on 8.04 desktop

2008-05-27 Thread peterennis
The updates installed successfully. Then gstreamer0.10-plugins-good would download and also installed successfully. Now 18 more updates, moving on... -- lockup for update manager - broken on 8.04 desktop https://bugs.launchpad.net/bugs/234406 You received this bug notification because you are

[Bug 234012] Re: trackerd crashed with SIGSEGV

2008-05-27 Thread Pedro Villavicencio
*** This bug is a duplicate of bug 222438 *** https://bugs.launchpad.net/bugs/222438 Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. ** Changed in: tracker (Ubuntu) Status:

[Bug 230515] Re: trackerd crashed with SIGSEGV

2008-05-27 Thread Pedro Villavicencio
*** This bug is a duplicate of bug 222438 *** https://bugs.launchpad.net/bugs/222438 Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. ** Changed in: tracker (Ubuntu) Status:

[Bug 224247] Re: trackerd crashed with SIGSEGV

2008-05-27 Thread Pedro Villavicencio
*** This bug is a duplicate of bug 222438 *** https://bugs.launchpad.net/bugs/222438 Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. ** Changed in: tracker (Ubuntu) Status:

[Bug 224193] Re: trackerd crashed with SIGSEGV

2008-05-27 Thread Pedro Villavicencio
*** This bug is a duplicate of bug 222438 *** https://bugs.launchpad.net/bugs/222438 Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. ** Changed in: tracker (Ubuntu) Status:

[Bug 222822] Re: trackerd crashed with SIGSEGV

2008-05-27 Thread Pedro Villavicencio
Thanks for your bug report. Please try to obtain a backtrace http://wiki.ubuntu.com/DebuggingProgramCrash and attach the file to the bug report. This will greatly help us in tracking down your problem. ** Attachment removed: CoreDump.gz http://launchpadlibrarian.net/13951093/CoreDump.gz **

[Bug 235259] [NEW] Second display not discovered by Xorg -configure

2008-05-27 Thread Bastian Wissler
Public bug reported: Binary package hint: xserver-xorg-video-intel Xorg -configure creates a new Xorg Configuration with just one monitor. The Screen gets cloned on two monitors. As attachment there are several different hardware configurations which have this problem - with the latest

[Bug 235259] Re: Second display not discovered by Xorg -configure

2008-05-27 Thread Bastian Wissler
** Attachment added: xorg.conf hwinfo --monitor http://launchpadlibrarian.net/14749335/Asrock-AL712-L225WS-Dual -- Second display not discovered by Xorg -configure https://bugs.launchpad.net/bugs/235259 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 235258] [NEW] routes ignored advertised in ipv6 router advertisement packets

2008-05-27 Thread AZ
Public bug reported: I'm using ipv6 on a tun device. My router (a debian system) sends out router advertisements using radvd which are received by my ubuntu machine and used for address generation. Although the ra's include route information, this is ignored. The interface uses the fec1::/64

[Bug 235258] Re: routes ignored advertised in ipv6 router advertisement packets

2008-05-27 Thread AZ
Sry, its tap , not a tun device ;) -- routes ignored advertised in ipv6 router advertisement packets https://bugs.launchpad.net/bugs/235258 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 235258] Re: routes ignored advertised in ipv6 router advertisement packets

2008-05-27 Thread AZ
% ip -f inet6 route | grep tap0 fe80::/64 dev tap0 metric 256 expires 21334198sec mtu 1500 advmss 1440 hoplimit 4294967295 fec1::/64 dev tap0 proto kernel metric 256 expires 2592161sec mtu 1500 advmss 1440 hoplimit 4294967295 ff00::/8 dev tap0 metric 256 expires 21334198sec mtu 1500

[Bug 235190] Re: Please merge linux-ftpd-ssl 0.17.27+0.3-2 from Debian Unstable

2008-05-27 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-ftpd-ssl - 0.17.27+0.3-2ubuntu1 --- linux-ftpd-ssl (0.17.27+0.3-2ubuntu1) intrepid; urgency=low * Merge from Debian unstable, Remaining Ubuntu changes: (LP: #235190) - debian/control: Add update-inetd to ftpd-ssl's dependencies -

[Bug 234666] Re: Launching app using AllTray from command-line does not start it hidden

2008-05-27 Thread Michael B. Trausch
Does the fix for bug 106583 work? Try that—which has a candidate for inclusion as a bug-fix—and let me know, if you could please. Thank you for reporting this issue and helping to improve Ubuntu! -- Launching app using AllTray from command-line does not start it hidden

[Bug 212789] Re: gvfs fuse mount is not functional after logout and subsequent login

2008-05-27 Thread jmcantrell
seems to have fixed the issue for my systems. the only thing i tested was the login/logout problem. -- gvfs fuse mount is not functional after logout and subsequent login https://bugs.launchpad.net/bugs/212789 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 203571] Re: Embedded bitmap should be enabled by default

2008-05-27 Thread Jiahua Huang
** Attachment added: wqy-zenhei-compare.png http://launchpadlibrarian.net/14749314/wqy-zenhei-compare.png -- Embedded bitmap should be enabled by default https://bugs.launchpad.net/bugs/203571 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 186382] Re: [nvidia 169.xx] gtk window decorator somtimes draws decoration ugly or not at all

2008-05-27 Thread Datadog
Just a follow-up. Installing the 'xserver-xgl' package solved the window border problem for me. I don't see this as a 'solution' to the issue, as this issue didn't present itself when I was running Gutsy and I was not running xserver-xgl before today. However, this 'solution' has presented

[Bug 87661] Re: [apport] polytopes crashed with SIGILL in _mesa_x86_64_transform_points4_perspective()

2008-05-27 Thread Mikael Gerdin
Setting MESA_NO_ASM stops the crashes for me, I agree that this is a much nicer work-around but it would be even better if mesa could do runtime-checks as it does on IA32. Perhaps mesa's postinst-script could check cpu vendor and add MESA_NO_ASM=1 to /etc/environment? -- [apport] polytopes

[Bug 235261] [NEW] linphone frequently crashes upon opening, especially when other programs already open

2008-05-27 Thread jon_cam
Public bug reported: After upgrading to Ubuntu 8.04, when I open linphone and other programs are already open, it often crashes (I can only pull the plug). Before upgrading this never happens. Sometimes linphone does not crash. I expected the program linphone to open. Instead my whole computer

[Bug 235260] [NEW] OpenOffice Writer crashes when resizing a table

2008-05-27 Thread Néstor Amigo Cairo
Public bug reported: Binary package hint: openoffice.org Open the document attached. It was copied from the Web. Then, try to resize the table at the top (expanding it to the right side). Application should hang, as happens in every attempt I have made. ProblemType: Bug Architecture: amd64

[Bug 235260] Re: OpenOffice Writer crashes when resizing a table

2008-05-27 Thread Néstor Amigo Cairo
** Attachment added: The document which makes it crash http://launchpadlibrarian.net/14749360/test.odt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/14749361/Dependencies.txt -- OpenOffice Writer crashes when resizing a table https://bugs.launchpad.net/bugs/235260

[Bug 173652] Re: unable to adjust screen brightness on recent Sony Vaio notebooks

2008-05-27 Thread Michael Doube
** Description changed: Fn keys don't work for dimming the screen, though they do stimulate the sonybright.sh script. xbacklight works if the notebook has an Intel 965 (x3100) display adapter, but is subject to bug #176888 (won't work on Hardy, bad XRandR setting). There is no

[Bug 123441] Re: Scanner CanoScan 8600F not detected

2008-05-27 Thread Bill Yiannakos
I have the same scanner and it is not working under Ubuntu 8.04. Is there any solution to this bug? -- Scanner CanoScan 8600F not detected https://bugs.launchpad.net/bugs/123441 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 235263] [NEW] Xorg -configure is just configuring primary monitor

2008-05-27 Thread Bastian Wissler
Public bug reported: Binary package hint: xserver-xorg-video-ati Xorg -configure creates a new Xorg Configuration with just one monitor. The Screen gets cloned on two monitors. As attachment there are several different hardware configurations which have this problem - with the latest

[Bug 235263] Re: Xorg -configure is just configuring primary monitor

2008-05-27 Thread Bastian Wissler
** Attachment added: xorg.conf.new hwinfo --monitor http://launchpadlibrarian.net/14749434/xorg-pundit-dualhead -- Xorg -configure is just configuring primary monitor https://bugs.launchpad.net/bugs/235263 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 235263] Re: Xorg -configure is just configuring primary monitor

2008-05-27 Thread Bastian Wissler
I'm sorry... the information above is only partially correct. As stated in the attachment this hardware-configuration wasn't able to start xorg- server at all. Greets, Bastian W. -- Xorg -configure is just configuring primary monitor https://bugs.launchpad.net/bugs/235263 You received this bug

[Bug 235262] [NEW] Kernel update 2.6.24-17 gives white screen on log in

2008-05-27 Thread DestroyMicroshaft
Public bug reported: I got a update today May 27 2008, my kernel was upgraded from 2.6.24-16 to -17, upon reboot and login I was greeted with a white screen. Logging into failsafe gnome worked fine, and booting into 2.6.24-16 kernel worked fine. so I tried to reinstall my driver (ati catalyst

[Bug 235036] Re: library sources are no longer available

2008-05-27 Thread StefanPotyra
** Bug watch added: Debian Bug tracker #483178 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483178 ** Also affects: ghc6 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483178 Importance: Unknown Status: Unknown -- library sources are no longer available

[Bug 197068] Re: No stream found to handle url dvd://1 in 8.04 Alpha 5

2008-05-27 Thread Diego Costa
i think that i find an solution Note: i using the 8.04 LST http://ubuntuforums.org/showthread.php?p=5055366#post5055366 -- No stream found to handle url dvd://1 in 8.04 Alpha 5 https://bugs.launchpad.net/bugs/197068 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 183033] Re: Intel Core 2 Duo - Resume from suspend, CPU Frequency Scaling is gone on CPU1

2008-05-27 Thread enigma_0Z
I would be more than willing to patch a hardy kernel and test... if someone could point me to some instructions. (BTW: What kernel version is the patch against?) -- Intel Core 2 Duo - Resume from suspend, CPU Frequency Scaling is gone on CPU1 https://bugs.launchpad.net/bugs/183033 You received

[Bug 106583] Re: No windows hiding with compiz

2008-05-27 Thread Michael B. Trausch
@Andrea: Do you require one to be? The fix is the same, and there would be no need to update it other than to change the changelog to say intrepid. Sorry for the lag on the response for this one, I am out of town at the moment and have not had occasion to get with my mail until now. -- No

[Bug 235265] [NEW] Update FreeRADIUS Version to 2.0.4

2008-05-27 Thread specialKevin
Public bug reported: Binary package hint: freeradius The current version of FreeRADIUS in Hardy is version 1.1.7 and that version is no longer maintained upstream as of January 2008. Please update to version 2.0.4 or some other version on the 2.0.x branch, since those are currently maintained

[Bug 235255] Re: random crashes kernel panic - not syncing

2008-05-27 Thread Michael Dioquino
2nd crash with attached output ** Attachment added: crash2.txt http://launchpadlibrarian.net/14749518/crash2.txt -- random crashes kernel panic - not syncing https://bugs.launchpad.net/bugs/235255 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 205942] Re: please sync cmake to 2.4.8

2008-05-27 Thread Spinus
Yes, it is listed in http://packages.ubuntu.com/source/intrepid/cmake, but if you try to download it you'll see that the file isn't on the server! Maybe there is a problem with the sync of packages... -- please sync cmake to 2.4.8 https://bugs.launchpad.net/bugs/205942 You received this bug

[Bug 235263] Re: Xorg -configure is just configuring primary monitor

2008-05-27 Thread Timo Aaltonen
*** This bug is a duplicate of bug 235259 *** https://bugs.launchpad.net/bugs/235259 ** This bug has been marked a duplicate of bug 235259 Second display not discovered by Xorg -configure -- Xorg -configure is just configuring primary monitor https://bugs.launchpad.net/bugs/235263 You

[Bug 235254] Re: a: should allow IPv4 addresses

2008-05-27 Thread Scott Kitterman
The a: mechanism is not allowed to be an IP address. Arguably this was a poor design decision, but that is what's codified in RFC 4408. See http://www.openspf.org/RFC_4408#mech-a (and the rest of the ABNF) for details. Whenever feasible, the package design follows RFC 4408. Note that the

[Bug 235259] Re: Second display not discovered by Xorg -configure

2008-05-27 Thread Timo Aaltonen
That command is not meant for configuring dualhead. The intel driver supports randr-1.2, which means that the second head can be configured on the fly. See 'man xrandr' and the display configurator from the desktop settings menu. ** Changed in: xserver-xorg-video-intel (Ubuntu) Status: New

[Bug 234457] Re: Please merge ygraph 0.15-3.1 (universe) from Debian unstable (main).

2008-05-27 Thread Emilio Pozuelo Monfort
bah, it was already uploaded and we didn't notice it because the bug in your changelog entry was wrong :P ygraph (0.15-3.1ubuntu1) intrepid; urgency=low * Merge from Debian (LP: #234557), remaining changes: - debian/rules: Remove empty po/ygraph.pot to make pkgstriptranslations happy

[Bug 226622] Re: Wubi has unclear error message on NTFS dirty flag

2008-05-27 Thread Launchpad Bug Tracker
This bug was fixed in the package initramfs-tools - 0.85eubuntu37 --- initramfs-tools (0.85eubuntu37) intrepid; urgency=low * Provide a clearer error on mount failure of the Windows host filesystem (LP: #226622) -- Agostino Russo [EMAIL PROTECTED] Tue, 06 May 2008 23:55:47

[Bug 224308] Re: deal with landscape repositories during upgrade

2008-05-27 Thread Andreas Hasenack
** Changed in: landscape Status: New = Fix Released -- deal with landscape repositories during upgrade https://bugs.launchpad.net/bugs/224308 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-05-27 Thread Arton Pereira Dorneles
I had the same problem. But only happens when the MP3 audio codec is selected. With the MP2, Vorbis and PCM16 works. I downloaded the current version svn and build but not worked. The problem persists in a different way, the program hangs and dont close. I have all of mp3 codecs installed. To

[Bug 207406] Re: xvidcap crashed with SIGSEGV in avcodec_open()

2008-05-27 Thread Arton Pereira Dorneles
I am using xubuntu 8.04 LTS... -- xvidcap crashed with SIGSEGV in avcodec_open() https://bugs.launchpad.net/bugs/207406 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

Re:Re: [Bug 203571] Re: Embedded bitmap should be enabled by default

2008-05-27 Thread DBLobster
divnbsp;/divdivnbsp;/divdivnbsp;/divdivnbsp;/divpre在2008-05-27,Jiahua Huang lt;[EMAIL PROTECTED]gt; 写道: On Tue, May 27, 2008 at 10:02 PM, Pan, Shi Zhu [EMAIL PROTECTED] wrote: I strongly suggest to reverse this patch because it has already confused and annoyed too many china ubuntu users.

[Bug 235266] [NEW] [hardy] memory 3.5G problem with prism54pci in 2.6.24-17

2008-05-27 Thread Joscha Schmiedt
Public bug reported: Binary package hint: linux-image-2.6.24-17-generic When using more than 3.5 Gigabyte RAM on Hardy 64bit my Prism54 PCI- Card for W-LAN (Intersil Corporation ISL3890 [Prism GT/Prism Duette]/ISL3886 [Prism Javelin/Prism Xbow]) doesn't work anymore: scanning gives no results,

[Bug 234964] Re: Nautilus does not ask for confirmation before emptying trash

2008-05-27 Thread lizardmenke
** Summary changed: - Nautilus doesn't ask confirmation before emptying trash + Nautilus does not ask for confirmation before emptying trash ** Description changed: in Hardy Heron (8.04) - If after a fresh boot I click the trash icon and then 'empty trash' button, Nautilus does *not* ask me

[Bug 228146] Re: Closing chat dialog in Psi closes the whole Psi

2008-05-27 Thread -error
can we possibly have a backport from interpid to close this annoying issue? -- Closing chat dialog in Psi closes the whole Psi https://bugs.launchpad.net/bugs/228146 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 218950] Re: Top using 100% of CPU when used to kill others processes.

2008-05-27 Thread Leann Ogasawara
** Changed in: hal (Ubuntu) Sourcepackagename: linux = hal Status: Incomplete = Fix Released ** Changed in: procps (Ubuntu) Status: New = Invalid -- Top using 100% of CPU when used to kill others processes. https://bugs.launchpad.net/bugs/218950 You received this bug notification

[Bug 218903] Re: Adaptec 29320LPE crashes server

2008-05-27 Thread Leann Ogasawara
** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- Adaptec 29320LPE crashes server https://bugs.launchpad.net/bugs/218903 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 235272] [NEW] GNOME System Monitor graphics misaligned

2008-05-27 Thread ballysallagh1
Public bug reported: Binary package hint: gnome-system-monitor The System Monitor graphics seem to be squashed and the blue greens and reds seem to be separated slightly. Also it seem to be mis aligned with where you click, for instance if you want the help menu you have to click a small bit to

[Bug 235272] Re: GNOME System Monitor graphics misaligned

2008-05-27 Thread ballysallagh1
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/14750340/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/14750341/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/14750342/ProcStatus.txt -- GNOME

[Bug 235271] [NEW] evolution-data-server evolution

2008-05-27 Thread emerpatr
Public bug reported: Binary package hint: evolution-data-server testet on Ubuntu Hardy wtih Kernel 2.6.24-16 and 2.6.24-17 Versions evolution 2.22.1-0ubuntu3.1 evolution-data-server 2.22.1-0ubuntu3.1 If you copy an calendar entry in the evolution calendar feature of this prgramm and paste

[Bug 205370] Re: FTP Transfer from whole directorys fails

2008-05-27 Thread Martin Jürgens
** Bug watch added: Red Hat Bugzilla #448560 https://bugzilla.redhat.com/show_bug.cgi?id=448560 ** Also affects: gvfs (Fedora) via https://bugzilla.redhat.com/show_bug.cgi?id=448560 Importance: Unknown Status: Unknown -- FTP Transfer from whole directorys fails

[Bug 234581] Re: Cduce Depends On Non-Existant Package `ocaml-nox-3.10.0`

2008-05-27 Thread Cesare Tirabassi
** Changed in: ocamlnet (Ubuntu) Assignee: Cesare Tirabassi (norsetto) = (unassigned) -- Cduce Depends On Non-Existant Package `ocaml-nox-3.10.0` https://bugs.launchpad.net/bugs/234581 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 234580] Re: Please sync sword 1.5.9-8.1 (universe) from Debian unstable (main)

2008-05-27 Thread Emilio Pozuelo Monfort
Do you mind if I just fakesync it, Nathan? -- Please sync sword 1.5.9-8.1 (universe) from Debian unstable (main) https://bugs.launchpad.net/bugs/234580 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 106583] Re: No windows hiding with compiz

2008-05-27 Thread AZ
The not catching the minimize/close button, though, that's kind of an issue. :) This is under compiz in Hardy? Are you using emerald or gtk-window-decorator? I'm using gtk-window-decorator. -- No windows hiding with compiz https://bugs.launchpad.net/bugs/106583 You received this bug

  1   2   3   4   5   6   7   8   >