similar to: Starting emacs gives "shmget failed: error 28" message

Displaying 20 results from an estimated 1000 matches similar to: "Starting emacs gives "shmget failed: error 28" message"

2015 Sep 03
3
Starting emacs gives "shmget failed: error 28" message
On 09/03/2015 04:00 AM, Nicolas Thierry-Mieg wrote: > On 09/03/2015 03:04 AM, Robert Nichols wrote: >> 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 >>
2015 Sep 03
0
Starting emacs gives "shmget failed: error 28" message
Robert Nichols wrote: > On 09/03/2015 04:00 AM, Nicolas Thierry-Mieg wrote: >> On 09/03/2015 03:04 AM, Robert Nichols wrote: >>> 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
2015 Sep 03
0
Starting emacs gives "shmget failed: error 28" message
On 09/03/2015 03:04 AM, Robert Nichols wrote: > 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
2006 Mar 02
2
[slightly-OT] postgresql 8.1.3 on intel OS X problems
Hi, Anybody have success with postgresql 8.1.3 on a new Intel OS X box? All hints welcome, please! I installed postgres 8.1.3 via darwinports, and everything is great until the initdb step. Initdb fails on shmget saying it couldn''t allocate enough memory (see below). So, I edited /etc/rc and increased kern.sysv.shmmax from 4194304 to 41943040 (4MB to 40MB) After reboot and
2001 Mar 17
1
ogg123 doesn't destroy shm segment
Every time ogg123 -bXXX is run, it creates another shared memory segment but fails to destroy it on exit. Thus an increasing number of shm segments keeps piling up and eat all the (often rather limited amount of) available shared memory. The patch below corrects this and also fixes the bizarre abuse of stat() permission bits for shmget(). On systems that support it, I'd very much like to
2011 Oct 04
2
CentOS 6: Increase shared memory limits permanently
Hello again, on CentOS 6 / 64 bit what is please the best way to permanently increase the shared memory? I'd like to give shared_buffers = 4096MB to PostgreSQL 8.4 on my machine with 16 GB RAM, but I currently only have: # sysctl -A|grep shm kernel.shmmax = 33554432 kernel.shmall = 2097152 kernel.shmmni = 4096 and this produces the error in /var/lib/pgsql/pgstartup.log:
2004 Aug 06
1
how to start liveice with screen?
Moin, I installed liveice as well as 'screen' at a debian maschine, both applications are running fine. But when I try to start liveice in a 'screen' environment then the liveice process ends without an error message: $ /usr/bin/screen -dmS liveice /usr/bin/liveice A prefixed 'strace -f' shows me: [pid 5614] old_mmap(NULL, 167936, PROT_READ|PROT_WRITE,
2002 Jun 25
2
Help wanted: configure test for busted mmap
Linux 2.2 (and probably others) have a deficient mmap which has caused a number of problems (e.g. bug #285). A workaround is in development, but it would be helpful to have a configure test to detect the bad mmaps(). Any takers? -d
2016 Feb 17
2
Kernel parameters ignored -
On 17/02/16 14:32, Michael H wrote: > Hi, re-posting this with a more appropriate subject for my reply; > >> The easy answer is yes .. glibc requires so many things to be restarted, >> that is the best bet. Or certainly the easiest. >> >> Note: in CentOS 7, there is also a kernel update which is rated as >> Important .. so you should boot to that anyway:
2004 Apr 13
1
shared mem advice
Hi, I want to write a package where I would use shared memory for some vectors Any suggestion is appreciated... I wonder if the right approach would be to modify add a modified version of the allocVector(SEXPTYPE type, int length) function specifically shared_mem_id = shmget(shared_mem_key, SHM_SIZE, IPC_CREAT);
2008 Sep 09
1
DTrace and shared memory id
Hello all, I saw this question about a year back in the archive[1], but with no final answer. I would like to trace shmget calls and also get the id of the shared memory segment. That script looked like[2], but we dont get the id since arg1 is the errno value. How do i access the shm id, i would need this to debug a customer problem but i don''t have time to learn it the hard
2016 Jul 13
2
[LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
On Wed, Jul 13, 2016 at 04:48:51PM +0200, Sedat Dilek via llvm-dev wrote: > [ CCed all people who were involved in this thread ] > > Hi Tom, > > personally, I am interested to test the prebuilt-toolchains for > Ubuntu/xenial alias 16.04 LTS and Debian/Jessie v8.5.0 AMD64. > The available toolchains are incomplete and thus useless. > > Just as a fact: There is still no
2014 Mar 03
3
Re: method for communication between containers
Dear Daniel, Thank you for your email. According to your suggestion, I tried to use the shared memory filesystem for data exchange between the host machine and the container. The steps are as follows: 1) create an empty file in the host machine (/tmp1/file1). 2) run #chmod 777 /tmp1 and #chmod 777 /tmp1/file1. 3) expose /tmp1 to the container by configuring the container with the following XML
2002 Oct 21
0
(fwd) "Cannot shmget structids"
On 21 Oct 2002, Shelena V Christodoulou <Shelena@imacscontrols.com> wrote: > My UPS died and now my back up is no longer running Hi, I think you have the wrong address. samba-csadmin is for people who want to be in the database of commercial support providers. If you want to obtain support from a company in your area, please just write to the address on the page. If you want to write
2006 May 09
0
is it possible share memory between domains like shmget, shmat??
hi all am a newbie to xen. was wondering if there is a way to share memory between domains. i need to be able to write to a shared memory from one domain and allow other domain(s) to read from it. for example domA is always the writer and domB or domC are always readers. to be able to do that does hypervisor provide anything like "shmget" for domA and "shmat" for domB
2016 Feb 17
4
New glibc for CentOS-6 and CentOS-7 and CVE-2015-7547
On 02/17/2016 07:08 AM, Michael H wrote: > On 17/02/16 13:01, Johnny Hughes wrote: >> I normally just let the daily announce post to this list show what >> is available for updates, but there is a CVE (CVE-2015-7547) that >> needs a bit more attention which will be on today's announce list >> of updates. >> >> We released a new glibc yesterday for
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
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
(Hope this is the right place to post this message.) Hi all, I am working on a small movie player which can play full screen movie using Xserver. It works fine in Single Head Mode. But is I set the Xserver in Dual Head Mode. I can't see any thing on both screens. The Code to Init the display is shown as below: > display = XOpenDisplay(NULL); > if (display == NULL) >
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
(Hope this is the right place to post this message.) Hi all, I am working on a small movie player which can play full screen movie using Xserver. It works fine in Single Head Mode. But is I set the Xserver in Dual Head Mode. I can't see any thing on both screens. The Code to Init the display is shown as below: > display = XOpenDisplay(NULL); > if (display == NULL) >
2007 Oct 12
2
Increasing shared memory?
I have a machine with fairly much memory 16GB and I get shmget failed: error 28 (No space left on device). It seems that I may be out of shared memory, how do I increase that? $ free total used free shared buffers cached Mem: 14976000 14945552 30448 0 146560 1298908 -/+ buffers/cache: 13500084 1475916 Swap: 18448376