[Bug 231848] Re: Incompatibility to Windows XP SP3
I'm seeing this exact same behavior. I'm not sure why there aren't more reports about this out on the web - seems like something that a lot of people would run into. Is there any way to put rdesktop in verbose/debug mode so we can see what's going on? -Keller -- Incompatibility to Windows XP SP3 https://bugs.launchpad.net/bugs/231848 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123476] Re: Green artifacts playing H.264 MKV files
I concur, I have not seen this issue in quite some time. Xine is now my player of choice for mkv and x264. -- Green artifacts playing H.264 MKV files https://bugs.launchpad.net/bugs/123476 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 227717] Re: interface.py crashed with ImportError in ()
Still seeing this in Intrepid Alpha-4. Running envyng from the command line produces: Traceback (most recent call last): File "interface.py", line 428, in a = Interface() File "interface.py", line 126, in __init__ self.abstract = abstraction.Abstraction(progress, True) File "/usr/lib/python2.5/site-packages/Envy/abstraction.py", line 39, in __init__ self.driverDetails = self.hardware.selectDriver() File "/usr/lib/python2.5/site-packages/Envy/detection.py", line 248, in selectDriver if 173 in candidates['nvidia'] and 177 in candidates['nvidia']: TypeError: list indices must be integers Any ideas? -- interface.py crashed with ImportError in () https://bugs.launchpad.net/bugs/227717 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 286828] Re: Access to samba 3.0.24-3.0.25 shares using CIFS is broken on 8.10
I can confirm that upgrading the server-side to Samba 3.2.5 fixed the issue. -- 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 Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 286828] Re: CIFS share broken after upgrade from 8.04 -> 8.10
Installing and rolling back to 2.6.25-2 did not fix the problem for me. Also, this does not appear to affect all shares. I have shares to two different servers on my box -- one is fine, the other is not. Unfortunately, I don't have the rights to view the smb.conf on either of them. Does anyone else have this? -- CIFS share broken after upgrade from 8.04 -> 8.10 https://bugs.launchpad.net/bugs/286828 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 286828] Re: CIFS share broken after upgrade from 8.04 -> 8.10
Here are the (scrubbed) contents of /proc/fs/cifs/DebugData: http://pastebin.com/f5796141d -- CIFS share broken after upgrade from 8.04 -> 8.10 https://bugs.launchpad.net/bugs/286828 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 286828] Re: CIFS share broken after upgrade from 8.04 -> 8.10
Getting the same 'not a directory' errors too. FSTAB is unremarkable: //10.x.xx.xx/DC\040Operations /media/app1/dcops cifs credentials=/etc/samba/genericuser 0 0 Creating new files with nano works. However, I can't edit the file once it's been created. Please let me know what other information I can provide. Thanks! -- CIFS share broken after upgrade from 8.04 -> 8.10 https://bugs.launchpad.net/bugs/286828 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 78103] Re: VLC crashes when seeking in a mkv file
I'm getting this error with a core dump from both the stock VLC for Feisty and the newest SVN. I've also tried upgrading to 0.8.1 of libmatroska with no luck. In my case, the error is fixed if the file is local. When read over a Samba share, every time I seek, VLC crashes with a segfault. When copied to the local drive, seeking works flawlessly. Is anyone else's problem solved by moving the file to the local drive? I'll try an NFS share shortly and will share my findings. -- VLC crashes when seeking in a mkv file https://bugs.launchpad.net/bugs/78103 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123476] Green artifacts playing H.264 MKV files
Public bug reported: I'm running stock xine-lib with the xine-ui frontend on Feisty. Whenever I play back a h.264 file (packaged in MKV, although I'm not sure it matters) in Xine, I get a constant stream of green blocks and artifacts coming from the left side of the video image. These do not go away with time. VLC plays the same files perfectly. I have read some others with this issue, but have not seen a resolution. The only hint I've heard is that it could be related to an MMX miscalculation on AMD64 processors. Since I'm running an AMD64, this seems like a possible diagnosis. I'm new to bug posting, please let me know of any additional information that I can provide that will help fix this. ** Affects: xine-lib (Ubuntu) Importance: Undecided Status: New ** Tags: artifacts green h264 mkv mpeg4 -- Green artifacts playing H.264 MKV files https://bugs.launchpad.net/bugs/123476 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 78103] Re: VLC crashes when seeking in a mkv file
Note that in my case remounting the share using NFS instead of Samba fixed the crash. My exports line looks like: /var/storage/movies 10.2.0.0/255.255.255.0(rw,async) My fstab line on the client looks like: powerserver:/var/storage/movies /media/nfs/powerserver/movies nfs soft,intr,rsize=8192,wsize=8192,async,nfsvers=3,bg,actimeo=0,tcp If others find that playing the file locally or using NFS fixes the issue, this could be a Samba bug. -- VLC crashes when seeking in a mkv file https://bugs.launchpad.net/bugs/78103 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 123476] Re: Green artifacts playing H.264 MKV files
Note that upgrading to the newest xine SVN did not correct the problem. Would an upgrade to SVN of ffmpeg be worth trying? -- Green artifacts playing H.264 MKV files https://bugs.launchpad.net/bugs/123476 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs