Re: Jessie: suddenly unable to make any changes with apt-get or aptitude:
On Mon, 06 Oct 2014, Sentientmeat Net wrote:
> # journalctl -b _PID=7477
> -- Logs begin at Sun 2014-10-05 10:05:14 PDT, end at Mon 2014-10-06
> 20:11:54 PDT. --
> Oct 06 19:46:43 sinova systemd-sysctl[7477]: Failed to write
> 'dba_group_gid' to '/proc/sys/vm/hugetlb_shm_group': Invalid argument
/proc/sys/vm/hugetlb_shm_group takes a group id, not a group name.
You want to replace vm.hugetlb_shm_grop dba_group_gid in
/etc/sysctl.conf or /etc/sysctl.d/* with whatever
id -g dba_group_gid;
writes out, and then rerun dpkg --configure -a.
--
Don Armstrong http://www.donarmstrong.com
For a moment, nothing happened. Then, after a second or so, nothing
continued to happen.
-- Douglas Adams
Reply to: