similar to: IPC shared memory problem

Displaying 20 results from an estimated 200 matches similar to: "IPC shared memory problem"

2001 May 01
0
ERROR: Can't create or use IPC area. Error was Cannot allocate memory
Hello. I just installed Samba 2.0.8 onto a shiuny new FreeBSD 4.3-STABLE machine, and all seems well from the client side of things - I can smbclient to other servers and access files and the whole nine yards. I even have Sharity-Light running and am able to mount shares that way. However, whenever someone tries to connect to my machine, they get denied, and I get this in the samba.log
2002 Nov 16
1
upgraded to kernel 2.4.19 from 2.4.7, samba not found from windows, network ok
Hi, I have updated my old 2.4.7 kernel to 2.4.19 using the full download from kernel.org and installed samba-2.2.6 Using my old kernel i can access every share and everything works fine. Using my new kernel also everything works but samba,. i can telnet the system, ftp also works ok, but windows 2k tells me server not found if i try to acces the shares. i think, i forgot something to compile to
2000 Aug 07
1
shm_open (667) & locking_init(174), not 2.3.xx kernel
This weekend, we upgraded our server to Linux-Mandrake 7.1, which uses a (slightly customized by Mandrake) 2.2.15 kernel. Since then, users are unable to log in, and log.smb shows locking/shmem_sysv_shm_open(667). Can't create or use use IPC area. Error was File exists locking/locking.c:locking_init(174). ERROR: Failed to initialise share modes There have been several messages posted about
2000 Aug 30
1
strange messages in log
I just upgraded to Debian 2.2 and Samba 2.0.7-3, but Samba isn't working. When I try and connect to a share from my windows box, I get a message "The specified computer did not receive your request. Please try again later." when I try to connect as I boot and "Permanent connection not available" if I try and connect later. Here are the messages from my log file. Does
2000 Nov 28
2
Welcome to the "samba" mailing list
i got the following problem: [root@sun samba]# tail log.smb [2000/11/28 16:20:16, 0] locking/locking.c:locking_init(174) ERROR: Failed to initialise share modes [2000/11/28 16:20:29, 0] locking/shmem_sysv.c:sysv_shm_open(667) Can't create or use IPC area. Error was Die Datei existiert bereits [2000/11/28 16:20:29, 0] locking/locking.c:locking_init(174) ERROR: Failed to initialise share
2001 Jan 24
1
Samba erors...
What can i do about this... ~~ # smbstatus Can't create or use IPC area. Error was File exists ERROR: Failed to initialise share modes Can't initialise shared memory - exiting In log-uri: Jan 24 07:22:41 lapd smbd[19406]: [2001/01/24 07:22:41, 0] locking/shmem_sysv.c:sysv_shm_open(667) Jan 24 07:22:41 lapd smbd[19406]: Can't create or use IPC area. Error was File exists Jan 24
1999 Sep 16
2
Need Help with IRIX Error
Hello All, I am having a problem configuring Samba on IRIX ver. 6.5. Any help or RTFM pointers would be sincerely appreciated. I am getting the following error with test 3 in DIAGNOSIS.txt (smbclient -L hostname): read_socket_with_timeout: timeout read. read error = Connection reset by peer. session request to *SMBSERVER failed. With log level set to 10 I get the following error in
1999 Jan 15
6
locking Problem 2.0.0 on SGI
Hi, after having upgraded from 2.0.0beta2 to 2.0.0 there are happening strange things: 1) After startup of smbd I find the following message in log.smb smbd version 2.0.0 started. Copyright Andrew Tridgell 1992-1998 [1999/01/15 17:38:09, 1] smbd/files.c:file_init(219) file_init: Information only: requested 10000 open files, 2490 are available. 2) doing a smbclient -L <hostname>
1999 Sep 29
3
AIX 4.32 install (PLEASE HELP)
I've been having problems installing Samba on AIX 4.32. I have spent well over two weeks on the issue and have not had any major success. I can get samba 1.9 series of source code and binaries to work fine but the new Samba 2.0 series code is causing me problems. I have the following system and problem. I have a H50 with 2 NICs; one is ether and the other is token. I can't seem to browse
2000 May 13
0
Trouble with large files and 1.9.18p10
Hi Folks, I'm new to the list, and am writing because of some trouble I am having. An old version of Samba is involved, and I am not sure that I can upgrade. I am trying to explore the issue further. I am currently using Samba 1.9.18p10 (I can hear the smack of 1,000 hands slapping foreheads now -- please read on). The problem is that the Samba server hangs when I copy a large file (~100
2006 Jan 03
0
Minor warning from win32-ipc
Hi all, I noticed this warning coming out of win32-ipc when built with -W3: c:\eclipse\workspace\win32-ipc\ipc.h(74) : warning C4146: unary minus operator applied to unsigned type, result still un signed Are we just trying to get an absolute value there? Just curious. I don''t want to break anything. I''m actually going through all the win32utils packages, compiling with
2004 Oct 22
1
win32-ipc idea - allow a block
Hi all, What do you think about allowing a block to the various wait methods in win32-ipc? These could be fired off if signalled, e.g. i = IPC.new i.wait{ puts "We got a signal!" } That way, you wouldn''t constantly have to check the return value. Make sense? Or not? Regards, Dan
2004 Oct 23
0
Perhaps a different approach for win32-ipc
Hmm...what about creating the block in the constructor? e = Event.new{ puts "Hello" } e.set(0) -> "Hello" e.close Well, I''ll try to hang out on IRC this weekend much of the time if anyone wants to join me to discuss this in more detail. Look for me in #ruby-lang or #win32 on freenode.irc.net Dan
2004 Apr 28
1
win32-ipc question
Hi all, I recently had a question on win32-event and win32-ipc on IRC, so I thought I should get around to documenting it. I had a couple questions, though. First, what does one do with an IPC object? I originally thought this would be a module that you mixed in but it appears to be a class. Second, does anyone have a good example of how to use win32-event (using the CVS version)? I
2004 Apr 29
3
win32-ipc bug?
Either I''ve been up too late, or the timeout value passed to Ipc.new isn''t actually saved anywhere. Am I wrong? Anyway, I''ve added docs and a test suite for win32-ipc. Feel free to take a look and make sure there aren''t any glaring errors. Thanks. Dan PS - I''m hoping to release win32-event 0.2.0 and win32-ipc 0.1.0 this weekend unless there are
1998 Oct 23
0
Error: Can't create or use IPC area. Error was File exists.
I had to increase the MAX_OPEN_FILES Parameter in "local.h". Since then i get the error in the logfile: Can't create or use IPC area. Error was File exists. Are there any solutions for this problem? I found similar questions but no answers in the digests. Olaf Dreyer
2004 Jan 03
0
DEBUG(0, ...) got no contact to IPC$
Hello developers. How can I redirect debug message from stdout to file or /dev/null. In smb.conf I have log level = 0 log file = /var/log/smbd.log and I init libsmbclient smbc_init(Rget_auth_data, 0) I don't want to display any debug message on the screen. Please help. -- Rafal Michniewicz tel. 501-252-210 Linux Counter #145337 jabber: rafim@jabber.2000-plus.pl
2007 Oct 09
1
slow opening of files / make_connection: connection to IPC$ denied due to security descriptor.
Hello all, Some pc's in the network have big troubles opening files that reside on the server. Opening a word or excel file may take over 30 secs. Copying the file to the desktop takes less than a second. However, searching for this problem on google didn't give me any solutions yet. Any idea's what the problem is? Also, in my logs I see a lot of these 'connection to IPC$ denied
2004 Oct 12
0
Invalid username/password for ipc$ [nobody]
Hi, this is the error I get in the log: [2004/10/12 12:33:56, 2] smbd/service.c:make_connection(331) Invalid username/password for ipc$ [nobody] [2004/10/12 12:33:56, 2] smbd/server.c:exit_server(511) Closing connections now what should I look at? background: adding winXP pro clients into network which previously had win95 clients. upgraded to samba 2.2.12 added new user to win XP
2008 Nov 13
1
kern.ipc.maxpipekva exceeded; see tuning(7)
I just got lots and lots of this: kern.ipc.maxpipekva exceeded; see tuning(7) However, tuning(7) on my system has no information about this tunable whatsoever. anglepoise:~ % uname -a FreeBSD anglepoise.lon.incunabulum.net 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #3: Tue Nov 4 15:40:44 GMT 2008 root@anglepoise.lon.incunabulum.net:/home/obj/usr/src/sys/ANGLEPOISE7 amd64 anglepoise:~ %