Lines Matching refs:warnmsg
55 local function warnmsg(str, prepend) function
67 warnmsg(str, prepend)
121 warnmsg("Impossible to open " .. hostnamepath .. ":" .. err)
137 warnmsg("Invalid type " .. type(list) .. ", expecting table or string")
185 warnmsg("ignoring non-existent group '" .. group .. "'")
194 warnmsg("Argument should be a table")
261 warnmsg("fail to add user " .. pwd.name)
262 warnmsg(cmd)
278 warnmsg("Argument should be a table")
304 warnmsg("fail to add group " .. grp.name)
305 warnmsg(cmd)
333 warnmsg("impossible to open " .. ak_path)
372 warnmsg("impossible to open " .. doasconf)
419 warnmsg("impossible to open " .. sudoers)
500 warnmsg("fail to change user password ".. user)
501 warnmsg(cmd)
523 warnmsg("Invalid chpasswd entry, expecting an object")
531 warnmsg("Invalid type for chpasswd.expire, expecting a boolean, got a ".. type(obj.expire))
536 warnmsg("Invalid type for chpasswd.users, expecting a list, got a ".. type(obj.users))
541 warnmsg("Invalid chpasswd.users entry, expecting an object, got a " .. type(u))
545 warnmsg("Invalid entry for chpasswd.users: missing 'name'")
549 warnmsg("Invalid entry for chpasswd.users: missing 'password'")
558 warnmsg("chpasswd.list is deprecated consider using chpasswd.users")
583 warnmsg("Impossible to configure time zone ( rc = " .. rc .. " )")
686 warn = warnmsg,