This has nothing to do with smb.conf.
All remote users need to be added to the smbpasswd file in addition to
the standard UNIX /etc/passwd file.
For example, to create a user named 'joe' that can access files via
Samba, run this command:
adduser joe
smbpasswd -a joe
--
Impossible to make share
Public bug reported:
Binary package hint: vmware-player
After upgrading from Edgy to Feisty, vmware-player consistently segfaults with
the following error message in vmware.log:
May 15 11:04:08.417: mks| MKSHostOps SHM create image failed
May 15 11:04:08.417: mks| MKSHostOps XCreateImage faile
Downgrading to libx11-6_1.0.3-4ubuntu1_i386.deb fixes the problem.
This is definitely the same kind of problem with a security fix to
XCreateImage(3) that caused bug 144322:
https://bugs.launchpad.net/debian/+source/rdesktop/+bug/104332
If anyone has a support contract with VMWare, please report
Downgrading to libx11-6_1.0.3-4ubuntu1_i386.deb fixes the problem.
This is definitely the same kind of problem with a security fix to
XCreateImage(3) that caused bug 104322:
https://bugs.launchpad.net/debian/+source/rdesktop/+bug/104332
If anyone has a support contract with VMWare, please report
Also, please note that this bug is also present in VMware Player 2.0.0
build-45731which I installed by downloading the tarball from VMWare's
site.
--
vmplayer segfaults after MKSHostOps XCreateImage failed
https://bugs.launchpad.net/bugs/114828
You received this bug notification because you are a
(This is a CC of the message I sent to the Debian BTS and to upstream)
Here is a patch that prevents rdesktop from crashing due to increased Xlib
sanity checking
of arguments passed to XCreateImage(3). Thanks to Julien Cristau for his
helpful explanation
of the problem on the Debian bug trackin
*** This bug is a duplicate of bug 104332 ***
https://bugs.launchpad.net/bugs/104332
** This bug is no longer a duplicate of bug 102922
[apport] rdesktop crashed with SIGSEGV in XPutImage()
** This bug has been marked a duplicate of bug 104332
Segmentation Fault (core dumped)
--
[appo
*** This bug is a duplicate of bug 104332 ***
https://bugs.launchpad.net/bugs/104332
** This bug is no longer a duplicate of bug 102922
[apport] rdesktop crashed with SIGSEGV in XPutImage()
** This bug has been marked a duplicate of bug 104332
Segmentation Fault (core dumped)
--
[appo
*** This bug is a duplicate of bug 104332 ***
https://bugs.launchpad.net/bugs/104332
** This bug has been marked a duplicate of bug 104332
Segmentation Fault (core dumped)
--
[apport] rdesktop crashed with SIGSEGV in XPutImage()
https://bugs.launchpad.net/bugs/102922
You received this bug
*** This bug is a duplicate of bug 104332 ***
https://bugs.launchpad.net/bugs/104332
On Wed, 2007-04-11 at 11:26 -0400, Mark Heily wrote:
> Here is a patch that prevents rdesktop from crashing due to increased Xlib
> sanity checking
> of arguments passed to XCreateImage(3). Thanks to Julien
Here is a corrected patch that fixes the segfault and correctly redraws the
desktop image. This has
been tested with a Windows 2000 Server at 8bpp and a Windows 2003 server at
16bpp.
Thanks to Mat G for his suggestion on how to fix my original patch.
-Mark
--- ../rdesktop/xwin.c 2007-01-17
See attached patch (Launchpad stripped it from the previous message).
** Attachment added: "rdesktop-xcreateimage2.patch"
http://librarian.launchpad.net/7300958/rdesktop-xcreateimage2.patch
--
Segmentation Fault (core dumped)
https://bugs.launchpad.net/bugs/104332
You received this bug notifi
Upstream (Michael Gernoth <[EMAIL PROTECTED]>) has committed the
patch and posted the following message to their mailing list:
On Thu, Apr 12, 2007 at 10:03:16AM -0400, Mark Heily wrote:
> Here is a corrected patch that fixes the segfault and correctly
> redraws the desktop image. This has been te
I have verified that rdesktop 1.5.0-1ubuntu1~prop1 works correctly with
a Windows 2000 terminal server at 8bpp and a Windows 2003 terminal
server at 16bpp.
--
Segmentation Fault (core dumped)
https://bugs.launchpad.net/bugs/104332
You received this bug notification because you are a member of Ubu
*** This bug is a duplicate of bug 102922 ***
https://bugs.launchpad.net/bugs/102922
** This bug has been marked a duplicate of bug 102922
[apport] rdesktop crashed with SIGSEGV in XPutImage()
--
[apport] rdesktop crashed with SIGSEGV in XPutImage()
https://bugs.launchpad.net/bugs/103811
*** This bug is a duplicate of bug 102922 ***
https://bugs.launchpad.net/bugs/102922
** This bug has been marked a duplicate of bug 102922
[apport] rdesktop crashed with SIGSEGV in XPutImage()
--
[apport] rdesktop crashed with SIGSEGV in XPutImage()
https://bugs.launchpad.net/bugs/103461
I've got a similar crash, see below...
rdesktop_1.5.0-1build1
Starting program: /usr/src/rdesktop-1.5.0/rdesktop 172.20.89.3
Autoselected keyboard map en-us
WARNING: Remote desktop does not support colour depth 16; falling back to 8
Program received signal SIGSEGV, Segmentation fault.
0xb7d932b2
Please note that downgrading to rdesktop 1.41 fixed the problem for me.
I downloaded
http://mirrors.kernel.org/ubuntu/pool/main/r/rdesktop/rdesktop_1.4.1-1_i386.deb
and installed it manually via dpkg(1).
--
[apport] rdesktop crashed with SIGSEGV in XPutImage()
https://bugs.launchpad.net/bugs/
Here's what I saw under the debugger:
#1 0x08051d0c in ui_desktop_restore (offset=0, x=191, y=115, cx=417, cy=255)
at xwin.c:3226
3226XPutImage(g_display, g_backstore, g_gc, image, 0, 0, x,
y, cx, cy);
(gdb) print g_display
$1 = (Display *) 0x83cf7c0
(gdb) print g_backst
This bug is also present in the CVS version of rdesktop as of April 5th.
Here is a patch that works around the problem but creates visual
artifacts on the screen.
--- xwin.c 2006-08-07 07:45:44.0 -0400
+++ ../rdesktop-1.5.0a/xwin.c 2007-04-05 15:56:16.0 -0400
@@ -3220,6 +32
This bug is invalid, as the functionality is provided by the
BlocksRuntime library which is already part of Ubuntu:
http://packages.ubuntu.com/natty/libblocksruntime-dev
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.l
21 matches
Mail list logo