search for: new_uid

Displaying 6 results from an estimated 6 matches for "new_uid".

Did you mean: new_id
2020 Oct 22
0
UID/GID CentOS 6 to CentOS 7
> Hi, > > we are upgrading some servers from C6 to C7 with a lot of user accounts > on them (UID>=500). > CentOS 7 has MIN_UID/MIN_GID 1000, Centos 6 has 500 in login.defs. > > Can I change in /etc/login.defs MIN_UID/MIN_GID to 500 for C7? So I > could just grep the users out from passwd/shadow/group files and append > them to the Centos7 passwd/shadow/group files.
2020 Oct 22
6
UID/GID CentOS 6 to CentOS 7
Hi, we are upgrading some servers from C6 to C7 with a lot of user accounts on them (UID>=500). CentOS 7 has MIN_UID/MIN_GID 1000, Centos 6 has 500 in login.defs. Can I change in /etc/login.defs MIN_UID/MIN_GID to 500 for C7? So I could just grep the users out from passwd/shadow/group files and append them to the Centos7 passwd/shadow/group files. Can this do any damage to CentOS7 later
2009 Apr 20
0
upslog patch
...;]\n"); printf(" - Example: -s myups at server\n"); printf(" -u <user> - Switch to <user> if started as root\n"); @@ -371,6 +372,7 @@ char *prog = NULL; const char *user = NULL; struct passwd *new_uid = NULL; + const char *pidfilebase = "upslog"; logformat = DEFAULT_LOGFORMAT; user = RUN_AS_USER; @@ -379,7 +381,7 @@ prog = argv[0]; - while ((i = getopt(argc, argv, "+hs:l:i:f:u:V")) != -1) { + while ((i = getopt(argc, argv, &qu...
2009 May 05
3
[nut-commits] svn commit r1837 - trunk/clients
...f(" - Example: -s myups at server\n"); > printf(" -u <user> - Switch to <user> if started as root\n"); > @@ -372,6 +373,7 @@ > time_t now, nextpoll = 0; > const char *user = NULL; > struct passwd *new_uid = NULL; > + const char *pidfilebase = "upslog"; > > logformat = DEFAULT_LOGFORMAT; > user = RUN_AS_USER; > @@ -380,7 +382,7 @@ > > prog = argv[0]; > > - while ((i = getopt(argc, argv, "+hs:l:i:f:u:V")) != -1) { &gt...
2011 Feb 07
4
[PATCH/RFC v2 0/3] Updates to ACP smart driver
This is 2nd version of the earlier patch featuring a few new features and fixes to the apcsmart driver, following the remarks in: http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02294.html Major changes from v1: - handle battery.charge and battery.runtime checks at main.c level - handle "immutable but writable" conflict gracefully at driver level -
2007 Jan 23
2
Re: [nut-commits] svn commit r731
...;\n"); > printf(" -u <user> switch to <user> (if started as root)\n"); > printf(" -V display the version of this software\n"); > @@ -834,6 +929,7 @@ > const char *user = NULL; > char *progname, *chroot_path = NULL; > struct passwd *new_uid = NULL; > + stype *serv; > > progname = argv[0]; > > @@ -845,34 +941,20 @@ > datapath = xstrdup(DATADIR); > > /* set up some things for later */ > -#ifndef HAVE_IPV6 > - > - listenaddr.s_addr = INADDR_ANY; > -#endif > snprintf(pidfn, sizeof(pidfn...