Displaying 20 results from an estimated 10000 matches similar to: "I cannot add user to a group permanently"
2016 Oct 23
1
I added my user to a group last week, and now the user isn't in the group
Hello everyone,
I added my user account to a group called "www-pub" for easier
manipulations on web files on my server. And today I found that my account
was not in the group "www-pub" any longer.....
What I did to add my account to the group is like "sudo usermod -a -G
www-pub myaccount". Is there anything wrong?
Thanks for any suggestions.
Sincerely,
Xuwen
2016 Sep 11
3
Using pkgs from centos repos or building pkgs myself?
Hello,
I'm a new centos user, finding that some packages are a little old.
How do you solve this kind of problems? I want to install newer php.
Thank you.
Sincerely,
Xuwen
2016 Sep 11
0
Using pkgs from centos repos or building pkgs myself?
On 11 September 2016 at 15:38, Xuwen Fang <fxuwen at gmail.com> wrote:
> Hello,
> I'm a new centos user, finding that some packages are a little old.
> How do you solve this kind of problems? I want to install newer php.
> Thank you.
>
> Sincerely,
> Xuwen
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
>
2006 Nov 19
3
file permissions and groups
Hello all,
I have a file owned by apache:apache with permissions of 640.
I have added myself to the apache group using usermod -G (and I can verify
that using the groups command) but I still can't read the abovementioned
file.
Am I not getting something?
Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Mar 30
16
[Bug 826] RFE: scp and ssh should have an option to set the group-id at login time
http://bugzilla.mindrot.org/show_bug.cgi?id=826
Summary: RFE: scp and ssh should have an option to set the group-
id at login time
Product: Portable OpenSSH
Version: 3.8p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: Miscellaneous
2015 Dec 09
1
Adding an AD group to /etc/sudoers?
ok after fighting to get my groups sorted out for my test user I created an
"sudoer" group and added "jefftest" to "sudoer"
> id jefftest
uid=11507(jefftest) gid=8513(domain users) groups=8513(domain
users),31020(sudoer)
and added "sudoer" to /etc/sudoers like so
%sudoer ALL=(ALL) ALL
now when I login as jefftest I can run commands using sudo
back to
2008 Dec 30
1
Group membership not meshing
Hello,
I have a user who shows up as a member of the office_administration
group when I run:
getent group | grep office_administration
However when I login as the user and run:
groups
or
id
I don't see the office_administration group listed. And when the user
tries to write to a directory that the office_administration group
owns and has permission to write to, she is denied access (which
2009 Sep 06
1
Bug#545318: logcheck-database: please add rule for newgrp messages
Package: logcheck-database
Version: 1.2.69
Severity: wishlist
Hello,
when newgrp (part of the package login) is used, I see messages
like this in my syslog:
Aug 27 23:36:16 debian64 newgrp[1975]: user `root' (login `root' on tty1)
switched to group `backup'
Aug 27 19:28:15 srv1 newgrp[10082]: user `root' (login `mazur' on pts/1)
switched to group `backup'
Aug 27
2008 Apr 26
4
how to use printk() in xen?
hi, all:
i want to add a function in xen. in the function i need to call the "printk" to display the values of some variables.
i found the definition of printk() in file "xen-3.1.0-src\xen\include\xen\lib.h ":
extern void printk(const char *format, ...)
__attribute__ ((format (printf, 1, 2)));
who can tell me the location of printk()?
thanks in advance.
2008-04-26
2013 Jul 26
2
[LLVMdev] arch-specific predefines in LLVM's source
> ----- Original Message -----
>> Hi all,
>> My recent commit r187027 fixed a simple oversight of forgetting to
>> check for __ppc__ (only checking __powerpc__), which broke my
>> powerpc-apple-darwin8 stage1 tests, since the system gcc only
>> provided
>> __ppc__. I was wondering if this justifies using simpler macros like
>>
>> #define
2002 May 16
3
uidswap
All,
Could someone explain the purpose of the uidswap functions with
respect to ssh ( the client ). From what I gathered , ssh installs as
setuid root and swaps ids when reading potential key files that may be read
only by root. Also , I think when binding to a privileged port ssh swaps
id. Is that so? What are the consequnences if you do not install ssh setuid
root? ( As far I as know no uid
2011 Dec 16
3
[LLVMdev] llvm/clang test failures on powerpc-darwin8
Hi,
Thanks for the quick reply again.
> On Thu, Dec 15, 2011 at 1:17 PM, David Fang <fang at csl.cornell.edu> wrote:
>> Hi,
>>
>> I've bootstrapped llvm/clang from svn-trunk on powerpc-darwin8 (g++-4.0.1), and
>> have the following test results to share.
>> Summary below, full log at:
>>
2013 Jul 27
1
[LLVMdev] arch-specific predefines in LLVM's source
Hi,
> ----- Original Message -----
>>> ----- Original Message -----
>>>> Hi all,
>>>> My recent commit r187027 fixed a simple oversight of forgetting
>>>> to
>>>> check for __ppc__ (only checking __powerpc__), which broke my
>>>> powerpc-apple-darwin8 stage1 tests, since the system gcc only
>>>> provided
2015 Dec 09
2
Adding an AD group to /etc/sudoers?
# cat /proc/sys/kernel/ngroups_max
65536
# sysctl kernel.ngroups_max
kernel.ngroups_max = 65536
Is there a way to change/look at AUTH_SYS?
Seems I have 28 groups now as my user
I tried created a test user with much less groups
but it turns out it is on all those other groups.
As such I tried
winbind nested groups=no
but this doesn't seem to change anything.
On Tue, Dec 8, 2015 at 5:05
2013 Jul 27
0
[LLVMdev] arch-specific predefines in LLVM's source
----- Original Message -----
> > ----- Original Message -----
> >> Hi all,
> >> My recent commit r187027 fixed a simple oversight of forgetting
> >> to
> >> check for __ppc__ (only checking __powerpc__), which broke my
> >> powerpc-apple-darwin8 stage1 tests, since the system gcc only
> >> provided
> >> __ppc__. I was
2012 Jan 17
2
[LLVMdev] powerpc-darwin8 build/test status page
Hi,
For anyone who might be interested, I've thrown together a little
page to track my builds of llvm and clang, both release 3.0 and
svn-trunk, on powerpc-darwin8.
http://www.csl.cornell.edu/~fang/sw/llvm/
I'll update the list of logs each time I svn-update and build. It's
nowhere as nice as a real buildbot page, but it's better than nothing.
3.0 still has over 20 test
2020 Jun 02
2
Improve hot cold splitting to aggressively outline small blocks
Hello Tobias,
Thank you for the suggestion! Aditya also mentioned this. I will look into
it.
Best regards,
Ruijie
Ruijie Fang
Email: ruijief at princeton.edu
On Tue, Jun 2, 2020 at 12:48 PM Tobias Hieta <tobias at plexapp.com> wrote:
> Hello Ruijie,
>
> One other workload that would be interesting to test might be clang
> itself. Building clang with PGO information is a
2010 Feb 05
2
sum a particular column by group
Dear all,
I have a table like this:
> eds
R.ID Region Gender Agegr Time nvisits
1 1 A F 60--64 1:00 1
2 2 O F 55--59 1:20 1
3 3 O F 55--59 3:45 3
4 4 S M 60--64 1:10 3
5 5 W F 55--59 12:30 1
6
2011 Dec 16
3
[LLVMdev] llvm/clang test failures on powerpc-darwin8
>> These results have far fewer failures than svn-trunk, and are also
>> comparable to bootstrapping with gcc-4.6.2, summarized here:
>> http://paste.lisp.org/display/126363
>> (Unfortunately, I no longer have the whole build/test log for the gcc46 bootstrap.)
>> This consistency between different bootstraps of the release gives me
>> some hope that g++-4.0.1 is
2012 Jan 18
1
[LLVMdev] [cfe-dev] powerpc-darwin8 build/test status page
18.01.2012, 02:46, "David Fang" <fang at csl.cornell.edu>:
> Hi,
> For anyone who might be interested, I've thrown together a little
> page to track my builds of llvm and clang, both release 3.0 and
> svn-trunk, on powerpc-darwin8.
>
> http://www.csl.cornell.edu/~fang/sw/llvm/
>
> I'll update the list of logs each time I svn-update and