search for: ivori

Displaying 20 results from an estimated 37 matches for "ivori".

Did you mean: ivory
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:
2014 Dec 18
2
Samba 4 problems
On Thu, 18 Dec 2014 09:49:28 -0800 Jeremy Allison <jra at samba.org> wrote: winbind trusted domains only = yes > > > > server services = rpc, nbt, wrepl, ldap, cldap, kdc, drepl, > > winbind, nt p_signd, kcc, smb > > Remove 'smb' from this line. In fact, remove this line > completely. Where did you find docs telling you to add > this
1999 Jul 26
0
UNSUBSCIBE SAMBA
-----Original Message----- From: samba@samba.org <samba@samba.org> To: Multiple recipients of list SAMBA <samba@samba.org> Date: Saturday, July 24, 1999 12:40 PM Subject: SAMBA digest 2178 > SAMBA Digest 2178 > >For information on unsubscribing see http://samba.org/listproc/ >Topics covered in this issue include: > > 1) strange share violation > by
2009 Oct 27
1
lasso plot using LARS
When plotting a lars object, I cannot find a way to plot solid lines. Even when the arguments breaks=F and lty="solid" are used, the vertical lines at the break points do not plot but asterisks indicating the breaks still plot as part of each path leaving solid lines broken up by asterisks at the break points. I'm using the following code. larsfit <-
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
2010 Jun 17
1
library(...,pos=) is not consistent
I want to be able to load a library in a specified position using the pos= argument and have any subsequent library required by the one I'm loading go into a specified library as well. For example, in loading caret, it requires and loads lattice as well. When I specify that caret goes into position 9, lattice goes into position 2 by default. Is there a way to specify that by loading a
2017 Apr 11
3
OT: systemd Poll
And to add to the issues concerning consistency, what if you have a fail over unit and you're replicating configuration (i.e. NIC), you really prefer that NIC names remain the same. Given the hardware morass underneath all of this, the only safe choice (regardless of whether you use systemd, init scripts, whatever) is to take control and force the association of the name to the MAC address in
2009 Feb 26
0
[LLVMdev] Garbage collection
On Feb 26, 2009, at 12:02 AM, Talin wrote: > With the increasing > number of LLVM-based VMs and other projects, I suspect that the desire > for more comprehensive garbage collection support in LLVM is only > going > to increase. Absolutely! > Part of the reason why there isn't more direct support for GC is the > theory that there is no such thing as a
1999 Jul 23
1
Security preferences with Samba 2.0.5
Hallo you, I previously worked with Samba 2.0.4b (with SuSE Linux 6.1) and have a Windows NT 4.0 Server as PDC in my Domain. I set the security level to DOMAIN in samba.cfg. Now I upgraded the version of Samba to 2.0.5 an the security level DOMAIN doesn't work anymore. Everytime I try to reach a share of my Samba server, he asks me for a username and password. So I set
1999 Jul 13
1
Printing to NT: problem with smbprint
Hi, Maybe someone can help me. I am running FreeBSD 3.2 with Samba 2.0.4b and NT Server 4.0 with SP3 and I added the BSD machine to its server list. My printer is setup on my NT for print sharing. Well if I connect to the share name of the printer via smbclient ( ./smbclient \\\\ESAU\\EPSON -U login%password) I am able to successfully access it and even print. However, when I use the
2009 Apr 26
4
Failed to load wine, winecfg, wineconsole, etc.
Hopefully somebody has info on this topic. I have just installed Wine on OpenSuse 11.1. I've tried to install MSOffice 2003 but when double clicking on setup.exe nothing happens. I also tried by typping "wine /media/MSOfficeCD/setup.exe" but I get this error X Error of failed request: XF86VidModeExtensionDisabled Major opcode of failed request: 135 (XFree86-VidModeExtension)
2009 Feb 26
7
[LLVMdev] Garbage collection
One of the more interesting subjects of conversation at the 2008 developer day was related to garbage collection. With the increasing number of LLVM-based VMs and other projects, I suspect that the desire for more comprehensive garbage collection support in LLVM is only going to increase. (I am now involved in two different open-source projects both of which will eventually have a strong
2009 Feb 27
6
[LLVMdev] Garbage collection
On Thursday 26 February 2009 17:25:56 Chris Lattner wrote: > In my ideal world, this would be: > > 1. Subsystems [with clean interfaces] for thread management, > finalization, object model interactions, etc. > 2. Within different high-level designs (e.g. copying, mark/sweep, etc) > there can be replaceable policy components etc. > 3. A couple of actual GC implementations built
2009 Jun 23
1
Error in .subset(x, j) : only 0's may be mixed with negative subscripts
I have a data set called datastep4 with 211484 rows and 95 columns > dim(datastep4) [1] 211484 95 The first few column names are given below, note the first one is "RESPONDED" > names(datastep4)[1:5] [1] "RESPONDED" "VAR_30" "VAR_31" "VAR_32" "VAR_33" A table of RESPONDED shows mostly zeros >
2011 Sep 01
1
Background fill and border for a legend in dotplot
Dear R help group I've been working on this plot for a while now and now getting around to the minor adjusments. I would like to be able to put a border and background fill around the legend in this plot. I understand the legend 'bty' should do this have this capablity but not sure how the syntax works in this case ###### initalise library("lattice")
2009 Feb 27
2
[LLVMdev] Garbage collection
On Feb 26, 2009, at 12:25, Chris Lattner wrote: > On Feb 26, 2009, at 12:02 AM, Talin wrote: > >> With the increasing number of LLVM-based VMs and other projects, I >> suspect that the desire for more comprehensive garbage collection >> support in LLVM is only going to increase. > > What you see in LLVM right now is really only the second step of the >
2009 Feb 27
0
[LLVMdev] Garbage collection
Jon Harrop wrote: > On Thursday 26 February 2009 17:25:56 Chris Lattner wrote: >> In my ideal world, this would be: >> >> 1. Subsystems [with clean interfaces] for thread management, >> finalization, object model interactions, etc. >> 2. Within different high-level designs (e.g. copying, mark/sweep, etc) >> there can be replaceable policy components etc.
2010 Jan 12
2
Lineage 2 (Gracia part 3 : Final) & Wine
Hi everybody, I've played Lineage2 since a long time ago on Windows. Now, I discover the joices of ubuntu (9.10), and try to make this game work through Wine. Why the hell it doesn't work, i don't know, but that's it : Firts time i've tried, i had the latest wine version (1.1.31), i have installed Lineage (part 3, gracia final, so), i tried to launch L2.exe and... nothing.
1999 Jul 26
2
SAMBA digest 2177
At 16:58 23/07/99 +1000, you wrote: > SAMBA Digest 2177 > >For information on unsubscribing see http://samba.org/listproc/ >Topics covered in this issue include: > > 1) rookie needs help > by "Page, Jon T" <Jon.Page@pnl.gov> > 2) genrand.c > by Mark_Noel@cch.com > 3) Wincenter 3.1.13/Winframe 1.7 - ACLs: > by Hanns-Peter Ermert
2018 Dec 26
2
Re: avoiding PCI bus 8 / using PCI function / virt-install
Thanks. Maybe I'm missing something but when I try virt-install --dry-run --print-xml it generates this snippet of XML: <interface type="bridge"> <source bridge="ge_0_0_0_77"/> <mac address="52:54:00:01:00:4e"/> <model type="virtio"/> </interface> but what i need (and get from virsh dumpxml)