Displaying 7 results from an estimated 7 matches for "sysvipc".
2011 Jan 13
1
10.04 Ubuntu
...}
%x{ apt-get install -y --reinstall libwxbase2.8-0 libwxbase2.8-dev
libwxbase2.8-dbg }
%x{ apt-get install -y --reinstall wx-common libwxgtk2.8-0
libwxgtk2.8-dev }
puts "Copying Ruby libraries to /usr/local/etc for installation"
FileUtils.cp %w( rubygems-1.4.1.tgz ruby-sysvipc-0.9.1.tar.gz prawn.tgz
), ''/usr/local/etc''
FileUtils.cd ''/usr/local/etc'' do
puts "Installing updated RubyGems package manager."
%x{ tar -zxvf rubygems-1.4.1.tgz }
FileUtils.cd ''./rubygems-1.4.1'' do...
2015 Sep 03
3
Starting emacs gives "shmget failed: error 28" message
...PC All possible shared memory IDs have been taken (SHMMNI), or
> allocating a segment of the requested size would cause the
> system to exceed the system-wide limit on shared memory (SHMALL).
"cat /proc/sys/kernel/shmmni" shows 4096.
And, I find that "wc -l /proc/sysvipc/shm" shows that they are indeed
all in use. A badly coded java game appears to be the culprit. It's
grabbing SHM IDs by the thousands.
Thanks for the pointer. Your shot in the dark was right on target.
--
Bob Nichols "NOSPAM" is really part of my email address....
2006 Jun 05
7
":database_manager =>CGI::Session::MemoryStore" doesn''t work properly...???
Hi,
We are try to use the "database_manager
=>CGI::Session::MemoryStore" for the session
management. our website has a lot of "redirect_to".
while the website is running under webrick, everything
is fine. But when we run the system under
aprache/fcgi. the redirect_to seems doesn''t work
anymore with the option "MemoryStore"
does anyone have the same
2015 Sep 03
0
Starting emacs gives "shmget failed: error 28" message
...ory IDs have been taken (SHMMNI), or
>> allocating a segment of the requested size would cause the
>> system to exceed the system-wide limit on shared memory (SHMALL).
>
> "cat /proc/sys/kernel/shmmni" shows 4096.
>
> And, I find that "wc -l /proc/sysvipc/shm" shows that they are indeed
> all in use. A badly coded java game appears to be the culprit. It's
> grabbing SHM IDs by the thousands.
>
> Thanks for the pointer. Your shot in the dark was right on target.
>
Simple solution: vi.
mark "someone had to say i...
2019 Jul 12
0
dovecot 2.3.6 on FreeBSD 12.0-RELEASE inside a JAIL does not see dovecot/replication-notify-fifo
...-rw-rw- 1 dovecot vmail 0B Jul 12 13:57
/var/run/dovecot/replication-notify-fifo
exists.
FreeBSD madarka.gustik.eu 12.0-RELEASE
FreeBSD 12.0-RELEASE r342152 GENERIC amd64
Dovecot running inside a jail with a version of 2.3.6 just recently
compiled from ports!
I ve allowed raw sockets and sysvipc for this jail but it did not help.
Also making explicit imap mail plugins notify and replicator did not
help.
Any ideas?
--
Lars Schotte
Mudro?ova 13
92101 Pie??any
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signatur...
2012 Nov 14
1
9.1-PRERELEASE jail_sysvipc_allow
I've instaled FreeBSD 9 for hosts some jails and setting
jail_sysvipc_allow="YES" in host rc.conf, why is
security.jail.sysvipc_allowed false in jail?
--
BSDCG: BSDA - Digium: dCAP
Electrical/Eletronic Engineer
http://www.nlink.com.br
+55 81 2121-6666
Cel:81 9727-6666
2015 Sep 03
2
Starting emacs gives "shmget failed: error 28" message
In CentOS 6.7, if I start emacs from a terminal session, I always see
a message, "(emacs:{PID}): Gdk-WARNING **: shmget failed: error 28 (No
space left on device)"
The message is also logged to .xsession-errors, and that occurs
regardless of how emacs is started. The same thing occurs with
SELinux in permissive mode.
Emacs version is emacs-23.1-28.el6.x86_64 .
Output from strace