similar to: [Bug 1069] session being terminated after succesful authentication

Displaying 20 results from an estimated 4000 matches similar to: "[Bug 1069] session being terminated after succesful authentication"

2019 Apr 02
2
Call for testing: OpenSSH 8.0 [AIX Fail]
On Mon, 1 Apr 2019 at 23:23, Kevin Brott <kevin.brott at gmail.com> wrote: [...] > port-aix.c:316:1: error: conflicting types for 'record_failed_login' > record_failed_login(const char *user, const char *hostname, const char *ttyname) I think I just fixed that by changing the function to match the new prototype. Unfortunately I can't currently test it myself. Please
2004 Jul 08
1
openssh 3.8.1p1 problem on SCO 5.0.7
On SCO 5.0.7 and openssh 3.8.1p1, two entries are written to /etc/wtmp and /etc/wtmpx each time a user logs in via ssh. This can be demonstrated using the last(C) command. Any user connected via ssh will have two identical login and logout entries. On SCO, login_write() in loginrec.c calls both wtmp_write_entry() and wtmpx_write_entry() (USE_WTMP and USE_WTMPX are defined). wtmp_write_entry()
2001 Aug 30
0
Q: patch for logging rsa-fingerprint on login/logout?
Hello everybody! I'm currently looking for a patch to openssh which allows logging of the fingerprint on rsa2-based authentification. I've had a look at the FAQ, and a view at the source. As I couldn't find a patch for my wish, I'm telling what I thought. Suggestions welcome (a patch moreso :-) I've started to modify login_write() which seems the best point for this. BUT:
2005 Feb 23
0
wine-systray too small
I'm sure I'm not the only one with this problem, but I can't find any reference to it anywhere... When I start an app such as getright that minimises straight away to the systray, I get a tiny window with no icons, which my window list calls "Wine-Systray". I have to be super accurate to put the mouse in the right spot to right click on what should be the getright icon (but
1998 Sep 19
0
strange problem with w95
Hi all, and please excuse my English. I've a strange problem (probably not due to samba, but maybe other ones on this list have experienced it before). here's my LAN: xx.xx.0 segment xx.xx.1 segment WINS (linux) -| ISDN |- some linux |-- router -- router --| many win3.11 -| |- many win95 | few win95
2005 Jul 19
1
Duplicate entries in winbindd_idmap.tdb
G'day Folks, We are having problems with numerous duplicate entries in winbindd_idmap.tdb resulting in the available userid range set in smb.conf being quickly and repeatedly exhausted. The duplicate entries all appear to have a WBA_PASSWD key, e.g { key = "WBA_PASSWD/UID/9945\00" data = "nexxxo01\00" } { key = "WBA_PASSWD/UID/9720\00" data =
2004 Apr 25
3
Migration succesful , but can't add machine to domain
Hi all, I migrate NT4 PDC to SAmba3 tdbsam backend. All users, groups, machineboxes are ok. When I am try to add Win2k to domain, popup the a windows, I type the DOMAIN ADMIN username, password, and I get a failer message: Bad user or password. I think my samba doesn't know where is passwd.tdb in my smb.conf: passdb backend = tdbsam:/etc/samba/passdb.tdb Any idea what is wrong?
2009 Jun 11
1
Restrict AIC comparison to succesful models?
Hello list, I'm doing a bootstrap analysis where some models occasionally fail to converge. I'd like to automate the process of restricting AIC to the models that do converge. A contrived example of what I'd like to do is below: resp <- c(1,1,2) pred <- c(1,2,3) m1 <- lm(resp~pred) m2 <- lm(resp~poly(pred,2)) m3 <- lm(resp~poly(pred,3)) # Fails, obviously ## Some
2016 Oct 04
0
How to enable OPUS on freepbx after installation has been succesful
Hello everyone, I was wondering if anyone could share a video on how to install OPUS from scratch to server, I´m new to Linux but since we have now freepbx (Asterisk 1.8.32.2 and 11.23.0) I´m force to look for alternatives to improve voice quality on an extreme budget, and more than that to learn new and better codecs for free PBX. So far I have downloaded opus-1.1.3.tar, installed on on my
2006 Nov 04
0
[LLVMdev] Port succesful
> Otherwise, I will look into deja-gnu testing, perhaps can compile it on > windows. I will The deja-gnu testing framework will most likely have to be rewritten to run on Windows. Its very unix specific. -Tanya > also add other beckend in the future (Sparc, PowerPC). I hope windows using > Visual C++ will be soon officially supported :) > > About the problem I had with
2000 Apr 26
0
Prompted for passwd on NT after succesful logon?
Hi, this has probably been answered before but I couldn't find it in the archives, so... Sun SPARC Solaris 2.6 and Samba 2.0.0, plain passwords (no smbpasswd, only Unix usernames and no NT domain). Everything works fine, but those using NT are prompted for username and password when they first access a share, even though they have already logged in to the NT-box using the same username
2006 Nov 04
2
[LLVMdev] Port succesful
I made the windows port, the first example compiled and executed correctly. I am sending a patch so you can test it if i didn't break linux compatibility. Otherwise, I will look into deja-gnu testing, perhaps can compile it on windows. I will also add other beckend in the future (Sparc, PowerPC). I hope windows using Visual C++ will be soon officially supported :) About the problem I had
2011 Jun 09
1
cairoDevice on Windows: succesful installation but does not load
Hi! I've tried to install playwith on Windows XP but, > install.packages("cairoDevice") trying URL 'http://cran.at.r-project.org/bin/windows/contrib/2.13/cairoDevice_2.15.zip' Content type 'application/zip' length 52371 bytes (51 Kb) opened URL downloaded 51 Kb package 'cairoDevice' successfully unpacked and MD5 sums checked The downloaded packages are
2006 Apr 06
2
Strange Error at the end of a succesful Migration
HI all, I''ve got a migration that creates a few new tables and populates a bunch of data into those tables from existing models. It works great. As expected. Tables are created. Relationships are made. Everything comes out fine as far as the data goes. But for some reason the migration task ends with this error: rake aborted! negative argument I''ve liberally sprinkled my
2007 Sep 25
2
Stumbling blocks moving to NTLMv2
Hi folks, I have been asked to force NTLMv2 logins to avoid use of LM hashes. To meet the requirement I added some lines to the smb.conf in [Global] (we only have that section anyway - this is purely for domain authentication with an ldap backend): client lanman auth = no client NTLMv2 auth = yes lanman auth = no min protocol = LANMAN2 ntlm auth = no This seemed to work - users
2006 Nov 05
0
[LLVMdev] Port succesful
Anton Korobeynikov pravi: > Hello, Ziga. > > >> VCPP throws a warning that class is previously declared as struct. >> Either it must be struct everywhere or class everywhere. >> Declaration uses struct, while the definition uses class. >> > Nice! However it will be better to do the opposite: have it struct > everywhere. I'll fix this. >
2016 May 30
1
[Bug 1069] New: fix incorrect checksum on big endian platform
https://bugzilla.netfilter.org/show_bug.cgi?id=1069 Bug ID: 1069 Summary: fix incorrect checksum on big endian platform Product: libnetfilter_queue Version: unspecified Hardware: mips OS: All Status: NEW Severity: enhancement Priority: P5 Component: libnetfilter_queue
2001 Aug 23
1
Interrupts (was Re: X11 protocol errors ...) (PR#1069)
On 22-Aug-2001, Luke Tierney <luke@nokomis.stat.umn.edu> wrote: | We will I think have to come up with a cleaner model for very | selectively enabling interrupt processing, perhaps with some | integration with the external function registration mechanism Duncan | added recently (e.g. marking a function as one where LONGJMP's are | safe). FWIW, Octave doesn't do this correctly
2006 Jan 20
1
couldn't find service ::{2227a280-3aea-1069-a2de-08002b30309d}
i have the error: couldn't find service ::{2227a280-3aea-1069-a2de-08002b30309d} in my samba.log. i've googled extensively and irc'd #samba and #samba-technical (no-response) and can't find the SOLUTION. thank you for your help. -anthony [global] workgroup = example.com netbios name = home server string = example Samba Domain Server hosts allow = 127.0.0.1 192.168.1.0/24
2008 Aug 12
1
sieve - Sendmail process terminated abnormally, exit status 70
How do we start troubleshooting this? deliver(user at example.com): Aug 12 18:27:19 Error: Sendmail process terminated abnormally, exit status 70 deliver(user at example.com): Aug 12 18:27:19 Info: sieve runtime error: Vacation: Error sending mail deliver(user at example.com): Aug 12 18:27:19 Info: msgid=<48A20E3C.7070307 at example.com>: saved mail to INBOX deliver(user at