search for: shmmni

Displaying 18 results from an estimated 18 matches for "shmmni".

2015 Sep 03
3
Starting emacs gives "shmget failed: error 28" message
...fs 8194164 172 8193992 1% /dev/shm >> >> I can't identify any behavior problems that I can relate to this, >> but it seems that something is wrong. Any clues as to what? >> > > just a shot in the dark, but what do you have in > /proc/sys/kernel/shmmni ? > > According to man shmget: > ENOSPC 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" s...
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
2015 Sep 03
0
Starting emacs gives "shmget failed: error 28" message
...8193992 1% /dev/shm >>> >>> I can't identify any behavior problems that I can relate to this, >>> but it seems that something is wrong. Any clues as to what? >>> >> >> just a shot in the dark, but what do you have in >> /proc/sys/kernel/shmmni ? >> >> According to man shmget: >> ENOSPC 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 /p...
2016 Feb 17
2
Kernel parameters ignored -
.../etc/sysctl.conf were ignored. > > Why would these not work anymore? > > Are the parameters specified elsewhere now? > > any information would be very helpful! Some additional information; sysctl -a | grep kernel.shm kernel.shmall = 8650752 kernel.shmmax = 35433480192 kernel.shmmni = 4096 which corresponds to my /etc/sysctl.conf kernel.shmmax=35433480192 kernel.shmall=8650752 but contradicts; ulimit -a [...] stack size (kbytes, -s) 8192 [...] Any suggestions as to why this has happened? thanks Michael
2012 Oct 24
13
Puppet & Oracle Database config management
Afternoon all. I''ve been reading around on Puppet and Oracle, and have come up with a few links that suggest how to get Oracle installed and base configured, which has got me started in the right direction on that. My next challenge is maintaining Oracle database specific configuration on the relevant hosts. This contains various elements, such as /etc/oratab, /etc/oranfstab (as
2015 Sep 03
0
Starting emacs gives "shmget failed: error 28" message
...e Use% Mounted on > tmpfs 8194164 172 8193992 1% /dev/shm > > I can't identify any behavior problems that I can relate to this, > but it seems that something is wrong. Any clues as to what? > just a shot in the dark, but what do you have in /proc/sys/kernel/shmmni ? According to man shmget: ENOSPC 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).
2011 Oct 04
2
CentOS 6: Increase shared memory limits permanently
...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: FATAL: could not create shared memory segment: Invalid argument DETAIL: Failed system call was shmget(key=5432001, size=4399202304, 03600). HINT: This error usually means that PostgreSQL's request for a shared memory segm...
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
2016 Feb 17
0
Kernel parameters ignored -
On 2/17/2016 6:39 AM, Michael H wrote: > Some additional information; > > sysctl -a | grep kernel.shm > kernel.shmall = 8650752 > kernel.shmmax = 35433480192 > kernel.shmmni = 4096 > > which corresponds to my /etc/sysctl.conf > kernel.shmmax=35433480192 > kernel.shmall=8650752 > > but contradicts; > ulimit -a > [...] > stack size (kbytes, -s) 8192 SysV Shared Memory has nothing to do with stack size. note, btw, the latest rele...
2008 Jun 16
0
Semaphore setup on database???
...n DELL 6800. The problem we have is while doing bdatabase backup (ontape), we have error happen. I guess the error come from "semaphoe". server semaphore are: # sysctl -a|grep sem kernel.sem = 250 32000 128 128 # sysctl -a|grep shm vm.hugetlb_shm_group = 0 kernel.shmmni = 4096 kernel.shmall = 4194304 kernel.shmmax = 2147483648 Does anyone has ideal what semaphore should setup in Informix? Thanks. ?????????Yahoo!??????2.0????????????? - ????? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos....
1998 Sep 16
0
SUNOS: Samba grabs all semaphores
...minfo?n"semmap"8t1Dn"semmni"8t1Dn"semmns"8t1Dn"semmnu"8t1Dn"semmsl"8t1Dn"semopm"8t1Dn"semume"8t1Dn"semusz"8t1Dn"semvmx"8t1Dn"semaem"8t1Dnn shminfo?n"shmmax"8t1Dn"shmmin"8t1Dn"shmmni"8t1Dnn EOF
1999 Aug 11
0
HPUX shared memory creates error
...on HP, however, and I do not know exactly how to attack the problem. Diagnostic ---------- I have been able to install samba on an (almost) identical machine and have it work, and the only differences seem to be (as viewed from SAM's kernel configuration): number of shared memory identifiers (shmmni) 200 works, while 256 does not. MAXUSERS macro (maxuser) 32 works, while 128 does not. If anyone knows how to fix this, *please* tell me what to do. If this is a bug, I would certainly be available to help investigating further with some guidance. Thanks in advance, -- Phillip.Link@alcatel.fr
2003 Sep 11
0
squid+wccp No buffer space available
...n a queue options MSGMNI=512 # number of message queue identifiers options MSGSEG=8192 # number of message segments options MSGSSZ=128 # size of a message segment options MSGTQL=512 # max messages in system options SHMSEG=16 options SHMMNI=32 options SHMMAX=2097152 options SHMALL=4096 options MAXDSIZ="(2048UL*1024*1024)" options MAXSSIZ="(2048UL*1024*1024)" options DFLDSIZ="(2048UL*1024*1024)" options NMBCLUSTERS=65535 options NBUF=16384 When I a...
1999 Oct 13
3
Root did not create the semaphore
Hello all, I have a very annoying situation (at least at my end). I set up Samba 2.0.5 on a Digital UNIX 4.0F system sitting on a Compaq DS20 server with great success.... until recently. I set up three directory file shares with no problems, when I tried to set up a forth, quite a while after setting up the inital three, I tried to access it from a NT box, I got the message server not found,
2003 Aug 01
0
gdb coredumps
...ons ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev options DDB options DDB_UNATTENDED options SHMALL=16384 options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)" options SHMMAXPGS=8192 options SHMMIN=128 options SHMMNI=128 options SHMSEG=96 # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 driv...
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
2003 Feb 03
4
[Bug 40] system hangs, Availability problems, maybe conntrack bug, possible reason here.
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=40 laforge@netfilter.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From laforge@netfilter.org 2003-02-03 16:49 ------- We haven't seen this
2006 Apr 12
1
powerd not behaving with an Asus A8V-MX and Athlon 64 X2 3800+
...rn.ipc.msgssz: 8 kern.ipc.msgseg: 2048 kern.ipc.semmap: 30 kern.ipc.semmni: 10 kern.ipc.semmns: 60 kern.ipc.semmnu: 30 kern.ipc.semmsl: 60 kern.ipc.semopm: 100 kern.ipc.semume: 10 kern.ipc.semusz: 92 kern.ipc.semvmx: 32767 kern.ipc.semaem: 16384 kern.ipc.shmmax: 33554432 kern.ipc.shmmin: 1 kern.ipc.shmmni: 192 kern.ipc.shmseg: 128 kern.ipc.shmall: 8192 kern.ipc.shm_use_phys: 0 kern.ipc.shm_allow_removed: 0 kern.ipc.numopensockets: 22 kern.ipc.maxsockets: 12328 kern.ipc.nsfbufs: 6656 kern.ipc.nsfbufspeak: 4 kern.ipc.nsfbufsused: 0 kern.dummy: 0 kern.ps_strings: 3217031152 kern.usrstack: 3217031168 ke...