Displaying 5 results from an estimated 5 matches for "my_hom".
Did you mean:
my_dom
2010 Jan 21
1
How to write '"' to a csv with the default setting of write.csv?
Please see the following example. I can not write '"' to a csv file
successfully. Could somebody let me if it is possible to write '"' to
a csv file with the default setting of write.csv?
my_home$ Rscript main_quote.R
> x=rbind(
+ "\"A\""
+ , "\"B\""
+ )
> x
[,1]
[1,] "\"A\""
[2,] "\"B\""
>
> write.csv(x, "main_quote.csv", row.names=F)
>
my_home$ cat main_quote.csv
"V1&q...
2007 Jan 10
2
Send email notification
...ail notification).
I configured esmtp in my linux box, if a try to use it with command
line, it works fine. (echo "Hello" | sendmail a@b.com -f b@c.com).
My voicemail.conf
[general]
format=wav49
attach=yes
serveremail=anonymous@abc.com
fromstring=Asterisk
mailcmd=/usr/sbin/sendmail -t
[my_home]
100 => 4444,number100,number100@abc.com
My sip.conf
[100]
type=friend
secret=pass
qualify=yes
nat=no
host=dynamic
canreinvite=no
context=internal
mailbox=100@my_home
Can you see the problem?. Do you know any documentarion on internet
where can i solve the problem?
Regards,
2018 Mar 02
2
User permissions of profile/home directory lost
...svol
read only = No
[Profiles]
path = /home/Profiles/
read only = No
[home]
path = /home
read only = No
The two users have these IDs as determined by getent:
MYDOM\mywife:*:3001108:3000513::/home/mywife_home:/bin/bash
MYDOM\me:*:3001107:3000513::/home/my_home:/bin/bash
Home directories:
drwx------+ 43 MYDOM\mywife MYDOM\domain users 4096 Feb 28 23:02
mywife_home
drwx------+ 80 MYDOM\me MYHOME\domain users 20480 Feb 28 08:21 my_home
Profile directories:
drwxrwx---+ 17 MYDOM\mywife MYDOMdomain users 4096 Mar 1 17:19 mywife.V2
drwxrwx---+ 20 MYDOM\me...
2018 Mar 01
2
User permissions of profile/home directory lost
Hi All,
I run a small domain for my home that consists just of two user
accounts... one for my wife and one for me. I just have a single DC and
the home and profile shares are located on the DC. For years this setup
has served just fine giving me access to both linux and windows with a
unified authentication and file server base.
However, on Monday around 12 noon MST my wife lost permissions
2018 Mar 02
0
User permissions of profile/home directory lost
...no', this was the default until 4.7.0, but this changed to
'auto', it might be an idea to read 'man smb.conf'
>
> The two users have these IDs as determined by getent:
> MYDOM\mywife:*:3001108:3000513::/home/mywife_home:/bin/bash
> MYDOM\me:*:3001107:3000513::/home/my_home:/bin/bash
Ah, I think I see where your 'RID' backend comes from, you have added
the users RID to '3000000' and then added this as a uidNumber attribute
to AD.
There is nothing really wrong with your set up, I think you may be
doing the right thing by examining the windows client....