search for: jonathon

Displaying 20 results from an estimated 169 matches for "jonathon".

Did you mean: jonathan
2014 Mar 20
1
Re: [virt-tools-list] Linux host / Windows guest sharing
Thank you. It is clear now, so it was user error and I should read more documentation :) Unfortunately drag and drop isn't working. Is there any prerequisite? My host is FC20 and guest is Win2k8 server Thank you Vlad On Thu 20 Mar 2014 05:42:40 PM CET, Jonathon Jongsma wrote: > ----- Original Message ----- >> From: "Laszlo Pal (private)" <vlad@vlad.hu> >> To: "Christophe Fergeau" <cfergeau@redhat.com> >> Cc: libvirt-users@redhat.com, virt-tools-list@redhat.com, "Jonathon Jongsma" <jjongsma@...
2019 Apr 07
2
"00002020: Operation unavailable without authentication" using python-ldap
On Sun, Apr 7, 2019 at 2:17 PM Rowland Penny via samba < samba at lists.samba.org> wrote: > > On Sun, 7 Apr 2019 13:45:11 -0400 > Jonathon Reinhart <jonathon.reinhart at gmail.com> wrote: > > > Interesting, I'm getting the same error using the LDB tools: > > > > ONTHEFIVE\jreinhart-admin at samba-dc3:~$ samba-tool user list -H > > ldap://localhost > > Does the DC use itself as its first names...
2019 Mar 26
6
Problem achieving manual synchronisation of idmap.ldb and the associated User and Group ID mappings between two Samba 4 AD DCs
On Tue, 26 Mar 2019 07:37:54 -0400 Jonathon Reinhart via samba <samba at lists.samba.org> wrote: > I recently went through these steps from the wiki and took the > following notes which I had not yet shared / suggested for the wiki. > (This is from mobile, sorry for the terse message.) > > - You need to clear the idmap...
2019 Jul 16
2
Syncing Sysvol
On 16/07/2019 14:16, Jonathon Reinhart wrote: > On Tue, Jul 16, 2019 at 9:11 AM Rowland penny via samba > <samba at lists.samba.org> wrote: >> On 16/07/2019 14:02, Jonathon Reinhart wrote: >>> Rowland, >>> >>> You could go another step further and run that with "notify" to...
2019 Jul 16
5
Syncing Sysvol
On 16/07/2019 16:40, Jonathon Reinhart wrote: > On Tue, Jul 16, 2019 at 9:32 AM Rowland penny via samba > <samba at lists.samba.org> wrote: >> On 16/07/2019 14:16, Jonathon Reinhart wrote: >>> On Tue, Jul 16, 2019 at 9:11 AM Rowland penny via samba >>> <samba at lists.samba.org> wrote:...
2007 Jun 26
2
MySQL Where conditions automatic formatting
...he problem is that the query is automatically formatted to this: SELECT * FROM Tablename WHERE (id in (''8,7,9'')) I need this query to run without the extra single quotes to work properly. ie: SELECT * FROM identifications WHERE (id in (8,7,9)) How do I go about this? Thanks, Jonathon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2014 Mar 20
2
Re: [virt-tools-list] Linux host / Windows guest sharing
...72 3 virtio_balloon,9pnet_virtio,virtio_scsi 9p 54021 0 9pnet 69248 3 9p,9pnet_rdma,9pnet_virtio fscache 62354 1 9p Thank you Vlad On Thu 20 Mar 2014 04:57:00 PM CET, Christophe Fergeau wrote: > On Thu, Mar 20, 2014 at 11:46:28AM -0400, Jonathon Jongsma wrote: >> The spice-vdagent should be running in the guest. Have you installed the spice guest tools in your windows guest? Download them here: http://www.spice-space.org/download.html >> >> That should get clipboard sharing working. > > You also need to have your V...
2019 Apr 10
2
Disabling password expiry for a AD service account for accessing LDAPS, and security best practices.
...of information about SSSD handling this, but less so with Samba. Also, I understand that in Active Directory, Windows clients will periodically change their computer account passwords. Is this correct? If so, is there a "Samba way" of achieving this for a service account, also? Thanks! Jonathon On Wed, Apr 10, 2019 at 11:44 AM Rowland Penny via samba <samba at lists.samba.org> wrote: > > On Wed, 10 Apr 2019 16:25:47 +0100 > Stephen via samba <samba at lists.samba.org> wrote: > > > To be honest, the 'Dynamic Bind' method doesn't seem that secure t...
2017 Mar 14
2
[cfe-dev] proposal - pragma section directive in clang
Thanks Reid/Jonathon for your replies. Reid, An important case against module level flags is that it wont allow changing or resetting section names e.g. int a; #pragma clang section bss = "xyz" int b; In case above, users would like to see only 'b' placed in 'xyz' and not 'a'...
2019 Apr 07
3
"00002020: Operation unavailable without authentication" using python-ldap
...0 [netlogon] path = /var/lib/samba/sysvol/ad.onthefive.com/scripts read only = No [sysvol] path = /var/lib/samba/sysvol read only = No On Sun, Apr 7, 2019 at 4:25 AM Rowland Penny via samba < samba at lists.samba.org> wrote: > On Sun, 7 Apr 2019 00:41:23 -0400 > Jonathon Reinhart <jonathon.reinhart at gmail.com> wrote: > > > Thanks for the example, Rowland. > > Whilst it was an example, it was actual code lifted from Samba's user.py > > If you run 'samba-tool user list' on a DC, it is the actual code that > is run. > &gt...
2013 Feb 17
5
Where do Gems Live (e.g. CKEditor)
I''m a Rails newbie and I have added the CKEditor Gem which is working okay. To configure the gem though, you have to edit the config file, which is also working when I do that. However, when I push to github and pull to my other computer, the config file is not changed. This lead me to the following broader question: when you use a gem, where does the code go and how can you make sure it
2006 Aug 14
3
case insensitive exclusion_of
I have the following validation code, however it will allow variations in case. Like ''Admin'' and ''admiN'', etc validates_exclusion_of :login, :in => %w( admin ), :message => "is reserved for system accounts" how can I make this validation case insensitive? -- Posted via http://www.ruby-forum.com/.
2007 Jan 29
1
[Fwd: Need to fit a regression line using orthogonal residuals]
[Originally sent this to r-help at lists.R-projects.org, but in case that's the wrong list I'm re-posting. Apologies if this becomes a re-post] -------------- next part -------------- An embedded message was scrubbed... From: Jonathon Kopecky <jkopecky at umich.edu> Subject: Need to fit a regression line using orthogonal residuals Date: Mon, 29 Jan 2007 14:52:24 -0500 Size: 1138 Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070129/783036c5/attachment.mht
2013 Feb 04
1
Error building R from SVN - unable to run 'pdflatex' on 'example-1.tex'
...the code from SVN. I am able to successfully build the source from here: http://cran.r-project.org/src/base/R-2/R-2.15.2.tar.gz However, when building the code checked out from SVN (either from 2.15.2 tag, or the trunk) I get the following error: Error: running Sweave on vignette '/home/jonathon/projects/R/src/library/utils/vignettes/Sweave.Rnw' failed with message: chunk 2 Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, : unable to run 'pdflatex' on 'example-1.tex' Execution halted make[1]: *** [vignettes] Error 1 Is there a way I can...
2019 Jul 17
4
Syncing Sysvol
Listening to notifications can only complement another mechanism (and then reduce latency) as otherwise you are going to loose changes during downtimes. Joachim -----Urspr?ngliche Nachricht----- Von: samba <samba-bounces at lists.samba.org> Im Auftrag von Jonathon Reinhart via samba Gesendet: Tuesday, 16 July 2019 22:22 An: Rowland penny <rpenny at samba.org> Cc: sambalist <samba at lists.samba.org> Betreff: Re: [Samba] Syncing Sysvol On Tue, Jul 16, 2019 at 12:32 PM Rowland penny via samba <samba at lists.samba.org> wrote: > > On 16...
2019 Dec 27
3
Failed to find [principal](kvno 4) in keytab MEMORY:cifs_srv_keytab (arcfour-hmac-md5)]
On Wed, Dec 18, 2019 at 9:52 AM Rowland penny via samba < samba at lists.samba.org> wrote: > On 18/12/2019 14:34, Jonathon Reinhart wrote: > > On Wed, Dec 18, 2019 at 9:13 AM Rowland penny via samba > > <samba at lists.samba.org <mailto:samba at lists.samba.org>> wrote: > > > > Problem is, and as I said, Samba 4.3.x is EOL as far as Samba is > > concerned and if you ha...
2007 Jan 29
2
Need to fit a regression line using orthogonal residuals
...ly called (they seem to have many different names), so that may be my trouble. I do not want to use Principal Components Analysis (as was answered to a previous questioner a few years ago), I just want to minimize the combined noise of my two variables. Is there a way for me to do this in R? Jonathon Kopecky University of Michigan
2019 Jul 03
2
Problem with libsmbclient notify
...bsmbclient is, for some reason, using SMB1 but needs to be using SMB3_11. Note that the following command (which, like my code, forces the use of Kerberos) works just fine: $ smbclient -kN //dc1.example.com/sysvol -c 'notify /' See my proof-of-concept source code here: https://gitlab.com/JonathonReinhart/libsmbclient-notify-test Please let me know if I should proceed to open a bug. Cheers, Jonathon Reinhart
2019 Jun 17
2
Disabling or deleting domain "Administrator" account
...equivalent user is created and is a member of the same groups), is there any reason this can't be done on a Samba AD as well? Is the "Administrator" account used for anything "special" that would cause problems if the account were disabled, deleted, or renamed? Thank you, Jonathon Reinhart
2019 Jul 16
2
Syncing Sysvol
On 16/07/2019 14:02, Jonathon Reinhart wrote: > Rowland, > > You could go another step further and run that with "notify" to > monitor for changes, instead of having to run it in a cron job. In my > experience, "notify" works using smbclient, but not so with > libsmbclient. Problem is, the...