start script unable to increase shm size #1

Open
opened 2017-06-05 18:41:47 +02:00 by jshank · 1 comment
jshank commented 2017-06-05 18:41:47 +02:00 (Migrated from github.com)

/dev/shm is defaulting to 64M (default) despite startup script attempting to resize.

...
increasing shared memory
umount: /dev/shm: must be superuser to unmount
starting services
mount: permission denied
...

I believe this has to be done on the docker command line e.g sudo docker run -d --shm-size="2G" giorgioaresu/zoneminder-h264

/dev/shm is defaulting to 64M (default) despite startup script attempting to resize. ``` ... increasing shared memory umount: /dev/shm: must be superuser to unmount starting services mount: permission denied ... ``` I believe this has to be done on the docker command line e.g sudo docker run -d --shm-size="2G" giorgioaresu/zoneminder-h264
GiorgioAresu commented 2017-06-12 09:36:01 +02:00 (Migrated from github.com)

Thanks, I can't work on it this month due to an urgent matter, but I'll
surely take a look as soon as I can. Still going the branch gets finally
merged..

Il lun 5 giu 2017, 18:41 Jim Shank notifications@github.com ha scritto:

/dev/shm is defaulting to 64M (default) despite startup script attempting
to resize.

...
increasing shared memory
umount: /dev/shm: must be superuser to unmount
starting services
mount: permission denied
...

I believe this has to be done on the docker command line e.g sudo docker
run -d --shm-size="2G" giorgioaresu/zoneminder-h264


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/GiorgioAresu/docker-zoneminder-h264/issues/1, or mute
the thread
https://github.com/notifications/unsubscribe-auth/ACxC6aXpbOAaWfsD-Rs8K0t-DwHnoe0aks5sBC_LgaJpZM4NwSMH
.

Thanks, I can't work on it this month due to an urgent matter, but I'll surely take a look as soon as I can. Still going the branch gets finally merged.. Il lun 5 giu 2017, 18:41 Jim Shank <notifications@github.com> ha scritto: > /dev/shm is defaulting to 64M (default) despite startup script attempting > to resize. > > ... > increasing shared memory > umount: /dev/shm: must be superuser to unmount > starting services > mount: permission denied > ... > > I believe this has to be done on the docker command line e.g sudo docker > run -d --shm-size="2G" giorgioaresu/zoneminder-h264 > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/GiorgioAresu/docker-zoneminder-h264/issues/1>, or mute > the thread > <https://github.com/notifications/unsubscribe-auth/ACxC6aXpbOAaWfsD-Rs8K0t-DwHnoe0aks5sBC_LgaJpZM4NwSMH> > . >
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
GiorgioAresu/docker-zoneminder-h264#1
No description provided.