[Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Vide
I was affected by this problem as well and I can confirm that using 2.6.27-11 and the nodfs mount option the problem is solved. I tested this on x86 and x86_64. I can add that with the -9 kernel the /proc/fs/cifs/LinuxExtensionsEnabled workarond wasn't working anymore (with previous revisions it

[Bug 310845] [NEW] php5 serialize() function corrupt strings

2008-12-23 Thread sir_gon
*** This bug is a security vulnerability *** Public security bug reported: Binary package hint: libapache2-mod-php5 Package: PHP5: Version: 5.2.6-2ubuntu4 Ubuntu: 8.10 Intrepid Ibex If a common object with protected or private properties is serialized, the returned string includes invalid

[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-23 Thread Kai Blin
This is a bit tricky to fix, as we're basically not doing anything wrong. It seems like the TCP/IP stack and/or the SMB server on the NAS box doesn't cope with fragmentation. But that's one layer below of our control, and perfectly valid in TCP networking. However, Samba developer Volker Lendecke

[Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread mipper
I can confirm the fix too. Doesn't work without nodfs, does with. -- Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10 https://bugs.launchpad.net/bugs/286828 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in

Re: [Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Tom
After adding nodfs to my kernel at boot time did NOT change anything. My MS Windows shares that use to mount automatically under 8.04 still do not mount automatically after adding that option. Yet, after boot, I can issue sudo mount /shares/windows_f and the share is mounted without incident

[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-23 Thread Thierry Carrez
Here you go :) samba 2:3.2.3-1ubuntu3.4~ppa5 available for testing at https://launchpad.net/~tcarrez/+archive -- gvfsd-smb crashed with SIGSEGV in strlen() https://bugs.launchpad.net/bugs/264943 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Thierry Carrez
Tom: nodfs is not a kernel boot parameter. It's a CIFS mount option, you should add it to your /etc/fstab (only) for mounts targeting the affected servers. -- Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10 https://bugs.launchpad.net/bugs/286828 You received this bug

[Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Jim Lehmer
It did not work for me as a mount parameter. To recap: 1) When both the client and server were Ubuntu 8.04 the boot-time CIFS mounts on the client just worked. See my post above for fstab entries. 2) Upgraded client to 8.10, boot-time CIFS mounts stopped working, although can still get to the

[Bug 307437] Re: mysql has to autostart later

2008-12-23 Thread midnightflash
** Changed in: mysql-dfsg-5.0 (Ubuntu) Status: Incomplete = New -- mysql has to autostart later https://bugs.launchpad.net/bugs/307437 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu. --

Re: [Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-23 Thread Matthias Klose
Kees Cook schrieb: On Tue, Dec 23, 2008 at 06:14:32AM -, Anders Kaseorg wrote: Matthias, shall I go ahead and use massfile to create 231 bugs for this issue? It probably makes more sense to approach Debian with the mass-filing. I'd be happy to help drive this. seems to be the right

Re: [Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Tom
Thank you for the clarification, Thierry. I changed my fstab entry like this: //192.168.4.10/NetworkShare /shares/windows_f cifs nodfs,auto,rw,credentials=/root/.creds,uid=ttwaro,gid=ttwaro 0 0 and rebooted. Still does NOT work. However, when manually running sudo mount /shares/windows_f I now

[Bug 308063] Re: package samba 2:3.2.3-1ubuntu3.3 failed to install/upgrade: package samba is not ready for configuration

2008-12-23 Thread Colin Watson
*** This bug is a duplicate of bug 262451 *** https://bugs.launchpad.net/bugs/262451 ** This bug is no longer a duplicate of bug 279709 dpkg - process_queue: Assertion 'dependtry =4' failed. error ** This bug has been marked a duplicate of bug 262451 dpkg: ../../src/packages.c:221:

Re: [Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Steve French
On Tue, Dec 23, 2008 at 5:54 AM, Tom ttw...@gmail.com wrote: After adding nodfs to my kernel at boot time did NOT change anything. My MS Windows shares that use to mount automatically under 8.04 still do not mount automatically after adding that option. Yet, after boot, I can issue sudo mount

[Bug 24284] Re: Samba Shares not refreshing

2008-12-23 Thread Wes
Is this still an issue with Intrepid? -- Samba Shares not refreshing https://bugs.launchpad.net/bugs/24284 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. -- Ubuntu-server-bugs mailing list

Re: [Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Tom
I have just upgraded to kernel 2.6.27-11-generic and running nodfs as a mount option as previously posted. I no longer get the error message but the mount still does not happen automatically during/after boot. I still need to mount the share manually. This worked every time in 8.04 and 7.10.

[Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Jim Lehmer
Steve: I still wonder if it's a timing issue, i.e., if there was a subtle change in services start order or else in the time it is taking networking to completely come up? That could explain why (a) it worked in 8.04 but not in 8.10, and (b) after the boot is complete and issuing a mount command

[Bug 310913] [NEW] net-snmp process hang on hardy

2008-12-23 Thread Marc Gariépy
Public bug reported: We have about 35 servers that use novell NFS and NCP mountpoint, and snmp process get in Uninterruptible sleep (usually IO) almost every day. I have tried to disable disk space report on the snmp config but it still get in the same state. ** Affects: net-snmp (Ubuntu)

[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-23 Thread rossjenkins
Kai Thierry: Volker Lendecke's patch seems to have done the trick! Both a write using an smbclient 'put' as well as a drag and drop via Nautilus now work as expected. The visual side effect in Nautilus I noted five messages above is still present but since it doesn't seem to have a bearing on

[Bug 310941] [NEW] Samba crash, no /etc/samba directory, happened without reason, all of sudden, purge / reinstall doesnt work

2008-12-23 Thread zwobble
Public bug reported: Binary package hint: samba Installed with apt-get --purge to remove entire samba doesnt solve the issue reinstalling samba doesnt solve the issue ProblemType: Package Architecture: i386 DistroRelease: Ubuntu 8.10 ErrorMessage: subprocess post-installation script returned

[Bug 310941] Re: Samba crash, no /etc/samba directory, happened without reason, all of sudden, purge / reinstall doesnt work

2008-12-23 Thread zwobble
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/20689274/Dependencies.txt ** Attachment added: DpkgTerminalLog.gz http://launchpadlibrarian.net/20689275/DpkgTerminalLog.gz -- Samba crash, no /etc/samba directory, happened without reason, all of sudden, purge /

[Bug 305264] Re: gnutls regression: failure in certificate chain validation

2008-12-23 Thread Jamie Strandboge
I have finally been able to reproduce this with ldapsearch. After performing: $ sudo apt-get install ca-certificates ldap-utils I tried to do on unpatched hardy: $ LDAPTLS_CACERT=/etc/ssl/certs/ca-certificates.crt ldapsearch -ZZ -H ldaps://Ian's public ldap server:636/ -d 1 ...

[Bug 305264] Re: gnutls regression: failure in certificate chain validation

2008-12-23 Thread Jamie Strandboge
** Changed in: openldap (Ubuntu Intrepid) Status: New = Confirmed -- gnutls regression: failure in certificate chain validation https://bugs.launchpad.net/bugs/305264 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in

[Bug 305264] Re: gnutls regression: failure in certificate chain validation

2008-12-23 Thread Jamie Strandboge
The ldap issue has been reported in Debian bug http://bugs.debian.org /cgi-bin/bugreport.cgi?bug=509593. Ian, would you mind adding your ldap server URL to the bug? This way other developers can test against it. If not, I mentioned in the Debian report that I would give the URL to the maintainer

[Bug 310960] [NEW] package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-12-23 Thread jeremiah
Public bug reported: Binary package hint: nagios3 Nagios 3 will not install via update manager. ProblemType: Package Architecture: i386 DistroRelease: Ubuntu 8.10 ErrorMessage: subprocess post-installation script returned error exit status 1 Package: nagios3-common 3.0.2-1ubuntu1.1

[Bug 310960] Re: package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-12-23 Thread jeremiah
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/20691336/Dependencies.txt ** Attachment added: DpkgTerminalLog.gz http://launchpadlibrarian.net/20691337/DpkgTerminalLog.gz -- package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess

[Bug 305264] Re: gnutls regression: failure in certificate chain validation

2008-12-23 Thread Jamie Strandboge
I compiled 2.6.3 on Jaunty and it also gives the same error. -- gnutls regression: failure in certificate chain validation https://bugs.launchpad.net/bugs/305264 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in ubuntu. --

[Bug 310960] Re: package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-12-23 Thread Marc Deslauriers
Thank you for opening this bug report. From the DpkgTerminalLog file: Error: Cannot open config file '/etc/nagios3/objects/contacts.cfg' for reading: No such file or directory The Nagios service won't restart because you have a file missing. You need to either provide a

Re: [Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Tom
I tried this but it didn't work. Isn't this for nfs fstype only? I have CIFS. I could be misunderstanding something, though. Vide wrote: Tom, but your mount at bootime issue it's a completely different topic (do you put the _netdev label in the fstab options? it's mandatory for network

Re: [Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Tom
One more thing, this is on my laptop connecting wirelessly to the shares. This worked perfectly EVERY time under 8.04 but never has worked under 8.10. I'm sure it is a timing issue (waiting for the wireless connection) but it had to do this under 8.04 too. To reiterate: * Window XP share *

[Bug 310845] Re: php5 serialize() function corrupt strings

2008-12-23 Thread Onno Benschop
Can you please show the actual output of the script? Also, your script doesn't show the unserialized version of the data. I suggest you add the following to your script and show the output: $blob = serialize($data) ; $new_data = unserialize($blob) ; var_dump($new_data) ; -- php5 serialize()

[Bug 311005] [NEW] package samba 2:3.2.3-1ubuntu3.3 failed to install/upgrade: subprocess post-installation script returned error exit status 102

2008-12-23 Thread Jim Ancona
Public bug reported: Binary package hint: samba $ lsb_release -rd Description:Ubuntu 8.10 Release:8.10 Clicked Share this folder in a folder's Nautilus properties dialog, was prompted to install sharing. The install failed with the error above. There was a lot more detail in the

[Bug 311005] Re: package samba 2:3.2.3-1ubuntu3.3 failed to install/upgrade: subprocess post-installation script returned error exit status 102

2008-12-23 Thread Jim Ancona
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/20695622/Dependencies.txt ** Attachment added: DpkgTerminalLog.txt http://launchpadlibrarian.net/20695623/DpkgTerminalLog.txt -- package samba 2:3.2.3-1ubuntu3.3 failed to install/upgrade: subprocess post-installation

[Bug 310845] Re: php5 serialize() function corrupt strings

2008-12-23 Thread sir_gon
OK, adding this lines, I got this output: /// object(Something)[1] public 'a' = string '123' (length=3) protected 'b' = string 'abc' (length=3) private 'c' = string 'xyz' (length=3) string

[Bug 305264] Re: gnutls regression: failure in certificate chain validation

2008-12-23 Thread Jamie Strandboge
For clarity: Dapper, Gutsy, Hardy and Intrepid have the same patch as Jaunty (and Sid), which is the same as upstream 2.6.3. -- gnutls regression: failure in certificate chain validation https://bugs.launchpad.net/bugs/305264 You received this bug notification because you are a member of Ubuntu

[Bug 310845] Re: php5 serialize() function corrupt strings

2008-12-23 Thread Onno Benschop
This is not a fail. I think you misunderstand what serialize() does. The purpose is to encapsulate the content of an object - be it a string, array or class - and store it in a single string variable. The PHP manual says this about serialize(): Returns a string containing a byte-stream

[Bug 310845] Re: php5 serialize() function corrupt strings

2008-12-23 Thread Onno Benschop
** This bug is no longer flagged as a security issue -- php5 serialize() function corrupt strings https://bugs.launchpad.net/bugs/310845 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-23 Thread Kees Cook
http://people.ubuntu.com/~kees/sprintf-glibc/ 29 main 15 multiverse 208 universe 251 total I removed a few copies of the kernel, which all show the same report, as well as gnokii, which had a note in the Changelog about how they'd fixed it already. -- Intrepid gcc -O2 breaks

[Bug 305901] Re: Intrepid gcc -O2 breaks string appending with sprintf(), due to fortify source patch

2008-12-23 Thread Kees Cook
(er, 252 total -- I added linux back in at the last moment) I'm also testing a patch to glibc to avoid the change in behavior when using _FORTIFY_SOURCE. ** Attachment added: no-sprintf-pre-truncate.diff http://launchpadlibrarian.net/20703741/no-sprintf-pre-truncate.diff -- Intrepid gcc

[Bug 278188] Re: irda broken on Thinkpad T23 with 2.6.27-4-generic, works with 2.6.24-16-generic

2008-12-23 Thread Chief
So it will be included in future offical intrepid kernel updates? Then I think we can mark this bug as fixed c,Ya -- irda broken on Thinkpad T23 with 2.6.27-4-generic, works with 2.6.24-16-generic https://bugs.launchpad.net/bugs/278188 You received this bug notification because you are a member

[Bug 182931] Re: USB pendrive, write speed

2008-12-23 Thread fishor
The speed drops because at the beginning of writing the data will be copied to the filesystem cache and only after this file system will try to flash the cache to the usbdrive. If the drive is to slaw it will reduce copy speed. Normally if file system mount with option sync no cache will be used

[Bug 310829] [NEW] blank screen screensaver doesn't work

2008-12-23 Thread DaveAbrahams
Public bug reported: Binary package hint: gnome-screensaver If I select and activate blank screen, after the time elapses, one of my two monitors begins a gradual dimming progression. The other one stays on full blast. When the dimming finally finishes, the monitor that was getting dimmer

[Bug 310828] [NEW] wireless network very slow after upgrade to Ibex (iwl3945)

2008-12-23 Thread Matija Grabnar
Public bug reported: After upgrading to Ibex I noticed an immediate slowdown in my wireless network connections, affecting everything regardless of protocol. Rebooting into windows or booting from 8.04 live CD restores previous speed, so it's not a hardware problem. Also, wired port is not

[Bug 310828] Re: wireless network very slow after upgrade to Ibex (iwl3945)

2008-12-23 Thread Matija Grabnar
** Attachment added: dmesg.log http://launchpadlibrarian.net/20681086/dmesg.log ** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/20681087/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/20681088/CurrentDmesg.txt ** Attachment added:

[Bug 310827] [NEW] freeze/deadlocks the GUI and window manager when keyring manager dialog pops up while applet menu is open?

2008-12-23 Thread Peter Cordes
Public bug reported: I just had some weird behaviour from the GNOME desktop on my Intrepid laptop (x86 hardware, ath_hal wifi). I'm not sure this is the right package; it might be the fault of the window manager (compiz in my case), or something else. If anyone figures out what was actually

[Bug 310752] Re: Xubuntu: applications is shown sometimes as maximazed

2008-12-23 Thread RomanIvanov
Thanks, Charlie. Feel free to ask me to open bugs for Thunderbird and Pindgin if it is their implementation problem. -- Xubuntu: applications is shown sometimes as maximazed https://bugs.launchpad.net/bugs/310752 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 310724] Re: movies recorded with cheese are displayed at quick frame rate

2008-12-23 Thread marco.pallotta
** Description changed: - With cheese 2.22.3-0 and Ubuntu Hardy x86_64 movies recorded with this app are display at incredibly quick frame rate (this is not a totem issue as the same thing happens with mplayer). Moreover the audio starts to be played right but after some seconds I can only

[Bug 310723] Re: fglrx is not support 16bit color depth!?

2008-12-23 Thread drakesoft
That is bad! Thanks for your answer. ** Changed in: fglrx-installer (Ubuntu) Status: New = Invalid -- fglrx is not support 16bit color depth!? https://bugs.launchpad.net/bugs/310723 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 292912] Re: Screen flickers as though it has the wrong refresh rate for a few seconds

2008-12-23 Thread Bryce Harrington
Colin, upstream has a question; it would be great if you could pop onto that bug report to provide the info. -- Screen flickers as though it has the wrong refresh rate for a few seconds https://bugs.launchpad.net/bugs/292912 You received this bug notification because you are a member of Ubuntu

[Bug 238392] Re: startupmanager triggers a highly insecure default option after a kernel update

2008-12-23 Thread Jimmy Rönnholm
Just a question for you who get the popup window: Have you manually edited menu.lst or used another tool to edit it before using sum? Since this is triggered by edits to the automagically(by update-grub) generated part of menu.lst, which sum NEVER touches, my guess is that something else has

[Bug 236263] Re: Why NO function on OK button

2008-12-23 Thread Jimmy Rönnholm
Very strange. Have you been able to test it on intrepid yet? If I understand this correctly, you press the 'restore original settings' button, then get the popup dialog with an ok button. When you press the ok button, the dialog does not disappear and then sum hangs. Is that correct? What is

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

2008-12-23 Thread Shane Blake
Sorry. Option 1. I havent yet tried option 2. - Shane On Tue, Dec 23, 2008 at 6:36 PM, Bryce Harrington br...@bryceharrington.org wrote: Shane, you didn't specify whether you were referring to option 1 or 2? -- [i965] intel gm965 freezes with 3d applications

[Bug 126312] Re: Don't Start

2008-12-23 Thread Hew McLachlan
This problem has a number of duplicates, but there hasn't been a report of this occurring with gdesklets 0.36. We were wondering if this is still an issue for you. Can you try with the latest Ubuntu release? Thanks in advance. ** Visibility changed to: Public ** Changed in: gdesklets (Ubuntu)

[Bug 126026] Re: lmms crashed with SIGSEGV in QObject::isWidgetType()

2008-12-23 Thread Hew McLachlan
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. We were wondering if this is still an issue for you. Can you try with the latest Ubuntu release? Thanks in advance. **

[Bug 310830] [NEW] [needs-packaging] plasmoid-netgraph

2008-12-23 Thread Nick Ellery
Public bug reported: Plasma-netgraph is a plasmoid, that displays network usage and is comprised of a configurable applet and a data-engine. http://www.kde-look.org/content/show.php/plasma-netgraph?content=74071 ** Affects: ubuntu Importance: Wishlist Assignee: Nick Ellery

[Bug 235615] Re: Startupmanager fails to install new usplash theme

2008-12-23 Thread Jimmy Rönnholm
I dont see anything strange in the console output. If you try installing the themes manually with the commands philinux wrote in the first comment, do it work then? Otherwise this is a bug in usplash. -- Startupmanager fails to install new usplash theme https://bugs.launchpad.net/bugs/235615

[Bug 43092] Re: CompactFlash PCMCIA disk is not detected

2008-12-23 Thread Tomas 'tt' Krag
Informal testing indicates that this problem has gone away with the latest kernel updates. Now running 2.6.27-9-generic on my thinkpad x40 and the CF card gets mounted correctly after boot and suspend. I'll do more rigorous testing after christmas. -- CompactFlash PCMCIA disk is not detected

[Bug 310833] [NEW] gnome-power-manager interface confusing (and undocumented)

2008-12-23 Thread DaveAbrahams
Public bug reported: Binary package hint: gnome-power-manager I know there are at least several levels of display sleep (available through xset) and the interface doesn't tell me which one(s) I'm going to get. Is this the full power saving I really want, or some intermediate state, or what?

[Bug 194014] Re: -smp 2 causes QEMU VM to freeze when booting linux

2008-12-23 Thread Vsevolod Krishchenko
Confirmed In 8.04 / 32 bit, I have the same problem exactly. Upstream qemu binary package works fine with smp. I'll check debian later. -- -smp 2 causes QEMU VM to freeze when booting linux https://bugs.launchpad.net/bugs/194014 You received this bug notification because you are a member of

[Bug 310835] [NEW] nm-applet does not save settings

2008-12-23 Thread Michael Gefen
Public bug reported: when making a new connection using: Wireless Security: Dynamic WEP (802.1x) Authentication: PEAP PEAP Version: 0 Inner Authentication: MD5 after once connecting i was no longer able to connect, and every attempt to save settings reverted the Inner Authentication to

[Bug 310834] [NEW] error 15; cannot find file

2008-12-23 Thread Bill Simmons
Public bug reported: First time linux user. I have tried on three different drives, i486 amd64 all error 15 at boot cannot find file. boot/vmlinuz Help? Message: ** Affects: ubuntu Importance: Undecided Status: Invalid ** Changed in: ubuntu Status: New = Invalid ** bug

Re: [Bug 292159] Re: MASTER update-initramfs is disabled since running on a live CD but it is running from a flash drive.

2008-12-23 Thread Zerp64
Workaround worked fine for me. Was able to upgrade, reboot, etc. without any strange problems. On Mon, Dec 22, 2008 at 5:48 PM, freekngdom freekng...@gmail.com wrote: Nevermind, removing and re-inserting flash drive into computer seemed to solve. -- MASTER update-initramfs is disabled since

[Bug 310837] [NEW] firefox 3.0.5+nobinonly-0ubuntu0.8.10.1 is crashing on kubuntu 8.10

2008-12-23 Thread Nerijus
Public bug reported: Binary package hint: firefox-3.0 There is backtrace: % firefox QPixmap: Invalid pixmap parameters The program 'firefox' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAlloc (insufficient resources for operation)'.

[Bug 310830] Re: [needs-packaging] plasmoid-netgraph

2008-12-23 Thread Nick Ellery
** Changed in: ubuntu Assignee: Nick Ellery (nick.ellery) = (unassigned) Status: In Progress = Confirmed -- [needs-packaging] plasmoid-netgraph https://bugs.launchpad.net/bugs/310830 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 308815] Re: Display sleep settings are bogus

2008-12-23 Thread DaveAbrahams
I think this would be perfect for a bug Done: https://bugs.launchpad.net/gnome-screensaver/+bug/310822 You might also consider submitting the above idea toBrainstorm Done: http://brainstorm.ubuntu.com/idea/16754/ Also: https://bugs.launchpad.net/bugs/310829,

[Bug 130379] Someone broke into my mailbox מ ישהו פרץ לי למייל

2008-12-23 Thread ortutt
שלום חברים (וגם מי שסתם פעם שלחתי לו מייל) מסתבר שמישהו פרץ לי למחשב ושלח לכם את המייל המצב. זה לא הייתי אני. מצטער על אי הנעימות שנגרמה לכם. בברכה, אור טוטנאור Hello, apparently someone broke into my mailbox and sent the attached spam mail. It wasn't me. I'm sorry for any inconveniene you may

[Bug 310838] [NEW] package sudo 1.6.9p17-1ubuntu2 failed to install/upgrade: subprocess pre-removal script returned error exit status 1

2008-12-23 Thread clint
Public bug reported: Binary package hint: sudo failed on install from repros on 8.10 via apt-get ProblemType: Package Architecture: i386 DistroRelease: Ubuntu 8.10 ErrorMessage: subprocess pre-removal script returned error exit status 1 Package: sudo 1.6.9p17-1ubuntu2 SourcePackage: sudo Title:

[Bug 310838] Re: package sudo 1.6.9p17-1ubuntu2 failed to install/upgrade: subprocess pre-removal script returned error exit status 1

2008-12-23 Thread clint
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/20681456/Dependencies.txt ** Attachment added: DpkgTerminalLog.gz http://launchpadlibrarian.net/20681457/DpkgTerminalLog.gz -- package sudo 1.6.9p17-1ubuntu2 failed to install/upgrade: subprocess pre-removal script

[Bug 310754] Re: Merge dput 0.9.2.36 from debian unstable (main)

2008-12-23 Thread Daniel Holbach
You seem to drop a bunch of changelog entries. Other than that the merge looks good. -- Merge dput 0.9.2.36 from debian unstable (main) https://bugs.launchpad.net/bugs/310754 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 310286] Re: FTBFS on 9.04 armel

2008-12-23 Thread Michael Casadevall
Since this an Ubuntu-only package, updated to a new upstream is likely a better fix, as well as being more useful. If your willing to provide the update, I'll be willing to sponsor it, otherwise, I'll simply sponsor your debdiff into the archive (I can test build on armel) ** Changed in:

[Bug 43092] Re: CompactFlash PCMCIA disk is not detected

2008-12-23 Thread effell
As reported back in April 08: on Ubuntu 7.10/Thinkpad X31 - no such bug using 2.6.23.9 from kernel.org - yes such bug using 2.6.22.16 (current) from ubuntu reps. -- CompactFlash PCMCIA disk is not detected https://bugs.launchpad.net/bugs/43092 You received this bug notification because you are

[Bug 310839] [NEW] firefox crash or very slow ween flash is active in hebrew sites

2008-12-23 Thread amir
Public bug reported: Binary package hint: firefox-3.0 In firefox-3.0 the flash slows browsing down or crashes the browser every time in Hebrew sites, the flash bloker dose not block the flash any more in the firefox-3.0. i am using ubuntu 8.10 ProblemType: Bug Architecture: i386 DistroRelease:

[Bug 310839] Re: firefox crash or very slow ween flash is active in hebrew sites

2008-12-23 Thread amir
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/20681497/Dependencies.txt ** Attachment added: ExtensionSummary.txt http://launchpadlibrarian.net/20681498/ExtensionSummary.txt ** Attachment added: profiles.ini.txt

[Bug 308669] Unsubscribing Sponsors.

2008-12-23 Thread Daniel Holbach
I'm unsubscribing the Sponsors' Team for now. Please re-subscribe when ready. -- Please sponsor tomboy 0.13.2 (main) into Jaunty https://bugs.launchpad.net/bugs/308669 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 304500] Re: aoe: unknown cmd 240

2008-12-23 Thread trylik
** Changed in: aoetools (Ubuntu) Status: New = Confirmed -- aoe: unknown cmd 240 https://bugs.launchpad.net/bugs/304500 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 194014] Re: -smp 2 causes QEMU VM to freeze when booting linux

2008-12-23 Thread Vsevolod Krishchenko
It looks like debian was not affected and bug is probably ubuntu-unique. -- -smp 2 causes QEMU VM to freeze when booting linux https://bugs.launchpad.net/bugs/194014 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 243565] Re: the text string Monitor dis plays wrong in russian startup-manager (bм онитор/b)

2008-12-23 Thread Jimmy Rönnholm
** Changed in: startup-manager Status: Fix Committed = Fix Released -- the text string Monitor displays wrong in russian startup-manager (bмонитор/b) https://bugs.launchpad.net/bugs/243565 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 308386] Re: Icon Hardlinked in .desktop File

2008-12-23 Thread Jimmy Rönnholm
Fixed in version 1.9.12 ** Changed in: startup-manager Status: Fix Committed = Fix Released -- Icon Hardlinked in .desktop File https://bugs.launchpad.net/bugs/308386 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 282237] Re: Please eliminate dependency on imagemagick

2008-12-23 Thread Jimmy Rönnholm
Fixed in version 1.9.12 ** Changed in: startup-manager Status: Fix Committed = Fix Released -- Please eliminate dependency on imagemagick https://bugs.launchpad.net/bugs/282237 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 310840] [NEW] Irssi channels disappear on quitting and starting irssi again

2008-12-23 Thread Mathiasdm
Public bug reported: Binary package hint: irssi I have a really absurd bug to report. When I quit irssi, and start it again, one of my channels (added using '/channel add') disappears. So if I exit and start irssi multiple times, several channels disappear. 1) Ubuntu release: 8.10. 2) irssi

[Bug 293785] Re: [i855GM] Desktop effects could not be enabled (Intel)

2008-12-23 Thread Andrewsha
Hello Bryce! I shall provide all information as soon as possible. Buy -- [i855GM] Desktop effects could not be enabled (Intel) https://bugs.launchpad.net/bugs/293785 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 270617] Re: Display corruption after short period

2008-12-23 Thread Markus Golser
Reproduced using 2.6.28-rc8 on Intrepid :( -- Display corruption after short period https://bugs.launchpad.net/bugs/270617 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: [Bug 19033] Re: systemwide default startup homepage ignored

2008-12-23 Thread Philippe Seewer
Hello Jordan! Well, first of all the Workaround is meant for you to put to the default startup homepage into the mozilla.cfg not firefox.js. I still haven't been able to figure out how to fix that (Although I have to admit I wasn't able to spend much time debugging). But second, you're

[Bug 310843] [NEW] Firefox crashes X on resize of window

2008-12-23 Thread rakkenes
Public bug reported: Binary package hint: firefox-3.0 Ubuntu Gnome Have firefox with lots of tabs, some with javascripts, I resize the firefox window, and X crashes, landing me in the login screen.. when I log in again,,some applications do not work anymore, so I have to do a reboot.

[Bug 310843] Re: Firefox crashes X on resize of window

2008-12-23 Thread rakkenes
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/20681740/Dependencies.txt ** Attachment added: ExtensionSummary.txt http://launchpadlibrarian.net/20681741/ExtensionSummary.txt ** Attachment added: profiles.ini.txt

[Bug 256637] Re: ata3: COMRESET failed (errno=-16)

2008-12-23 Thread sym_zo
I still have the same problem with the latest Intrepid server and generic kernel as of today. I am in the same situation as Crimson Fox, unable to even boot my computer. Like the others, my error messages are about COMRESET failed (errno=-16) until it times out. ** Attachment added:

[Bug 306705] Re: No permission to call method (dbus 1.2.8)

2008-12-23 Thread Alberto Milone
The full source is available in my bazaar branch: https://code.launchpad.net/~albertomilone/screen-resolution-extra/main -- No permission to call method (dbus 1.2.8) https://bugs.launchpad.net/bugs/306705 You received this bug notification because you are a member of Ubuntu Bugs, which is

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

2008-12-23 Thread Bryce Harrington
Okay; I'd suggest trying a LiveCD before making conclusions about that - many of the (esp. performance) changes in this version of the driver require new features in the jaunty xserver/mesa to get the benefit. Bryce On Tue, Dec 23, 2008 at 08:00:28AM -, Shane Blake wrote: Sorry. Option 1. I

[Bug 29042] Re: Simple page causes Firefox to hang forever using 100% CPU

2008-12-23 Thread Martin Mai
This bug report is being closed due to your last comment regarding this being fixed with an update. For future reference you can manage the status of your own bugs by clicking on the current status in the yellow line and then choosing a new status in the revealed drop down box. You can learn more

[Bug 290506] Re: cheese malfunctioning with UVCVIDEO webcams (was cheese doesn't show v4l2 video output and disables output on gstreamer-based apps ran afterwards)

2008-12-23 Thread luca dep
With the last proposed kernel (2.6.27-11) my integrated webcam works both in cheese and skype perfectly. -- cheese malfunctioning with UVCVIDEO webcams (was cheese doesn't show v4l2 video output and disables output on gstreamer-based apps ran afterwards) https://bugs.launchpad.net/bugs/290506

[Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10

2008-12-23 Thread Vide
I was affected by this problem as well and I can confirm that using 2.6.27-11 and the nodfs mount option the problem is solved. I tested this on x86 and x86_64. I can add that with the -9 kernel the /proc/fs/cifs/LinuxExtensionsEnabled workarond wasn't working anymore (with previous revisions it

[Bug 278531] Re: [ooo-build] openoffice crash when opening document

2008-12-23 Thread sebek
It seems I have the same problem on Hardy with another piece of html I copied/paste from the web onto an odt. See the document visites-appart-2009.odt attached. The crash is not systematic, you sometimes have to scroll up and down 2 or 3 times through the whole document. I tried to obtain a

[Bug 214829] Re: [hardy] Cannot xforward firefox

2008-12-23 Thread Bug Watch Updater
** Changed in: firefox Status: Unknown = Invalid -- [hardy] Cannot xforward firefox https://bugs.launchpad.net/bugs/214829 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 93417] Re: Image scaling bug in gspca kernel module.

2008-12-23 Thread Frodon
For what i'm concerned intrepid fixed this issue for me with skype. I'm using the medibuntu skype package if it matters. So this bug is behind me now, i hope i'm not just the lucky guy here and that the issue has been really dealt with. -- Image scaling bug in gspca kernel module.

[Bug 310845] [NEW] php5 serialize() function corrupt strings

2008-12-23 Thread sir_gon
*** This bug is a security vulnerability *** Public security bug reported: Binary package hint: libapache2-mod-php5 Package: PHP5: Version: 5.2.6-2ubuntu4 Ubuntu: 8.10 Intrepid Ibex If a common object with protected or private properties is serialized, the returned string includes invalid

[Bug 310756] Re: File-roller 2.24.1 in Jaunty makes xserver crash when deziping an archive with a password

2008-12-23 Thread François Blondel
** Description changed: Binary package hint: file-roller Hello, File-roller 2.24.1 in Jaunty makes x server crash when de-ziping an archive with a password. I had created these archive, that contain Photo before with the same file-roller. Then gnome freeze, Only mouse and TTY are

Re: [Bug 310840] [NEW] Irssi channels disappear on quitting and starting irssi again

2008-12-23 Thread Gerfried Fuchs
* Mathiasdm mathias.dem...@gmail.com [2008-12-23 09:52:35 CET]: I have a really absurd bug to report. When I quit irssi, and start it again, one of my channels (added using '/channel add') disappears. So if I exit and start irssi multiple times, several channels disappear. Disappear in what

[Bug 260849] Re: photoprint is missing libgutenprint.so.2

2008-12-23 Thread eitch
Setting the soft link only works to start the application, but when trying to print the application immediately crashes. Recompiling from the source solved the problem -- photoprint is missing libgutenprint.so.2 https://bugs.launchpad.net/bugs/260849 You received this bug notification because

[Bug 310850] [NEW] epiphany won't open .torrent files with deluge

2008-12-23 Thread wilk
Public bug reported: .torrent files are configured to be opened by deluge in nautilus. The relevant entry is in .local/share/applications/mimeapps.list and double-clicking on a .torrent file in nautilus launches deluge. However, clicking on a .torrent link in epiphany launches btdownload.

[Bug 310848] [NEW] audio cd not recognised

2008-12-23 Thread Marc Cheng
Public bug reported: none of my audio cd's are recognised, neither in jaunty nor in intrepid, both with kde 4.2. datacd, dvd, no problem. i don't even get a notification about the cd. i tested with internal and external cd drive. ** Affects: ubuntu Importance: Undecided Status:

[Bug 272466] Re: linphone crashes on startup: symbol lookup error: /usr/lib/libmediastreamer.so.0: undefined symbol: sws_getContext (needs a no-change rebuild)

2008-12-23 Thread Max Bowsher
Fixed in 2.1.1-1build1. ** Changed in: linphone (Ubuntu) Status: New = Fix Released -- linphone crashes on startup: symbol lookup error: /usr/lib/libmediastreamer.so.0: undefined symbol: sws_getContext (needs a no-change rebuild) https://bugs.launchpad.net/bugs/272466 You received this

  1   2   3   4   5   6   7   8   9   10   >