Displaying 20 results from an estimated 24 matches for "my_server".
2004 Feb 23
4
How to get rid of the \\my_server\homes share?
Hello all,
Samba 3.0.1 on Sun Solaris 5.9.
I'm seeing both a share \\my_server\homes and a share
\\my_server\<username>.
For example:
\\my_server\homes
\\my_server\doejohn
Or:
\\my_server\homes
\\my_server\doejane
Both point to the home dir /export/home/doejane of user doejane.
I want to get rid of the \\my_server\homes share and - in this case - only
want \\my_se...
2015 Sep 29
2
BUG: service(auth) crash when quota-status lookup an address with local-part starting with auth_master_user_separator
...efer to server log for
more information.
request=smtpd_access_policy
sender=johndoe at example.com
recipient=;@example.com
size=100000000
action=DUNNO
request=smtpd_access_policy
sender=johndoe at example.com
recipient=;janedoe at example.com
size=100000000
and in server log:
Sep 29 08:51:05 my_server dovecot: master: Dovecot v2.2.15 starting up
for imap, pop3, lmtp, sieve (core dumps disabled)
Sep 29 08:51:05 my_server dovecot: master: Warning: /mnt is no longer
mounted. See http://wiki2.dovecot.org/Mountpoints
Sep 29 08:51:41 my_server dovecot: auth: Panic: file auth-request.c:
line 1252 (a...
2006 Jan 27
6
Switchtower deploy error
...ing configuration ./config/deploy.rb
executing task deploy
transaction: start
executing task update_code
querying latest revision...
[update_code] transaction: rollback
[update_code] rolling back
executing "rm -rf /home/[my_user]/apps/[my_app]/releases/20060127192840"
servers: ["www.[my_server].com"]
Password: *******
processing command
[www.[my_server].com] executing command
command finished
rake aborted!
No such file or directory - svn log -q -rhead
file:///home/[my_user]/repo/[my_app]/trunk
-------------------
But if I connect to my server with the same user I can execute the...
2006 Jul 26
3
Capistrano - freezes & I don''t get prompted for password??
....rubyonrails.com/read/chapter/98#page297
Output where it freezes at:
* executing "mkdir -p -m 775 <<cut-mydomain>>/releases
<<cut-mydomain>>/shared/system &&\n mkdir -p
-m 777 <<cut-mydomain>>/shared/log"
servers: ["<<cut my_server>>"]
tks
--
Posted via http://www.ruby-forum.com/.
2004 Mar 22
0
connexion lost on samba 3.0.0
...with
management of the acl.
the volume accounts is approximately 800 Go
For 3 months very with correctly functioned but since last week there
were bug some pc cannot more connect during a time (5 minutes to 30
minutes) then all return in the order
Problem are:
from a station W2K the Net view \\my_server does not work (error 53)
from a station W2K the Net view \\172.16.0.1 (IP of the server) does not
work (error 53)
the ping is good, resolving DNS is good the wins is good but the samba
server does not answer for NETBIOS.
on the server :
a 'nmblookup - B my_server __ SAMBA __' is ok...
2007 Aug 28
1
adding facts
...he factsource. In my puppetmaster I have the new fact in
/etc/puppet/facts directory.
fileserver.conf (on puppetmaster server):
[files]
path /etc/puppet/files
[facts]
path /etc/puppet/facts
puppet.conf (on client):
[puppetd]
logdir=/var/log/puppet
vardir=/var/lib/puppet
rundir=/var/run
server=my_server
factsync=true
This is the error on the client:
err: fact_collector/file=/var/lib/puppet/facts/source: Could not
describe /facts: Cannot access mount[facts]
notice: fact_collector/file=/var/lib/puppet/facts: source
puppet://my_server/facts does not exist
This is the error on the server:
info: moun...
2013 Aug 30
0
Adding new root suffix to 389 server
...mple\,dc=com,cn=mapping tree,cn=config
changetype: add
objectclass: top
objectclass: extensibleObject
objectclass: nsMappingTree
nsslapd-state: backend
nsslapd-backend: example
cn: dc=example,dc=com
" | ldapmodify -a -D "cn=directory manager" -w $pswd -h $1
}
add my_server
This appears to work.
adding new entry "cn=example,cn=ldbm database,cn=plugins,cn=config"
adding new entry "cn=dc=example\,dc=com,cn=mapping tree,cn=config"
However I then try and use this new root suffix:
#!/bin/ksh -p
pswd=$(cat ~/passwd)
add()
{
echo &quo...
2004 Nov 23
1
User NONE using rsync in Windows server
...t when
i synchronize it with another windows server, the file placed in client
side has a new group called NONE with read , write and execute permisions.
I'm using the following line to call rsync:
rsync -zvvvr --perms --owner --group --progress --delete --size-only
--owner Administrator@my_server::test_synchro C:\test
And this configuration in server side:
use chroot = false
strict modes = false
hosts allow = *
log file = rsyncd.log
pid file = rsyncd.pid
# Module definitions
# Make sure that writable modules are implemented as subdirectories of
<cwRsync installation
# directory>\d...
2010 Mar 04
1
ADS integration and local users...
...smbclient \\\\192.0.0.1\\ressource -U local_user
Enter local_user's password:
Domain=[MY_DOMAIN] OS=[Unix] Server=[Samba 3.2.5]
tree connect failed: NT_STATUS_ACCESS_DENIED
Here is my [global] section :
[global]
workgroup = MY_DOMAIN
realm = MY_DOMAIN.FR
netbios name = my_server
server string = Serveur Debian %h
log file = /var/log/samba/log.%m
log level = 3
max log size = 1000
syslog = 0
display charset = UTF8
panic action = /usr/share/samba/panic-action %d
security = ADS
map to guest = bad user...
2018 Jan 15
2
Avoiding uid conflicts between rfc2307 user/groups and computers
...ect, thats by design, and if you get access denied, you did hit the "winbind" "user SYSTEM" bug(s).
Fix, use acl_xattr:ignore system acl = yes for now.
>
> So, suppose i have a computer called KAIN, i spawn a cmd shell in
> SYSTEM context and then i try to write to \\my_server\share\text.txt;
> workstation at a fist glance, try to acess using KAIN$ account, and if
> fail, do a guest access.
Yes, which is totaly correct.
>
> If KAIN$ account have no UID (and 'Domain Computers' have no GID),
> clearly share acess fail.
No, the computer uses system,...
2018 Jan 15
3
Avoiding uid conflicts between rfc2307 user/groups and computers
Mandi! Rowland Penny via samba
In chel di` si favelave...
> I am not disputing what you say, I am just asking for concrete proof
> that a computer account MUST have a uidNumber account.
Rowland, it is not (only) a matter of authentication, it is a matter of
'act' with machine account.
I've digged a bit but found nothing than (i use WPKG as deployment
system, it is only an
2015 Sep 29
0
BUG: service(auth) crash when quota-status lookup an address with local-part starting with auth_master_user_separator
...w), and I 've enabled quota-status; when I try to look up the quota status of an address with the local-part starting with the same character as 'auth_master_user_separator', dovecot/auth crash:
>
> My 'auth_master_user_separator' is '*'
>
> Sep 29 08:51:41 my_server dovecot: auth: Panic: file auth-request.c: line 1252 (auth_request_set_login_username): assertion failed: (*username != '\0')
v2.2.17 fixes this crash, but a better fix would be to disale the separator for these lookups. I think something like this would work:
auth_master_user_separator =...
2017 Nov 30
1
Troubles on folder redirection...
I've setup home drive in my AD domain, using POSIX ACL because i've a
script that create home and do other things (set email folder, set
quota, ...).
[users]
comment = Home Directories
path = /home
browseable = No
veto files = /.mail/.inbox/.ssh/
root preexec = /etc/samba/createhome "%u"
force create mode = 0600
force directory mode = 0700
read only = No
I've also
2004 Jun 29
0
change in authentication behaviour after 3.0.2
Hi Jerry et al,
I upgraded from 3.0.2 to the 5pre1 release and recognized that my old
smb.conf file din't work out anymore:
[ snip ]
username map = /usr/spool/lp/etc/smbusers.map
map to guest = Bad User
guest ok = yes
admin users = lp
printer admin = lp
guest account = nobody
[ snip ]
[my_server] /spool $ cat /usr/spool/lp/etc/smbusers.map
!lp = lp
nobody = *
With this I try to map everyone on nobody, except the admin user 'lp'. It
worked fine up till the 3.0.2 release since then the behaviour has changed
and I can not login as admin anymore (lp get's mapped to nobody)...
tha...
2018 Jan 15
0
Avoiding uid conflicts between rfc2307 user/groups and computers
...ation, so
> > clearly does not exist on the domain).
> Yes it does. Look at "Builtin\system" which is also "NT Authority\System.
Ahem, clearly every machine (workstation, server; i suppose also the
domain) have a SYSTEM account, but they are ''different'':
MY_SERVER\SYSTEM, MY_DOMAIN\SYSTEM and KAIN\SYSTEM are different
account, and i think have not to be mapped each other...
> > But still windows workstation, when accessing some shares with the
> > SYSTEM user, try to logon with the machine account.
> Correct, thats by design, and if you get...
2012 Oct 29
0
Active Directory 2003 user database and passwords with special characters
...s, you have to bind LDAP with a domain administrator).
So, i'm using userdb ldap for authenticated my users and it works ! BUT...
When an user having a password with special characters like " ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ", authentication does not work.
And in my log file : MY_SERVER
| mail/info | dovecot | 2012/08/27 10:42:14 | auth(default):
cache(my_user,192.168.7.127): plain(RU0975?*) !=
'RU0975??*'
As you can see, the character ? has been replaced by ??.
My dovecot.conf :
protocols = imap imaps pop3 pop3s managesieve
shutdown_clients = yes...
2007 Dec 10
4
facebook_resources method not found
Is anyone else getting this error in their routes, when running
Facebooker from a plugin.
./script/../config/../config/routes.rb:67: undefined method
`facebook_resources'' for main:Object (NoMethodError)
from /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/
action_controller/routing.rb:1139:in `draw''
from ./script/../config/../config/routes.rb:1
2018 Jan 15
5
Avoiding uid conflicts between rfc2307 user/groups and computers
...t exist on the domain).
> > Yes it does. Look at "Builtin\system" which is also "NT
> > Authority\System.
>
> Ahem, clearly every machine (workstation, server; i suppose also the
> domain) have a SYSTEM account, but they are ''different'':
> MY_SERVER\SYSTEM, MY_DOMAIN\SYSTEM and KAIN\SYSTEM are different
> account, and i think have not to be mapped each other...
>
>
> > > But still windows workstation, when accessing some shares with the
> > > SYSTEM user, try to logon with the machine account.
> > Correct, th...
2007 Feb 03
0
Symlink to directories seem recursively for Microsoft Workgroup Add-On for MS-DOS clients
...Microsoft Workgroup Add-On for MS-DOS and Mail as client.
At FreeBSD box I have directory /common/install/postgreSQL and
symlink to it:
/usr/export/XP/i386/\$oem\$/install/postgreSQL ->
/common/install/postgreSQL
The path /usr/export/XP shared for MS Network as XP and mount via
net use X: \\my_server\XP.
So files and directories at /common/install/postgreSQL shared via
symlinks X:i386/\$oem\$/install/postgreSQL or precisely for
Microsoft Workgroup Add-On for MS-DOS client
X:\i386/\$oem\$/install/PWDWS0~Z.
Client (Microsoft Workgroup Add-On for MS-DOS and Mail) see
directorie's symlink...
2013 Oct 03
3
write problem from mac osx 10.8.5 clients to samba 4
Hi?
I have setup a samba 4 DC with mixed client environment.
My problem is that the mac osx client are unable to write to a samba 4 share.
I tested mac osx clients on a normal windows 7 share and it works fine
I tested mac osx clients on a samba 3.5 .. share and everything works fine.
As i am in a professional environment and all the windows clients are already binded to the samba 4 domain i