search for: wynne

Displaying 20 results from an estimated 97 matches for "wynne".

Did you mean: gwynne
2015 Feb 26
1
Back with my UID problems
On 26/02/15 22:35, John Yocum wrote: > On 02/26/2015 02:31 PM, Brett Wynkoop wrote: >> On Wed, 25 Feb 2015 19:48:07 +0000 >> Rowland Penny <rowlandpenny at googlemail.com> wrote: >> >>> As for creating users & groups, samba 4 comes with 'samba-tool' for >>> more info on this, run 'samba-tool --help' or 'samba-tool user add
2015 Feb 25
3
Back with my UID problems
On Wed, 25 Feb 2015 10:18:04 +0000 Rowland Penny <rowlandpenny at googlemail.com> wrote: > > > OK, going to need more info here, can you post the smb.conf you have > tried so far. You mention that you want to use the LDAP and Kerberos > provided by samba, this will mean that you will need to run samba4 as > an AD DC, yet you refer to creating users with pdbedit? >
2015 Feb 26
2
Back with my UID problems
On Wed, 25 Feb 2015 19:48:07 +0000 Rowland Penny <rowlandpenny at googlemail.com> wrote: > OK, you would appear to be running samba4 in AD mode, i.e. you > provisioned it. > > You have now tried to add things to your smb.conf to make it work > like samba3, this will not work! Put your smb.conf back to what it > was like just after the provision and then go and read the
2015 Feb 26
6
Back with my UID problems
On Wed, 25 Feb 2015 19:48:07 +0000 Rowland Penny <rowlandpenny at googlemail.com> wrote: > As for creating users & groups, samba 4 comes with 'samba-tool' for > more info on this, run 'samba-tool --help' or 'samba-tool user add > --help', you can also run 'man samba-tool' > > Rowland > Nothing in the samba-tool man page speaks to
2010 May 10
4
Problem with git
...rying to set up Samba 4 on a test machine, Ubuntu 10.04 32bit server. And when I try git clone or git fetch, the download gets to somewhere between 5% and 50% and stops. What am I doing wrong? P.S. I'm running the Ubuntu as a virtual machine in VirtualBox on an XP host. Best regards, Dave Wynne Senior Engineer Artimech Pty. Ltd. MiniFab 1 Dalmore Drive Scoresby, Vic 3179 Australia Tel: (03) 9753 3700 Fax: (03) 9753 3711 Email: dave at artimech.com.au Please Visit Our Website www.artimech.com.au Information Contained Within This Communication Is Private and In Confidence
2010 Feb 02
1
Finding the difference between two vectors
Hello everyone, I have two vectors having only one element different: vector1 vector2 vector1 TWC TWC TWC VFC TWX NA VIA/B VFC VFC
2015 Feb 25
2
Back with my UID problems
Greeting- I had to take a break from mucking with samba because some other things came up. Let me recap the situation: . I have an existing network of various unix boxes that use NIS and NFS at the moment. . I have to drop some windows boxes into the network. . For policy reasons certain staff are in the local password file on each server, everyone else is in NIS. . UIDs are in sync
2009 Feb 05
2
[Cucumber] Progress Bar
...ired by Nick Evans'' RSpec progress bar[1], I had a little crack at implementing the progress bar for cucumber, ''cause I want to know how long a break I can take while the features are running :) It''s in my fork, in the coverage_formatter branch: http://github.com/mattwynne/cucumber/tree/master It will dump failing feature, scenario, step and the exception as the features run. No specs for it, it''s just a spike. [1]http://ekenosen.net/nick/devblog/2008/12/better-progress-bar-for-rspec/ Matt Wynne http://blog.mattwynne.net http://www.songkick.com
2011 Jan 13
4
(no subject)
please can you tell me how i can get listeners to listen to my station do i need to register it with someone ,and has it got a wave number so people can get it please help i have downloaded the software and it says running in the icemaster box ,,,many thanks john ,,galaxy disco
2015 Feb 26
1
Back with my UID problems
On Thu, 26 Feb 2015 22:45:02 +0000 Rowland Penny <rowlandpenny at googlemail.com> wrote: > > Just what do you mean by 'allow no connections' ?? where from ? how? ivory:~ wynkoop$ smbclient -L prd2 Receiving SMB: Server stopped responding protocol negotiation failed ivory:~ wynkoop$ and on the server with the samba-tool built config I have these samba related processes:
2009 Feb 05
3
[Cucumber, Webrat] Error backtraces shown as HTML in console
...r, and it''s helpful enough to see it when save_and_open_page does its thing, but I''m pretty used to reading plain old stacktraces in the console - the HTML output is very hard to read. Is this a known issue, or a feature, or have I just got something configured wrong? Matt Wynne http://blog.mattwynne.net http://www.songkick.com
2014 Dec 19
2
Samba 4 problems
Greeting- Ok I went back and re-read the page on the AD DC HowTo, and now I remember that it was the first way I tried to set up the server two weeks ago. When I tried to start the server it failed to start, which is why I went searching out an smb4.conf online. I can go through the setup from the start again, but I am still at a loss as to how to match the UID numbers in the Samba AD to the
2014 Dec 18
3
Samba 4 problems
On Thu, 18 Dec 2014 17:57:55 +0000 Rowland Penny <rowlandpenny at googlemail.com> wrote: > Hi, After sorting out your smb.conf, it would seem that you are > running samba4 as an AD DC and then trying to add parts to it that > are either the defaults or are not required. I would suggest that you > reinstate the original smb.conf (you did keep a copy, didn't you ?), >
2015 Feb 27
4
Back with my UID problems
On Fri, 27 Feb 2015 00:18:24 +0000 Rowland Penny <rowlandpenny at googlemail.com> wrote: > 34, you are seriously using 34 for a standard user id number ? You > shouldn't use anything below 1000 for a normal user, these low > numbers are reserved for system use and you have run into a problem > that can only be fixed by not using such low numbers. The 3000014 > number is
2009 Mar 05
8
Can I construct the controller myself in a controller spec?
Hi I am experimenting with Constructor based dependency injection for rails controllers. So I have something like this class LoginSessionsController < ApplicationController def initialize(authenticator = TheRealAuthenticator) @authenticator = authenticator end .... end The plan was to override the authenticator used when testing with something like describe
2015 Feb 26
3
Back with my UID problems
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 26 Feb 2015 22:41:58 +0000 Rowland Penny <rowlandpenny at googlemail.com> wrote: > > Try 'samba-tool user add --help' > All the info you require is there. > > Rowland > Still fail: Used pdbedit to remove the previous user wynkoop used samba-tool to add user wynkoop with specific UID and GID I then
2015 Feb 25
0
Back with my UID problems
On 25/02/15 19:31, Brett Wynkoop wrote: > On Wed, 25 Feb 2015 10:18:04 +0000 Rowland Penny > <rowlandpenny at googlemail.com> wrote: > >> >> >> OK, going to need more info here, can you post the smb.conf you >> have tried so far. You mention that you want to use the LDAP and >> Kerberos provided by samba, this will mean that you will need to
2015 Mar 09
4
endian problems on FreeBSD?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greeting- I have tinc on the following: 2 - x86 FreeBSD boxes 1 - ARM FreeBSD box 1 - x86 Macintosh All the x86 boxes can speak with each other, but none of the x86 boxes can speak with the ARM box. The ARM box says: [root at beaglebone /usr/local/etc/tinc/wdl]# tincd -D -n wdl tincd 1.0.24 (Mar 8 2015 14:55:57) starting, debug level 0
2015 Mar 10
2
endian problems on FreeBSD?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 10 Mar 2015 02:10:51 +0100 Guus Sliepen <guus at tinc-vpn.org> wrote: > If that was not the problem, then another issue might be the version > of OpenSSL on your Beaglebone not supporting the Cipher or Digest > algorithms that you are using. > This seems the most probable from the various tests and key changes and so forth
2008 Aug 15
7
Autotest and subclasses / namespaces
...'m pretty used to just hitting CTRL-C to get autotest to re-load all the files, or flicking to the spec file, and saving it to get a similar effect. But it is fairly irritating. Any suggestions for how to hack autotest to get this to flow more nicely? cheers, Matt ---- http://blog.mattwynne.net http://songkick.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20080815/5f348bd8/attachment.html>