Mail Archives: cygwin/2002/07/19/04:39:36
On Thu, Jul 18, 2002 at 10:39:40PM -0700, David MacMahon wrote:
> Are you running sshd under your domain account, your local account,
> or the "SYSTEM" account? To ask it another way, who owns the
> /etc/ssh_host* files?
>
> I am getting these three errors: 1308, 1300, and 1326.
1300: Not all privileges referenced are assigned to the caller.
That's bad. It means, you're running cron probably not under
SYSTEM account. The error refers to:
> 1197 16102161 [main] sshd 1544 set_process_privilege: Privilege
> SeCreateTokenPrivilege couldn't be assigned
> 190 16102351 [main] sshd 1544 seterrno_from_win_error:
> /netrel/src/cygwin-1.3.12-2/winsup/cygwin/sec_helper.cc:383 windows
> error 1300
The SeCreateTokenPrivilege is needed to do a NtCreateToken() call.
Only SYSTEM has this privilege by default.
1308: This security ID may not be assigned as the primary group of an object.
Refers to:
> 174 16100698 [main] sshd 1544 setegid32: SetTokenInformation(process,
> TokenPrimaryGroup): Win32 error 1308
Doesn't mean too much here. If the gid 10513 in /etc/group actually
exists and refers to a existing group, than you can ignore it for now.
1326: Logon failure: unknown user name or bad password.
This one you can completely ignore. The actual problem is the first
one, error 1300.
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Developer mailto:cygwin AT cygwin DOT com
Red Hat, Inc.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -