search for: ahk

Displaying 19 results from an estimated 19 matches for "ahk".

Did you mean: ack
2016 Jun 10
2
FW: Problem with Active Directory authentication
Jun  9 15:51:55 rorecovery1 sshd[6325]: fatal: Access denied for user ahk at partners.org by PAM account configuration [preauth] on the ssh server system run pam-auth-update select kerberos auth if its not there install pam-krb5  and try again. gr Louis Op 9 jun. 2016 om 21:56 heeft Kaplan, Andrew H. <AHKAPLAN at PARTNERS.ORG> het volgende geschreven:...
2016 Jun 09
1
FW: Problem with Active Directory authentication
...the username. Do a "getent passwd" and then try "ssh -v '<username exactly as getent returns it (case sensitive)>'@<fqdn of server>. If it doesn't work, post the output of what ssh generates. Mike E. On Thu, Jun 9, 2016 at 1:28 PM, Kaplan, Andrew H. <AHKAPLAN at partners.org> wrote: > Hello -- > > I tried the two methods listed in your e-mail, and unfortunately neither > worked. > > The connection simply closed, or timed out, after about a minute. > > I mentioned the possibility of creating a symbolic link to the bash sh...
2006 Oct 31
3
rsync error: error starting client-server protocol
Hi folks, I have the following problem. I have installed 1.) a rsync daemon on a windows machine under cygwin 2.) installed a tunnel via ssh from the remote machine to my pc 3.) I could run rsync from the remote machine to make bakups On the remote machine and on my pc I have rsync version 2.6.6 protocol version 29. The network admins decided to make 2.) inpossible. So I build the ssh
2007 Mar 19
2
Help creating a shortcut in wine
...sure that the correct # of parameters were passed in if %0% < 2 { MsgBox This script requires 2 parameters but received %0%. ExitApp } FileCreateShortcut, %1%, %2% Here is the error: Z:\home\mike>"C:\Program Files\AutoHotkey\AutoHotkey.exe" create_shortcut.ahk "Z:\home\mike\test.txt" "shortcut_test.txt.lnk" Z:\home\mike>fixme:system:SystemParametersInfoW Unimplemented action: 8192 (SPI_GETFOREGROUNDLOCKTIMEOUT) My other approach was to use VBScript to create a shortcut. See Bugzilla Bug 7659 on http://bugs.winehq.org/ If there...
2016 Jun 10
0
FW: Problem with Active Directory authentication
...samba [samba-bounces at lists.samba.org] on behalf of L.P.H. van Belle [belle at bazuin.nl] Sent: Friday, June 10, 2016 1:42 AM To: samba at lists.samba.org Subject: Re: [Samba] FW: Problem with Active Directory authentication Jun 9 15:51:55 rorecovery1 sshd[6325]: fatal: Access denied for user ahk at partners.org by PAM account configuration [preauth] on the ssh server system run pam-auth-update select kerberos auth if its not there install pam-krb5 and try again. gr Louis Op 9 jun. 2016 om 21:56 heeft Kaplan, Andrew H. <AHKAPLAN at PARTNERS.ORG> het volgende geschreven:...
2009 May 27
1
a simple trick to get autoclose parenthesis on windows
Hi, This is a simple trick to get autoclose parenthesis on windows. If you like how StatET autocloses parens, but like to use the lighter Vanilla R, you can use autohotkey (http://autohotkey.net) to provide this functionality. Simply put the below code in a text file, rename extension as .ahk and doubleclick on it to execute. ------------------ code starts here 8< ------------------ ; Vanilla R ; ============================================================= #IfWinActive, ahk_class Rgui ; autoclose parens (::Send (){left} "::Send ""{left} return -------...
2009 May 22
4
Prog running in Wine OK but needs Alt+F10 to maximise.
Hi I've got 'WriteOutloud' (talking wordprocessor for dyslexic children) working pretty well on an Asus Eeepc (Xandros) and on an Acer Aspire One (Kuki Linux) I'm using Wine 1.0.1 on both machines. What happens is that the prog starts up normally then immediately minimises to the taskbar. To make it run fullscreen you have to click on it and press Alt+F10 Although not a serious
2008 Apr 21
4
key remapping
hello, im playin worms armageddon in opensuse with wine 0.9.44, so this works fine. but in windows i became very familar with my self made keyboard layout. i changed space to num 0 for example. i tried some progs now, like key tweak for windows, this doesnt work due to the missing registry entry, which key tweak uses. autohotkey has problems with finding my keyboard layout (showes me errors in
2008 Jan 02
2
Windows Shell Command under Vista
Dear R2008, In Windows 2000, I used the following shell extension to allow right-click rgui start in a directory (assuming rgui.exe is on the path: ----- REGEDIT4 [HKEY_CLASSES_ROOT\Directory\shell\Run R] [HKEY_CLASSES_ROOT\Directory\shell\Run R\command] @="Rgui.exe --no-restore --no-save --internet2" ---- I switched to Vista this year. For reasons I don't understand, I have
2016 Jun 10
3
Problem with Active Directory authentication
.... I am guessing the /bin/false shell could be what is causing the problem. The auth.log file also had the following entries: Jun 10 12:44:00 <samba server> sshd[13560]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=microknoppix.mgh.harvard.edu user=ahk at PARTNERS.ORG Jun 10 12:44:00 <samba server> sshd[13560]: pam_winbind(sshd:auth): getting password (0x00000388) Jun 10 12:44:00 <samba server> sshd[13560]: pam_winbind(sshd:auth): pam_get_item returned a password Jun 10 12:44:00 <samba server> sshd[13560]: pam_winbind(sshd:auth)...
2016 Jun 10
2
Problem with Active Directory authentication
...p_RFC2307_in_AD and https://wiki.samba.org/index.php/Administer_Unix_Attributes_in_AD_via_ADUC. With a configuration similar to mine, and the correct shell set up in the rfc2307 attributes for the user, I think you'll be all set. Mike E. On Fri, Jun 10, 2016 at 12:50 PM Kaplan, Andrew H. <AHKAPLAN at partners.org<mailto:AHKAPLAN at partners.org>> wrote: Hello -- I removed the ldap and sssd packages from the server, and I am trying to get winbind to work on the system. The configuration of the /etc/samba/smb.conf file's global section is the following: [global] ## Browsi...
2016 Jun 10
2
Problem with Active Directory authentication
...with Active Directory authentication Hi, You need to make sure that the user has the rfc2307 "loginShell:" attribute set. See https://wiki.samba.org/index.php/Administer_Unix_Attributes_in_AD_via_ADUC for how to set it. Mike E. On Fri, Jun 10, 2016 at 2:11 PM, Kaplan, Andrew H. <AHKAPLAN at partners.org<mailto:AHKAPLAN at partners.org>> wrote: Hello -- The version of Samba that I am running on the server is the 4.3.9 Ubuntu package. To that end, I reconfigured the smb.conf file to reflect the entries listed in your e-mail. I added the syntax: default shell = /bin/b...
2016 Jun 13
2
Problem with Active Directory authentication
...ure about this, but that might mean that the NIS Extensions are not installed in your AD directory. Is the domain controller a Samba AD DC? If so you can see https://wiki.samba.org/index.php/Setting_up_RFC2307_in_AD about adding it. Mike E. On Fri, Jun 10, 2016 at 3:44 PM Kaplan, Andrew H. <AHKAPLAN at partners.org<mailto:AHKAPLAN at partners.org>> wrote: The problem that I am now facing is the fact there is no NIS domain that can be selected from the dropdown menu, which, in turn, prevents the login shell from being modified. ________________________________ From: Data Control...
2016 Jun 10
0
Problem with Active Directory authentication
...up_RFC2307_in_AD and https://wiki.samba.org/index.php/Administer_Unix_Attributes_in_AD_via_ADUC. With a configuration similar to mine, and the correct shell set up in the rfc2307 attributes for the user, I think you'll be all set. Mike E. On Fri, Jun 10, 2016 at 12:50 PM Kaplan, Andrew H. <AHKAPLAN at partners.org> wrote: > Hello -- > > I removed the ldap and sssd packages from the server, and I am trying to > get winbind to work on the system. > > The configuration of the /etc/samba/smb.conf file's global section is the > following: > > [global] > &...
2016 Jun 10
0
Problem with Active Directory authentication
Hi, You need to make sure that the user has the rfc2307 "loginShell:" attribute set. See https://wiki.samba.org/index.php/Administer_Unix_Attributes_in_AD_via_ADUC for how to set it. Mike E. On Fri, Jun 10, 2016 at 2:11 PM, Kaplan, Andrew H. <AHKAPLAN at partners.org> wrote: > Hello -- > > The version of Samba that I am running on the server is the 4.3.9 Ubuntu > package. > > To that end, I reconfigured the smb.conf file to reflect the entries > listed in your e-mail. > > I added the syntax: default shell = /b...
2016 Jun 10
0
Problem with Active Directory authentication
...ure about this, but that might mean that the NIS Extensions are not installed in your AD directory. Is the domain controller a Samba AD DC? If so you can see https://wiki.samba.org/index.php/Setting_up_RFC2307_in_AD about adding it. Mike E. On Fri, Jun 10, 2016 at 3:44 PM Kaplan, Andrew H. <AHKAPLAN at partners.org> wrote: > The problem that I am now facing is the fact there is no NIS domain that > can be selected from the dropdown menu, > which, in turn, prevents the login shell from being modified. > > > ------------------------------ > *From:* Data Control Syst...
2016 Jun 10
2
Problem with Active Directory authentication
On 10/06/16 13:46, Kaplan, Andrew H. wrote: > Hello -- > > The winbind packages that are installed on the server are the following: > > Package Description > libnss-winbind 4.3.9+dfsg-0ubuntu0.14.04.3 amd64 Samba nameservice integration plugins > libpam-winbind 4.3.9+dfsg-0ubuntu0.14.04.3 amd64 Windows domain authentication
2010 Feb 08
4
Gnome wine menu entry gone
Well for a long time now my wine menu entry in gnome has been gone. Most threads I read all say to fine the <deleted> tag in .config/menus/applications.menu but mine doesn't have it.
2009 Jun 01
1
installing sn package
...8859-1 Hi, This is a simple trick to get autoclose parenthesis on windows. If you like how StatET autocloses parens, but like to use the lighter Vanilla R, you can use autohotkey (http://autohotkey.net) to provide this functionality. Simply put the below code in a text file, rename extension as .ahk and doubleclick on it to execute. ------------------ code starts here 8< ------------------ ; Vanilla R ; ============================================================= #IfWinActive, ahk_class Rgui     ; autoclose parens     (::Send (){left}     "::Send ""{left} return -------...