Displaying 20 results from an estimated 6000 matches similar to: "How to keep gid status"
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
2020 Jul 20
0
To field was not correct indexed by FTS
Hi,
I'm Tachibana.
Additionally, I found below:
dovecot/src/plugins/fts/fts-build-mail.c:
187 i_debug("@@@@@ befor address parse:%s",hdr->full_value);
188
189 addr = message_address_parse(pool_datastack_create(),
190 hdr->full_value,
191
2020 Jul 20
2
To field was not correct indexed by FTS
On Mon, Jul 20, 2020 at 20:24:13 +0900, TACHIBANA Masashi wrote:
> Hi,
>
> I'm Tachibana.
> Additionally, I found below:
>
> dovecot/src/plugins/fts/fts-build-mail.c:
>
> 187 i_debug("@@@@@ befor address parse:%s",hdr->full_value);
> 188
> 189 addr = message_address_parse(pool_datastack_create(),
>
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
2020 Jul 20
2
To field was not correct indexed by FTS
Hi,
This To field was not correct indexed by FTS.
To: Yamada Taro <yamada at example.com>,=?UTF-8?B?dXNlcjJAZXhhbXBsZS5jb20=?= <user2 at example.com>, =?UTF-8?B?dXNlcjNAZXhhbXBsZS5jb20=?= <user3 at example.com>,
user4 desu <user4 at example.com>
--> Yamada Taro <yamada at example.com> , user2 at example.com
And follow was correct indexed by FTS
To: Yamada
2003 May 06
4
[Bug 555] If user does a newgrp before envoking ssh, it fails with a setgid error.
http://bugzilla.mindrot.org/show_bug.cgi?id=555
Summary: If user does a newgrp before envoking ssh, it fails with
a setgid error.
Product: Portable OpenSSH
Version: older versions
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: ssh
2006 Dec 29
0
using speex in C#
Hi SAITAMA Taro,
I have been using speex-1.2beta1 dll in our voice application written with
C#. In order to use Speex correctly firstly I advice to you examination
speexenc and speexdec projects.
I have used unsafe code and fixed statements in C#. I have added following
method to library and I used that instead of speex_encoder_init simply.
void *speex_encoder_init_new(int modeID)
{
const
2020 Mar 05
3
[Bug 14315] New: rsync hangs when many errors
https://bugzilla.samba.org/show_bug.cgi?id=14315
Bug ID: 14315
Summary: rsync hangs when many errors
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: mvitale at
2017 Aug 18
0
"How to convert .rdata file into .csv or something else?" [SOLVED:Corrected version2]
Dear mailing list members,
Sorry for the repeated posting, but I have to add two more things.
1) I changed the .Rdata into .rdata in the subject to avoid
misunderstanding of readers.
2) To save data in csv file;
> write.csv(WV6_Data_R, "input/ch2/WV6_Data_R_v_2016_01_01.csv")
Best regards,
Yohei Tanaka
===========the following is the copy of my last message===========
A member
2015 Dec 09
0
Adding an AD group to /etc/sudoers?
Jeff,
After ssh try to run:
newgrp it
and then sudo. See if it will work, then you'll have to figure out what's going on with the users groups membership.
Regards,
Matt
________________________________
From: Jeff Sadowski <jeff.sadowski at gmail.com>
Sent: Wednesday, December 9, 2015 10:08 AM
To: Mattias Zhabinskiy; samba
Subject: Re: [Samba] Adding an AD group to
2017 Aug 17
0
How to convert .Rdata file into .csv or something else?
Welcome to the forum
.Rdata may contain many different objects.
I would suggest doing a? "ls()" to see what objects you have.
then have a look at ?write.table or ?write.csvThese commands will write many types of objects to a .csv file.
For example if I have a data.frame called "dat1" I can write it to a csv (text) file like this:
write.csv(dat1, "~/Rjunk/mydata.csv")
2014 May 01
1
When you send an email with specific characters are included, dovecot.sieve is aborted.
Hello.
I found a problem of dovecot.sieve.
When you send an email with specific characters are included,
dovecot.sieve is aborted.
Are you sure I report details to this mailing list?
Please reply.
Thank you.
--
----------------------------------------
Atsuko Tanaka
DesigNET Inc.
e-mail?tanaka at designet.co.jp
----------------------------------------
2017 Oct 13
1
Quotation marks hinder for loop
Dear mailing list members,
My question is maybe very basic, but I could not find the solution.
I would like to do the following things
1)
colnames(V1)[2] <- par$V2[1]
colnames(V2)[2] <- par$V2[2]
colnames(V3)[2] <- par$V2[3]
...
colnames(V37)[2] <- par$V2[37]
2)
V1 <- V1[,-1]
V2 <- V2[,-1]
V3 <- V3[,-1]
...
V37 <- V37[,-1]
3)
ms <- merge(V1,V2)
ms <- merge(ms,V3)
2006 Nov 20
1
file permissions and groups [SOLVED]
On Mon, 2006-11-20 at 02:47 -0500, Michael Velez wrote:
>
> > > On 11/19/2006 8:39 PM, Michael Velez wrote:
> > > > 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
2009 Jul 25
2
install DVD mounted -noexec by default == bad interpreter permission denied
Installing matlab on Centos5.
command I typed:
/media/MATHWORKS_R2009A/install &
Error message I received:
[1] 10759
[root at taro matlab]# bash: /media/MATHWORKS_R2009A/install: /bin/sh:
bad interpreter: Permission denied
Google found no hits with this precise error message, but several
similar hits when I leave out the matlab path.
Solution:
mount -o remount -o exec /dev/scd0
(scd0 is
2007 Jul 30
0
[PATCH][1/4][IOMGR] I/O request Manager body
This patch provides a I/O request management framework.
This framework can control virtual block device threads at 7 places :
* deciding that virtual block devices(threads) is ether going or waiting,
* before allocating pending_request variables,
* after allocated pending_request variables,
* after allocated no pending_request variables (Namely, out of request),
* after freed
2017 Aug 18
0
"How to convert .Rdata file into .csv or something else?" [SOLVED]
Dear mailing list members,
Thank you for all members who gave me advice.
This question is solved.
I tried to create an object using the load function by analogy based on the
read.csv function like this;
> d <- load("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.rdata")
but, load function cannot be used in this way. Correct ways are;
>
2017 Aug 18
0
"How to convert .Rdata file into .csv or something else?" [SOLVED:Corrected version]
Dear mailing list members,
A member found a problem of lines of codes in my last e-mail.
I submit the correction to this mailing list as follows.
In the final part of my last e-mail message, a csv file is created.
But, I cannot open this file, so please ignore the following part.
--------------------------------------------------------------------------------------------------
If you want to
2006 May 16
2
retaining character matrices when combining into data frames
Hello everyone,
If I want to convert or combine a (large) character matrix into a data
frame without having any of its columns convert into a factor class,
is there a simple solution? I() says it will operate on 'an
object' but it seems that unless the object is a vector, the results
are not what I expect.
For instance, if g is a 2x2 character matrix, as.data.frame(I(g)) will
return an
2014 May 02
2
When the subject portion of an e-mail contains a control character, dovecot.sieve terminates unexpectatedly.
Hello.
We have currently set dovecot.sieve to insert the text "[SPAM]" at the
beginning of an e-mail's subject when it's X-Spam-Score is above 80%.
After we set our system as stated the following errors occur:
1) When an e-mail's subject contains control characters like
[Ctrl+V|^V], dovecot.sieve terminates with an error and an e-mail is not
able to be sent. When a MIME