Displaying 6 results from an estimated 6 matches for "nsadmin".
Did you mean:
sadmin
2016 Dec 13
15
[Bug 2646] New: zombie processes when using privilege separation
https://bugzilla.mindrot.org/show_bug.cgi?id=2646
Bug ID: 2646
Summary: zombie processes when using privilege separation
Product: Portable OpenSSH
Version: 7.2p2
Hardware: ix86
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2002 Nov 04
1
User nobody logging in to shares instead of domain us er
I am assuming that you have guest ok = yes, and that guest is the nobody
account. It sounds like your name lookups are not searching winbind, do
you have winbind in your nsswitch.conf file for password and group? Have
you restarted your nameservice lookups (automatic on solaris, nsadmin
restart on Irix, don't know about other platforms but a reboot should
certainly take care of it if you don't have a platform-specific command to
do this.
Also, you are using "+" as a winbindseparator ... Are you also using NIS?
If so, you may want to try using "_" in...
2002 Oct 23
5
samba and winbind issues
I know winbind (i think) is working fine. i can log into a unix box with my
NT userid but when i try to access shares on my samba server, i get these
errors:
[2002/10/23 08:47:01, 0] lib/util_sec.c:(111)
Failed to set gid privileges to (-1,-2) now set to (0,0) uid=(0,0)
[2002/10/23 08:47:01, 0] lib/util.c:(1092)
PANIC: failed to set gid
[2002/10/23 09:17:08, 0] lib/util_sec.c:(111)
Failed
2002 Oct 21
0
Solution for winbind problem: incorrect password or unknown usern ame
...elieve
I had stopped winbind and had forgotten to restart it before I started
testing my samba share access.
My theory is that the problem with winbind not running causes my nameservice
to hence ignore using winbind for name lookup. A reboot would clear this
up, but on Irix, you can re-run
nsadmin restart
To tell your name services to use winbind. The reason you never can get
logged in, even if you give a correct NT username and password, is that your
UNIX back-end is never using the winbind piece of nsswitch, so all
authentication being passed by the PC is encrypted, but UNIX is expect...
2002 Oct 29
0
RE: Can you assist me? I have seen yours and Jennifer Fountains corr espondence
...ying 2.2.5 or 2.2 6 for one of
the more stable winbind releases.
2. Are you running NIS? Try changing the winbind separator to _
(underscore)
3.. Did you put winbind in your nsswitch.conf file? If so, did you force
the system to re-read that info (happens automatically on solaris, must
run nsadmin restart on Irix, don't know about other platforms).
4.. Is that a typo in your smb.conf file where the username map entry is,
or just a typo in the mail message?
5. If none of these simpler things does the job, try removing the username
map and the valid users first and see how far you g...
2006 Jul 03
13
Remote Postgres is driving me crazy!
...|
service | character varying(20) |
spiel | character varying(550) |
View definition: SELECT service_spiel.id, service_spiel.service,
service_spiel.spiel FROM service_spiel;
I tried out Kevin Jorgensen''s suggestion of using migrate and this is
what I get:
rake migrate
(in /home/nsadmin/brewedpages)
== Servicespiels: migrating
===================================================
-- create_table(:service_spiels)
NOTICE: CREATE TABLE will create implicit sequence
''service_spiels_id_seq'' for SERIAL column ''service_spiels.id''
NOTICE: CREATE TABLE...