Displaying 20 results from an estimated 2278 matches for "mmap".
Did you mean:
map
2006 Oct 06
13
Need some help with latest win32-mmap
Hi all,
I''ve got the latest win32-mmap code checked into CVS. Unfortunately, it
seems that I''m not able to open an existing mapping and retrieve set
data. Below is a simple example that seems like it ought to work but
doesn''t. Any ideas?
# map1.rb
require ''win32/mmap''
include Win32
mmap = MMap...
2010 Jul 21
3
smbd -D hangs
I'm testing both sunfreeware and official sun (sfw) samba on Solaris
10. For some reason since yesterday, the smbd process just "hangs" at
the start.
No log is generated on server side
Where smbd is started, I can't find any open port on 139 or 145
My OS is Solaris 10
# uname -a
SunOS labo2 5.10 Generic_142900-13 sun4v sparc SUNW,SPARC-Enterprise-T5120
#
2018 Jan 22
1
Samba 4.7 don't start on F27
...mba/libpthread.so.0", O_RDONLY|O_CLOEXEC)
= -1 ENOENT (No such file or directory)
stat("/usr/lib64/samba", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=115010, ...}) = 0
mmap(NULL, 115010, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fdeec007000
close(3) = 0
openat(AT_FDCWD, "/lib64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3,
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220a\0\0\0\0\0\0"...,
832) = 832
fstat(3, {st_...
2007 May 04
5
[ win32utils-Bugs-10589 ] Bug in win32-mmap
Bugs item #10589, was opened at 2007-05-04 12:01
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=10589&group_id=85
Category: win32-mmap
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: Daniel Berger (djberg96)
Assigned to: Daniel Berger (djberg96)
Summary: Bug in win32-mmap
Initial Comment:
Ruby 1.8.6
win32-mmap 0.2.1
Assigning the value 0 to a dynamic setter causes the corresponding getter to fail. This small...
2014 Sep 26
0
wbindo slow
...Any suggestions:
Below is the output of strace:
root at fileserver1:~# strace -f wbinfo -u
execve("/usr/bin/wbinfo", ["wbinfo", "-u"], [/* 15 vars */]) = 0
brk(0) = 0x7fc138728000
access("/etc/ld.so.nohwcap", F_OK) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7fc136a99000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=17877, ...}) = 0
mmap(NULL, 17...
2003 Oct 20
0
RES: Nmbd in a infinite loop - consuming 99% CPU
Heres is the output of truss /usr/local/samba/bin/nmbd
execve("/usr/local/samba/bin/nmbd", 0xEFFFFCA0, 0xEFFFFCAC) argc = 2
open("/dev/zero", O_RDONLY) = 3
mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xEF7C0000
open("/usr/lib/libsocket.so.1", O_RDONLY) = 4
fstat(4, 0xEFFFF83C) = 0
mmap(0x00000000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0xEF7B0000
mmap(0x00000000, 106496, PR...
2014 Oct 04
1
wbinfo slow
...tput of strace:
>
>
> root at fileserver1:~# strace -f wbinfo -u
> execve("/usr/bin/wbinfo", ["wbinfo", "-u"], [/* 15 vars */]) = 0
> brk(0) = 0x7fc138728000
> access("/etc/ld.so.nohwcap", F_OK) = 0
> mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
> 0x7fc136a99000
> access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
> directory)
> open("/etc/ld.so.cache", O_RDONLY) = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=17877...
2013 Nov 13
1
ldb-tools problem
...b.so.0: undefined symbol:
tevent_set_debug". Any idea's? Not sure where to post this question. I
am using this for samba4wins.
Jonn
strace ldbsearch
execve("/usr/bin/ldbsearch", ["ldbsearch"], [/* 22 vars */]) = 0
brk(0) = 0x4ad2000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x2ad3af274000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x2ad3af275000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache&quo...
2003 Jun 17
2
[LLVMdev] Re: Autoconf
> However, mmap() does provide some other small potential issues:
>
> 1) The mmap() function may not exist on all Unices, or it may work
> differently on various versions of them.
Definitely. We use mmap for a couple of different things.
1a) In lib/Bytecode/Reader we use mmap to read in bytecode fil...
2012 Nov 21
1
Conntrackd - fail at startup.
...put):
strace /usr/sbin/conntrackd -C /etc/conntrackd/conntrackd.conf -d
execve("/usr/sbin/conntrackd", ["/usr/sbin/conntrackd", "-C",
"/etc/conntrackd/conntrackd.conf", "-d"], [/* 27 vars */]) = 0
brk(0) = 0x1c57000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7fa29ca4d000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=25665, ...}) = 0
mmap(NULL, 25...
2008 Jun 10
3
[PATCH][TOOLS] libxc: mmap fixes for BSD
Hi!
On BSD, mmap()ing files works on on-disk files but not on
pseudo filesystems like kernfs or procfs.
Therefore, attached patch mmap()s anonymous memory.
Linux equivalents are sysfs and procfs to above BSD''s pseudo-filesystems.
On Linux, mmap is implemented for sysfs but it is questionable to me
how wri...
2018 Jun 27
0
dovecot-2.3.36 and flush
...cve("/usr/local/dovecot/bin/doveadm", ["doveadm", "director",
"flush", "10.0.100.24"], [/* 26 vars */]) = 0
brk(0)????????????????????????????????? = 0x126c000
access("/etc/ld.so.nohwcap", F_OK)????? = -1 ENOENT (No such file or
directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x7efe7ce00000
access("/etc/ld.so.preload", R_OK)????? = -1 ENOENT (No such file or
directory)
open("/usr/local/dovecot-2.2.36/lib/dovecot/tls/x86_64/libz.so.1",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file o...
2011 Dec 28
1
/usr/lib/dovecot/imap ignores log settings?
...----------
execve("/usr/lib/dovecot/imap", ["/usr/lib/dovecot/imap", "-c", "/tmp/dovecot.conf"], [/* 31 vars */]) = 0
brk(0) = 0x1eb8000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff03ee31000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/dovecot/tls/x86_64/libdovecot-storage.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat...
2002 Mar 06
1
samba 2.2.3a on PPC
...#39;s are attached. Any ideas?
...Jeff
-------------- next part --------------
execve("/usr/bin/wbinfo", ["wbinfo", "-t"], [/* 38 vars */]) = 0
uname({sys="Linux", node="balsa", ...}) = 0
brk(0) = 0x100a5b3c
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x30015000
open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 7
fstat64(0x7, 0x7fffec38) = 0
mmap(NULL, 27790, PROT_READ, M...
2009 Dec 18
2
I get an wow error
when I try to launch world of warcraft in wine I get this
Could not launch 'World of Warcraft'
Failed to change to directory '/home/shawn/.wine/dosdevices/C:/Prgram Files/World of Warcraft/' (Permission denied)
2011 Sep 29
1
2.0.14 doveadm proxy list segfault
...office: Hill 147
email: tompru at jla.rutgers.edu phone: (732) 445-2634
-------------- next part --------------
execve("/usr/bin/doveadm", ["doveadm", "proxy", "list"], [/* 26 vars */]) = 0
brk(0) = 0x1bb97000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b99123e5000
uname({sys="Linux", node="director1", ...}) = 0
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib64/dovecot/tls/x86_64/libdovecot-stor...
2010 May 15
9
Age of Empires doesn't start
...don't start Civ4, and I prefer
to play Civ4 than AoE ;-)
The installation works fine, but the game crashes with the famous "We
are sorry" window. This is a trace of a terminal start :
nico at gaston:~/.wine/drive_c/Program Files/Microsoft Games/Age of Empires II$ wine EMPIRES2.EXE
mmap() failed: Ne peut allouer de la m?moire
mmap() failed: Ne peut allouer de la m?moire
mmap() failed: Ne peut allouer de la m?moire
mmap() failed: Ne peut allouer de la m?moire
mmap() failed: Ne peut allouer de la m?moire
mmap() failed: Ne peut allouer de la m?moire
mmap() failed: Ne peut allouer de...
2006 Mar 21
1
weird bugs with mmap-ing via NFS
[Moved from -current to -stable]
???????? 21 ???????? 2006 16:23, Matthew Dillon ?? ????????:
> ? ? You might be doing just writes to the mmap()'d memory, but the system
> ? ? doesn't know that.
Actually, it does. The program tells it, that I don't care to read, what's
currently there, by specifying the PROT_READ flag only.
> ? ? The moment you touch any mmap()'d page, reading or writing, the system
> ? ? h...
2015 Oct 29
2
[nbdkit] can't import mmap
Hi,
I'm new to nbdkit and am trying to run a simple "single file block
device using mmap" setup, using this python script:
import mmap
def config(key, value):
print ("ignored parameter %s=%s" % (key, value))
def open(readonly):
print ("open: readonly=%d" % readonly)
f = open("disk","r+")
m = mmap.mmap(f.fileno(), 0, access...
2004 Mar 09
6
win32-mmap test suite
I just tried running tc_mmap.rb and noticed that something rather curious
seems to happen. The call to Mmap.new in setup seems to cause the test
suite to just exit without ever actually running the tests.
I reduced the test suite to just this bit of code. This works, although the
final test (TypeError) does not pass - no...